.dropdown{--topOffset:18px;box-shadow:9px 4px 42.8px 0 rgba(0,0,0,.1019607843);padding:16px;border-radius:var(--border-radius-base);background-color:#fff;position:absolute;top:calc(100% + var(--topOffset));width:max-content;left:0}.dropdown--max-height{max-height:300px;overflow:auto}.dropdown--max-height::-webkit-scrollbar{width:5px;height:5px;border-radius:0;background-color:#f5f5f5}.dropdown--max-height::-webkit-scrollbar-thumb{background-color:var(--color-grey-stroke);border-radius:10em}.dropdown--max-height::-webkit-scrollbar-thumb:hover{cursor:pointer;background-color:var(--color-grey-icon)}.dropdown--filter{--topOffset:8px;box-shadow:9px 4px 20px 0 rgba(0,0,0,.1490196078)}.dropdown--max-width{max-width:100%}.dropdown--min-width{width:100%}.dropdown--right{right:0;left:auto}.dropdown:before{position:absolute;content:"";left:0;right:0;bottom:100%;height:var(--topOffset)}@media(max-width:1199px){.dropdown--select{max-width:100%;width:100%}}