#ui-datepicker-div {
    z-index: 99!important;
}

.icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}
.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: #333;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}

.tsoperator-transfers-points-items-list{
    position: absolute;
    background: #fff;
    z-index: 99;
    box-sizing: border-box;
    min-width: 250px;
    display: none;
    border: 1px solid #ddd;
	border-radius: 10px;

}

.tsoperator-transfers-points-items-list__item {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    /*background-color: #dddddd4d;*/
    border-bottom: 1px solid #ddd;
}

.tsoperator-transfers-points-items-list__item:last-child {
    border-bottom: none;
}

.tsoperator-transfers-points-items-list__item:hover {
    background-color: rgba(0, 173, 201, 0.1);
}

/*
.tsoperator-transfers-points-items-list__item:nth-child(even) {
    background: #f5f5f5;
}*/

.date-clear {
    position: absolute;
    top: 11px;
    right: 10px;
    cursor: pointer;
}

.tsoperator-control-buttons {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.tsoperator-one-direction, .tsoperator-two-direction {
    padding: 10px;
    border: 1px solid #000;
    width: 140px;
    cursor: pointer;
    font-weight: bold;
}

.tsoperator-one-direction:hover:not(.active), .tsoperator-two-direction:hover:not(.active) {
    background-color: #ddd;
}
.tsoperator-one-direction.active, .tsoperator-two-direction.active{
    background-color: #0093d2;
    color: #fff;
}

.tsoperator-one-direction {
    border-radius: 4px 0 0 4px;
}

.tsoperator-two-direction {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.item-sub {
    padding-left: 35px;
}

.item-root {
    background: #f5f5f5;
}


.basket-text-block {
    font-size: 24px;
}

.basket-modal-btn-block {
    margin: 10px 0;
}

.basket-modal-btn-block button {
    width: 60%;
}


.itravelclub-control-buttons {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.itravelclub-one-direction.active, .itravelclub-two-direction.active {
    background-color: #0093d2;
    color: #fff;
}

.itravelclub-one-direction {
    border-radius: 4px 0 0 4px;
}
.itravelclub-one-direction, .itravelclub-two-direction {
    padding: 10px;
    border: 1px solid #000;
    width: 140px;
    cursor: pointer;
    font-weight: bold;
}

.itravelclub-two-direction {
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.daterangepicker {
    width: auto!important;
}



element.style {
    position: absolute !important;
    display: block !important;
    top: 376.688px;
    left: 953.734px;
}
.quantity-selector-box {
    position: static!important;
    min-width: 290px;
}
.quantity-selector-box {
    display: none;
    padding: 15px;
    background: #fff;
    color: #595959;
    margin-top: 5px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    overflow: hidden;
    position: absolute;
    width: 180px;
    z-index: 999;
	border-radius: 10px;
}

.quantity-selector-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.quantity-selector-inner {
    position: relative;
}

.quantity-selector-title {
    display: flex;
    flex-direction: column;
}

.quantity-selector-title {
    margin-bottom: 0;
    width: 180px;
    line-height: 1.2;
    font-weight: 600;
}
.quantity-selector-title span {width: 200px;}
.quantity-selector-title small {    border-radius: 4px;
    font-weight: 100;
    font-size: 85%;
    padding: 5px 10px;
    background: rgba(0, 173, 201, 0.1);}
.quantity-selector-title .mt-1 {margin-top: 5px;}
.quantity-selector-controls {
    position: relative!important;
}

.quantity-selector-controls {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.quantity-selector-controls li {
    height: 30px;
    line-height: 30px;
    margin-left: 9px;
}

.quantity-selector-controls > li {
    float: left;
    margin-left: 7px;
    text-align: center;
    height: 20px;
    line-height: 18px;
    font-weight: bold;
    font-size: 18px;
	width: 15px;
}

.quantity-selector-controls li a {
    cursor: pointer;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.quantity-selector-controls > li > a {
    text-decoration: none !important;
    font-weight: normal;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 50%;
    background: #e5006d;
    color: #fff !important;
}


.search-btn-block button {
    width: 100%;
}

#tsoperator-transfers {
    margin-top: 30px;
}

.point-input {
    padding: 12px 15px;
    display: none;
}

.point-input input {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 5px;

}

.tsoperator__highlight {
    background: #0093d2;
    color: #fff!important;
}

.tsoperator__highlight__low {
    background: #ffff00d1!important;
    color: #000!important;
}

.tsoperator__highlight__high {
    background: #008000c2!important;
    color: #fff!important;
}

.tsoperator__highlight__stop {
    background-color: #cd1c1c !important;
    color: #fff !important;
}

.tsoperator__highlight__blue {
    background-color: #357ebd !important;
    color: #fff !important;
}

.tsoperator__highlight__none {background: #e8e8e8!important;/* color: #595959!important; */}

.date-back-container {
    position: relative;
}

.date-back-closer {
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 24px;
    cursor: pointer;
}

.legends__item--square {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    
}

.calendar-legends__item {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.add-spot-places {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-weight: bold;
}

.theme-search-area-form .form-control {
    font-size: 14px!important;
}