/* @import url("https://rsms.me/inter/inter.css");

@supports (font-variation-settings: normal) {
  :root {
    font-family: "Inter var", sans-serif;
  }
} */

@font-face {
  font-family: "Mona Sans";
  src: url("/assets/fonts/Mona-Sans.woff2") format("woff2 supports variations"),
    url("/assets/fonts/Mona-Sans.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-stretch: 75% 125%;
}

@font-face {
  font-family: "Hubot Sans";
  src: url("/assets/fonts/Hubot-Sans.woff2") format("woff2 supports variations"),
    url("/assets/fonts/Hubot-Sans.woff2") format("woff2-variations");
  font-weight: 200 900;
  font-stretch: 75% 125%;
}

/* :root {
  font-family: "Inter", sans-serif;
} */

* {
  /* font-family: "Inter", sans-serif; */
  /* font-family: "Aileron", sans-serif; */
}

/* Move page down to accomodate menu */

/* @media (min-width: 767px) { */

@media (min-width: 850px) {
  :root {
    --mantine-header-height: 0px !important;
  }
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Degular Display", sans-serif;
} */

h1,
h2,
h3,
h4,
h5 {
  /* font-family: "Degular Display", sans-serif !important; */
  font-stretch: 110%;
  font-variant-ligatures: none;
}

h1 {
  padding-bottom: 0.2em;
}

.header-subtitle {
  color: var(--mantine-color-brand-5);
  margin-bottom: 1em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  color: var(--mantine-color-brand-5);
  font-weight: 400;
}

h6 {
  font-family: var(--mantine-font-family-monospace) !important;
  text-transform: uppercase;
  /* font-weight: 500 !important; */
  letter-spacing: 0.05em;
  line-height: 1.6 !important;
}

.uppercase {
  text-transform: uppercase;
}

.align-top {
  align-items: flex-start;
}

.nolink a {
  color: inherit;
  text-decoration: none;
}

.nolink a:hover {
  color: inherit;
  box-shadow: 0 0 #0000, 0 0 #0000, inset 0 -0.5em 0 0 #f5fe94;
}

.mantine-Title-root span {
  font-size: 0.8em;
  color: var(--mantine-color-brand-5);
  font-weight: 400;
}

.opus-id {
  font-family: var(--mantine-font-family-monospace);
  font-size: 0.7em;
  text-transform: uppercase;
  padding-left: 1em;
}

.summary-panel {
  margin-left: 28px;
  border-left: 2px solid var(--mantine-color-opus-blue-2);
}

.summary-text {
  font-family: var(--mantine-font-family-monospace);
  font-size: 0.8em;
  line-height: 2;
  margin-left: 2em;
}

.numbers {
  font-feature-settings: "tnum";
}

.opus-header-mobile {
  border-bottom: none;
}

.table-opus tr td {
  border-bottom: none !important;
}

.table-opus tr td {
  border-bottom: none !important;
}

.table-opus .total {
  font-weight: 600;
  border-top: 2px solid var(--mantine-color-brand-9);
}

.table-opus .price em {
  font-size: 0.65em;
  vertical-align: text-top;
  font-style: normal;
  padding-right: 0.5em;
  opacity: 0.5;
}

.table-opus td {
  /* white-space: nowrap; */
}

.table-opus td.right {
  text-align: right;
  /* white-space: nowrap; */
}

.CompanyLocationsTable td {
  vertical-align: top;
}

.CompanyLocationsTable td:last-child {
  vertical-align: top;
  width: 100px;
}

.CompanyLocationsTable tr {
  vertical-align: top;
  border-bottom: 2px solid var(--mantine-color-brand-9);
}

.gig-card-category {
  box-shadow: 0 0 0 3px transparent;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}

.gig-card-category:hover {
  color: #fff;
  background-color: black;
  text-decoration: none;
}

.light .gig-card-category:hover {
  /* background: transparent; */
  box-shadow: 0 0 0 3px var(--mantine-color-brand-9);
}

.dark .gig-card-category:hover {
  /* background: var(--mantine-color-brand-9);
  background: transparent;
  border-color: transparent; */
  box-shadow: 0 0 0 3px var(--mantine-color-brand-4);
}

.gig-card a {
  color: inherit;
  background-color: black;
  text-decoration: none;
}

.gig-card {
  box-shadow: 0 0 0 3px transparent;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  /* transition-property: background, box-shadow; */
  transition-property: box-shadow;
}

.gig-card .mantine-Kbd-root {
  margin-right: 0.5em;
}

.light .gig-card:hover {
  /* background: transparent; */
  box-shadow: 0 0 0 3px var(--mantine-color-brand-9);
}

.dark .gig-card:hover {
  /* background: var(--mantine-color-brand-9);
  background: transparent;
  border-color: transparent; */
  box-shadow: 0 0 0 3px var(--mantine-color-brand-4);
}

.opus-inline-icon {
}

.price-large em {
  font-size: 11px;
  vertical-align: top;
  font-style: normal;
  padding-right: 0.5em;
  opacity: 0.5;
}

.price em {
  font-size: 0.6em;
  vertical-align: baseline;
  /* vertical-align: top; */
  padding-top: 12px;
  font-style: normal;
  /* padding-right: 0.25em; */
  opacity: 0.5;
}

/* Shift */

.shift-page .mantine-Kbd-root {
  font-size: 1.6em;
  margin-right: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.gig-paper-panel {
  font-size: 0.8em;
}

.add-gig-summary-panel {
  margin-bottom: 3em;
  font-size: 0.9em;
}

.add-gig-summary-panel ol {
  margin-left: 0em;
  padding-left: 0;
  font-family: var(--mantine-font-family-monospace);
  font-size: 0.85em;
  line-height: 2;
}

.add-gig-summary-panel h5 {
  margin-bottom: 0.5em;
}

.add-gig-summary-panel div + h5 {
  margin-top: 1em;
}

.add-gig-summary-panel h6 {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
  color: var(--mantine-color-brand-5);
}

.add-gig-summary-panel div + h6 {
  margin-top: 1em;
  padding-bottom: 0;
}

.add-shift-total {
  position: sticky !important;
  top: 13vh;
}

/* Stats panel */

.stats-panel .title {
  font-weight: 700;
  text-transform: uppercase;
}

.stats-panel .value {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

/* Links */

.mantine-Text-root a,
.light .mantine-Text-root a {
  transition: all 0.5s ease-in-out;
  color: var(--mantine-color-gray-8);
}

.mantine-Text-root a:hover,
.light .mantine-Text-root a:hover {
  color: var(--mantine-color-gray-5);
}

.dark .mantine-Text-root a {
  transition: all 0.5s ease-in-out;
  color: var(--mantine-color-brand-5);
}

.dark .mantine-Text-root a:hover {
  color: var(--mantine-color-brand-3);
}

/* Forms */

.mantine-InputWrapper-label {
  padding-bottom: 4px;
}

.ql-container.ql-snow {
  height: auto;
}

.ql-editor {
  height: 200px;
  overflow-y: scroll;
}

.mantine-TypographyStylesProvider-root {
  font-size: 1em;
}

.mantine-TypographyStylesProvider-root p {
  margin-bottom: 0;
}

.mantine-TypographyStylesProvider-root p + p {
  margin-bottom: 0;
  margin-top: 0.5em;
}

.mantine-TypographyStylesProvider-root ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 2em;
}

/* CREWS */

/* Dashboard */

.complete-profile-panel .large-percent {
  font-size: 5.5em;
  font-weight: 700;
  line-height: 0.9;
}

.complete-profile-panel h5 {
  /* padding-left: 10px; */
  line-height: 1.2;
}

/* INTERNAL */

.mantine-Avatar-root {
  border: 1.5px solid var(--mantine-color-brand-2);
}

.opus-table-wallets td {
  font-size: 0.8em !important;
}

.opus-table-finance th,
.opus-table-wallets th,
.opus-table-data th {
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.75em !important;
}

/* .opus-table-wallets td, */

.opus-table-data td {
  vertical-align: top;
}

.opus-table-finance td span {
  line-height: 1.2;
  font-weight: 500;
}

.opus-table-finance td span small {
  font-weight: normal;
  color: var(--mantine-color-brand-5);
}

.opus-table-finance td.numbers {
  font-feature-settings: "tnum";
}

.opus-table th.right,
.opus-table td.right,
.opus-table-finance th.right,
.opus-table-finance td.right {
  text-align: right;
  /* padding-right: 3em; */
}

.opus-table-data tr:hover,
.light .opus-table-data tr:hover {
  background-color: var(--mantine-color-gray-1);
}

.dark .opus-table-data tr:hover {
  background-color: var(--mantine-color-brand-9);
}

.opus-meta {
  font-family: var(--mantine-font-family-monospace);
  font-size: 0.7em;
  line-height: 1.5;
}

.opus-dates {
  font-family: var(--mantine-font-family-monospace);
  /* font-size: 0.8em; */
  line-height: 1.5;
}

.opus-input-number .mantine-Input-input {
  font-family: var(--mantine-font-family-monospace);
}

.opus-input-code .mantine-Input-input {
  font-family: var(--mantine-font-family-monospace);
  letter-spacing: 20px;
  text-align: center;
}

.opus-input-code .mantine-InputWrapper-error {
  font-size: 1em;
}

.opus-batch-tag span {
  color: white;
  font-family: var(--mantine-font-family-monospace);
}

.opus-dropdown-item .price em {
  font-weight: 600;
}

/* @media (prefers-color-scheme: dark) {
  img {
    opacity: 0.75;
    transition: opacity 0.5s ease-in-out;
  }
  img:hover {
    opacity: 1;
  }
  .mantine-Text-root a {
    color: #fff;
  }
} */

/* Override */

.mantine-Modal-title {
  font-weight: 600;
  font-family: var(--mantine-font-family-headings);
  font-size: 1.4em;
}

.mantine-SegmentedControl-control {
  border-left: none !important;
}

/* Shell */

nav {
  border-right: unset !important;
}

/* Responsive */

/* Breakpoints: xs: 500, sm: 840, md: 1000, lg: 1200, xl: 1400, */

/* Responsive - xs [mobile] */

@media screen and (max-width: 500px) {
  .mobile-hide {
    display: none;
  }

  #my-content {
    display: block;
  } /* show it on small screens */

  .opus-title-container {
    margin-bottom: 24px;
  }
}

/* Responsive — md [tablet] */

@media screen and (min-width: 501px) and (max-width: 840px) {
  .tablet-hide {
    display: none;
  }

  .opus-title-container {
    margin-bottom: 24px;
  }
}

/* Responsive — md [desktop] */

@media screen and (min-width: 841px) {
  .desktop-hide {
    display: none;
  }

  .opus-title-container {
    margin-bottom: 48px;
  }

  .footer {
    padding-left: var(--mantine-spacing-md);
    /* display: none; */
  }
}

@media print {
  .print-hide {
    display: none !important;
  }

  .table-order-print {
    width: 100%;
  }
}
/* :root {
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
} */
