.image-content {
    object-fit: fill;
    aspect-ratio: 1/1;
}

.content .page-title {
    text-transform: none;
}

.notyf-success {
    background: #E8F7F0;
    color: #1BAA6D;
    border: 1px solid #1BAA6D;
    border-radius: 5px;
}

.notyf-danger {
    background: #FEECF0;
    color: #F93C65;
    border: 1px solid #F93C65;
    border-radius: 5px;
}

.notyf-warning {
    background: #FEF2DE;
    color: #e4a641;
    border: 1px solid #e4a641;
    border-radius: 5px;
}

.notyf-info {
    background: #daf5ff;
    color: #49b6dd;
    border: 1px solid #49b6dd;
    border-radius: 5px;
}

.notyf-icon-size {
    font-size: 22px;
}

.btn-edit,
.btn-edit:disabled {
    background-color: #f4c2a1;
    color: white;
}

.btn-edit:hover {
    background-color: #f1cdb4;
    color: white;
}

.btn-trash,
.btn-trash:disabled {
    background-color: #fca69a;
    color: white;
}

.btn-trash:hover {
    background-color: #f8b2a8;
    color: white;
}

.table-responsive {
    margin-inline: 0;
    padding-inline: 0;
}

.table th,
.table td {
    text-align: center;
}

th,
td {
    vertical-align: middle !important;
    white-space: nowrap !important;
    text-align: center !important;
}

.dataTables_info {
    margin-bottom: 20px;
}

div.dataTables_filter[id*="_filter"] {
    display: none !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
}

.dataTables_paginate {
    text-align: center !important;
    float: none !important;
    display: flex;
    justify-content: end;
}

.dataTables_wrapper .dataTables_paginate {
    width: 100%;
}

.swal2-title {
    font-size: 22px;
}

.swal2-popup {
    border-radius: 20px;
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.custom-search { 
    border-radius: 50px;
}

/* Custom styles for calendar range picker */
.daterangepicker .ranges li.active {
    background-color: var(--bs-primary) !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--bs-primary) !important;
}

.daterangepicker td.in-range {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
/* Custom styles for calendar range picker */

/* Custom styles for select 2 */
/* Select */
.select2-container--default .select2-selection--single {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.select2-container .select2-selection--single {
    height: 37.5px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.select2-dropdown {
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
    box-shadow: none;
}

/*  Multiple select */
.select2-container--default .select2-selection--multiple {
    padding-top: 4.5px !important;
    padding-bottom: 8px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--bs-primary) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-primary) !important;
    color: white !important;
    border: var(--bs-primary) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: rgba(var(--bs-primary-rgb), 0.1) !important;
}

/* Custom styles fo9r selec 3 */
.btn-scan {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e45240;
    --bs-btn-border-color: #e45240;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c24636;
    --bs-btn-hover-border-color: #b64233;
    --bs-btn-focus-shadow-rgb: 232, 108, 93;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a0392d;
    --bs-btn-active-border-color: #ab3e30;
    --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e45240;
    --bs-btn-disabled-border-color: #e45240;
}
.btn-scan.active {
    --bs-btn-color: #fff;
    --bs-btn-bg: #57a805;
    --bs-btn-border-color: #57a805;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4a8f04;
    --bs-btn-hover-border-color: #468604;
    --bs-btn-focus-shadow-rgb: 112, 181, 43;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3d7604;
    --bs-btn-active-border-color: #417e04;
    --bs-btn-active-shadow: inset 0 3px 3px rgba(26, 29, 33, 0.25);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #57a805;
    --bs-btn-disabled-border-color: #57a805;
}

/* Card radio */
.card-radio input[type="radio"]:not(:checked) {
    background-color: white;
}

.card-radio input[type="radio"]:checked + .card .card-body h4 {
    color: var(--bs-primary)!important;
}
.card-radio input[type="radio"]:checked + .card {
    border: 3px solid var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

.card-radio .card {
    cursor: pointer;
    transition: border 0.125s, box-shadow 0.125s;
}

.card-radio.card-radio-resume .card {
    cursor: auto;
}

.card-radio .card.card-bg-image {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Step progress */
.step-progress {
    height: 32px;
}
.step-progress li:before {
    width: 0.45rem;
    height: 0.45rem;
}

.mobile-content {
    display: block;
}

.step-progress .step-label {
    font-size: 115%!important;
}

.step-progress {
    display: none;
}

.step-progress span {
    background-color: var(--bs-primary);
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.step-progress .active span {
    --bs-border-width: 2.5px;
    background-color: var(--bs-card-bg);
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.step-progress .active~li>span {
    background-color: var(--bs-card-bg);
}

.circle-step {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: relative;
    top: 13px;
    z-index: 5;
}

@media (min-width: 768px) {
    .step-progress {
        display: flex;
    }

    .mobile-content {
        display: none;
    }
}

.card-button {
    height: 180px!important;
}