.decoration-matrix {
  /* this should be in the global stylesheet */ }
  .decoration-matrix :root {
    --color-juri-lighter: #9ba2a6;
    --color-juri: #37454d;
    --font-size--tiny: 12px;
    --font-size--h-tiny: 14px;
    --font-size--small: 20px;
    /* --box-shadow: 0 1px 4px 0 rgba(41, 51, 57, 0.5); */ }
  .decoration-matrix .c-hide {
    display: none; }
  .decoration-matrix .c-show {
    display: initial; }
  .decoration-matrix .removing {
    -webkit-animation: fadeOut 500ms;
    -moz-animation: fadeOut 500ms;
    animation: fadeOut 500ms; }
  .decoration-matrix .c-hidden-delete {
    visibility: hidden; }
    .decoration-matrix .c-hidden-delete :hover,
    .decoration-matrix .c-hidden-delete :focus,
    .decoration-matrix .c-hidden-delete a:hover,
    .decoration-matrix .c-hidden-delete a:focus {
      visibility: visible; }
  .decoration-matrix #admin-nav {
    border: none; }
  .decoration-matrix .decorator-selection {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    width: calc(850px + 100vw - 1024px);
    position: fixed; }
  @media screen and (min-width: 1025px) {
    .decoration-matrix.main-content {
      padding-left: 11em !important; }
    .decoration-matrix .decorator-selection {
      position: fixed;
      padding-right: 11em !important; }
    .decoration-matrix .decorator-info-p {
      margin-top: 6em !important; }
    .decoration-matrix .add-btn-p {
      width: 30%; }
    .decoration-matrix .edit-done-btn-p {
      width: 30%; } }
  @media screen and (min-width: 861px) and (max-width: 1024px) {
    .decoration-matrix.main-content {
      padding-left: 11em !important; }
    .decoration-matrix .decorator-selection {
      position: fixed;
      padding-right: 11em !important; }
    .decoration-matrix .decorator-info-p {
      margin-top: 12em !important; }
    .decoration-matrix .add-btn-p {
      width: 30% !important; }
    .decoration-matrix .edit-done-btn-p {
      width: 30% !important; } }
  @media screen and (min-width: 641px) and (max-width: 860px) {
    .decoration-matrix.main-content {
      padding-left: 11em !important; }
    .decoration-matrix .decorator-selection {
      position: fixed;
      padding-right: 11em !important; }
    .decoration-matrix .decorator-info-p {
      margin-top: 12em !important; }
    .decoration-matrix .add-btn-p {
      width: 60% !important; }
    .decoration-matrix .edit-done-btn-p {
      width: 40% !important; } }
  @media screen and (min-width: 356px) and (max-width: 640px) {
    .decoration-matrix.main-content {
      padding-left: 0 !important; }
    .decoration-matrix .decorator-selection {
      width: 100% !important;
      margin-left: 0 !important;
      padding-right: 0 !important; }
    .decoration-matrix .decorator-info-p {
      margin-top: 10em !important; }
    .decoration-matrix .add-btn-p {
      width: 50% !important; }
    .decoration-matrix .edit-done-btn-p {
      width: 50% !important; } }
  @media screen and (max-width: 355px) {
    .decoration-matrix.main-content {
      padding-left: 0 !important; }
    .decoration-matrix .decorator-selection {
      width: 100% !important;
      margin-left: 0 !important;
      padding-right: 0 !important; }
    .decoration-matrix .decorator-info-p {
      margin-top: 14em !important; }
    .decoration-matrix .add-btn-p,
    .decoration-matrix .edit-done-btn-p,
    .decoration-matrix #add-btn,
    .decoration-matrix #edit-done-btn,
    .decoration-matrix #edit-done-btn {
      width: 100% !important;
      margin-right: 0 !important;
      margin-left: 0 !important; } }
  .decoration-matrix .card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    background: white; }
    .decoration-matrix .card h4 {
      font-family: "museo-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: bold;
      text-align: left;
      float: left; }
  .decoration-matrix .resku h4 {
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    float: left; }
  .decoration-matrix .charge-type-select {
    text-align: left; }
  .decoration-matrix #my-table > div > div {
    border: 1px solid #ccd5da;
    box-shadow: none !important; }
  .decoration-matrix .primary-toggle {
    background: #DAE9EE;
    border-radius: 50px;
    display: flex;
    justify-content: space-between; }
    .decoration-matrix .primary-toggle a {
      font-size: 14px;
      padding: 3px 12px;
      font-weight: bold !important; }
    .decoration-matrix .primary-toggle .inactive-toggle {
      padding: 3px 12px;
      background-color: #DAE9EE;
      color: #02c0da;
      border-radius: 30px;
      display: flex;
      align-content: center; }
    .decoration-matrix .primary-toggle .active-toggle {
      padding: 3px 12px;
      background-color: #02c0da;
      color: white;
      border-radius: 30px;
      display: flex;
      align-content: center; }
  .decoration-matrix .button {
    background: #02c0da !important;
    font-family: 'skufont-regular', sans-serif;
    padding: .85em 1em; }
  .decoration-matrix .secondary-button {
    font-family: 'skufont-demibold', sans-serif;
    color: #02c0da !important;
    background: white !important;
    border: 3px solid #02c0da !important;
    padding: .85em 1em;
    border-radius: 3px; }
  .decoration-matrix .secondary-button:hover {
    color: #02c0da !important;
    background: #E6EFF2 !important; }
  .decoration-matrix .resku input[type="text"],
  .decoration-matrix .resku input[type="number"],
  .decoration-matrix .resku textarea {
    border: 1px solid #ABC7D1;
    border-radius: 5px;
    color: #52585C;
    background-color: white; }
  .decoration-matrix .resku input[type="text"]:focus,
  .decoration-matrix .resku input[type="number"]:focus,
  .decoration-matrix .resku textarea:focus {
    border: 2px solid #02c0da;
    background-color: white;
    box-shadow: 0 1px 4px #fafafa;
    border-radius: 5px;
    color: #52585c; }
  .decoration-matrix input::placeholder {
    color: #a4abae; }
  .decoration-matrix .error {
    color: red !important; }
  .decoration-matrix input.error::placeholder {
    color: red !important;
    font-weight: bold; }
  .decoration-matrix .cta-button {
    color: white;
    background-color: #fa237c !important; }
  .decoration-matrix .cta-button:hover {
    color: white;
    background-color: #CF1360 !important;
    border-color: #CF1360 !important; }
  .decoration-matrix .cta-button:active {
    color: white;
    background-color: #B21154 !important;
    border-color: #B21154 !important; }
  .decoration-matrix .btn {
    background-color: #02C0DA; }
  .decoration-matrix .btn:hover {
    background-color: #00A8BF !important;
    border-color: #00A8BF !important; }
  .decoration-matrix .btn:active {
    background-color: #00889B !important;
    border-color: #00889B !important; }
  .decoration-matrix .c-table--bottom-right-grid {
    overflow-y: hidden !important; }

h1,
h2,
h3,
h4,
h5 {
  font-family: 'skufont-demibold', "museo-sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }

#root {
  background: #edf4f7; }

.tabbed {
  display: flex !important;
  flex-direction: column; }
  .tabbed .popup-header {
    padding: 20px !important; }
  .tabbed .popup-content {
    flex-grow: 1;
    height: unset !important; }
  .tabbed .module-tab {
    display: block;
    color: #00B1C8;
    padding: 10px 0 10px 40px;
    font-weight: 600;
    list-style: none; }
    .tabbed .module-tab.active {
      background-color: #00B1C8;
      color: white; }
  .tabbed .align-with-select {
    margin-top: 8px !important; }

.tabbed .add-button,
.non-tabbed .add-button {
  border: none !important;
  background: none !important;
  color: #00B1C8 !important; }

.centered-checkbox span {
  left: unset; }

button.white-button,
button.lighter-button {
  border-radius: 10px !important; }

button.white-button {
  border-color: #00A0B6 !important;
  color: #00A0B6 !important;
  background: unset !important; }

button.lighter-button {
  border-color: #E1F7FA !important;
  background-color: #E1F7FA !important;
  color: #00A0B6 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.align-self-center {
  align-self: center; }

.Toastify__toast-container {
  z-index: 999999; }

.section-title {
  font-weight: bold !important;
  margin-top: 20px !important; }

.tile-summary-content {
  font-size: 0.875rem !important;
  color: #899CA9; }

/* Admin billing page where we show shop fees for each billing period */
.shop-fees .fee-box {
  background: white;
  padding: 32px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 12px; }
  .shop-fees .fee-box .header-date,
  .shop-fees .fee-box .header-fee {
    font-size: 18px;
    font-weight: bold;
    color: #5ba0b4;
    display: inline-block;
    width: 50%; }

.shop-fees .fee-box.selected .header-fee,
.shop-fees .fee-box.selected .header-date {
  color: #c03d68;
  margin-bottom: 32px; }

.shop-fees .fee-box:hover .header-fee,
.shop-fees .fee-box:hover .header-date {
  color: #c03d68; }

.shop-fees .fee-box.selected {
  cursor: default;
  padding: 32px; }

.shop-fees .header-fee {
  text-align: right; }

.shop-fees .outer-table tbody {
  border: none; }

.shop-fees .outer-table thead {
  background: none;
  border: none; }

.shop-fees .outer-table td,
.shop-fees .outer-table th {
  background: none;
  padding: 0.2rem 0.625rem 0.2rem; }

.shop-fees .outer-table td:first-child {
  padding-left: 0; }

.shop-fees .outer-table td:last-child {
  padding-right: 0; }

.shop-fees .outer-table .outer-row:hover {
  background: #edf2f5;
  color: #5ba0b4; }

.shop-fees .outer-table .selected {
  font-weight: bold; }
  .shop-fees .outer-table .selected td.invoice-count:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #6E8A92;
    content: "";
    display: block;
    margin: 2px -6px -3px auto; }

.shop-fees .inner-table {
  background: #6E8A92;
  font-size: .8rem;
  margin-top: 8px;
  margin-bottom: .5rem; }
  .shop-fees .inner-table tbody,
  .shop-fees .inner-table thead {
    background: transparent;
    color: white; }
  .shop-fees .inner-table thead {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
  .shop-fees .inner-table tbody {
    background: rgba(255, 255, 255, 0.078); }
  .shop-fees .inner-table td:first-child {
    padding-left: 0.625rem; }
  .shop-fees .inner-table td:last-child {
    padding-right: 0.625rem; }
  .shop-fees .inner-table tr:hover {
    background: rgba(255, 255, 255, 0.18); }

.tag-table-wrapper {
    width: 100%;
}

.tag-table,
.tag-table .tbody,
.tag-table .scroll-container,
.tag-table .table-list-rows,
.tag-table .table-list-rows > * {
    height: 100% !important;
    width: 100% !important;
}

.tag-table .table-list-rows::-webkit-scrollbar {
    display: none;
}

.tag-table .table-list-rows {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.tag-table .scroll-decoration-top,
.tag-table .scroll-decoration-bottom {
    margin: 0 -1rem !important;
    width: calc(100% + 2rem) !important;
}

.tag-table .tr {
    width: auto !important;
}

.tag-table label {
    display: inline !important;
    user-select: none;
    cursor: pointer;
}

.tag-table-status {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.add-tag {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.no-highlight {
    column-gap: 0.5rem;
}

.with-highlight {
    --highlight-padding: calc(1rem - 6px);
    gap: var(--highlight-padding) calc(0.5rem + var(--highlight-padding));;
}

.add-tag-controls {
    display: flex;
    gap: 0.5rem;
    white-space: nowrap;
}

.add-tag .add-tag-input {
    width: 155px !important;
}

.add-tag .add-tag-error {
    color: var(--color-secondary1-60);
}

.add-tag .button-highlight {
    position: absolute;
    left: calc(-1 * var(--highlight-padding));
    bottom: calc(-1 * var(--highlight-padding));
    width: 287px;
    height: 60px;
    border-radius: 5px;
    background: var(--color-primary1-30, #A6F4FF);
    z-index: -1;
}

.tag-table-title {
    align-items: center;
}

.tag-table-title .title-text {
    flex-grow: 1;
}

.tag-table-title .help-link {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 64px;
    font-family: 'skufont-regular';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.admin-tags {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 8px;
}

.admin-tags .admin-tags-actions {
    flex: 0 1 auto;
    width: 100%;
}

.admin-tags .admin-tags-actions input {
    margin-bottom: 0 !important;
}

.admin-tags .admin-tags-content {
    flex: 1 0 auto !important;
}

.admin-tags-actions .filter-tags {
    width: 100%;
}

.tag-label {
    display: flex;
    height: 37px;
    border-radius: 100px;
    padding: 0px 13px !important;
    justify-content: center !important;
    align-items: center !important;
    color: var(--color-neutrals-10);
    background: var(--secondary-4-navy-600-f-6-ea-6, #0F6EA6);
}

.selectable-tag-label > * {
    height: 43px;
    align-items: center;
    margin: 0 !important;
    padding: 16px !important;
}

.delete-tags {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.delete-tags-title {
    gap: 16px;
}

.delete-tags-alert, .delete-tags-actions {
    flex: 0 1 auto !important;
}

.delete-tags-alert > * {
    width: 100%;
    padding: 16px !important;
}

.delete-tags-actions {
    gap: 8px;
    margin-left: auto !important;
    margin-top: auto !important;
}

.tag-container {
    gap: 8px;
    overflow-y: scroll;
}

.delete-overlay {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
}

.delete-indicator {
    gap: 16px;
    align-items: center !important;
}

.merge-tags {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.merge-tags-title {
    gap: 16px;
}

.merge-tags-alert, .merge-tags-actions {
    flex: 0 1 auto !important;
}

.merge-tags-alert > * {
    width: 100%;
    padding: 16px !important;
}

.merge-tags-actions {
    gap: 8px;
    margin-left: auto !important;
    margin-top: auto !important;
}

.tag-container {
    gap: 8px;
    overflow-y: scroll;
}

.merging-overlay {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.merging-overlay ~ * {
    filter: grayscale(1);
    pointer-events: none;
}

.merging-indicator {
    gap: 16px;
    align-items: center !important;
}

.no-tags {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.no-tags .no-tags-content {
    display: flex;
    gap: inherit;
    flex-direction: inherit;
    overflow: scroll;
}

.no-tags .no-tags-info,
.no-tags .no-tags-cta {
    padding: 0 64px !important;
    flex-direction: column !important;
}

.no-tags .no-tags-info ul {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    gap: 1rem;
}

.no-tags .no-tags-cta {
    flex: 1 0 auto !important;
    width: fit-content;
}

.no-tags .no-tags-actions {
    margin-top: auto !important;
    flex-wrap: wrap-reverse !important;
    gap: 16px 24px;
}

.no-tags .no-tags-actions input {
    margin-bottom: 0 !important;
}

.no-tags .arrow-container {
    position: absolute;
}

.no-tags .info-button {
    background: var(--color-white, #FFF) !important;
    color: var(--color-primary1-70, #00A0B6) !important;
}

.no-tags .info-button svg path:last-child {
    fill: var(--color-primary1-70, #00A0B6) !important;
}

.admin-tags-wrapper {
    display: flex;
    height: calc(100% - 50px);
}

.admin-tags-wrapper > * {
    width: 100%;
}

.tags-popup-content {
    height: 100% !important;
    overflow-y: visible !important;
}

/* Force blank titles to occupy the same amount of space */
.tabbed h2:empty::before,
.non-tabbed h2:empty::before {
    display: inline-block;
    content: "";
}


/*# sourceMappingURL=AdminSettingsNewApp.30e6a74c.chunk.css.map*/