﻿.cropper-container {
    background-image: url("../images/crop/background_crop.png") !important;
}

img {
    max-width: 100% !important;
}

.highcharts-root {
    font-family: Inter, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji !important;
}

.highcharts-credits {
    display: none !important;
}

.mf-logo-container {
    display: none !important;
}

.form-control {
    min-height: calc(2.25rem + 2px)!important;
    height: auto!important;
}

:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
    :root {
        font-family: InterVariable, sans-serif;
    }

    body {
        font-family: InterVariable, sans-serif;
    }
}

body {
    font-size: .875rem !important;
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

.content-wrapper-customer {
    min-height: calc(100vh - 100px);
    /*padding: 0 10px !important;*/
}

.container-fluid > .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.dropzone .dz-message {
    text-align: center;
    margin: 5em 0;
}

.text-transform-capitalize {
    text-transform: capitalize !important;
}

.dropzone {
    min-height: 150px;
    border: 2px dotted rgba(0, 0, 0, .3) !important;
    background: #fff;
    padding: 20px 20px;
}

.react-datepicker-popper {
    z-index: 100 !important;
}

.error {
    color: red !important;
}


.toggle.btn-xs {
    min-width: 55px !important;
    min-height: 22px;
}


.bootstrap-tagsinput {
    width: 100%;
}


.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .dropdown-menu-lg {
        max-width: 360px !important;
        min-width: 360px !important;
        padding: 0;
    }
}

.small-box-footer {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
}

.text-middle-center {
    vertical-align: middle !important;
}

.text-word-break {
    word-break: break-all !important;
}

.text-area-min-height {
    min-height: calc(1em * 1.5 * 5) !important
}

.content-wrapper {
    background-color: #f5f7fa;
}

body.home-page-banner {
    background: linear-gradient(0deg, #01203F 0%, #01203F00 70%), url("/images/banner.png") center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}

body.home-page-banner .content-wrapper,
body.home-page-banner .content-wrapper-customer {
    background-color: transparent;
}

.namePageText {
    font-weight: bold;
    font-size: 18px;
    line-height: 190%;
    letter-spacing: -0.3px;
}

/*breadcrumb*/
.breadcrumb-item {
    color: #344054;
    font-size: 12px;
}

.breadcrumb-item.active {
    color: #98A2B3;
}

/*end breadcrumb*/

.namePageText2 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.3px;
}

.form-control[type=password].no-reveal-password::-ms-reveal,
.form-control[type=password].no-reveal-password::-ms-clear {
    display: none;
}

.password-container{
    position: relative;
}

.toggle-password{
    position:absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
}

.subname {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.3px;
}


.icheck-success > .icheckbox_square-green {
    margin-right: 5px;
}

/*swal2 css*/
.swal2-header {
    font-size: 0.875rem !important;
}

.swal2-content {
    font-size: 0.8rem !important;
}

.swal2-confirm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.swal2-cancel {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.swal2-container {
    z-index: 2060 !important;
}

@media (min-width: 576px) {
    .swal2-popup {
        font-size: 0.9rem !important;
        width: 25vw !important;
    }
}

/*end swal2 css*/

/*spin css*/
body #loading-spin.show-loading {
    display: block;
}

/*end spin css*/

/*notification css*/
#notification-form-content {
    height: auto;
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 0;
    scrollbar-width: thin;
}

#notification-form-content::-webkit-scrollbar {
    width: 10px;
    background-color: white;
}

#notification-form-content::-webkit-scrollbar-track {
    margin-top: 10px;
    margin-bottom: 10px;
}

#notification-form-content::-webkit-scrollbar-thumb {
    background-color: #ececec;
    border-radius: 10px;
}

#notification-form-content::-webkit-scrollbar-thumb:hover {
    background-color: #ececec;
    border: 1px solid darkgrey;
}

#notification-form-content::-webkit-scrollbar-thumb:active {
    background-color: #ececec;
    border: 1px solid darkgrey;
}

/*end notification css*/

/*select2*/
/*.select2-container--bootstrap .select2-selection--single {*/
/*    font-size: .875rem !important;*/
/*    line-height: calc(2.25rem + 2px);*/
/*    dis*/
/*}*/

select.form-control-sm ~ .select2-container--default {
    font-size: .875rem;
    width: 100% !important;
    display: flex;
    align-items: center;
}

.select2-container--bootstrap .select2-selection--single {
    display: flex;
    align-items: center;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.select2-container--bootstrap .select2-results__option:hover {
    background-color: #f0f0f0;
    color: #333;
}

.select2-container--bootstrap .select2-results__option--highlighted {
    background-color: #d0d5dd;
    color: #fff;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #DEEBFF;
    color: black;
}

.select2-container--bootstrap .select2-results__option {
    padding: 8px 12px;
}

#react-select-2-listbox {
    z-index: 999999999 !important;
}

/*end select2*/

/*sidebar*/
#sidebar {
    background-size: cover !important;
    background-color: #101323;
}

.sidebar-r-f {
    margin-right: -0.4rem;
}

[class*=sidebar-dark-] {
    background-color: white !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #1570EF !important;
    color: #FFFFFF !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1570EF;
}

/*a.nav-link {*/
/*    color: rgba(255, 255, 255, 0.5);*/
/*}*/
.nav-sidebar > .nav-item .nav-icon {
    font-size: 1rem !important;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
    color: #FFFFFF;
    font-weight: 500 !important;
}

[class*=sidebar-dark-] .user-panel a:hover {
    color: #1570EF !important;
}

.nav-pills .nav-link {
    color: rgba(255, 255, 255, 0.5) !important;
    background: #1D2939;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #FFFFFF !important;
    background-color: #1570EF;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: #475467;
    color: #FFFFFF;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #1570EF !important;
    color: #FFFFFF !important;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link:hover {
    background-color: #475467;
    color: #FFFFFF !important;
}

.menu-lv1 {
    background-color: rgba(255, 255, 255, .1) !important;
    color: #19274B !important;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: #1570EF;
    color: #ffffff;
}

/*.layout-navbar-fixed.layout-fixed .wrapper .sidebar {*/
/*    margin-top: 0 !important;*/
/*    padding-top: calc(3.5rem + 1px);*/
/*}*/
/*@supports not (-webkit-touch-callout:none) {*/
/*    .layout-fixed .wrapper .sidebar {*/
/*        height: calc(100vh - (3.5rem + 1px));*/
/*    }*/
/*}*/

/*.nav-sidebar > .menu-is-opening > .lv-1 > .nav-item > .nav-link {*/
/*    background-color: #475467;*/
/*}*/

.menu-is-opening > .lv-2 > .nav-item > .nav-link {
    background-color: #475467;
}

.menu-is-opening > .lv-3 > .nav-item > .nav-link {
    background-color: #475467;
}

/* end sidebar*/

/*navbar*/

.elevation-c-4 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
}

.navbar-white {
    background-color: #1570EF !important;
    color: #FFFFFF !important;
}

.main-header {
    border-bottom: 2px solid #1570EF !important;
}

.nav-link-custom {
    display: grid;
    align-content: center;
}

.nav-link-custom-items {
    display: flex !important;
    align-content: center !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px !important;
}

.navbar-text-color {
    color: #FFFFFF !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 0.875rem !important;
}

.navbar-icon-color {
    color: #FFFFFF !important;
    font-weight: 900 !important;
    font-size: 1.125rem !important;
}

.dropdown-toggle::after {
    color: #FFFFFF !important;
}

/*end navbar*/
/* sidebar brandname*/

.user-panel-container {
    display: flex;
    align-content: center;
    gap: 10px;
}

.user-panel-info {
    display: inline-flex;
    flex-direction: column;
    padding: 5px 0;
}

.user-panel-info-status {
    display: flex;
    align-content: center !important;
    align-items: center !important;
    gap: 5px;
}

.user-panel-info-name {
    font-weight: 700 !important;
    color: #FFFFFF !important;
}

.navbar-text-color.username {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-panel-info-status i {
    color: #00AB6D;
    font-size: 0.5rem;
}

.user-panel-info-status span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.8rem;
}

.sidebar-brand-link {
    background: #0E4CA3 !important;
    height: 57px;
    border: 1px !important;
}

.profile-user-img {
    border: 1px solid #fff !important;
    margin: 0 auto !important;
    padding: 3px !important;
    width: 100px !important;
    height: 100px !important;
}

.box-sidebar-collapsed .image {
    padding-left: 0.4rem !important;
}

.profile-user-img-small {
    width: 2.8rem !important;
    height: 2.8rem !important;
}

/*end sidebar brandname*/


/*table custom css*/

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table-thead {
    background-color: #F2F4F7 !important;
    color: #344054 !important;
    padding: 10px 12px !important;
}

.table-responsive-col {
    margin: auto;
    width: 50% !important;
}

.tablePaddingTop {
    margin-top: 25px
}

/*table-bordered-index*/
.table-bordered-index {
    min-width: 1400px;
}

@media (min-width: 768px) {
    .table-bordered-index {
        min-width: unset;
    }
}

.table-bordered-index > thead > tr > th {
    border: 1px solid #E4E7EC !important;
    vertical-align: middle;
}

.table-bordered-index > tbody > tr > td, .table-bordered-index > tbody > tr > th {
    border: 1px solid #E4E7EC !important;
}

.table-bordered-index > tbody > tr > td {
    word-break: break-word !important;
}

.table-bordered-index > tbody > tr > td, .table-bordered-index > tbody {
    color: #475467 !important;
    font-weight: 400 !important;
}

.table-bordered-index > tbody > tr > td.cell-action .cell-action-wrapper {
    display: flex;
    gap: .5rem;
    justify-content: center;
}

.table-bordered-index .custom-control.custom-checkbox {
    padding-left: 0;
}

.table-bordered-index .custom-control {
    min-height: unset;
}

.table-bordered-index .custom-control.custom-checkbox .custom-control-label::before,
.table-bordered-index .custom-control.custom-checkbox .custom-control-label::after {
    left: 50%;
    transform: translateX(-50%);
}

/*end table-bordered-index*/

/*table-details*/
.table-details {
    font-size: .875rem;
    color: #475467;
}

.table-details td,
.table-details th {
    word-break: break-word;
}

.table-details tbody tr:hover {
    background-color: unset !important;
}

.table-details td,
.table-details th {
    padding: .625rem .75rem;
}

.table-details th {
    width: 50%;
    background-color: #f2f4f7;
}

.table-details td {
    color: #475467;
}

@media (min-width: 768px) {
    .table-details th {
        width: 270px;
    }
}

/*end table-details*/

.table-scroll-container {
    overflow: auto;
    position: relative;
}

.table-scroll-container .sticky {
    position: sticky;
    top: 0;
    left: 0;
}

.bg-table-gray {
    background: #6E7685;
}

.bg-table-primary {
    /*background:  #3598db;*/
    background: #2E5ADD;
}

.table-layout-fixed {
    table-layout: fixed !important;
}

.table td, .table th {
    padding: .625rem .75rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table tbody tr:hover {
    background-color: #F2F4F7;
}

/*end table custom css*/

/*bootstrap custom input*/

.custom-input-file .custom-file-label::after {
    display: none;
}

.custom-input-file .input-group-text {
    font-size: 14px;
    padding-right: 12px;
    font-family: "Inter";
    color: #344054;
}

.custom-input-file .clear-file-icon {
    display: none;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    color: #667085;
}


.custom-control-label::after {
    border-radius: .1875rem;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-checkbox .custom-control-input:not(:checked) ~ .custom-control-label::after {
    background: #fff;
    border: 1px solid #d0d5dd;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label,
.custom-checkbox .custom-control-input[disabled] ~ .custom-control-label {
    color: inherit;
}

.custom-switch .custom-control-label::before {
    width: 2.25rem;
    height: 1.25rem;
    background-color: #D0D5DD;
    border: none;
    box-shadow: none;
    border-radius: .75rem;
}

.custom-switch .custom-control-label::after {
    width: calc(1.25rem - 4px);
    height: calc(1.25rem - 4px);
    background-color: #f9fafb;
    box-shadow: 0px 1px 3px 0px #1018281a;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    left: calc(-2.25rem + 6px);
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1570ef;
    border-color: #1570ef;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #85b5f7;
    border-color: #85b5f7;
}

.custom-radio label.custom-control-label {
    font-weight: normal;
    line-height: 1.7;
    color: #344054;
}

.custom-radio .custom-control-label::before {
    background-color: #fff;
    box-shadow: none;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23125ec9'/></svg>");
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #d9e9ff;
    border-color: #125ec9;
}

.custom-form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0.25em;
    appearance: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    position: relative;
}

.custom-form-check-input::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.custom-form-check-input:checked {
    background-color: #0061f7;
    border-color: #0061f7;
}

.custom-form-check-input:checked::after {
    opacity: 1;
}

.custom-form-check-input:disabled {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.custom-checkbox .custom-control-label {
    padding-top: 1px !important;
    cursor: pointer;
}

.custom-checkbox label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}

/*end bootstrap custom input*/

/*date picker*/
.custom-input-date {
    position: relative;
}

.calendar-icon-custom {
    position: absolute;
    right: 16px;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #667085;
    pointer-events: none;
    cursor: pointer;
}


.input-date-picker {
    width: 100%;
    position: relative;
}

.input-group .input-date-picker {
    flex: 1 1 auto;
    width: 1%;
}

.input-group .input-date-picker:first-child input {
    border-right: 0;
    border-radius: .25rem 0 0 .25rem;
}

.input-group .input-date-picker:last-child input {
    border-radius: 0 .25rem .25rem 0;
}

.input-date-picker input {
    background: #ffffff !important;
}

.input-date-picker .icon-date-picker {
    color: #aaaaaa;
    right: 10px;
    position: absolute;
    top: 7px;
}

.datepicker table tr td span.focused, .datepicker table tr td.active.active {
    background: #1570EF !important;
    color: white !important;
}

.datepicker-orient-left .datepicker-orient-bottom {
    top: 270px;
    left: 650px;
}

.bootstrap-datetimepicker-widget {
    font-size: 11px !important;
}

.datepicker-dropdown {
    padding: 0.5rem !important;
}

/*end date picker*/

/*button css*/
.btn {
    border-radius: .3125rem;
    font-size: .875rem;
    font-weight: 700;
}

.btn:not(.btn-light):not(.btn-default):not(.btn-secondary):not([class^="btn-outline-"]):hover {
    color: #fff;
}

.btn-default,
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle,
.btn-default:hover,
.btn-default.focus,
.btn-default:focus {
    background-color: #fff;
    border: 1px solid #e4e7ec;
    box-shadow: none;
}

.btn-default.disabled,
.btn-default:disabled {
    background-color: #fff;
    border: 1px solid #e4e7ec;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #0e4ca3;
    border: 1px solid #0e4ca3;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    background-color: #082856;
    border: 1px solid #082856;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #84caff;
    border: 1px solid #84caff;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle,
.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus {
    background-color: #f2f4f7;
    border: 1px solid #e4e7ec;
    color: #344054;
    box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus {
    background-color: #1570ef;
    border: 1px solid #1570ef;
    color: #fff;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #f2f4f7;
    border: 1px solid #e4e7ec;
}

.btn-info,
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle,
.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
    background-color: #1570ef;
    border: 1px solid #1570ef;
    box-shadow: none;
}

.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
    background-color: #0e4ca3;
    border: 1px solid #0e4ca3;
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #85b5f7;
    border: 1px solid #85b5f7;
}

.btn-success,
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle,
.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
    background-color: #00ab6d;
    border: 1px solid #00ab6d;
    box-shadow: none;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
    background-color: #018259;
    border: 1px solid #018259;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #7bdebf;
    border: 1px solid #7bdebf;
}

.btn-warning,
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle,
.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
    background-color: #fdb022;
    border: 1px solid #fdb022;
    color: #fff;
    box-shadow: none;
}

.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
    background-color: #dc6803;
    border: 1px solid #dc6803;
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #fedf89;
    border: 1px solid #fedf89;
    color: #fff;
}

.btn-danger,
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle,
.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
    background-color: #f30101;
    border: 1px solid #f30101;
    box-shadow: none;
}

.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
    background-color: #a50101;
    border: 1px solid #a50101;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f97b7b;
    border: 1px solid #f97b7b;
}

.btn-sm {
    padding: .390625rem 1.125rem;
    font-size: .875rem;
    line-height: 1.25;
}

.btn-s-m {
    padding: .0521875rem .21625rem;
    min-width: 24px;
    min-height: 24px;
    border-radius: .1875rem;
}

.list-btn-action {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .5rem;
}

.btn-action-wrapper {
    display: flex;
    gap: .5rem;
    justify-content: center;
    align-items: center;
}

/*end button css*/

/*form row css*/
.form-row > .form-group > .btn {
    padding: .46875rem .75rem;
}

@media (min-width: 1400px) {
    .form-row > .form-group > .btn {
        padding: .46875rem .6rem;
    }
}

/*end form row css*/

/*pagination css*/
.pagination-sm .page-link {
    padding: .28125rem 0rem;
    width: 100%;
    color: #475467 !important;
}

.page-item {
    min-width: 2rem;
    text-align: center;
}

.page-link,
.page-item.disabled .page-link {
    border: 1px solid #e4e7ec;
}

.page-item.active .page-link {
    background-color: #1570ef;
    color: #fff !important;
}

/*end pagination css*/

.dropdown-content {
    z-index: 9 !important;
}

.form-check-label {
    margin-bottom: 0.5rem;
}


.form-control {
    border: 1px solid #d0d5dd;
    font-size: .875rem;
    border-radius: .3125rem;
}

.form-control::placeholder {
    color: #98a2b3;
    opacity: 1;
}

.form-control:focus {
    border: 1px solid #d0d5dd;
}

.form-control::-ms-input-placeholder {
    color: #98a2b3;
}

.col-form-label {
    font-size: .875rem;
    line-height: 1.428571428571429;
    font-weight: 500 !important;
}

.show-inline {
    display: inline-block !important;
}

.show:not(.btn-group) {
    display: block !important;
}

.hidden {
    display: none !important;
}

.bg-color-transparent {
    background-color: transparent !important;
}

.cursor {
    cursor: pointer !important;
}

.main-footer {
    background-color: #fff !important;
    border-top: 1px solid transparent;
    color: #344054 !important;
    padding: 0.625rem 1rem !important;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 400 !important;
}

.text-password {
    text-security: disc; /* IE/Safari */
    -moz-text-security: disc; /* FireFox */
    -webkit-text-security: disc; /* Chrome/Safari  */
}

/*grid css*/
.col-xl-1-5, .col-xl-2-5, .col-xl-3-5, .col-xl-4-5, .col-xl-5-5, .col-xl-6-5, .col-xl-7-5, .col-xl-8-5, .col-xl-9-5, .col-xl-10-5, .col-xl-11-5,
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12,
.col-xxl-1-5, .col-xxl-2-5, .col-xxl-3-5, .col-xxl-4-5, .col-xxl-5-5, .col-xxl-6-5, .col-xxl-7-5, .col-xxl-8-5, .col-xxl-9-5, .col-xxl-10-5, .col-xxl-11-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-xl-0-5 {
        -ms-flex: 0 0 4.166666%;
        flex: 0 0 4.166666%;
        max-width: 4.166666%;
    }

    .col-xl-1-5 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-xl-2-5 {
        -ms-flex: 0 0 20.833333%;
        flex: 0 0 20.833333%;
        max-width: 20.833333%;
    }

    .col-xl-3-5 {
        -ms-flex: 0 0 29.166667%;
        flex: 0 0 29.166667%;
        max-width: 29.166667%;
    }

    .col-xl-4-5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-xl-5-5 {
        -ms-flex: 0 0 45.833333%;
        flex: 0 0 45.833333%;
        max-width: 45.833333%;
    }

    .col-xl-6-5 {
        -ms-flex: 0 0 54.166667%;
        flex: 0 0 54.166667%;
        max-width: 54.166667%;
    }

    .col-xl-7-5 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-xl-8-5 {
        -ms-flex: 0 0 70.833333%;
        flex: 0 0 70.833333%;
        max-width: 70.833333%;
    }

    .col-xl-9-5 {
        -ms-flex: 0 0 79.166667%;
        flex: 0 0 79.166667%;
        max-width: 79.166667%;
    }

    .col-xl-10-5 {
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-xl-11-5 {
        -ms-flex: 0 0 95.833333%;
        flex: 0 0 95.833333%;
        max-width: 95.833333%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-xxl-0-5 {
        -ms-flex: 0 0 4.166666%;
        flex: 0 0 4.166666%;
        max-width: 4.166666%;
    }

    .col-xxl-1-5 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }

    .col-xxl-2-5 {
        -ms-flex: 0 0 20.833333%;
        flex: 0 0 20.833333%;
        max-width: 20.833333%;
    }

    .col-xxl-3-5 {
        -ms-flex: 0 0 29.166667%;
        flex: 0 0 29.166667%;
        max-width: 29.166667%;
    }

    .col-xxl-4-5 {
        -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%;
    }

    .col-xxl-5-5 {
        -ms-flex: 0 0 45.833333%;
        flex: 0 0 45.833333%;
        max-width: 45.833333%;
    }

    .col-xxl-6-5 {
        -ms-flex: 0 0 54.166667%;
        flex: 0 0 54.166667%;
        max-width: 54.166667%;
    }

    .col-xxl-7-5 {
        -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%;
    }

    .col-xxl-8-5 {
        -ms-flex: 0 0 70.833333%;
        flex: 0 0 70.833333%;
        max-width: 70.833333%;
    }

    .col-xxl-9-5 {
        -ms-flex: 0 0 79.166667%;
        flex: 0 0 79.166667%;
        max-width: 79.166667%;
    }

    .col-xxl-10-5 {
        -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%;
    }

    .col-xxl-11-5 {
        -ms-flex: 0 0 95.833333%;
        flex: 0 0 95.833333%;
        max-width: 95.833333%;
    }
}

/*end grid css*/

/*background css*/
.bg-info {
    background-color: #1570ef !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #0E4CA3 !important;
}

.bg-success {
    background-color: #01A06E !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #018259 !important;
}

.bg-warning,
.bg-warning > a {
    color: #fff !important;
}

.bg-danger {
    background-color: #F30101 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #A50101 !important;
}

.bg-pink {
    background-color: #ee46bc !important;
}

a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
    background-color: #c11574 !important;
}

.bg-dark-blue {
    background-color: #082856;
    color: #fff;
}

a.bg-dark-blue:hover, a.bg-dark-blue:focus,
button.bg-dark-blue:hover,
button.bg-dark-blue:focus {
    background-color: #00193e;
    color: #fff;
}

/*end background css*/

/*card*/
.card-report .col-lg-6, .col-12 {
    padding-left: 6px;
    padding-right: 6px;
}

.card {
    border: 1px solid #dfeaf2;
    border-radius: .3125rem;
    box-shadow: none;
}

.card-body {
    padding: 1rem;
}

.card .card-header-left {
    display: flex;
    align-items: center;
}

.card-wrapper .card-header {
    padding: .55rem 1.25rem;
    border-bottom: 1px solid #E4E7EC !important;
}

@media (max-width: 1200px) {
    .card-wrapper .list-btn-action .button-label {
        display: none;
    }
}

.card-title {
    font-size: 16px;
    color: #344054;
    font-weight: 700;
}

.card-wrapper,
.card-wrapper .card,
.card-wrapper .card-body,
.card-wrapper .card-body-wrapper {
    height: calc(100dvh - 245px);
}


.card-wrapper .scroll-y {
    height: calc(100% - 22px);
    overflow-y: scroll;
    overflow-x: clip;
    padding: 1rem 1rem 0 1rem;
    margin: -1rem -1rem 0 -1rem;
}

.card-wrapper .card-body {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chart-container {
    position: relative;
    flex-grow: 1;
    min-height: 300px;
    height: 100%;
}

.chart-container > div {
    height: 100%;
}

/*end card*/

/*scroll css*/
.scroll-x {
    margin-top: 4px;
}

.scroll-x::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.scroll-x:hover::-webkit-scrollbar-thumb {
    background-color: #e4e7ec;
}

.scroll-y::-webkit-scrollbar {
    width: 4px;
}

.scroll-y::-webkit-scrollbar-thumb {
    background-color: #e4e7ec;
}

/*end scroll css*/

/*begin tab css*/
.tab .tab-header {
    overflow: auto;
}

.tab .tab-header .tab-header-wrapper {
    border-bottom: 1px solid #e4e7ec;
}

@media (max-width: 991px) {
    .tab .tab-header.scroll-x {
        margin-top: 0;
    }

    .tab .tab-header.scroll-x::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    .tab .tab-header.scroll-x:hover::-webkit-scrollbar-thumb {
        background-color: initial;
    }
}

.tab .tab-header .list-nav {
    display: flex;
    gap: 1.25rem;
    font-size: .875rem;
    font-weight: 700;
    white-space: nowrap;
}

.tab .tab-header .list-nav .item {
    position: relative;
    display: inline-block;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: .75rem;
    color: #344054;
}

.tab .tab-header .list-nav .item.active {
    color: #1570ef;
}

.tab .tab-header .list-nav .item.active:after {
    content: "";
    display: block;
    background-color: #1570ef;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.tab .tab-body {
    padding-top: 1rem;
}

.tab .tab-body .tab-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.111111111111111;
}

.tab .tab-body .list-btn {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.tab_mvc .tab-header {
    font-size: 1rem !important;
    display: flex;
    font-weight: 700;
    gap: 1rem;
    white-space: nowrap;
    color: #344054 !important;
    margin: 0 15px !important;
}

.tab_mvc .tab-header > li > a {
    color: #344054 !important;
    padding: .75rem 6px !important;
}

.tab_mvc .tab-header > li > a.active {
    border: none !important;
    border-bottom: 4px solid #1570ef !important;
    color: #1570ef !important;
}

.tab_mvc .tab-header > li > a:not(.active):hover {
    border: none !important;
}

/*end tab css*/

/*modal css*/

.modal-header {
    padding: .75rem 1rem .625rem 1rem;
}

.modal-content {
    border-radius: .625rem;
    box-shadow: none;
}

.modal-title {
    font-size: 1rem;
    line-height: 1.75;
}

.modal-header.bg-primary .close,
.modal-header.bg-primary .mailbox-attachment-close,
.modal-header.bg-secondary .close,
.modal-header.bg-secondary .mailbox-attachment-close,
.modal-header.bg-info .close,
.modal-header.bg-info .mailbox-attachment-close,
.modal-header.bg-warning .close,
.modal-header.bg-warning .mailbox-attachment-close,
.modal-header.bg-danger .close,
.modal-header.bg-danger .mailbox-attachment-close {
    padding: .75rem 1rem .625rem 1rem;
    margin: -.75rem -1rem -.625rem auto;
    color: #fff;
    text-shadow: none;
    opacity: unset;
    font-weight: normal;
    line-height: 28px;
}

.modal-body {
    padding: .75rem 1rem;
}

.modal-body dl {
    margin-bottom: .5rem;
    font-size: .875rem;
}

.modal-body dl:last-child {
    margin-bottom: 0;
}

.modal-body dt {
    font-weight: 700;
}

.modal-body dd {
    min-height: 1.3125rem;
    word-break: break-word;
}

.modal-body dd .image-wrapper {
    width: 300px;
    max-width: 100%;
}

.modal-body .tab .tab-body {
    padding-top: .75rem;
}

.modal-footer {
    padding: .5rem 1rem;
    border-top: 1px solid #e4e7ec;
}

.modal-footer .btn:not(:last-child) {
    margin-right: .75rem;
}

.modal-footer > * {
    margin: 0;
}

.modal-backdrop.show {
    opacity: .3;
}

.modal-select .modal-dialog {
    max-width: calc(100% - 30px);
}

@media (min-width: 992px) {
    .modal-select .modal-dialog {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .modal-select .modal-dialog {
        max-width: 1140px;
    }
}

.modal-dialog.modal-xxl {
    max-width: calc(100% - 30px); /* hoặc 1200px, tùy ý */
}

/*end modal css*/

/*image Wrapper*/
.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.image-wrapper.image-16-9:after {
    padding-top: 56.25%;
}

.image-wrapper.image-16-10:after {
    padding-top: 62.5%;
}

.image-wrapper.image-3-2:after {
    padding-top: 66.66667%;
}

.image-wrapper.image-4-3:after {
    padding-top: 75%;
}

.image-wrapper img {
    position: absolute;
    object-fit: cover;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.image-wrapper-hover-zoom .image-wrapper {
    overflow: hidden;
}

.image-wrapper-hover-zoom .image-wrapper img {
    transition: transform .8s;
}

.image-wrapper-hover-zoom:hover .image-wrapper img {
    transform: scale(1.1, 1.1);
}

/*end image Wrapper*/


/*content header*/
.content-header .page-title {
    font-size: 1.25rem !important;
    font-weight: 600;
    line-height: 1.25;
    color: #344054;
    margin-bottom: .5rem;
}

.content-header .breadcrumb {
    color: #364155;
    line-height: 1.5;
}

.content-header .breadcrumb a {
    color: inherit;
}

.content-header .breadcrumb .breadcrumb-item.active {
    color: #98a2b3;
}

.content-header .content-header-right .list-btn {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.content-header .content-header-right .list-btn .btn .button-label {
    display: none;
}

@media (min-width: 576px) {
    .content-header .content-header-right .list-btn .btn .button-label {
        display: inline;
    }
}

/*end content header*/

/*dropdown menu*/
.dropdown-menu {
    padding: .125rem 0;
    font-size: .875rem;
}

/*end dropdown menu*/

/*padding*/
.p-t-2 {
    padding-top: 2px;
}

/*end padding*/

/*margin*/
.m-t-10 {
    margin-top: 10px;
}

/*end margin*/

/*scroll*/
.scroll-hidden {
    overflow: hidden !important;
}

/*end scroll*/

/*image*/
.img-circle-border {
    border: 1px solid #ced4da;
}

/*end image*/

/*report*/
.form-report .form-group {
    margin-bottom: 0.75rem !important;
}

.name-yAxis {
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: #344054;
}

/*end report*/

/*report map*/
.report-by-coordinates {
    height: calc(100dvh - 196px);
}
.report-by-coordinates .map {
    min-height: 250px;
    height: 100%;
}
.tab-body-line .tab-map-detail {
    position: relative;
    height: inherit;
    margin-top: 17px;
    min-height: 450px;
}


/*end report map*/

/*notification*/
.toast-notification-detail {

}

.toast-notification-title {

}

/*end notification*/

/*record data*/
.record-data .record-data-left {
    color: #344054;
}

.record-data .record-data-right .pagination {
    justify-content: center !important;
    flex-wrap: wrap !important;
}

/*end record data*/