  @media only screen and (min-width: 769px) {
    .modal {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
}
    .default_modals .modal-dialog .modal_style {
        width: 100%;
        background: #0b0c0c !important;
        border-radius: 22px;
        color: #ecc712 !important;
        font-weight: 600;
        padding: 12px;
    }

    .default_modals .modal-dialog .modal-footer .popup-btn-yes,
    .default_modals .modal-dialog .modal-body .popup-btn-yes {
        background-color: #ECC712 !important;
        border-radius: 22px;
        border: none !important;
        color: #000000 !important;
        font-weight: 500;
        padding: 3px 30px;
        margin: auto;
    }

    .modal-footer {
      border: 1px solid #0b0c0c !important;
        display: flex;
        flex-shrink: 0;
        justify-content: flex-end;
        padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
        background-color: var(--bs-modal-footer-bg);
        border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
        border-bottom-right-radius: var(--bs-modal-inner-border-radius);
        border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    }

    .modal_style img {
        width: 150px !important;
        height: auto;
    }

    #modalMessage {
        font-size: 14px;
        margin-bottom: 20px;
    }