/* input(281,1): run-time error CSS1019: Unexpected token, found '@' */
.form-floating > .select2-container .select2-selection {
    height: calc(3.5rem + 2px);
}

.select2-container--bootstrap-5 .select2-selection {
    border: 0 !important;
}

.form-floating > .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding-top: 1.2rem;
    font-size: 15px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-size: 15px;
}

.form-floating > input {
    font-size: 15px;
}

.form-floating > label.active {
    transform: scale(.85) translateY(-1.5rem);
}

.form-floating > label {
    font-size: 15px;
    z-index: 100;
}

.form-floating {
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1), inset 0 0 0px rgba(0, 0, 0, 0.05);
}

.form-floating > .form-select {
    padding-top: 1.825rem;
    font-size: 15px;
}

.irs--round .irs-handle {
    border: none !important;
    background-color: #56b822 !important;
}

.irs--round .irs-bar {
    background-color: #56b822 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: white !important;
    color: black !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: white !important;
}

.slider-label {
    padding: 0.2rem 0rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    font-size: 15px;
}

.price-input {
    width: auto;
    display: inline-block;
    border: none;
    box-shadow: none;
}

.irs--round .irs-handle {
    top: 2.5px !important;
    height: 20px !important;
    width: 20px !important;
}
.irs--round .irs-line {
    top: 11px !important;
}
.irs--round .irs-bar {
    top: 11px !important;
}

.irs--round {
    height: 25px !important;
}

.slider-range-label {
    color: #0a0a0a;
    font-size: 14px;
}

.slider-container {
    background-color: white;
    border-radius: 2px;
    min-height: 38px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1), inset 0 0 0px rgba(0, 0, 0, 0.05);
}
.select2-results__options {
    scrollbar-width: thin;
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    border: 0 !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2), inset 0 0 0px rgba(0, 0, 0, 32.05);
}

.offcanvas-start {
    width: 350px;
}

input[required] + label::after {
    content: " *";
    color: red;
}

.toggle-container {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 0.5rem;
}

.toggle-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 25px;
    cursor: pointer;
    height: 100%;
    padding: 0.7rem;
    box-shadow: 0 5px 3px rgba(0, 0, 0, .1), inset 0 0 0 rgba(0, 0, 0, .05);
    transition: background 0.4s ease;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.toggle-text {
    font-size: 14px;
    font-weight: bold;
    color: black;
    width: 100%;
    text-transform: uppercase;
    user-select: none;
    transition: color 0.4s ease;
}

.toggle-slider {
    position: absolute;
    left: 5px;
    width: 50%;
    height: 84%;
    background-color: #56b822;
    border-radius: 20px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, .1), inset 0 0 0 rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    user-select: none;
    transition: transform 0.4s ease, color 0.4s ease;
}

.toggle-slider.active {
    transform: translateX(94%);
}

.font-11 {
    font-size: 11px;
}

.font-15 {
    font-size: 15px !important;
}

.form-check-input:checked {
    background-color: #56b822 !important;
    border-color: #56b822 !important;
}

.form-check-input:focus {
    border-color: #56b822 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(118 253 13 / 25%) !important;
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d3d3d3'/%3e%3c/svg%3e");
}
.dealer-deatils-title {
    font-size: 30px;
    font-weight: 500;
    text-shadow: 0px 0px 3px rgb(100 100 100 / 40%);
}
.dealer-side-bar-container {
    background-color: hsl(99.2deg 68.81% 42.75% / 20%);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    padding: 1rem;
}

.dealer-side-bar {
    padding: 2rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.car-list-col {
    background: #f2f4fb;
    padding: 1rem;
}

.side-bar-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    margin-top: 1rem;
}

.side-bar-option {
    display: flex;
    align-items: center;
    margin-right: 1rem;
    overflow: hidden;
    margin-top: 1rem;
}

.side-bar-option-icon {
    display: flex;
    padding: 0.5rem;
    background-color: hsl(99.2deg 68.81% 42.75% / 20%);
    border-radius: 0.5rem;
    margin-right: 0.5rem;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}

.side-bar-option-icon svg {

}

.side-bar-option-text h2 {
    font-size: 14px;
    color: #515151;
    margin: 0;
}

.font-16 {
    font-size: 16px !important;
}

@media(max-width:983px) {
}


.pulse-glow-btn {
    animation: pulseGlow 2s infinite;
    box-shadow: 0 0 0 rgba(102, 16, 242, 0.4);
    transition: box-shadow 0.3s ease;
}

@@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(30, 242, 16, 80%);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(102, 16, 242, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(102, 16, 242, 0);
    }
}
