@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,600;1,300&display=swap");

html,
body {
  margin: 0;
  padding: 0;
  color: #152935;
  background-size: cover;
  overscroll-behavior: none;
  height: 100%;
  font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 100;
  background-color: #fafafa;
}

body {
  overflow: hidden;
}

#__nuxt,
#__layout {
  height: 100%;
}

.app {
  height: 100%;
  overflow: hidden;
}

.overScreen {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
}



.screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  justify-content: space-between;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fafafa;
}

.hoverScreen {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 1em;
  position: absolute;
  z-index: 1000;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 1em;
  background: #fafafa;
  box-shadow: 0 0 10px 40px rgba(0, 0, 0, 0.5);
}

#__nuxt,
#__layout {
  height: 100%;
}

.app {
  height: 100%;
  overflow: hidden;
}

.hoverScreen {
  position: absolute;
  z-index: 1000;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 1em;
  background: #fafafa;
}

.overScreen {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
}



.screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  justify-content: space-between;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fafafa;
}

.faded-0 {
  opacity: 0;
}

.faded-10 {
  opacity: 0.1;
}
.faded-20 {
  opacity: 0.2;
}

.faded {
  opacity: 0.5;
}

.faded-80 {
  opacity: 0.8;
}

.w-60{ width: 60%;}
.w-40{ width: 40%;}

.rounded-md{
  border-radius: 5px;
}

.bg-partially {
  background-color: #a1ddc3 !important;
}
.bg-primary {
  background-color: #4ac18e !important;
}

.border-primary {
  border-color: #4ac18e !important;
}


.bg-faded {
  background-color: #e7e7e7 !important;
}

.border-3{
  border-width: 3px  !important;
}

.border-input{
  border-color: #efeff0 !important;
}
.min-h-auto{
  min-height: auto !important;
}

.leading-none{ line-height: 0.8em; }
.leading-tight{ line-height: 1.2em; }

.text-partially {
  color: #a1ddc3 !important;
}
.text-primary {
  color: #4ac18e !important;
}

.progress-bar {
  background-color: #f5f5f5;
}

.capitalize{
  text-transform: capitalize;
}

.transition-all{
  transition:300ms all ease-in-out;
}

.rotate-180{
  transform: rotate(180deg);
}

hr {
  border-top: 1px solid rgb(255 255 255 / 10%);
}

a {
  color: #fff;
  /* text-decoration: underline; */
  background-color: transparent;
}

blockquote {
  font-style: italic;
}

.italic{
  font-style: italic;
}

#loader .loading {
  margin: auto;
  background: #eee;
  color: #aaa;
  font-size: 0.9em;
  padding: 0em 1.5em;
  border-radius: 2em;
  line-height: 2em;
  display: block;
}

#loader .loading img {
  margin-top: -0.3em;
  position: relative;
}



/* ===================================== STRUCTURE ===========================================================================*/

.content {
  flex-grow: 1;
  overflow: auto;
  padding: 0 15px;
  overflow-y: auto; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.content.narrow {
  padding-left: 30px;
  padding-right: 30px;
}

.content.flexed {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ===================================== HEADER & FOOTER ===========================================================================*/

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 5px 5px 0px rgb(17 17 17 / 0.1);
  z-index: 100;
  border-bottom: 2px solid #49c18e;
  min-height: 60px;
  background: #fff;
}

header.flat {
  box-shadow: none;
  border-color: transparent;
  background: transparent;
}

header.noShadow {
  box-shadow: none;
}

header .btn,
header .btn:hover {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 1em;
}

header .btn-sm,
header .btn-sm:hover {
  margin-top: 0;
  margin-bottom: 0;
}

header h1 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
  margin: 0.4em 0.6em;
  flex-grow: 1;
}
header h1 small {
  display: block;
  font-size: 0.5em;
}

header h2 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
  margin: 0.4em 0em 0.4em 0.6em;
}

header h2:last-child {
  margin-right: 0.6em;
}

header .btn + h1 {
  margin-left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

header + nav.tabs {
  margin-top: -0.2em;
}

header + nav.tabs + .tabContents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

header + nav.tabs + .tabContents .content {
}
header + nav.tabs + .tabContents footer {
}

header + header.extended {
  margin-top: -0.2em;
  min-height: auto;
  display: block;
}

header.noShadow {
  box-shadow: none;
}

header .btn,
header .btn:hover {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 1em;
}

header .btn-sm,
header .btn-sm:hover {
  margin-top: 0;
  margin-bottom: 0;
}

header h1 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
  margin: 0.4em 0.6em;
  flex-grow: 1;
}
header h1 small {
  display: block;
  font-size: 0.5em;
}

header h2 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1;
  margin: 0.4em 0em 0.4em 0.6em;
}

header h2:last-child {
  margin-right: 0.6em;
}

header .btn + h1 {
  margin-left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

header + nav.tabs {
  margin-top: -0.2em;
}

header + nav.tabs + .tabContents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

header + nav.tabs + .tabContents .content {
}
header + nav.tabs + .tabContents footer {
}

header + header.extended {
  margin-top: -0.2em;
  min-height: auto;
  display: block;
}

header + header.extended .form-group {
  margin: 0;
}

header + header.extended .form-control {
  background-color: #fafafa;
  padding: 0.35rem 1rem;
}

footer {
  box-shadow: 0px 0px 10px rgb(17 17 17 / 0.2);
  z-index: 100;
}

/* ===================================== NAV ===========================================================================*/

nav.mainNav {
  box-shadow: 0px 0px 10px rgb(17 17 17 / 0.2);
  z-index: 100;
  position: relative;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  min-height: 70px;
}

nav.mainNav .btn {
  color: #999;
  margin-bottom: 0;
  border-bottom: 4px solid transparent;
  border-radius: 0;
}

nav.mainNav.staffNav .btn {
    margin-top: 0;
}

nav.mainNav .btn.scanNav {
    color: #fff;
}

nav.mainNav .btn.nuxt-link-exact-active {
  color: #49c18e;
  border-bottom: 4px solid #49c18e;
}

nav.mainNav .btn small {
  display: block;
  font-weight: 100;
  letter-spacing: 0.4px;
  text-transform: initial;
}

nav.mainNav.staffNav .btn small {
    margin-top: 0.3em;
}

.scanNav{
    background: #4ac18e;
    width: 80px;
    border-radius: 50% !important;
    padding: 1.1em 0 0.3em 0 !important;
    top: -1em !important;
    position: relative;
    color: #fff;
    margin-top: -1em !important;
}

nav.tabs {
  z-index: 100;
  position: relative;
  background: #fff;
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

nav.tabs .btn {
  color: rgb(20 41 53 / 0.5);
  flex-grow: 1;
  margin: 0;
  border-radius: 0;
  transition: none;
  box-shadow: 0px 5px 10px -5px rgb(17 17 17 / 0.1);
  font-size: 0.9rem;
}

nav.tabs .btn.nuxt-link-exact-active {
  background: #fafafa;
  border-top: 2px solid #49c18e;
  color: #142935;
  box-shadow: none;
}

nav.tabs .btn sup {
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.5em;
  border-radius: 1em;
  margin: -1em -1em 0 1e;
}

/* ===================================== BUTTONS ===========================================================================*/

.btn,
.btn:hover {
  text-transform: uppercase;
  border-radius: 0.4em;
  padding: 0.7em 0.5em;
  margin: 0.5em 0;
  font-weight: bold;
}

.btn:focus,
.btn.focus {
  box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  border-color: #fff !important;
  background-color: #4ac18e !important;
  font-size: 1.3em;
  transition: none;
}

.checkmarkContainer{
  width: 2.5em;
  height: 2.5em;
  background-color: #f5f5f5;
  border-radius: 50%;
  flex-shrink: 0;
}

.green-check{
  color:#4ac18e;
  width: 110%;
  margin-top: -0.1em;
  margin-left: -0.14em;
}

.btn-primary:active {
  background-color: #348a65 !important;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: #f1f1f1;
  border-color: #f1f1f1;
  font-size: 1.3em;
  color: #152935;
}


.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #dc3545!important;
  border-color: #dc3545!important;
  font-size: 1.3em;
  color: #fff;
}


.btn-clear,
.btn-clear:hover {
  color: #49c18e;
  border-color: transparent;
  background-color: transparent;
  font-size: 1.3em;
}

.btn-clear:active {
  background-color: #efefef !important;
}

.btn-link,
.btn-link:hover {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
  text-decoration: underline !important;
  text-transform: initial;
}

/* .btn-group-sm > .btn,
.btn-sm,
.btn-sm:focus {
  padding: 0.5em 0.5em;
  font-size: 1.1em;
} */

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin: 0;
}

.btn-group-toggle > .btn.active,
.btn-group-toggle > .btn-group > .btn.active {
  color: #fff !important;
  border-radius: 2em !important;
  border-color: transparent !important;
  box-shadow: 0px 0px 10px 0px rgb(17 17 17 / 0.1);
  z-index: 10;
}

.btn.disabled,
.btn:disabled {
  /* color: #bbb; */
  background-color: #eee;
  border-color: #fafafa;
}

.btn.note {
  background: url(/icons/note.svg) center no-repeat;
  background-size: contain;
  padding: 0.9em;
  margin: 0;
}

/* ===================================== FORMS ===========================================================================*/

.form-group + .form-group {
  position: relative;
  margin-top: 1.5rem;
}

.form-group {
  position: relative;
}

.form-group .form-control {
  background: #fff;
  border-color: #efefef;
  font-size: 1.3em;
  box-shadow: none !important;
  padding: 0.75rem 1rem;
  height: auto;
  font-weight: bold;
}

.form-group .form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.1) !important;
}

.form-group .form-control.no-border {
  border-color: transparent !important;
}

.form-group .form-control.failed,
.form-group .input-group.failed .form-control,
.form-group .input-group.failed .input-group-text {
  border-color: #f44336;
}
.form-group .input-group.failed .form-control {
  border-left-color: #efefef;
}
.form-group .input-group.failed .input-group-text {
  border-right-color: #efefef;
}

.searchBox {
  background: #efefef;
  font-size: 1.3em;
  box-shadow: none !important;
  padding: 0 0.5rem;
  height: auto;
  font-weight: bold;
}

.searchBox .form-group .form-control{
  background: #efefef;
  border: none;
  outline: none;
  box-shadow: none !important;
}

.form-group .help-block {
  position: absolute;
  bottom: -1em;
  color: #fff;
  right: 0;
  text-align: right;
  font-size: 0.8em;
  background: #f44336;
  padding: 0.3em 0.8em;
  border-radius: 1em;
  z-index: 99;
}

.form-group.pin {
  border: none;
  background-color: #222;
}

.form-group.pin .form-control {
  font-size: 4em;
  text-align: center;
  padding-right: 0;
}
.form-group.pin .help-block {
  text-align: center;
}

.form-group select.form-control {
  -webkit-appearance: none;
  padding-right: 2em;
  background-image: url(/icons/dropdown-arrow.svg);
  background-position: right 0.5em center;
  background-repeat: no-repeat;
}

.form-group select.form-control.text-right {
  direction: rtl;
}

.form-group .form-control.form-control-sm {
  padding: 0.3em 1.7em 0.3em 0.5em;
}

.form-group textarea.form-control {
  font-weight: normal;
  font-size: 1.2em;
}

.form-group label {
  margin-bottom: 0em;
}

.form-group label sup {
  color: #f44336;
}

.form-group input:focus + label,
.form-group input:active + label .form-group input.hasValue + label {
  right: 0;
}

.form-group .input-group {
  position: relative;
}

.form-group .input-group-text {
  background-color: #fafafa;
  border-color: #efefef;
  padding: 0 1.5em;
}

::-webkit-calendar-picker-indicator {
  filter: invert(0.4);
}

.custom-control {
  line-height: 1.2;
}

.custom-checkbox {
  padding-left: 2rem;
}

.custom-checkbox .custom-control-label {
  width: 100%;
}

.custom-checkbox .custom-control-label::before {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  width: 1.5rem;
  height: 1.5rem;
  left: -2rem;
  margin-top: -0.5em;
  border-color: #efefef;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #efefef;
  background-color: #fff;
  color: #222;
}

.custom-control-label::after {
  box-shadow: none;
  top: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  left: -1.75rem;
  background-size: 90%;
}

.custom-checkbox.list-check {
  padding: 1em 2rem 1em 0;
  border-bottom: 1px solid #444;
}

.custom-checkbox.list-check .custom-control-label::before {
  left: initial;
  right: -2em;
  top: 0.5rem;
}
.custom-checkbox.list-check
  .custom-control-input:checked
  ~ .custom-control-label::after {
  right: -1.75rem;
  left: initial;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #152935;
  -webkit-box-shadow: 0 0 0px 0px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 1.3em;
}

input.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  font-weight: 100;
  opacity: 1; /* Firefox */
}

.file-dropper {
  background: no-repeat center center 1.5em;
  border: 2px dashed #efefef;
  color: transparent;
  padding: 64px 0;
  width: 100%;
}

.upload-image-label {
  text-align: center;
}

.file-dropper {
  background-image: url(/icons/addphoto-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.filepond--panel-root {
  background: transparent !important;
}

.filepond--root {
  margin-bottom: 0 !important;
}

.file-dropper .filepond--credits {
  display: none;
}

.file-dropper::-webkit-file-upload-button {
  visibility: hidden;
}
.form-control.signature {
  background-color: #fdfdfd;
  border: 2px dashed #efefef;
  text-align: center;
  padding: 0;
}

.form-control.signature img {
  width: 100%;
}

.form-control.signature .redo {
  background: #fff;
  display: block;
  font-size: 0.7em;
  color: #ccc;
}

#signatureCanvas {
  padding: 0;
  margin-top: -60px;
}

#signatureCanvas canvas {
  width: 100%;
  height: calc(70vh - 60px);
}

/* ======================================= Lists ===========================================================================*/

.data-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #152935;
  background: #fff;
  border-radius: 0.5em;
  box-shadow: 0px 5px 10px -5px rgb(17 17 17 / 0.1);
  margin-bottom: 0.3em;
}

.data-item.listed {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  min-height: 60px;
  justify-content: center;
}

.data-item .title {
  flex-grow: 1;
  /* white-space: nowrap;
  overflow: hidden; */
  /* text-overflow: ellipsis; */
  margin: 0;
  line-height: 1em;
}

.data-item .sub {
  flex-grow: 1;
}

.data-item .sub.selectOption {
  flex-grow: 0;
  min-width: 20%;
  margin: 0;
}
.data-item .sub.selectOption .form-control {
  background-color: #fafafa;
  padding: 0.3em 1.4em 0.3em 0.5em;
  text-align: right;
  background-size: 0.7em;
}
.data-item .sub.selectOption .form-control option {
  text-align: revert;
}
.data-item small {
  display: block;
}
.data-item .icon {
  margin-left: 1em;
}

.data-item .chip {
  text-transform: uppercase;
  font-size: 0.7em;
  background: #49c18e;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 1em;
  line-height: 2.1em;
  margin-right: 0.1em;
  white-space: nowrap;
}

.photo-item {
  position: relative;
  padding-bottom: 1em;
}

.photo-item .btn {
  position: absolute;
  background: rgb(0 0 0 / 0.5);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  color: #fff;
  right: 1em;
  border-radius: 0 0 1em 1em;
  line-height: 1;
  padding: 1em 0;
  bottom: 0.5em;
  left: 1em;
  width: calc(100% - 2em);
}

.photo-item.col-6 .btn,
.photo-item.col-4 .btn {
}

.photo-item .img-fluid {
  border-radius: 0.5em;
}

/* ======================================= INSPECTIONS & SCHEDULE ===========================================================================*/

.schedule-list {
}

.schedule-list .date {
  padding-left: 50px;
  position: relative;
}

.schedule-list .date h1 {
  font-size: 1.7em;
  text-align: right;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0.5em;
  width: 40px;
}
.schedule-list .date h1 small {
  font-size: 0.7em;
  display: block;
}

.schedule-list .appointments {
}

.inspectionQuestion {
  border: none;
  border-bottom: 1px solid #efefef;
  box-shadow: 0px 5px 5px 0px rgb(17 17 17 / 0.05);
  text-align: center;
  padding: 1em 1em;
  margin: 1em 0;
}

.inspectionQuestion .btn-group {
  border-radius: 4em;
  background: #fafafa;
  border: 2px solid #fff;
}

.inspectionQuestion .btn-group .btn {
  font-size: 1.2em;
  border-radius: 2em !important;
  background: #fafafa;
  border-color: #fafafa;
}

.inspection-result {
  border-bottom: 1px solid #efefef;
}

.inspection-result .compliance-result {
  display: flex;
  align-items: center;
}

.inspection-result .compliance-result sup {
  font-size: 50%;
  top: -0.8em;
}

.inspection-result .compliance-result .compliance-scores {
  display: flex;
  border-radius: 3em;
  overflow: hidden;
  flex-grow: 1;
  border: 2px solid #fff;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.2);
  margin: 0 -0.5em 0 0.5em;
}

.inspection-result .result-item {
  border-radius: 0;
  flex-grow: 1;
  color: #fff;
  font-size: 1.2em;
  margin: 0;
  text-align: center;
  padding: 0.5em 0.5em;
}

#inspections .inspectionMonth h3 {
  font-size: 100%;
  text-transform: uppercase;
}

/* ======================================= Checklists/Cleaning ===========================================================================*/
footer.flat{
  box-shadow: none;
}

.scanRoomQR{
  position: fixed;
  top: 0;
  right: 1em;
  color: #49c18e;
}

a.scanRoomQR svg{
  width: 3em;
}

#scanEmployee .roomData{
  padding: 1em 2em;
  position: fixed;
  width: inherit;
  top: 8%;
}

#scanEmployee .contain{
  border: 2px solid #49c18e;
  padding: 1em;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 5px 5px 0px rgb(17 17 17 / 10%);
}

#scanEmployee .content img{
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
}

#checklistMark .checklist{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.btn img,
.btn svg{
  width: 1.2em;
}

.checklist .btn{
  display: flex;
  justify-content: center;
  align-items: center;
}

.checklist .btn img,
.checklist .btn svg{
  margin-right: 0.25em;
}

.checklist .btn.btn-primary img,
.checklist .btn.btn-primary svg{
  color: #ffffff;
  width: 1.3em;
}

.count{
  color: #d7191f;
  font-size: 1.5em;
  font-weight: bold;
}

.imageContainer .delete{
  position: absolute;
  top: 1%;
  right: 10%;
}

.delete svg{
  fill:#d7191f;
}

.pill{
  background-color: #49c18e;
    border-radius: 25px;
    color: #fff;
    padding: 0.2em 0.6em;
}

#checklistMark .content{
  display: flex;
  overflow-y: auto;
}

#checklistMark .photos{
  display: flex;
  flex-wrap: wrap;
}

.photos img{
  border-radius: 10px;
}

#cleaningLogsArea footer{
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #fff;
}

#checklistView .checklist{
  overflow: auto;
}

#checklistView .photos,
#checklistView .imageContainer{
  height: 200px;
}

#checklistView .photos{
  display: flex;
  overflow-x: scroll;
  margin: 1em;
}

#checklistView .imageContainer{
  display: flex;
}
#checklistView .photos img{
  height: 100%;
}

#allCleaningLogs nav {
  box-shadow: 0px 5px 5px 0px rgb(17 17 17 / 10%);
  border-bottom: 2px solid #49c18e;
}

#allCleaningLogs nav select{
  padding: 0.25em 2em 0.25em 0.5em;
  border-radius: 25px;
  border-color: #49c18e;
}

#allCleaningLogs .employeeSelect{
  color: #fff;
  background-color: #49c18e;
}

#cleaningLogsArea select{
  text-align: right;
}

#cleaningPin{
  justify-content: center;
  margin-top: -1em;
}

#complete svg {
  width: 70%;
}

#complete h3{
  color: #49c18e;
}

.text-green{
  font-weight: bold;
  color: #43b183;
}

.background-red{
  background:#d7191f;
}

#areaSelect,
#levelSelect {
  background-image: url(/icons/dropdown-arrow.svg);
}


#employeeSelect {
  background-image: url(/icons/dropdown-arrow-white.svg);
}

#areaSelect,
#employeeSelect, 
#levelSelect {
  -webkit-appearance: none;
    background-position: right 0.5em center;
    background-repeat: no-repeat;
    padding-right: 2em;
    background-size: 0.75em;
    min-width: 170px;
}


#checklistView .count span {
  display: none;
}

#checklistView header > div,
#checklistMark  header > div {
  width: 70%;
}

#checklistView h1,
#checklistMark h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (min-width: 800px){

  #allCleaningLogs,
  #checklistView,
  #cleaningLogsArea,
  #cleaningPin{
    max-width: 800px;
    margin: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 5px 5px 0px rgb(17 17 17 / 10%);
  }

  #cleaningPin{
    margin-top: 15%;
    height: auto;
  }

  #checklistView .count span, 
  #checklistMark .count span {
    display: none;
  }

  #allCleaningLogs .content{
    padding-bottom: 0 !important;
  }
}


/* ======================================= NOTES ===========================================================================*/

.note {
  background: #f5f5f5;
  border: none;
}

.newNote {
  background: #e0e0e0;
  border-color: #e0e0e0;
}

/* ======================================= SIGN ===========================================================================*/

#sign .content {
  background: #fff url(/icons/sign-here.svg) top 25% center no-repeat;
  background-size: 80%;
}

/* ======================================= SCAN ===========================================================================*/

#scan {
}

#scan .content {
  padding: 0;
}

#scan .content .target {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  z-index: 90;
}
/* ======================================= LOGS ===========================================================================*/

.tabs.scroll {
  overflow-x: scroll;
  width: 100vw;
  min-height: 45px;
}

.hideScrollBar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hideScrollBar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* ======================================= CONTRACTS ===========================================================================*/

#contracts {
}

/* ======================================= CONTRACTS ===========================================================================*/




/* ================================================================================ CUSTOM BUTTON GROUP ========================================================================*/
.customBtnGroup {
  display: flex;
  border: 1px solid #eee;
  border-radius: 3em;
  overflow: hidden;
  margin: 1em 0em;
}

.customBtnGroup a {
  flex: 1;
  padding: 1em 0;
  background-color: #eee;
  border: 0;
  border-radius: 0;
  margin: 0;
  text-align: center;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4em;
}

.customBtnGroup a.active {
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #4ac18e;
  color: #fff;
}

img.qrIcon {
  /* filter: invert(1); */
  height: 1.2em;
  margin-top: -2px;
  margin-right: 0.25em;
}
/* ================================================================================ ALERTS ========================================================================*/

.alertify {
}

.alertify .ajs-dimmer {
  opacity: 0.9;
  z-index: 10200;
  background: #f5f5f5;
}

.alertify .ajs-dialog {
  border-radius: 0.5em;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.alertify .ajs-modal {
  z-index: 10300;
}

.ajs-button {
  background: #f1f1f1;
  border: none;
  font-size: 0.9em;
  border-radius: 20px;
  outline: none !important;
}

.ajs-button.ajs-ok {
  background: #2f485c;
  color: #fff;
}

.alertify .ajs-footer {
  background: transparent;
}

.ajs-header,
.ajs-commands {
  display: none;
}

.alertify .ajs-body .ajs-content {
  padding: 0px;
}

.alertify-notifier.ajs-top {
  top: 0px;
}

.alertify-notifier .ajs-message {
  width: 100vw;
  text-align: center;
  padding: 1em 1em !important;
  border-radius: 0em;
  margin-top: 0px !important;
  transition-timing-function: cubic-bezier(0.01, 0.72, 0.25, 0.99) !important;
  margin-bottom: 3px;
  background: #2f485c;
  color: #fff;
  font-weight: 500;
}

.alertify-notifier .ajs-message.ajs-error {
  background: #d7191f;
  color: #fff;
}

.alertify-notifier .ajs-message.ajs-success {
  color: #fff;
  background: rgb(73 193 142);
}

.alertify .ajs-dialog,
.alertify .ajs-footer {
  background: #ffffff !important;
  border-radius: 0.5em !important;
  border: none !important;
}

.alertify .ajs-footer {
  padding: 0.4em 1em !important;
  text-align: center;
}

.alertify .ajs-footer .ajs-buttons {
  text-align: center !important;
}

.alertify .ajs-footer .ajs-button {
  background: rgb(0 0 0 / 10%) !important;
  border-radius: 0.3em;
  color: #333;
  opacity: 0.6;
  border: none;
}

.alertify .ajs-footer .ajs-button.ajs-ok {
  opacity: 1;
  color: #fff;
  border-color: #fff !important;
  background-color: #4ac18e !important;
  transition: none;
}

.alertify .ajs-content {
  padding: 0.5em 0em 0.5em !important;
  font-weight: 500;
  text-align: center;
}

.alertify .ajs-commands {
  display: none;
}

.alertify .ajs-content .ajs-input {
  background: rgba(0, 0, 0, 0.3);
  border: none !important;
  color: #fff;
  font-size: 1.4em;
  margin: 0.3em 0 0 !important;
  padding: 0.5em 1em !important;
  border-radius: 0.3em !important;
  outline: none;
}

.alertify .ajs-content .ajs-input:focus {
  border: none !important;
}

.alertify .ajs-header {
  display: none;
}

/*.alertify-notifier.ajs-center{
    width: 100%;
    left: 0 !important;
}

.alertify-notifier .ajs-message.ajs-error{
    margin-top: 0 !important;
    margin-bottom: 10px;
    max-width: 50%;
    display: block;
    padding: 1em 2em !important;
    width: auto;
    width: fit-content;
}
*/

.alertify-notifier .ajs-message.ajs-error {
  background: #c00 !important;
  text-shadow: none !important;
  border: none;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.alertify-notifier .ajs-message.ajs-success {
}

.navbar_contracts {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.inspectionContent {
}

.inspectionContent.fadeIn {
  animation: opacity 0.1s ease;
}

#schedule{}

#schedule .content {
    width: 100%;
    overflow-x: hidden;
}

#schedule .employee_view {
    position: absolute;
    padding: 1em;
    background: #000c;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-weight: bold;
}

#schedule .employee_view .qr-code {
    padding: 1em;
    background: #fff;
    border-radius: 1em;
    box-shadow: 0 0 30px 10px #000;
    width: 90%;
}

#schedule .employee_view .qr-code img {
    width: 100%;
}

#schedule .scheduled_table tbody td, #schedule .scheduled_table thead th, #schedule .scheduled_table thead td {
    padding: 0.6em 0em;
    vertical-align: middle;
    font-size: 0.9em;
    position: relative;
}

#schedule td .text-warning {
    color: #ea902f !important;
}

#schedule .scheduled_table .checkinClock {
    position: absolute;
    bottom: 4px;
    right: 0px;
    width: 100%;
    height: 0.6em;
}


#orders .content {
  height: calc(100dvh - 91px);
  overflow-y: auto;
}

/* #orders .content div:last-child {
    margin-bottom: 5em;
} */

#contracts .content div:last-child,
#equipment .content div:last-child,
#orders .content div:last-child {
  margin-bottom: 3em;
}

.inspectionImageParent {
  position: relative;
}

.inspectionImageToUpload {
  opacity: 60%;
}

.inspectionImageDismiss {
  position: absolute;
  right: 0px;
  top: -10px;
  z-index: 5;
}

.questionNotes {
  background-color: #f8f8f8;
  border-radius: 0.5em;
  text-align: left;
}


#loader{
    position: absolute;
    z-index: 100;
    width: 80%;
    left: 50%;
    transform: translate3d(-50%,0%,0);
}

#loader  .loading{
  max-width: 500px;
}


/* ANIMATIONS */
nav.mainNavAnim {
  position: fixed;
  width: 100%;
  bottom: 0;
  transform: translate3d(0, 0%, 0);
  transition: transform 0.3s ease 0.3s;
}

nav.mainNavAnim.hide {
  transform: translate3d(0, 100%, 0);
  transition: transform 0.2s ease;
}

nav.mainNavAnim.staffNav.hide {
    transform: translate3d(0, 130%, 0);
}

[class^="-enter"] {
  z-index: 100;
}

[class^="-leave"] {
}

.loader-enter-active {
  animation: reveal-in 0.8s linear;
}
.loader-leave-active {
  animation: reveal-in 0.5s reverse linear 0.5s;
}


.over-out-enter-active {
  animation: slide-up 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 100;
}
.over-out-leave-active {
  animation: scale reverse 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 90;
}

.down-in-enter-active {
  animation: scale 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 90;
}
.down-in-leave-active {
  animation: slide-up reverse 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 100;
}

.footer-enter-active {
  animation: slide-up 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.footer-leave-active {
  animation: slide-up reverse 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.slide-left-enter-active {
  animation: slide-left 0.3s cubic-bezier(0, 0.8, 0.3, 1);
}
.slide-left-leave-active {
  animation: slide-right reverse 0.3s cubic-bezier(0, 0.8, 0.3, 1);
}

.slide-right-enter-active {
  animation: slide-right 0.3s cubic-bezier(0, 0.8, 0.3, 1);
}
.slide-right-leave-active {
  animation: slide-left reverse 0.3s cubic-bezier(0, 0.8, 0.3, 1);
}

.slide-up-enter-active {
  animation: slide-up 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.slide-up-leave-active {
  animation: slide-down reverse 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

.slide-down-enter-active {
  animation: slide-down 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.slide-down-leave-active {
  animation: slide-up reverse 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

.push-left-enter-active {
  animation: slide-left 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.push-left-leave-active {
  animation: slide-right reverse 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.push-right-enter-active {
  animation: slide-right 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.push-right-leave-active {
  animation: slide-left reverse 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.push-up-enter-active {
  animation: slide-up 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.push-up-leave-active {
  animation: slide-down reverse 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.push-down-enter-active {
  animation: slide-down 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.push-down-leave-active {
  animation: slide-up reverse 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.scale-enter-active {
  animation: scale reverse 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.scale-leave-active {
  animation: scale 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

@keyframes reveal-in {
  0% {
    /* max-height: 0px; */
    opacity: 0;
    transform: translate3d(-50%,-70%,0);
  }
  33% {
    opacity: 1;
    transform: translate3d(-50%,0%,0);
  }
  66% {
    opacity: 1;
    transform: translate3d(-50%,20%,0);
  }
  100% {
    /* max-height: 100px; */
    opacity: 1;
    transform: translate3d(-50%,0%,0);
  }
}

@keyframes nav-slide {
  0% {
    transform: translate3d(0, 0%, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slide-left {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-right {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}

@keyframes slide-up {
  0% {
    transform: translate3d(0, 50%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}

@keyframes scale {
  0% {
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* MEDIA QUERIES */
@media only screen and (max-width: 435px) {
  #contractView {
    font-size: 90%;
  }

  #contractView header h1 {
    max-width: 190px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 376px) {
  #contractView {
    font-size: 80%;
  }
  #contractView header .btn {
    font-size: 50%;
  }
  #contractView header h1 {
    max-width: 170px;
    margin-right: auto;
  }
}
