.cshm-dropdown{position:relative;display:inline-block;min-width:90px;font-family:inherit;font-weight:400;font-size:16px}.cshm-dropdown--white .cshm-dropdown__toggle,.cshm-dropdown--white .cshm-dropdown__menu{background-color:#fff;color:#090909}.cshm-dropdown--white .cshm-dropdown__toggle:hover{background-color:#f3f4f5}.cshm-dropdown--white .cshm-dropdown__item{color:#090909}.cshm-dropdown--white .cshm-dropdown__item:hover,.cshm-dropdown--white .cshm-dropdown__item--active,.cshm-dropdown--white .cshm-dropdown__item--active.cshm-dropdown--white .cshm-dropdown__item:hover{background-color:#f0f0f1;color:#090909}.cshm-dropdown--black .cshm-dropdown__toggle,.cshm-dropdown--black .cshm-dropdown__menu{background-color:#1f1f1f;color:#fff}.cshm-dropdown--black .cshm-dropdown__toggle:hover{background-color:#272727}.cshm-dropdown--black .cshm-dropdown__item{color:#fff}.cshm-dropdown--black .cshm-dropdown__item:hover,.cshm-dropdown--black .cshm-dropdown__item--active,.cshm-dropdown--black .cshm-dropdown__item--active.cshm-dropdown--black .cshm-dropdown__item:hover{background-color:#272727;color:#fff}.cshm-dropdown__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 11px;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.cshm-dropdown__toggle:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.cshm-dropdown__flag{width:22px}.cshm-dropdown__current{display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:8px}.cshm-dropdown__current .cshm-dropdown__flag{margin-right:4px}.cshm-dropdown__icon{width:8px;height:8px;border-right:2px solid #50575e;border-bottom:2px solid #50575e;transform:rotate(45deg);transform-origin:center;transition:transform .15s ease}.cshm-dropdown__menu{position:absolute;top:calc(100% + 4px);left:0;right:auto;min-width:100%;margin:0;padding:8px 0;border-radius:10px;border:1px solid rgba(1,7,158,.0705882353);box-shadow:0 4px 24px #bdb7cd40;opacity:0;transform:translateY(4px) scaleY(.95);transform-origin:top;pointer-events:none;max-height:0;overflow:hidden;transition:opacity .18s ease,transform .18s ease,max-height .18s ease;z-index:9999}.cshm-dropdown__item{display:flex;padding:8px 12px;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,color .15s ease}.cshm-dropdown__item .cshm-dropdown__flag{display:inline-flex;margin-right:12px}.cshm-dropdown--open .cshm-dropdown__menu{opacity:1;transform:translateY(0) scaleY(1);pointer-events:auto;max-height:320px;min-width:155px}.cshm-dropdown--open .cshm-dropdown__icon{transform:rotate(-135deg)}
