.dropbtn{border-radius:4px;background:none;display:flex;align-items:center;height:auto;padding:0 10px 0 0;color:#fff;width:100%;justify-content:space-between;font-size:.875rem;line-height:1.25rem}.dropdown{position:relative;border-radius:4px;padding-right:20px;box-sizing:border-box}.dropdown-content{position:absolute;min-width:250px;border-radius:var(--border-radius-sm);padding:2px;z-index:9999;margin-top:5px;font-family:roboto-regular;top:37px;left:0}.dropdown-content-default{border:.5px solid var(--interface-grey-mid-02,#595d5e);background:var(--interface-grey-dark-1);box-shadow:0 8px 8px -4px hsla(0,0%,7%,.16),0 4px 6px -4px hsla(0,0%,7%,.16)}.dropdown-content-blue{border:.5px solid var(--interface-light-7);background:var(--interface-grey-mid-3);box-shadow:0 6px 12px -6px hsla(0,0%,7%,.16),0 8px 24px -4px hsla(0,0%,7%,.16)}.dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown-options{display:flex;min-height:38px;padding:4px 12px;margin-bottom:2px;justify-content:space-between;align-items:flex-start;align-self:stretch;flex-direction:column;cursor:pointer;border-radius:var(--border-radius-sm)}.dropdown-options:hover{background:var(--transparent-blue-16)}.dropdown-options.active{background:var(--transparent-blue-60)}.dropdown-options .option-text{color:var(--interface-light-87);font-family:Roboto Light;font-size:.875rem;line-height:1.25rem;line-height:16px;padding-top:7px}.dropdown-options p.sub-options{color:var(--interface-light-38);font-family:Roboto Light;font-size:11px}.btn-edit,.dropdown-options p.sub-options{font-style:normal;font-weight:500;line-height:16px}.btn-edit{border-radius:var(--border-radius-sm);border:1px solid var(--interface-light-7);background:var(--interface-light-16);display:flex;padding:4px 8px;align-items:center;color:#fff;text-align:center;font-family:Roboto;font-size:12px;margin:5px 12px;width:90%;background-size:cover}.loading{width:1.2rem;height:1.2rem;margin-right:.2rem;border-radius:50%;border:.3rem solid #3f747f;border-top-color:#5c97a3;animation:spin 1.5s linear infinite;&.multi{border-bottom-color:#5c97a3}}@keyframes spin{to{transform:rotate(1turn)}}@font-face{font-family:Roboto Light;src:url(/_next/static/media/Roboto-Light.ef46db37.ttf);font-weight:300;font-display:swap;font-style:normal}.indicatorSeparator{align-self:stretch;width:1px;background-color:#ccc;margin-bottom:8px;margin-top:8px;box-sizing:border-box}.checkbox-container{display:block;position:relative;padding-left:20px;margin-bottom:15px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:absolute;top:0;left:0;width:18px;height:18px;background-color:var(--interface-grey-dark-1);border:2px solid #fdfdfd17;border-radius:var(--border-radius-sm);cursor:pointer}input[type=checkbox]:hover{background-color:#fdfdfd17}input[type=checkbox]:checked{background-color:var(--interface-grey-dark-1)}input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:2px solid gray;border-width:0 3px 3px 0;transform:rotate(45deg)}