﻿.dropdown-tag{color:var(--secondary-500) !important;background-color:var(--secondary-1000) !important;display:inline-flex !important}.custom-select-container{position:relative;width:100%}.custom-select-selected{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--greyscale-1000);border:1px solid var(--greyscale-600);cursor:pointer;height:56px}.custom-select-selected .selected-text{color:var(--greyscale-400)}.custom-select-selected i{color:var(--greyscale-500);transition:transform .2s ease}.custom-select-options{display:none;position:absolute;top:100%;left:0;right:0;background:var(--greyscale-800);border:1px solid var(--greyscale-600);border-top:none;max-height:200px;overflow-y:auto;z-index:1;margin-top:-1px}.custom-select-options.show{display:block}.custom-select-options .dropdown-search-container{position:sticky;top:0;background:var(--greyscale-1000);z-index:1}.custom-select-option{padding:8px 12px;cursor:pointer;color:var(--greyscale-400);background:var(--greyscale-800);height:56px;display:flex;align-items:center}.custom-select-option:hover{background-color:var(--greyscale-700)}.custom-select-options::-webkit-scrollbar{width:8px}.custom-select-options::-webkit-scrollbar-track{background:var(--greyscale-900)}.custom-select-options::-webkit-scrollbar-thumb{background:var(--greyscale-700)}