/* 
/* Rover pages design css */

.roaver-module .svc .search-form{
	max-width: 100%;
}
.roaver-module .svc .search-form .tabs__label{
	background: #000;
	background-image: none;
	padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.roaver-module .svc .search-form .tabs__label h4{
	color: #fff;
}
.roaver-module .svc .search-form .tabs__label.selected{
	background: #000;
	background-image: none;
}
.roaver-module .svc .search-form .tabs__label.selected h4{
	color: #EB5834;
}
.roaver-module .svc .tabs__contents{
	padding: 25px 25px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
}
.roaver-module .search-form__controls .flx.gp-2{
	grid-gap: 10px;
}
.roaver-module .search-form__controls .flx.gp-2 .clms-0,
.roaver-module .search-form__controls .flx.gp-2 .clms-2{
	gap: 10px;
}
.roaver-module .search-form__controls .flx.gp-2 .clms-0 .input,
.roaver-module .search-form__controls .flx.gp-2 .clms-2 .clm{
	width: calc(50% - 10px);
}
.roaver-module .svc .input>label,
.roaver-module .svc .input .input-label{
	font-size: 14px;
    color: #000;
}
.roaver-module .svc .input.date .date-input-container>input:not(:disabled),
.roaver-module .svc .input.date-range .date-input-container>input:not(:disabled){
	width: 100%;
	padding: 10px 12px;
    background: #fff !important;
    border: 1px solid #ddd;
	font-size: 12px;
	padding-left: 26px;
}
.roaver-module .svc .flx.clms-2.gp-2>*{
	flex: 0 1 calc(50% - 10px);
}
.roaver-module .svc .input.select>.selectize-control.single{
	height: auto;
}
.roaver-module .svc .input.select>.selectize-control>.selectize-input{
	padding: 10px 12px;
    background: #fff !important;
    border: 1px solid #ddd;
}
.roaver-module .svc .input.select.with-icon>.ico{
	bottom: 14px;
} 
.roaver-module .svc .search-form .button-search{
	height: auto;
    padding: 11px 12px;
    background: #eb5834;
    border: none;
    color: #fff;
    margin-bottom: 0px;
}
.roaver-module .svc .selectize-dropdown.selectize-position-top{
	background: #fff;
}
.roaver-module .svc .selectize-dropdown-content{
	scrollbar-color: #000000 var(--color-1-lightest);
}
.roaver-module .svc .selectize-dropdown .active{
	background: #000;
	background: #fff;
}
.roaver-module .svc .selectize-dropdown,
.roaver-module .svc .selectize-input,
.roaver-module .svc .selectize-input input{
	font-size: 14px;
}
.roaver-module .svc .selectize-dropdown,
.roaver-module .svc .selectize-input,
.roaver-module .svc .selectize-input input{
	color: #000000;
}
.roaver-module .svc .selectize-dropdown [data-selectable]{
	background: #f4f4f4;
}



.svc .daterangepicker .calendar-table{
	border: 1px solid #ddd !important; 
	background: #fff !important;
}
.svc .daterangepicker .calendar-table th.in-range, .svc .daterangepicker .calendar-table th.start-date, .svc .daterangepicker .calendar-table th.end-date, .svc .daterangepicker .calendar-table td.in-range, .svc .daterangepicker .calendar-table td.start-date, .svc .daterangepicker .calendar-table td.end-date{
	background: #000 !important;
	color: #fff !important;
}
.svc .daterangepicker .calendar-table th.disabled, .svc .daterangepicker .calendar-table td.disabled{
	opacity: 0.7 !important;
}