.dropdown-component{position:relative}.dropdown-component .dropdown-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;position:relative}.dropdown-component .dropdown-trigger .trigger-left{min-width:0}.dropdown-component .dropdown-trigger .dropdown-trigger-content{min-width:0}.dropdown-component .dropdown-trigger .search-input{outline:none !important}.dropdown-component .dropdown-trigger .search-input{color:#63666a}.dropdown-component .dropdown-arrow{-webkit-transition:all .3s;transition:all .3s}.dropdown-component .show .dropdown-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-component .dropdown-menu.show{overflow:auto;overflow-x:hidden;max-height:253px;padding:0;overflow-y:overlay;width:-webkit-min-content;width:-moz-min-content;width:min-content;min-width:100%;max-width:100%}.dropdown-component .dropdown-menu .option{padding:10px 23px;text-overflow:ellipsis;overflow:hidden;color:#63666a;font-family:"Suisse Intl Regular";font-size:12px;line-height:19px;display:none;cursor:pointer;white-space:nowrap}.dropdown-component .dropdown-menu .option.shown{display:block}.dropdown-component .dropdown-menu .option.selected,.dropdown-component .dropdown-menu .option:hover{background-color:rgba(99,102,106,.15)}.dropdown-component .dropdown-menu::-webkit-scrollbar{width:5px}.dropdown-component .dropdown-menu::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.dropdown-component .dropdown-menu::-webkit-scrollbar-thumb{background:#63666a;border-radius:50px}.dropdown-component .dropdown-menu::-webkit-scrollbar-thumb:hover{background:#fff}@media(min-width: 992px){.dropdown-component .dropdown-menu.show{overflow:auto;overflow-x:hidden;max-height:253px;padding:0;overflow-y:overlay;width:-webkit-min-content;width:-moz-min-content;width:min-content;min-width:100%}}
