.supportPopup {
    width: 100%;
    padding-inline: 10px;
}

.supportPopup .modal-body {
    padding: 1rem 1rem 0;
}

.supportPopup .modal-content {
    background-color: white;
    border-radius: 27px !important;
}

.supportPopup .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 27px !important;
    border-top-right-radius: 27px !important;
    height: 63px;
}

.supportPopup .modal-title {
    font-family: "Metropolis Bold";
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.24px;
    color: white;
}

.supportPopup .modal-footer {
    border-top: none;
    flex-direction: column-reverse;
    padding: 10px;
}

.supportPopup .modal-footer .btn-secondary {
    display: none;
}

.supportPopup .modal-footer .btn-primary {
    font-family: "Metropolis Bold";
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.3px;
    color: white;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 10px 16px;
    margin-left: 0;
    border: none;
}

.supportPopup .selectList .modal {
    margin-bottom: 0;
    top: 35px;
}

.supportPopup .errorMessage {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.supportPopup .errorMessage .message {
    color: rgb(232, 0, 0);
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

/* Mobile */
@media (max-width: 768px) {
    .supportPopup {
        padding-inline: 10px;
    }
    .supportPopup .modal-body {
        align-items: inherit;
    }
}
