body {
    font-family: 'Exo', sans-serif;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #f4f6f9de;
}

#main-container {
    display: flex;
    flex-grow: 1;
}

#sidebar {
    min-width: 220px;
    max-width: 220px;
    background: #030149;
    color: white;
    transition: all 0.3s;
    overflow: hidden;
    font-size: 16px;
}

#sidebar.collapsed {
    min-width: 70px;
    max-width: 70px;
}

#content {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
}

.sidebar-item span {
    transition: opacity 0.3s;
}

#sidebar.collapsed .sidebar-item span {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.3s;
}

.nav-link i {
    font-size: 18px;
    width: 20px;
    color: #57728f;
    align-items: center;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.nav-link.collapsed .fa-chevron-down {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

.navbar {
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.dashboard-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border: 0.5px solid #a9a9a96c !important;
}

.otr-card {
    background: white;
    border-radius: 15px;
    border: 1px solid #0057b335;
    padding: 15px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.otr-input {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 10px;
}

.navbar-brand img {
    height: 40px;
    margin-right: 10px;
}

.sidebar_subtitle {
    font-size: 12px;
    font-style: bold;
    margin-left: 10px;
    color: #828586;
    letter-spacing: 2px;
}

.page_title {
    font-size: 22px;
    font-weight: 500;
    color: #797b7d;
    letter-spacing: 4px;
}

.page_subtitle {
    font-size: 12px;
    font-style: bold;
    color: #828586;
    letter-spacing: 2px;
}

footer {
    background: white;
    padding: 15px;
    text-align: center;
    box-shadow: 0px -4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    #sidebar {
        position: absolute;
        animation: 3s fadeOut;
        -webkit-animation: 3s fadeOut;
        left: -280px;
        height: 100vh;
        z-index: 1000;
    }

    #sidebar.collapsed {
        left: 0px;
    }
}

.table-container {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

table.dataTable {
    border-collapse: collapse;
    width: 100%;
    border: 0.5px solid #a9a9a944 !important;
}

.dataTables_wrapper .dataTables_filter input {
    border: 0.5px solid #e3e3e3;
    border-radius: 10px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

table.dataTable thead {
    background-color: #ffffff;
    color: #000000;

}

table.dataTable thead th {
    text-align: left;
    font-weight: bold;
    padding: 12px 15px;
    font-size: 14px;
    border-bottom: 0.5px solid #d9d9d9;
}

table.dataTable tbody tr {
    border-bottom: 0.5px solid #d9d9d97b;
}

table.dataTable tbody td {
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
}

table.dataTable tbody tr:hover {
    background-color: #e1eaf6;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_length select {
    border: 0.5px solid #e3e3e3;
    border-radius: 5px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: inherit !important;
    border: 0.5px solid #e3e3e3;
    border-radius: 5px;
    background-color: rgba(230, 230, 230, 0.1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: #e4e6e9;
    color: white;
    border-radius: 5px;
    padding: 8px 12px;
    margin: 5px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #0056b3;
}

.dataTables_length select {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.dataTables_filter input {
    padding: 5px 10px;
    border-radius: 5px;
    border: 0.5px solid #ddd;
    margin-left: 5px;
}

.dataTables_wrapper .dataTables_info {
    font-size: 14px;
    padding: 10px;
}

.dataTables_wrapper .dataTables_length {
    padding: 10px;
}

.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.hyperlink {
    text-decoration: none;
    color: #044ea2;
    font-weight: 500;
}

.text-sm {
    font-size: 12px;
}

.text_fix_40px {
    width: 40px;
    display: inline-block;
    font-weight: 500;
    color: #464545;

}

.text_fix_140px {
    width: 140px;
    display: inline-block;
    font-weight: 500;
    color: #464545;

}

.text_fix_45px {
    width: 45px;
    display: inline-block;
    font-weight: 500;
    color: #464545;
}

.text_fix_60px {
    width: 60px;
    display: inline-block;
    font-weight: 500;
    color: #464545;
}

.float-right {
    float: right;
}

.btn-success {
    background-color: #097058;
    font-size: 12px;
}

.btn-primary {
    background-color: #03124e;
    font-size: 12px;
    margin-top: 2px;
}

.btn-secondary {
    background-color: #6a6a6a;
    font-size: 12px;
    margin-top: 2px;
}

.btn-danger {
    background-color: #c83e3e;
    font-size: 12px;
    margin-top: 2px;
}

.btn-info {
    background-color: #317db3;
    font-size: 12px;
    color: #ffffff;
}

.page_title_div {
    background-color: #ffffff;
    border-left: 6px solid #183ba1;
    color: #797b7d;
    letter-spacing: 4px;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.text-sidebar {
    font-size: 12px;
    color: #a6d1f2;
    font-weight: 500;
}

.tab .nav-tabs li a {
    color: #fff;
    padding: 10px 10px;
    margin-right: 4px;
    background: #0a0155;
    border: none;

    position: relative;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}

.tab .nav-tabs li a:hover {
    background: #100386;
}

.tab .nav-tabs li.active a {
    opacity: 1;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover,
.tab .nav-tabs li.active a:focus {
    color: #fff;
    background: #0a0155;
    border: none;
    border-radius: 0;
    border-radius: 5px;

}

.tab .nav-tabs li a i,
.tab .nav-tabs li.active a i {
    display: inline-block;
    padding-right: 5px;
    text-shadow: none;
    margin-top: 26px;

}

.tab .nav-tabs li a span {
    display: inline-block;
    letter-spacing: -19px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:hover span,
.tab .nav-tabs li.active a span {
    letter-spacing: 1px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.tab .tab-content {
    padding-top: 20px;

}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.stat-card {
    background: white;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.stat-card h3 {
    margin-top: 0;
    color: #02083e;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.stat-card .value {
    font-size: 28px;
    font-weight: bold;
    color: #6f6f70;
}

.stat-card .trend {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.trend.up {
    color: var(--success);
}

.trend.down {
    color: var(--danger);
}

.card-left-green {
    border-left: 6px solid #07b413;
}

.card-left-orange {
    border-left: 6px solid #f57b3f;
}

.card-left-red {
    border-left: 6px solid #dd0303;
}

.card-left-blue {
    border-left: 6px solid #135eb9;
}

.card-left-purple {
    border-left: 6px solid #9d4edd;
}

.card-left-liteblue {
    border-left: 6px solid #669ef2;
}


.recent-activity {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.activity-item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.activity-item:last-child {
    border-bottom: none;
}

.activity-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(67, 97, 238, 0.1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.activity-content {
    flex-grow: 1;
}

.activity-time {
    color: var(--gray);
    font-size: 12px;
}

#card-element {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 8px;
}