.filterButton{
	font-family: 'Rajdhani',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #08243E;
    padding: 0px 20px 0 15px;
    background: #fff;
    border: 2px solid #08243E;
    cursor: pointer;
    width: 185px;
	height: 40px;
    text-align: left;
    margin-right: 1.7%;
    border-radius: 0;
    outline:0;
}
.filterButton:focus{
    outline: 0;
}
.filterButton input::placeholder{
    font-family: 'Rajdhani',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #08243E;
    background: #fff;
}
.icon{
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.icon .close {
    display: none;
    opacity: 0;
}
ul.filterItems.showDropdown.show,.icon .show{
	opacity: 1;
    visibility: visible;
}
.icon{
    animation: fadeIn ease 0.8s;
    -webkit-animation: fadeIn ease 0.8s;
    -moz-animation: fadeIn ease 0.8s;
    -o-animation: fadeIn ease 0.8s;
    -ms-animation: fadeIn ease 0.8s;
}
@keyframes fadeIn {
    0% {
        opacity:0;
        visibility: hidden;
    }
    100% {
        opacity:1;
        visibility: visible;
    }
}
button.filterButton.active {
    background: #08243E;
    color: #fff;
}
ul.filterItems.showDropdown{
    opacity:0;
    visibility: hidden;
	padding: 0px;
    margin: 0;
    background: #fff;
    width: 185px; 
    position: absolute !important;
    z-index: 1;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
ul.filterItems li {
    list-style: none;
    color: #000;
    transition: 0.5s;
    -webkit-tap-highlight-color: transparent;
	position: relative;
}
ul.filterItems li span{
	border-bottom: 1px solid #08243E;
    display: block;
    width: 152px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: auto;
    padding-left: 15px;
    transition: 0.5s;
    text-decoration: none;
    text-align: left;
    color: #000;
    text-transform: capitalize;
}
.round input[type="radio"] {
    visibility: hidden;
    display: none;
}
.round label{
	cursor: pointer;
	position: relative;
    margin-bottom: 0px;
    width: 100%;
    padding-left: 14px;
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
}
.round input[type="radio"]:not(:checked) + label {
    font-weight: 600;
}
.round input[type="radio"]:checked + label {
    font-weight: 700;
}
.round label:before{
	content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border: 1px solid #051F3D;
    left: -10px;
    border-radius: 30px;
    top: 23px;
    transform: translate(0%, -50%);
}
.round input[type="radio"]:not(:checked) + label:before {
    background: #fff;
    border: 1px solid #051F3D;
}
.round input[type="radio"]:checked + label:before {
    background: #521EFF;
    border: 1px solid #521EFF;
}
.round label:after {
    content: "";
    background-color: white;
    border-radius: 30px;
    width: 4.5px;
    height: 5px;
    left: -7.5px;
    position: absolute;
    top: 23px;
    transform: translate(0%, -50%);
}
.round input[type="radio"]:checked + label:after {
    background-color: #fff;
	opacity: 1;
}
ul.filterItems li:last-child span {
    border-bottom: none;
}
button.more-button-event {
    margin-bottom: 58px;
    margin-top: 31px;
}
.event_all_item h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #08243E;
    margin-bottom: 10px;
}
.eventWrapper .header_title{
    margin-bottom: 24px;
}
#eventDate{
    width: 100%;
    border: none;
    font-family: 'Rajdhani',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #08243E;
    cursor: pointer;
    padding: 0;
    pointer-events: none
}
.noEvent{
    font-family: 'Rajdhani',sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: #08243E;
    margin: auto;
    text-align: center;
    margin-bottom: 68px;
}
.noSeattleEventImg,.noCommunityEventImg{
    display: none;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 50px;
    transition: transform .6s;
    object-fit: cover;
    object-position: center top;
}
.eventWrapper .no_event_item {
    margin: auto;
}
.eventWrapper .fl_right {
    margin-top: 5px;
}
.showSeattleButton,.showCommButton {
    width: max-content;
    margin: auto;
}
.seattleEvent,.communityEvent{
    position: relative;
}
#seattleLoader,#communityLoader{
    position: absolute;
    background: rgb(255 255 255 / 60%);
}
@media(max-width: 991.98px){
    .eventWrapper .fl_right {
        display: flex;
        align-items: flex-start;
        margin-left: auto;
        width: max-content;
        float: unset;
    }
    .eventWrapper span.search_btn,.eventWrapper span.search_btn.close_icon{
        margin: 0 10px 0 5px;
    }
}
/******** Mobile Landscape **********/
@media (max-width: 767.99px){
    button#regionalEvents {
        margin-top: 10px;
    }
}
/*********** Mobile *************/
@media (max-width: 574.99px){
    .filterButton{
        width: 100%;
        margin-top: 8px;
    }
    .filterButton:first-child{
        margin-top: 0;
    }
    .eventButton{
        position: relative;
    }
    ul.filterItems.showDropdown.show{
        
        width: 100%;
    }
    ul.filterItems li span{
        width: 94%;
    }
    .eventWrapper span.search_btn, .eventWrapper span.search_btn.close_icon {
        margin: 15px;
    }
    button#regionalEvents {
        margin-top: 0px;
    }
}