.custom-select{position:relative}.custom-select__option{text-overflow:ellipsis;font-family:inherit;user-select:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;display:block;text-align:left;overflow:hidden;box-sizing:border-box;white-space:nowrap;cursor:pointer;padding:0;background-color:transparent;width:100%}.custom-select__option-wrap{position:relative}.custom-select__input{font-family:inherit;border-width:1px 0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-style:solid;display:block;box-sizing:border-box;padding:0;width:100%}.custom-select__dropdown{left:0;box-sizing:border-box;position:absolute;top:100%;width:100%}.custom-select--dropup .custom-select__dropdown{top:auto;bottom:100%}.custom-select__option{line-height:1.5;color:#212121;position:relative;padding:.375rem .75rem;font-size:1rem}.custom-select__option:focus{outline:none}.custom-select__option:focus,.custom-select__option:hover{background-color:#f9f9f9}.custom-select__option--value{border-radius:.25rem;border:1px solid #e6e6e6;padding-right:1.875rem;background-color:#fff}.custom-select__option--value:after{border-width:.3rem .3rem 0;transform:translateY(-50%);border-style:solid;right:.75rem;box-sizing:border-box;position:absolute;border-color:currentcolor transparent;top:50%;height:0;content:"";width:0}.custom-select--active .custom-select__option--value:after{transform:translateY(-50%) rotate(-180deg)}.custom-select--active .custom-select__option--value{border-bottom-color:transparent;border-radius:.25rem .25rem 0 0}.custom-select--active .custom-select__option--value:focus,.custom-select--active .custom-select__option--value:hover{background-color:#fff}.custom-select--dropup.custom-select--active .custom-select__option--value{border-bottom-color:#e6e6e6;border-radius:0 0 .25rem .25rem;border-top-color:transparent}.custom-select__option--selected{background-color:#fcfcfc}.custom-select__option[disabled]{color:#a1a1a1;cursor:default}.custom-select__option[disabled]:focus,.custom-select__option[disabled]:hover{background-color:transparent}.custom-select__option-wrap{overflow-y:auto;max-height:11.25rem}.custom-select__option-wrap::-webkit-scrollbar{width:16px}.custom-select__option-wrap::-webkit-scrollbar-thumb{border-width:0 4px;background-clip:padding-box;border-style:solid;border-color:transparent;background-color:#e6e6e6}.custom-select__input{margin-top:-1px;transform:translateY(1px);color:#212121;z-index:1;position:relative;border-color:#e6e6e6;padding:0 .75rem;height:2.25rem;font-size:1rem}.custom-select__input:focus{outline:none}.custom-select--dropup .custom-select__input{margin-top:0;transform:translateY(0);border-top-width:0}.custom-select__dropdown{border-radius:0 0 .25rem .25rem;border:1px solid #e6e6e6;border-top:0 solid #e6e6e6;overflow:hidden;z-index:1;top:calc(100% - 1px);background-color:#fff}.custom-select--dropup .custom-select__dropdown{border-width:1px 1px 0;border-radius:.25rem .25rem 0 0;bottom:calc(100% - 1px)}