body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

body * {
    font-family: "Inter", sans-serif;
}

main {
    flex: 1;
}

.navbar {
    padding: 14px 25px;
    border-bottom: 1px solid #e5e7eb;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #ffffff;
    min-height: 75px;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    background: #ffffff;
    padding-top: 75px;
    z-index: 1;
    border-right: 1px solid #e5e7eb;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.sidebar ul.nav.nav-pills li {
    width: 100%;
}

.sidebar ul.nav.nav-pills {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e5e7eb;
    height: calc(100vh - 75px);
    overflow-y: auto;
    width: 100%;
}

.form-group .form-control:focus,
.login-card .form-group input.form-control:focus {
    border: 1px solid #1D4ED8;
}

input.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

input.form-control::-moz-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

form .divide {
    margin-bottom: 23px;
    opacity: 1;
    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
}

.sidebar-dropdown .dropdown-toggle {
    width: 100%;
    display: block;
    color: #707480;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}

.sidebar-dropdown .dropdown-toggle img {
    margin-right: 10px;
}

.sidebar-dropdown {
    min-height: 100px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.sidebar .sidebar-dropdown {
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
}

.sidebar ul li a {
    color: #707480;
}

.sidebar ul li a:hover {
    color: #1D4ED8;
}

.sidebar>ul.nav>li {
    margin-bottom: 10px;
}

.sidebar ul li .nav-link-icon {
    margin-right: 7px;
    width: 25px;
    text-align: center;
}

.sidebar-dropdown ul.dropdown-menu .dropdown-item {
    font-size: 14px;
}

.sidebar-dropdown ul.dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa;
    color: #707480;
}

.sidebar-dropdown ul.dropdown-menu .dropdown-item:focus-visible {
    outline: none;
}

.sidebar ul.nav li a:focus-visible {
    box-shadow: none;
}

.sidebar>ul.nav>li>a:hover {
    background-color: #1D4ED8;
    color: #fff;
}



.sidebar>ul.nav>li>a {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.sidebar>ul.nav>li>a {}

.bottom-icon {
    margin-top: 1px;
    margin-left: 4px;
    display: inline-block;
    margin-left: auto;
    margin-right: 0;
    transform: rotateZ(-90deg);
}

.page-wrapper {
    background: #ffffff;
    min-height: 100vh;
    padding: 100px 40px 40px 260px;
}

.navbar-brand {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: capitalize;
}

.navbar-nav .nav-item .nav-link {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    opacity: 1;
}

.navbar-nav .nav-item {
    margin-left: 15px;
}

#footer {
    position: fixed;
    background-color: #939292;
    color: white;
    text-align: center;
    padding: 0.5em;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.nav-item-dropdown a:not(.collapsed) .bottom-icon {
    transform: rotateZ(-0deg);
}

.sidebar ul.nav.nav-pills ul.nav {
    padding-left: 10px;
    margin-left: 0;
    padding-top: 10px;
}

.sidebar ul.nav.nav-pills ul.nav li a.active {
    background-color: transparent;
    color: #2850c3;
}

.sidebar ul.nav.nav-pills ul.nav .nav-link {
    padding: 8px 10px;
    position: relative;
    font-size: 15px;
    display: flex;
}

.sidebar ul.nav.nav-pills ul.nav .nav-link::before {
    content: ".";
    font-size: 40px;
    margin-right: 5px;
    line-height: 0;
}

.bottom-icon svg {
    width: 22px;
    height: 22px;
}

.login-wrapper {
    padding-top: 115px;
    min-height: 100vh;
}

.login-card {
    max-width: 650px;
    margin: 0 auto;
    width: 90%;
    border: none;
}

.login-card .card-header {
    background: transparent;
    border-bottom: none;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
}

.login-card .card-body {
    padding: 0;
}

.login-card .form-group input.form-control,
.form-group input.form-control,
.form-group select.form-control {
    min-height: 50px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    border-radius: 6px;
    padding-left: 20px;
}

.form-group .form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

.login-card .form-group {
    margin-bottom: 20px;
}

.login-card .btn {
    background-color: #1D4ED8;
    font-size: 16px;
    min-height: 50px;
    width: 100%;
    font-weight: 400;
}

.login-card .form-group .checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

.login-card .form-group .checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #707480;
}

.login-card .form-group input.form-control:focus,
.form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-group .form-label sup {
    color: #7a7a7a;
    font-weight: bold;
    font-size: 15px;
}

.form-group select {
    background-image: url('/img/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: right 18px top 12px;
    cursor: pointer;
}

.login-card .btn:hover {
    background-color: #2850c3;
}

.btn-primary {
    background-color: #1D4ED8;
    border: 1px solid #1D4ED8;
    font-size: 15px;
    padding: 5px 16px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 6px;
    text-transform: capitalize;
}

.btn-md {
    min-height: 48px;
    padding: 5px 33px;
    font-size: 16px;
}

.btn-primary:hover {
    background-color: #2850c3;
    border: 1px solid #2850c3;
}

.card {
    border: none;
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    background: #fff;
    padding: 0;
    margin-bottom: 15px;
}

.card-header .card-heading {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 34px;
    margin: 0;
}

.datatable table {
    width: 100%;
}

.table-btn {
    border: none;
    background: transparent;
    padding: 0 4px;
    margin-left: 2px;
}

.table-btn:focus-visible {
    outline: none;
}

.table-btn svg {
    width: 19px;
    height: 19px;
}

.btn-view {
    color: #fbbf24;
}

.btn-edit {
    color: #38bdf8;
}

.btn-delete {
    color: #EA3D3D;
}

.table-btn.btn-edit svg {
    width: 22px;
    height: 22px;
}

.btn:focus-visible {
    box-shadow: none;
}

.card .card-body {
    padding: 0;
}

.datatable table.dataTable {
    border: 1px solid #e5e7eb;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 18px;
}

.dataTables_wrapper table.dataTable.display tbody tr.odd,
.dataTables_wrapper table.dataTable.display tbody tr.odd td {
    background: rgba(249, 249, 249, 0.5);
    box-shadow: none;
}

.dataTables_wrapper table.dataTable.display tbody td {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    border-top: 1px solid #e5e7eb;
    color: #000;
    padding-left: 16px;
    padding-right: 16px;
}

.dataTables_wrapper table.dataTable.display thead tr th {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    padding-left: 16px;
}

.dataTables_wrapper label {
    color: #707480;
    font-size: 15px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #bcbcbc;
}

.dataTables_wrapper .dataTables_filter input:focus-visible,
.dataTables_wrapper .dataTables_length select:focus-visible {
    outline: none;
}

.dataTables_wrapper .dataTables_filter input {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.datatable .dataTables_wrapper .dataTables_info {
    font-size: 15px;
    color: #707480;
}

.datatable .dataTables_wrapper .dataTables_paginate {
    font-size: 15px;
    color: #707480;
    font-weight: 400;
    padding-top: 10px;
}

.datatable .dataTables_wrapper .dataTables_paginate span .paginate_button {
    width: 38px;
    height: 38px;
    background: #ebebeb;
    color: #505050;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    padding: 0;
    border: none;
    font-size: 15px;
    border-radius: 2px;
}

.datatable .dataTables_wrapper .dataTables_paginate span .paginate_button.current {
    background: #1d4ed8;
    color: #fff !important;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:not(.disabled):hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:not(.disabled):hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

.datatable .dataTables_wrapper .dataTables_paginate span .paginate_button:not(.current):hover {
    background: #1d4ed8;
    color: #ffffff !important;
}

.datatable .dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
    background: #1d4ed8;
    color: #fff !important;
}

.dataTables_wrapper table.dataTable.display tbody tr.even:hover>.sorting_2,
.dataTables_wrapper table.dataTable.display tbody tr.even:hover>.sorting_1,
.dataTables_wrapper table.dataTable.display tbody tr.even:hover td,
.dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_2,
.dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_1 {
    box-shadow: none;
}

form .form-group .form-label {
    font-size: 15px;
    font-weight: 400;
    color: #707480;
}

form .form-group {
    margin-bottom: 20px;
}

form .form-group-submit {
    margin-top: 10px;
}

.toggle-switch input {
    display: none;
}

.toggle-switch label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 25px;
    background: #cccccc;
    border-radius: 50px;
    transition: 300ms linear;
}

.toggle-switch label:before {
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    transition: left 300ms linear;
}

.toggle-switch input:checked+label {
    background: #0d6efd;
}

.toggle-switch input:checked+label:before {
    left: 26px;
}

.toggle-switch {
    margin-left: 6px;
    position: relative;
}

.tooltp {
    position: absolute;
    top: -30px;
    background-color: #000;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    z-index: 9;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.tooltp::before {
    content: "Enable";
}

.toggle-switch label:hover+.tooltp {
    opacity: 1;
    visibility: visible;
    top: -38px;
}

.toggle-switch input:checked+label+.tooltp::before {
    content: "Disable";
}

#datalistOptions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}