.select{position:relative}.select .no-options{color:#000;background-color:#f6f6f6;padding:60px 0;text-align:center;position:absolute;z-index:9999;width:100%}.select .expand-option,.select .options{background-color:#fff;border:1px solid #ddd;list-style:none;margin-top:-3px;max-height:300px;overflow-x:auto;padding-left:0;animation-name:open;animation-duration:.7s;font-size:13px;border-radius:0 0 5px 5px;position:absolute;z-index:4;min-width:100%}.select .expand-option ::-webkit-scrollbar,.select .options ::-webkit-scrollbar{width:7px}.select .expand-option ::-webkit-scrollbar-thumb,.select .options ::-webkit-scrollbar-thumb{border-radius:3px}.select .expand-option ::-webkit-scrollbar-track,.select .options ::-webkit-scrollbar-track{background:#fff}.select .expand-option,.select .options{scrollbar-width:thin}.select .expand-option li,.select .options li{list-style:none;color:#000;word-wrap:break-word}.select .expand-option li ul,.select .options li ul{padding-left:0}@keyframes open{0%{max-height:0}to{max-height:300px}}.select .options li,.select .primary li{padding:.2rem;width:100%}.select .option-active .option.options-wrap,.select .options li:hover .option.options-wrap,.select .primary li:hover .option.options-wrap{color:#545454!important}.select .options li:not(:last-of-type){border-bottom:1px solid #ddd}.select .open-top{bottom:19px}.select .select-div{padding:15px;white-space:nowrap;overflow:hidden;position:relative;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.select .vertical-line{display:inline-block;height:25px}.select .downarrow{margin-right:5px;position:absolute;right:0}.select .form-control.select-div img{margin-right:7px}.select .searchdownarrow{margin-right:12px;margin-top:-5px}.select .zindex{z-index:100}.select .option-disabled{opacity:.5;pointer-events:none}.select .option-active .option,.select .options li:hover .option{color:#545454}.select .option{padding:4px 9px;width:100%;color:#000}.select .row-icon-view{flex-direction:row;display:flex}.select .row-icons{height:25px;width:25px}.select .expandIcon{margin:0 3px}.select .right-icon{position:absolute;float:right;right:0;top:-7px;margin-left:37px;padding-left:8px}.select .custom-select{position:relative;cursor:pointer}.select .down-arrow{position:absolute;right:10px;top:11px}.large-dd .select .option{width:98%}.large-dd .select .primary li{border-bottom:1px solid var(--grey91)}.large-dd .select .options-wrap{padding:5px 0}.large-dd .expand-option{width:max-content}.large-dd .expand-option>li{padding:6px 5px}.large-dd .select .code-div{min-width:50px}.disabled-select{opacity:.5;width:100%;position:relative}.disabled-select .down-arrow{position:absolute;right:10px;top:11px}