.sws-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.sws_icon_car_checked {
    background-image: url('../images/icons/sws_icon_car_checked.svg');
}

.sws_icon_car_water {
    background-image: url('../images/icons/sws_icon_car_water.svg');
}

.sws_icon_child_seat {
    background-image: url('../images/icons/sws_icon_child_seat.svg');
}

.sws_icon_currency {
    background-image: url('../images/icons/sws_icon_currency.svg');
}

.sws_icon_fuel {
    background-image: url('../images/icons/sws_icon_fuel.svg');
}

.sws_icon_smoking {
    background-image: url('../images/icons/sws_icon_smoking.svg');
}

.sws_icon_ticket {
    background-image: url('../images/icons/sws_icon_ticket.svg');
}

.sws-flex-row {
    display: flex;
    flex-flow: row nowrap;
}

.sws-flex-row > * {
    flex: 1 1 auto;
}

.d-flex {
    display: flex;
    white-space: inherit !important;
}

.loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999;
    background: rgba(255,255,255,.8);
    /*border-radius: 16px;*/
    overflow: hidden;
}

body > .loader-container {
    position: fixed;
}

.site-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    background: rgba(255,255,255,1);
}

.lds-roller {
    display: inline-block;
    position: absolute;
    top: 150px;
    left: calc( 50% - 40px );
    z-index: 10;
    width: 80px;
    height: 80px;
}

body > .loader-container > .lds-roller {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pagination {
    list-style: none;
    justify-content: center;
    align-items: center;
}

.date-time-field input[type=text] {
    float: none !important;
}

.sws-hidden {
    display: none !important;
}

.sws-date-initialized + .sws-clear-date-btn {
    display: flex !important;
}

.date-time-field .sws-date-container {
    width: 70%;
    float: left;
}

.date-time-field .sws-date-container input[type=text] {
    width: 100%;
}

.sws-clear-date-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-55%);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.sws-date-container {
    position: relative;
}

#sws-booking-date-range {
    display: none !important;
}

.sws-hidden {
    display: none !important;
}

.sws-list-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: wrap;
    gap: 20px;
    padding: 10px;
}

.sws-pagination-quantity-select {
    width: 50px !important;
}

.sws-tip {
    font-size: 12px;
    font-weight: 400;
}

.sws-signature {
    text-align: left;
    margin: 0 auto 16px;
    max-width: 520px;
}

.sws-signature__label {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.sws-signature__wrap {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.sws-signature__canvas {
    width: 100%;
    height: 180px;
    display: block;
    touch-action: none;
    background: transparent;
}

.sws-signature__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.ripple-wave {
    /*display: none !important;*/
    width: 100% !important;
    height: 100% !important;
}

.btn-main.sws-btn-secondary {
    background: #5c636a;
}

.btn-main.sws-btn-secondary:hover {
    background: #6c757d;
}

.sws-switcher {
    position: relative;
    color: #222;
}

.sws-switcher-text {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 50px;
    color: #222;
    font-weight: bold;
}

.sws-pdf-preview {
    position: relative;
    width: 100%;
    height: auto;
    margin: 16px auto 32px;
    max-width: 400px;
}

.sws-pdf-preview canvas {
    width: 100%;
    height: auto;
    /*margin: 16px auto 32px;*/
    /*max-width: 400px;*/
    display: block;
}

.sws-preview-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 16px auto 32px;
    max-width: 400px;
    display: none;
}

.sws-preview {
    width: 100%;
    height: auto;
    /*margin: 16px auto 32px;*/
    /*max-width: 400px;*/
    display: none;
}

.clear-sws-preview-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    cursor: pointer;
}

.clear-sws-preview-btn * {
    color: #fff !important;
}

#sws-check-availability-btn {
    cursor: pointer;
}

/*mqs*/

@media screen and (max-width: 1023px) {
    .date-time-field .sws-date-container {
        width: 60%;
    }

    .date-time-field select {
        width: 40%;
    }

    .sws-flex-row {
        flex-flow: wrap;
    }
}

@media screen and (max-width: 767px) {
    .sws-list-controls {
        flex-flow: column;
        padding: 20px;
    }
}

@media screen and (min-width: 768px) {
    .sws-order-dates-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-flow: wrap;
        gap: 20px;
    }

    .sws-order-dates-wrapper > div {
        width: calc( 50% - 10px );
        margin-bottom: 12px;
        min-height: 56px;
    }
}
