body {
    font-size: 0.8rem !important;
}
.logo a {
    color: #191e47;
    font-size: 20px;
}
.sidebar-wrapper .sidebar-header img {
    height: 2.8rem;
    margin-right: 9px;
}
.sidebar-menu .submenu {
    padding: 0;
}
.navbar {
    height: 75px;
    padding: 1.5rem 1.5rem 1.5rem 0;
    background: #fff;
}
.sidebar-wrapper .sidebar-header {
    padding: 0.45rem 2rem 1rem;
    font-size: 2rem;
    font-weight: 700;
    background: #ffffff;
}
.sidebar-wrapper {
    width: 220px;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10;
    overflow-y: auto;
    background-color: #fff;
    bottom: 0;
    transition: left 0.5s ease-out;
}
#main {
    margin-left: 220px;
}
.menu-side-collapser {
    padding-left: 0;
}
.sidebar-wrapper .menu {
    margin-top: 2rem;
    padding: 0 1rem;
    font-weight: 600;
}
a {
    color: #146c53;
}
.sidebar-wrapper .menu .sidebar-title {
    padding: 0 1rem;
    margin: 1.5rem 0 1rem;
    font-size: 0.9rem;
    list-style: none;
    font-weight: 600;
    color: #191e47;
}
.sidebar-wrapper .menu .submenu .submenu-item a {
    padding: 0.7rem 2rem;
    display: block;
    color: #25396f;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.758rem;
    border-radius: 0.2rem;
}
.sidebar-wrapper .menu .sidebar-link {
    display: block;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    transition: all 0.5s;
    text-decoration: none;
    color: #191e47;
}
.sidebar-wrapper .menu .sidebar-link i,
.sidebar-wrapper .menu .sidebar-link svg {
    color: #191e47;
}

.pagination.pagination-primary .page-item.active .page-link {
    background-color: #146c53;
    border-color: #146c53;
    box-shadow: 0 2px 5px rgba(67, 94, 190, 0.3);
}
.table-mtt {
    padding: 0.5rem 2rem !important;
    text-align: end;
}
.btn-primary {
    color: #fff;
    background-color: #146c53;
    border-color: #146c53;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    /* color: #262323 !important; */
    background-color: #3a3848;
    border-color: #3a3848;
}
.card-header {
    padding: 2.3rem;
    margin-bottom: 0;
    background-color: #fff;
    /* border-bottom: 1px solid rgba(0, 0, 0, .125); */
}
thead {
    background: #146c53;
    color: #ffffff;
}
.dataTable-table th a {
    text-decoration: none;
    color: #ffffff !important;
}
.dataTable-sorter::after {
    border-bottom: 4px solid #ffffff !important;
    border-top: 4px solid #00000000;
    top: 0px;
}
.dataTable-sorter::before {
    border-top: 4px solid #ffffff !important;
    bottom: 0px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: #414344 !important;
}
.my-input:focus {
    border-color: #146c53 !important;
    --tw-ring-color: #146c53 !important;
}

.my-button {
    background-color: #146c53 !important;
}
.welcome-logo {
    max-width: 14em;
}
.dataTable-input {
    min-height: calc(1.5em + 0.934rem + 2px) !important;
    /* padding: .467rem .6rem; */
    font-size: 0.9025rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #555252 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #dfe3e7 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
#main #main-content {
    padding: 0 1rem !important;
}
.form-control {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #566472 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #aec1d3 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
textarea.form-control {
    min-height: calc(5.5em + 0.75rem + 2px);
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #ffffff !important;
    padding: 0.09rem 0.75rem !important;
    border: 1px solid #dce7f1 !important;
    border-radius: 0.25rem !important;
    font-size: 0.75rem !important;
    min-height: 32px !important;
    height: 32px !important;
    overflow: hidden;
}
.choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
    background-color: #fff;
    margin: 0;
    font-size: 0.9rem !important;
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    padding: 0.1rem 0.75rem !important;
    font-size: 0.65rem !important;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    /* margin-top: 5px; */
    background-color: #1a7057;
    box-shadow: 0 2px 5px rgba(2, 158, 255, 0.1);
    border: none;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box;
}
.mr-1x {
    margin-right: 4px;
}
.content-card {
    min-height: 80vh;
    border-top: solid 3px #146c53;
}
.form-separator {
    font-size: 12.5px;
    color: #ffffff;
}
.separator-side {
    background: #146c53;
    border-radius: 5px;
    margin-top: -10px;
}

[type="text"]:focus,
input:where(:not([type])):focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #1a7057 !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
        var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-color: #1a7057 !important;
}
.ui-datepicker-calendar {
    display: none;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .8rem;
    color: #3c3c3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #146c53 !important;
    background-image: none !important;
}
.dashboard .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #e9eaec8c;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .7rem;
}
.dashboard .card-header {
    padding: 2.3rem;
    margin-bottom: 0;
    background-color: #e9eaec8c;
    /* border-bottom: 1px solid rgba(0, 0, 0, .125); */
}
.dashboard{
    padding: 20px;
}
.dashboard .text-muted {
    color: #4f4f50 !important;
}
.dashboard .card .card-header h4 {
    font-size: 1rem;
    font-weight: 700;
}
