@charset "UTF-8";.dropdown__wrapper{position:absolute;margin-top:5px;border:1px solid #dddddd;border-width:.0625rem;box-shadow:0 0 2.5rem #ebebeb66;z-index:2;background-color:#fff;border-radius:.25rem;width:100%}.dropdown__items{max-height:13.75rem;overflow:hidden auto}.select-item{display:flex;justify-content:center;align-items:center}.select-item__title{overflow:hidden;text-overflow:ellipsis}.select-item__container{display:flex;align-items:center;justify-content:flex-start;padding-left:14px;width:100%;min-height:1.875rem;text-align:center;cursor:pointer}.select-item__container:hover,.select-item__container.selected{background-color:#4054d80d}.select-item__container:hover .select-item__title,.select-item__container.selected .select-item__title{font-weight:600}.select-item__container.selected:after{content:"✓";margin-left:.5rem;color:#4054d8}@media(max-width:599px){.select-item{padding-left:.6875rem;padding-right:.6875rem;min-width:90vw;max-width:95vw;min-height:80%}}
