.btn-primary,
.btn.btn-primary:hover:not(.btn-active),
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active) {
    background-color: #f27721 !important;
}

.btn.btn-active-light-primary:hover:not(.btn-active) i {
    color: #f27721 !important;
}
body {
    background-image: url("../media/auth/bg6.jpg");
}

[data-bs-theme="dark"] body {
    background-image: url("../media/auth/bg6-dark.jpg");
}

.error {
    color: red;
}

.car_info:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.car_info {
    padding: 10px 0;
}

.car_info:first-child {
    padding-top: 0;
}

.car_info:last-child {
    padding-bottom: 0;
}

.svg_div {
    display: flex;
    padding: 10px 0 15px;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    color: #f27721;
}

li.ui-menu-item {
    text-transform: uppercase;
}

li.ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ddd;
    padding: 5px;
}

.ui-menu-item-wrapper {
    color: var(--bs-gray-700);
    padding: 0.775rem 0.7rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.ui-state-active {
    background: #f27721 !important;
    border-color: #f27721 !important;
}

.btn-check:checked + .btn.btn-active-light-primary i,
.btn-check:checked + .btn.btn-active-light-primary .svg-icon,
.btn-check:active + .btn.btn-active-light-primary i,
.btn-check:active + .btn.btn-active-light-primary .svg-icon,
.btn.btn-active-light-primary:focus:not(.btn-active) i,
.btn.btn-active-light-primary:focus:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary:hover:not(.btn-active) i,
.btn.btn-active-light-primary:hover:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary:active:not(.btn-active) i,
.btn.btn-active-light-primary:active:not(.btn-active) .svg-icon,
.btn.btn-active-light-primary.active i,
.btn.btn-active-light-primary.active .svg-icon,
.btn.btn-active-light-primary.show i,
.btn.btn-active-light-primary.show .svg-icon,
.show > .btn.btn-active-light-primary i,
.show > .btn.btn-active-light-primary .svg-icon {
    color: #f27721 !important;
}

::selection {
    background-color: #f27721;
    color: white;
}

.car_info div {
    display: flex;
    border: 1px solid #ddd;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

#search_by_car_number_modal .modal-content {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

#get_list_by_wings .car_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#get_list_by_wings .car_info:not(:last-child) {
    border-bottom: 2px solid #ddd;
}

#get_list_by_wings .count {
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    background: #f27721;
    display: inline-block;
    color: #fff;
    width: 22px;
    border: 1px solid #f27721;
}

#get_list_by_wings thead tr{
    font-size: 12px;
}
