.bg-blue-100 {
    --bs-bg-opacity: 1;
    color: #212529;
    background-color: #cfe2ff;
}

.bg-blue-200 {
    --bs-bg-opacity: 1;
    color: #084298;
    background-color: #B6D4FE;
}

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/manrope/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/manrope/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/manrope/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

.manrope-font {
    font-family: 'Manrope';
}

.bg-gray {
    background-color: #f8f9fa !important;
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }
}

.swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    color: white !important;
    opacity: 0.4 !important;
}

.swiper-pagination-bullet {
    opacity: 0.4 !important;
    background-color: white !important;
    border-radius: 0 !important;
    width: 12px !important;
    height: 3px !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover, .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.negative-mt-4 {
    margin-top: -1.5rem;
}

.ymaps-2-1-79-balloon__content {
    padding: 0 !important;
}

.balloon-root {
    display: inline-block;
    height: auto;
    position: relative;
    width: 240px;
    text-align: left;
    vertical-align: middle;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.close {
    margin-top: -3px;
}

.footer-socials small {
    font-size: 0.6875em !important;
}

.fixed-top {
    position: fixed !important;
}

body {
    padding-top: 106px;
}

@media (min-width: 992px) and (max-width: 1199px){
    body {
        padding-top: 238px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px){
    body {
        padding-top: 212px;
    }
}

@media (min-width: 1400px) {
    body {
        padding-top: 164px;
    }
}


.car-height {
    height: 337px;
}

.similar-car-height {
    height: 16rem !important;
}

.similar-price{
    font-size: 20px;
}

@media (max-width: 991px) {
    .logo-size {
        height: 40px
    }

    .car-height {
        height: auto;
    }

    .car-height .col-lg-4 {
        height: 16rem !important;
    }
}

@media (max-width: 768px) {
    .similar-car-height {
        height: 7rem !important;
    }
}

.vr-after::after {
    content: "";
    position: absolute;
    width: .0625rem;
    height: 4.25rem;
    top: 31%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ced4da
}

.text-small {
    font-size: 0.6875rem;
}

#tg-channel-hidden small {
    font-size: 14px;
}

.menu-btn-color {
    background-color: #f8f9fa;
    color: black;
}
.menu-btn-color:hover {
    background-color: rgba(91, 145, 246, 0.14);
}

.menu-item-selected {
    background-color: rgba(207, 226, 255, .4);
}

.menu-item {
    text-decoration: none;
    color: black;
    padding: .34375rem .5rem;
    border-radius: .25rem;
    font-size: .875rem;
}

.menu-item:hover {
    background-color: rgba(207, 226, 255, .4);
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
}

.currency-tooltip {
    border-radius: 0.25rem;
}

.submenu small {
    display: block;
    padding: .25rem .375rem;
    font-size: .5625rem;
    line-height: 1.1111111111;
    border-radius: .25rem;
    background-color: #f8f9fa;
}

.submenu {
    min-width: 20rem;
}

.tooltip {
    --bs-tooltip-bg: white;
    --bs-tooltip-opacity: 1;
}

.tooltip-inner {
    min-width: 20rem;
}
.nav-link {
    margin: 0 0 0 .375rem;

}
.nav-item {
    color: #6c757d;
    line-height: 1.25;
    font-size: 14px;
}
.nav-item:hover {
    background-color: rgba(207, 226, 255, .4);
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
}
.navbar-nav .active {
    color: black;
}
.header-margin {
    margin-right: 5rem;
    margin-left: 5rem;
}
.header-width {
    width: 100%;
}
.footer-width {
    width: 95%;
}
@media only screen and (min-width: 1440px) {
    .header-width {
        width: 90%;
    }
    .footer-width {
        width: 90%;
    }
}
@media only screen and (min-width: 2048px) {
    .header-width {
        width: 75%;
    }
    .footer-width {
        width: 75%;
    }
}

@media only screen and (min-width: 3840px) {
    .header-width {
        width: 70%;
    }
    .footer-width {
        width: 70%;
    }
}
.bg-opacity-05 {
    --bs-bg-opacity: 0.05;
}
.py-25 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.tooltip-inner {
    padding: 0;
    border: 2px solid rgba(0,0,0,0.125);
    min-width: min-content;
}
.list-group-item {
    border: 0;
}
.mb-4-5 {
    margin-bottom: 2rem;
}
.my-4-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.delivery-encar {
    background: url(../images/delivery-scheme/encar-fon.png) no-repeat center/cover;
    min-height: 320px;
    padding: 60px;
}

.delivery-encar__image-encar {
    height: 100%;
    background-image: url(../images/delivery-scheme/encar.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.delivery-encar__image-car {
    position: absolute;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .delivery-encar__image-car {
        width: 350px;
    }
    .delivery-encar__image-encar {
        height: 8rem;
    }
}

@media (max-width: 767px) {
    .delivery-encar {
        min-height: auto;
        padding: 18px 18px 50px;
    }
    .delivery-encar__image-encar {
        background-image: url(../images/delivery-scheme/encar-mob.png);
        height: 6rem;
        background-size: 100% 100%;
    }
    .delivery-encar__image-car {
        margin-top: 30px;
        padding-bottom: 40px;
        width: 309px;
        background-repeat: no-repeat;
    }
}


.mt-6 {
    margin-top: 4rem !important;
}

.text-order-step {
    color: #195EC4;
}
.delivery-order-1{
    order: 1 !important;
}
.delivery-order-2{
    order: 2 !important;
}
.delivery-order-3{
    order: 3 !important;
}
.delivery-order-4{
    order: 4 !important;
}
.delivery-order-5 {
    order: 5 !important;
}
.delivery-order-6 {
    order: 6 !important;
}
.delivery-order-7 {
    order: 7 !important;
}
.delivery-order-8 {
    order: 8 !important;
}
.delivery-order-9 {
    order: 9 !important;
}
.delivery-order-10 {
    order: 10 !important;
}
.delivery-order-11 {
    order: 11 !important;
}
.delivery-order-12 {
    order: 12 !important;
}
.delivery-order-13 {
    order: 13 !important;
}
.delivery-order-14 {
    order: 14 !important;
}
.delivery-order-15 {
    order: 15 !important;
}
.delivery-order-16 {
    order: 16 !important;
}
.delivery-order-17 {
    order: 17 !important;
}
.delivery-order-18 {
    order: 18 !important;
}
.delivery-order-19 {
    order: 19 !important;
}
.delivery-order-20 {
    order: 20 !important;
}
.delivery-order-21 {
    order: 21 !important;
}
.delivery-order-22 {
    order: 22 !important;
}
.delivery-order-23 {
    order: 23 !important;
}
.delivery-order-24 {
    order: 24 !important;
}
.delivery-order-25 {
    order: 25 !important;
}
.delivery-order-26 {
    order: 26 !important;
}
.delivery-order-27 {
    order: 27 !important;
}
.delivery-order-28 {
    order: 28 !important;
}
.delivery-order-29 {
    order: 29 !important;
}
.delivery-order-30 {
    order: 30 !important;
}
.delivery-order-31 {
    order: 31 !important;
}
.delivery-order-32 {
    order: 32 !important;
}
.delivery-order-33 {
    order: 33 !important;
}
.delivery-order-34 {
    order: 34 !important;
}
.delivery-order-35 {
    order: 35 !important;
}
.delivery-order-36 {
    order: 36 !important;
}
.delivery-order-37 {
    order: 37 !important;
}
.delivery-order-38 {
    order: 38 !important;
}
.delivery-order-39 {
    order: 39 !important;
}
.delivery-order-40 {
    order: 40 !important;
}
.delivery-order-41 {
    order: 41 !important;
}
.delivery-order-42 {
    order: 42 !important;
}
.delivery-order-43 {
    order: 43 !important;
}
.delivery-order-44 {
    order: 44 !important;
}
.delivery-order-45 {
    order: 45 !important;
}

@media (min-width: 768px) {
    .delivery-order-1{
        order: unset !important;
    }
    .delivery-order-2{
        order: unset !important;
    }
    .delivery-order-3{
        order: unset !important;
    }
    .delivery-order-4{
        order: unset !important;
    }
    .delivery-order-5{
        order: unset !important;
    }
    .delivery-order-6{
        order: unset !important;
    }
    .delivery-order-7{
        order: unset !important;
    }
    .delivery-order-8{
        order: unset !important;
    }
    .delivery-order-9{
        order: unset !important;
    }
    .delivery-order-10{
        order: unset !important;
    }
    .delivery-order-11{
        order: unset !important;
    }
    .delivery-order-12{
        order: unset !important;
    }
    .delivery-order-13{
        order: unset !important;
    }
    .delivery-order-14{
        order: unset !important;
    }
    .delivery-order-15{
        order: unset !important;
    }
    .delivery-order-16{
        order: unset !important;
    }
    .delivery-order-17{
        order: unset !important;
    }
    .delivery-order-18{
        order: unset !important;
    }
    .delivery-order-19{
        order: unset !important;
    }
    .delivery-order-20{
        order: unset !important;
    }
    .delivery-order-21{
        order: unset !important;
    }
    .delivery-order-22{
        order: unset !important;
    }
    .delivery-order-23{
        order: unset !important;
    }
    .delivery-order-24{
        order: unset !important;
    }
    .delivery-order-25{
        order: unset !important;
    }
    .delivery-order-26{
        order: unset !important;
    }
    .delivery-order-27{
        order: unset !important;
    }
    .delivery-order-28{
        order: unset !important;
    }
    .delivery-order-29{
        order: unset !important;
    }
    .delivery-order-30{
        order: unset !important;
    }
    .delivery-order-31{
        order: unset !important;
    }
    .delivery-order-32{
        order: unset !important;
    }
    .delivery-order-33{
        order: unset !important;
    }
    .delivery-order-34{
        order: unset !important;
    }
    .delivery-order-35{
        order: unset !important;
    }
    .delivery-order-36{
        order: unset !important;
    }
    .delivery-order-37{
        order: unset !important;
    }
    .delivery-order-38{
        order: unset !important;
    }
    .delivery-order-39{
        order: unset !important;
    }
    .delivery-order-40{
        order: unset !important;
    }
    .delivery-order-41{
        order: unset !important;
    }
    .delivery-order-42{
        order: unset !important;
    }
    .delivery-order-43{
        order: unset !important;
    }
    .delivery-order-44{
        order: unset !important;
    }
    .delivery-order-45{
        order: unset !important;
    }
}

.delivery-encar__navigation-card-red {
    background-image: url(../images/delivery-scheme/navigation-fon-red.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.delivery-encar__navigation-card-blue {
    background-image: url(../images/delivery-scheme/navigation-fon-blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.popover-body {
    padding: 0;
}

.about-us__info-car {
    position: absolute;
    right: 15rem;
    z-index: -100;
}

@media (max-width: 992px) {
    .about-us__info-car {
        position: relative;
        right: unset;
    }
}

.about-us__info-text-red {
    color: #C30B30;
}

.about-us__main{
    box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

.about-us__main-statistic {
    background-image: url(../images/about/main-statistic-background.webp);
    background-repeat: no-repeat;
}
@media (max-width: 992px) {
    .about-us__main-statistic {
        height: 560px;
        background-image: url(../images/about/main-statistic-background-mob.webp);
        background-size: 100% 100%;
    }
}
.about-us__main-statistic__text-upper {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    line-height: 64px;


}

.about-us__main-statistic__btn {
    background: rgba(255, 255, 255, 0.2);
}

.about-us__main-statistic__text-underline {
    text-decoration: underline;
}
@media (max-width: 992px) {
    .about-us__main-adventage_image {
        height: 40px;
    }
}

.map-share-button span {
    height: 30px;
}
.map-share-button p {
    font-size: 0.8rem;
}

.leasing__info-text-red {
    color: #C30B30;
}

.leasing__info-button-red {
    background-color: #C30B30;
}

.leasing__main {
    box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}


.input-without-arrow input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.input-without-arrow input[type="number"]::-webkit-inner-spin-button,
.input-without-arrow input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.track {
    background-image: url(../images/car/track.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 5192 / 480;
    width: 100%;
    position: relative;
}

.track-text {
    position: relative;
    top: 2rem;
    left: 7rem
}

@media (max-width: 767px) {
    .track {
        background-image: url(../images/car/track_mobile.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        aspect-ratio: 1184 / 704;
        width: 100%;
        position: relative;
    }

    .track-text {
        position: relative;
        top: 1.5rem;
        left: 8rem
    }
}

@media (min-width: 300px)  and (max-width: 420px) {
    .track-text {
        top: 1rem;
        left: 6rem
    }
}

@media (min-width: 420px)  and (max-width: 520px) {
    .track-text {
        top: 1.5rem;
        left: 7rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .track-text {
        top: 1.5rem;
        left: 5rem
    }
}

@media (min-width: 1400px) {
    .track-text {
        top: 2.25rem;
        left: 8rem
    }
}

.calculator__card-photo{
    background-image: url(../images/calculator/card-photo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media (max-width: 769px) {
    .calculator__card-photo{
        background-image: url(../images/calculator/card-photo-mob.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

.calculator-radio:checked {
    background-color: #C30B30;
    border-color: #C30B30;
}
.price-slider {
    height: 1px;
    position: absolute;
    z-index: 1;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
}

.price-slider::-webkit-slider-runnable-track {
    height: 2px;
    background: linear-gradient(to right, #C30B30 0%, #C30B30 var(--progress), #dee2e6 var(--progress), #dee2e6 100%);
    border-radius: 3px;
}

.price-slider::-moz-range-track {
    height: 2px;
    background: linear-gradient(to right, #C30B30 0%, #C30B30 var(--progress), #dee2e6 var(--progress), #dee2e6 100%);
    border-radius: 3px;
}

.price-slider::-webkit-slider-thumb {
    height: 14px;
    width: 14px;
    background-color: #C30B30;
    border-radius: 50%;
    border: none;
    margin-top: -6px;
    cursor: pointer;
    -webkit-appearance: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.price-slider::-moz-range-thumb {
    height: 14px;
    width: 14px;
    background-color: #C30B30;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.tracking-step-img > img, .tracking-step {
    width: 160px;
}

.tracking-instruction .fa-arrow-right {
    margin-top: 70px;
}

.tracking-step > .text-secondary {
    font-size: 14px;
}

@media (max-width: 1199px) {
    .tracking-step-img > img, .tracking-step {
        width: 140px;
    }

    .tracking-instruction .fa-arrow-right {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .tracking-step-img > img {
        width: 130px;
    }

    .tracking-step {
        width: auto;
    }

    .tracking-instruction .fa-arrow-down {
        margin-left: 60px;
    }
}

@media (max-width: 767.98px) {
    .mobile-scroll-menu {
        max-height: 100vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-scroll-menu ul.nav {
        flex-wrap: nowrap;
    }
}

.telegram-info {
    background-image: url(../images/telegram/telegram-info.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 593px;
    z-index: 1;
    position: relative;
}

@media (max-width: 769px) {
    .telegram-info {
        background-image: url(../images/telegram/telegram-info-mob.png);
        min-height: 718px;
        background-size: cover;
    }
}

@media (min-width: 529px) and (max-width: 768px){
    .telegram-info {
        background-size: cover;
        background-position: center 45%;
    }
}

.telegram__main {
    background-color: #ffffff;
    margin-top: -2.5rem;
    z-index: 2;
    box-shadow: 0 -0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    position: relative;
}

.telegram-statistic {
    background-image: url(../images/telegram/telegram-statistic.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 282px;
}

@media (max-width: 769px) {
    .telegram-statistic{
        background-image: url(../images/telegram/telegram-statistic-mob.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 440px;
    }
}

.telegram__text-count {
    font-size: 75px
}

@media (max-width: 769px) {
    .telegram__text-count {
        font-size: 50px
    }
}

.telegram__text-red
{
    color: #C30B30;
}

.telegram__text-blue
{
    color: #084298;
}

.telegram__subscribe-block {
    background: linear-gradient(to right, #F8FBFF, #8EB2EF);
}

@media (max-width: 769px) {
    .telegram__subscribe-block {
        background: linear-gradient(to bottom, #F8FBFF, #8EB2EF);
    }
}

#cookieBanner {
    z-index: 1050;
}

@media (min-width: 769px) {
    #cookieBanner {
        max-width: 310px;
    }

    #cookieBanner div {
        border-radius: 0.375rem;
    }
}

.color-telegram {
    color: #20A3E5;
}

.car-icons img {
    width: 40px;
    max-height: 40px;
    object-fit: contain;
}

#captionImage {
    min-height: 250px;
}

@media (min-width: 576px) {
    #captionImage {
        min-height: 300px;
    }
}

@media (min-width: 768px) {
    #captionImage {
        min-height: 350px;
    }
}

@media (min-width: 992px) {
    #captionImage {
        min-height: 400px;
    }
}

@media (min-width: 1200px) {
    #captionImage {
        min-height: 450px;
    }
}

.thumb-overlay-wrapper {
    position: relative;
    overflow: hidden;
}

.thumb-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    font-size: 16px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.thumb-overlay-wrapper:hover .thumb-overlay {
    background-color: rgba(0, 0, 0, 0.85);
}

#sortDropdown::after {
    display: none !important;
}

.select2-container--open {
    z-index: 9999 !important;
}

.select2-dropdown {
    z-index: 9999 !important;
    position: absolute !important;
}

.damage-tooltip {
    --bs-tooltip-bg: var(--bs-white);
    --bs-tooltip-color: var(--bs-black);
}

@supports (-webkit-touch-callout: none) {
    .select2-selection__clear {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 100% !important;
        line-height: normal !important;
    }
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    position: relative;
    padding-left: 20px;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #0d6efd;
    border-radius: 50%;
}

.review-swiper-button-prev.swiper-button-disabled, .review-swiper-button-next.swiper-button-disabled {
    box-shadow: none !important;
    background-color: #f8f9fa !important;
}

.history-swiper-button-prev.swiper-button-disabled, .history-swiper-button-next.swiper-button-disabled {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
}


.history-swiper-pagination .swiper-pagination-bullet,
.popular-swiper-pagination .swiper-pagination-bullet,
.review-swiper-pagination .swiper-pagination-bullet {
    opacity: 0.4 !important;
    background-color: black !important;
    border-radius: 0 !important;
    width: 12px !important;
    height: 3px !important;
}


.history-swiper-pagination .swiper-pagination-bullet-active,
.popular-swiper-pagination .swiper-pagination-bullet-active,
.review-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .card-overflow {
        width: calc(100% + 30px) !important;
        margin-right: -15px;
        margin-left: -15px;
    }
}

.review-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fa-info-circle {
    position: relative;
    z-index: 5;
    pointer-events: auto;
}

.client-swiper-pagination .swiper-pagination-bullet,
.video-swiper-pagination .swiper-pagination-bullet{
    background-color: #D9D9D9!important;
}

.client-swiper-pagination .swiper-pagination-bullet-active,
.video-swiper-pagination .swiper-pagination-bullet-active{
    background-color: #212529!important;
}

.video-reviews iframe {
    height: 450px;
}

@media (max-width: 768px) {
    .video-swiper-navigation, .client-swiper-navigation {
        top: 50%;
    }

    .video-reviews iframe {
        height: 250px;
    }
}

#optionsAccordion .tooltip-inner {
    max-width: 300px;
    padding: 10px;
    text-align: left;
}

#filtersModal {
    z-index: 1055 !important;
}

.secondModal {
    z-index: 1070 !important;
}

.extra-backdrop {
    z-index: 1060 !important;
}

.picker-box {
    position: relative;
    width: 120px;
}

.wheel {
    height: 250px;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    background: transparent;
    scrollbar-width: none;
    position: relative;
    z-index: 2;
}

.wheel::-webkit-scrollbar {
    display: none;
}

.item {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #aaa;
    scroll-snap-align: center;
    transition: color 0.2s;
    background: transparent;
}

.item.active {
    color: black;
}

.fake-input {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 50px;
    text-align: start;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 18px;
    background: #fff;
    z-index: 1;
}

.has-divider::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background-color: #ccc;
}

.filter-disabled {
    pointer-events: none;
    background-color: rgb(248, 249, 250) !important;
    color: #999 !important;
}

.list-group-item.active {
    border-radius: 10px;
    color: white !important;
}

#filters-form .select2-selection__placeholder, #filters-form input::placeholder {
    color: var(--bs-body-color) !important;
}

#filters-form .select2-container--disabled .select2-selection__placeholder {
    color: #999 !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: black;
}

.accordion-item {
    border: 0 !important;
}

.divider {
    width: 15px;
    height: 1px;
    background-color: #212529;
    margin: 0 5px;
}

.modal-fullscreen {
    height: 100dvh!important;
}