.site-main {

}
.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.site-main {
    flex: 1;
}
.scroll-pane {
    width: 100%;
    height: 400px;
    overflow: auto;

    /* Works on Firefox */
    scrollbar-width: 10px;
    scrollbar-color: #ccc #e8eaf6 ;
}

/* Works on Chrome, Edge, and Safari */
.scroll-pane::-webkit-scrollbar {
    width: 30px;
}

.scroll-pane::-webkit-scrollbar-track {
    background: #e8eaf6 ;
}

.scroll-pane::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
    border: 10px solid #e8eaf6 ;
}

.topbar-default {
    background-color: #eeeeee !important;
}

.site-logo {
    width: 600px !important;
}
.navbar-default {
    background-color: #1C2327 !important;
    padding: 10px 0 !important;
    background: url(../img/header.png) repeat center center;
    opacity: 1;
}
.main-navigation {
    padding-top: 50px;
}
/*table tr th {*/
/*    width: 25%;*/
/*    background-color: #eeeeee;*/
/*    font-weight: bold;*/
/*}*/

/*table td, table th {*/
/*    vertical-align: middle !important;*/
/*}*/

span.has-error {
    color: darkred;
    font-weight: bold;
    font-size: 12px;
}

span.buttonText {
    text-transform: none !important;
}

@media (min-width: 768px) {
    .user-navbar {
        padding: 0 !important;
        top: -40px !important;
    }
}


table.applications tr:first-child td {
    /*border-top: none;*/
}

.text-bold {
    font-weight: 900;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


select.input-lg, input.input-lg {
    height: 55px !important;
    line-height: 55px !important;
}

.btn-lg {
    height: 55px !important;
}

.pagination > li > a {
    /*line-height: 30px;*/
    /*width: 40px;*/
    /*margin: 0 5px !important;*/
}

td.digits {
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

.modal-lg {
    width: 1600px !important;
}

.w5 {
    width: 5%;
}
.w10 {
    width: 10%;
}
.w15 {
    width: 15%;
}
.w20 {
    width: 20%;
}
.table-fixed-header th {
    position: sticky;
    top: 0;
}

#details-content {
    overflow-y: auto;
    max-height: calc(100vh - 250px);
}


.card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    padding: 1rem;
}
.card-wrapper .card {
    flex: 1; /* Equal width */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* optional for layout inside */
    padding: 1rem;
    background: #f2f2f2;
    border-radius: 8px;
}



div#timer {
    width: 100%;
}
div#timer, div#timer > div {
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
}

div#timer span {
    display: block;
    font-size: 16px;
    color: black;
}

div#timer #days {
    font-size: 40px;
    color: #db4844;
}
div#timer #hours {
    font-size: 40px;
    color: #f07c22;
}
div#timer #minutes {
    font-size: 40px;
    color: #f6da74;
}
div#timer #seconds {
    font-size: 30px;
    color: #abcd58;
}


.bootstrap-filestyle input.form-control {
    height: 37.5px;
}

.my-swal-title {
    font-size: 24px !important;
}

.my-swal-text {
    font-size: 18px !important; /* Customize as needed */
}

.badge {
    font-size: 16px;
}

@media (min-width: 768px) {
    .largeWidth {
        margin: 0 auto;
        width: 50% !important;
    }
}
@media (max-width: 768px) {
    .largeWidth {
        margin: 0 auto;
        width: 90% !important;
    }
}
.bootbox.largeWidth .modal-dialog {
    height: 90%;
    overflow-y: auto;
    width: 90%;
    overflow-x: auto;
}
.bootbox.largeWidth .modal-body {
    height: 90%;
}



.site-footer small.version {
    font-weight: lighter;
    font-size: 12px;
}
.site-footer small.version span.code {
    font-family: "Courier New", sans-serif;
    font-size: 12px;
    color: white;
}
