@font-face {
  font-family: 'MuseoSansRounded100Regular';
  src: url("/static/fonts/museosansrounded-100-webfont.eot?20245df5c582");
  src: url("/static/fonts/museosansrounded-100-webfont.eot?&20245df5c582#iefix") format("embedded-opentype"), url("/static/fonts/museosansrounded-100-webfont.woff?20245df5c582") format("woff"), url("/static/fonts/museosansrounded-100-webfont.ttf?20245df5c582") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSansRounded300Regular';
  src: url("/static/fonts/museosansrounded-300-webfont.eot?20245df5c582");
  src: url("/static/fonts/museosansrounded-300-webfont.eot?&20245df5c582#iefix") format("embedded-opentype"), url("/static/fonts/museosansrounded-300-webfont.woff?20245df5c582") format("woff"), url("/static/fonts/museosansrounded-300-webfont.ttf?20245df5c582") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSansRounded500Regular';
  src: url("/static/fonts/museosansrounded-500-webfont.eot?20245df5c582");
  src: url("/static/fonts/museosansrounded-500-webfont.eot?&20245df5c582#iefix") format("embedded-opentype"), url("/static/fonts/museosansrounded-500-webfont.woff?20245df5c582") format("woff"), url("/static/fonts/museosansrounded-500-webfont.ttf?20245df5c582") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MuseoSansRounded700Regular';
  src: url("/static/fonts/museosansrounded-700-webfont.eot?20245df5c582");
  src: url("/static/fonts/museosansrounded-700-webfont.eot?&20245df5c582#iefix") format("embedded-opentype"), url("/static/fonts/museosansrounded-700-webfont.woff?20245df5c582") format("woff"), url("/static/fonts/museosansrounded-700-webfont.ttf?20245df5c582") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* line 4, static_files/css/styles.scss */
* {
  box-sizing: border-box; }

/* line 8, static_files/css/styles.scss */
.ml-auto {
  margin-left: auto; }

/* line 12, static_files/css/styles.scss */
html, body {
  height: 100%;
  font-family: "MuseoSansRounded300Regular";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  background-color: #ffffff;
  color: #4d4d4d; }

/* line 21, static_files/css/styles.scss */
a {
  cursor: pointer; }
  /* line 24, static_files/css/styles.scss */
  a:visited, a:hover, a:link {
    text-decoration: none;
    box-shadow: none; }

/* line 30, static_files/css/styles.scss */
h1 {
  font: 17px/22px "MuseoSansRounded500Regular";
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 37, static_files/css/styles.scss */
h2 {
  margin: 0;
  display: block;
  color: #F5F5F5;
  font: 18px/1 "MuseoSansRounded700Regular"; }

/* line 44, static_files/css/styles.scss */
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

/* line 50, static_files/css/styles.scss */
select {
  text-transform: none; }

/* line 54, static_files/css/styles.scss */
.container {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0; }

/* line 62, static_files/css/styles.scss */
.sidebar-wrapper {
  background-color: #5C5F6E;
  padding: 0px 25px 0px 35px;
  margin-left: 0px;
  z-index: 1000;
  border-top: 5px solid #e86731;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: 0px; }
  /* line 73, static_files/css/styles.scss */
  .sidebar-wrapper .sidebar {
    padding: 20px 0px 25px; }
  /* line 77, static_files/css/styles.scss */
  .sidebar-wrapper h2 {
    margin-top: 24px; }
  /* line 81, static_files/css/styles.scss */
  .sidebar-wrapper a {
    font: 15px/22px "MuseoSansRounded100Regular";
    color: #CCC;
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  /* line 89, static_files/css/styles.scss */
  .sidebar-wrapper .list {
    margin-top: 16px; }
  /* line 93, static_files/css/styles.scss */
  .sidebar-wrapper .logo {
    max-width: 85px;
    display: block; }

/* line 99, static_files/css/styles.scss */
.table {
  margin-bottom: 25px;
  font: 16px/22px "MuseoSansRounded300Regular"; }
  /* line 103, static_files/css/styles.scss */
  .table th + td {
    width: 16px; }
  /* line 107, static_files/css/styles.scss */
  .table tr:last-child td {
    border-bottom: none; }
  /* line 111, static_files/css/styles.scss */
  .table th.checkbox-column {
    min-width: auto;
    width: 10px; }
  /* line 116, static_files/css/styles.scss */
  .table--main {
    margin-top: 25px; }

/* line 121, static_files/css/styles.scss */
.hide {
  display: none !important; }

/* line 125, static_files/css/styles.scss */
.header {
  background: #ffffff;
  box-shadow: 0px 1px 1px #F1F1F1;
  padding: 4px 50px;
  margin-bottom: 25px;
  min-height: 58px;
  display: flex;
  align-items: center; }

/* line 135, static_files/css/styles.scss */
.header-title {
  margin-right: auto;
  color: #FF7A00; }

/* line 140, static_files/css/styles.scss */
.content-wrapper {
  padding: 20px 50px; }
  /* line 144, static_files/css/styles.scss */
  .content-wrapper form label {
    font: 18px/22px "MuseoSansRounded500Regular";
    color: #4d4d4d;
    display: block;
    margin: 5px 0; }
  /* line 151, static_files/css/styles.scss */
  .content-wrapper form .button-wrapper {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px;
    display: table;
    width: 100%; }
  /* line 159, static_files/css/styles.scss */
  .content-wrapper form select {
    width: 50%;
    display: block;
    box-sizing: border-box;
    max-height: 100px;
    padding: 7px 10px;
    border: 1px solid #5C5F6E;
    background-color: transparent;
    border-radius: 5px; }
  /* line 170, static_files/css/styles.scss */
  .content-wrapper form .helptext {
    font: 14px/22px "MuseoSansRounded500Regular";
    display: block;
    color: #999; }
  /* line 176, static_files/css/styles.scss */
  .content-wrapper form option {
    background-color: #F5F5F5; }
  /* line 180, static_files/css/styles.scss */
  .content-wrapper form table {
    margin: 10px 0; }
  /* line 185, static_files/css/styles.scss */
  .content-wrapper h2 {
    color: #FF7A00;
    letter-spacing: 1px;
    font-size: 42px; }
    /* line 190, static_files/css/styles.scss */
    .content-wrapper h2 span {
      font: 22px/22px "MuseoSansRounded300Regular";
      display: block;
      color: #4d4d4d;
      margin-top: 10px;
      opacity: 0.5; }
  /* line 199, static_files/css/styles.scss */
  .content-wrapper textarea {
    width: 50%; }
  /* line 203, static_files/css/styles.scss */
  .content-wrapper table {
    width: 100%; }
  /* line 207, static_files/css/styles.scss */
  .content-wrapper input {
    padding: 6px 8px;
    border: 1px solid #5C5F6E;
    background: transparent;
    border-radius: 3px;
    font-size: 15px; }
  /* line 215, static_files/css/styles.scss */
  .content-wrapper input[type='url'], .content-wrapper input[type='text'], .content-wrapper input[type='number'],
  .content-wrapper input[type="email"], .content-wrapper input[type="password"] {
    width: 50%;
    border: 1px solid #5C5F6E;
    padding-left: 10px;
    font: 15px/22px "MuseoSansRounded100Regular"; }
  /* line 223, static_files/css/styles.scss */
  .content-wrapper a {
    color: #FF7A00; }
  /* line 227, static_files/css/styles.scss */
  .content-wrapper .actions-wrapper {
    display: flex; }
    /* line 230, static_files/css/styles.scss */
    .content-wrapper .actions-wrapper .button {
      height: fit-content; }

/* line 236, static_files/css/styles.scss */
.actions-wrapper {
  width: 100%;
  margin: 0;
  display: inline-block; }
  /* line 241, static_files/css/styles.scss */
  .actions-wrapper .search {
    padding-top: 0px;
    position: relative; }
    /* line 245, static_files/css/styles.scss */
    .actions-wrapper .search button {
      padding: 0;
      margin: 0px;
      height: 0px;
      border: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    /* line 255, static_files/css/styles.scss */
    .actions-wrapper .search input {
      height: 33px;
      padding-left: 30px;
      width: 100%; }

/* line 263, static_files/css/styles.scss */
.icon-mglass {
  bottom: -4px;
  left: 12px;
  position: absolute;
  display: inline-block;
  background: transparent;
  border-radius: 30px;
  height: 10px;
  width: 10px;
  border: 2px solid #999; }
  /* line 274, static_files/css/styles.scss */
  .icon-mglass:after {
    content: "";
    height: 2px;
    width: 6px;
    background: #999;
    position: absolute;
    top: 7px;
    left: 5px;
    transform: rotate(45deg); }

/* line 286, static_files/css/styles.scss */
.button {
  font: 13px/1.2 "MuseoSansRounded300Regular";
  color: #ffffff;
  padding: 5px 12px;
  margin-right: 15px;
  background-color: #FF7A00;
  height: auto;
  position: relative;
  text-transform: none;
  border: 1px solid #FF7A00;
  border-radius: 5px;
  cursor: pointer; }
  /* line 299, static_files/css/styles.scss */
  .button.green-bg, .button.green-bg:hover {
    color: #ffffff;
    background-color: #00AB76;
    border: 1px solid #00AB76; }
  /* line 306, static_files/css/styles.scss */
  .button.yellow-bg, .button.yellow-bg:hover {
    color: #ffffff;
    background-color: #FFB61A;
    border: 1px solid #FFB61A; }
  /* line 313, static_files/css/styles.scss */
  .button.red-bg, .button.red-bg:hover {
    color: #ffffff;
    background-color: #FF6761;
    border: 1px solid #FF6761; }

/* line 321, static_files/css/styles.scss */
.align-right {
  text-align: right; }

/* line 325, static_files/css/styles.scss */
.align-left {
  text-align: left; }

/* line 329, static_files/css/styles.scss */
.tabs {
  margin-top: 18px;
  position: relative;
  display: flex;
  clear: both;
  border-bottom: 1px solid #F5F5F5;
  max-width: 100vw; }
  /* line 337, static_files/css/styles.scss */
  .tabs input[name='tab'] {
    display: none; }
  /* line 341, static_files/css/styles.scss */
  .tabs .label_wrapper {
    width: 100%;
    padding-bottom: 0px;
    display: block;
    white-space: nowrap;
    overflow: hidden; }
    /* line 348, static_files/css/styles.scss */
    .tabs .label_wrapper label {
      cursor: pointer;
      display: inline-block;
      margin-right: 30px;
      font: 20px/26px "MuseoSansRounded300Regular";
      margin-bottom: 0px;
      position: relative;
      opacity: 0.5; }
    /* line 358, static_files/css/styles.scss */
    .tabs .label_wrapper:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 85%, white 100%); }
  /* line 370, static_files/css/styles.scss */
  .tabs .label_wrapper label, .tabs .label_wrapper a {
    color: #4d4d4d;
    padding: 10px 0; }
  /* line 375, static_files/css/styles.scss */
  .tabs #tab1:checked ~ .label_wrapper label[for="tab1"],
  .tabs #tab2:checked ~ .label_wrapper label[for="tab2"],
  .tabs #tab3:checked ~ .label_wrapper label[for="tab3"],
  .tabs #tab4:checked ~ .label_wrapper label[for="tab4"],
  .tabs #tab5:checked ~ .label_wrapper label[for="tab5"],
  .tabs #tab6:checked ~ .label_wrapper label[for="tab6"] {
    opacity: 1; }
    /* line 383, static_files/css/styles.scss */
    .tabs #tab1:checked ~ .label_wrapper label[for="tab1"]:after,
    .tabs #tab2:checked ~ .label_wrapper label[for="tab2"]:after,
    .tabs #tab3:checked ~ .label_wrapper label[for="tab3"]:after,
    .tabs #tab4:checked ~ .label_wrapper label[for="tab4"]:after,
    .tabs #tab5:checked ~ .label_wrapper label[for="tab5"]:after,
    .tabs #tab6:checked ~ .label_wrapper label[for="tab6"]:after {
      content: '';
      width: 100%;
      background: #999;
      position: absolute;
      bottom: 0px;
      height: 4px;
      left: 50%;
      transform: translate(-50%, 0%); }

/* line 396, static_files/css/styles.scss */
.address {
  width: 73%;
  margin-top: 10px; }

/* line 401, static_files/css/styles.scss */
.details {
  width: auto;
  margin-bottom: 25px;
  margin-top: 25px;
  table-layout: fixed; }
  /* line 407, static_files/css/styles.scss */
  .details td, .details th {
    font: 16px/22px "MuseoSansRounded300Regular";
    border-bottom: none;
    vertical-align: top; }
    /* line 412, static_files/css/styles.scss */
    .details td:first-child, .details th:first-child {
      padding-left: 0;
      width: 25%; }
    /* line 417, static_files/css/styles.scss */
    .details td:last-child, .details th:last-child {
      width: 70%;
      word-wrap: break-word; }
  /* line 423, static_files/css/styles.scss */
  .details th {
    padding: 5px; }
  /* line 427, static_files/css/styles.scss */
  .details td {
    padding: 5px 0; }
  /* line 431, static_files/css/styles.scss */
  .details a {
    font-size: 16px;
    color: #FF7A00; }
  /* line 436, static_files/css/styles.scss */
  .details .action {
    display: flex;
    gap: 8px;
    align-items: center; }
  /* line 442, static_files/css/styles.scss */
  .details--no-margin-top {
    margin-top: 0; }

/* line 447, static_files/css/styles.scss */
.title-section {
  font: 17px/22px "MuseoSansRounded500Regular";
  color: #FF7A00;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0; }

/* line 455, static_files/css/styles.scss */
.messages {
  margin-top: 0px;
  background: rgba(187, 210, 149, 0.5);
  color: #6D956D;
  text-align: center; }
  /* line 461, static_files/css/styles.scss */
  .messages .info {
    background: rgba(255, 205, 88, 0.5);
    color: #D78B00; }
  /* line 466, static_files/css/styles.scss */
  .messages .error {
    background: rgba(255, 205, 184, 0.5);
    color: #BD796A; }
  /* line 471, static_files/css/styles.scss */
  .messages li {
    padding: 7px; }

/* line 476, static_files/css/styles.scss */
.m-0 {
  margin: 0; }

/* line 480, static_files/css/styles.scss */
.errorlist {
  color: #ff5252; }

/* line 485, static_files/css/styles.scss */
.form-report form label {
  display: inline-table;
  text-transform: capitalize;
  font: 15px/22px "MuseoSansRounded500Regular";
  color: #4d4d4d;
  margin-top: 20px; }

/* line 493, static_files/css/styles.scss */
.form-report form input, .form-report form select, .form-report form textarea {
  display: block;
  box-sizing: border-box;
  height: auto;
  padding: 7px 10px;
  border: 1px solid #D1D1D1; }

/* line 501, static_files/css/styles.scss */
.form-report form select[multiple] {
  min-height: 192px;
  padding: 4px 0px 5px; }

/* line 506, static_files/css/styles.scss */
.form-report form select[multiple] option {
  padding: 3px 10px 2px; }

/* line 510, static_files/css/styles.scss */
.form-report form input[type='checkbox'] {
  display: inline-table;
  float: left;
  margin-top: 23px;
  margin-right: 5px;
  position: relative; }

/* line 518, static_files/css/styles.scss */
.form-report form .awesomplete-input {
  width: 60%; }
  /* line 521, static_files/css/styles.scss */
  .form-report form .awesomplete-input .awesomplete {
    width: 100%; }

/* line 526, static_files/css/styles.scss */
.form-report form .helptext {
  display: block;
  margin-top: 5px; }

/* line 531, static_files/css/styles.scss */
.form-report form .awesomplete {
  width: 60%; }

/* line 535, static_files/css/styles.scss */
.form-report form input[type='checkbox'] + label {
  display: table; }

/* line 539, static_files/css/styles.scss */
.form-report form .alert {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #F5F5F5; }
  /* line 546, static_files/css/styles.scss */
  .form-report form .alert svg {
    margin: 0 18px; }
  /* line 550, static_files/css/styles.scss */
  .form-report form .alert p {
    margin: 1.25rem 0;
    flex: 1; }

/* line 556, static_files/css/styles.scss */
.form-report form .button {
  padding: 7px 22px;
  border-radius: 5px;
  font: 16px/22px "MuseoSansRounded500Regular"; }

/* line 563, static_files/css/styles.scss */
.tingle-modal {
  z-index: 1001;
  background: rgba(0, 0, 0, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: transform .2s ease;
  -webkit-backdrop-filter: none;
  backdrop-filter: none; }

/* line 576, static_files/css/styles.scss */
.tingle-modal__close, .tingle-modal__closeLabel, .tingle-modal::before {
  display: none; }

/* line 580, static_files/css/styles.scss */
.tingle-modal-box {
  width: fit-content;
  border-radius: 12px;
  overflow: hidden;
  background: #fff; }

/* line 587, static_files/css/styles.scss */
.tingle-modal-box__content {
  padding: 56px 32px 32px; }

/* line 591, static_files/css/styles.scss */
.tingle-modal-box__footer {
  text-align: center;
  padding: 20px 36px 32px; }

/* line 596, static_files/css/styles.scss */
.tingle-btn {
  display: inline-block;
  margin: 5px;
  padding: 10px 30px;
  background-color: transparent;
  font: 12px/1 "MuseoSansRounded700Regular";
  text-decoration: none;
  cursor: pointer;
  transition: background-color .4s ease;
  border-radius: 8px; }

/* line 608, static_files/css/styles.scss */
.tingle-btn--danger {
  color: #FF6761;
  border: 1px solid #FF6761; }

/* line 613, static_files/css/styles.scss */
.tingle-btn--cancel {
  color: white;
  background-color: #5C5F6E; }

/* line 618, static_files/css/styles.scss */
.space-between {
  justify-content: space-between; }

/* line 622, static_files/css/styles.scss */
.justify-end {
  justify-content: end; }

/* line 626, static_files/css/styles.scss */
.selected {
  width: 100%;
  margin-top: 25px;
  display: inline-table; }
  /* line 631, static_files/css/styles.scss */
  .selected .button {
    padding: 8px 12px; }

/* line 636, static_files/css/styles.scss */
.align-center {
  align-items: center; }

/* line 640, static_files/css/styles.scss */
.pagination {
  font: 15px/3 "MuseoSansRounded700Regular";
  display: flex;
  justify-content: space-between; }
  /* line 645, static_files/css/styles.scss */
  .pagination .next {
    margin-left: auto; }

/* line 650, static_files/css/styles.scss */
.filter-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px; }
  /* line 656, static_files/css/styles.scss */
  .filter-wrapper img {
    width: 12px;
    height: 12px; }

/* line 662, static_files/css/styles.scss */
.popup-filter {
  position: absolute;
  top: 30px;
  margin-top: 5px;
  margin-left: -10px;
  border-radius: 2px;
  font-size: 14px;
  background-color: white;
  text-align: left;
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 12px 15px;
  min-width: 120px; }
  /* line 676, static_files/css/styles.scss */
  .popup-filter a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 6px 0px;
    font: 15px/18px "MuseoSansRounded300Regular";
    color: #4d4d4d; }
    /* line 684, static_files/css/styles.scss */
    .popup-filter a.active {
      background-color: #F5F5F5; }
    /* line 688, static_files/css/styles.scss */
    .popup-filter a:hover {
      color: #00AB76; }

/* line 694, static_files/css/styles.scss */
.popup-filter-wrapper {
  position: relative; }

/* line 698, static_files/css/styles.scss */
.sso-login {
  display: flex;
  flex-direction: column;
  align-items: center; }
  /* line 703, static_files/css/styles.scss */
  .sso-login__heading {
    font: 16px "MuseoSansRounded300Regular";
    color: #F5F5F5;
    margin-bottom: 8px; }
  /* line 709, static_files/css/styles.scss */
  .sso-login__buttons {
    display: grid;
    gap: 32px;
    grid-template-columns: 1fr 1fr; }
  /* line 715, static_files/css/styles.scss */
  .sso-login__button {
    border: 1px solid white;
    border-radius: 4px;
    text-align: center;
    padding: 5px 10px; }
