.form-check .form-check-input:last-child {
    margin-right: 9px;
}

.bg-binman {
    background-color: #f1faff;
}

.paginate_button.disabled {
    display: none;
}

.content {
    padding: 10px 0;
}

.detail-card-img {
    width: 100%;
    aspect-ratio: 1 / 0.6666666667;
    object-fit: cover;
}

.detail-card-empty {
    width: 100%;
    aspect-ratio: 1 / 0.6666666667;
    background-color: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-block {
    display: flex;
    flex-grow: 1;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.alert-binman-light {
    background-color: #fafbfc;
}

.alert-binman-blue {
    background-color: #F1FAFF;
}

.field-cars-file {
    max-width: 0;
}

.card .card-body .image-input .btn-circle[data-kt-image-input-action=change] {
    left: calc(100% - 2.5rem);
    top: 2rem;
}

.card .card-body .image-input .btn-circle[data-kt-image-input-action=remove] {
    left: 0 !important;
    top: 2rem;
}


/* Баг метроника. Первый и последний пункты визарда неверно отображают номера пунктов */
/* --- start--- */
.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number,
.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon .stepper-number {
    display: flex;
}

.stepper.stepper-pills .stepper-item.current:last-child .stepper-icon {
    transition: color .2s ease, background-color .2s ease;
    background-color: #009ef7;
}

/* --- end--- */

.form-control.flatpickr-input {
    background-color: #F4F9FB;
}

.object-fit-cover {
    object-fit: cover;
}

.object-fit-contain {
    object-fit: contain;
}

[data-kt-indicator=on] > .indicator-progress {
    display: inline-flex;
}

.hide-if-empty:empty {
    display: none;
}

.aspect-ratio {
    aspect-ratio: 1 / 0.5625;
}

#rc-imageselect, .g-recaptcha {
    display: inline;
}

#rc-imageselect {
    max-width: 100%;
}

.g-recaptcha > div {
    width: 100% !important;
    height: 78px;
    text-align: center;
    position: relative;
}

.fast-search .form-control {
    padding-left: 42px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='nonzero' opacity='.35'%3E%3Cpath d='m14.744 12.83 4.352 4.352a1 1 0 0 1-1.414 1.414l-4.353-4.352a1 1 0 1 1 1.415-1.415Z' opacity='.5'/%3E%3Cpath d='M8 16c-4.444 0-8-3.556-8-8s3.556-8 8-8 8 3.556 8 8-3.556 8-8 8ZM8 2C4.533 2 2 4.533 2 8s2.533 6 6 6 6-2.533 6-6-2.533-6-6-6Z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 13px 50%;
    background-size: 20px;
}

.filters-body {
    max-height: calc(100vh - 145px);
    min-height: calc(100vh - 145px);
    width: calc(100% + 15px);
    padding-right: 15px;
    overflow: auto;
}

.border-blacked {
    border-color: rgba(0, 0, 0, 0.05) !important;
}

.border-end.border-blacked {
    border-right-color: rgba(0, 0, 0, 0.05) !important;
}

.border-start.border-blacked {
    border-left-color: rgba(0, 0, 0, 0.05) !important;
}

.border-bottom.border-blacked {
    border-bottom-color: rgba(0, 0, 0, 0.05) !important;
}

.h-68px {
    height: 68px !important;
}

input:is([type="date"], [type="time"], [type="datetime-local"], [type="month"], [type="week"]) {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 43px;
    display: flex;
    align-items: center;
}

.total-values {
    --bs-gutter-x: 1rem;
}

.total-values .row {
    --bs-gutter-x: 0.75rem;
}

.drawer {
    max-height: 100vh;
    overflow: hidden;
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bs-gray-100);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.bg-danger .hover-overlay {
    background-color: var(--bs-danger);
}

.bg-warning .hover-overlay {
    background-color: var(--bs-warning);
}


.position-relative:hover > .hover-overlay {
    opacity: 1;
}

.hover-overlay-icon {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.bg-light .hover-overlay-icon {
    color: var(--body-color);
    background-color: var(--bs-white);
}

.symbol-45px {
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    max-width: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-180px {
    width: 180px;
}

.w-40px {
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px;
    min-height: 100%;
}

.min-h-50vh {
    min-height: 50vh;
}

.table.table-row-dashed tr td {
    border: none !important;
}

.drawer .card, .drawer > form {
    overflow-y: auto;
}

body[data-kt-drawer-null="on"] {
    overflow: hidden;
}


.regular-icon {
    fill: #7E8299;
}

.regular-icon:hover {
    fill: #009EF7;
}

.binman-chart {
    width: 100%;
    margin: 24px auto;
}

.binman-chart canvas {
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.binman-chart:last-child {
    margin-bottom: 0;
}

.binman-chart:first-child {
    margin-top: 0;
}

.dashboard-row .card {
    min-height: 100%;
}

.dashboard-row .col-md-6, .dashboard-row .col-md-12 {
    margin-bottom: 30px;
}

.dashboard-labels {
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.dashboard-labels__item {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #E4E6EF;
    text-align: center;
    width: 100%;
}

.dashboard-labels__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bullet {
    display: inline-flex;
    width: 8px;
    height: 3px;
    align-items: center;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #e4e6ef;
}

.card .page-loader {
    position: absolute;
}

.card.loading .page-loader {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ms-auto {
    margin-left: auto !important;
}

.accordion-header.btn {
    padding: 0;
}

.b-map-popover .filters-body {
    max-height: calc(100vh - 70px);
    min-height: calc(100vh - 70px);
}
