.search-wrapper{display:flex;align-items:center;gap:10px;position:relative}.search-wrapper .search-bar-wrapper{position:relative;width:300px;height:40px;flex-shrink:0}.search-wrapper .search-bar-wrapper input{width:100%;height:100%;padding-left:40px;border-radius:15px;border:.5px solid #e2e8f0;font-size:14px;opacity:1;box-sizing:border-box;color:#a0aec0}.search-wrapper .search-bar-wrapper input::placeholder{color:#a0aec0;opacity:1}.search-wrapper .search-bar-wrapper input:focus{outline:none;border-color:#e2e8f0}.search-wrapper .search-bar-wrapper .search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:20px;height:20px}.search-wrapper .search-right{width:40px;height:40px;cursor:pointer}@media (max-width: 600px){.search-wrapper .search-bar-wrapper{width:200px}}.page-title-wrapper{display:flex;flex-direction:row;gap:15px;align-items:center;margin-bottom:10px}.page-title-wrapper img{width:30px;height:30px;cursor:pointer}.page-title{font-weight:600;font-size:28px;line-height:150%;letter-spacing:0%;color:#2d3748}.dropdown-options{position:absolute;top:100%;right:0;left:auto;width:auto;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 10px #0000001a;list-style:none;padding:0;margin:4px 0 0;z-index:100000;height:auto;overflow-y:visible}.dropdown-options li{font-family:Figtree,sans-serif;padding:12px 16px;font-size:14px;font-weight:400;line-height:20px;color:#16161d;transition:background .2s;display:flex;flex-direction:row;gap:5px;cursor:pointer}.dropdown-options li:hover{background:#d9defa}.dropdown-options li:first-child:hover{border-top-left-radius:16px;border-top-right-radius:16px}.dropdown-options li:last-child:hover{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.dropdown-options li.selected{font-weight:500;background:#d9defa}.dropdown-options .filter-option{opacity:1;border-radius:100px;padding:7px 10px;font-weight:400;font-size:13px;line-height:100%;color:#6e8097;font-family:Roboto,sans-serif}.dropdown-options .filter{font-weight:400;font-size:14px;line-height:20px;color:#6e8097}.dropdown-multiple-wrapper{position:absolute;top:100%;right:0;display:flex;flex-direction:row;align-items:flex-start;gap:0;z-index:20;margin:4px 0 0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 10px #0000001a;overflow:hidden}.dropdown-multiple-wrapper .dropdown-options{position:relative;border-radius:0;box-shadow:none;border-bottom:none;margin:0}.dropdown-multiple-wrapper .dropdown-options .filter{padding:10px;align-items:center;text-align:center}.dropdown-multiple-wrapper .dropdown-options li{border-radius:0}.close-circle-button{position:relative;top:-24px;right:-7px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 4px #0003;z-index:10;transition:transform .3s ease;margin:0 -17px -19px auto;border:1px;cursor:pointer;background:url(/assets/close.svg) no-repeat center center;background-color:#fff}.close-circle-button:after{position:absolute}.arrow-left,.arrow-right{width:9px;height:32px;background-size:contain;background-repeat:no-repeat;background-position:center;cursor:pointer;flex-shrink:0}.arrow-left{background-image:url(/assets/arrow-left-gray.svg)}.arrow-right{background-image:url(/assets/arrow-right-gray.svg)}.empty-results{display:flex;flex-direction:column;justify-content:center;margin:15% auto auto;align-items:center}.empty-results img{width:200px;height:auto}.form{display:flex;flex-direction:column;gap:16px;opacity:1;border-radius:16px;padding:24px;background:#fff}.form .fill-out{font-weight:600;font-size:18px;line-height:110%;letter-spacing:0%;color:#1a1c21}.form-field{display:flex;flex-direction:column;gap:8px;position:relative}.form-field label{font-weight:500;font-size:14px;line-height:24px;color:#61737b}.form-field input,.form-field textarea,.form-field select{width:100%;max-width:100%;border-radius:10px;border:1px solid #ccd0d3;padding:10px 12px;font-size:14px;color:#6e8097;box-sizing:border-box}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{outline:none;border-color:#6e8097;box-shadow:none}.form-field input::placeholder,.form-field textarea::placeholder,.form-field select::placeholder{color:#e2e8f0}.form-field textarea{min-height:120px;resize:vertical}.form-field select{appearance:none;background-image:url(/assets/arrow-down.svg);background-repeat:no-repeat;background-position:right 12px center;background-size:16px 16px;cursor:pointer}.form-field .multiselect{position:relative;min-width:150px;max-width:100%;height:auto;opacity:1;border-radius:10px;padding:10px 12px;border-width:1px;display:flex;flex-direction:row;justify-content:space-between;border:1px solid #ccd0d3;cursor:pointer}.form-field .multiselect img{width:10px;height:auto}.form-field .multiselect .dropdown-options{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;max-height:250px;overflow-y:auto;background:#fff;border:1px solid #ccd0d3;border-radius:16px;z-index:100000;box-shadow:0 4px 12px #0000001a}.form-field .multiselect .dropdown-options li{display:flex;flex-direction:row;gap:10px;padding:10px}.form-field .multiselect .dropdown-options li input{width:15px;height:auto}.form-field.checkbox{flex-direction:row;align-items:center}.form-field.checkbox input{width:20px}.form-field .placeholder{font-family:Poppins,sans-serif;font-weight:400;font-size:14px;letter-spacing:0px;color:#61737b}.form-field .toggle-password{background-image:url(/assets/password-hidden.svg);background-repeat:no-repeat;background-position:center;position:absolute;right:12px;top:40px;width:20px;height:20px;cursor:pointer;opacity:.7;transition:opacity .2s}.form-field .toggle-password:hover{opacity:1}.form-field-row{display:flex;gap:20px;margin-bottom:15px;width:100%}.form-field-row div{width:50%}.form-field-row div input{width:100%}.button-blue{padding-left:15px;padding-right:15px;height:37px;max-width:max-content;border-radius:12px;border:none;background-color:#3461d2;color:#fff;font-weight:500;font-size:14px;line-height:150%;display:flex;justify-content:center;align-items:center;z-index:100;cursor:pointer;font-family:Poppins,sans-serif;gap:8px}.button-blue:hover{background-color:#1f3d89}.button-blue:disabled{background-color:#d9defa;color:#fff;cursor:not-allowed}.button-blue.dark{background-color:#1e1745}.button-blue-small{padding-left:15px;padding-right:15px;height:30px;max-width:max-content;gap:8px;opacity:1;border-radius:10px;border:none;background-color:#3461d2;color:#fff;font-weight:500;font-size:14px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-family:Poppins,sans-serif;z-index:100}.button-blue-small:hover{background-color:#1f3d89}.button-blue-small:disabled{background-color:#d9defa;color:#fff;cursor:not-allowed}.button-white{padding-left:15px;padding-right:15px;height:40px;max-width:max-content;gap:8px;opacity:1;border-radius:10px;border:1px solid #3461d2;font-weight:500;font-size:14px;color:#3461d2;display:flex;justify-content:center;align-items:center;cursor:pointer;font-family:Poppins,sans-serif;background-color:#fff;line-height:150%;text-align:center;z-index:100}.button-white:hover{background:#e0e7ff}.button-white.dark{color:#1e1745}.button-white-small{height:30px;max-width:max-content;gap:8px;padding-left:15px;padding-right:15px;opacity:1;border-radius:10px;border:1px solid #3461d2;border-width:1px;display:flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;line-height:100%;color:#3461d2;background-color:#fff;z-index:100;cursor:pointer}.button-white-small:hover{background:#e0e7ff}.button-white-small.dark{color:#1e1745}.button-transparent{padding-left:15px;padding-right:15px;height:37px;max-width:max-content;gap:8px;opacity:1;border-radius:10px;border:1px solid #ffffff;font-weight:500;font-size:14px;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;font-family:Poppins,sans-serif;line-height:150%;text-align:center;z-index:100}.button-transparent:hover{background:#e0e7ff;color:#1e1745}.button-transparent.dark{color:#1e1745;border:1px solid #1e1745}.button-transparent-ice{border:1px solid #b7c1f6;color:#b7c1f6;padding-left:15px;padding-right:15px;height:40px;max-width:max-content;gap:8px;opacity:1;border-radius:10px;font-weight:500;font-size:14px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-family:Poppins,sans-serif;line-height:150%;text-align:center;z-index:100;background-color:#101023}.button-transparent-ice:hover{background:#e0e7ff;color:#1e1745}.button-transparent-ice-small{border:1px solid #b7c1f6;color:#b7c1f6;padding-left:15px;padding-right:15px;height:30px;max-width:max-content;gap:8px;opacity:1;border-radius:10px;font-weight:500;font-size:14px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-family:Poppins,sans-serif;line-height:150%;text-align:center;z-index:100;background-color:#101023}.button-transparent-ice-small:hover{background:#e0e7ff;color:#1e1745}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.popup{width:531px;max-width:90%;background-color:#fff;border-radius:20px;padding:50px 40px;display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;box-sizing:border-box;text-align:center;z-index:100000}.close-btn{position:absolute;top:20px;right:20px;background:transparent;border:none;font-size:24px;cursor:pointer}.tabs{display:flex;flex-wrap:wrap;border-bottom:2px solid #dfe3e8;gap:30px;margin-bottom:15px}.tab-name{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;color:#212529;padding:10px 0;cursor:pointer;position:relative}.tab-name.disabled{opacity:.5;pointer-events:none}.tab-name.active{font-weight:600;color:#3461d2}.tab-name.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;color:#3461d2;background-color:#3461d2}.tab-name:hover:not(.active){color:#3461d2}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:#f2f3f7;overflow:auto}
