.priceBoxGKStyles{
    display: block;
    font-size: 1.4em;
    font-weight: 400;
}


#primary .widget-area.sidebar .course-info-widget > .lp-course-buttons, #primary .widget-area.sidebar .course-info-widget > .more-information, #primary .widget-area.sidebar .course-features-widget{
    display: none;
}

#primary .widget-area.sidebar > .widget_apus_course_info > .widget-title, #primary .widget-area.sidebar > .widget_apus_course_features > .widget-title{
    text-align: center;
}

#primary .course-extra-box__content li::before{
    display: none;
}

#primary .widget.widget_apus_course_info strong{
    display: none;
}

#primary .widget-area.sidebar .loader {
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#16ff3d 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,#3aef7a);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}


#tab-instructor .top-content-right > .nb-students, #tab-instructor .course-author .top-content{
    display: none;
}

#tab-instructor .course-author > .author-wrapper{
    margin: 0;
}

.course-extra-box > .padding_for_free{
    padding: 30px;
    animation-delay: 1s;
    animation: .1s padding_conversion .22s forwards;
} 

@keyframes padding_conversion{
   0%{
       padding: 0;
       opacity: 0;
   }
   100%{
       padding: 0;
       opacity: 0;
   }
}

.course-extra-box.active > .padding_for_free{
    padding: 30px;
    animation: none;
}

#learn-press-course-curriculum .curriculum-sections{
    z-index: 1;
}

.course-extra-box ul.section-content > li {
    background-color: whitesmoke;
}

.course-extra-box ul.section-content > li > a:hover{
    color: #52ae32;
    --lp-primary-color: #52ae32;
}

#confirm_informationPurchase{
    width: 100%;
    display: flex;
    justify-content: center;
}


#confirm_informationPurchase > .loadingButton, .loadingButton{
    width: 1.6em;
    --b: .4em;
    margin: 0 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%,#ffffff) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg), radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
    text-align: center;
}


@keyframes l4 {to{transform: rotate(360deg)}}




#primary .widget-area.sidebar .infoCourse_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}


#primary .widget-area.sidebar .infoCourse_section > article {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    height: 100%;
}

#primary .widget-area.sidebar > .widget_apus_course_features > .widget-title > .subtitleInfoWidget{
    color: grey;
    font-size: 12px;
}

#primary .widget-area.sidebar .infoCourse_section div {
    display: flex;
    width: 100%;
    height: max-content;
    text-align: center;
    justify-content: center;
}

#primary .widget-area.sidebar .infoCourse_section div > img {
    height: 80px;
    width: auto;
    animation: imageloaded .4s forwards;
    transform: scale(.5);
}

@keyframes imageloaded{
    100%{
        transform: scale(1);
    }
}




#primary .widget-area.sidebar > .widget_apus_course_info .course-price-wrapper > span{
    display: none;
}


@keyframes l13 { 
    100%{
      transform: rotate(360deg);
    }
}


.purchase_buttons_containerGKDesign{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap-column: 10px;
}

.purchase_buttons_containerGKDesign > a { 
    padding: 10px 15px;
    background-color: var(--e-global-color-primary); 
    color: white !important;
    border-radius: 10px;
    margin-bottom: 12px;
    cursor: pointer;
}

.purchase_buttons_containerGKDesign > a:last-child {
    padding: 10px 15px;
    background-color: var(--e-global-color-primary);
    color: white;
    border-radius: 10px;
    margin-bottom: 0;
}


.purchase_buttons_containerGKDesign > a:hover {
    background-color: var(--e-global-color-accent);
    color: white;
}

#learn-press-course .course-cover {
    width: 100%;
    position: relative;
    padding: 0 0 30px 0;
}


#learn-press-course .course-cover > img {
    width: 100%;
    border-radius: 8px;
}

.widget.related-posts .related-courses-content .slick-track .course-grid .course-meta-data {
    display: none;
}




/**************** SUCCESS AT CREATING NEW ACCOUNT AND LOGIN *****************/


#success_accountCreation, #success_loginUser_personal, #success_loginUser_corporations{
        display: flex;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #ffffff5e; 
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        z-index: 10000000;
    }
    
    #success_accountCreation > .outer_wrapperBox, #success_loginUser_personal > .outer_wrapperBox, #success_loginUser_corporations > .outer_wrapperBox{
        display: block;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0px 0px 10px grey;
        width: 600px;
        max-width: 90%;
        text-align: center;
        padding: 20px 10px;
        overflow: auto;
    }
    
    #success_accountCreation > .outer_wrapperBox .content_upperPart, #success_loginUser_personal > .outer_wrapperBox .content_upperPart, #success_loginUser_corporations > .outer_wrapperBox .content_upperPart{
        display: flex;
        justify-content: center;
    }
    
    #success_accountCreation > .outer_wrapperBox .wrapper_headerObjects, #success_loginUser_personal > .outer_wrapperBox .wrapper_headerObjects, #success_loginUser_corporations > .outer_wrapperBox .wrapper_headerObjects{
        display: flex;
        flex-direction: column;
        color: grey;
        margin: 20px 0;
        width: 90%;
    }
    
    #success_accountCreation > .outer_wrapperBox .wrapper_headerObjects > h3, #success_loginUser_personal > .outer_wrapperBox .wrapper_headerObjects > h3, #success_loginUser_corporations > .outer_wrapperBox .wrapper_headerObjects > h3{
        color: grey;
        text-transform: uppercase;
    }
    
    #success_accountCreation > .outer_wrapperBox .wrapper_headerObjects i,  #success_loginUser_personal > .outer_wrapperBox .wrapper_headerObjects i, #success_loginUser_corporations > .outer_wrapperBox .wrapper_headerObjects i{
        font-size: 80px;
    }
    
    #success_accountCreation > .outer_wrapperBox .wrapper_headerObjects > .icon_success, #success_loginUser_personal > .outer_wrapperBox .wrapper_headerObjects > .icon_success, #success_loginUser_corporations > .outer_wrapperBox .wrapper_headerObjects > .icon_success{
        height: max-content;
        width: 100%;
        color: #52ae32;
    }
    
    #success_accountCreation > .outer_wrapperBox > .button_wrapperObj, #success_loginUser_personal > .outer_wrapperBox > .button_wrapperObj, #success_loginUser_corporations > .outer_wrapperBox > .button_wrapperObj{
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 7%;
    }
    
    #success_accountCreation > .outer_wrapperBox > .button_wrapperObj > button, #success_loginUser_personal > .outer_wrapperBox > .button_wrapperObj > button{
        width: 40%;
        text-transform: uppercase;
        background-color: #52ae32;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: capitalize;
    }
    
    #success_loginUser_corporations > .outer_wrapperBox > .button_wrapperObj > button{
        text-transform: uppercase;
        background-color: #52ae32;
        font-weight: 600;
        margin-bottom: 10px;
        text-transform: capitalize;
        width: 80%;
    }
    
    #success_accountCreation > .outer_wrapperBox > .button_wrapperObj > button:hover, #success_loginUser_personal > .outer_wrapperBox > .button_wrapperObj > button:hover, #success_loginUser_corporations > .outer_wrapperBox > .button_wrapperObj > button:hover{
        filter: brightness(1.1);
    }
    
    #success_accountCreation > .outer_wrapperBox > #close_successPopup_accountCreation:hover, #success_loginUser_personal > .outer_wrapperBox > #close_successPopup_loginUser_personalAccount:hover, #success_loginUser_corporations > .outer_wrapperBox > #close_successPopup_loginUser_personalAccount:hover {
        color: #52ae32;
    }    
    
    #success_accountCreation > .outer_wrapperBox > #close_successPopup_accountCreation, #success_loginUser_personal > .outer_wrapperBox > #close_successPopup_loginUser_personalAccount, #success_loginUser_corporations > .outer_wrapperBox > #close_successPopup_loginUser_personalAccount{
        font-weight: 600;
        cursor: pointer;
    }




/*************************** ERROR MESSAGES BOX ******************************/

#error_accountCreation, #error_accountlogin, #error_cartProduct{
        display: flex;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #ffffff5e; 
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        z-index: 2000000000;
    }
    
    #error_accountCreation > .outer_wrapperBox, #error_accountlogin > .outer_wrapperBox, #error_cartProduct > .outer_wrapperBox{
        display: block;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0px 0px 10px grey;
        width: 600px;
        max-width: 90%;
        text-align: center;
        padding: 20px 10px;
        overflow: auto;
    }
    
    #error_accountCreation > .outer_wrapperBox .wrapper_headerContent, #error_accountlogin > .outer_wrapperBox .wrapper_headerContent, #error_cartProduct > .outer_wrapperBox .wrapper_headerContent{
        display: flex;
        justify-content: center;
    }
    
    #error_accountCreation > .outer_wrapperBox .content_headerWrapperBox, #error_accountlogin > .outer_wrapperBox .content_headerWrapperBox, #error_cartProduct > .outer_wrapperBox .content_headerWrapperBox{
        display: flex;
        flex-direction: column;
        color: grey;
        margin: 20px 0;
        width: 90%
    }
    
    #error_accountCreation > .outer_wrapperBox .content_headerWrapperBox > h3, #error_accountlogin > .outer_wrapperBox .content_headerWrapperBox > h3, #error_cartProduct > .outer_wrapperBox .content_headerWrapperBox > h3{
        color: grey;
        text-transform: uppercase;
    }
    
    #error_accountCreation > .outer_wrapperBox .content_headerWrapperBox i, #error_accountlogin > .outer_wrapperBox .content_headerWrapperBox i, #error_cartProduct > .outer_wrapperBox .content_headerWrapperBox i{
        font-size: 80px;
    }
    
    #error_accountCreation > .outer_wrapperBox .content_headerWrapperBox > .icon_error, #error_accountlogin > .outer_wrapperBox .content_headerWrapperBox > .icon_error, #error_cartProduct > .outer_wrapperBox .content_headerWrapperBox > .icon_error{
        height: max-content;
        width: 100%;
        color: #52ae32;
    }
    
    #error_accountCreation > .outer_wrapperBox > .button_wrapperBox, #error_accountlogin > .outer_wrapperBox > .button_wrapperBox, #error_cartProduct > .outer_wrapperBox > .button_wrapperBox{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    #error_accountCreation > .outer_wrapperBox > .button_wrapperBox > button, #error_accountlogin > .outer_wrapperBox > .button_wrapperBox > button, #error_cartProduct > .outer_wrapperBox > .button_wrapperBox > button{
        width: 90%;
        text-transform: uppercase;
        background-color: #52ae32;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    #error_accountCreation > .outer_wrapperBox > .button_wrapperBox > button:hover, #error_accountlogin > .outer_wrapperBox > .button_wrapperBox > button:hover, #error_cartProduct > .outer_wrapperBox > .button_wrapperBox > button:hover{
        filter: brightness(1.1);
    }




/**************** CLIENTS SELECTION BOX ***********************/


    #login_clientsForm{
        display: block;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        background-color: #ffffff5e;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10000000;
    }
    
    #login_clientsForm > .container_clientsForm{
        display: flex;
        flex-direction: column;
        padding: 30px;
        background-color: #efffe6;
        border-radius: 8px;
        box-shadow: 0px 0px 5px grey;
        justify-content: center;
        text-align: center;
        width: 500px;
        max-width: 90%;
    }
    
    #login_clientsForm > .container_clientsForm > label{
        margin-bottom: 15px;
    }
    
    #login_clientsForm > .container_clientsForm > h3{
        color: #52ae32;
        margin: 0;
        padding: 5px 10px;
    }
    
    #login_clientsForm > .container_clientsForm > .content_clientsForm {
        width: 100%;
        display: flex;
        gap: 10px;
        max-width: 500px;
        height: 100%;
        justify-content: center;
    }
    
    #login_clientsForm > .container_clientsForm > .content_clientsForm > div{
        width: 50%;
    }
    
    #login_clientsForm > .container_clientsForm > .content_clientsForm  button{
        width: 100%;
        height: 100%;
    }
    
    #login_clientsForm > .container_clientsForm #return_toProductPopup{
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-weight: 600;
        cursor: pointer;
    }
    
    #login_clientsForm > .container_clientsForm #return_toProductPopup::before{
        content: "◄ ";
    }
    
    #login_clientsForm > .container_clientsForm #return_toProductPopup:hover{
        color: #52ae32;
    }




/*************************** REGISTER FORM CLIENTS ***************************/

    #form_createClient{
        display: flex;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #ffffff5e; 
        top: 0;
        left: 0;
        justify-content: center;
        z-index: 10000000;
        align-items: center;
    }
    
    #form_createClient .createElement_OuterBox{
        display: block;
        background-color: white;
        border-radius: 10px;
        box-shadow: 0px 0px 10px grey;
        width: 600px;
        max-width: 100%;
        overflow-y: auto;
        max-height: 88vh;
    }
    
    #form_createClient .header_createElementBox{
        display: block;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 10px 10px 0 0;
        background-color: #52ae32;
    }
    
    #form_createClient .header_createElementBox > h4{
        color: white;
        padding: 10px;
        margin: 0;
        text-transform: capitalize;
    }
    
    #form_createClient .createElement_OuterBox .password_object{
        width: 100%;
        position: relative;
        display: block;
    }
    
    #form_createClient .createElement_OuterBox .password_object input{
        width: 100%
    }
    
    #form_createClient .createElement_OuterBox .password_object > img{
        display: block;
        position: absolute;
        height: 60%;
        right: 0;
        padding: 0 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    
    #form_createClient .createElement_OuterBox .password_object > img.disabled{
        filter: brightness(0) contrast(.2);
        opacity: .5;
    }
    
    #form_createClient  .formContainer{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    
    #form_createClient .formContainer > span{
        max-width: 80%;
        text-align: center;
    }
    
    #form_createClient .type_ofUser_container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    #form_createClient .type_ofUser_container button{
        width: 40%;
    }
    
    #form_createClient  .button_selection{
        transition: border, color .4s ease;
        font-size: 14px;
        padding: 5px 15px;
        font-weight: 600;
        background-color: transparent;
        border: solid 2px grey;
        color: grey;
    }
    
    #form_createClient  .button_selection.active{
        border: solid 2px #52ae32;
        color: #52ae32;
        filter: drop-shadow(0px 0px 8px #52ae32) contrast(1.5);
    }
    
    .container_selectionTypeOfClient{
        width: 100%;
        display: flex;
        justify-content: center;
        height: min-content;
        align-items: center;
        gap: 20px;
    }
    
    #form_createClient .createElement_OuterBox .sections_login{
        width: 90%;
        display: flex;
        justify-content: center;
    }
    
    #form_createClient .createElement_OuterBox .sections_login > .sectionData{
        width: 100%;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    #form_createClient .createElement_OuterBox .sections_login > .sectionData > div{
        width: 100%
        display: flex;
        flex-direction: column;
    }
    
    #form_createClient .createElement_OuterBox .sections_login > .sectionData > div > input{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    #form_createClient  .buttons_section{
        width: 100%;
        display: flex;
        gap: 10%;
        justify-content: center;
        margin: 20px 0;
    }
    
    #form_createClient .buttons_section > button{
        width: 35%;
        display: flex;
        justify-content: center;
        align-items: center;
    }




/************************* VERIFICATION CODE BOX ****************************/

    #verificationCode_box{
        display: flex;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #ffffff5e; 
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        z-index: 10000000;
    }
    
    #verificationCode_box .outerBox_verificationBox{
        background-color: white;
        border: solid 2px whitesmoke;
        box-shadow: 2px 2px 5px grey;
        padding: 20px;
        max-width: 600px;
        text-align: center;
        border-radius: 8px;
        --color-allElementsBox: #52ae32;
        --title-verificationBox: "Validador de codigo de verificación";
    }
    
    #verificationCode_box .outerBox_verificationBox.error{
        animation: error_content 2s;
    }
    
    #verificationCode_box .outerBox_verificationBox.errorByExpiration{
        animation: error_contentVariation 2s;
    }
    
    
    @keyframes error_contentVariation {
        0%{
            --color-allElementsBox: orangered;
            --title-verificationBox: "Codigo vencido";
        }
        99%{
            --color-allElementsBox: orangered;
            --title-verificationBox: "Codigo vencido";
        }
    }
    
    @keyframes error_content {
        0%{
            --color-allElementsBox: orangered;
            --title-verificationBox: "Codigo incorrecto";
        }
        99%{
            --color-allElementsBox: orangered;
            --title-verificationBox: "Codigo incorrecto";
        }
    }
    
    #verificationCode_box .header_box{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    #verificationCode_box .header_box i {
        color: white;
        font-size: 50px
    }
    
    #verificationCode_box .header_box img{
        filter: brightness(10000);
        width: min-content;
        height: 100%;
        aspect-ratio: 1;
    }
    
    #verificationCode_box .header_box h3{
        margin: 0;
    }
    
    #verificationCode_box .header_box h3::after{
        content: var(--title-verificationBox);
    }
    
    #verificationCode_box .header_box span{
        margin: 10px 0 20px 0;
    }
    
    #verificationCode_box .wrapper_inputs > div{
         display: flex;
         flex-direction: row;
         gap: 2%;
    }
    
    #verificationCode_box .wrapper_inputs > div > input{
        width: 100%;
        height: max-content;
        font-size: 30px;
        text-align: center;
        padding: 5px 10px;
        margin: 0;
        background-color: white;
        text-shadow: 2px 2px 10px whitesmoke;
        transition: all .2s ease-in-out;
    }
    
    #verificationCode_box .wrapper_inputs > div > input[disabled]{
        background-color: whitesmoke;
        opacity: .6;
    }
    
    #verificationCode_box .wrapper_inputs > div > input:focus{
        border: solid 2px #52ae32;
        opacity: 1;
        background-color: white;
    }
    
    #verificationCode_box .wrapper_inputs > div > input.error{
        border: solid 2px lightgrey;
        animation: error_inputsCode 1s;
        animation-iteration-count: 2;
    }
    
    @keyframes error_inputsCode{
        20%{
            border: solid 2px orangered;
        }
        
        40%{
            border: solid 2px grey;
        }
        
        60%{
            border: solid 2px orangered;
        }
        
        80%{
            border: solid 2px grey;
        }
    }
    
    #verificationCode_box .header_box .icon{
        background-color: var(--color-allElementsBox);
        width: auto;
        height: 100px;
        max-height: 30vh;
        padding: 20px;
        border-radius: 50%;
        margin-bottom: 10px;
        transition: all .5s ease;
    }
    
    #verificationCode_box .button_wrapper{
        width: 100%;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        font-weight: 600;
        margin-top: 20px;
        align-content: center;
        gap: 20px;
    }
    
    #verificationCode_box .button_wrapper > button{
        width: 80%;
        background-color: grey;
        opacity: .6;
        transition: all .5s ease;  
    }
    
    #verificationCode_box #close_validationWindow{
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }
    
    #verificationCode_box #openValidation.activated{
        width: 80%;
        background-color: var(--color-allElementsBox);
        transition: all .5s ease; 
        opacity: 1;
    }
    
    #verificationCode_box #sendAnotherCode.activated{
        width: 80%;
        background-color: var(--color-allElementsBox);
        transition: all .5s ease; 
        opacity: 1;
    }
    
    #verificationCode_box #close_validationWindow:hover{
        color: var(--color-allElementsBox);
    }
    
    #verificationCode_box .button_wrapper > button:hover{
        filter: brightness(1.1);
    }





/************************ DATAFORM CLIENTS POPUP ****************************/
    
    #data_formClients{
        display: flex;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #ffffff5e; 
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        z-index: 10000000;
    }
    
    #data_formClients > .outer_container_loginFormClients{
        display: block;
        background-color: white;
        border-radius: 10px;
        max-width: 500px;
        max-height: 88vh;
        box-shadow: 0px 0px 10px grey;
    }
    
    #data_formClients > .outer_container_loginFormClients .sections_login{
        width: 95%;
    }
    
    #data_formClients > .outer_container_loginFormClients .type_ofUser_container {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 25px;
        margin: 10px 0;
    }
    
    #data_formClients > .outer_container_loginFormClients .type_ofUser_container > button{
        width: 40%;
    }
    
    #data_formClients > .outer_container_loginFormClients .button_selection{
        transition: border, color .4s ease;
        font-size: 14px;
        padding: 5px 15px;
        font-weight: 600;
        background-color: transparent;
        border: solid 2px grey;
        color: grey;
    }
    
    #data_formClients > .outer_container_loginFormClients .button_selection.active{
        border: solid 2px #52ae32;
        color: #52ae32;
        filter: drop-shadow(0px 0px 8px #52ae32) contrast(1.5);
    }
    
    #data_formClients > .outer_container_loginFormClients > .login_header{
        display: block;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 10px 10px 0 0;
        background-color: #52ae32;
    }
    
    #data_formClients > .outer_container_loginFormClients > .login_header > h4{
        color: white;
        padding: 10px;
        margin: 0;
        text-transform: capitalize;
    }
    
    #data_formClients > .outer_container_loginFormClients > .login_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 12px 0;
    }
    
    #data_formClients > .outer_container_loginFormClients .content_clientsLogin{
        display: flex;
        row-gap: 10px;
        padding: 20px;
        flex-direction: column;
    }
    
    #data_formClients > .outer_container_loginFormClients .content_clientsLogin input{
        width: 100%;
    }
    
    #data_formClients > .outer_container_loginFormClients .buttons_section{
        width: 100%;
        display: flex;
        gap: 10%;
        justify-content: center;
        margin: 20px 0;
    }
    
    #data_formClients > .outer_container_loginFormClients .buttons_section > button{
        width: 35%;
    }
    
    #data_formClients > .outer_container_loginFormClients .password_object{
        display: flex;
        position: relative;
        align-items: center;
        justify-content: flex-end;
    }
    
    #data_formClients > .outer_container_loginFormClients .password_object > img {
        position: absolute;
        height: 70%;
        margin-right: 10px;
        cursor: pointer;
    }
    
    #data_formClients > .outer_container_loginFormClients .password_object > img.disabled{
        filter: brightness(0) contrast(.2);
        opacity: .5;
    }
    
    #data_formClients #recoverAccess{
        cursor: pointer;
        font-weight: 600;
    }
    
    #data_formClients #recoverAccess:hover{
        color: #52ae32;
    }





/*********  PURCHASE INFORMATION POPUP     *********/

#background_popupPurchase{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 11111;
}

#background_popupPurchase > .background_tone{
    background-color: white;
    width: 100%;
    height: 100%;
    display: block;
    filter: opacity(.5);
    position: absolute;
}

#background_popupPurchase > .content{
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
}

#background_popupPurchase > .content > #popupInfoPurchase{
    background-color: white;
    border-radius: 5px;
    box-shadow: -5px 5px 20px grey;
    border: solid 2px whitesmoke;
    animation: enteringPop 1s;
    max-width: 90vw;
    max-height: 95vh;
    overflow-y: auto;
}

#popupInfoPurchase > .outerBox_content{
    display: flex;
    flex-direction: row;
    position: relative;
}

#popupInfoPurchase #close_popup, .confirmation_box #close_popup{
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 10px;
    cursor: pointer;
    background-color: #8080806b;
    color: whitesmoke;
    font-weight: 900;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    z-index: 100;
}

#popupInfoPurchase #close_popup:hover, .confirmation_box #close_popup:hover{
    background-color: #808080a3;
}


#popupInfoPurchase > .outerBox_content > .box_right{
    padding: 10px 30px 20px 15px;
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
}

#popupInfoPurchase > .outerBox_content > .box_left > img{
    clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%, 0% 0%);
    height: 410px;
}

#popupInfoPurchase.rewriteSimpleCourse > .outerBox_content > .box_left > img{
    clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%, 0% 0%);
    height: 280px;
}

#popupInfoPurchase > .outerBox_content .info_purchaseForm{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#popupInfoPurchase > .outerBox_content .info_purchaseForm .box_scheduleSelector{
    position: relative;
    margin-bottom: 25px;
}


#popupInfoPurchase > .outerBox_content .info_purchaseForm #scheduleInformation{
    background-color: black;
    color: white;
    font-weight: 550;
    display: none;
    position: absolute;
    right: 100%;
    width: max-content;
    top: 50%;
    margin: 0 2px;
    padding: 2px 10px;
    transform: translateY(-50%);
    border-radius: 10px;
    animation: entrance .4s forwards;
    opacity: .9;
}

.closingAnimation{
    animation: closeMessage 6s forwards !important;
}

@keyframes enteringPop{
    0%{
       transform: translateY(50vh);
       opacity: 0;
    }
    100%{
       transform: translateY(0);
       opacity: 1;
    }
}

@keyframes entrance {
    0%{
        opacity: 0; 
        transform: translateY(-50%) translateX(-50%);
        overflow: hidden;
    }
    100%{
        opacity: .9;
        transform: translateY(-50%) translateX(0%);
        overflow: visible;
    }
}


@keyframes closeMessage{
    0%{
        opacity: .9; 
        display: block;
    }
    90%{
        opacity: .9;
        display: block;
    }
    
    100%{
        opacity: 0;
        display: none;
    }
}

#content .widget-area.sidebar{
    width: 100%;
}

#popupInfoPurchase > .outerBox_content .info_purchaseForm #scheduleInformation > .messageTail{
    width: 15px;
    height: 20px;
    background-color: red;
    display: block;
    position: absolute;
    right: -13px;
    top: 50%;
    background-color: black;
    transform: translateY(-50%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 0%);
}

#popupInfoPurchase > .outerBox_content .info_purchaseForm #scheduleInformation > .messageTailReverse {
    width: 15px;
    height: 20px;
    background-color: red;
    display: block;
    position: absolute;
    left: -13px;
    top: 50%;
    background-color: black;
    transform: translateY(-50%);
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%);
}


#popupInfoPurchase > .outerBox_content .info_purchaseForm .button_section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#popupInfoPurchase > .outerBox_content .info_purchaseForm .button_section > input{
    display: block;
    background-color: #4fb970;
    font-weight: 600;
    width: min-content;
}

#popupInfoPurchase > .outerBox_content .info_purchaseForm .button_section > input:hover{
    background-color: #4fb970;
    filter: brightness(1.1);
}

#popupInfoPurchase .info_purchaseForm  select, #popupInfoPurchase .info_purchaseForm  input{ 
    width: 100%
}

#popupInfoPurchase .info_purchaseForm  select{
    margin-bottom: 0;
    text-transform: capitalize;  
}

#popupInfoPurchase h3{
    font-size: 1.7em;
    color: #2ecb5f;
    text-align: center;
}

#popupInfoPurchase h5{
    font-size: 1em;
    color: grey;
}

#popupInfoPurchase .copycat_reference{
    margin-left: 15px;
    position: absolute;
    height: 100%;
    z-index: -2;
    opacity: 0;
}

#popupInfoPurchase .info_purchaseForm select > option{
    text-transform: capitalize;  
}







/*********    CONFIRMATION POPUP      *********/

#background_popupPurchase > .content > .confirmation_box{
    display: flex;
    background-color: white;
    border-radius: 20px;
    justify-content: center;
    box-shadow: 5px 5px 10px grey;
    width: 500px;
    text-align: center;
    animation: zoomin .5s forwards;
    max-width: 90%;
    max-height: 95%;
    overflow-y: auto;
}

@keyframes zoomin{
   0%{
      opacity: 0;
      transform: scale(.5);
   }
   100%{
      opacity: 1;
      transform: scale(1);
   } 
   
}

#background_popupPurchase > .content > .confirmation_box .buttonsContainer_confirmation{
    display: flex;
    justify-content: space-around;
    margin-top: 2em;
}

#background_popupPurchase > .content > .confirmation_box .text_innerContainer{
    padding: 0 20px;
}

#background_popupPurchase > .content  .confirmation_box #goingToCheckout{
    background-color: #44c961;
    color: white;
    font-weight: 600;
    font-size: 1.3em;
    border-radius: 10px;
}

#background_popupPurchase > .content  .confirmation_box #goingToCheckout:hover{
    background-color: #48dd68;
    color: white;
}

#background_popupPurchase > .content  .confirmation_box #close_keepShopping{
    background-color: #e5e5e5;
    color: #809585;
    font-weight: 600;
    font-size: 1.3em;
    border-radius: 10px;
}

#background_popupPurchase > .content  .confirmation_box #close_keepShopping:hover{
    background-color: #e1eddf;
    color: #7a8b7e;
}

#background_popupPurchase > .content > .confirmation_box h3{
    margin: 10px;
    font-size: 1.5em;
    color: #4faf57;
}

#background_popupPurchase > .content > .confirmation_box span{
    font-size: .9em;
}

#background_popupPurchase > .content > .confirmation_box > .internal_confirmationBox{
    position: relative;
}

#background_popupPurchase > .content > .confirmation_box .backgroundImage{
    background-color: #bcf5bc;
    display: flex;
    height: 200px;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    padding: 20px;
}

#background_popupPurchase > .content > .confirmation_box .backgroundImage > div{
    height: 100%;
    background-color: #5abd5a;
    border-radius: 50%;
    border: solid 4px #2ca10f;
}

#background_popupPurchase > .content > .confirmation_box .backgroundImage img{
    filter: brightness(10);
    height: 100%;
}

#background_popupPurchase > .content > .confirmation_box .textSection{
    padding: 20px;
    display: flex;
    flex-direction: column;
}







/*********************** media queries *************************************/




@media(max-width: 1024px){
    #popupInfoPurchase > .outerBox_content > .box_left > img{
       clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%, 0% 0%);
       height: 280px;
    }
    
    #popupInfoPurchase.rewriteSimpleCourse > .outerBox_content > .box_left > img{
        clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%, 0% 0%);
       height: 200px;
    }
    
    #popupInfoPurchase h3 {
       font-size: 1.25em;
       color: #2ecb5f;
       margin-top: 15px;
       margin-bottom: 0;
    }
    
    #popupInfoPurchase h5 {
      font-size: .9em;
      color: grey;
      margin-top: 8px;
      margin-bottom: 5px;
    }
    
    #popupInfoPurchase .info_purchaseForm select, #popupInfoPurchase .info_purchaseForm input {
      margin-bottom: 0;
      height: 40px;
    }
    
    #popupInfoPurchase > .outerBox_content .info_purchaseForm .button_section > button {
      display: block;
      background-color: #4fb970;
      font-weight: 600;
      font-size: .8em;
      padding: 7px 12px;
    }
    
    #popupInfoPurchase #close_popup {
       position: absolute;
       top: 0;
       right: 0;
       margin: 8px 10px;
       cursor: pointer;
       background-color: #8080806b;
       color: whitesmoke;
       font-weight: 900;
       border-radius: 50%;
       width: 20px;
       height: 20px;
       text-align: center;
       font-size: 11px;
    }
}

@media(min-width: 992px){ 
   #main-container {
      width: 100%;
      max-width: 1200px;
  }
  
  #reviews .detail-rating{
      width: 60%;
    }
    
  #reviews .average-rating.pull-right{
      width: 35%;
  }
}


@media(max-width: 740px){
    #popupInfoPurchase > .outerBox_content{
       display: flex;
       flex-direction: column;
    }
    
    #scheduleInformation > p{
        font-size: .6em;
    }
    
    #popupInfoPurchase > .outerBox_content > .box_left > img{
       clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%, 0% 20%);
       height: auto;
       max-height: 300px;
    }
    
    #popupInfoPurchase.rewriteSimpleCourse > .outerBox_content > .box_left > img{
       clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%, 0% 20%);
       height: auto;
       max-height: 280px;
    }
    
    #popupInfoPurchase > .outerBox_content .info_purchaseForm {
       gap: 18px;
    }
        
    #popupInfoPurchase > .outerBox_content .info_purchaseForm .button_section > button {
      font-size: 1em;
    }
    
    
    /*********    CONFIRMATION POPUP      *********/
    
    #background_popupPurchase > .content > .confirmation_box h3 {
       margin: 10px;
       font-size: 1.2em;
       color: #4faf57;
    }
    
    #background_popupPurchase > .content > .confirmation_box span {
       font-size: .8em;
    }
    
    #background_popupPurchase > .content > .confirmation_box #close_popup{
       font-size: .9em;
    }
    
    #background_popupPurchase > .content > .confirmation_box .buttonsContainer_confirmation {
       display: flex;
       justify-content: center;
       margin-top: 1em;
       gap: 2em;
    }
    
    #background_popupPurchase > .content > .confirmation_box .textSection {
       padding: 14px;
    }
    
    #background_popupPurchase > .content .confirmation_box #goingToCheckout, #background_popupPurchase > .content .confirmation_box #close_keepShopping {
       font-weight: 600;
       font-size: 1em;
       border-radius: 10px;
       padding: 0.5em 0.9em;
    }
    
    #background_popupPurchase > .content > .confirmation_box .text_innerContainer {
        padding: 0 1em;
    }
    
}


@media(max-width: 400px){
    #background_popupPurchase > .content > .confirmation_box .buttonsContainer_confirmation {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 0.7em;     
    }
}


@media(max-width: 360px){
    #popupInfoPurchase h3 {
       font-size: 5.4vw;
       color: #2ecb5f;
       margin-top: 15px;
       margin-bottom: 0;
    }
    
    #popupInfoPurchase > .outerBox_content > .box_right {
       padding: 3vw 5vw 5vw 5vw;
    }
    
    #popupInfoPurchase h5 {
      font-size: 3.3vw;
      color: grey;
      margin-top: 8px;
      margin-bottom: 5px;
    }
    
    #popupInfoPurchase .copycat_reference{
      font-size: 3.5vw;
    }
    
    #scheduleInformation > p{
        font-size: 2.4vw;
    }
    
    #popupInfoPurchase .info_purchaseForm select, #popupInfoPurchase .info_purchaseForm input {
      margin-bottom: 0;
      height: 11vw;
      font-size: 3.5vw;
    }
    
    #popupInfoPurchase > .outerBox_content .info_purchaseForm .button_section > button {
      display: block;
      background-color: #4fb970;
      font-weight: 600;
      font-size: 3.8vw;
      padding: 2vw 4vw;
    }
    
    #popupInfoPurchase > .outerBox_content .info_purchaseForm .box_scheduleSelector {
      position: relative;
      margin-bottom: 5vw;
    }
    
    #confirm_informationPurchase > .loadingButton {
       width: 1.6em;
       --b: .4em;
       margin: 0 5vw;
    }
    
}
























