#user_login_form{
    display: none;
}
#popup_signup_block{
    display: none;
}
.tutor-pmpro-single-course-pricing label[for="tutor_pmpro_level_radio_6"] {
    display: none !important;
}
.gform_title{
    display: none;
}
#g_login{
    display: none;
}
#gform_4 #field_4_9{
    /*display: none;*/
}
.toggle_label{
    cursor: pointer;
}
#gform_parent_membership{
    cursor: pointer;
}
#customPopupForGravityRegistration {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
}
#customPopupForGravityRegistration .contentSection {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f9e1dd;
    padding: 30px 40px;
    border-radius: 5px;
    width: 50%;
    height: 80vh;
    overflow-y: auto;
    box-sizing: border-box;
}
#customPopupForGravityRegistration .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
}
#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: #f9e1dd;
    padding: 30px 40px;
    border-radius: 5px;
    width: 50%;
    height: 80vh;
    overflow-y: auto;
}
#customPopupForLogin .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
}

/* 15-02-2025 */
.single-podcast .custom_reg_popup{
    cursor: pointer;
}
.swal2-popup .swal2-actions button.swal2-styled{
    background: #4ABED0;
    border: none;
    padding: 10px 34px;
    font-family: 'Poppins';
    color: #fff;
}
.swal2-popup .swal2-actions button.swal2-styled:hover{
    background: #000;
}
.swal2-popup .swal2-html-container,.swal2-popup .swal2-title{
    font-family: 'Poppins';
}
.otp-input-container .otp-box{
    margin: 0 4px;
}
#step_3 .button1_block{
    position: relative;
    display: flex;
    align-items: center;
}
#step_3 .form-step3 .step_3_btns .button1_block .custom_loader{
    width: 30px;
    height: 30px;
    border: 5px solid #FFF;
    border-bottom-color: #4ABED0;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-left: 16px;
}
.swal2-popup{
    background-color: #f9e1dd;
}
.swal2-icon.swal2-warning{
    border-color: #ffaa9e;
    color: #ffaa9e;
}
.swal2-actions button:focus-visible {
    box-shadow: unset !important;
}
@keyframes rotation{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width: 768px) {
    #customPopupForGravityRegistration .contentSection{
        width: 90%;
        padding:20px;
    }
}