:root {
    --yellow: #ffc72c;
    --red: #f30500;
    --blue: #682128;
    --brown: #84754e;
    --grey: #8a8d8f;
    --black: #000000;
    --white: #ffffff;
    --bs-primary: #BA0707;
    --bs-secondary: #0D6EFD;
    --bs-success: #50CD89;
    --bs-info: #7239EA;
    --bs-warning: #FFC700;
    --bs-danger: #F1416C;
    --bs-dark: #181C32;

    --bs-gray-100: #F9F9F9;
    --bs-gray-200: #F4F4F4;
    --bs-gray-300: #D9DBE4;
    --bs-gray-400: #B5B5C3;
    --bs-gray-500: #A1A5B7;
    --bs-gray-600: #7E8299;
    --bs-gray-700: #5E6278;
    --bs-gray-800: #3F4254;
    --bs-gray-900: #181C32;
}

.require {
    color: #f30500;
}

.require::before {
    content: " * ";
}

/* btn */
.btn-primary,
.btn-primary:active,
.btn-primary:focus {
    background-color: #BA0707;
    border-color: #BA0707;
}

.btn-primary:hover {
    color: #fff;
    background-color: #A70606;
    border-color: #A70606;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #0D6EFD;
    border-color: #0D6EFD;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #1890FF;
    border-color: #1890FF;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #A1A5B7;
    border-color: #A1A5B7;
}

.btn-secondary-light {
    color: #0D6EFD;
    background-color: #E6F7FF;
    border-color: #E6F7FF;
}

.btn-gray,
.btn-gray:active,
.btn-gray:focus {
    color: #3F4254;
    background-color: #F4F4F4;
    border-color: #F4F4F4;
}

.btn-gray:hover {
    color: #fff;
    background-color: #A1A5B7;
    border-color: #A1A5B7;
}

.btn-purple,
.btn-purple:active,
.btn-purple:focus {
    color: #fff;
    background-color: #7239EA;
    border-color: #7239EA;
}

.btn-purple:hover {
    color: #fff;
    background-color: #6625EF;
    border-color: #6625EF;
}

.btn-green,
.btn-green:active,
.btn-green:focus {
    color: #fff;
    background-color: #2eb82e;
    border-color: #2eb82e;
}

.btn-green:hover {
    color: #fff;
    background-color: #29a329;
    border-color: #29a329;
}

.btn-noti {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #D2D6DE;
    border-radius: 50%;
}

.btn-noti i {
    font-size: 20px;
    line-height: 0;
    color: var(--bs-primary);
    margin: 0;
}

/* Text Color */
.text-gray-100 {
    color: var(--bs-gray-100);
}

.text-gray-200 {
    color: var(--bs-gray-200);
}

.text-gray-300 {
    color: var(--bs-gray-300);
}

.text-gray-400 {
    color: var(--bs-gray-400);
}

.text-gray-500 {
    color: var(--bs-gray-500);
}

.text-gray-600 {
    color: var(--bs-gray-600);
}

.text-gray-700 {
    color: var(--bs-gray-700);
}

.text-gray-800 {
    color: var(--bs-gray-800);
}

.text-gray-900 {
    color: var(--bs-gray-900);
}

.section-authentication-signin {
    background: url("/images/bg.png") lightgray 50% / cover no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

/* @media (max-width: 767px) {
    .section-authentication-signin {
        background-size: auto;
    }
} */

/* label */
.form-label {
    font-weight: 400;
}

.form-label>.text-danger {
    font-size: 0.8rem;
}

.form-control {
    height: 40px;
    border-radius: 6px;
}

/* error */
.error+label,
.label-error {
    color: var(--red) !important;
    margin-bottom: 0rem;
    font-size: 0.8rem !important;
    margin-top: 0.125rem;
}

.form-group .error {
    color: var(--red) !important;
    margin-bottom: 0rem;
}

.error+.input-group-text {
    border-color: var(--red);
    border-width: 1px 1px 1px 0px;
}

.error.form-control,
.error+.select2-container>.selection .select2-selection {
    border: 1px solid var(--red) !important;
    color: #3e4954 !important;
}

.error.form-control,
.error.select2-selection {
    border: 1px solid #eb3a4c !important;
}

[type="radio"].error+label {
    color: #3e4954 !important;
    font-size: 1rem !important;
}

.input-file.error input {
    border: 1px solid #eb3a4c !important;
}

/* profile */
.profile {
    width: 22px;
    height: 40px;
    line-height: 1.5;
    border-radius: 50%;
    font-size: 28px !important;
    color: var(--bs-dark);
    text-align: center;
    /* background: var(--bs-primary); */
}

/* dt */
dt {
    font-weight: 400;
    color: #000000;
}

dd {
    margin-bottom: 0;
}

/* select2 */
.select2-container .select2-selection--multiple {
    min-height: 38px;
}

.select2-container--default .select2-selection--single {
    height: 38px;
    border-radius: 6px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: 200;
    font-size: 22px;
    margin-right: 5px;
    color: #5E6278;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -10px;
    border-width: 5px 5px 0 5px;
    border-radius: 2px;
    border-color: #5E6278 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #5E6278 transparent;
    border-width: 0 5px 5px 5px;
    border-radius: 3px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1rem;
    margin-top: 10px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 0;
    margin-right: 2px;
    vertical-align: sub;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 5px;
    padding: 1px 0px 0px 8px;
}

.modal-backdrop+.select2-container {
    z-index: 1065;
}

/* popper */
.popper i {
    font-size: 13px;
}

/* icon */
.icon-tools {
    font-size: 1.2rem;
    line-height: 1;
}

.icon-tools span {
    font-size: 0.875rem;
    margin-left: -7px;
}

.icon-tools .fa {
    font-size: 1.2rem;
}

/* Pagination JS */
.paginationjs .paginationjs-pages ul {
    display: flex;
    gap: 8px;
}

.select-size .form-select {
    width: 90px;
    height: 46px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid var(--bs-gray-300);
    border-radius: 16px;
    padding: 0 16px;
    cursor: pointer;
}

.select-size .text-rows-per-page {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-gray-800);
}

.paginationjs .paginationjs-pages ul .paginationjs-prev {
    border: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.12992 10.2951C9.09112 10.2564 9.06033 10.2104 9.03933 10.1598C9.01832 10.1092 9.00751 10.0549 9.00751 10.0001C9.00751 9.9453 9.01832 9.89103 9.03933 9.84041C9.06033 9.78979 9.09112 9.74381 9.12992 9.70511L12.9516 5.88427C13.1861 5.64989 13.3179 5.33195 13.3179 5.0004C13.318 4.66885 13.1864 4.35085 12.952 4.11636C12.7176 3.88186 12.3997 3.75008 12.0681 3.75C11.7366 3.74992 11.4186 3.88155 11.1841 4.11594L7.36242 7.93761C6.81639 8.48514 6.50977 9.22684 6.50977 10.0001C6.50977 10.7734 6.81639 11.5151 7.36242 12.0626L11.1841 15.8843C11.4186 16.1187 11.7366 16.2503 12.0681 16.2502C12.3997 16.2501 12.7176 16.1184 12.952 15.8839C13.1864 15.6494 13.318 15.3314 13.3179 14.9998C13.3179 14.6683 13.1861 14.3503 12.9516 14.1159L9.12992 10.2951Z' fill='%233F4254' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 60% 100%;
    background-position: center;
    cursor: pointer;
}

.paginationjs .paginationjs-pages ul .paginationjs-next {
    border: 0 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M13.1254 7.93761L9.30378 4.11594C9.06928 3.88155 8.75128 3.74992 8.41973 3.75C8.08818 3.75008 7.77025 3.88186 7.53586 4.11636C7.30148 4.35085 7.16984 4.66885 7.16992 5.0004C7.17 5.33195 7.30178 5.64989 7.53628 5.88427L11.3579 9.70511C11.3967 9.74381 11.4275 9.78979 11.4485 9.84041C11.4695 9.89103 11.4804 9.9453 11.4804 10.0001C11.4804 10.0549 11.4695 10.1092 11.4485 10.1598C11.4275 10.2104 11.3967 10.2564 11.3579 10.2951L7.53628 14.1159C7.30178 14.3503 7.17 14.6683 7.16992 14.9998C7.16984 15.3314 7.30148 15.6494 7.53586 15.8839C7.77025 16.1184 8.08818 16.2501 8.41973 16.2502C8.75128 16.2503 9.06928 16.1187 9.30378 15.8843L13.1254 12.0626C13.6715 11.5151 13.9781 10.7734 13.9781 10.0001C13.9781 9.22684 13.6715 8.48514 13.1254 7.93761Z' fill='%233F4254'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 60% 100%;
    background-position: center;
    cursor: pointer;
}

.paginationjs .paginationjs-pages ul .paginationjs-prev.disabled,
.paginationjs .paginationjs-pages ul .paginationjs-next.disabled {
    opacity: 0.3;
    cursor: no-drop;
}

.paginationjs .paginationjs-pages ul .paginationjs-prev a,
.paginationjs .paginationjs-pages ul .paginationjs-next a {
    opacity: 0;
}

.paginationjs .paginationjs-pages li {
    border: 0;
    cursor: pointer;
}

.paginationjs .paginationjs-pages li>a {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
}

.paginationjs .paginationjs-pages li.active>a {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background-color: var(--bs-primary);
}

/* datepicker */
.form-control[class*="datepicker"]:read-only {
    background-color: #ffffff;
}

.form-control[class*="datepicker"]:disabled {
    background-color: #e9ecef;
}

.datepicker-days .icon-arrow-left,
.datepicker-days .icon-arrow-right,
.datepicker-months .icon-arrow-left,
.datepicker-months .icon-arrow-right,
.datepicker-years .icon-arrow-left,
.datepicker-years .icon-arrow-right {
    font-family: normal normal normal 14px/1 FontAwesome !important;
}

.datepicker.datepicker-dropdown td.day,
.datepicker.datepicker-dropdown th.next,
.datepicker.datepicker-dropdown th.prev {
    height: 35px;
    width: 35px !important;
    padding: 5px 0px;
    text-align: center;
    font-weight: 300;
    border-radius: 4px;
    font-size: 0.8rem !important;
}

.datepicker.datepicker-dropdown.dropdown-menu {
    padding: 0.5rem 1rem;
}

.datepicker.datepicker-dropdown th.next,
.datepicker.datepicker-dropdown th.prev {
    vertical-align: bottom;
}

.datepicker table tr td span {
    font-size: 0.875rem;
}

.datepicker table tr td span.active.active {
    background: linear-gradient(to right, #ad242e 0, #ad242e 100%) !important;
}

.datepicker td,
.datepicker th {
    color: #333;
    font-weight: 300;
}

.datepicker table tr td.active,
.datepicker table tr td.selected,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker.datepicker-dropdown td.day:hover,
.datepicker.datepicker-dropdown th.next:hover,
.datepicker.datepicker-dropdown th.prev:hover,
.gradient-9 {
    box-shadow: 0 0 30px 5px rgb(255 255 255 / 30%);
    background: linear-gradient(to right, #ad242e 0, #ad242e 100%) !important;
    color: #fff;
    line-height: 1.85;
}

.datepicker table tr td.active.active,
.datepicker table tr td.selected {
    box-shadow: 0 0 30px 5px rgb(255 255 255 / 30%);
}

/* table */
.table-responsive {
    white-space: inherit;
}

.table> :not(caption)>*>* {
    padding: 0.65rem 0.65rem;
}

thead th,
tbody th {
    font-weight: 500;
    font-size: 0.9rem !important;
}

/* datatable */
.column-no {
    text-align: center;
}

table.dataTable thead th {
    padding: 12px 15px;
    font-size: 14px !important;
    font-weight: 400;
    color: #3F4254;
}

table.dataTable tbody td {
    padding: 10px 15px;
    /* white-space: nowrap; */
    font-size: 0.85rem !important;
}

.bootstrap-select>.dropdown-toggle {
    padding: 0.475rem 1.1rem;
}

.dataTable> :not(:last-child)> :last-child>* {
    border-bottom-color: #D9DBE4;
}

.dataTable .table-bordered> :not(caption)>* {
    border-width: 1px;
}

.dataTable tr th {
    border-right: 0px;
}

.dataTable tr th:last-child {
    border-right: 1px solid #D9DBE4;
}

.dataTable tr.odd td {
    background-color: #F9F9F9;
}

.dataTable tr td:first-child {
    border-left: 1px solid #D9DBE4;
}

.dataTable tr td:last-child {
    border-right: 1px solid #D9DBE4;
}

.dataTable tr:last-child th:first-child {
    border-top-left-radius: 8px;
}

.dataTable tr:last-child th:last-child {
    border-top-right-radius: 8px;
}

.dataTable tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.dataTable tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.dataTables_wrapper input[type="search"],
.dataTables_wrapper input[type="text"],
.dataTables_wrapper select {
    padding: 0.475rem 1.1rem;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-position: center right !important;
}

table.dataTable {
    width: 100% !important;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row .col-sm-12 {
    padding: 0;
}

div.dataTables_length label {
    text-align: left;
    white-space: nowrap;
    /* margin-left: 15px; */
    margin-bottom: 10px;
    color: #3F4254 !important;
    display: inline-flex;
    margin-top: 5px;
    font-weight: 300;
    font-size: 13px;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*="col-"]) {
    width: unset;
    padding: 0 0.3rem;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.475rem 1.25rem;
}

div.dataTables_filter {
    text-align: right;
}

div.dataTables_filter label {
    width: 100%;
    color: #333 !important;
    margin-top: -10px;
}

div.dataTables_filter input {
    margin-left: 0.5em;
    /* margin-right: 1em; */
    display: inline-block;
    width: auto;
    /* border-radius: 0.75rem; */
    width: 200px;
    height: 38px;
}

div.dataTables_info {
    color: #7E8299 !important;
    margin-top: 20px;
    font-size: 13px;
}

div.dataTables_paginate {
    margin: 15px 0 0 0;
    white-space: nowrap;
    text-align: right;
}

div.dataTables_paginate ul.pagination {
    margin: 3px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0 !important;
    padding: 0px 3px;
    height: 43px;
    background: 0 0;
    border-radius: 40px;
    color: #ad242e !important;
    font-size: 16px;
    display: inline-block;
}

.pagination .page-item.active .page-link {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff !important;
    border: 0 !important;
    /* padding: 10px 5px; */
    /* height: 40px; */
    /* width: 40px; */
    background: 0 0;
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
    box-shadow: unset;
}

.pagination .page-item .page-link {
    border-color: #e4edff !important;
    color: #ad242e;
    border: 0 !important;
    /* padding: 10px 5px; */
    /* height: 40px; */
    /* width: 40px; */
    background: 0 0;
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
    box-shadow: unset;
}

.pagination .page-item .page-link:hover {
    background: #A70606 !important;
    border-color: #FFEBEA !important;
    color: #fff;
    border-radius: 8px;
}

.paginate_button.page-item a {
    padding: 0.375rem 0.85rem;
}

.paginate_button.page-item.previous a,
.paginate_button.page-item.next a {
    padding: 0.25rem 0.5rem;
}

.paginate_button.page-item.previous.disabled a,
.paginate_button.page-item.next.disabled a {
    color: #A1A5B7;
}

.pagination .page-item .page-link {
    background: 0 0;
    color: #333;
    border: 0px;
}

.pagination .previous .page-link,
.pagination .next .page-link {
    width: 100%;
}

.dataTables_wrapper .dataTables_processing {
    padding-top: 7px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-size: 15px;
}

@media screen and (max-width: 767px) {
    div.dataTables_filter {
        text-align: left;
        margin-left: 15px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    div.dataTables_info,
    div.dataTables_paginate,
    div.dataTables_paginate ul.pagination {
        text-align: center;
        justify-content: center;
    }
}

.dataTables_length {
    margin-top: 3px;
}

.dataTables_filter {
    margin-top: 8px;
}

.dataTables_length .form-select-sm+span .select2-selection {
    height: 38px;
}

.dataTables_length .form-select-sm+span {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -8px;
    width: 65px !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding: 0 0;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    width: unset;
}

.modal-body div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.25em;
    margin-top: 10px !important;
}

.modal-body .dataTables_wrapper .dataTables_length {
    margin-top: 8px;
}

.modal-body .dataTables_wrapper select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.modal-body div.dataTables_filter input {
    width: 160px;
}

.modal-body .dataTables_wrapper div.dataTables_filter {
    margin-top: 8px;
    float: right;
}

@media (max-width: 767px) {
    .modal-body .dataTables_wrapper div.dataTables_filter {
        float: unset !important;
        text-align-last: center;
    }
}

/* bootbox */
.bootbox .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-align: -webkit-center;
}

.bootbox .modal-title h3 {
    font-size: 18px;
    margin-top: 22px;
}

.bootbox .modal-dialog.modal-sm {
    width: 325px;
}

.bootbox .modal-body {
    padding: 0;
}

.bootbox .circle {
    width: 63px;
    height: 63px;
    padding: 1rem;
    border-radius: 100%;
}

.bootbox .modal-content {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

.bootbox .modal-footer {
    border-top: 0px;
}

.bootbox .modal-header {
    border-bottom: 0px;
}

.bootbox-close-button {
    display: none;
    border: 0;
    float: right;
    font-size: 2rem;
    font-weight: 200;
    line-height: 0;
    color: #000;
    text-shadow: none;
    opacity: 0.5;
}

.bootbox .modal-footer button {
    /* padding: 0.475rem 0.65rem; */
    font-weight: 400;
}

.bootbox .modal-header {
    padding: 1rem 1rem;
}

/* .bootbox .modal-body {
    padding: 1.35rem 1.75rem;
} */

.bootbox .modal-footer {
    display: block;
    padding: 1rem;
}

.bootbox .modal-footer button:focus {
    outline: none;
    box-shadow: none;
}

/* .bootbox .modal-footer button.btn-primary {
    float: right;
} */

.bootbox .modal-footer button.btn-secondary {
    /* float: right; */
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d26;
    margin-right: 10px;
}

.bootbox .modal-footer button.btn-success {
    /* float: right; */
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.bootbox .modal-footer button.btn-danger {
    /* float: right; */
    color: #fff;
    background-color: #eb3a4c;
    border-color: #eb3a4c66;
}

.bootbox .modal-dialog {
    margin: 3rem;
}

@media (min-width: 576px) {
    .bootbox .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }
}

/* fileinput */
.input-file .btn-choose {
    padding: 0rem 1rem;
    line-height: 38px;
    height: 38px;
    font-size: 1rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.input-file .btn-reset {
    padding: 0rem 1rem;
    line-height: 38px;
    height: 38px;
    font-size: 0.9rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-file .form-control {
    height: 38px;
}

/* file-custom */
.input-group .btn-choose {
    padding: 0rem 1rem;
    line-height: 38px;
    height: 38px;
    font-size: 0.9rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* popover */
.popover {
    margin-top: -3px !important;
}

/* menu */
.simplebar-content-wrapper {
    background: linear-gradient(180deg, #FFF 26.4%, #FFEBEA 100%);
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.04);
}

.sidebar-wrapper .metismenu {
    padding: 0px;
}

.sidebar-wrapper .metismenu ul {
    border: 0px solid #ededed;
}

.sidebar-wrapper .metismenu ul li a {
    padding-left: 30px;
}

.sidebar-wrapper .metismenu ul a i {
    margin-right: 10px;
    font-size: 0.5rem;
    vertical-align: middle;
    line-height: 3;
}

.sidebar-wrapper .metismenu a {
    padding: 18px 24px;
}

.sidebar-wrapper .metismenu a {
    border: 0px;
}

.sidebar-wrapper .metismenu li+li {
    margin-top: 0px;
}

.sidebar-wrapper .metismenu .mm-active>a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
    border-right: 3px solid var(--bs-primary);
    ;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
}

.border-right-radius {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.fs-0 {
    font-size: 0rem !important;
}

.fs-10 {
    font-size: 0.7142857143rem !important;
}

.fs-11 {
    font-size: 0.8rem !important;
}

.fs-12 {
    font-size: 0.85rem !important;
}

.fs-13 {
    font-size: 0.9rem !important;
}

.fs-14 {
    font-size: 1rem !important;
}

.fs-16 {
    font-size: 1.1428571429rem !important;
}

.fs-18 {
    font-size: 1.2857142857rem !important;
}

.fs-20 {
    font-size: 1.4285714286rem !important;
}

.fs-22 {
    font-size: 1.5714285714rem !important;
}

.fs-24 {
    font-size: 1.7142857143rem !important;
}

.fs-26 {
    font-size: 1.8571428571rem !important;
}

.fs-30 {
    font-size: 2.1428571429rem !important;
}

.fs-32 {
    font-size: 2.2857142857rem !important;
}

.fs-36 {
    font-size: 2.5714285714rem !important;
}

.fs-38 {
    font-size: 2.7142857143rem !important;
}

.fs-40 {
    font-size: 2.8571428571rem !important;
}

.fs-42 {
    font-size: 3rem !important;
}

.fs-46 {
    font-size: 3.2857142857rem !important;
}

.fs-48 {
    font-size: 3.4285714286rem !important;
}

.fs-50 {
    font-size: 3.5714285714rem !important;
}

.fs-60 {
    font-size: 4.2857142857rem !important;
}

.fs-70 {
    font-size: 5rem !important;
}

.fs-72 {
    font-size: 5.1428571429rem !important;
}

.fs-76 {
    font-size: 5.4285714286rem !important;
}

.fs-78 {
    font-size: 5.5714285714rem !important;
}

.fs-80 {
    font-size: 5.7142857143rem !important;
}

.fs-100 {
    font-size: 7.1428571429rem !important;
}

.fs-140 {
    font-size: 10rem !important;
}

.fs-180 {
    font-size: 12.8571428571rem !important;
}

.fs-200 {
    font-size: 14.2857142857rem !important;
}

.l-h-0 {
    line-height: 0rem !important;
}

.l-h-10 {
    line-height: 0.7142857143rem !important;
}

.l-h-12 {
    line-height: 0.8571428571rem !important;
}

.l-h-14 {
    line-height: 1rem !important;
}

.l-h-16 {
    line-height: 1.1428571429rem !important;
}

.l-h-18 {
    line-height: 1.2857142857rem !important;
}

.l-h-20 {
    line-height: 1.4285714286rem !important;
}

.l-h-22 {
    line-height: 1.5714285714rem !important;
}

.l-h-24 {
    line-height: 1.7142857143rem !important;
}

.l-h-25 {
    line-height: 1.7857142857rem !important;
}

.l-h-26 {
    line-height: 1.8571428571rem !important;
}

.l-h-30 {
    line-height: 2.1428571429rem !important;
}

.l-h-32 {
    line-height: 2.2857142857rem !important;
}

.l-h-35 {
    line-height: 2.5rem !important;
}

.l-h-36 {
    line-height: 2.5714285714rem !important;
}

.l-h-38 {
    line-height: 2.7142857143rem !important;
}

.l-h-40 {
    line-height: 2.8571428571rem !important;
}

.l-h-42 {
    line-height: 3rem !important;
}

.l-h-45 {
    line-height: 3.2142857143rem !important;
}

.l-h-46 {
    line-height: 3.2857142857rem !important;
}

.l-h-48 {
    line-height: 3.4285714286rem !important;
}

.l-h-50 {
    line-height: 3.5714285714rem !important;
}

.l-h-55 {
    line-height: 4rem !important;
}

.l-h-60 {
    line-height: 4.2857142857rem !important;
}

.l-h-70 {
    line-height: 5rem !important;
}

.l-h-72 {
    line-height: 5.1428571429rem !important;
}

.l-h-76 {
    line-height: 5.4285714286rem !important;
}

.l-h-78 {
    line-height: 5.5714285714rem !important;
}

.l-h-80 {
    line-height: 5.7142857143rem !important;
}

.l-h-100 {
    line-height: 7.1428571429rem !important;
}

.l-h-140 {
    line-height: 10rem !important;
}

.l-h-180 {
    line-height: 12.8571428571rem !important;
}

.l-h-200 {
    line-height: 14.2857142857rem !important;
}

.l-h-n {
    line-height: normal !important;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fw-light {
    font-weight: 100;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

/* swal */
.swal2-popup {
    width: 325px !important;
    border-radius: 8px !important;
}

.swal2-popup .swal2-title {
    font-size: 1.575em !important;
    font-weight: 500 !important;
}

/* Topbar */
.topbar-external {
    border-bottom: 4px solid !important;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #F6B93C, #FEEDB5);
}

#swal2-content {
    text-align: -webkit-center !important;
}

#swal2-content .circle {
    width: 63px;
    height: 63px;
    padding: 1rem;
    border-radius: 100%;
}

.swal2-popup .swal2-styled.swal2-confirm,
.swal2-popup .swal2-styled.swal2-cancel {
    letter-spacing: 0.5px !important;
    padding: 0.55rem 0.75rem !important;
    font-size: 0.835rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    border-radius: 8px !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
    color: #212529 !important;
    margin-right: 10px;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-popup .swal2-actions {
    margin: 0.875em auto 0 !important;
}

.bottom-fixed-button {
    position: fixed;
    bottom: 58px;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: start;
    z-index: 11;
}

.wrapper.toggled:not(.sidebar-hovered) .bottom-fixed-button {
    display: none;
}

@media screen and (max-width: 1024px) {
    .wrapper .bottom-fixed-button {
        display: none;
    }

    .wrapper.toggled .bottom-fixed-button {
        display: block !important;
    }
}

.plus-box {
    background: #B80909;
    color: #fff;
    font-size: 16px;
    padding: 20px 18px 20px;
    position: fixed;
    display: block;
    overflow: hidden;
    margin: -90px 8px;
    border-radius: 1rem;
}

.plus-box p {
    margin-bottom: 0;
    line-height: 1.3;
}

.plus-box:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 70px;
    width: 75px;
    background-image: url(../images/document.png);
    background-repeat: no-repeat;
    opacity: 0.2;
}