p {
    line-height: 1.75;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: var(--font-family-body);
    margin-bottom: 4rem;
}

.section-title h1 {
    font-size: 28px;
    font-weight: 700;
}

.section-title h4 {
    font-size: 18px;
}

.section-title-small h1 {
    font-size: 1.875rem;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.8rem;
    color: var(--primary-color);
}

.card-header {
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .main-content {
        padding: 0;
    }


}

.btn-xl {
    padding: 1.25rem 2.5rem;
    font-family: var(--font-family-heading);
    font-size: 1.125rem;
    font-weight: 700;
}

.btn-primary {
    background-color: var(--red-tim);
    border-color: var(--red-tim);
    color: #fff;
}

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

.btn-primary:active,
.btn-primary:focus {
    background-color: var(--red-tim);
    border-color: var(--red-tim);
    box-shadow: 0 0 0 0.25rem rgba(255, 200, 0, 0.5);
}

.text-primary {
    color: var(--primary-color) !important;
}

.fa-stack {
    margin-bottom: 1rem;
}

.btn-social {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
}

.img-brand {
    height: 2.75rem;
}

#leftBar-overlay {}

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

.badge.badge-soft-success {
    background: #ebfcf5;
    color: #00ab66;
}

.badge.badge-soft-danger {
    background: #ffebeb;
    color: #e60000;
}

.badge.badge-sm {
    --bs-badge-font-size: 0.6em;
    --bs-badge-padding-x: 0.5rem;
    --bs-badge-padding-y: 0.25rem;
    min-width: 19px;
}

.badge {
    --bs-badge-padding-x: 0.3rem;
    --bs-badge-padding-y: 0.2rem;
    --bs-badge-font-size: 0.7em;
    --bs-badge-font-weight: 500;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.2rem;
    min-width: 25px;
    letter-spacing: 0.3px;
    vertical-align: middle;
    text-transform: capitalize;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.footer-text {
    font-size: 0.75rem;
}


.nav-tabs.nav-line>.nav-item>.nav-link {
    background: transparent;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.form-control,
.dd-handle,
.wizard>.content>.body input,
.form-select {
    color: #262a2e;
    border-color: #d8d8d8;
    border-radius: 3px;
    font-size: 13px;
    padding: 0.3rem 0.6rem;
}

.card-int .form-control,
.card-int .dd-handle,
.card-int .wizard>.content>.body input,
.card-int .form-select {
    background: #fff;
    border-radius: 3px;
    border: none !important;
    outline: none;
    color: #262a2e;
    font-size: 13px;
    padding: 0.3rem 0.6rem;
}


.input-affix-wrapper {
    flex: 1 1 auto;
    min-width: 0;
    width: 1%;
}

#search_input {
    padding-left: 40px;
}

.search-picker-icon {
    position: absolute;
    left: 10px;
    color: #6f6f6f;
}

.daterangepicker td.active,
.daterangepicker td.in-range.end-date,
.daterangepicker td.active:hover {
    background-color: var(--primary-color) !important;
}

.daterangepicker td.in-range {
    background-color: #d9eced !important;
}

.badge.badge-indicator.badge-indicator-nobdr {
    width: 8px;
    height: 8px;
    border: none;
    border-radius: 50%;
    padding: 0;
    position: relative;
    min-width: 0px;
}

.badge.badge-indicator:empty {
    display: inline-block;
}

.badge.badge-light {
    background: #eaeaea;
    color: #262a2e;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn-primary:not(:disabled):not(.disabled).active,
.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .hopscotch-nav-button.next:not(:disabled):not(.disabled).active,
div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .hopscotch-nav-button.next:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn-primary:not(:disabled):not(.disabled):active,
.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .hopscotch-nav-button.next:not(:disabled):not(.disabled):active,
div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .hopscotch-nav-button.next:not(:disabled):not(.disabled):active {
    color: #6f6f6f;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.btn-outline-light,
.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn-primary,
.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .hopscotch-nav-button.next,
div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .hopscotch-nav-button.next {
    color: #6f6f6f;
    background-color: transparent;
    background-image: none;
    border-color: #eaeaea;
}

.btn-outline-light:hover,
.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn-primary:hover,
.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .hopscotch-nav-button.next:hover,
div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .hopscotch-nav-button.next:hover,
.btn-outline-light:focus,
.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .btn-primary:focus,
.calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .hopscotch-nav-button.next:focus,
div.hopscotch-bubble .hopscotch-bubble-container .hopscotch-actions .calendarapp-wrap .calendarapp-content .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) .hopscotch-nav-button.next:focus {
    color: #6f6f6f;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.card-header h6 {
    margin: 0;
    font-size: 1.4rem;
}

.btn-flush-dark.flush-soft-hover:hover,
.btn-flush-dark.flush-soft-hover:focus,
.btn-flush-dark.flush-soft-hover:not(:disabled):not(.disabled).active,
.btn-flush-dark.flush-soft-hover:not(:disabled):not(.disabled):active {
    color: #262a2e;
    background-color: transparent;
    border-color: transparent;
}

.btn-flush-dark.flush-soft-hover:hover i,
.btn-flush-dark.flush-soft-hover:focus i {
    transform: scale(1.3);
    transition: transform 0.2s ease;
}

.btn-flush-dark .fa-trash-can {
    color: #dc3545;
}

.btn-flush-dark:hover .fa-trash-can {
    color: #dc3545;
}

.dropdown-toggle.no-caret::after {
    display: none;
}

.dt-input {
    margin: 0 0 0 15px;
}

.dataTable.compact tbody td,
.dataTable.compact thead th {
    padding: 4px 6px !important;
    font-weight: 500;
    vertical-align: middle;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    padding: 2px 4px;
    font-size: 0.85rem;
}

.dataTables_wrapper .dataTables_info {
    font-size: 0.8rem;
}

.dataTable.compact tbody td {
    color: #6f6f6f;
}

table.dataTable>thead>tr>th {
    color: #000;
    font-weight: bold !important;
    border-bottom: 1px solid #EEF0F1;
}

.progress.progress-bar-xs {
    height: 5px;
}

.progress.progress-bar-rounded {
    border-radius: 50rem;
}

.flex-1 {
    -ms-flex: 1 !important;
    flex: 1 !important;
}

.progress .progress-bar {
    background-color: #007D88;
}

.w-60 {
    width: 60% !important;
}

.w-30 {
    width: 30% !important;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 14px;
}

body div.dt-container .dt-paging .dt-paging-button.current,
body div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
    padding: 0.4rem 0.6rem;
    border-radius: 3pxrem;
    line-height: 12px;
    font-size: 14px;
}

.badge.badge-soft-secondary {
    background: #6c7383;
    color: #fff;
}

div.dt-container div.dt-layout-row {
    font-size: 14px;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: none !important;
}

.edit-profile-wrap .nav-profile .nav-header {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #9e9e9e;
}

.edit-profile-wrap .nav-profile .nav {
    margin: 1rem 0;
    font-size: 0.875rem;
    flex-wrap: nowrap;
    border: 0;
}

.edit-profile-wrap .nav-profile .nav .nav-item {
    margin-bottom: 0.25rem;
}

.edit-profile-wrap .nav-profile .nav .nav-item a.nav-link {
    color: #262a2e;
    border: 0;
    padding: 0.4rem 0.6rem 0.4rem 1.6rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    border-radius: 6px;
    position: relative;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nav.nav-vertical .nav-item .nav-link {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    position: relative;
}

.nav.nav-vertical {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.edit-profile-wrap .nav-profile .nav .nav-item a.nav-link.active {
    color: #122AC2;
    background: rgba(18, 42, 194, 0.08);
    font-weight: 600;
    box-shadow: inset 3px 0 0 0 #122AC2;
}

.edit-profile-wrap .nav-profile .nav .nav-item a.nav-link:hover {
    background: rgba(18, 42, 194, 0.06);
    color: #122AC2;
}

.edit-profile-wrap .nav-profile .nav .nav-item a.nav-link.active::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #122AC2;
    transform: translateY(-50%);
}

.form-label {
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 14px;
    color: #262a2e;
    font-weight: bold;
}

.form-group {
    margin-bottom: 1rem;
}

.swal2-html-container {
    font-size: 14px;
    line-height: 18px;
}

.swal2-confirm {
    background: var(--primary-color) !important;
    padding: 5px 10px;
    color: #fff;
}

div:where(.swal2-container) button:where(.swal2-styled) {
    padding: 5px 10px !important;
    font-size: 14px !important;
}

.btn.btn-flush-dark {
    color: var(--blu-tim);
}

.table td {
    color: #364153;
    font-weight: 500;
    border-bottom: none;
    font-size: 14px;
}

.dt-container .dt-paging .dt-paging-button {
    cursor: pointer !important;
    font-size: 14px;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    text-wrap: nowrap;
}

.top-scroll {
    height: 16px;
    margin-bottom: 4px;
}

.table-scroll-top {
    overflow-x: auto;
    overflow-y: hidden;
    height: 12px;
    margin-bottom: 6px;
}

.table-scroll-inner {
    height: 1px;
}

.cell-note {
    max-width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection--multiple {
    min-height: 32px;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 2px 24px 2px 6px;
    overflow: visible;
}

.select2-container--default .select2-selection__rendered {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    height: auto;
    line-height: 1.2;
    font-family: inherit;
    font-size: 0.875rem;
    flex-wrap: wrap;
    overflow: visible;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: visible;
}

.select2-container--default .select2-selection__placeholder {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.2;
    font-family: inherit;
    font-size: 0.875rem;
}

.select2-container--default .select2-selection__choice {
    display: flex;
    align-items: center;
    height: auto;
    padding: 0 6px;
    line-height: 1.2;
    font-family: inherit;
    font-size: 0.875rem;
    color: #1f2937;
    position: relative;
    flex: 0 1 auto;
    max-width: 140px;
    min-width: 0;
    margin: 0 4px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-left: 0 !important;
    margin-top: 2px !important;
    padding-left: 15px !important;
    padding-top: 3px !important;
    max-width: 120px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.select2-container--default .select2-selection__choice__remove {
    margin-right: 4px;
    position: static;
}

.select2-selection--multiple.has-count-summary .select2-selection__rendered {
    justify-content: center;
    gap: 0;
}

.select2-selection--multiple.has-count-summary .select2-count-summary {
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.select2-selection--multiple.has-count-summary .select2-selection__choice:not(.select2-count-summary) {
    display: none;
}

.select2-selection--multiple.has-count-summary .select2-search {
    display: none;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 92% !important;
    font-family: inherit !important;
}

.select2-container .select2-selection--multiple {
    position: relative;
    padding-right: 24px;
}

.select2-clear {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #111;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
}

.select2-selection--multiple.has-value .select2-clear {
    opacity: 1;
    pointer-events: auto;
}

.select2-clear:hover {
    color: #6c757d;
}

.select2-count-summary {
    font-weight: 600;
}

.report-th {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 2px solid #122AC2 !important;
    padding-bottom: 0.5rem !important;
}

.report-th a {
    color: #0d6efd;
    text-decoration: none;
}

.report-th a:hover {
    text-decoration: underline;
}

.status-ok,
.status-ko {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    white-space: nowrap;
}

.status-ok {
    color: #198754;
}

.status-ko {
    color: #dc3545;
}

.col-date,
.col-datetime {
    white-space: nowrap;
}

.col-date {
    min-width: 110px;
}

.col-datetime {
    min-width: 140px;
}

.col-datetime {
    min-width: 140px;
}
