#body {
    background-color: #dfd9db !important;
    color: #383737 !important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
    background-color: #083424 !important;
    color: #fff !important;
}
#sidebar {
    background-color: #083424 !important;
    color: #fff !important;
}
#footer {
    background-color: #083424;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
}

#footer a {
    color: #fff !important;
    font-size: 18px;
}
#footer a:hover {
    color: #caa03a !important;
}
#notificationdropdown {
    background-color: #083424 !important;
}
#notificationdropdown i:hover {
    color: #caa03a !important;
}
#avatar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #242020;
    padding: 10px;
    text-align: center;
}
#collapsebtn {
    color: #fff !important;
}
#collapsebtn:hover {
    color: #caa03a !important;
}
#searchbtn:hover {
    color: #222121 !important;
}
#content {
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1px;
    background-color: rgb(239, 240, 239);
    margin-bottom: 80px;
}
#login {
    text-align: center;
}
#logintitle {
    bottom: 2px !important;
    color: #ffffff !important;
    margin-top: 20px;
    font-weight: 500;
}
#loginbody {
    color: #ffffff !important;
    font-size: 16px;
    margin-top: 40px;
}
#loginpagelabel {
    color: #ffffff !important;
    font-size: 16px;
}
#loginpageurl {
    color: #caa03a !important;
}
#loginpageurl:hover {
    color: #ffffff !important;
}
#viewallnotifications {
    background-color: #083424 !important;
}
#viewallnotifications a {
    color: #ffffff !important;
}
#viewallnotifications a:hover {
    color: #caa03a !important;
}
#loginwrapper {
    background-color: #dfd9db !important;
}

.btn-xs {
    padding: 0.2rem 0.3rem;
    font-size: 0.7rem;
    line-height: 1.3;
    border-radius: 0.2rem;
}

.dt-buttons .btn {
    margin-right: 5px;
    padding: 0.2rem 0.3rem;
    font-size: 0.7rem;
    line-height: 1.3;
    border-radius: 0.2rem;
}

.select2-container .select2-selection--single {
    height: 45px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

.dataTables_filter {
    text-align: right !important;
}

.dataTables_filter label {
    white-space: nowrap;
}

.dataTables_length {
    display: flex;
    align-items: center;
}

.custom-datatable-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.custom-datatable-header .col-md-4,
.custom-datatable-header .col-md-3,
.custom-datatable-header .col-md-2 {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 100%;
}

#datatable_wrapper {
    width: 100%;
    overflow-x: auto;
}

#datatable-filter {
    width: auto;
    margin-left: auto;
}

.custom-datatable-header .form-control {
    max-width: 100%;
    margin-left: auto;
}

.card-body {
    padding-right: 0 !important;
}

.form-select-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 0.25rem;
    width: auto;
}

.form-select-sm:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}

.dash-count h5 a {
    font-size: 2rem;
    font-weight: bold;
    color: #333333;
    margin-right: 20px;
    text-decoration: none;
}

.dash-count h5 a:hover {
    color: #caa03a;
}

.dash-widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.dash-widget-icon {
    font-size: 2.5rem;
    color: #caa03a;
}

.dash-widget-info h6 {
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 500;
    color: #6c757d;
}

.card {
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
}

.progress {
    height: 5px;
    background-color: #e9ecef;
    margin-top: 10px;
}

.progress-bar {
    background-color: #083424;
}

.dash-widget-info {
    text-align: center;
}

.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 3px;
    background: #ddd;
}

.timeline-item {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 60px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 22px;
    width: 16px;
    height: 16px;
    background: #caa03a;
    border-radius: 50%;
    border: 3px solid #fff;
}

.timeline-badge {
    position: absolute;
    left: 0;
    top: -40px;
    background: #083424;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 12px;
}

.timeline-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.timeline-icon {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #007bff;
    font-size: 20px;
}

.btn-sm {
    padding: 5px 10px;
}
