.exit-popup-overlay {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.exit-popup-overlay.active {
    display: flex;
}

.exit-popup {
    width: 100%;
    max-width: 850px;
    background: #fff;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.exit-popup-content {
    display: flex;
}

.exit-popup-left {
    width: 42%;
    padding: 45px 35px;
    background: #f4f8fb;
}

.exit-popup-right {
    width: 58%;
    padding: 35px;
}

.exit-popup h2 {
       margin: 0 0 5px;
    font-size: 46px;
    color: #137b9a;
    font-weight: bold;
}

.exit-popup h3 {
    margin: 0 0 15px;
    font-size: 24px;
        color: #e89330;
    font-weight: bold;
}

.exit-popup p {
    line-height: 1.6;
}

.exit-popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 5;
    border: 0;
    background: transparent;
    font-size: 30px;
    cursor: pointer;
}

.exit-popup .form-group {
    margin-bottom: 15px;
}

.exit-popup label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.exit-popup input,
.exit-popup textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.exit-popup textarea {
    height: 90px;
    resize: vertical;
}

.exit-popup-submit {
    width: 100%;
    padding: 13px 20px;
    border: 0;
    border-radius: 4px;
    background: #137b9a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.exit-popup-content {
    display: flex;
    align-items: stretch;
}

.exit-popup-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #eee;
    color: #444444;
    align-self: stretch;
    padding: 40px;
    box-sizing: border-box;text-align: center;
}

.exit-popup-submit:hover {
    opacity: .9;
}
.exit-popup-left img {
        width: 150px !important;
    margin: 0 auto;
    margin-bottom: 15px;
}
.exit-popup-whatsapp {
    margin-top: 20px;
}

.exit-popup-whatsapp a {
    text-decoration: none;
    font-weight: 600;    font-size: 18px !important;
    color: #137b9a;
    font-weight: bold !important;
}

#exitPopupMessage {
    margin-top: 10px;    text-align: center;
    color: red;
}

@media (max-width: 767px) {
    .exit-popup-left img {
    margin-bottom: 7px;
}
.exit-popup-whatsapp {
    margin-top: 8px;
}
    .popup-content {display:none;}

.exit-popup textarea {
    height: 50px;
}
    .exit-popup {
        max-height: 90vh;
        overflow-y: auto;
    }

    .exit-popup-content {
        display: block;
    }

    .exit-popup-left,
    .exit-popup-right {
        width: 100%;
        box-sizing: border-box;
    }

    .exit-popup-left {
        padding: 30px 25px 20px;
    }

    .exit-popup-right {
        padding: 25px;
    }

    .exit-popup h2 {
        font-size: 25px;
    }

    .exit-popup h3 {
        font-size: 20px;
    }
}