.sb_remove_height{

}

.sb_position_minus{
    position: relative;
    bottom: 35px;
    right: calc(100% + 10px);
    cursor: pointer;
}

#sb_stop {
    padding-top:30px;
}

#sb_stop_2 {
    padding-top:30px;
}

#sb_stop_3 {
    padding-top:30px;
}

#sb_stop_4 {
    padding-top:109px;
}

#sb_stop_5 {
    padding-top:23px;
}


.add_more{
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 2em;
    border: 1px solid #72c537;
    padding: 0 15px;
    margin-bottom: 10px;
}

.add_more_plus{
    max-height: 25px;
    max-width: 25px;
}

@media screen and (max-width: 1200px){
    .add_more{
        width: 92.5%;
    }
}

@media screen and (max-width: 576px){
    .add_more{
        width: 90%;
    }
    .TPsmini {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .ast-scroll-to-top-right {
        left: auto !important;
        bottom: 100px !important;
    }
}

.blue_bg{background:lightblue!important;}
.white_bg{background:#fff;}

#loader {
    /* display: none; */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/loader_rentabus.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
}

@keyframes pulseCallBack {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgba(114, 197, 55, 1);
	  box-shadow: 0 0 0 0 rgba(114, 197, 55, 1);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(114, 197, 55, 0);
		box-shadow: 0 0 0 15px rgba(114, 197, 55, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(114, 197, 55, 0);
		box-shadow: 0 0 0 0 rgba(114, 197, 55, 0);
	}
}

.check-trip-type button,
.check-trip-type {
    cursor: not-allowed;
    /* opacity: 0.5; */
}

.tab__panel-inp input:read-only:focus,
.tab__panel-inp input:read-only:focus-visible {
    border: 1px solid #dedede;
    border-bottom: 3px solid #dedede;
    outline: none;
}

.form-block.disable {
    opacity: 0.5;
    cursor: not-allowed;
}

.form-block.disable input:read-only {
    cursor: not-allowed;
}

.form-block.disable .tab__panel-select,
.form-block.disable .tab__panel-select:hover,
.form-block.disable .tab__panel-select:focus,
.form-block.disable input:read-only {
    border-bottom: 3px solid #ededed !important;
    cursor: not-allowed;
}

.form-block {
    width: 100%;
    opacity: 1;
}

.customer-phone {
    display: flex;
    justify-content: space-between;
}
.customer-phone input {
    width: 60%;
    border-radius: 0 !important;
    border-left: none !important;
    text-align: left;
    font-size: 14px !important;
}
.customer-phone .tab__panel-select {
    width: 40% !important;
    padding-right: 10px !important;
    position: relative;
    border-right: none !important;
    border-bottom: 1px solid #dedede !important;
}

.tab__panel-inp2 input[name="customerPhone"] {
    padding-top: 12px;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #dedede !important;
}

.select-bus {
    display: flex;
    justify-content: space-between;
}

.select-bus-icon {
    position: relative;
    height: 25px;
    margin-right: 10px;
    vertical-align: middle;
}

.select-bus-icon::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
}

aside#text-3 {
    display: none;
}