.search #exit_popup {
    width: 750px !important;
    margin-left: unset !important;
}
.search #exit_popup.sydney-campaign {
    width: 1000px !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
}
.search #exit_popup.melbourne-campaign {
    width: 800px !important;
}
.search #exit_popup .modal-body {
    display: grid;
    grid-template-columns: 225px 1fr;
    max-height: unset;
}
.search #exit_popup.melbourne-campaign .modal-body {
    grid-template-columns: 235px 1fr;
}
.search #exit_popup.sydney-campaign .modal-body {
    grid-template-columns: 235px 1fr;
}
.desktop-popup {
    width: 50% !important;
    margin-left: unset;
    left: 30%;
}
.desktop-popup.fade.in {
    top: 100px;
}
#exit_popup .modal-body {
    padding: 0px !important;
}
.content-exit.step-1 {
    display: block;
}
.content-exit.step-2 {
    display: none;
}
.desktop-popup #submit_exit {
    width: 70%;
    margin-top: 30px;
    border-radius: 22.5px;
    border-bottom: none;
    background-color: #1EB786;
    /* font-family: Montserrat; */
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.41px;
    color: #FFFFFF;
}
.desktop-popup #submit_exit:hover {
    background-color: #57C9A5;
}
.btn-click {
    background-color: #017E54 !important;
}
.desktop-popup .content-exit {
    padding: 35px 20px 20px 20px;
}
.desktop-popup .content-exit .title-popup {
    /* font-family: Montserrat; */
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
    color: #2E3236;
}
.desktop-popup .content-exit .save-up {
    margin-top: 10px;
    color: #27b688;
    font-weight: bold;
    /* font-family: Montserrat; */
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1EB785;
}
.desktop-popup .content-exit .middle {
    margin-top: 30px;
}
.desktop-popup .content-exit .bottom {
    margin-top: 20%;
}
.desktop-popup .content-exit .sub-des {
    /* font-family: Raleway; */
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #2E3236;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
.desktop-popup .content-exit .sub-des .details {
    color: #1EB785;
}

.desktop-popup .content-exit .sub-des b {
    font-weight: 700;
    color: #1EB785;
}
.contact-popup {
    /* font-family: Raleway; */
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2E3236;
    margin-top: 10px;
}

.contact-popup a {
    color: #1EB786;
    font-weight: bold;
    text-decoration: underline;
    /* font-family: Montserrat; */
    font-family: Inter;
}

.content-exit.step-1 .errorMessage {
    /* font-family: Raleway; */
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.289412px;
    color: #FF5050;
    margin-left: 80px;
    float: left;
}

.content-exit.step-2 .email {
    /* font-family: Raleway; */
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2D3236;
    margin-top: 8px;
}
.content-exit.step-2 .des-noti {
    margin-top: 8px;
}
.content-exit.step-2 #close_btn {
    width: 20%;
    height: 40px;
    margin-left: 5px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #1EB786;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 22.5px;
}
#exit_popup .modal-body .cancel3 {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    background: #DADADA;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    text-align: center;
    top: 10px;
    font-size: 15px;
    line-height: 20px;
}
.content-exit.step-2 #close_btn:hover {
    background-color: #57C9A5;
}
input#submit_exit {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.desktop-popup #email_request_2 {
    /* font-family: Raleway; */
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.337647px;
    color: #92969A;
}

.sydney-campaign .waitlist-form,
.melbourne-campaign .waitlist-form {
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-gap: 20px;
    margin: 0px 30px 0px 30px;
}
.sydney-campaign .waitlist-form.logged-in,
.melbourne-campaign .waitlist-form.logged-in {
    display: block;
    grid-template-columns: unset;
    grid-gap: unset;
}
.sydney-campaign .waitlist-form.logged-in .fields,
.melbourne-campaign .waitlist-form.logged-in .fields {
    display: none;
}
.sydney-campaign .waitlist-form .fields,
.melbourne-campaign .waitlist-form .fields {
    display: block;
}
.melbourne-campaign .waitlist-form button {

}

@media screen and (max-width: 850px) {
    .search #exit_popup {
        width: 600px !important;
    }
}