*{box-sizing:border-box}html{--futura:"futura-pt",sans-serif;--futura-bold:"futura-pt-bold",sans-serif;--futura-condensed:"futura-pt-condensed",sans-serif;color:#2e3438;font-size:12px}body,html{height:100%;overflow:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;margin:0}a{color:#2e3438}#root{height:100%;overflow:hidden;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Page{background:#fff;flex-direction:column;height:100%;overflow:hidden;padding-top:64px;position:relative}.Page,.Page__header{display:flex;width:100%}.Page__header{align-items:center;flex-direction:row;height:64px;padding-left:24px;padding-right:24px;position:absolute;top:0}.Page__header__title{font-size:16px;font-weight:700}.Page__header__options{display:flex;flex-direction:row;margin-left:auto}.Page__header__options__search{height:28px}.Page__header__options__search__input{border:1px solid #dae2e7;border-radius:4px;font-size:12px;height:28px;padding-left:12px;width:240px}.Page__header__options__button{align-items:center;background:#37ce18;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:10px;font-weight:700;height:28px;justify-content:center;letter-spacing:.1px;margin-left:16px;padding-left:16px;padding-right:16px}.Page__header__options__select{border:1px solid #dae2e7;border-radius:4px;cursor:pointer;height:28px;margin-left:16px;padding-left:16px;position:relative}.Page__header__options__select__label{align-items:center;display:flex;flex-direction:row;height:100%}.Page__header__options__select__menu{background:#fff;border:1px solid #dae2e7;border-radius:8px;position:absolute;right:0;top:32px;width:200px}.Page__header__options__select__menu__item{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:32px;padding-left:12px}.Page__header__options__select__menu__item:hover{background:#f6f8f9}.Page__body{flex-grow:1;overflow:hidden}.Page__table{display:flex;flex-direction:column;height:100%;width:100%}.Page__table__body{flex-grow:1;overflow-x:hidden;overflow-y:auto}.Page__table__row{height:32px}.Page__table__row,.Page__table__row__data{align-items:center;display:flex;flex-direction:row}.Page__table__row__data{border-bottom:1px solid #dae2e7;border-right:1px solid #dae2e7;height:100%;overflow:hidden;padding-left:24px;padding-right:24px;text-overflow:ellipsis;white-space:nowrap}.Page__table__row__data__img{align-items:center;background:#f6f8f9;border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-right:8px;overflow:hidden;width:20px}.Page__table__row__data__img img{height:auto;max-height:100%;max-width:100%;width:auto}.Page__table__row__data.options{justify-content:flex-end}.Page__table__row__data__option{color:#818f97;cursor:pointer;display:inline-block;font-weight:700;margin-right:16px}.Page__table__row__data__option.edit{color:#ffaa2b}.Page__table__row__data__option.delete{color:#ec4c4c}.Page__table__row__data:last-child{border-right:none}.Page__table__header .Page__table__row{background:#f6f8f9;border-bottom:1px solid #dae2e7;border-top:1px solid #dae2e7;color:#818f97;font-size:10px;font-weight:700}.Page__table__header .Page__table__row__data{border-bottom:none}.App{height:100%;overflow:hidden;width:100%}.Application{background:#fff;border-radius:8px;height:90%;overflow:hidden;position:relative;width:60%}.Application__header{align-items:center;background:#fff;border-bottom:1px solid #dae2e7;display:flex;flex-direction:row;height:64px;padding-left:24px;padding-right:24px;position:absolute;top:0;width:100%}.Application__header__title{flex-grow:1}.Application__header__title__primary{font-size:16px;font-weight:700}.Application__header__title__dismiss{cursor:pointer}.Application__body{height:100%;overflow-y:auto;padding-top:64px}.Application__section{padding:24px}.Application__section__title{font-size:14px;font-weight:700}.Application__section__group{padding-top:16px}.Application__section__group__label{color:#818f97;font-size:10px;font-weight:700;margin-bottom:4px}.Login{align-items:center;display:flex;flex-direction:column;height:100%;overflow:hidden;padding-top:120px;width:100%}.Login__brand img{height:64px}.Login__form{border:1px solid #f5f5f5;margin-top:24px;padding:16px;width:320px}.Login__form__group{margin-bottom:16px}.Login__form__group__label{font-size:12px;margin-bottom:8px}.Login__form__group__input{border:1px solid grey;border-radius:4px;height:32px;outline:none;padding-left:8px;width:100%}.Login__form__submit{background:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;height:40px;margin-top:16px;width:100%}.Login__form__submit.disabled{opacity:.3;pointer-events:none}.AuthLayout,.Layout{height:100%;overflow:hidden;width:100%}.Layout{background:#f6f8f9;display:grid;grid-template-columns:280px 1fr;position:relative}.Modal-form-wrapper{background:#fff;border-radius:8px;display:flex;flex-direction:column;height:auto;max-height:80%;width:360px}.Modal-form-wrapper__header{align-items:center;border-bottom:1px solid #dae2e7;display:flex;flex-direction:row;flex-shrink:0;height:40px;padding-left:16px;padding-right:0}.Modal-form-wrapper__header__title{font-weight:700}.Modal-form-wrapper__header__dismiss{align-items:center;cursor:pointer;display:flex;height:40px;justify-content:center;margin-left:auto;width:40px}.Modal-form-wrapper__success-msg{background:#f5f5f5;border-radius:8px;margin:16px;padding:16px}.Modal-form-wrapper__form{flex-grow:1;overflow-y:auto;padding:16px}.Modal-form-wrapper__form__group{margin-bottom:16px}.Modal-form-wrapper__form__group__label{color:#818f97;font-size:10px;font-weight:700;margin-bottom:8px}.Modal-form-wrapper__form__group__input{border:1px solid #dae2e7;border-radius:4px;height:32px;outline:none;padding-left:8px;width:100%}.Modal-form-wrapper__form__error{background:#fef6f6;color:#ec4c4c;font-size:10px;font-weight:700;padding:12px}.Modal-form-wrapper__form__submit{background:#37ce18;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;height:40px;margin-top:16px;width:100%}.Modal-form-wrapper__form__submit.disabled{opacity:.3;pointer-events:none}.Nav{border-right:1px solid #dae2e7;height:100%;overflow:hidden;width:100%}.Nav__logo{align-items:center;display:flex;flex-direction:row;height:64px;padding-left:24px}.Nav__logo img{height:24px}.Nav__items{padding-left:12px;padding-right:12px}.Nav__items__item{display:block;height:32px;text-decoration:none;width:100%}.Nav__items__item__label{align-items:center;border-radius:4px;display:flex;flex-direction:row;height:32px;padding-left:12px;text-decoration:none}.Nav__items__item__label.selected{background:#dae2e7;font-weight:700}.Content{overflow:hidden}.Content,.Modal{height:100%;width:100%}.Modal{align-items:center;background:rgba(0,0,0,.8);display:flex;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:all .2s ease-out}.Modal.open{opacity:1;pointer-events:all}
/*# sourceMappingURL=main.0c517d19.css.map*/