* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    background-color: #FAFBFF;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #313131;
}

.topbar {
    padding-top: 60px !important;
    padding-left: 30px;
    padding-right: 40px;
    padding-bottom: 1.5rem !important;
    background-color: #f0f4ff;
}

header nav {
    min-height: 10vh;
}

.content {
    min-height: 78vh;
}

footer {
    background-color: #002045;
    color: white;
    min-height: 12vh;
}

header nav .header-right a, .menu-toggle-button {
    cursor: pointer;
    color: black;
}

header nav .header-right .menu-toggle-button {
    border: none;
    background-color: white;
}

header nav img {
    width: 30px;
}

.toggle-nav-container a {
    color: black;
}

#side-navbar {
    z-index: 9999;
    background-color: white;
    top: 0;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
}

nav ul li {
    list-style: none;
    cursor: pointer;
}

.toggle-nav-container .nav-link {
    color: black;
}

#side-navbar-container {
    display: none;
}

.toggle-nav-container a {
    text-decoration: none;
    color: black;
}

.toggle-nav-container .active {
    color: white;
    background-color: #123195;
    padding: 13px 20px;
    border-radius: 8px;
}

.toggle-nav-container .active svg{
    color:red;
}

.toggle-nav-container .nav-link:hover {
    color: #123195;
    transition: 0.2s all ease-in-out;
}

.close-container-btn {
    display: none;
}

.table-container {
    margin-top: 30px;
    max-height: 1000px;
    overflow-y: scroll;
    overflow-x: auto;
}

    .table-container::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .table-container::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 8px;
    }

    .table-container::-webkit-scrollbar-thumb {
        background: #5371d3;
        border-radius: 8px;
    }

        .table-container::-webkit-scrollbar-thumb:hover {
            background: #5371d3;
        }

.header-left img {
    width: 40px;
}

.fs-14 {
    font-size: 14px !important;
}

.ftw-400 {
    font-weight: 400 !important;
}

.ftw-500 {
    font-weight: 500 !important;
}

.ftw-600 {
    font-weight: 600 !important;
}

.tx-al-jst {
    text-align: justify;
}

.table th, .table td {
    font-size: 14px;
    padding: 20px;
    border: 1px solid lightgrey;
}

.table thead {
    position: sticky;
    top: 0;
    box-shadow: 0 0.5px 0 lightgrey, 0 -1px 0 lightgrey;
    z-index: 10;
 background-color: #FAFBFF;
}

.table th {
    font-weight: 600;
    color: #202020;
    border-bottom: none;
}

.table td {
    font-weight: 500;
    color: #313131;
}

h1 {
    font-size: 32px;
    font-weight: 600;
    color: #202020;
}

.btn {
    font-size: 14px;
    font-weight: 500;
}

    .btn:hover {
        background-color: #5371D3;
    }

.page_size {
    padding: 0px 30px 0px 10px !important;
    height: 35px !important;
    background-color: #F0F4FF;
    color: #313131;
}

.content-header {
    background-color: #FAFBFF;
    border-radius: 8px;
    padding: 49px 34px;
}

.content-body {
    padding: 0px 34px 49px 34px;
}

.logout-btn {
    background-color: white !important;
    border-radius: 8px;
    padding: 10px;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}

.page-link {
    border: none;
    color: grey;
    background-color: transparent;
}

.active1 {
    border-radius: 5px;
    background-color: #123195;
    color: white;
}

    .active1:hover {
        background-color: #123195;
        color: white;
    }

.custom {
    background-color: #123195;
    border-radius: 5px;
}

.fa-angle-double-right {
    color: white;
    border-radius: 5px;
}

.custom1 {
    border-radius: 5px;
    background: #FFF;
}

.fa-angle-double-left {
    color: black;
}

.remove {
    font-size: 14px;
}

input[type=checkbox] {
    background-color: #F0F4FF !important;
    cursor: pointer;
    border: 1px solid #D2D2D2 !important;
}

    input[type=checkbox]:checked {
        background-color: #0d6efd !important;
        border-color: #0d6efd !important;
    }

input, textarea {
    font-size: 14px !important;
    color: #313131 !important;
    font-weight: 500 !important;
    font-family: Montserrat !important;
}

.fa-eye,.fa-eye-slash {
    cursor: pointer;
}

.header-right a img {
    width: 25px;
}
.content-container {
    padding: 0px 40px;
}
input[disabled] {
    background-color: #e1e4eb !important;
}

.btn-primary {
    border-radius: 5px;
    border: 1px solid #123195;
    background: #123195;
}
.box-sha {
    box-shadow: 1px 1px 10px #c4c1c1;
}
.pad-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.header-box {
    background: #FAFBFF;
    padding: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.header-label {
    font-weight: 600;
    font-size: 32px;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-top: 15px;
}

.tbl-bg {
    background-color: #f0f4ff;
    padding-bottom: 80px;
}


/* Style for active tab, mimicking Excel tab */
.custom-tab-link.active {
    background-color: #6c757d !important; /* Active tab - secondary */
    color: white !important;
    border-bottom: none !important;
    border: 1px solid #666 !important;
    border-bottom: none !important;
    font-weight: bold;
    z-index: 1;
}

.custom-tab-link:focus {
        outline: none !important;
    }
.custom-tab-link:hover {
    background-color: #ccc !important; /* Slightly darker on hover */
}

.excel-tab {
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}

.excel-tab:hover {
        background-color: #ddd;
}

    .excel-tab.active {
        padding: 10px 20px !important;
        margin-right: 2px !important;
        background-color: #f1f1f1 !important;
        border: 1px solid #ccc !important;
        border-bottom: 1px solid #fff !important;
        color: blue !important;
        border-radius: 10px 10px 0 0;
        font-weight: bold !important;
    }
.icons-header {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 5px;
}
.icon-header-profile {
    background-image: url('../images/profile.png');
}
.icon-header-help {
    background-image: url('../images/help.png');
}
.icon-header-logout {
    background-image: url('../images/logout.png');
}

