.dropdown{top:100%;right:0;z-index:21;-webkit-box-shadow:0 -.24px 3.06px 0 rgba(39,46,65,.09),0 -.6px 7.73px 0 rgba(39,46,65,.06),0 -.93pt 15.77px 0 rgba(39,46,65,.05);box-shadow:0 -.24px 3.06px 0 rgba(39,46,65,.09),0 -.6px 7.73px 0 rgba(39,46,65,.06),0 -.93pt 15.77px 0 rgba(39,46,65,.05);border-radius:.75rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;max-height:0;-webkit-transition:max-height 50ms;transition:max-height 50ms;position:absolute;background-color:#fff;margin-top:.25rem}.dropdown.show{max-height:20rem;overflow-y:scroll;padding-top:.75rem;padding-bottom:.75rem;padding-inline:0}.dropdown.show::-webkit-scrollbar{display:none}.dropdown.full-width{width:100%}.dropdown.below{top:100%}.dropdown li{list-style:none}.dropdown .single-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#454b5c;font-weight:500;padding-top:.625rem;padding-bottom:.625rem;padding-inline:1rem;cursor:pointer}.dropdown .single-row.selected{color:#001965}.dropdown .single-row.not-enabled{color:#8e94a6}.dropdown .single-row .option{margin-bottom:0}.dropdown .single-row .option.row-count{text-align:var(--text-align-direction-end);min-width:2rem;-webkit-margin-start:1rem;margin-inline-start:1rem}.dropdown .single-row:hover{background-color:#f7f8fa;color:#001965}