#dexanetPopupTimer .modal-dialog {
    width: fit-content;
    max-width: 90vw;
    max-height: 90vh;
}

#dexanetPopupTimer .modal-content {
    width: fit-content;
}

#dexanetPopupTimer .btn-close {
    background-color: #fff !important;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
