.input__box--select--small::after{content:none}.input__box--select--small select{padding-right:23px}.customSelectWrapper{position:relative}.customSelectWrapper.disabled{background-color: lightgrey;} .customSelectWrapperBig .customSelectOption{white-space:break-spaces!important;}.customSelectOptionWrapper{position:absolute;z-index:99;width:calc(100% + 12px);top:calc(100% + 2px);left:50%;transform:translateX(-50%);background-color:#fff;box-sizing:border-box;border-radius:4px;box-shadow:0 2px 10px 0 rgb(106 106 106 / 16%);max-height:186px;overflow-y:scroll;-ms-overflow-style: none;scrollbar-width: none;}.customSelectOptionWrapper::-webkit-scrollbar{display: none;}.customSelectOption{text-align:left; padding:6px 9px;font-size:13px;border-bottom:1px solid #ededed}.customSelectOption.active{background-color:#ededed;font-weight:700}.customSelectOption.disabled{background: #d0d0d0;color: #909090;}.customSelectOption:last-child{border-bottom:0}.customSelect{overflow: hidden;text-overflow: ellipsis}.customSelect::after{content:"";display:inline-block;width:10px;height:10px;border-bottom:1px solid #000;border-left:1px solid #000;vertical-align:middle;position:absolute;right:17px;top:50%;transform:rotate(-45deg);margin-top:-10px;margin-left:-10px}.customSelectWrapper.on .customSelect::after{transform:rotate(135deg);margin-top:-3px}.customSelectWrapperSmall .customSelect::after{width:6px;height:6px;right:10px;margin-top:-5px}.customSelectWrapperSmall.on .customSelect::after{margin-top:-1px}.customSelectWrapper.readonly{cursor:not-allowed}@media only screen and (min-width: 481px) {.customSelectOptionWrapper{max-height: 248px;}}