.bg-offwhite {
  background-color: #fafafa;
}

.text-dark-sky-blue {
  color: #00b9ff;
}

.text-dark-yellow {
  color: #ff9a28;
}

.text-yellow {
  color: #ffbf0f;
}

.text-dark-grey {
  color: #8e8f96;
}

.text-green {
  color: #1baf69;
}

.text-fffff {
  color: #ffffff;
}

.text-dark-blue {
  color: #005ced;
}

.text-purple {
  color: #a94adb;
}

.bg-light-green {
  background-color: #dcf8e8;
}

.bg-lighter-red {
  background-color: #f3e4fe;
}

.bg-lighter-sky {
  background-color: #dce2f9;
}

.bg-blue {
  background-color: #0092dc;
}

.bg-light-sky-blue {
  background-color: #e7f8ff;
}

.bg-light-orange {
  background-color: #ffebd7;
}

.bg-light-grey {
  background-color: #e8e9ea;
}

.bg-light-red {
  background-color: #ffe1df;
}

.bg-light-red {
  background-color: #f5dada;
}

.text-cadet-greuy {
  color: #8f989e;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-60 {
  border-radius: 60px;
}

.radius-70 {
  border-radius: 70px;
}

.radius-80 {
  border-radius: 80px;
}

.radius-top-left-right-30 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.table {
  min-width: 1290px !important;
}
.table td {
  vertical-align: middle;
  white-space: nowrap;
}

.notification-count {
  top: -15px;
  right: -10px;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-7 {
  opacity: 0.7;
}

.checkmark {
  display: none;
}

.show {
  display: block;
}

.dropdown-item {
  cursor: pointer;
}
.dropdown-item:hover {
  background-color: #e7f8ff;
}

.pagination {
  justify-content: center;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.445) !important;
}

.display-block {
  display: block !important;
}

.display-submit-shift-block {
  display: block !important;
}

.calendar-external-div {
  overflow-x: scroll !important;
}

.blue-gradient-btn {
  background-image: linear-gradient(to right, #38b6ff, #0086d1, #2076c3, #1556a6) !important;
}

.filter-apply-btn {
  border: 1px solid #38b6ff !important;
}
.filter-apply-btn:focus {
  outline: none !important;
}

.border-dark-sky-blue {
  border: 1px solid #38b6ff !important;
}

.btn-focus:focus {
  outline: none !important;
}

:root {
  --first: #939185;
  --bg: #eeedeb;
  --accent: #00b9ff;
  --accent-2: #dcf8e8;
}

#frame {
  width: 400px;
  height: 480px;
  margin: 24px auto;
  background-color: var(--first);
  /*   border-radius: 35px; */
  padding: 0 1em;
}

.calendar-header {
  margin: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.header-display {
  display: flex;
  align-items: center;
}

.header-display p {
  color: black;
  margin: 5px;
  font-size: 1.2rem;
  word-spacing: 0.5rem;
  font-weight: 500;
}

.arrow {
  cursor: pointer;
}

#days,
.week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: auto;
  padding: 0 20px;
  justify-content: space-between;
}

.week div,
#days div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3em;
  border-radius: 100%;
}

#days div:hover {
  background: #dcf8e8;
  color: black;
  cursor: pointer;
}

.current-date {
  background-color: var(--accent);
  color: var(--white);
}

.display-selected {
  margin-bottom: 10px;
  padding: 20px 20px;
  text-align: center;
}

.selected-date {
  background-color: var(--accent-2);
  color: black;
  border-radius: 50%;
  border: 2px solid var(--accent);
}

.dropdown-menu-cxalendar {
  display: none;
  z-index: 1000;
  background-color: white;
}

.dropdown-menu-cxalendar.show {
  display: block;
}

.new-btn {
  margin-bottom: -10px !important;
  margin-left: 5px !important;
}

.custom-textarea {
  border: 0;
  box-shadow: none;
  text-align: end;
  resize: none;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  min-height: 40px !important;
}

.modal {
  opacity: 1 !important;
}

.dropdown-active-icon {
  bottom: 10px;
  left: 15px;
}

.progress {
  height: 3px !important;
}

.show-pass {
  position: absolute;
  top: 5%;
  right: 8%;
}
.show-pass .fa-eye {
  color: #d6d6d6 !important;
}

.progress-bar-danger {
  background-color: #e90f10;
}

.progress-bar-warning {
  background-color: #ffad00;
}

.progress-bar-success {
  background-color: #02b502;
}

.fa-eye-slash {
  color: #bfbfbf;
  cursor: pointer;
}

.ex-account p a {
  color: #f6086e;
  text-decoration: underline;
}

.fa-circle {
  font-size: 6px;
}

.fa-check {
  color: #02b502;
}

.eye-toggle {
  position: absolute;
  right: 15px;
}

.password-section {
  position: relative;
}

.password-section .fa-eye {
  position: absolute;
  top: 76%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #bfbfbf !important;
}

.password-section .fa-eye-slash {
  position: absolute;
  top: 76%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #bfbfbf !important;
}

@media screen and (min-width: 992px) {
  .previous-page-icon {
    position: absolute;
    left: -20px;
    top: 25px;
    z-index: 1 !important;
  }
}
.display-none {
  display: none;
}

.next-btn-display {
  display: none !important;
}

.showfilter {
  display: block;
}

.stepper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.step {
  text-align: center;
  position: relative;
  flex: 1;
  padding: 10px;
  transition: background-image 0.5s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.companyStep {
  text-align: center;
  position: relative;
  flex: 1;
  padding: 10px;
  transition: background-image 0.5s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.step span {
  display: inline-block;
  background-color: #00b9ff;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .step span {
    display: inline-block;
    background-color: #00b9ff;
    color: white;
    max-width: 17px;
    max-height: 17px;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 5px;
  }
}
.bg-change {
  background-color: white !important;
  color: #00b9ff !important;
}

.step p {
  margin: 0;
  font-size: 10px;
  opacity: 0.7;
  font-weight: 500;
}

.color-change {
  color: white;
  opacity: 1 !important;
}

.color-dark-sky-blue {
  color: #00b9ff !important;
}

#step1 {
  background-image: url("../images/bg-light-blue-first.png");
}

#step2 {
  background-image: url("../images/bg-grey-second.png");
}

#step3 {
  background-image: url("../images/bg-grey-third.png");
}

#editstep1 {
  background-image: url("../images/bg-light-blue-first.png");
}

#editstep2 {
  background-image: url("../images/bg-grey-second.png");
}

#editstep3 {
  background-image: url("../images/bg-grey-third.png");
}

#calendar {
  max-width: 100%;
  margin: 50px auto;
  min-width: 1000px !important;
}

.fc-event-title {
  display: flex;
  align-items: center;
}

.fc-event-title img {
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

label {
  font-weight: 400 !important;
}

.fc-event-time {
  font-size: 0.9em;
  color: #555;
}

.fc-prev-button,
.fc-next-button,
.fc-today-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #5b5f62 !important;
  margin: 0px !important;
  padding: 3px !important;
}

.fc-toolbar-chunk:has(.fc-prev-button) {
  border: 1px solid #dbdbdb !important;
  padding: 2px 5px 2px 5px !important;
  margin-left: 5px !important;
  border-radius: 30px;
}

.fc-dayGridMonth-button,
.fc-timeGridWeek-button,
.fc-timeGridDay-button {
  background-color: white !important;
  color: #5b5f62 !important;
  font-size: 18px !important;
  border: 0px !important;
  box-shadow: none !important;
}

.fc-toolbar-chunk:has(.fc-dayGridMonth-button) {
  border: 1px solid #dbdbdb !important;
  padding: 4px 10px 4px 10px !important;
  margin-left: 5px !important;
  border-radius: 30px;
}

.fc-button-active {
  background-color: #00aaf2 !important;
  border: 0px !important;
  box-shadow: none !important;
  border-radius: 30px !important;
  width: 80px !important;
  color: white !important;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 5px;
  position: relative;
}

.close {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.fc-daygrid-event {
  border: 0px !important;
}

.fc-event-main-frame {
  background-color: white !important;
  border: 1px solid white !important;
}

.fc-event-title-container {
  background-color: #ffdbd2;
  color: black !important;
  border: 0px !important;
  border-radius: 10px !important;
  margin: 10px !important;
  padding: 10px !important;
}

.fc-col-header-cell-cushion {
  color: black !important;
}

.fc-daygrid-day-number {
  color: black !important;
}

.fc-daygrid-day-top {
  float: left !important;
}

#suggestions {
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  z-index: 1000;
  display: none;
  background-color: white;
  scrollbar-width: thin !important;
  margin-right: 30px !important;
  border-radius: 10px !important;
}

.suggestion {
  padding: 10px;
  cursor: pointer;
}

.suggestion:hover {
  background-color: #f0f0f0;
}

.close-btn {
  margin-top: -50px !important;
}

/* Basic styles for custom modal */
.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.788);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  overflow: scroll;
  scrollbar-width: none;
  padding-top: 550px !important;
}

.close {
  cursor: pointer;
}

a {
  text-decoration: none !important;
}

:root {
  --offcanvas-width: 280px;
  --topNavbarHeight: 72px;
  --topNavbarWidth: 100%;
}

.navbar {
  position: fixed;
  background-color: white;
  width: 100%;
  border-radius: 0px !important;
  z-index: 1000;
  top: 0;
  left: 0;
}

.side-bar {
  width: var(--offcanvas-width);
  border: none;
  overflow: auto;
  scrollbar-width: none;
  background-color: transparent;
  padding-left: 20px;
  background-color: #00131f !important;
  color: #000;
}

.side-bar .collapse .nav-link {
  opacity: 1;
  width: 240px !important;
}

.side-bar .collapse .card-body {
  padding: 0px;
  border: 0;
  width: 240px !important;
}

.btn-active {
  background-color: #112735;
  color: #1b9cdd !important;
  border-radius: 3px;
  width: 240px !important;
}

input::-moz-placeholder {
  color: white !important;
}

input::placeholder {
  color: white !important;
}

.btn-active > a,
.btn-active > i {
  color: #1b9cdd !important;
}

.btn-active .collapse {
  display: flex !important;
}

.side-bar .btn-active .collapse .btn-active {
  opacity: 1;
}

.side-bar .nav > li {
  margin-top: 30px;
  width: 240px !important;
}

.side-bar .nav > li img {
  margin-bottom: 6px;
}

.side-line {
  width: 5px !important;
  height: 100% !important;
  background-color: #1b9cdd;
  left: -20px !important;
  top: 0px !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
}

@media (min-width: 992px) {
  .top-navbar {
    display: none;
  }
  .side-bar {
    padding-top: 30px;
    transform: none;
    visibility: visible !important;
    padding-left: 20px;
    z-index: 1 !important;
  }
  .main {
    margin-left: var(--offcanvas-width);
    margin-top: var(--topNavbarHeight);
    padding: 30px;
  }
}
.main-page {
  position: relative;
  margin-left: 280px;
  min-height: 100vh !important;
}

@media screen and (max-width: 992px) {
  .main-page {
    position: relative;
    top: 110px;
    margin-left: 0px;
    min-height: 100vh !important;
  }
}
.search-icon {
  top: 12px;
  left: 14px !important;
}

.search-icon-lg {
  top: 18px;
  left: 14px !important;
}

.search-btn {
  top: 9px;
  right: 10px;
}

.full-height-textarea {
  width: calc(100% - 8px);
  height: 200px;
  border: 1px solid #ccc;
  box-shadow: none;
  resize: none;
  overflow: auto;
  padding: 10px;
  font-size: 14px;
}
.full-height-textarea:focus {
  border: none !important;
  outline: none !important;
}

.full-height-textarea::-webkit-scrollbar {
  width: 5px;
}

.full-height-textarea::-webkit-scrollbar-thumb {
  background-color: skyblue;
  border-radius: 5px;
}

.full-height-textarea::-webkit-scrollbar-thumb:hover {
  background-color: #87ceeb;
}

.full-height-textarea::-webkit-scrollbar-track {
  background-color: #dcf8e8;
}

.messages::-webkit-scrollbar {
  width: 5px !important;
}

.messages::-webkit-scrollbar-thumb {
  background-color: skyblue !important;
  border-radius: 5px !important;
}

.messages::-webkit-scrollbar-thumb:hover {
  background-color: #87ceeb !important;
}

.messages::-webkit-scrollbar-track {
  background-color: #dcf8e8 !important;
}

.form label {
  display: flex;
  margin: 10px 15px;
}

.download-btn {
  display: none;
}

.change-file {
  display: none;
}

.remove-btn {
  position: absolute;
  top: 67px;
  left: 335px;
}

@media screen and (max-width: 768px) {
  .remove-btn {
    position: absolute;
    top: 167px;
    left: 185px;
  }
}
.building-select-box {
  padding-left: 85px !important;
}

.time-range-select-box {
  padding-left: 70px;
}

.shift-pickup-select-box {
  padding-left: 80px;
}

.select-box-heading {
  top: 9px;
  left: 16px;
}

.active-inactive-selector {
  padding-left: 40px !important;
}

.nurse-type-select-box {
  top: 9px;
  padding-left: 120px;
}

.shift-stats-card {
  /* width: 250px; */
  height: 99%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.my-chart {
  width: 100% !important;
  height: 100%;
}

.shift-stats-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

#shiftStatsChart {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}

.shift-stats-info {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.shift-stats-info span {
  font-size: 12px;
  color: #777;
  display: block;
}

.shift-details {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.color-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 2px;
}

.color-box.filled {
  background-color: #28a745;
}

.color-box.unfilled {
  background-color: #ffc107;
}

.graph-container {
  position: relative;
  width: 100%;
}

.graph-container {
  height: 100% !important;
}

.card-main {
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 98%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-header .info-icon {
  font-size: 0.8rem;
  margin-left: 5px;
}

.total-applications {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
}

.progress-bar {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  background: transparent;
}

.progress-item {
  height: 22px;
}

.progress-item:nth-child(1) {
  background-color: #003d56;
}

.progress-item:nth-child(2) {
  background-color: #006c96;
}

.progress-item:nth-child(3) {
  background-color: #00a2ca;
}

.progress-item:nth-child(4) {
  background-color: #e0e0e0;
}

.application-details {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.application-details li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 0.9rem;
  color: #555;
}

.color-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.color-box.finished-full {
  background-color: #003d56;
}

.color-box.finished-not-taking {
  background-color: #006c96;
}

.color-box.unfinished {
  background-color: #00a2ca;
}

.color-box.others {
  background-color: #e0e0e0;
}

.manage-btn {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 15px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}

.manage-btn:hover {
  background-color: #e6e6e6;
}

.pickup-next {
  right: -6px;
  bottom: 1px;
}

.pickup-previous {
  left: 18px;
  bottom: 1px;
}

@media screen and (max-width: 860px) {
  .pickup-next {
    right: -6px;
    bottom: -1px;
  }
  .pickup-previous {
    left: 18px;
    bottom: -1px;
  }
  .graph-container {
    padding-bottom: 50px !important;
  }
}
.explorer-div-help {
  right: 35px;
  top: 20px;
  background-color: white !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: none;
}
.explorer-div-help .edit {
  border-bottom: 1px dashed grey;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}

.progressPassword {
  display: flex;
  background-color: white;
  height: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.progress-segment {
  flex: 1;
  border-radius: 4px;
  transition: background-color 0.4s ease;
  margin: 2px !important;
}

.progress-segment-danger {
  background-color: #dc3545;
}

.progress-segment-warning {
  background-color: #ffc107;
}

.progress-segment-success {
  background-color: #28a745;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-unstyled li {
  font-size: 14px;
  margin-bottom: 5px;
}

.list-unstyled i {
  margin-right: 10px;
}

.fa-check {
  color: #28a745;
}

.fa-circle {
  color: #dc3545;
}

.notification-div {
  z-index: 10000 !important;
  top: 70px !important;
  max-width: 578px !important;
  right: 30px !important;
  border: 2px solid #fff9f9;
}
.notification-div .triangle img {
  margin-top: -50px !important;
}
.notification-div .explore-message-action {
  top: 20px !important;
  right: 35px !important;
  width: 200px !important;
  border-radius: 10px !important;
  color: black !important;
  display: none;
}
.notification-div .explore-message-action button:hover {
  background-color: #cef1ff !important;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .notification-div {
    z-index: 1 !important;
    top: 120px !important;
    max-width: 578px !important;
    left: 10px !important;
    border: 2px solid #fff9f9;
  }
  .notification-div .triangle img {
    margin-top: -50px !important;
  }
}
.messages {
  height: 450px !important;
  overflow: auto;
}

.message-box:nth-child(odd) {
  background-color: #f4f4f4 !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

@media screen and (max-width: 530px) {
  .fs-r-24 {
    font-size: 24px !important;
    font-weight: 700 !important;
  }
  .fs-r-16 {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .fs-r-18 {
    font-size: 18px !important;
    font-weight: 700 !important;
  }
  .fs-r-20 {
    font-size: 20px !important;
    font-weight: 700 !important;
  }
  .fs-r-14 {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
  .fs-r-12 {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
}
.h-20 {
  height: 25px;
}

.w-20 {
  min-width: 24px;
}

.h-10 {
  height: 10px;
}

.h-43px {
  height: 43px !important;
}

.w-10 {
  width: 10px;
}

.min-w-800 {
  min-width: 800px !important;
  min-height: 100vh !important;
}/*# sourceMappingURL=style.css.map */