.wrap-drop {
    background: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 20%);
    cursor: pointer;
    margin: 0 auto;
    max-width: 350px;
    padding: 0 10px;
    position: relative;
    width: 75%;
    z-index: 3;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrap-drop::after {
    border-color: #000000 transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    content: "\f10d";
    font-family: 'flaticon';
    right: -5px;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
    height: 50px;
    width: 50px;
    justify-content: center;
    margin: auto;
    display: flex;
    top: 0px;
    align-items: center;
    content: "\f10b";
    transform: rotateX(180deg);
}
.wrap-drop.active::after {
    transform: rotateX(0deg);
}
.wrap-drop .drop {
    background: #fff;
    box-shadow: 0px 8px 11px rgb(0 0 0 / 20%);
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
	width:100%;
}
.wrap-drop .drop li.view-more-loc {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
	border-radius: 50px;
}
li.view-more-loc a {
    color: #9c7f6b!important;
}
@media(min-width:768px){
.wrap-drop .drop {	
	position: relative;
  }
.wrap-drop {
   flex-flow: column;
	}
}
.wrap-drop .drop li a {
    color: black;
    display: block;
    padding: 0 15px;
    min-height: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.wrap-drop span {
    color: black;
    margin: initial;
}

.wrap-drop .drop li:hover a {
    background-color:#9c7f6b;
    color:#fff;
}


.wrap-drop.active .drop {
    display:block;
    opacity:1;
    pointer-events:auto;
}
#xloader::before {
    content: "";
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
}
div#xloader img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    max-height:100px;
    max-width: 100px;
}
/* ::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: rgb(156 127 107 / 35%); 
}
::-webkit-scrollbar-thumb {
  background: #9c7f6b; 
}
::-webkit-scrollbar-thumb:hover {
  background: black; 
}
.list-xs-view ul.drop::-webkit-scrollbar {
  width: 5px;
} */
@media(min-width:768px){
.list-xs-view ul.drop {
    flex-flow: wrap;
    opacity: 1;
    display: inline-flex!important;
    pointer-events: all;
    box-shadow: none;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 3px;
    margin: 0!important;
    justify-content: center;
}
.list-xs-view{
    box-shadow: none!important;
    min-height: 0!important;
}
.list-xs-view span{
    display:none;
}
.list-xs-view .drop li a {
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
	color:black;
	border-color: #fff ;
    justify-content: center;
}
.list-xs-view li a.active , .list-xs-view li a:hover{
    background-color: transparent;
	color:#fff;
}
/*.list-xs-view li a::before {
    content: "\f10a";
    position: absolute;
    right: -5px;
    font-family: 'flaticon';
    opacity:0;
    visibility:hidden;
    transition:all 0.5s ease-in-out;
}*/
.list-xs-view li a.active::before , .list-xs-view li a:hover::before  {
    right: 20px;
    opacity:1;
    visibility:visible;
}
}
.list-xs-view {
    max-width: 100%!important;
    width: 100%!important;
	background:transparent;
}
@media(max-width:767px){
.list-xs-view {
    max-width: 100%!important;
    width: 100%!important;
    margin-bottom: 30px!important;
	border-radius: 30px;
	background:#fff;
}
}
.list-xs-view.active {
	border-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.filter-form select {
    height: 50px;
    padding: 10px;
    width: 100%;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
.filter-form form#team-filter {
    display: flex;
    column-gap: 20px;
    max-width: 600px;
    margin: auto;
    width: 100%;
    flex:1;
}

@media(max-width:500px){
.filter-form form#team-filter {
    flex-direction: column;
    gap: 10px;
}
.wrap-drop .drop li a {
    width: 100%;
    border-radius: 0;
    border: none!important;
    background: #fff;
}
}




 .custom-select-wrapper {
        position: relative;
        display: inline-block;
        user-select: none;
	    flex: 1;
    }
    .custom-select-wrapper select {
        display: none;
    }
    .custom-select {
        position: relative;
        display: inline-block;
		width:100%;
    }
.custom-select-trigger {
    position: relative;
    display: block;
    padding: 0 40px 0 22px;
    font-size: 15px;
    color: black;
    line-height: 50px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 39%);
    border-radius: 100px;
}

    .custom-select-trigger:hover {
        background-color: rgb(156 127 107);;
        transition: all 0.3s;
		color:#fff;
    }

    .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #5f5f5f;
        border-right: 1px solid #5f5f5f;
        transform: rotate(45deg) translateY(-50%);
        transition: all 0.4s ease-in-out;
        transform-origin: 50% 0;
    }
    .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
    }
.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    margin: 10px 0;
    border-radius: 10px;
    box-sizing: border-box;
	border:1px solid rgb(156 127 107);
    box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
    background: #fff;
    transition: all 0.4s ease-in-out;
    margin-left: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    z-index: 9;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    margin-left: 0px;
}
    .custom-select.opened .custom-options {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transform: translateY(0);
    }
.custom-select.opened .team-select-box-inner{
   height:300px;
   overflow-y:auto;
}
.custom-select.opened .team-select-box {
    overflow: hidden;
    border-radius: 10px;
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 14px;
    height: 14px;
    margin-bottom: -7px;
    border-top: 1px solid rgb(156 127 107);
    border-left: 1px solid rgb(156 127 107);
    background: #fff;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}
    .option-hover:before {
        background: #f9f9f9;
    }
    .custom-option {
        position: relative;
        display: block;
        padding: 0 10px;
        border-bottom: 1px solid rgb(156 127 107);
        font-size: 14px;
        font-weight: 600;
        color: black;
        line-height: 47px;
        cursor: pointer;
        transition: all 0.15s ease-in-out;
    }
    .custom-option:first-of-type {
        border-radius: 10px 0px 0 0;
    }
    .custom-option:last-of-type {
        border-bottom: 0;
        border-radius: 0 0 0px 10px;
    }
.custom-option:hover, .custom-option.selection {
    background: rgb(156 127 107);
    color: #fff;
}
@media(min-width:768px){
.wrap-drop .drop {
    background: transparent;
  }
.wrap-drop::after{
	display:none;	
	}
}