*{box-sizing:border-box}:root{--sidebar-width:71px}.simple-dropdown{position:relative}.simple-dropdown ::selection{background-color:#0000}.simple-dropdown .down-arrow{transition:transform .2s ease-in-out}.simple-dropdown .placeholder-wrapper{background:#2b007999;width:100%;display:flex;gap:clamp(5px,5px + 3*(100vw - 390px)/1338,8px);border-radius:5px;border:1px solid #0000;justify-content:space-between;align-items:center;min-width:100%;padding:7px;transition:all .175s ease-in-out}.simple-dropdown .placeholder-wrapper label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.simple-dropdown .placeholder-wrapper{cursor:pointer}.simple-dropdown .placeholder-wrapper:hover{background:#2b0079;border:1px solid #664ea0!important;backdrop-filter:blur(50px);border-radius:5px}.simple-dropdown .placeholder-wrapper label{font-size:clamp(15px,15px + 2*(100vw - 390px)/1338,17px);font-weight:400}.simple-dropdown .placeholder-wrapper *{cursor:pointer}.simple-dropdown.active .down-arrow{transform:rotate(-180deg)}.simple-dropdown.active .placeholder-wrapper{background:#2b0079;border:1px solid #664ea0!important;backdrop-filter:blur(50px);border-radius:5px;padding:7px}.simple-dropdown label{font-family:Proxima Nova,sans-serif;font-size:clamp(14px,14px + 4*(100vw - 390px)/1338,18px);font-style:normal;font-weight:400;line-height:14px}.simple-dropdown .placeholder-wrapper:hover{cursor:pointer}.simple-dropdown.contact-template{background:linear-gradient(180deg,#513bfa33,#8643ff33);border-radius:5px}.simple-dropdown.contact-template .placeholder-wrapper{padding:13px 12px}.dropdown{display:none}.dropdown .search-wrapper input{height:30px}.dropdown .search-wrapper input,.dropdown .search-wrapper input::placeholder{font-size:clamp(14px,14px + 2*(100vw - 390px)/1338,16px)}.dropdown .search-wrapper svg{height:clamp(14px,14px + 2*(100vw - 390px)/1338,16px);width:clamp(14px,14px + 2*(100vw - 390px)/1338,16px)}.dropdown ul{z-index:1;gap:5px}.dropdown.active{display:flex;align-items:flex-start;justify-content:space-between;flex-flow:column;gap:10px;border-radius:15px;backdrop-filter:blur(9px);position:fixed;top:35px;left:0;z-index:9999999;width:max-content;padding:clamp(7px,7px + 4*(100vw - 390px)/1338,11px) clamp(10px,10px + 6*(100vw - 390px)/1338,16px);scrollbar-width:none;-ms-overflow-style:none}.dropdown.active:hover{scrollbar-width:thin;-ms-overflow-style:auto}.dropdown.scrollable{height:max-content;overflow-y:scroll;max-height:200px}.dropdown .option{display:flex;justify-content:space-between;align-items:center;gap:10px;cursor:pointer;font-size:.72rem;width:100%;padding:clamp(5px,5px + 3*(100vw - 390px)/1338,8px);transition:background-color .3s ease-in-out;border-radius:10px;min-width:clamp(130px,130px + 60*(100vw - 390px)/1338,190px);transition:all .125s ease-in-out}.dropdown .option:hover{background:#3520f499!important;background:linear-gradient(#3520f48c,#3520f48c),linear-gradient(#2b007999,#2b007999)}.dropdown .option:hover label{color:#fff}.dropdown .option:hover .circle{border:1px solid #fff}