.custom-select__close{background:#fdb813;display:flex;align-items:center;width:100%;min-height:45px;-webkit-margin-after:15px;margin-block-end:15px;padding:5px 15px}.custom-select__txt{font-weight:600;font-size:14px;color:#fff;flex-grow:1;text-align:center}.custom-select__filter{width:calc(100% - 25px)}.custom-select__filter__wrap{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:5px;column-gap:5px;box-shadow:0 0 6px 0 rgba(0,0,0,.4);height:45px;padding:5px 15px;-webkit-margin-after:15px;margin-block-end:15px}.custom-select__result{padding:5px 15px;color:#000}.custom-select__result--none{display:none}.custom-select__list{overflow:auto;height:100%}.custom-select__list::-webkit-scrollbar{background-color:#f4f5f7;width:8px;border-radius:5px}.custom-select__list::-webkit-scrollbar-thumb{background-color:#ffb615;border-radius:5px}.custom-select__item{line-height:35px;padding:5px 15px;color:#000}.custom-select__item:nth-child(odd){background:#f8f8f8}.custom-select__item--selected{background-color:#8ea5ab!important;color:#fff}.custom-select__item--disabled{display:none}@media (min-width:768px){.custom-select__close{display:none}.custom-select__list{max-height:250px;overflow:auto}.custom-select__item{cursor:pointer}.custom-select__item:hover{background-color:#8ea5ab!important;color:#fff}.custom-select__result{cursor:default}}.custom-select:not(.custom-select--notMobile){position:fixed;inset-block-start:0;inset-inline-start:2000px;width:100%;height:100%;background-color:#fff;-webkit-transition:inset-inline-start .5s;-moz-transition:inset-inline-start .5s;-ms-transition:inset-inline-start .5s;-o-transition:inset-inline-start .5s;z-index:9999}.custom-select:not(.custom-select--notMobile) .custom-select__list{-webkit-padding-after:150px;padding-block-end:150px}@media (min-width:768px){.custom-select:not(.custom-select--notMobile){position:absolute;width:100%;inset-block-start:100%;inset-inline-start:0;height:auto;max-height:0;-webkit-transition:max-height .5s,box-shadow .5s;-moz-transition:max-height .5s,box-shadow .5s;-ms-transition:max-height .5s,box-shadow .5s;-o-transition:max-height .5s,box-shadow .5s;z-index:9998;box-shadow:0 0 0 0 transparent;overflow:hidden}.custom-select:not(.custom-select--notMobile) .custom-select__list{-webkit-padding-after:20px;padding-block-end:20px}}.custom-select.custom-select--active:not(.custom-select--notMobile){inset-inline-start:0}@media (min-width:768px){.custom-select.custom-select--active:not(.custom-select--notMobile){max-height:300px;box-shadow:0 0 6px 0 rgba(0,0,0,.4);border-radius:5px}}.custom-select.custom-select--notMobile{position:absolute;width:100%;inset-block-start:100%;inset-inline-start:0;height:auto;max-height:0;-webkit-transition:max-height .5s,box-shadow .5s;-moz-transition:max-height .5s,box-shadow .5s;-ms-transition:max-height .5s,box-shadow .5s;-o-transition:max-height .5s,box-shadow .5s;z-index:9998;box-shadow:0 0 0 0 transparent;overflow:hidden}.custom-select.custom-select--notMobile .custom-select__list{-webkit-padding-after:20px;padding-block-end:20px}.custom-select.custom-select--active.custom-select--notMobile{max-height:300px;box-shadow:0 0 6px 0 rgba(0,0,0,.4);border-radius:5px}