/* 
    Created on : Dec 3, 2024, 6:06:21 PM
    Author     : dareks
*/
.spinner {
    width: 100%;
    height: 150px;
    opacity: 0.7;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/loader_steerwheel.gif");
}
.btn-equip {
    background: transparent;
    border: none;
}
.btn-equip span {
    margin-left: 5px;
}
@media (max-width: 768px) {
    .btn-check-km::after {
        content:'';
        display: none;
    }
    .btn-check-km {
        font-size: 10px !important;
        padding: 1px 3px !important;
        width: 40px;
    }

}
[readonly] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.btn--next::after {
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background-image: url("../img/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100 auto;
}
.btn--back::after {
    content: "";
    background-image:none;
    width: 0px;
    height: 0px;
}
.btn--back::before {
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background-image: url("../img/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: 100 auto;
    transform: rotate(180deg);
}

.usp-card img {
    max-width: 36px;
}

.bliv-forhandler__video .video-block__preview::after {
    background-image:none;
}