.date-navigation {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0;
}

#current-date {
  display: inline-block;
}

.date-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: black;
  border: 2px solid black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}

.date-nav:hover,
.date-nav:focus {
  background: white;   /* keep static */
  color: black;
  border: 2px solid black;
}

.date-nav.prev {
  left: 50px;   /* offset from left */
}

.date-nav.next {
  right: 50px;  /* offset from right */
}

  

.taoph-apply[type=button],
.taoph-filter-button{
    border-radius: 45px;
    background-color: #272437;
    color: #fff;
    border: 0;
    width: 192px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.taoph-apply[type=button]:link,
.taoph-apply[type=button]:active,
.taoph-apply[type=button]:focus,
.taoph-apply[type=button]:visited,
.taoph-filter-button:link,
.taoph-filter-button:active,
.taoph-filter-button:focus,
.taoph-filter-button:visited{
    background-color: #272437;
    color: #fff;
    outline: none;
}

.taoph-apply[type=button]:hover,
.taoph-filter-button:hover{
    background-color: #FFD953;
    color: #272437;
}


.taoph-filter__group{
    display: inline-block;
    font-family: "Acumin Variable Concept", Sans-serif;
    margin-right: 15px;
    position: relative;
}

.taoph-filter__top{
    display: flex;
    border: 2px solid #272437;
    border-radius: 45px;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.tp-ico{
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative; 
	z-index: 10;
}

.tp-field{
    overflow: hidden;
    position: relative;
}

.tp-field input[type=text],
.tp-field input[type=number]{
    height: 100%;
    border: 0;
    font-family: "Acumin Variable Concept", Sans-serif;
    outline: none;
}

.tp-field input[type=number]{
    width: 100%;
    padding: 0;
    text-align: center;
}

.tp-label{
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    width: 100%;
    font-family: "Acumin Variable Concept", Sans-serif;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

#taoph-filter-date{
    z-index: 1;
}

.taoph-filter__group--number .tp-label{
    display: none;
}

.tp-control{
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tp-user{
    height: 17.5px;
    width: 16px;
    background: url(../images/user.webp) no-repeat center;
    background-size: 100% auto;
}


.tp-arrow{
    height: 7px;
    width: 11.5px;
    background: url(../images/arrow-s.webp) no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
    transition: all .2s ease;
}

.tp-magnify{
    height: 14px;
    width: 14px;
    background: url(../images/magnify.webp) no-repeat center;
    background-size: 100% auto;
}

.taoph-filter__group--select select{
    opacity: 0;
    min-width: 125px;
    pointer-events: none !important;
    z-index: -2;
}

.taoph-filter__btn-advanced{
    padding: 0;
    border: 0;
    outline: none;
    margin: 10px 0 0;
    color: #181838 !important;
    background-color: transparent !important;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    outline: none;
    outline: none !important;
    align-items: center;
    margin-bottom: 20px;
}

.taoph-filter__btn-advanced:before{
    content: "+";
    width: 12px;
    margin-right: 7px;
}

.taoph-filter__btn-advanced.active:before{
    content: "-";
}

.taoph-filters .counter-btn{
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    color: #181838 !important;
    font-size: 24px;
}

.taoph-filters .hide-input .counter-increment{
    display: none;
}

.taoph-filters .taoph-filter__group:not(.hide-input) .tp-user{
    display: none;
}

.taoph-filters .hide-input input{
    opacity: 0;
}

.taoph-filter__group--number.hide-input .tp-label{
    display: flex;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.taoph-dropdown{
    background-color: #f9f9f9;
    border-radius: 0 0 30px 30px;
    position: absolute;
    width: 100%;
    padding: 40px 10px 20px;
    z-index: 1;
    top: 27px;
    display: none;
}

.open-dropdown .taoph-dropdown{
    display: flex;
    justify-content: flex-start;
}

.open-dropdown .taoph-dropdown ul{
    width: 100%;
}

.taoph-dropdown__bottom{
    border-top: 1px solid #e8e8e8;
    margin-top: 10px;
    padding: 10px 0;
    background: #272437;
    border: 0;
    margin-left: 10px;
    color: #fff;
}

.taoph-dropdown__bottom button{
    font-size: 12px;
    padding: 5px 9px 3px;
    text-transform: uppercase;
}

.open-dropdown .taoph-dropdown__area{
    overflow-y: auto;
    max-height: 350px;
    border-bottom-right-radius: 0;
}

.open-dropdown .tp-arrow{
    transform: rotate(180deg);
}

.taoph-dropdown ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.taoph-dropdown li{
    margin-bottom: 6px;
    padding: 5px 5px 0 30px;
    border-radius: 34px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}

.taoph-dropdown li:last-child{
    margin-bottom: 0;
}

.taoph-dropdown li.selected,
.taoph-dropdown li:hover{
    background-color: #FFD953;
}

.taoph-dropdown li.selected:before{
    content: "";
    background: url(../images/close.webp) no-repeat center;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}


.taoph-filters__advanced.active,
.taoph-filters__top{
    display: flex;
    align-items: flex-start;
}

.taoph-filters__advanced.active{
    padding-bottom: 20px;
}

.taoph-filters__top{
    position: relative;
    z-index: 2;
}
.taoph-filter-btn-advanced{
    outline: none !important;

}
.taoph-filters__advanced{
    display: none;
    position: relative;
    z-index: 5;
}

.taoph-filters__advanced .taoph-filter__group{
    margin-bottom: 0;
}

.taoph-filter__group--date input[type=text]{
    width: 182px;
}

.taoph-filters{
    padding: 0;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    transition: all .2s ease-in;
    border-top: 0;
}

.elementor-location-header{
    border-bottom: 1px solid #e8e8e8;

}

.taoph-filters.active{
    display: block;
    opacity: 1;
    transform: translateY(1px);
}

.taoph-filter-footer{
    display: flex;
    padding-top: 20px;
    justify-content: flex-end;
}

.taoph-filter-wrapper{
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
}

.taoph-filter__group--calendar{
	width: 260px;
}

.taoph-filter__group--calendar .tp-field{
    width: 87%;
    text-align: center;
}
.taoph-filter__group--calendar .tp-label{
    background-color: #fff;
}
.taoph-filter__group--number{
    width: 100%;
    max-width: 259px;
}

.taoph-filter__group--number .tp-field{
    width: 62%;
}

.taoph-filter__group--route{
    max-width: 216px;
}

.taoph-filter__group--duration{
    max-width: 133px;
}

.taoph-filter__group--calendar input{
    padding: 11px 0 5px;
    text-align: center;
}

.daterangepicker table td, .daterangepicker table th{
    padding: 0;
    border: 0 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    background-color: #FFD953;
    color: #272437;
}

.daterangepicker td.start-date{
    border-radius: 24px 0 0 24px;
}

.daterangepicker td.start-date.end-date{
    border-radius: 24px;
}

.daterangepicker td.end-date{
    border-radius: 0 24px 24px 0;
}

.daterangepicker td.in-range{
    background-color: #FFD953;
    color: #272437;
}

.daterangepicker [type=button], 
.daterangepicker[type=submit], 
.daterangepicker button{

    background-color: #272437;
    color: #fff;
    border: 0;
}

.daterangepicker [type=button]:hover, 
.daterangepicker[type=submit]:hover, 
.daterangepicker button:hover{

    background-color: #FFD953;
    color: #272437;
    border: 0;
}

.taoph-filter-modal{
    position: fixed;
    left:-100%;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    border-right: 1px solid #e8e8e8;
    height: 100%;
    top: 0;
    z-index: 999;
    transition: all .2s ease;
}
.filter-modal--active{
    overflow: hidden;
}
.filter-modal--active .taoph-filter-modal-area{
    height: 100%;
}

.filter-modal--active .taoph-filter-modal-area:after{
    content: "";
    background-color: #000;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



.taoph-filter-modal-content{
    padding: 20px;
    position: relative;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 2;
    padding-bottom: 50px;
    height: 100%;
}

.filter-modal--active .taoph-filter-modal{
    left: 0;
}

.filter-group{
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

.filter-group label{
    padding: 10px 0;
}

.filter-divider{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.filter-divider label{
    font-size: 10px;
}

.no-border{
    border: 0 !important;
}

#selection-tags {
    display: flex;
    gap: 7.5px;
}

#selection-tags > div{
    font-family: "Acumin Variable Concept", sans-serif;
    color: #181838;
    font-size: 17px;
    background-color: #FFD953;
    border-radius: 20px;
    padding: 8px 15px 4px;
    display: flex;
    line-height: 1;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

#selection-tags strong{
    margin-right: 5px;
}

#selection-tags > div span{
    margin-left: 10px;
    cursor: pointer;
}

#selection-tags > div:hover{
    background-color: #272437;
    color: #fff;
}

.selection-tags-wrap{
    overflow-x: auto;
}

.taoph-filter__group--exp{
    max-width: 175px;
}

.taoph-filter-wrapper--normal{
    width: 100%;
    display: flex;
}

@media ( max-width: 992px ){
    .taoph-filter-wrapper--normal{
        gap: 10px;
    }
    .taoph-filters.active{
        display: flex;
        flex-wrap: wrap;
    }
    .tp-label{
        font-size: 14px;
    }

    .open-dropdown .taoph-dropdown{
        justify-content: flex-start;
    }

    .open-dropdown .taoph-dropdown ul{
        width: 100%;
    }
    .taoph-filters__advanced.active{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }

    .taoph-filter__group--number{
        max-width: 118px;
    }
	
	.taoph-filter__group--calendar{
		width: auto;
	}

    .taoph-filter-wrapper{
        flex-wrap: wrap;
        gap: 10px;
    }

    .taoph-filter__group{
        margin: 0 !important;
    }

    #selection-tags{
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
        display: block;
    }
    #selection-tags > div{
        width: auto;
        margin: 5px;
        display: inline-block;
    }
    .selection-tags-wrap strong{
        display: none;
    }
}

@media ( max-width: 767px ){

    .taoph-filters__advanced.active{
        justify-content: center;
    }

    .taoph-filters{
        padding-top: 0;
    }

    .tp-field input[type=number]{
        min-width: 50px;
    }
    .taoph-filter__group--select select{
        max-width: 82px;
    }
    .tp-ico{
        width: 38px;
		left: 10px;
    }

    .taoph-filter-wrapper .taoph-dropdown{
        width: 100%;
    }

    .taoph-filter__group--calendar{
        width: 100%;
    }
	
	.taoph-filter-wrapper{
		justify-content: center;
		width: 100%;
	}
	.taoph-filter-button{
		width: 230px;
        margin-left: auto;
        margin-right: auto;
	}

    .elementor-location-header .taoph-filter-button{
        width: 174px;
    }
    .taoph-filter__group--calendar .taoph-filter__top{
        border-radius: 45px;
    }
    .taoph-filter__group--calendar .tp-field{
        opacity: 1;
    }
    .taoph-filter-button:before{
        content: "";

    }
	.daterangepicker{
		margin-top: 28px;
	}
    .taoph-filter__group--calendar .tp-field{
        width: 100%;
        height: 100%;
    }
    .taoph-filter__group--calendar .taoph-filter__top{
        width: inherit;
        height: 49px;
        justify-content: flex-start;
        overflow: hidden;
        border-radius: 45px;
    }
    .tp-label{
        font-size: 16px;
    }
    .taoph-filter__group--calendar input{
        padding: 11px 0 11px;
    }


    .taoph-filter__group{
        margin-right: 0;
        width: 100%;
        max-width: 47% !important;
    }
    .taoph-filter__group--calendar{
        max-width: 100% !important;
    }
    .tp-field{
        width: 100%;
    }
}

@media ( max-width: 480px ){
    .taoph-filters__advanced .taoph-filter__group{
      
    }
    .taoph-filters__advanced .taoph-filter__group:nth-child(2n){
       
    }
}

@media ( max-width: 440px ){
    .taoph-filter__group--select select{
        min-width: 0;
    }
    .tp-label{
        font-size: 12px;
    }

    

    .taoph-filter__group--calendar .tp-field{
        position: absolute;
        left: 0;
    }
    .taoph-filter__group--calendar .tp-control{
        display: none !important;
    }
}

@media ( max-width: 400px ){
    .taoph-filter-button{
        width: 150px;
    }
    
    .date-nav.prev {
      left: 26px;   /* offset from left */
    }

    .date-nav.next {
      right: 26px;  /* offset from right */
    }
    
}

@media ( max-width: 380px ){
	.tp-label{
		padding-left: 20px;
	}
}