/* Basic shared frontend styling for plugin-loaded UI */
   #count_down_wrap{
                flex-direction: column;
            }
.custom-popup-overlay {
    overflow: auto;
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;    /* IE & Edge */
}
#arcware-container{
	height:100vh!important;
}
div#terms_popup {
    overflow: auto;
	 scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none; 
}
#terms_popup section {
    background: transparent;
    padding: 0px;
}
#terms_popup section *{
   
    color: #fff!important;
}
.custom-popup-overlay::-webkit-scrollbar {
    display: none;               /* Chrome, Safari */
}
#gform_submit_button_1{
	display:none;
}
input#input_1_4 {
    padding: 0px 77px;
}
            a#full_v_btn {
                background: #ffffff;
                font-size: 16px;
                color: #d2d915;
                text-transform: capitalize;
                padding: 12px 15px;
                border-radius: 5px;
            }

            div#countdowndiv .bord_oing {
                border-radius: 10px;
                padding: 2px 5px;
            }

            .countdown-wrapper {
                display: flex;
                justify-content: space-between;
                align-items: center;
                background: #00000000;
                color: white;
                font-family: 'Helvetica', sans-serif;
                padding: 0px 10px 10px 10px;
                flex-direction: column-reverse;
                gap: 13px;
            }

            .top_coont .countdown-label {
                font-size: 55px;
                font-weight: 600;
            }

            div#timerDisplay {
                position: relative;
            }

            .countdown-label {
                font-size: 24px;
                font-weight: 600;
            }

            .countdown-timer {
                display: flex;
                gap: 0px;
                flex-direction: column;
                align-items: center;
            }

            .top_coont {
                text-align: center;
            }

            .countdown-box {
                background-color: #ffffff;
                color: #d2d915;
                font-size: 41px;
                font-weight: bold;
                padding: 0px 13px;
                border-radius: 6px;
                min-width: 60px;
                text-align: center;
                position: relative;
            }

            .countdown-box::after {
                content: attr(data-label);
                display: none;
                font-size: 12px;
                font-weight: normal;
                color: #666;
                margin-top: 4px;
            }

            .start_stop_buttons {
                text-align: center;
                position: relative;
            }

            .start_stop_buttons .countdown-label{
                font-size: 16px;
                position: absolute;
                top: -28px;
                border-radius: 5px;
                background: #fff;
                color: #d2d915;
                padding: 0px 5px;
                font-weight: 100;
                left: -20px;
                right: 0;
                width: max-content;
                visibility: hidden;
                z-index: 9;
            }

            .start_stop_buttons:hover .countdown-label{
                visibility: visible;
            }

            button#timer_button {
                background: #fff;
                color: #d2d915;
                border-radius: 50%;
                padding: 16px 17px;
                line-height: 0;
                font-size: 20px;
            }

            .countdown-timer .boxes_items_mn {
                display: flex;
                gap: 5px;
            }

            @media (max-width: 600px){
                .countdown-wrapper {
                    padding: 10px 10px 10px 10px;
                }

                .top_coont {
                    position: unset;
                    top: unset;
                    width: 100%;
                }

                div#timerDisplay {
                    position: relative;
                }
            }
 button#send_invoice_btn {
    background: #d2d915;
    color: #666;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
    border: none;
}
    #show_count_down.hide{
        display:none;
    }
    body.page-id-20611 {
    padding: 0px;
}
    
    #send_notification.hide{
        display:none;
    }
    
    div#send_notification {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 7px;
    margin-top: 5px;
    flex-direction: column;
}

div#send_notification h3 {
    color: #666;
    margin-bottom: 0;
}

.nofiy_wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
        align-items: center;
            flex-direction: column;
    gap: 20px;
}
#profile_setings h3 ,
#profile_setings h2{
    font-family: 'ITC Avant Garde Gothic W01';
    font-weight: 400;
}
select#nofi_frequancy {border: 1px solid #666666;font-size: 16px;padding: 7px 10px;border-radius: 5px;background: #d2d915;color: #666666;font-weight: bold;}

    .update_setings_tabs .tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
  opacity:1;
  z-index:2;
}
div:where(.swal2-container) div:where(.swal2-popup){
    background:#d2d915;
}
div:where(.swal2-icon).swal2-question {
    border-color: #666;
    color: #666;
}
.logout-yes {
    background: #666;
    color: #fff;
}

.update_setings_tabs .tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #ffffff;
    color: #666666;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 16px;
}

.update_setings_tabs .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.update_setings_tabs .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.update_setings_tabs .tooltip i {
    color: #666666;
    /* background: #fff; */
    z-index: 9999;
    font-family: 'Font Awesome 5 Free';
    background: #d2d915;
    padding: 5px 9px;
    line-height: normal;
    display: inline-block;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    background: #d2d915;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}

    #referal_seting_wrap.hide{
     display:none;   
    }
    
    div#users_load_referral {
    background: #ffffff;
    border-radius: 12px;
    border: none;
    padding: 15px 15px;
    margin-top: 5px;
}
body button.send_invoice_btn {
    background: #d2d915;
    color: #666;
    font-weight: 400;
    border: none;
    font-size: 14px;
    border-radius:5px;
    padding: 5px 5px;
}
body button.send_invoice_btn:hover {
    color: #d2d915;
    background: #666;
    
}
div#users_load_referral h3{
    color: #666666;
    list-style: number;
}
ul#ul_user_list li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 10px;
    border-bottom: 1px solid #666;
}
ul#ul_user_list {
    padding-left: 0px;
}
ul#ul_user_list li span {
    width: calc(50% - 10px);
}

ul#ul_user_list span:nth-child(2) {
    text-align: right;
}
div#users_load_referral li {
    color: #666666;
    list-style: number;
    font-size: 13px;
    line-height: 1.3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 5px 0 5px 0;
    align-items: start;
    gap: 6px;
}
button.send_invoice_btn {
    background: #d2d915;
    color: #666;
    font-weight: 400;
    border: none;
    /* height: 25px; */
    line-height: 1;
    font-size: 14px;
    padding: 5px 5px;
    border-radius: 5px;
}
  div#refarral_setings h3 {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 7px;
    margin-top: 10px;
}

div#time_earned, #users_by_ref {
    color: #d2d915;
    background: #666666;
    padding: 5px 9px;
    text-align: center;
    margin: 9px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
    div#refarral_setings {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 7px;
    margin-top: 5px;
    flex-direction: column;
}
    div#refarral_setings .refral_link {
    width: 100%;
}
div#refarral_setings .refral_link input {
    width: 100%;
    background: #666666;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.earned_time {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.botton_logo_3d {
    padding: 0 12% 30px 12%;
    text-align:center;
}
.botton_logo_3d img {
    width: 250px;
}
a#view_refrals {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    /* background: #d2d915; */
    color: 666;
    background: #d2d915;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    display: inline-block;
}
    
    #paid_plan_iframe iframe ,#try_plan_iframe iframe{
        height: 100vh;
    }
    
    /*#paid_plan_iframe , #try_plan_iframe {*/
    /*    height: 100vh;*/
    /*}*/
    

    .screen_warrning {
    text-align: center;
    margin-top: 27px;
    color: #fff;
    font-size: 16px;
}
    .iframewrapper {
    padding-bottom: 0px;
}
    .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.terms_of_use .gchoice label{
    cursor:pointer;
}
    div#settings_info #update_profile {
        background: #fff;
        padding: 20px 20px;
        border-radius: 10px;
        color:#666;
        width:100%;
    }
    div#settings_info{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        background: aqua;
        width: 35%;
        margin-right: -35%;
        transition:.3s ease all;
        background: #666666;
        width: 35%;
        margin-right: -35%;
        transition: .3s ease all;
        display: flex;
         flex-direction: column;
        align-items: center;
        padding: 10%  12px 0 12px;
        justify-content: space-between;
        
    }
    div#referal_seting_wrap {
    width: 100%;
    height:100%;
    overflow-y:auto;
}
    .top_logo_3d {
        position: fixed;
        right: 5.5%;
        width: 230px;
        top: 10%;
        z-index:9;
    }

        /*ul.update_setings_tabs {*/
        /*    display: flex;*/
        /*    list-style: none;*/
        /*    gap: 10px;*/
        /*    padding-left: 0;*/
        /*    justify-content: space-between;*/
        /*}*/
        li.count_ings a {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
            gap: 9px;
            letter-spacing: 1px;
        }
        
        li.count_ings a > div {
            transform: rotate(90deg);
        }
         div#settings_info {
 
          z-index:999;
        }
        ul.update_setings_tabs {
            display: flex;
			z-index:999;
            list-style: none;
            gap: 10px;
            padding-left: 0;
            flex-direction: row;
            position: fixed;
            top: 50%;
            left: 99%;
            transform: translateY(-50%) translateX(-50%) rotate(-90deg);
            width: max-content;
            transition:.3s ease all;
        }
       
        
        .active ul.update_setings_tabs {
            margin-left: -35%;
        }
        .active  #settings_info{
            margin-right: 0%;
        }
        .update_setings_tabs a {
            background: #d2d915;
            color: #666;
            padding: 5px 15px;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 5px;
            display: inline-block;
        }
        #update_password .pass_field {
            width: 48%;
            position:relative;
        }
        #update_profile .fields_continer .pass_field input{
            width:100%;
        }
        #update_password .pass_field span {
    position: absolute;
    right: 6px;
    z-index: 99999999;
    color: #fff;
    top: 51%;
    font-size: 12px;
}
        .sett_update_btn{
            color: #fff;
            background: #850102;
           padding: 5px 15px;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 5px;
            display: inline-block;
        }
        /*.update_setings_tabs a.active {*/
        /*    background: #b30404;*/
        /*}*/
         .update_setings_tabs a.active {
            background: #666666;
            color: #fff;
        }
        .profile_setings.hide{
            display:none;
        }
        
        
        #update_profile .fields_continer input {
            width: 48%;
            font-size: 16px;
            padding: 5px;
            border-radius: 5px;
            outline: none;
            border: none;
            text-align: center;
            background: #666;
            color: #fff;
        }
        #update_profile .fields_continer input::placeholder{
            color:#fff !important;
        }
        #current_pass::placeholder{
            color:#fff !important;
        }
        
        #new_password::placeholder {
            color: #fff !important;
        }
        
         #update_profile .fields_continer {
                    display: flex;
            gap: 10px;
           
    padding: 0 0 10px 0;
    flex-direction: row;
    flex-wrap: wrap;
                
        }
        .logout-yes {
            /*background: #b30404;*/
            color: #d2d915;
            
            padding: 2px 15px;
            text-transform: uppercase;
            border-radius: 5px;
            margin-right:10px;
        }
        .logout-no{
                background: #666;
            color: #d2d915;
            padding: 2px 15px;
            text-transform: uppercase;
            border-radius: 5px;
        }
        a#update_profile_btn {
    color: 666;
    background: #d2d915;
}

@media (min-width:1910px){
    .active ul.update_setings_tabs {
        margin-left: -34.5%;
    }
}
@media (min-width: 1930px) {
    .active ul.update_setings_tabs {
        margin-left: -35%;
        left: 99.4% !important;
    }
}
    
    @media (max-width:1440px ){
        .top_coont .countdown-label {
            font-size: 40px;
        }
        .countdown-box {
            font-size: 30px;
        }
        button#timer_button {
            font-size: 16px;
            }
            a#full_v_btn {
                font-size: 15px;
            }
            
            .screen_warrning {
                font-size: 13px;
            }
        .botton_logo_3d img {
            width: 200px;
        }
        
    }
    
    @media (max-width: 1025px){
        
        .top_logo_3d {
            
            z-index: unset;
        }
    
        .update_setings_tabs a {
            padding: 5px 7px;
            font-size: 10px;
        }
        .top_logo_3d {
            z-index: unset;
        }
        div#settings_info {

            padding: 1% 12px 0 12px;
        
            overflow-y: auto;
        }
        #update_profile .fields_continer input {
            width: 100%;
            
        }
        #update_password .pass_field {
            width: 100%;
        }
        .earned_time {
            width: 100%;
            justify-content: space-between;
            flex-direction: column;
        }
        div#referal_seting_wrap {
            overflow-y: visible;
            height:auto;
        }
        div#users_load_referral li {
            font-size: 10px;
        }
        #referal_seting_wrap h3 {
            font-size: 16px;
        }
        div#time_earned, #users_by_ref {
            padding: 5px 9px;
            font-size: 12px;
        }
        button#send_invoice_btn {
            padding: 4px 13px;
            font-size: 12px;
        }
        
        #paid_plan_iframe iframe, #try_plan_iframe iframe {
            height: 360px;
        }
    }
    
    @media (max-width: 768px){
        .botton_logo_3d {
            padding: 0 2% 30px 2%;
            text-align: center;
        }
        select#nofi_frequancy {
            font-size: 14px;
            padding: 7px 10px;
        }
    }
    
        @media (max-width: 600px){
            
            #update_profile .fields_continer input{
                width: 100%;
                font-size: 14px;
            }
            #update_profile .fields_continer {
                flex-direction: column;
            }
            #update_password .pass_field {
                width: 100%;
            }
            ul.update_setings_tabs {
                left: 98%;
            }

            /*    flex-direction: column;*/
            /*    align-items: center;*/
            /*}*/
            .update_setings_tabs .tooltip .tooltiptext {
                left: -90%;
                
            }
            .active ul.update_setings_tabs {
                    margin-left: -80%;
                }
            
             .active #settings_info {
                margin-right: 0%;
                width: 80%;
            }
            
            .nofiy_wrap {
                flex-direction: column;
            }
            
            .box_notify h3 {
                text-align: center;
                margin-bottom: 10px !important;
            }
            .earned_time {
                flex-direction: column;
                align-items: center;
            }
        }
/*  */
/* frontend styles */
/* register form style */
.genration_field.hide,.password_create.hide, .forget_area.hide{
                display: none;
            }
        .pass_field span {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            cursor: pointer;
        }
        
        .pass_field {
            position: relative;
        }
      
        /*div#otpSection input:first-child {*/
        /*    width: 34%;*/
        /*}*/
         div#otpSection {
             gap: 10px;
            display: flex;
            flex-direction: column;
        }
          .pass_field input {
            width: 100% !important;
            text-align:center;
            
        }
        .popup-form.sign_up_area.hide{
            display:none;
        }
        
        .login_area.hide {
            display: none;
        }
        
        .top_tabs {
            display: flex;
            padding: 0px 0px 5px 0px;
            justify-content: center;
            gap: 10px;
        }
        .top_tabs a {
            color: #666;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 600;
            font-family: "ITC Avant Garde Gothic W01", Sans-serif !important;
        }
        
        .top_tabs a.active {
            color: #fff;
        }
        
        .login_fields_area input {
            background: #666;
            border: none;
            outline: none;
            padding: 8px 10px;
            color: #fff;
            font-size: 15px;
            border-radius: 5px;
            text-align:center;
            width:100%;
                accent-color: #d2d915 !important;
                font-family:"ITC Avant Garde Gothic W01", Sans-serif !important;
            
        }
        input#choice_1_11_1 {
            color: #666 !important;
            accent-color: #d2d915 !important;
            background: #d2d915 !important;
            outline: none !important;
            border: none !important;
        }
                
        body .gform_wrapper .gfield .iti--show-selected-dial-code .iti__selected-flag {
            background-color: rgb(255 255 255)!important;
            
        }
        .login_fields_area a {
            color: #666;
            background: #d2d915;
            padding: 10px 5px;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 5px;
        }
        a#forgot_pass_btn {
            font-weight: 300;
            text-transform: capitalize;
            font-family: "ITC Avant Garde Gothic W01", Sans-serif !important;
            background: none;
        }
        .login_fields_area {
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding: 25px;
            background: #fff;
            border-radius: 10px;
            background-size: cover;
            background-repeat: no-repeat;
        }
        
        .login_fields_area .iti.iti--allow-dropdown {
            background: #fff;
            border-radius: 5px;
        }
        .sign_up_area input {
            background: #666 !important;
            color:#fff!important;
        }
        .dis_able{
            pointer-events: auto;
            cursor: not-allowed;
        }
        /*#update_profile .fields_continer input::placeholder{*/
        /*    color:#666 !important;*/
        /*}*/
      .pop_footer p a{
          color: #666;
          
      }
        @media (max-width: 600px ){
            div#count_down_wrap {
                flex-direction: column;
                gap: 10px;
            }
            div#count_down_wrap_ol {
                flex-direction: column;
                gap: 10px;
            }
        
            
        }
        
        @-webkit-keyframes rotating /* Safari and Chrome */ {
              from {
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
              }
              to {
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
              }
            }
            @keyframes rotating {
              from {
                -ms-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -webkit-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
              }
              to {
                -ms-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
              }
            }
         
         .popup-header .trial-text a {
                color: #000;
            }
      html body  .gform_body #generateOtp.loader_icon::before, html body   .loader_icon::before {
    content: '\f110' !important;
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900!important;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-style: initial;
    font-weight: normal;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
                   
            .sub_head {
                color: #000;
                text-align: center;
                font-size: 12px;
                padding-bottom: 10px;
                padding-top:10px;
            }
            .sub_head a {
                color: #000;
            }
            .headerimg a {
                font-size: 10px;
                display: inline-block;
                vertical-align: middle;
            }

           a.submit_form_gr {
                position: absolute;
                width: 100%;

                top: 0;
                bottom: 0;
                padding-top: 4px;
              
            }
            .submit_form_gr span {
                    opacity: 0;
                    padding-left: 40px;
            }
           a.loader_icon.submit_form_gr {
                pointer-events: auto;
                cursor: not-allowed;
            }
                        .gform-footer.gform_footer.top_label {
                position: relative;
            }
            .headerimg img {
                width: 70px;
            }
            .headerimg {
                font-size: 27px;
                color: #000;
                font-weight: 600;
                display: flex;
                align-items: center;
            }

            #custom-popup{
                display:none;
            }
            .custom-popup-overlay {
                
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(0,0,0,0.6);
              display: flex;
              justify-content: center;
              align-items: center;
              z-index: 99999;
            }
            
            .gform_heading {
                display: none !important;
            }

            #gform_fields_1 {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
            
            #field_1_8 button {
                background: #850102;
                width: 100%;
                font-weight: 600;
            }
            
            .gform-footer #gform_submit_button_1 {
                background: #d2d915 !important;
                width: 100% !important;
                font-weight: 600;
                color:#666 !important;
            }
            .terms_of_use .gchoice label a {
                color: #d2d915;
                font-weight: bold;
            }
            
           .custom-popup-content  input::placeholder {
                text-align: center;
                font-weight: 600;
                color:#fff;
                
            }
            .custom-popup-content input:-internal-autofill-selected{
                background:#666;
                color:#fff;
            }

           
            .custom-popup-content {
                background: #d2d915;
                padding: 35px 15px 15px 15px;
                border-radius: 15px;
                max-width: 400px;
                width: 90%;
                text-align: center;
                position: relative;
                font-family: "ITC Avant Garde Gothic W01", Sans-serif!important;
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            }
            
            .popup-header .trial-text {
                 font-size: 24px;
                margin: 0;
                font-weight: 600;
                text-align: left;
                color: #666666;
                font-family: "ITC Avant Garde Gothic W01", Sans-serif !important;
            }
            .popup-header .trial-text strong {
                font-size: 35px;
            }
            .popup-header .streaming-title {
              font-size: 30px;
              margin: 0;
              text-align: left;
              font-weight: bold;
              color: #000;
            }
            .popup-form {
              background:#fff;
              background-size: cover;
              background-position: center;
              padding: 40px 20px 22px 20px;
              border-radius: 15px;
              /*box-shadow: 0 0 15px rgba(0,0,0,0.4);*/
            }
            
          .popup-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                text-align: center;
                padding: 0px 0px 0px 0px;
                gap: 10px;
                flex-direction: column;
                align-content: center;
                position:relative;
            }
            .popup-header span.close_btn {
                color: #fff;
                font-size: 24px;
                position: absolute;
                top: -21px;
                right: 0;
                cursor: pointer;
            }
            img.popup-logo.site_logo {
                width: 70px;
                height: 70px;
                object-fit: contain;
                background: #000000;
                padding: 8px 10px;
                border-radius: 10px;
            }
                
            .gform_wrapper input[type="text"],
            .gform_wrapper input[type="email"],
            .gform_wrapper input[type="tel"] {
              width: 100%;
              padding: 12px;
              border-radius: 8px;
              border: none;
              margin-bottom: 15px;
              font-size: 14px;
            }
            
            
            .gform_wrapper .gform_footer input[type="submit"] {
              background: #B71C1C;
              color: white;
              padding: 14px 20px;
              border-radius: 8px;
              font-weight: bold;
              width: 100%;
              border: none;
              cursor: pointer;
            }
            
            .genration_field {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                gap: 10px;
            }
            .genration_field input, .password_create input {
                text-align:center;
            }
             .password_create {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
            
            div#terms_popup.hide {
                display: none;
            }
            div#terms_popup {
                position: fixed;
                width: 400px;
                  top: 50%;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, -50%);
                background: #666;
                z-index: 99999;
                /* overflow-y: scroll; */
                height: 530px;
                padding: 13px;
                border-radius: 10px;
            }
            
            div#terms_popup .tou_3d {
                height: 430px;
                overflow-y: auto;
            }
            #terms_popup span.close_btn {
                position: absolute;
                right: 20px;
                font-size: 16px;
                cursor: pointer;
                z-index: 999;
            }
            /* width */
            div#terms_popup .tou_3d::-webkit-scrollbar {
              width: 10px;
            }
            
            /* Track */
            div#terms_popup .tou_3d::-webkit-scrollbar-track {
              background: #fff;
              border-radius:10px;
            }
             
            /* Handle */
            div#terms_popup .tou_3d::-webkit-scrollbar-thumb {
              background: #000; 
            }
            
            /* Handle on hover */
            div#terms_popup .tou_3d::-webkit-scrollbar-thumb:hover {
              background: #555; 
            }
            .pop_footer p {
            margin-bottom: 0;
            color: #666666;
            font-family: "ITC Avant Garde Gothic W01", Sans-serif !important;
            font-size: 13px;
            font-weight: 600;
            }
            .pop_footer img {
                width: 40px;
            }
            
            @media (max-width: 600px){
                .popup-header .streaming-title {
                    font-size: 20px;
                    }
                .popup-header .trial-text {
                    font-size: 20px;
                }
                .login_fields_area input{
                    font-size:11px;
                    width:100%;
                }
                
            }
            
             @media (max-width: 376px){
                 .custom-popup-content {
                    overflow-y: scroll;
                    height: 100%;
                }
             }
             
        #remember_me {
            width: auto;
        }
        .login_fields_area label {
                text-align: left;
                color: #666;
                display: flex;
                gap: 4px;
                font-weight: 600;
                font-family: "ITC Avant Garde Gothic W01", Sans-serif !important;
            }
            .pop_footer {
                padding-top: 5px;
            }
/*  */
 #count_down_wrap{
                flex-direction: column;
            }

            a#full_v_btn {
                background: #ffffff;
                font-size: 16px;
                color: #d2d915;
                text-transform: capitalize;
                padding: 12px 15px;
                border-radius: 5px;
            }

            div#countdowndiv .bord_oing {
                border-radius: 10px;
                padding: 2px 5px;
            }

            .countdown-wrapper {
                display: flex;
                justify-content: space-between;
                align-items: center;
                background: #00000000;
                color: white;
                font-family: 'Helvetica', sans-serif;
                padding: 0px 10px 10px 10px;
                flex-direction: column-reverse;
                gap: 13px;
            }

            .top_coont .countdown-label {
                font-size: 55px;
                font-weight: 600;
            }

            div#timerDisplay {
                position: relative;
            }

            .countdown-label {
                font-size: 24px;
                font-weight: 600;
            }

            .countdown-timer {
                display: flex;
                gap: 0px;
                flex-direction: column;
                align-items: center;
            }

            .top_coont {
                text-align: center;
            }

            .countdown-box {
                background-color: #ffffff;
                color: #d2d915;
                font-size: 41px;
                font-weight: bold;
                padding: 0px 13px;
                border-radius: 6px;
                min-width: 60px;
                text-align: center;
                position: relative;
            }

            .countdown-box::after {
                content: attr(data-label);
                display: none;
                font-size: 12px;
                font-weight: normal;
                color: #666;
                margin-top: 4px;
            }

            .start_stop_buttons {
                text-align: center;
                position: relative;
            }

            .start_stop_buttons .countdown-label{
                font-size: 16px;
                position: absolute;
                top: -28px;
                border-radius: 5px;
                background: #fff;
                color: #d2d915;
                padding: 0px 5px;
                font-weight: 100;
                left: -20px;
                right: 0;
                width: max-content;
                visibility: hidden;
                z-index: 9;
            }

            .start_stop_buttons:hover .countdown-label{
                visibility: visible;
            }

            button#timer_button {
                background: #fff;
                color: #d2d915;
                border-radius: 50%;
                padding: 16px 17px;
                line-height: 0;
                font-size: 20px;
            }

            .countdown-timer .boxes_items_mn {
                display: flex;
                gap: 5px;
            }

            @media (max-width: 600px){
                .countdown-wrapper {
                    padding: 10px 10px 10px 10px;
                }

                .top_coont {
                    position: unset;
                    top: unset;
                    width: 100%;
                }

                div#timerDisplay {
                    position: relative;
                }
            }
/* subscription */
div:where(.swal2-container) div:where(.swal2-popup) {
    background: #d2d915!important;
      color: #666 !important;
}
body .logout-yes , 
body .logout-no{
    color: #d2d915!important;
    background: #666 !important;
    padding: 2px 15px!important;
    text-transform: uppercase;
    border-radius: 5px!important;
    margin-right: 10px;
    border: none!important;
}

body .logout-yes:hover , body .logout-no:hover{
    /* background: #b30404; */
    color: #fff!important;
  
}
.swal2-icon.swal2-question.swal2-icon-show {
    color: #666;
    border-color: #666;
}
.main__icon { max-width:170px; }
            .custom-modal {
                position: fixed;
                top: 0;
				display:none;
                left: 0;
                z-index: 9999;
                width: 100vw;
                height: 100vh;
                background: rgba(0, 0, 0, 0.7);
                justify-content: center;
                align-items: center;
            }
            .custom-modal-content {
                background: #d2d915;
                color: #fff;
                padding: 30px;
                border-radius: 12px;
                max-width: 564px;
                width: 90%;
                text-align: center;
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
            }
            .custom-plan-options input { accent-color: #666; }
            .custom-modal-header h2 {
                font-size: 3rem;
                margin: 0;
                font-weight: 400 !important;
                color: #666;
            }
            .custom-modal-header p {
                font-size: 16px;
                color: #666;
                margin: 0 0 20px;
            }
            .custom-modal-header p.ready_text {
                font-size: 31px;
                color: #666;
            }
            .custom-modal-body p {
                font-size: 1rem;
                line-height: 1.6;
                margin: 10px 0;
                color: #666;
            }
            .custom-plan-options label {
                color: #666;
                font-weight: 600;
            }
            .custom-modal-actions {
                margin-top: 20px;
                display: flex;
                justify-content: center;
                gap: 15px;
            }
            .custom-modal-actions button {
                padding: 10px 20px;
                border: none;
                border-radius: 6px;
                font-weight: bold;
                cursor: pointer;
            }
            #purchasePlanBtn,
            #cancelModalBtn {
                background-color: #666;
                color: #d2d915;
            }
            .alert-danger {
                color: #ffffff !important;
                background-color: #FF0000 !important;
                border-color: #FF0000 !important;
            }
            @media (max-width: 600px) {
                .main__icon { max-width:120px; }
                .custom-modal-header p.ready_text { font-size: 16px; }
                .custom-modal-header h2 { font-size: 2rem; }
                .custom-modal-header p {
                    font-size: 16px;
                    margin: 0 0 10px;
                    line-height: 1.3;
                }
            }
a.submit_form_gr span {
      color: #666;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    padding: 0px;
}

a.submit_form_gr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}