.signeda-homepage__slider-section__content__car-selector {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    border: 2px solid #d71537;
    position: relative;
}

.signeda-homepage__slider-section__content__car-selector__header {
    text-align: center;
    gap: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.signeda-homepage__slider-section__content__car-selector__header i {
    font-size: 18px;
    color: #a90d29;
}

.signeda-homepage__slider-section__content__car-selector__header span {
    text-transform: uppercase;
    font-size: 15px;
    color: #464646;
    font-weight: 700;
}

.signeda-homepage__slider-section__content__car-selector__model-selector {
    margin-top: 30px;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__column {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.signeda-homepage__slider-section__content__car-selector__model-selector select {
    height: 40px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    padding: 0px 15px;
    font-size: 14px;
    color: #363636;
    outline: none;
}

.signeda-homepage__slider-section__content__car-selector__model-selector select:disabled {
    background-color: #f2f2f2;
    color: #959595;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #d6d6d6;
    width: 100%;
    padding: 0 15px;
    font-size: 14px;
    color: #363636;
    outline: none;
    border-radius: 0;
}

.model-selected-image {
    max-width: 150px;
    margin: 0 auto;
}

.selected-car-modification-data {
    margin: 0;
    padding: 0;
    list-style: none;
}

.selected-car-modification-data li {
    color: #363636;
}

.selected-car-modification-data li span {
    font-weight: 600;
}

.select2-container--default .select2-selection--single[aria-disabled='true'] {
    background-color: #f2f2f2;
}

.select2-container--default .select2-selection--single[aria-disabled='true'] .select2-selection__rendered {
    color: #959595;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
}

#car-selector-submit {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #464646;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#car-selector-submit:disabled {
    opacity: 0.3;
}

#car-selector-submit:hover {
    background-color: #000;
}

#car-selector-clear {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #747474;
    text-decoration: underline;
    margin-bottom: 10px;
}

#car-selector-clear i {
    color: #464646;
    font-size: 21px;
}

#car-selector-clear:hover i {
    color: #d71637;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__search-by {
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    padding: 5px 0px;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__vin-search {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__vin-search__vin-input-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__vin-search #car-selector-search-vin {
    width: 60px;
    height: 40px;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-color: #464646;
    color: #fff;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__vin-search #car-selector-search-vin:hover {
    background-color: #000;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__vin-search input {
    height: 40px;
    border: 1px solid #d6d6d6;
    padding: 0 20px;
    border-radius: 0;
    border-right: 0;
    width: 100%;
    outline: none;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__vin-search input.error {
    border-color: red;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__vin-search #car-selector-search-vin i {
    font-size: 18px;
}

#car-selector-save {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #a90e29;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0px;
}

#car-selector-save i {
    font-size: 16px;
    margin-right: 5px;
}

.signeda-homepage__slider-section__content__car-selector .select2-container {
    width: 100% !important;
}

#car-selector-vin-input-error, #car-selector-plate-error {
    font-size: 13px;
    color: red;
    font-weight: 500;
    margin-top: 5px;
}

.signeda-homepage__slider-section__content__car-selector__header-tablet {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.signeda-homepage__slider-section__content__car-selector__header-tablet i {
    font-size: 30px;
    color: #a90d29;
    margin-right: 20px;
}

.signeda-homepage__slider-section__content__car-selector__header-tablet span {
    font-size: 14px;
    color: #464646;
    font-weight: 700;
}

.signeda-homepage__slider-section__content__car-selector__header-tablet button {
    margin-left: auto;
    border: 0;
    border-radius: 0;
    background-color: #a90e29;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    width: 100px;
    height: 24px;
    font-size: 13px;
}

#close-car-selector {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 25px;
    color: #3d3d3d;
    cursor: pointer;
    display: none;
}



.signeda-homepage__slider-section__content__car-selector.active .signeda-homepage__slider-section__content__car-selector__header-tablet {
    display: none;
}

.car-selector-history {
    text-transform: uppercase;
    font-size: 13px;
    color: #909090;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
    text-decoration: none;
    font-weight: 500;
}

.car-selector-history i {
    font-size: 16px;
}

#carsHistoryModal .modal-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
    position: relative;
}

#carsHistoryModal .modal-body ul.content-overflow:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.car-history-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

.car-history-item__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #363636;
}

.car-history-item__modification {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

.car-history-item__time {
    color: #989898;
    font-size: 13px;
    line-height: 13px;
}

.car-history-item__select {
    background-color: #464646;
    border: 0;
    padding: 0 15px;
    height: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.car-history-item__select:hover {
    background-color: #000;
}

.car-history-item__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.car-history-item__action {
    margin-left: auto;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__selected-car-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__selected-car-container > span.selected-car {
    color: #7d7d7d;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__selected-car-container > span.selected-car-name {
    font-size: 18px;
    font-weight: 700;
    color: #7d7d7d;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__selected-car-container > i {
    font-size: 26px;
    color: #a90d29
}

.signeda-homepage__slider-section__content__car-selector__model-selector__selected-car-container > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 20px;
    background-color: #d71637;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    width: fit-content;
    text-align: center;
    margin: 10px auto 0 auto;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__selected-car-container > a:hover {
    background-color: #a90e29;
}

.signeda-homepage__slider-section__content__car-selector__model-selector__selected-car-container > a > i {
    margin-right: 5px;
}

.signeda-homepage__slider-section__content__car-selector:not(.active) .signeda-homepage__slider-section__content__car-selector__model-selector__column {
    display: none;
}

.signeda-homepage__slider-section__content__car-selector:not(.active) .signeda-homepage__slider-section__content__car-selector__header {
    display: none;
}

.signeda-homepage__slider-section__content__car-selector.active .signeda-homepage__slider-section__content__car-selector__model-selector__selected-car-container {
    display: none;
}

.signeda-homepage__slider-section__content__car-selector:not(.active) .signeda-homepage__slider-section__content__car-selector__model-selector {
    margin-top: 0;
}

.license-plate-input {
    position: relative;
    width: 100%;
}

.license-plate-input input {
    height: 52px;
    border-radius: 5px;
    border: 2px solid #dedede;
    padding-left: 45px;
    text-transform: uppercase;
    font-weight: 500;
    color: #363636;
    outline: none;
    width: 100%;
}

.license-plate-input:before {
    content: "LV";
    height: 52px;
    width: 36px;
    position: absolute;
    left: 0px;
    top: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #173d88;
    background-image: url(../images/eu-stars.svg);
    background-position: center 6px;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3px;
}

#car-selector-search-plate {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-color: transparent;
    border: 0;
    outline: none;
    height: 52px;
    width: 52px;
    font-size: 24px;
    color: #7c7c7c;
}

@media(max-width: 1399.5px) {

}

@media(max-width: 1199.5px) {
    .signeda-homepage__slider-section__content__car-selector__model-selector__column {
        flex: 1;
    }

    #car-selector-submit {
        margin-bottom: 0;
    }

    .signeda-homepage__slider-section__content__car-selector .select2-container {
        width: 100% !important;
    }

    .signeda-homepage__slider-section__content__car-selector__header-tablet {
        display: flex;
    }

    .signeda-homepage__slider-section__content__car-selector.active #close-car-selector {
        display: flex;
    }

    .signeda-homepage__slider-section__content__car-selector__model-selector__selected-car-container {
        display: none;
    }
}

@media(max-width: 991.5px) {
    .signeda-homepage__slider-section__content {
        grid-template-columns: 1fr;
    }

    .signeda-homepage__slider-section__content__car-selector__model-selector__column:first-child {
        padding-right: 30px;
        border-right: 1px solid #ebebeb;
    }

    .signeda-homepage__slider-section__content__car-selector__model-selector__column:last-child {
        padding-left: 30px;
    }
}

@media(max-width: 767.5px) {
    .signeda-homepage__slider-section__content__car-selector__model-selector__column:last-child {
        padding-left: 0;
    }

    .signeda-homepage__slider-section__content__car-selector__model-selector__column:first-child {
        padding-right: 0;
        border-right: 0;
    }

    .car-history-item {
        display: grid;
        grid-template-columns: 100px 1fr;
        padding-bottom: 10px;
    }

    .car-history-item__select > i {
        display: none;
    }

    .car-history-item__name {
        font-size: 14px;
        line-height: 14px;
    }
}

@media(max-width: 575.5px) {

}