html {
    font-size: 14px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.status-active {
    color: green;
}

.status-pending {
    color: orange;
}

.status-expired {
    color: red;
}

.table-primary {
    background-color: #d1ecf1 !important;
}

.table-confirm {
    width: auto;
    margin: auto;
}

.table-confirm th,
.table-confirm td {
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    white-space: nowrap;
}

.table-confirm th:nth-child(1),
.table-confirm td:nth-child(1),
.table-confirm th:nth-child(4),
.table-confirm td:nth-child(4) {
    white-space: normal;
    word-wrap: break-word;
}

.table-confirm th:nth-child(4),
.table-confirm td:nth-child(4) {
    max-width: 300px;
}

.modal-dialog {
    width: auto;
    max-width: 90%;
    min-width: 40%;
    display: table;
}

.modal-content {
    display: table;
}

body {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.table-responsive {
    max-height: 70vh;
    overflow-y: auto;
}

.progress-ring {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.tooltip.custom-tooltip .tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.expiry-date-container {
    display: flex;
    flex-direction: column;
    align-items: center; /* Optional: center align text horizontally */
}

    .expiry-date-container span {
        display: block;
    }

.days-left-text {
    font-size: 12px !important; /* Adjust this value as needed */
}
