.custom-dropdown{width:100%;font-family:sans-serif;position:relative}.custom-dropdown-header{cursor:pointer;background-color:#fff;border:1px solid #dbdbdb;border-radius:34px;justify-content:space-between;align-items:center;width:100%;padding:10px 15px;display:flex}.custom-dropdown-header:focus{border-radius:34px}.custom-dropdown-header .arrow{background-image:url(../media/arrow-down.2f810afc.svg);background-position:50%;background-repeat:no-repeat;border:1px solid #dbdbdb;border-radius:25px;transition:transform .2s;display:inline-block;width:24px!important;height:24px!important}.custom-dropdown-header .arrow.open{background-color:#3e73cf;background-image:url(../media/arrow-up.00bb38e2.svg);transform:rotate(-180deg)}.custom-dropdown-list{z-index:1000;background-color:#fff;border-radius:0 0 34px 34px;width:100%;padding:0;list-style:none;position:absolute;box-shadow:0 12px 14px #7070701a}.custom-dropdown-item{cursor:pointer;padding:10px 15px}.custom-dropdown-item:hover{background-color:#f1f1f1}
