.ad-find-astrologers-root {
	max-width: 90%;
	margin: auto;
}
.ad-find-astrologers-community .ad-find-astrologers-root {
	max-width: 100%;
}
.ad-find-astrologers-community .adune-forms-container {
	border-radius: 3px;
}


.ad-find-astrologers-community #search-astrologers {
	margin-top: 50px
}

.ad-hero-searchbar{
    display:flex;
    background:white;
    border-radius:10px;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    overflow:visible;
    align-items:baseline;
}
.ad-find-astrologers-community .ad-hero-searchbar {
	border-radius: 0;
	box-shadow: unset;
	border: 1px solid #80808036;
	flex-direction: column;
}

.ad-hero-searchbar .seg{
    padding:14px 18px;
    position:relative;
    flex:1;
}

.ad-hero-searchbar input{
    border:none;
    outline:none;
    width:100%;
    font-size:16px;
}

.ad-hero-searchbar .sep{
    flex:0;
    width:1px;
    background:#eee;
    height:36px;
}

/*Astrologer name and location suggestion*/
.ad-suggest-box{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:white;
    border-radius:8px;
    box-shadow:0 10px 22px rgba(0,0,0,0.12);
    z-index:999;
}
.ad-suggest-item{
    padding:10px 14px;
    cursor:pointer;
}
.ad-suggest-item:hover{
    background:#f5f5f5;
}


.ad-multiselect{
    position:relative;
    cursor:pointer;		 
}

.ad-multiselect.is-active .ad-select-display {
    position:relative;
    z-index:1;
    background-color:var(--GC-COLOR--APP);
    border:1px solid var(--INPUT-SHADOW--IN);
    box-shadow:0 0 0 3px var(--INPUT-SHADOW);
    outline:none;
}

.ad-multiselect span {
	font-size: 90%;
}

.ad-select-display {
    min-width:140px;
	border: 1px solid var(--DIVIDER--LIGHT);
	border-radius: 4px;
	padding: 11px 28px 11px 8px;
	color: rgba(130, 130, 135, 0.79);
	position:relative;    
}

/*Arrows in dropdowns*/
.ad-select-display::after{
    content:"";
    position:absolute;
    right:10px;
    top:50%;
    width:6px;
    height:6px;

    border-right:2px solid #667085;
    border-bottom:2px solid #667085;

    transform:translateY(-50%) rotate(45deg);
    transition:transform .18s ease;
}

.ad-multiselect.is-active .ad-select-display::after{
    transform:translateY(-50%) rotate(-135deg);
}



.ad-select-dropdown{
    display:none;
	position:absolute;
    top:100%;
    left:0;
    background:white;
    border-radius: 0 0 2px 2px;
    box-shadow:0 12px 28px rgba(0,0,0,0.15);
    padding:12px;
    z-index:999;
    max-height:220px;    
    animation:fadeDrop .18s ease;
}


/* Hide native checkbox */
.ad-select-dropdown input[type="checkbox"]{
    position:absolute;
    opacity:0;    
}

/* Label layout */
.ad-select-dropdown label{
    display:flex;
    align-items:center;
    gap:5px;
    padding:6px 4px;
    cursor:pointer;
    user-select:none;
	font-size: 85%;
	/*Onko ao hyötyä?*/
	border-radius:6px;
    transition:background .12s ease;
}

.ad-select-dropdown label:hover{
    background:#f6f7fb;
}

/* Custom box */
.ad-select-dropdown label::before{
    content:"";
    width:18px;
    height:18px;
    border-radius:5px;
    border:2px solid #cfd4dc;
    background:white;
    transition:
        background .15s ease,
        border-color .15s ease,
        box-shadow .15s ease,
        transform .08s ease;
}

/* Hover */
.ad-select-dropdown label:hover::before{
    border-color:#7b61ff;
    box-shadow:0 0 0 3px rgba(123,97,255,.15);
}



.ad-select-dropdown label.checked::before{    
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00c";
	color: #7b61ff;
}



/* Active press feel */
.ad-select-dropdown label:active::before{
    transform:scale(.92);
}



/*Dropdown selected tags*/
.ad-tag{
    display:inline-block;
	background:#f2f4f7;
    border:1px solid #e4e7ec;
    color:#344054;
	padding:4px 10px;
	font-size:12px !important;
    font-weight:500;
	border-radius:5px;
	margin-right: 3px;
	margin-top: 2px;
}


/*Submit button*/
.ad-find-astrologers-submit button::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;	
	position: relative !important;
	background-color: unset !important;
	height: unset !important;	
	margin-right: 7px !important;
	/*transform: unset !important;	*/	
	content: "\f002" !important;
}

.ad-find-astrologers-submit button {
	width: 100%;	
}



/* Mobile */
@media (max-width: 640px) {

.ad-find-astrologers-root {
	max-width: 100%;
}

.ad-hero-searchbar {
	flex-direction: column;
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}




}
