.dropdown{background:#fff;border:1px solid #ebebeb;border-radius:5px;box-shadow:0 4px 12px #0000001a;min-width:10rem;overflow:hidden}.dropdown-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.dropdown-list-item{margin:0;padding:.5rem}.dropdown-list-item:not(:last-child){border-bottom:1px solid #ebebeb}.dropdown-item{display:flex;align-items:center;gap:2rem;width:100%;padding:.4rem 1rem;border:none;border-radius:5px;background:transparent;transition:background .2s;cursor:pointer}.dropdown-item:hover{background-color:#f7f7f7}.dropdown-item.is-active .dropdown-item-check{opacity:1}.dropdown-item:not(.is-active) .dropdown-item-check{opacity:0}.dropdown-item.danger:hover{background-color:#ffebee;color:#d22628}.dropdown-item-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.6rem;height:1.6rem;opacity:0;transition:opacity .2s ease}.dropdown-item-check .icon-check{width:1.2rem;height:1.2rem;fill:#1464ff}.dropdown-item-label{flex:1;text-align:left;font-size:1.4rem;color:#8c8c8c;white-space:nowrap}.dropdown-item:hover .dropdown-item-label,.dropdown-item.is-active .dropdown-item-label{color:#0d0d0d}.dropdown-item.danger .dropdown-item-label{color:#d22628}.dropdown-item:hover .dropdown-item.danger .dropdown-item-label{color:#b71c1c}
