.light-mode {
    background-image: url(/assets/images/light_body.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    transition: all .3s;
}

.light-mode .header_two .menu .toggle {
    background: #ffffff;
    color: #000000;
}

.light-mode .header_two {
    background: rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgb(0 0 0 / 6%);
}

.light-mode .dashboard_sec .box {
    background-image: url(/assets/images/light-credit.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.light-mode .dashboard_sec .box h3 {
    color: #000;
}

.light-mode .dashboard_sec .box button {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.header_two .logo .light {
    display: none;
    height: 27px;
}

.light-mode .header_two .logo .light {
    display: block;
}

.light-mode .header_two .logo .dark {
    display: none;
}

.light-mode h2 {
    background: radial-gradient(50% 50% at 50% 50%, #000 0%, #000000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-mode .dashboard_sec .set {
    color: #000000;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.08);
}

.light-mode .dashboard_sec .set h3 {
    color: #000;
}

.light-mode .dashboard_sec .set p {
    color: #000000;
}

.light-mode .recent_projects h3 {
    color: #000000;
}

.light-mode .recent_projects .box h4 {
    color: #000000;
}

.light-mode .header_two .setting-menu {
    border: 1px solid #ffffff4d;
    box-shadow: 0 8px 32px rgb(0 0 0 / 18%), inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: #ffffff38;
}

.light-mode .setting-menu .privacy_security .settings-list .settings-item h4 {
    color: #000000;
}

.light-mode .setting-menu .privacy_security .settings-list .settings-item p {
    color: #0000009c;
}

.light-mode .setting-menu .privacy_security .settings-list .settings-item a {
    color: #000000;
}

.light-mode .header_two.main .setting-menu {
    background: #ffffff;
}

.light-mode .common_title_bk a i {
    color: #000000;
}

.light-mode .common_title_bk a {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.light-mode .filter_sec {
    background: #ffffff38;
    box-shadow: 0px 20px 40px -10px #0000001a;
}

.light-mode .filter_sec .form-group .form-control {
    background: #ffffff;
    color: #000;
    border: 1px solid #00000017;
}

.light-mode .filter_sec .filter_icon .btn {
    background: #ffffff;
    border: 1px solid #00000017;
}

.light-mode .all_category .box {
    background: #ffffff2b;
    box-shadow: 0px 20px 40px -10px #00000026;
}

.light-mode .all_category .box h4 {
    color: #000000;
}

.light-mode .custom-pagination .page-btn {
    color: #000000;
    background: #fffffff2;
}

.light-mode .filter_sec .filter_icon .dropdown-menu {
    background: #fff;
}

.light-mode .filter_sec .filter_icon .dropdown-menu li a {
    color: #000;
}

.light-mode .filter_sec .filter_icon .dropdown-menu li+li {
    border-top: 1px solid #00000070;
}

.light-mode .single_detail_sec h2 a i {
    color: #000;
}

.light-mode .single_detail_sec h2 a {
    background: #ffffff;
    border: 1px solid #ffffff;
}

.light-mode .single_detail_sec .box {
    background: #fff;
}

.light-mode .single_detail_sec .date h4 {
    color: #000;
}

.light-mode .single_detail_sec .date .share {
    background: #000000;
    border-bottom: 1px solid #00000061;
}

.light-mode .single_detail_sec h3 {
    color: #000;
}

.light-mode .single_detail_sec ul li {
    background: #2828280f;
}

.light-mode .single_detail_sec ul li span {
    color: #000000;
}

.light-mode .common_bg::after {
    opacity: .4;
}

.light-mode .common_bg::before {
    opacity: .4;
}


.light-mode .modal-backdrop {
    background: #000000a1;
}

.light-mode .modal-box {
    border: 1px solid #cccccc;
    background: #fff;
}

.light-mode .content_popup .box .cont h4 {
    color: #000;
}

.light-mode .content_popup .box .cont p {
    color: #000000b2;
}

.light-mode .content_popup .btn {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.light-mode .video_upload .drop_box h3 {
    color: #000;
}

.light-mode .video_upload .drop_box {
    background: #ffffff14;
    border: 1px dashed #000000;
    box-shadow: 0px 20px 40px -10px #00000033;
    color: #000;
}

.light-mode .video_upload .after_upload .form-control {
    color: #000;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 20px rgb(0 0 0 / 9%);
}

.light-mode .video_upload .after_upload .link:hover {
    color: #000;
}

.light-mode .video_upload .after_upload .btn {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.light-mode .select_language .box .form-group .form-control {
    background: #e0e0e080;
    color: #000;
}

.light-mode .select_language .box .form-check-label h3 {
    color: #000;
}

.light-mode .select_language .box .form-check-label+.form-check-label {
    border-top: 1px solid #0000002e;
}

.light-mode .select_language .box .btn {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.light-mode .choose-mode .globle-inner {
    background: #ffffff3b;
}

.light-mode .choose-mode .globle-header .title-area h3 {
    color: #000;
}

.light-mode .choose-mode .features p {
    color: #000;
}

.light-mode .choose-mode .features li {
    color: #000000;
}

.light-mode .choose-mode .desc {
    color: #00000096;
}

.light-mode .choose-mode .next-btn {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.light-mode .choose-mode .custom-radio {
    border: 2px solid #0052FF;
}

.light-mode .choose-mode .option-card input[type="radio"]:checked+.globle-inner .custom-radio {
    box-shadow: inset 0 0 0 4px #ffffff;
}

.light-mode .content_popup h3 {
    color: #000;
}

.light-mode .content_popup h3 span {
    background: #ffffff1a;
    border: 1px solid #00000033;
}

.light-mode .content_popup h3 span i {
    color: #000;
}

.light-mode .credit_box .form-group label {
    color: #000000;
}

.light-mode .credit_box .form-group .form-control {
    background: #e1e1e180;
    color: #000;
}

.light-mode .credit_box .order_summery h4 {
    color: #000;
}

.light-mode .credit_box .order_summery h5 {
    color: #555d6c;
    border-top: 1px solid #0000001f;
}

.light-mode .credit_box .order_summery h6 span {
    color: #0052FF;
}

.light-mode .credit_box .order_summery h6 {
    color: #000000;
}

.light-mode .warning_modal .warning_box p {
    color: #000;
}

.light-mode .warning_modal .warning_box img {
    /* background: #d2d2d2; */
    /* border-radius: 100%; */
    height: 40px;
}

.light-mode .warning_modal .warning_box .modal_desc {
    color: #000;
}

.light-mode .single_detail_sec .date .share:hover {
    background: #fffefe;
    border-color: #000;
}


.light-mode .warning_modal .warning_box .btn {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.light-mode .login_sec h1 {
    color: #000000;
    font-size: 36px;
    margin-bottom: 20px;
}

.light-mode .login_sec .form-group label {
    color: #000;
}

.light-mode .login_sec .form-group .form-control {
    background: #ffffff82;
    border: 1px solid #0000002b;
    color: #000;
}

.light-mode .login_sec .line span {
    background: #ffffff;
}

.light-mode .login_sec .line::before {
    background: #0000001a;
}

.light-mode .login_sec .sub_btn {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
    box-shadow: none !important;
}

.light-mode .login_sec .socail img {
    background: #000000;
    border-radius: 50px;
}

.light-mode .login_sec .flex_box a {
    color: #1455FF;
}

.light-mode .login_sec p a {
    color: #1455FF;
}

.light-mode .login_sec p {
    color: #000000;
}

.light-mode .login_sec .form-check label {
    color: #000;
}

.light-mode .login_sec .form-check input {
    background-color: #4B5563;
}

.light-mode .choose_plan_sec .box {
    border: 1px solid #00000033;
    background: #ffffff;
    color: #000;
}

.light-mode .choose_plan_sec .box .content h3 {
    color: #000;
}

.light-mode .choose_plan_sec .box .content h4 {
    color: #000;
}

.light-mode .choose_plan_sec .box .content h4 span {
    color: #546787;
}

.light-mode .choose_plan_sec .box ul li i {
    color: #777879;
}

.light-mode .choose_plan_sec .box .label {
    color: #fff;
}

.light-mode .choose_plan_sec .box .btn {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
    box-shadow: none !important;
}

.light-mode .choose_plan_sec .box h5 {
    color: #000000;
}

.light-mode .choose_plan_sec .summary_box h3 {
    color: #000;
}

.light-mode .choose_plan_sec .summary_box ul {
    color: #000;
}

.light-mode .choose_plan_sec .summary_box {
    background: #ffffff;
}

.light-mode .Edit_profile .form_group label {
    color: #000;
}

.light-mode .Edit_profile .form_group input {
    background: #ffffff;
    border: 1px solid #0000002e;
    color: #000;
}

.light-mode .Edit_profile .form_group textarea {
    background: #ffffff;
    border: 1px solid #0000002e;
    color: #000;
}

.light-mode .after_upload .text-white {
    color: #000 !important;
}

.light-mode .trim_slider_container {
    border: 1px solid rgb(0 0 0 / 15%);
    background: #fff;
    box-shadow: 0 8px 20px rgb(0 0 0 / 9%);
}

.light-mode .Edit_profile .btn_save {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.light-mode .Edit_profile .pencil {
    background: #0832b9;
}

.light-mode .Edit_profile h2 a i {
    color: #000000;
}

.light-mode .Edit_profile h2 a {
    background: #ffffff;
    border: 1px solid #00000036;
}

.light-mode .Terms_conditions h1 {
    color: #000;
}

.light-mode .Terms_conditions h2 {
    color: #000;
}

.light-mode .Terms_conditions h3 {
    color: #000;
}

.light-mode .Terms_conditions h4 {
    color: #000;
}

.light-mode .Terms_conditions p {
    color: #646464;
}

.light-mode .translate_com .language p {
    color: #000;
    background: rgb(0 0 0 / 15%);
}

.light-mode .translate_com .box .btn {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.light-mode .translate_com .language h4 {
    color: #000000;
    border-bottom: 1px solid #00000057;
}

.light-mode .translate_com .box h3 {
    color: #000000;
}

.light-mode .work_sec .box h3 {
    color: #000;
}

.light-mode .work_sec .own {
    color: #000;
}

.light-mode .work_sec .continue h3 {
    color: #000;
}

.light-mode .work_sec .continue p {
    color: #000000;
}

.light-mode .work_sec .auto ul li {
    color: #000000;
}

.light-mode .work_sec .auto h4 {
    color: #000000;
}

.light-mode .work_sec .support .btn {
    color: #000;
}

.light-mode .work_sec .auto .glob h5 {
    color: #000;
}

.light-mode .work_sec .auto p {
    color: #000000;
}

.light-mode .faq_sec .faq_question h3 {
    color: #000;
}

.light-mode .faq_sec .faq_question {
    border-bottom: 1px solid #636363;
}

.light-mode .faq_sec .faq_answer p {
    color: #000;
}

.light-mode .faq_sec .faq_question .icon {
    color: #000;
}

.light-mode .faq_sec .button .btn {
    background: linear-gradient(90deg, rgba(8, 50, 186, 1) 0%, rgba(0, 29, 105, 1) 86%);
}

.light-mode .audio_upload label {
    color: #000;
}

.light-mode .audio_upload .form-control {
    background: #fff;
    border: 1px solid #00000057;
    color: #000;
}

.light-mode .audio_upload .audio_file_box h3 {
    color: #000;
}

.light-mode .audio_info h4 {
    color: #000;
}

.light-mode .setting-menu .usr-section .icon .usr-img .name {
    background: #000000a8;
}

.light-mode .translating_sec .sporty a {
    color: #000000;
    border: 1px solid #00000052;
    box-shadow: 0px 15px 22px -19px #00000066;
}

.light-mode .choose_plan_sec .box .current-badge {
    color: #fff;
}

.light-mode .credit_box .order_summery h5 span {
    color: #000;
}

.light-mode .select_language .box .form-check-input:checked[type=checkbox] {
    background-image: url(/assets/images/blue-check.png);
    /* filter: invert(1) grayscale(100%) brightness(200%);
    border: 2px solid #ccc !important; */
    background-size: 12px;
}

.light-mode .warning_modal .warning_box .btn.outline {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
    color: #000;
}

.light-mode .warning_modal .warning_box .logout_img {
    background: #d2d2d2;
    height: 80px;
    border-radius: 100%;
}

.light-mode .recent_projects .box {
    box-shadow: none;
    border: 1px solid #d7d7d7;
}

.light-mode .all_category p {
    color: #000;
}
 
.light-mode .choose_plan_sec p {
    color: #000;
}