.white_content1 {
    display: none;
    position: absolute;
    top: 20%;
    left: 18%;
    width: 30%;
    padding: 16px;
    background-color: darkgray;
    z-index: 1002;
    overflow: auto;
    color: white;
}

/*----------Sign In From CSS start----------*/
.white_content1.signin_form_main{
    position: fixed;
    background: white;
}

.signin_form_close_div, .save_search_form_close_div{
    float:right;
    width:20%;
    height: 24px;
    padding: 7px 20px 0px 0px;
}

.signin_form_close_btn, .save_search_form_close_btn{
    float: right;
    color:#FF6700;
    font-size: 20px;
}

.signin_form_div{
    float:left;
    width:100%;
    padding: 0px 30px 30px 30px;
}

.signin_form_div .xoo-aff-label {
	color:black;
}

.signin_form_head, .save_search_form_head{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #3A3A3A;
}

.signin_register_div{
    clear:both;
    color:#57b9ff;
    text-align: center;
}

.signin-form-left-section, .save-search-form-left-section{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
}
.signin-form-right-section, .save-search-form-right-section{
    width: 70% !important;
}
.white_content1_inner_section{
    display: flex;
    width: 100% !important;
}
#light1, #save_search_form_modal{
    width:55% !important;
    padding: 0px !important;
    border-radius: 15px !important;
}
.signin-form-right-section .xoo-el-fields-cont{
    row-gap:35px;
}
.signin-form-right-section .xoo-el-login-btm-fields{
    margin-top: 20px !important;
}
.signin-form-right-section .xoo-el-login-btm-fields .xoo-el-lostpw-tgr{
    color: #FF9900 !important;
    font-size: 14px !important;
}
.signin-form-right-section .xoo-el-form-label span{
    font-size: 14px !important;
	color:black;
}
.signin-form-right-section .user-registration-Button{
    width: 100% !important;
    background-color: #FF9900 !important;
    margin: 25px 0px !important;
}
.signin-form-right-section .xoo-aff-group{
    width: 100% !important;
}
.signin-form-right-section .xoo-el-section{
    padding-left: 0px !important;
}
.signin-form-right-section .xoo-aff-password {
    height: 40px !important;
}
.signin-form-right-section .xoo-aff-required{
    height: 45px !important;
}

.xoo-el-form-container.xoo-el-form-inline {
    max-width: unset !important;
    margin: unset !important;
}
/*----------Sign In From CSS end----------*/

/*----------Save Search From CSS start----------*/
.white_content1.save_search_form_main{
    /* position: fixed; */
    background: white;
}
.save_search_form_div{
    float:left;
    width:100%;
    padding: 0px 30px 0px 30px;
}
.save_search_form_div .wpforms-container .wpforms-form .wpforms-field-label{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px; 
    margin-bottom: 5px !important;
    color: #333333 !important;
}
.save_search_form_div div.wpforms-container-full:not(:empty){
    margin: 0px !important;
}
.save_search_form_div .wpforms-submit-container #wpforms-submit-1100{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    width: 100% !important;
    color: #FFFFFF !important;
    border: 1px solid #FF9900;
    border-radius: 3px !important;
    background-color: #FF9900 !important;
    margin: 25px 0px !important;
}
.save_search_form_div div.wpforms-container-full .wpforms-field.wpforms-field-radio ul{
    display: flex !important;
    justify-content: center !important;
}
.save_search_form_div div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li{
    background-color: #FFFFFF !important;
    border: 1px solid #cbcbcb;
    padding: 5px 0px 5px 30px !important;
    border-radius: 3px;
}
.save_search_form_div div.wpforms-container-full .wpforms-field.wpforms-field-radio ul .wpforms-selected{
    background-color: #FF9900 !important;
    border: 1px solid #FF9900;
}
.save_search_form_div #wpforms-1100-field_11 li{ 
    width:100% !important;
}
.save_search_form_div div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input{
    /* visibility: hidden; */
    display: none;
}
.save_search_form_div div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #cbcbcb !important;
}
.save_search_form_div div.wpforms-container-full .wpforms-field.wpforms-field-radio ul .wpforms-selected label{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
}
.save_search_form_div .wpforms-container textarea.wpforms-field-medium {
    height: unset !important;
}
/*----------Save Search From CSS end----------*/

/*********** CSS for Toast Notification start ***********/
#toast_notification_popup {
    position: fixed; 
    top: 20%; 
    left: 50%; 
    transform: translateX(-50%);
    background: white; 
    border-radius: 8px; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.2); 
    display: none; 
    z-index: 1001;
    width: 30%;
}
#toast_notification_popup .toast_close_div {
    text-align: right; 
    padding-right: 10px;
}
#toast_notification_popup .toast_close_div a {
    color: gray; 
    font-size: 20px; 
    text-decoration: none;
}
#toast_notification_popup .toast_body {
    padding: 0 10px 20px 10px; 
    text-align: center;
}
#toast_notification_popup .toast_title {
    margin-top: 0;
}
#toast_notification_popup .toast_message {
    margin: 10px 0 20px; 
    color: black;
}
#toast_notification_popup .toast_action_btn {
    text-decoration: none;
    background-color: #F79400; 
    color: white; 
    border: none; 
    padding: 10px 20px; 
    border-radius: 5px; 
    font-size: 1em;
}
/*********** CSS for Toast Notification end *************/


/*----------Responsive design CSS start----------*/
@media (max-width: 767px) {
    .signin-form-right-section, .save-search-form-right-section{
        width: 100% !important;
    }
    .signin-form-left-section, .save-search-form-left-section{
        width: 100% !important;
        height: 200px !important;
    }
    .white_content1_inner_section{
        display: flex;
        width: 100% !important;
        flex-direction: column;
    }
    #light1, #save_search_form_modal{
        width: 85% !important;
        padding: 0px !important;
        left:20px !important;
    }
    .save_search_form_div{
        padding: 0px 15px 0px 15px !important;
    }
    .save_search_form_div div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li{
        padding: 5px 0px !important;
    }
    .save_search_form_div div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label{
        font-size: 14px !important;
    }
    .save_search_form_div .wpforms-submit-container #wpforms-submit-1100{
        margin: 15px 0px !important;
    }
    #toast_notification_popup {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .save_search_form_div{
        padding: 0px 15px 0px 15px !important;
    }
    .save_search_form_div div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li{
        padding: 5px 0px !important;
    }
    .save_search_form_div div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label{
        font-size: 14px !important;
    }
    .save_search_form_div .wpforms-submit-container #wpforms-submit-1100{
        margin: 15px 0px !important;
    }
}
/*----------Responsive design CSS end----------*/