.custom-dropdown{width:100%;display:inline-block;position:relative}.custom-dropdown-menu{z-index:1000;float:left;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:4px;min-width:100%;max-height:200px;margin:0;padding:0;font-size:14px;list-style:none;display:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 6px 12px rgba(0,0,0,.176)}.custom-dropdown-menu.show{display:block}.custom-dropdown-item{clear:both;color:#333;white-space:nowrap;cursor:pointer;padding:8px 12px;font-weight:400;line-height:1.42857;display:block}.custom-dropdown-item:hover,.custom-dropdown-item:focus{color:#262626;background-color:#f5f5f5;text-decoration:none}.custom-dropdown-toggle{color:#555;cursor:pointer;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;font-size:14px;line-height:1.42857;display:flex;position:relative}.custom-dropdown-toggle:hover,.custom-dropdown-toggle:focus{color:#333;background-color:#e6e6e6;border-color:#adadad}.custom-dropdown-toggle:disabled{cursor:not-allowed;opacity:.6;background-color:#eee}
