@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--body-font-family: "Inter", sans-serif, system-ui;--body-font-size: 16px;--body-line-height: 1.4;--small-font-size: 12px;--title-size: 1em;--h1-size: calc(var(--title-size) * 2.2);--h2-size: calc(var(--title-size) * 1.8);--h3-size: calc(var(--title-size) * 1.6);--h4-size: calc(var(--title-size) * 1.4);--h5-size: calc(var(--title-size) * 1.2);--h6-size: calc(var(--title-size) * 1);--white: #fff;--light-grey: #f0f0f0;--medium-grey: #d7d7d7;--dark-grey: #9d9d9d;--black: #000;--on-white: var(--black);--on-light-grey: var(--black);--on-medium-grey: var(--black);--on-dark-grey: var(--white);--on-black: var(--white);--primary-color: #e9454d;--primary-dark-color: #b33137;--primary-light-color: #f1676d;--on-primary-color: var(--white);--on-primary-dark-color: var(--white);--on-primary-light-color: var(--white);--secondary-color: #ffa216;--secondary-dark-color: #f09000;--secondary-light-color: #f9b54f;--on-secondary-color: var(--white);--on-secondary-dark-color: var(--white);--on-secondary-light-color: var(--white);--thirdy-color: #16b9ff;--thirdy-dark-color: #167bff;--thirdy-light-color: #16dcff;--on-thirdy-color: var(--white);--on-thirdy-dark-color: var(--white);--on-thirdy-light-color: var(--white);--surface: #fcf5f5;--on-surface: var(--black);--red: #cd0f0f;--red-middle: #ffc5c5;--red-light: #fff5f5;--on-red: var(--white);--on-red-light: var(--black);--green: #42c777;--green-light: #f5fff9;--on-green: var(--white);--on-green-light: var(--black);--body-color: var(--black);--body-background: var(--white);--shadow: 3px 3px 7px #00000015;--radius: 10px;--radius-small: 6px;--gap: 40px;--row-gap: 40px;--column-gap: 40px;--container-space: 20px;--container-width: calc(var(--content-width) + var(--container-space) * 2);--speed: .3s;--speed-fast: .15s}@media screen and (min-width: 768px){:root{--small-font-size: 14px}}*{box-sizing:border-box}body{font-family:var(--body-font-family);font-size:var(--body-font-size);line-height:var(--body-line-height)}:where(h1,h2,h3,h4,h5,h6){margin:0}:where(h1,.h1){font-size:var(--h1-size)}:where(h2,.h2){font-size:var(--h2-size)}:where(h3,.h3){font-size:var(--h3-size)}:where(h4,.h4){font-size:var(--h4-size)}:where(h5,.h5){font-size:var(--h5-size)}:where(h6,.h6){font-size:var(--h6-size)}p{margin:0 0 1em}p:not(:last-child){margin-bottom:.5em}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}[disabled]{cursor:not-allowed}main{margin-top:24px;margin-bottom:24px}.hide{display:none!important;visibility:hidden!important}::-webkit-scrollbar{width:8px;height:8px;background:var(--surface);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px;border:2px solid var(--surface)}.nowrap{white-space:nowrap}.button{display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:8px;padding:8px 16px;background:var(--black);color:var(--on-black);border-radius:30px;border:1px solid var(--black);text-decoration:none;transition:all var(--speed-fast);font-size:14px;text-transform:uppercase;font-weight:600}.button-full{width:100%}.button:hover{background:var(--primary-color);border-color:var(--primary-color);color:var(--on-primary-color);text-decoration:none}.button.red{background:var(--primary-color);border-color:var(--primary-color);color:var(--on-primary-color)}.button.red:hover{background:var(--red);border-color:var(--red);color:var(--on-red)}.button>.material-icons{font-size:19px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;width:32px;height:32px;color:var(--black);border:0;background:none;position:relative;margin:0;padding:0;transition:color var(--speed-fast)}.icon-btn>*{position:relative;font-size:30px}.icon-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--primary-color);border-radius:50%;transform:scale(0);transition:all var(--speed-fast)}.icon-btn:hover{text-decoration:none;color:var(--on-primary-color)}.icon-btn:hover:before{transform:scale(1.25)}.icon-btn-group{display:flex;align-items:center;width:-moz-fit-content;width:fit-content}input:where([type=text],[type=email],[type=password],[type=search]){display:block;width:100%;border:1px solid var(--medium-grey);padding:6px 12px;border-radius:6px}input:where([type=text],[type=email],[type=password],[type=search]):focus{border-color:var(--black);outline:0;box-shadow:2px 2px 6px #00000010 inset}.form{display:flex;flex-direction:column;gap:12px}.form-container{padding:24px;border:1px solid var(--light-grey)}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.fields-group{display:flex;flex-direction:column;gap:12px;max-width:480px}.fields-group-row{flex-wrap:wrap;max-width:100%;justify-content:space-between;flex-direction:row}.field-group{display:flex;flex-direction:column;gap:6px;max-width:100%}.fields-group-row .field-group{width:420px}.fields-group .field-group-full{width:100%}.fields-group .field-group-auto{width:-moz-max-content;width:max-content}.field-group.in-row{flex-direction:row}.field-group ul.errors{padding:0;list-style:none;font-size:14px;margin:5px 0;color:var(--red)}.field-group label{display:block;text-transform:capitalize}.field.error{border:1px solid var(--red)}.styled-checkbox input[type=checkbox]{display:none}.styled-checkbox input[type=checkbox]:checked+span:before{background-size:auto}.styled-checkbox span{display:flex;position:relative;line-height:1.2em;cursor:pointer}.styled-checkbox span:before{content:"";width:16px;height:16px;border:1px solid var(--black);border-radius:3px;margin-right:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='16' height='16' style='enable-background:new 0 0 512 512' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M20.707 6.293a1 1 0 0 1 0 1.414l-10 10a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414L10 15.586l9.293-9.293a1 1 0 0 1 1.414 0z' clip-rule='evenodd' fill='%23000000'/%3E%3C/svg%3E");background-position:center;background-size:0 0}.styled-radios{display:flex;flex-direction:column;gap:8px 24px;align-items:flex-start}.styled-radios.horizontal{flex-direction:row;flex-wrap:wrap}.styled-radio{cursor:pointer}.styled-radio input[type=radio]{display:none}.styled-radio input[type=radio]:checked+span:before,.styled-radio input[type=radio]:hover+span:before{background-size:auto auto}.styled-radio span{display:flex;align-items:flex-start;line-height:20px}.styled-radio span:before{content:"";width:16px;height:16px;flex-shrink:0;border:1px solid var(--black);border-radius:10px;margin-right:6px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='6' fill='%23000'/%3E%3C/svg%3E") no-repeat center;background-size:0 0}.switch-checkbox{display:inline-flex;cursor:pointer;align-self:flex-start}.switch-checkbox input[type=checkbox]{display:none}.switch-checkbox input[type=checkbox]:checked+span{background:var(--primary-color)}.switch-checkbox input[type=checkbox]:checked+span:before{left:20px}.switch-checkbox span{display:inline-flex;height:22px;width:40px;background:var(--dark-grey);box-shadow:0 0 6px #00000010 inset;border-radius:12px;position:relative}.switch-checkbox span:before{content:"";display:block;width:16px;height:16px;background:var(--white);border-radius:50%;position:absolute;top:50%;left:4px;transform:translateY(-50%);transition:all .15s}.table-search-form{padding:24px;border:1px solid var(--light-grey);border-bottom:0}.field-select{display:block;width:100%;border:1px solid var(--medium-grey);padding:6px 12px;border-radius:6px}.js-select{position:relative}.js-select.is-open .js-select-dd{display:flex}.js-select-btn{display:flex;align-items:center;gap:8px;justify-content:space-between;width:100%;border:1px solid var(--medium-grey);padding:6px 12px;border-radius:6px;background:var(--white);text-align:left}.js-select-btn:after{content:"";display:block;width:10px;height:10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 451.847 451.847'%3E%3Cpath d='M225.923 354.706c-8.098 0-16.195-3.092-22.369-9.263L9.27 151.157c-12.359-12.359-12.359-32.397 0-44.751 12.354-12.354 32.388-12.354 44.748 0l171.905 171.915 171.906-171.909c12.359-12.354 32.391-12.354 44.744 0 12.365 12.354 12.365 32.392 0 44.751L248.292 345.449c-6.177 6.172-14.274 9.257-22.369 9.257z' data-original='%23000000'/%3E%3C/svg%3E") no-repeat center center/contain;flex-shrink:0}.js-select-dd{display:none;flex-direction:column;position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--white);border:1 ppx solid var(--light-grey);border-radius:6px;box-shadow:var(--shadow);overflow:auto;max-height:200px;z-index:99}.js-select-dd button{display:block;text-align:left;background:var(--white);border:0;margin:0;padding:6px 12px}.js-select-dd button:is(:hover,:focus):not(.selected){background:var(--light-grey);outline:0}.js-select-dd button:not(:last-child){border-bottom:1px solid var(--light-grey)}.js-select-dd button.selected{background:var(--primary-color);color:var(--on-primary-color)}.js-select-dd .js-select-ajax-search{margin:6px auto;max-width:calc(100% - 16px)}.js-select-mb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:6px}.js-select-mb button{display:flex;align-items:center;gap:4px;border:none;background:var(--black);color:var(--on-black);border-radius:20px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;padding:3px 6px}.js-select-mb button:hover{background:var(--primary-color);color:var(--on-primary-color)}.js-select-mb button:after{content:"";display:block;width:10px;height:10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' style='enable-background:new 0 0 512 512' viewBox='0 0 329.269 329'%3E%3Cpath fill='%23fff' d='M194.8 164.77 323.013 36.555c8.343-8.34 8.343-21.825 0-30.164-8.34-8.34-21.825-8.34-30.164 0L164.633 134.605 36.422 6.391c-8.344-8.34-21.824-8.34-30.164 0-8.344 8.34-8.344 21.824 0 30.164l128.21 128.215L6.259 292.984c-8.344 8.34-8.344 21.825 0 30.164a21.266 21.266 0 0 0 15.082 6.25c5.46 0 10.922-2.09 15.082-6.25l128.21-128.214 128.216 128.214a21.273 21.273 0 0 0 15.082 6.25c5.46 0 10.922-2.09 15.082-6.25 8.343-8.34 8.343-21.824 0-30.164zm0 0' data-original='%23000000'/%3E%3C/svg%3E") no-repeat center center/contain}.custom-permissions{max-height:600px;overflow-y:scroll}.login{background:var(--surface);border-radius:12px;display:flex;flex-direction:column;gap:24px;margin:auto;max-width:100%;padding:24px;width:420px}.login-page{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;display:flex;padding:20px}.login-logo{display:flex;align-items:center;justify-content:center}
