:root {
    --bs-app-header-height: 65px;
    --bs-app-header-height-actual: 65px;
}

.app-default,
body {
    background-color: #f1f3f7;
}

.menu-rounded .menu-link {
    border-radius: 0;
}

.secure_input {
    display: none;
}

.form-control {
    border-radius: 3px;
    padding: .775rem 1.2rem;
    font-size: 12px;
}

.btn {
    border-radius: 3px;
}

.val-error {
    background: #e14141;
    color: #FFF;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 4px;
    display: none;
}

.toast-top-right {
    top: 10px;
    right: 10px;
}

#toastr-container>div {
    opacity: 0.95;
}

.form-control:focus {
    border-color: #86b0db;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%), 0 0 0 0.25rem rgb(32 111 255 / 25%);
}

.app-content {
    border-radius: 3px;
    border: 1px solid #DDD;
    padding: 20px;
}

body.app-default {
    background-size: 100% 170px;
    background-position: top;
}

.app-header-menu .menu>.menu-item>.menu-link .menu-title {
    color: var(--bs-text-gray-700) !important;
    text-transform: uppercase;
    font-size: 12px;
}

div#kt_app_header_wrapper {
    background: #FFF;
    border-radius: 3px;
    box-shadow: 1px 1px 10px #00000026;
    border: 1px solid #DDD;
    padding: 0 30px;
}

@media (max-width: 991.98px) {
    div#kt_app_header_wrapper {
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
}

div#kt_top_header_wrapper {
    height: 120px;
}

div#kt_app_header {
    margin-bottom: 15px;
}

.menu-sub-lg-dropdown {
    display: none;
    border-radius: 0;
    padding: 20px 35px 25px 15px !important;
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107;
    border: 1px solid #ddd;
    margin-top: -10px !important;
}

.menu-item .menu-link .menu-title {
    font-size: 13px;
}

.app-content .app-content-menu .menu-item>.menu-link .menu-title {
    color: var(--bs-gray-400);
    padding: 3px 10px;
    font-size: 13px;
}

.page-header {
    background: #3455a1;
    padding: 16px 30px 14px;
    color: #ffffff91;
    border-radius: 3px;
}

.page-header h2 {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0 20px 0 0;
}

.app-content .app-content-menu {
    padding: 0 10px;
}

.table-tools {
    min-height: 40px;
    background: #efeff3;
    margin: 0 -30px;
}

.no-border {
    border: 0;
}

.card .card-header {
    border-bottom: 1px solid #e6e6eb !important;
}

.btn {
    font-size: 12px;
    padding: 10px 15px 8px !important;
}

.app-header-menu .menu>.menu-item>.menu-link .menu-icon i {
    color: #c4c9d5;
}

.card .card-header {
    min-height: 60px;
}

.form-overlay {
    background: #000e249e;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.form-container {
    max-width: 1000px;
    min-width: 500px;
    background: #FFF;
    box-shadow: 1px 1px 10px #00000017;
    border-radius: 5px;
}

colgroup col {
    width: auto !important;
}

.table:not(.table-bordered) td:first-child,
.table:not(.table-bordered) th:first-child,
.table:not(.table-bordered) tr:first-child {
    padding-left: 19px;
    width: 92px;
    padding-right: 0;
    text-align: center !important;
}

.table td:first-child .input-group a {
    padding: 9px 11px;
}

.table th:nth-child(2),
.table td:nth-child(2) {
    width: 70px;
    color: #afb1bb;
    padding-right: 15px !important;
}

.page-item .page-link {
    border-radius: 3px;
}

.table tr:nth-child(odd) td {
    background: #f1f3f7;
}

.table th {
    border-bottom: 1px solid #e6e6eb !important;
}

table.table.dataTable>tbody>tr {
    background-color: transparent;
    border-bottom: 1px solid #e6e6eb;
    transition: background-color .15s ease-in-out;
}

table.table.dataTable>tbody>tr:hover,
table.table.dataTable>tbody>tr:hover td {
    background: #f9f7ea;
}

table.table.dataTable {
    border-bottom: 1px solid #e6e6eb;
}

.app-header-menu .menu>.menu-item>.menu-link {
    padding: 21px 0;
}

span.menu-link.active {
    border-bottom: 2px solid #3455a1;
    border-radius: 0;
}

.app-header-menu .menu>.menu-item>.menu-link.active .menu-title {
    color: #3455a1 !important;
}

.input-group-text {
    border-radius: 0;
}

.header-background {
    width: 100%;
    height: 308px;
    position: absolute;
    background: #3455a1;
    z-index: -1;
}

.card .card-footer {
    border-top: 1px solid #e6e6eb;
}

.form-group.row {
    margin-bottom: 15px;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 2px;
    padding-left: 2px;
}

.toastr {
    border-radius: 5px !important;
}

.select2-dropdown {
    z-index: 9999999;
}

.flatpickr-calendar.open {
    z-index: 9999999;
}