﻿@import url("fonts/inter.css");
:root {
  --menu-light-gray: #3d3d3d;
  --menu-item-text-color: #d7d7d7;
}

html, body {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  background: #151515;
  color: #FFFFFF;
}

@media screen and (max-width: 641px) {
  html, body {
    font-size: 16px;
  }
  .navbar-language-popup {
    display: unset !important;
    justify-self: flex-end;
  }
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 2rem;
  }
  .m-form-row.multiple-forms-in-row {
    flex-direction: column;
  }
  .m-form-row.multiple-forms-in-row .col-6 {
    max-width: 100%;
  }
  .m-form-row.multiple-forms-in-row .col-6:first-child {
    padding-right: 0;
  }
  h3.blazored-modal-title {
    font-size: 1.25rem;
  }
}
a {
  color: #FFFFFF;
  text-decoration: underline;
}

a:hover {
  color: #FFFFFF;
}

.navbar-language-popup {
  display: none;
  padding-right: 1rem;
}

.navbar-actions {
  display: flex;
  align-items: center;
}

.btn-fullwidth {
  width: 100%;
}

.sidebar {
  border-bottom: 1px solid #000000;
}

.content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: solid 1px var(--menu-light-gray);
}
@media print {
  .content {
    border-top: none;
    padding: 0 !important;
  }
}

.message-content table td {
  padding: 0.5rem;
}

#blazor-error-ui {
  background: #d32062;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.error-container {
  background: #d32062;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: #7c0808;
}
.error-container .error-info-message {
  background: #151515;
  color: #FFFFFF;
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
.error-container .error-code {
  display: flex;
  grid-gap: 3rem;
  position: relative;
  border: 0;
  background: none;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 3rem;
  border-radius: 2rem;
  transition: all 250ms ease;
}
@media screen and (max-height: 600px) {
  .error-container .error-code {
    display: none;
  }
}
.error-container .error-code:after {
  content: "Looks like you found a bug.";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  color: #29d557;
  opacity: 0;
  transition: all 500ms ease;
  transition-delay: 1000ms;
}
.error-container .error-code:hover:after {
  opacity: 1;
}
.error-container .error-code:hover .cell.filled:nth-child(1) {
  transform: rotate(15deg);
}
.error-container .error-code:hover .cell.filled:nth-child(2) {
  transform: rotate(30deg);
}
.error-container .error-code:hover .cell.filled:nth-child(3) {
  transform: rotate(45deg);
}
.error-container .error-code:hover .cell.filled:nth-child(4) {
  transform: rotate(60deg);
}
.error-container .error-code:hover .cell.filled:nth-child(5) {
  transform: rotate(75deg);
}
.error-container .error-code:hover .cell.filled:nth-child(6) {
  transform: rotate(90deg);
}
.error-container .error-code:hover .cell.filled:nth-child(7) {
  transform: rotate(105deg);
}
.error-container .error-code:hover .cell.filled:nth-child(8) {
  transform: rotate(120deg);
}
.error-container .error-code:hover .cell.filled:nth-child(9) {
  transform: rotate(135deg);
}
.error-container .error-code:hover .cell.filled:nth-child(10) {
  transform: rotate(150deg);
}
.error-container .error-code:hover .cell.filled:nth-child(11) {
  transform: rotate(165deg);
}
.error-container .error-code:hover .cell.filled:nth-child(12) {
  transform: rotate(180deg);
}
.error-container .error-code:hover .cell.filled:nth-child(13) {
  transform: rotate(195deg);
}
.error-container .error-code:hover .cell.filled:nth-child(14) {
  transform: rotate(210deg);
}
.error-container .error-code:hover .cell.filled:nth-child(15) {
  transform: rotate(225deg);
}
.error-container .error-code:hover .cell.filled:nth-child(16) {
  transform: rotate(240deg);
}
.error-container .error-code:hover .cell.filled:nth-child(17) {
  transform: rotate(255deg);
}
.error-container .error-code:hover .cell.filled:nth-child(18) {
  transform: rotate(270deg);
}
.error-container .error-code:hover .cell.filled:nth-child(19) {
  transform: rotate(285deg);
}
.error-container .error-code:hover .cell.filled:nth-child(20) {
  transform: rotate(300deg);
}
.error-container .error-code:hover .cell.filled:nth-child(21) {
  transform: rotate(315deg);
}
.error-container .error-code:hover .cell.filled:nth-child(22) {
  transform: rotate(330deg);
}
.error-container .error-code:hover .cell.filled:nth-child(23) {
  transform: rotate(345deg);
}
.error-container .error-code:hover .cell.filled:nth-child(24) {
  transform: rotate(360deg);
}
.error-container .error-code:hover .number {
  grid-gap: 4rem;
}
.error-container .error-code:hover .bug {
  transform: translateY(-200vh);
  transition-delay: 500ms;
}
.error-container .error-code:hover .bug:before {
  top: max(-0.5vw, -0.5vh);
}
.error-container .error-code:hover .bug:after {
  left: max(-0.75vw, -0.75vh);
  right: max(-0.75vw, -0.75vh);
  height: min(1.5vw, 1.5vh);
}
.error-container .number {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  transition: all 500ms ease;
  grid-gap: min(0.25vw, 0.25vh);
  margin: auto 2vw;
}
.error-container .cell.filled {
  transition: all 500ms ease;
}
.error-container .bug {
  background: #46c6b1;
  transition: transform 5000ms ease;
  width: min(2.25vw, 2.25vh);
  height: min(2.25vw, 2.25vh);
  position: relative;
  border-radius: 100%;
  transition-delay: 0;
}
.error-container .bug:before {
  content: "";
  height: min(1.5vw, 1.5vh);
  width: min(1.5vw, 1.5vh);
  display: block;
  position: absolute;
  top: 0;
  left: min(0.375vw, 0.375vh);
  background: #46c6b1;
  border-radius: 100%;
  z-index: -1;
  transition: all 1000ms ease;
}
.error-container .bug:after {
  content: "";
  display: block;
  position: absolute;
  /*
   left: .5vw;
   right: .5vw;
   bottom: .5vw;
  */
  height: 0;
  transition: all 250ms ease;
  animation: infinite skitter 100ms ease;
  background: top left/100% 100% linear-gradient(transparent, transparent 45%, #46c6b1 45%, #46c6b1 55%, transparent 55%), top left/100% 100% linear-gradient(to bottom right, transparent, transparent 45%, #46c6b1 45%, #46c6b1 55%, transparent 55%), top left/100% 100% linear-gradient(to bottom left, transparent, transparent 45%, #46c6b1 45%, #46c6b1 55%, transparent 55%);
}
@keyframes skitter {
  0%, 100% {
    transform: rotate(-35deg);
  }
  50% {
    transform: rotate(35deg);
  }
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.unicode-emoji {
  font-family: "Segoe UI Emoji";
}

.input-group-container, .application-step2 {
  border: 1px solid #707070;
  background-color: #151515;
  padding: 1rem;
  margin-bottom: 1rem;
}

.form-control.invalid {
  border-color: #FF3C3C !important;
}

.form-control.modified.valid {
  border-color: #3CFF4E;
}

textarea {
  min-height: 10vh;
  background-color: #252525;
  color: #FFFFFF;
}

table textarea {
  min-height: initial;
  overflow: hidden;
}

.nav-menu .m-accordion .m-accordion-card-header {
  height: 3rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  border-top: solid 1px #3d3d3d !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
.nav-menu .m-accordion .m-accordion-card-body {
  padding: 0 !important;
  border: none !important;
}
.nav-menu .m-accordion .m-accordion-card-body li, .nav-menu .m-accordion .m-accordion-card-body ul {
  width: 100%;
  border: none !important;
}
.nav-menu .m-accordion .m-accordion-card-body li .nav-link, .nav-menu .m-accordion .m-accordion-card-body ul .nav-link {
  padding-left: 1.8rem;
}
.nav-menu .m-accordion .m-accordion-card-title {
  font-size: 0.9rem !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center !important;
  flex-grow: 1;
  color: var(--menu-item-text-color) !important;
}

.validation-message {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF3C3C;
}

.m-grid-row .validation-message {
  background: #3b3b3b;
  padding-left: 0.5rem;
  border: solid 1px #000000;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}
.col:not(:last-child), .col-1:not(:last-child), .col-10:not(:last-child), .col-11:not(:last-child), .col-12:not(:last-child), .col-2:not(:last-child), .col-3:not(:last-child), .col-4:not(:last-child), .col-5:not(:last-child), .col-6:not(:last-child), .col-7:not(:last-child), .col-8:not(:last-child), .col-9:not(:last-child), .col-auto:not(:last-child), .col-lg:not(:last-child), .col-lg-1:not(:last-child), .col-lg-10:not(:last-child), .col-lg-11:not(:last-child), .col-lg-12:not(:last-child), .col-lg-2:not(:last-child), .col-lg-3:not(:last-child), .col-lg-4:not(:last-child), .col-lg-5:not(:last-child), .col-lg-6:not(:last-child), .col-lg-7:not(:last-child), .col-lg-8:not(:last-child), .col-lg-9:not(:last-child), .col-lg-auto:not(:last-child), .col-md:not(:last-child), .col-md-1:not(:last-child), .col-md-10:not(:last-child), .col-md-11:not(:last-child), .col-md-12:not(:last-child), .col-md-2:not(:last-child), .col-md-3:not(:last-child), .col-md-4:not(:last-child), .col-md-5:not(:last-child), .col-md-6:not(:last-child), .col-md-7:not(:last-child), .col-md-8:not(:last-child), .col-md-9:not(:last-child), .col-md-auto:not(:last-child), .col-sm:not(:last-child), .col-sm-1:not(:last-child), .col-sm-10:not(:last-child), .col-sm-11:not(:last-child), .col-sm-12:not(:last-child), .col-sm-2:not(:last-child), .col-sm-3:not(:last-child), .col-sm-4:not(:last-child), .col-sm-5:not(:last-child), .col-sm-6:not(:last-child), .col-sm-7:not(:last-child), .col-sm-8:not(:last-child), .col-sm-9:not(:last-child), .col-sm-auto:not(:last-child), .col-xl:not(:last-child), .col-xl-1:not(:last-child), .col-xl-10:not(:last-child), .col-xl-11:not(:last-child), .col-xl-12:not(:last-child), .col-xl-2:not(:last-child), .col-xl-3:not(:last-child), .col-xl-4:not(:last-child), .col-xl-5:not(:last-child), .col-xl-6:not(:last-child), .col-xl-7:not(:last-child), .col-xl-8:not(:last-child), .col-xl-9:not(:last-child), .col-xl-auto:not(:last-child) {
  padding-right: 1rem;
}
.col:only-child, .col-1:only-child, .col-10:only-child, .col-11:only-child, .col-12:only-child, .col-2:only-child, .col-3:only-child, .col-4:only-child, .col-5:only-child, .col-6:only-child, .col-7:only-child, .col-8:only-child, .col-9:only-child, .col-auto:only-child, .col-lg:only-child, .col-lg-1:only-child, .col-lg-10:only-child, .col-lg-11:only-child, .col-lg-12:only-child, .col-lg-2:only-child, .col-lg-3:only-child, .col-lg-4:only-child, .col-lg-5:only-child, .col-lg-6:only-child, .col-lg-7:only-child, .col-lg-8:only-child, .col-lg-9:only-child, .col-lg-auto:only-child, .col-md:only-child, .col-md-1:only-child, .col-md-10:only-child, .col-md-11:only-child, .col-md-12:only-child, .col-md-2:only-child, .col-md-3:only-child, .col-md-4:only-child, .col-md-5:only-child, .col-md-6:only-child, .col-md-7:only-child, .col-md-8:only-child, .col-md-9:only-child, .col-md-auto:only-child, .col-sm:only-child, .col-sm-1:only-child, .col-sm-10:only-child, .col-sm-11:only-child, .col-sm-12:only-child, .col-sm-2:only-child, .col-sm-3:only-child, .col-sm-4:only-child, .col-sm-5:only-child, .col-sm-6:only-child, .col-sm-7:only-child, .col-sm-8:only-child, .col-sm-9:only-child, .col-sm-auto:only-child, .col-xl:only-child, .col-xl-1:only-child, .col-xl-10:only-child, .col-xl-11:only-child, .col-xl-12:only-child, .col-xl-2:only-child, .col-xl-3:only-child, .col-xl-4:only-child, .col-xl-5:only-child, .col-xl-6:only-child, .col-xl-7:only-child, .col-xl-8:only-child, .col-xl-9:only-child, .col-xl-auto:only-child {
  padding-right: 0;
}

.mfield-form-generator-row {
  padding: 7px;
  margin: 10px 0px;
  border-width: 1px;
  background-color: rgba(187, 186, 186, 0.0784313725);
  border-style: dashed;
}

.m-file-input-progress-container {
  border: 1px solid #ccc !important;
}

.m-file-input-progress-bar {
  height: 24px;
  background-color: #9e9e9e !important;
}

/* Grid in Wizard Form fix  */
.m-grid-container {
  width: 100%;
}

@media (min-width: 641px) {
  .m-grid-container .m-table-container {
    max-width: calc(100vw - 220px - 4rem);
  }
}
.c-file-input {
  border-color: #dee1eb;
  border-width: 1px;
  padding: 2px;
  border-style: solid;
}

.m-form-container[data-form-id=b27d6dfd-f504-4751-8723-14b019781a63] .m-form-row.multiple-forms-in-row {
  justify-content: space-evenly;
  align-items: flex-end;
  margin-top: 15px;
  padding-top: 20px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
}

.m-form-container[data-form-id=b27d6dfd-f504-4751-8723-14b019781a63] .m-form-row.multiple-forms-in-row {
  justify-content: space-evenly;
  align-items: flex-end;
  margin-top: 15px;
  padding-top: 20px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
}

.m-wizard-step[data-form-id="0aa95704-1697-43ed-b8aa-613582a75122"] {
  width: 90% !important;
}

.accre-open-hours-table-container td {
  padding-top: 6px;
  padding-left: 20px;
}

/* Workaround crew catering laggy with buttons  */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.required-person-input::-webkit-outer-spin-button,
.required-person-input::-webkit-inner-spin-button {
  -webkit-appearance: button;
  margin: 0;
  opacity: 1;
  filter: invert(100%);
  height: 2rem;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (min-width: 900px) {
  .identity-card-body {
    display: flex;
  }
}
.identity-card-body .identity-image {
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
}
.identity-card-body .identity-column {
  padding: 1rem;
}
@media (min-width: 900px) {
  .identity-card-body .identity-column {
    width: 50%;
  }
}
.identity-card-body .identity-column.left {
  /*
  display: grid;
  place-content: center;
      */
  display: flex;
}
.identity-card-body .form-group .col-sm-12 {
  padding-bottom: 0.35rem;
}
.identity-card-body .form-group .col-sm-12 .validation-message {
  display: none;
  position: absolute;
}
.identity-card-body .form-group .col-sm-12 .validation-message:first-of-type {
  display: initial;
}
.identity-card-body .col-form-label {
  padding-top: 0;
}

.container-border {
  border: solid 1px #d5d5d5;
  padding: 10px;
}

.modal-medium {
  width: 50vw;
  min-width: 1000px;
}

@media screen and (max-width: 1000px) {
  .modal-medium {
    width: 100vw;
    min-width: 100vw;
  }
}
.e-richtexteditor .e-rte-content .e-content, .e-richtexteditor .e-source-content .e-content {
  font-size: 16px !important;
}

.blazored-modal {
  max-height: 92vh;
  max-width: 92vw;
}

.blazored-modal-header {
  padding: 0 0 1rem 0;
}

.blazored-modal-flex .blazored-modal-content {
  display: flex;
  overflow: hidden;
}

.choose-lang-container a {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

ul.popup-language-selection {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.popup-language-selection li {
  padding: 0.5rem;
}

ul.popup-language-selection li:not(:first-child) {
  padding-top: 1rem;
}

.search-bar {
  margin-right: auto;
  min-width: 10rem;
  width: 20vw;
  max-width: 30rem;
}
.search-bar .input-icon {
  position: absolute;
  left: 15px;
  top: calc(48% - 0.5em);
}
.search-bar input {
  padding-left: 2.5rem;
}
.search-bar .input-wrapper {
  position: relative;
}
.search-bar .searchResultsContainer {
  min-width: 20rem;
  width: 30vw;
  max-width: 30rem;
  position: absolute;
  background: #151515;
  border: solid 1px #707070 !important;
  z-index: 1000;
}
.search-bar .searchResultsContainer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-bar .searchResultsContainer .searchResults a {
  display: flex;
  width: 100%;
  border: solid 1px transparent;
  margin: 0;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
}
.search-bar .searchResultsContainer .searchResults a:hover {
  border: solid 1px #707070 !important;
}

.m-badge {
  padding: 0.7rem 0.5rem;
  font-size: 0.8rem;
  background: #282828;
}

.m-badge.m-badge--primary {
  background: #282828;
}

/*  JOBS START  */
.e-dialog {
  border-radius: 0 !important;
  border: solid 1px #707070 !important;
}
.e-dialog .e-dlg-header-content {
  border-bottom: initial !important;
}

.e-icon-dlg-close {
  color: #FFFFFF !important;
}

.work-shift-scheduler-column {
  height: calc(100vh - 13rem);
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #151515;
  padding: 0.5rem;
}

.work-shift-scheduler-column input, .work-shift-user-payment-inputs input {
  color: inherit;
  background-color: #252525;
  width: 100%;
  border: solid 1px #707070;
  line-height: 2rem;
  padding-left: 0.3rem;
}

.column-duration-disabled input {
  background: #707070 !important;
}

a.linkicon:after {
  font-family: "Font Awesome 6 Free";
  content: "\f360";
  font-weight: 600;
  font-size: 0.8rem;
  padding-left: 5px;
}

.linkicon {
  text-decoration: none;
}

.work-shift-scheduler-column::-webkit-scrollbar {
  width: 15px;
}

.work-shift-scheduler-column::-webkit-scrollbar-track {
  background-color: #707070;
}

.work-shift-scheduler-column::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #252525;
}

.work-shift-scheduler-top-row {
  display: flex;
  justify-content: space-between;
  background-color: #151515;
  padding: 0.5rem 1rem;
  border: solid 1px #707070;
  margin-bottom: 0.6rem;
}
.work-shift-scheduler-top-row .work-shift-scheduler-top-row-column {
  display: flex;
  flex-direction: column;
}
.work-shift-scheduler-top-row .work-shift-scheduler-top-row-column *:last-child, .work-shift-scheduler-top-row .work-shift-scheduler-top-row-column .e-input-group, .work-shift-scheduler-top-row .work-shift-scheduler-top-row-column .e-input-group-icon, .work-shift-scheduler-top-row .work-shift-scheduler-top-row-column .e-input-group.e-control-wrapper {
  background-color: #252525 !important;
  border-color: #707070 !important;
  color: unset;
}
.work-shift-scheduler-top-row .work-shift-scheduler-top-row-column .e-control-container {
  flex-grow: 10;
  border: solid 1px #707070 !important;
}
.work-shift-scheduler-top-row .work-shift-scheduler-top-row-column input {
  height: 100% !important;
  border: solid 1px #707070;
}
.work-shift-scheduler-top-row .work-shift-scheduler-top-row-column .e-icons {
  color: #FFFFFF !important;
}
.work-shift-scheduler-top-row .work-shift-scheduler-top-row-column.column-required-people {
  align-items: center;
}
.work-shift-scheduler-top-row .work-shift-scheduler-top-row-column input {
  width: 3rem;
  justify-content: center;
  text-align: center;
}
.work-shift-scheduler-top-row .work-shift-scheduler-top-row-column input:disabled {
  cursor: not-allowed !important;
}
.work-shift-scheduler-top-row .work-shift-scheduler-top-row-column.column-comment {
  width: 15rem;
}
.work-shift-scheduler-top-row .work-shift-scheduler-top-row-column.column-linked-shifts {
  width: 15rem;
}
.work-shift-scheduler-top-row textarea {
  min-height: 2rem;
}

.column-linked-shifts .m-select .m-select-options-container .m-select-options-list-container ul li {
  background-color: #252525 !important;
  padding: 0.5rem;
}
.column-linked-shifts .m-select .m-select-options-container .m-select-options-list-container ul li label {
  background-color: unset !important;
}
.column-linked-shifts .m-select .m-select-options-container .m-select-options-list-container ul li label span::after {
  border-color: #FFFFFF;
}
.column-linked-shifts .m-select .m-select-options-container .m-select-options-list-container ul li:hover {
  background-color: #707070 !important;
}

.work-shift-scheduler-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 0.6rem;
}
.work-shift-scheduler-main .work-shift-scheduler-search-row {
  display: flex;
}
.work-shift-scheduler-main .work-shift-scheduler-search-row .m-select {
  min-width: 33%;
  padding-left: 0.3rem;
}
.work-shift-scheduler-main .work-shift-scheduler-column {
  border: solid #707070 1px;
}
.work-shift-scheduler-main .work-shift-scheduler-column .work-shift-scheduler-column-right-header {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
}

.work-shift-scheduler-row {
  display: flex;
  justify-content: space-between;
  background-color: #252525;
  border: solid #707070 1px;
  margin: 0.6rem 0rem;
  padding: 0.3rem;
}
.work-shift-scheduler-row.active {
  border-color: #FFFFFF;
}
.work-shift-scheduler-row.already-working {
  background-color: #003235;
}
.work-shift-scheduler-row.withdrawn {
  background-color: #7A2727;
}
.work-shift-scheduler-row.rejected {
  background-color: #b23b3b;
}
.work-shift-scheduler-row .work-shift-scheduler-row-content {
  flex-grow: 10;
  justify-self: flex-end;
  width: 10vw;
}
.work-shift-scheduler-row .work-shift-scheduler-row-arrow {
  display: flex;
  align-items: center;
}
.work-shift-scheduler-row img {
  height: 5rem;
  width: 5rem;
  object-fit: cover;
  padding-right: 0.5rem;
}

.person-name-details {
  font-size: 18px;
}

.work-shift-scheduler-person .work-shift-scheduler-person-info {
  display: flex;
}
.work-shift-scheduler-person .work-shift-scheduler-person-details {
  padding: 0 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.work-shift-scheduler-person .work-shift-scheduler-person-details .m-form-row:first-of-type label {
  display: none;
}
.work-shift-scheduler-person .work-shift-scheduler-person-details .form-group {
  padding: 0;
  margin: 0;
}
.work-shift-scheduler-person .application-comment {
  width: 100%;
  max-height: 150px;
  background-color: #252525;
  padding: 10px;
  overflow: auto;
  color: #FFFFFF;
  border: 1px solid #707070;
}
.work-shift-scheduler-person .application-comment-full {
  width: 100%;
  /*max-height: 150px;*/
  background-color: #252525;
  padding: 10px;
  overflow: auto;
  color: #FFFFFF;
  border: 1px solid #707070;
}
.work-shift-scheduler-person .application-comment-full td.work-shift-availability-toggle {
  text-align: center;
  vertical-align: baseline;
}
.work-shift-scheduler-person .application-comment-half {
  width: 100%;
  max-height: 300px;
  background-color: #252525;
  padding: 10px;
  overflow: auto;
  color: #FFFFFF;
  border: 1px solid #707070;
}
.work-shift-scheduler-person .tabs-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.work-shift-scheduler-person .tabs-title.info-text {
  font-weight: 400;
  margin: 1rem 0rem;
}
.work-shift-scheduler-person .tabs-title.info-text i {
  color: #FFD93C;
  margin-right: 5px;
}
.work-shift-scheduler-person .tabs-table {
  width: -webkit-fill-available;
}
.work-shift-scheduler-person .tabs-table tr {
  border-bottom: 1px solid #707070;
}
.work-shift-scheduler-person .tabs-table tr td {
  padding: 5px;
}
.work-shift-scheduler-person .tabs-table tr:last-child {
  border-bottom: none;
}
.work-shift-scheduler-person .m-tabs-btn-title {
  font-size: 0.8rem;
}
.work-shift-scheduler-person .m-tabs-btn {
  border: solid #707070 1px;
}
.work-shift-scheduler-person .m-tabs-btn.m-tabs-btn-active {
  border: solid #FFFFFF 1px;
}
.work-shift-scheduler-person .m-tabs-btn:hover {
  background: #707070;
  color: inherit;
}
.work-shift-scheduler-person button {
  padding: 0.3rem;
  background: #252525;
  color: inherit;
}
.work-shift-scheduler-person .wstools-application-decline-btn {
  background: #FF3C3C;
  color: #FFFFFF;
}
.work-shift-scheduler-person .wstools-application-decline-btn:hover {
  background: #ff6f6f;
}

.m-tooltip-instance {
  font-size: 12px;
}

.e-dialog.work-shift-scheduler-dialog {
  width: 96vw !important;
  color: #FFFFFF;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.5);
}
.e-dialog.work-shift-scheduler-dialog .e-dlg-header-content {
  background: #252525;
}
.e-dialog.work-shift-scheduler-dialog .e-dlg-content {
  background: #252525;
  color: unset;
}
.e-dialog.work-shift-scheduler-dialog .e-dlg-header, .e-dialog.work-shift-scheduler-dialog .e-dlg-header * {
  color: unset;
}

.work-shift-scheduler-calendar .e-appointment-details {
  padding: 0 !important;
  height: 100% !important;
}
.work-shift-scheduler-calendar .e-appointment-details .appointment-all-day {
  padding: 4px;
}
.work-shift-scheduler-calendar .e-appointment-details .e-indicator {
  padding: 4px !important;
}
.work-shift-scheduler-calendar .fill-status-container {
  padding: 4px;
  height: 100% !important;
  width: 100% !important;
}
.work-shift-scheduler-calendar .fill-status-container.fill-status-overbooked {
  background-color: #3AB4FF;
  color: #000000;
}
.work-shift-scheduler-calendar .fill-status-container.fill-status-full {
  background-color: #5BE726;
  color: #000000;
}
.work-shift-scheduler-calendar .fill-status-container.fill-status-medium {
  background-color: #F8E226;
  color: #000000;
}
.work-shift-scheduler-calendar .fill-status-container.fill-status-empty {
  background: #E72626;
}
.work-shift-scheduler-calendar .fill-status-container p {
  margin: 0;
}
.work-shift-scheduler-calendar .e-timeline-view p {
  display: inline;
  font-size: 1.2em;
}
.work-shift-scheduler-calendar .e-timeline-view p.appointment-entry-item:first-of-type {
  display: none;
}
.work-shift-scheduler-calendar .e-timeline-view p.appointment-entry-item:not(:nth-of-type(2)) {
  margin-left: 1rem;
}
.work-shift-scheduler-calendar .e-timeline-month-view .fill-status-container {
  padding: 1px;
}
.work-shift-scheduler-calendar .e-timeline-month-view p:not(:first-of-type) {
  display: inline;
}
.work-shift-scheduler-calendar .e-timeline-month-view p:nth-of-type(5), .work-shift-scheduler-calendar .e-timeline-month-view p:nth-of-type(6) {
  display: none;
}

.e-dlg-container {
  z-index: 99 !important;
}

.work-shift-scheduler-row-linked-shifts {
  flex-grow: 20;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding-left: 0.5rem;
  margin-right: 0.5rem;
}

.work-shift-scheduler-check-data {
  min-width: 400px;
  width: 25vw;
}
.work-shift-scheduler-check-data .work-shift-scheduler-check-data-button-container {
  display: flex;
  justify-content: flex-end;
}

.linked-shift-available-text {
  color: #3CFF4E;
}

.linked-shift-unavailable-text {
  color: #FF3C3C;
}

.linked-shifts-x-arrow {
  margin-right: 0.5rem;
  position: relative;
  bottom: 2px;
}

ul.work-shift-scheduler-row-linked-shifts-days {
  list-style: none;
  padding: unset;
}
ul.work-shift-scheduler-row-linked-shifts-days li i {
  color: #FFFFFF;
}

/*  JOBS END  */
/* Personen Admin View*/
.m-tabs-buttons .m-tabs-btn {
  background-color: #151515;
  color: #FFFFFF;
}
.m-tabs-buttons .m-btn-primary:hover {
  border-color: #FFFFFF;
}
.m-tabs-buttons .m-btn-secondary:hover {
  background-color: #252525;
  color: #FFFFFF;
}
.m-tabs-buttons .m-tabs-btn-active {
  background-color: #707070 !important;
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
}

.person-adm-tools {
  padding: 1rem;
  margin-bottom: 1rem;
}

.jobs-search-event-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jobs-search-event-title-container h3 {
  margin-bottom: unset;
}

/* Job Call to Action */
.job-call-to-action-container {
  background-color: #FF3C3C;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}

.job-call-to-action-text {
  flex-grow: 1;
}
.job-call-to-action-text h2 {
  margin-bottom: 0;
}

.job-call-to-action-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-call-to-action-btn .m-btn {
  border: none;
}
.job-call-to-action-btn .m-btn:hover {
  background-color: #ff6f6f;
  color: #151515;
}

@media screen and (max-width: 1100px) {
  .job-call-to-action-container {
    flex-direction: column;
  }
  .job-call-to-action-btn {
    margin-top: 2rem;
  }
}
/* Application Modal Styling */
.application-modal-style .m-wizard .m-wizard-step-container {
  padding: 0.5rem;
}
.application-modal-style .m-wizard .m-wizard-step-container .m-wizard-step {
  width: 100%;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background-color: #707070;
}

::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: content-box;
  background-color: #252525;
}

.color-warning {
  color: #FFD93C;
}

.adm-department-choose-event {
  padding: 1rem;
  margin: 2rem 0rem;
}

.adm-department-choose-event .m-select span .m-select-content {
  font-weight: 600;
}

.work-shift-user-payment-inputs {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

/* Permission Template Matrix Toggle */
.permission-template-flag-assignment-table .m-switch label input ~ span:after {
  color: #707070;
}

/* Permission Template Matrix Toggle */
.work-shift-scheduler-person-info .person-image-container img {
  width: 200px;
  height: 300px;
  object-fit: cover;
}

.person-image-container img {
  max-width: 200px;
}

.shift-schedule-wrapper .shift-schedule-container {
  width: 100%;
  border: 1px solid #FFFFFF;
  display: flex;
  padding: 0.5rem;
  justify-content: space-between;
  flex-direction: row;
  row-gap: 10px;
  margin-bottom: 1rem;
}
.shift-schedule-wrapper .shift-schedule-container.done {
  background-color: #111111;
  color: #707070;
  border-color: #707070;
}
.shift-schedule-wrapper .shift-schedule-container.active {
  background-color: #FF3C3C;
}
.shift-schedule-wrapper .shift-schedule-container.active .shift-schedule-detail {
  border-color: #FFFFFF !important;
}
.shift-schedule-wrapper .shift-schedule-container.upcoming {
  background-color: #2b2b2b;
  border-color: #707070;
}
.shift-schedule-wrapper .shift-schedule-detail {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  padding: 1rem;
  font-size: 20px;
  font-weight: 600;
}
.shift-schedule-wrapper .shift-schedule-detail.icon {
  font-size: 2rem;
}
.shift-schedule-wrapper .shift-schedule-detail:not(:first-child):not(:last-child) {
  border-left: 1px solid #707070;
}
.shift-schedule-wrapper .shift-schedule-detail:last-child {
  justify-content: flex-end;
}

.shift-schedule-legen p {
  margin-bottom: unset;
  font-size: 1rem;
}
.shift-schedule-legen p:first-child .fa-calendar-check {
  color: #707070;
}
.shift-schedule-legen p:nth-child(2) .fa-clock {
  color: #FF3C3C;
}

.sign-contract-page .hidden-in-preview {
  visibility: hidden;
}
.sign-contract-page .sign-container {
  display: flex;
  justify-content: center;
}
.sign-contract-page img {
  filter: invert(1);
}
.sign-contract-page .m-paint-container .m-btn {
  line-height: 0.5;
  padding: 0.5rem;
}
.sign-contract-page .submit-btn-container {
  display: flex;
  justify-content: flex-end;
  padding: 3vw;
}

.job-search-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.job-search-wrapper .job-search-title, .job-search-wrapper .job-search-datelocation {
  width: 33%;
}
.job-search-wrapper .job-search-title h3 {
  font-weight: 600;
}
@media (max-width: 900px) {
  .job-search-wrapper .job-search-title h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 900px) {
  .mobile-job-wrapper {
    display: flex;
    flex-direction: column;
  }
  .mobile-job-wrapper .job-eventspage-title {
    width: 100% !important;
  }
  .mobile-job-wrapper .job-eventspage-event {
    width: 100% !important;
  }
}
@media (min-width: 900px) {
  .mobile-job-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.job-eventspage-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.job-eventspage-wrapper .job-eventspage-title {
  width: 60%;
}
.job-eventspage-wrapper .job-eventspage-title h4 {
  font-weight: 600;
}
.job-eventspage-wrapper .job-eventspage-title h5 {
  font-size: 0.8rem !important;
}
.job-eventspage-wrapper .job-eventspage-event {
  width: 50%;
}
.job-eventspage-wrapper .job-eventspage-event h6 {
  font-size: 0.8rem;
}
.job-eventspage-wrapper .job-eventspage-event p {
  margin: unset;
  font-weight: 500;
}
.job-eventspage-wrapper .job-eventspage-icon {
  width: 30%;
  align-self: center;
  justify-content: flex-end;
  display: flex;
  text-transform: uppercase;
}
.job-eventspage-wrapper .job-eventspage-icon i {
  margin-left: 5px;
  align-self: center;
}

.person-page-rating .fas, .person-page-rating .far {
  color: #E7B500;
}
.person-page-rating .fas:hover, .person-page-rating .far:hover {
  color: #816500;
}

.btn-group.m-tabs-buttons {
  width: 100%;
  justify-content: space-between;
}

button.m-btn.m-tabs-btn {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.identity-card-container {
  display: flex;
  gap: 1rem;
  width: 66vw;
  justify-content: stretch;
  align-items: center;
  padding-top: 1rem;
}
.identity-card-container .person-image-container {
  flex-grow: 1;
}
.identity-card-container .person-image-container img {
  max-width: 33vw;
  max-height: calc(92vh - 17rem);
}

.identity-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 1rem;
}
.identity-card-bottom .form-group {
  margin-bottom: 0;
}
.identity-card-bottom .m-select {
  min-width: 10vw;
}
.identity-card-bottom .identity-card-bottom-form-container {
  width: 60%;
}

.permission-template-flag-assignment-table thead {
  position: sticky;
  top: 0;
  background: #151515;
  z-index: 10;
}
.permission-template-flag-assignment-table thead tr th {
  font-size: 1rem;
  font-weight: 300;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  padding: 10px;
}
.permission-template-flag-assignment-table thead tr th:first-child {
  writing-mode: unset;
  transform: unset;
}
.permission-template-flag-assignment-table tbody tr:nth-child(2n) {
  background-color: #282828;
}
.permission-template-flag-assignment-table thead th.focused, .permission-template-flag-assignment-table tbody td.focused {
  background: #555555 !important;
}
.permission-template-flag-assignment-table tbody tr td {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
.permission-template-flag-assignment-table tbody tr td input {
  height: 15px;
  width: 15px;
}
.permission-template-flag-assignment-table tbody tr td:first-child {
  font-size: 0.8rem;
  position: sticky;
  left: 0;
  background: #151515;
  z-index: 10;
}

.todo-task-upload-file-button-row {
  display: flex;
  justify-content: flex-end;
}

@media print {
  html, body {
    background: #FFFFFF;
    color: #000000;
  }
  .sidebar, .top-row {
    display: none !important;
  }
  .m-grid .m-grid-highlight, .m-grid tbody tr, .m-grid.m-grid-hover tbody tr:not(.m-grid-highlight):nth-of-type(2n+1) {
    background-color: #FFFFFF !important;
    color: #000000 !important;
  }
  .m-grid-container .m-table-container {
    max-width: initial !important;
    overflow: visible !important;
  }
  .on-print-hidden {
    display: none !important;
  }
}
.card-body {
  padding: 1rem;
}

.send-message-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1rem;
}

.e-richtexteditor .e-rte-content, .e-richtexteditor .e-source-content, .e-richtexteditor .e-rte-srctextarea, .e-richtexteditor .e-rte-content .e-content a, .e-richtexteditor .e-source-content .e-content a {
  color: #FFFFFF !important;
}

.e-richtexteditor .e-rte-toolbar, .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar {
  z-index: 40 !important;
}

.e-richtexteditor .e-rte-content {
  background-color: #151515 !important;
}

.m-wizard .m-wizard-action-group {
  width: 100%;
}

input::-webkit-file-upload-button {
  background-color: #FFFFFF;
  padding: 10px;
  transition-duration: 0.15s, 0.15s, 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-property: color, background-color, border-color, box-shadow;
}
input::-webkit-file-upload-button:hover {
  background-color: #595959;
  color: #FFFFFF;
}

.blazored-modal .m-form-row-actions .form-group {
  display: flex;
  justify-content: flex-end;
}

.file-browser .m-file-thumbnail {
  padding: 0;
  margin: 0;
}
.file-browser .m-file-thumbnail i {
  font-size: 2rem !important;
}

.static-width-table {
  width: 100%;
}
.static-width-table .m-btn-toolbar {
  display: flex;
}
.static-width-table table {
  table-layout: fixed;
}
.static-width-table table td {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
