.custom-dropdown{position:relative}.custom-dropdown a.dropdown-toggle{background:#f5f7fa;border-radius:5px;color:#13213a;display:block;font-size:16px;font-size:var(--font-small);font-weight:700;line-height:36px;min-height:36px;outline:none;overflow:hidden;padding:0 30px 0 12px;position:relative;text-align:left;text-decoration:none;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:100%}.custom-dropdown a.dropdown-toggle:after{border-bottom:1px solid #272726;border-right:1px solid #272726;content:"";height:6px;margin-top:-6px;position:absolute;right:10px;top:50%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);width:6px}.custom-dropdown a.dropdown-toggle *{pointer-events:none}.custom-dropdown.open .dropdown-menu{display:block}.custom-dropdown .dropdown-menu{background:#fff;border:1px solid var(--global-border-gray);border-radius:5px;display:none;left:0;list-style:none;margin:6px 0 0;max-height:242px;overflow-y:auto;padding:4px;position:absolute;right:0;top:100%;z-index:2}.custom-dropdown .dropdown-menu::-webkit-scrollbar{width:8px}.custom-dropdown .dropdown-menu::-webkit-scrollbar-track{background-color:#f2f2f2;border:2px solid #fff;border-radius:0 5px 5px 0}.custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb{background-color:#bababa;border:2px solid #fff;border-radius:0 5px 5px 0}.custom-dropdown .dropdown-menu>li{list-style:none;margin:0;padding:0}.custom-dropdown .dropdown-menu>li.active>a{background:#f5f7fa;border-radius:5px;color:#13213a}.custom-dropdown .dropdown-menu>li.active>a:hover{color:#13213a}.custom-dropdown .dropdown-menu>li>a{display:-ms-flexbox;display:flex;min-height:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#13213a;font-size:var(--font-small);font-weight:700;line-height:1;margin:0;padding:4px 12px;text-transform:uppercase;word-break:break-word}.custom-dropdown .dropdown-menu>li>a:hover{color:var(--color-anchor);text-decoration:none}.custom-dropdown .dropdown-menu>li>a *{pointer-events:none}