.button-select{display:flex;flex-direction:row;align-items:center;gap:8px;justify-content:right}
@media screen and (max-width:560px){.button-select{flex-direction:column}
}
.custom-dropdown-container{position:relative;vertical-align:middle}
.custom-dropdown-trigger{display:inline-block;font-weight:400;color:#555;text-align:left;vertical-align:middle;cursor:pointer;user-select:none;background-color:#f0f0f0;border:2px solid #ccc;padding:8px 40px 8px 12px;font-size:1rem;line-height:1.5;border-radius:50px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;position:relative;min-width:120px;width:264px;background-image:linear-gradient(to bottom,white 0,#e0e0e0 100%)}
.custom-dropdown-trigger:hover{border-color:#aaa;background-color:#e0e0e0;background-image:none}
.custom-dropdown-option.selected,.custom-dropdown-option:hover{background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;background-color:#e0e0e0}
.custom-dropdown-trigger:focus-visible{outline:3px #2b0060 dashed !important;outline-offset:2px !important;border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,0.25)}
.custom-dropdown-trigger .selected-value{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;font-size:20px;line-height:1.5;width:81%;margin-left:12px;color:black}
.custom-dropdown-trigger:disabled{background-color:#e9ecef;opacity:.65;cursor:not-allowed}
.custom-dropdown-options{position:absolute;top:100%;left:0;z-index:1000;display:none;min-width:100%;padding:0;margin:2px 0 0;font-size:20px;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:2px solid #ccc;border-radius:21px;max-height:250px;overflow-y:auto;box-shadow:0 .5rem 1rem rgba(0,0,0,.1);scrollbar-color:#999 transparent;background:white}
.custom-dropdown-options li{margin:0;padding:0}
.custom-dropdown-option{display:block;width:100%;padding:.4rem 1rem;clear:both;font-weight:400;color:#333;text-align:inherit;white-space:nowrap;background-color:transparent;border:0;cursor:pointer;border-bottom:1px solid #ccc;margin-top:2px;padding:13px;box-sizing:border-box}
.custom-dropdown-option:hover,.custom-dropdown-option:focus{color:#1e2125;background-color:#f8f9fa;outline:0}
.custom-dropdown-option:disabled{color:#6c757d;pointer-events:none;background-color:transparent}
.evnt-flx-box .dropdown-button-content-news>.eqaul-height-evn>h4{font-size:1.375rem !important;line-height:1.5 !important}
.evnt-flx-box .dropdown-button-content-news>.eqaul-height-evn>.events-p-container>p,.eqaul-height-evn>a>.dropdown-button-content-read-more-button{font-size:1.125rem !important;line-height:1.5 !important}
.evnt-flx-box .eqaul-height-evn:has(a:focus-visible){color:#fff;background-color:#007bbd;border:1px solid #007bbd}
.evnt-flx-box .eqaul-height-evn h4:has(~ a:focus-visible)::after{background:#FFF}
.evnt-flx-box .eqaul-height-evn h4:has(~ a:focus-visible),.evnt-flx-box .eqaul-height-evn .events-p-container:has(~ a:focus-visible) p{color:#FFF}
.eqaul-height-evn>a:focus-visible{outline:unset !important;outline-offset:unset !important}
.eqaul-height-evn>a:focus-visible>.dropdown-button-content-read-more-button{outline:3px #2b0060 dashed !important;outline-offset:2px !important;color:#007bbd !important;background-color:#FFF !important}
.dropdown-arrow-icon{position:absolute;right:27px;top:52%;transform:translateY(-50%) rotate(180deg);width:25px;height:40px;transition:transform .2s ease-in-out;pointer-events:none}