/* Custom Popup product style--------------------------->start */
.custom-popup {
    display: none; 
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}
.custom-popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #033E59;
    width: 80%;
    max-width: 400px;
    position: relative;
    border-width: 10px 0px 0px 0px;
    border-radius: 14px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/* Custom Popup product style--------------------------->end */

/*.woocommerce-MyAccount-navigation .sub-menu {*/
/*    display: none;*/
/*}*/
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--premium_content{
    position: relative;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--premium_content .dropdown-icon {
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--premium_content .dropdown-icon i{
    color: #033e59;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--premium_content:hover .dropdown-icon i{
    color: #f68620;
}
.woocommerce-MyAccount-content .plan-content{
    padding: 0 10px;
}
.woocommerce-MyAccount-navigation .sub-menu.active {
    display: block;
}
.woocommerce-MyAccount-navigation .sub-menu li{
    position: relative;
}
#myTabContent .tab-pane.fade.active.show{
    border: 1px solid #d7d7d7;
    padding: 20px;
    margin-top: 10px;
}
#myTabContent a.upgrade {
    border-radius: 6px;
    background: #F68620;
    color: #fff;
    padding: 12px 36px;
    display: inline-block;
    font-family: "Rubik";
    font-size: 15px;
    font-weight: 500;
}
#myTabContent a.upgrade:hover {
    background: #033E59;
}
.upgrade_btn_block {
    position: relative;
    text-align: center;
}
.custom_loader {
    position: absolute;
    left: 62%;
    bottom: 4%;
    display: none;
    width: 38px;
    height: 38px;
    border: 4px solid #033E59;
    border-bottom-color: #F68620;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.loader-overlay.active{
    display: flex;
}
.loader-overlay .myaccount_loader{
    position: absolute;
    display: none;
    width: 38px;
    height: 38px;
    border: 4px solid #F68620;
    border-bottom-color: #033E59;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
#menu-custom-woocommerce-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}
#menu-custom-woocommerce-menu li.menu-item {
    display: inline-block;
    margin: 0 4px;
}
#menu-custom-woocommerce-menu li.menu-item a{
    color: #033E59;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
#menu-custom-woocommerce-menu li.menu-item a:hover{
    color: #F68620;
}
#menu-custom-woocommerce-menu .menu-item.how_it_works_loader{
    position: absolute;
    top: 28px;
    right: 28px;
    display: none;
    width: 38px;
    height: 38px;
    border: 4px solid #F68620;
    border-bottom-color: #033E59;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.disable_btn{
    color: #999;
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
#myTabContent .tab-pane h3 {
    margin: 15px 0 20px;
}
.all_channels_section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #d7d7d7;
    padding: 20px;
}
.all_channels_section .single-channel {
    width: 48%;
    margin-bottom: 30px;
}
.all_channels_section .single-channel h3{
    margin-bottom: 10px !important;
    font-size: 18px;
}
.woocommerce-MyAccount-navigation .sub-menu li a{
    background-color: unset !important;
    color: #033E59 !important;
}
.woocommerce-MyAccount-navigation .sub-menu li a img{
    width: 20px;
    margin-right: 15px;
}
.woocommerce-MyAccount-navigation .sub-menu li a:hover{
    color: #f68620 !important;
}
.woocommerce-MyAccount-navigation .sub-menu li a.current_cat{
    background-color: #033E59 !important;
    color: #fff !important;
}
.woocommerce-MyAccount-navigation .sub-menu li a.current_cat:hover{
    color: #f68620 !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--premium_content.is-active .dropdown-icon i{
    color: #fff;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--premium_content.is-active:hover .dropdown-icon i{
    color: #f68620;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--premium_content.is-active.exclude_style .dropdown-icon i{
    color: #fff;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--premium_content.include_style .dropdown-icon i{
    color: #033E59;
}
#myTab li {
    font-family: 'Rubik';
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #d7d7d7;
    border-bottom-width: 2px;
}
#myTab li:hover a{
    color: #f68620;
}
#myTab li:hover a.active{
    color: #f68620;
}
#myTab .nav-link{
    border: unset;
}
#myTab{
    border-bottom: unset;
}
#myTab .nav-link.active {
    background: #033e59;
    color: #fff;
    padding: 12px 30px;
    border-radius: 0px;
}

#myTab .nav-link {
    background: #f9fafa;
    color: #033e59;
    padding: 12px 30px;
    border-radius: 0px;
}

#myTab li.nav-item:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
}
#myTab li.nav-item:nth-child(4) {
    margin-left: 2%;
}

.popup-body{
    font-family: "Rubik";
    text-align: center;
}
#customPopup .popup-body h2{
    color: #00749A;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
#customPopup .popup-body h3{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
#customPopup .plan_description{
    color: #033e59;
    margin-bottom: 16px;
}
#customPopup .popup-body .woocommerce-Price-amount {
    margin-bottom: 16px;
}
#customPopup .popup-body .woocommerce-Price-amount del {
    color: red;
    font-family: 'Rubik';
    font-size: 14px;
    font-weight: 600;
}
#customPopup .popup-body .woocommerce-Price-amount ins {
    color: #000;
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 600;
}
#customPopup bdi{
    text-decoration: none;
}
#customPopup .time_to_delivery{
    margin-bottom: 16px;
}
.single-channel h3 {
    min-height: 44px;
}
.blueprint_content_section h3{
    font-size: 26px;
    color: #033e59 !important;
}
.blueprint_content_section .image {
    display: flex;
    justify-content: center;
    height: 250px;
    margin-bottom: 40px;
}
.blueprint_content_section .document {
    margin-bottom: 40px;
}
.blueprint_content_section .embed {
    margin-bottom: 40px;
}
#myTabContent {
    position: relative;
}
.exp_toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999999;
    font-size: 14px;
}
.exp_toggle .btn{
    padding: 5px 20px 0 0;
    color: #F68620;
    font-family: 'Rubik';
    background-color: unset;
    border: unset;
}
.exp_toggle .btn:hover{
    color: #033e59;
}
.exp_msg {
    position: relative;
    padding: 15px;
    margin: 20px 0;
    border: 1px solid #f0ad4e;
    border-radius: 4px;
    background-color: #fcf8e3;
    font-size: 15px;
    color: #033e59;
    font-family: 'Rubik';
    display: none;
}
.exp_msg .msg_text{
    /*width: 98%;*/
    width: 100%;
}
.exp_msg .btnClose {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    color: #F68620;
    font-weight: bold;
}
.blueprint_content_section .image img{
    cursor: pointer;
}
.popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.popup_close {
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}
.popup_image_container{
    max-width: 80%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_overlay #popup_full_image{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.woocommerce-account #uppertop_wc_header{
    z-index: 0;
}
.woocommerce-account .my-account-custom-heading h2{
    margin: 0 !important;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    font-weight: bold;
}
.more_acc_content {
    border: 1px solid #d7d7d7;
    padding: 20px;
}
.more_acc_content h2{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.acc_ai_content {
    border: 1px solid #d7d7d7;
    padding: 20px;
}
.acc_ai_content h2{
    color: #033E59 !important;
    text-align: center;
}
.hs_contact_form{
    border: 1px solid #d7d7d7;
    padding: 20px;
}
.more_acc_content a.elementor-button:focus{
    color: #F68620 !important;
}
.woocommerce-account .more_acc_plans_section h2{
    margin: 0 !important;
}
.woocommerce-account .custom-dashboard-image{
    padding: 14px 0 !important;
}
.woocommerce-account .bar {
    display: block;
    position: relative;
    cursor: pointer;
    width: 28px;
    height: 24px;
    margin-bottom: 15px;
    z-index: 9999;
}
.woocommerce-account .bar input {
    -webkit-appearance: none;
    display: none;
    visibility: hidden;
}
.woocommerce-account .bar span {
    position: absolute;
    width: 28px;
    height: 4px;
    background: #f68620;
    border-radius: 100px;
    display: inline-block;
    transition: 0.3s ease;
    left: 0;
}
.woocommerce-account .bar span.top {
    top: 0;
}
.woocommerce-account .bar span.middle {
    top: 10px;
}
.woocommerce-account .bar span.bottom {
    bottom: 0;
}
.woocommerce-account .bar input[type]:checked~span.top {
    transform: rotate(45deg);
    transform-origin: top left;
    width: 28px;
    left: 3px;
}
.woocommerce-account .bar input[type]:checked~span.middle {
    transform: translateX(-20px);
    opacity: 0;
}
.woocommerce-account .bar input[type]:checked~span.bottom {
    transform: rotate(-45deg);
    transform-origin: top left;
    width: 28px;
    bottom: 0px;
}
.custom_info_section{
    border: 1px solid #d7d7d7;
    padding: 20px;
}
.before_navigation_toggle {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}
.before_navigation_toggle img{
    cursor: pointer;
}
.before_navigation_toggle .orange_cube{
    display: none;
}
.blueprint_content_section .premium_images{
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    gap: 15px;
    justify-content: center;
}
.blueprint_content_section .premium_doc{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 15px;
}
.blueprint_content_section .premium_videos{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 15px;
    justify-content: center;
    padding: 40px 0;
}
#reg_form .woocommerce .u-column1.col-1{
    display: none;
}
#reg_form .woocommerce .col2-set .col-2, #reg_form .woocommerce-page .col2-set .col-2 {
    margin: 0 auto;
    float: none;
}
#reg_form .woocommerce .col2-set .col-2 h2, #reg_form .woocommerce-page .col2-set .col-2 h2{
    font-family: 'Poppins';
}
#customPopupForLogin{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    z-index:1000;
}
#customPopupForLogin .contentSection{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:white;
    padding:20px;
    border-radius:5px;
}
#customPopupForLogin .closebtn{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
}
#customPopupForLogin h2{
    font-family: 'Poppins';
}
.disabled-link{
    color: #033E59 !important;
    pointer-events: none;
    cursor: default;
}
#reg_form .u-column2.col-2 .mylogin{
    color: #F68620;
}
#reg_form .u-column2.col-2 .mylogin:hover{
    color: #033E59;
}
#reg_form button.woocommerce-form-register__submit{
    background: #F68620;
}
#reg_form a.woocommerce-privacy-policy-link {
    color: #033E59;
    font-weight: bold;
}
#reg_form input[type="text"]{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D7D7D7;
}
#reg_form input[type="email"]{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D7D7D7;
}
#reg_form .u-column2.col-2 h2 {
    margin: 0;
    margin-bottom: 8px;
}
#reg_form .u-column2.col-2 form {
    margin-top: 14px;
}
#customPopupForLogin button.woocommerce-form-login__submit{
    background: #F68620;
    color: #fff;
    border: 0;
}
#customPopupForLogin .lost_password a {
    font-size: 14px;
    color: #033E59;
}
#customPopupForLogin .lost_password a:hover {
    color: #F68620;
}
#customPopupForLogin form .form-row .required{
    color: #a00;
}
#customPopupForLogin input[type="text"]{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D7D7D7;
    outline: unset;
}
#customPopupForLogin input[type="password"]{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D7D7D7;
    outline: unset;
}
.dashboard_content h2{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.dashboard_content a.elementor-button:focus{
    color: #f68620 !important;
}
.dashboard_content h3{
    margin-bottom: 15px !important;
    font-size: 22px;
}
.my-account-custom-heading {
    position: relative;
    margin: 30px 0;
    padding: 12px 20px;
    border: 1px solid #D7D7D7;
    display: flex;
    cursor: pointer;
}
.my-account-custom-heading .title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Rubik", Sans-serif;
    color: #F68620;
    flex: auto;
}
.my-account-custom-heading .dropdown-icon {
    cursor: pointer;
}
.my-account-custom-heading .dropdown-icon i{
    color: #033e59;
}
.my-account-custom-heading .dropdown-icon i:hover{
    color: #F68620;
}
.woocommerce-MyAccount-navigation-link--edit-account,.woocommerce-MyAccount-navigation-link--orders,.woocommerce-MyAccount-navigation-link--contact_our_team,.woocommerce-MyAccount-navigation-link--edit-address,.woocommerce-MyAccount-navigation-link--customer-logout{
    display: none !important;
}
.showTab{
    display: inline-block !important;
}
.cube_text {
    font-size: 12px;
    color: #F68620;
    margin-top: 8px;
    font-family: "Rubik", Sans-serif;
}
#acc_ai_tab_popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    z-index:1000;
}
#acc_ai_tab_popup .content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:white;
    padding:20px;
    border-radius:5px;
}
#acc_ai_tab_popup .close_popup{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
#how_it_works_popup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    z-index:1000;
}
#how_it_works_popup .content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:white;
    padding:20px;
    border-radius:5px;
    height: 600px;
    overflow-y: auto;
    width: 84%;
}
#how_it_works_popup .close_popup{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.acc_ai_tab_popup h2 {
    margin: 15px 0 30px 0 !important;
    text-align: center;
    color: #033E59 !important;
}
.acc_ai_tab_popup p {
    font-size: 16px;
    text-align: center;
    color: #033E59;
    font-family: 'Rubik';
}
.woocommerce-MyAccount-navigation ul li a i{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #033E59;
    font-size: 18px;
    padding-right: 15px;
}
.my-account-custom-heading .my_account{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #033E59;
    font-size: 18px;
    padding-right: 15px;
}
.woocommerce-MyAccount-navigation ul li.is-active a i{
    color: #fff;
}
.icon_dashboard:before{
    content: "\f0e4";
}
.icon_premium_content:before{
    content: "\f00b";
}
.icon_more_acc:before{
    content: "\f022";
}
.icon_acc_ai:before{
    content: "\f2db";
}
.icon_integrations_channels:before{
    content: "\f1c8";
}
.icon_edit_account:before{
    content: "\f007";
}
.icon_orders:before{
    content: "\f07a";
}
.icon_contact_our_team:before{
    content: "\f0c0";
}
.icon_edit_address:before{
    content: "\f015";
}
.icon_customer_logout:before {
    content: "\f08b";
}
.my-account-custom-heading .my_account:before{
    content: "\f2be";
}
.swal2-actions button {
    color: #fff;
    border: 0;
    background-color: #f68620;
}
.swal2-actions button:hover,.swal2-actions button:focus {
    background-color: #f68620;
}
.blue_cube img {
    width: 30px;
}
.orange_cube img {
    width: 30px;
}
.more_acc_link a {
    background: #f68620;
    color: #fff !important;
    padding: 12px 45px;
    border-radius: 4px;
    font-family: 'Rubik';
}
.more_acc_link a:hover {
    background: #033E59;
}
.custom_address_wrapper {
    border: 1px solid #d7d7d7;
    padding: 20px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
}
@media only screen and (min-width: 1025px){
    .woocommerce-MyAccount-navigation.collapsed{
        width: 4% !important;
    }
    .woocommerce-MyAccount-content.expanded {
        width: 96% !important;
    }
    .woocommerce-MyAccount-navigation.collapsed .my-account-custom-heading .title{
        display: none;
    }
}
@media only screen and (max-width: 1024px){
    .woocommerce-MyAccount-content{
        margin-top: 30px;
        padding: 0 !important;
    }
    .woocommerce-account .bar{
        display: none;
    }
    .woocommerce-account .before_navigation_toggle{
        display: none;
    }
    .blueprint_content_section .premium_images{
        grid-template-columns: 32% 32% 32%;
    }
    .blueprint_content_section .premium_doc{
        grid-template-columns: 49% 49%;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 992px){
    #menu-custom-woocommerce-menu .menu-item.how_it_works_loader {
        top: 22px;
    }
}
@media only screen and (max-width: 991px){
    .blueprint_content_section .premium_images{
        grid-template-columns: 49% 49%;
    }
    .blueprint_content_section .premium_videos{
        grid-template-columns: 49% 49%;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    #menu-custom-woocommerce-menu .menu-item.how_it_works_loader {
        width: 28px;
        height: 28px;
    }
}
@media only screen and (max-width: 768px){
    .custom_loader {
        left: 66%;
    }
}
@media only screen and (max-width: 767px){
    .exp_msg .btnClose {
        top: 0;
        right: 6px;
    }
    .exp_msg{
        padding: 10px;
    }
    .all_channels_section .single-channel {
        width: 100%;
    }
    .single-channel .cincopa_popup img {
        width: 100% !important;
        height: auto !important;
    }
    #menu-custom-woocommerce-menu .menu-item.how_it_works_loader {
        top: 0;
        right: unset;
        width: 28px;
        height: 28px;
    }
    #how_it_works_popup .close_popup {
        right: 10px;
    }
    .blueprint_content_section h3{
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px){
    .custom_loader {
        left: 72%;
    }
    .blueprint_content_section .premium_images{
        grid-template-columns: 99%;
        gap: unset;
    }
    .blueprint_content_section .premium_doc{
        grid-template-columns: 99%;
        gap: unset;
    }
    .blueprint_content_section .premium_videos{
        grid-template-columns: 99%;
    }
}
@media only screen and (max-width: 520px){
    .custom_loader {
        left: 76%;
    }
    #myTab {
        display: block;
    }
    #myTab li{
        margin-bottom: 10px;
    }
    #myTab li.nav-item:nth-child(2) {
        margin-left: unset;
        margin-right: unset;
    }
}
@media only screen and (max-width: 414px){
    .custom_loader {
        left: 86%;
    }
    #myTabContent a.upgrade {
        padding: 12px 24px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 375px){
    .custom_loader {
        bottom: 2%;
    }
}