#contact_choose .modal-dialog {
    max-width: 760px;
    width: calc(100% - 24px);
    margin: 22px auto;
}

#contact_choose .modal-content {
    overflow: hidden;
    background: #10291b;
    border: 1px solid rgba(229, 202, 91, 0.34);
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

#contact_choose .modal-header,
#contact_choose .modal-footer {
    background: linear-gradient(180deg, #214f34 0%, #143320 100%) !important;
    border-color: rgba(229, 202, 91, 0.25);
}

#contact_choose .modal-header {
    align-items: center;
    padding: 14px 18px;
}

#contact_choose .modal-title {
    width: 100%;
    color: #ffe87c;
    font-size: 25px;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

#contact_choose .contact-modal__close {
    position: relative;
    flex: 0 0 42px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 232, 124, 0.42);
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#contact_choose .contact-modal__close::before,
#contact_choose .contact-modal__close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
    height: 2px;
    background: #fff7c6;
    border-radius: 999px;
    transform-origin: center;
}

#contact_choose .contact-modal__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#contact_choose .contact-modal__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#contact_choose .contact-modal__close:hover,
#contact_choose .contact-modal__close:focus {
    background: rgba(255, 232, 124, 0.18);
    border-color: rgba(255, 232, 124, 0.78);
}

#contact_choose .modal-body {
    padding: 18px;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(36, 82, 53, 0.9), rgba(16, 41, 27, 0.96)),
        #10291b;
}

#contact_choose .contact-modal__body-row {
    width: 100%;
    margin: 0;
}

.contact-modal__actions {
    width: 100%;
    padding: 0 0 14px;
}

.contact-modal__action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    margin-bottom: 12px;
    padding: 12px 18px;
    color: #fff7c6;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, #356b45 0%, #1d472e 100%);
    border: 1px solid rgba(255, 232, 124, 0.34);
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 20px rgba(0, 0, 0, 0.24);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.contact-modal__action:hover,
.contact-modal__action:focus {
    color: #ffffff;
    text-decoration: none;
    border-color: rgba(255, 232, 124, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 12px 24px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
}

.contact-modal__action i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    color: #17351f;
    background: linear-gradient(180deg, #ffef8a, #c9a72d);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.22);
}

.contact-modal__action--deposit {
    background: linear-gradient(180deg, #3c754a 0%, #214f34 100%);
}

.contact-modal__action--withdraw {
    background: linear-gradient(180deg, #d5b742 0%, #9a7c1f 100%);
    color: #143320;
}

.contact-modal__action--other {
    background: linear-gradient(180deg, #437454 0%, #24563a 100%);
}

#contact_choose .contact-modal__banner {
    padding-bottom: 14px;
}

#contact_choose .contact-modal__banner a {
    display: block;
    color: #fff7c6 !important;
    text-decoration: none;
}

#contact_choose .contact-modal__banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid rgba(255, 232, 124, 0.26);
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

#contact_choose .contact-modal__banner p {
    margin: 8px 0 0;
    color: #ffe87c;
    font-weight: 700;
}

#contact_choose .modal-footer {
    justify-content: center;
    padding: 12px 18px;
}

#contact_choose .modal-footer .btn {
    min-width: 180px;
    color: #17351f;
    font-weight: 800;
    background: linear-gradient(180deg, #ffef8a, #c9a72d);
    border: 0;
    border-radius: 10px;
}

@media (max-width: 575.98px) {
    #contact_choose .modal-dialog {
        width: calc(100% - 12px);
        margin: 8px auto;
    }

    #contact_choose .modal-header,
    #contact_choose .modal-body,
    #contact_choose .modal-footer {
        padding-left: 12px;
        padding-right: 12px;
    }

    #contact_choose .modal-title {
        font-size: 21px;
    }

    .contact-modal__action {
        min-height: 52px;
        font-size: 16px;
    }
}
