.elementor-post-loop-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.tls-filter{
   opacity:0;
   height:0;
}
.elementor-post-loop-widget .post-item {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
    flex: 1 1 calc(100% - 20px);
    box-sizing: border-box;
}

.elementor-post-loop-widget.elementor-post-loop-grid-2 >div {
    flex: 1 1 calc(50% - 20px);
}

.elementor-post-loop-widget.elementor-post-loop-grid-3 >div {
    flex: 1 1 calc(33.333% - 20px);
}

.elementor-post-loop-widget.elementor-post-loop-grid-4 >div {
    flex: 1 1 calc(25% - 20px);
}

.post-item h3 {
    margin: 0 0 10px;
    font-size: 20px;
}

.post-excerpt {
    font-size: 14px;
    color: #444;
}

.elementor-post-loop-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

.elementor-post-loop-pagination .page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: #0073e6;
}

.elementor-post-loop-pagination .page-numbers.current {
    background: #0073e6;
    color: #fff;
    border-color: #0073e6;
}

.elementor-post-loop-pagination .page-numbers:hover {
    background: #f0f0f0;
}


/********* FILTER CSS ***********/


.container {
    background-color: #f7f7f7;
    width: 100%;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px;
    
}

.container-topfilter {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.col-2 {
    grid-column: span 2;
}

.col-3 {
    grid-column: span 3;
}

.range-slider-main {
    display: flex;

}

.div-group {
    flex-direction: column;
    display: flex;
    position: relative;
    height: fit-content;
}

.options {
    width: 100%;
    position: absolute;
    z-index: 50;
    top: calc(100% + 6px);
    left: 0px;
    background: white;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.filter_keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.range-filter {
    display: flex;
    height: 40px;
    padding: 10px;
    border-radius: 3px;
    background: #CB3A38;
    font-weight: 600;
    font-size: 12px;
    color: white;
    align-items: center;
    font-family: sans-serif;
}

.option {
    width: 100%;
    height: 38px;
    background: white;
    display: flex;
    gap: 20px;
    color: rgba(0, 0, 0, 0.7);
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    font-family: sans-serif;
    padding-inline: 20px;
    cursor: pointer;
}

.selected-icon{
    color: rgba(0, 0, 0, 0.7);
    width: 30px;
}

.option:hover {
    color: #000;
}

.input-div {
    
	position: relative;
    display: flex;
    border: 0px;
    outline: 0px;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    width: 100%;
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
	text-transform: capitalize;
    color: #000;
}
.slider-field .label-track{
	text-transform: capitalize;
	font-weight: 400;
	font-size: 1rem;
}
.input-div:hover {
	background-color: #fff!important;
	color: #000;
}

.close {
    width: 36px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.input-div input {
	background: #fff;
    outline: 0px;
    border: 0px;
    font-size: 12px;
    background: transparent;
    align-items: start;
    text-align: start;
    font-weight: 600;
}

.input-div input::placeholder {
    font-size: 12px;
    font-weight: 600;
}
.filter_keywords .selected-value{
	color: #fff;
	background-color: #70B7D8;
	border: 1px solid #70B7D8;
	padding: .2rem .3rem;
}

svg {
    height: 1.25rem;
    width: 1.25rem;
}

.range-slider {
    position: relative;
    width: 70%;
}

.relative {
    position: relative;
}

.rs-selected {
    background: #CB3A38 !important;
    background-image: none;
    border-radius: 0px !important;
    border: 0px !important;
    top: 0px !important;
}

.slider-main {
   flex:1;
    display: flex;
    align-items: center;
}

.ui-slider-handle,
.rslider-pointer {
    position: absolute !important;
    top: 50% !important;
    width: 20px !important;
    height: 20px !important;
    background: #CB3A38 !important;
    border: 2px solid white !important;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    touch-action: none;
    z-index: 2;
    color: transparent !important;
    margin: 0px !important;
}

.rslider-tooltip {
    background: #CB3A38 !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
}

.label-track {
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
}

.rs-container .rs-pointer {
    background: white !important;
    height: 20px;
    top: -5px !important;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0px;
    border: 0px;
}

.rs-container .rs-pointer::before {
    height: 0px;
    width: 0px;
    display: hidden;
}

.rs-container .rs-pointer::after {
    height: 0px;
    width: 0px;
    display: hidden;
}

.rs-scale {
    width: 100%;
    padding-inline: 20px;
    display: none;
}

.slider-field {
    background: white;
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    padding-inline: 20px;
}

.rs-container {
    height: fit-content;
    width: 100%;
}

.rs-bg {
    position: static !important;
}
.tl-track,.tl-thumb,.tl-tooltip{
	background:#70B7D8!important;
}
.input-div svg{
	color:#70B7D8!important;
}
.slider-main .min_val,.slider-main .max_val{
	font-size: 12px!important;
    font-weight: 600!important;
    padding: 14px!important;
}
.spinner {
    margin: 20px auto;
    width: 80px;
    height: 80px;
    border: 10px solid #ccc;
    border-top: 10px solid #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader-container{
	display: flex;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.5);
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
}

@media only screen and (max-width: 767px) {
	.truck .ps_info_div{
		width:100%;
    float:none;
		padding: 20px;
	}
	.truck table td,truck table th{
		padding: 10px!important;
	}
	.slider-main .min_val, .slider-main .max_val{
		padding: 3px 30px !important;
    	background: #fff;
	}
}
