#wardHostessDiv {
  overflow-y: scroll;
}

#wardHostess {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.ward-header-container {
  background-image: url("../images/hostess.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.ward-header-container h5 {
  margin-bottom: 0px;
}

.ward-main-container {
  width: 100%;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px 25px 0 0 !important;
  height: 100%;
  overflow: hidden;
  background-color: #ffb600;
  margin-top: -6vw;
}

.ward-intro {
  font-size: 6vw;
  padding: 6vw 5vw 0vw;
  font-weight: bold;
}

#ward-options-container {
  margin: 0 auto;
  width: 90vw;
  display: flex;
  flex-direction: row;
  /* height: 20vh; */
  justify-content: center;
  gap: 20px;
  align-self: center;
}

#ward-water,
#ward-help {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 25px;
  width: 43vw;
  height: 40vw;
  background-color: #f5f5f5ac;

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ward-container p {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 4.5vw;
}

.ward-water-icon {
  width: 24vw;
  height: 23vw;
}

.ward-assistance-icon {
  width: 25vw;
}

.ward-assistance-textarea {
  /* margin-top: 40px; */
  padding: 0px 10px 10px;
}

.ward-assistance-textarea p {
  font-weight: bold;
  font-size: 4.5vw;
  margin-bottom: 5px;
}

.ward-assistance-textarea textarea {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #fce3a5ea;
  height: 10vh;
  border-radius: 15px;
}

.ward-assistance-textarea textarea:focus {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: none;
}

.ward-help-btn {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fce3a5;
  width: 91vw;
  margin: 10px;
  border-radius: 20px;
  padding: 10px;
  font-weight: bold;
}

.ward-help-btn:hover {
  background-color: #fce3a5;
}

.ward-help-btn:focus,
.ward-help-btn:active {
  background-color: #fce3a5 !important;
  border: 1px solid black;
}

.ticket-info {
  text-align: start;
  font-size: 0.85rem;
  padding: 7px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.ticket-id {
  color: #b3b3b3;
}

.ticket-action-wrapper {
  padding: 5px 0;
}

.ticket-action-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.ticket-action-item {
  text-align: center;
}

/* .ticket-status {
  padding: 5px 9px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 15px;
  color: #fff;
  margin-bottom: 2px;
} */

/* .ticket-status i {
  color: #777777;
} */

/* .ticket-status p {
  color: #fff;
} */

.ticket-date {
  font-size: 0.7rem;
  color: #b3b3b3;
}

.ticket-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  height: 25px;
}

.swal2-html-container {
  margin: 1em 1em 0.3em !important;
}

.ward-container.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

#open-tickets-container .card {
  margin: 0 auto;
  border-radius: 15px !important;
  background-color: #fff6e0;
  width: 90vw;
  border: none !important;
  color: #000 !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

#open-tickets-container .list-group {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#open-tickets-container .list-group-item {
  display: flex;
  justify-content: space-between;
}

.ticket-action-list.timeline {
  position: relative;
  margin-left: 1.5rem;
  padding-left: 0.5rem;
  padding-top: 7px;
}

.timeline-item {
  display: flex;
  position: relative;
  /* margin-bottom: 1.5rem; */
}

.timeline-icon-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  margin-right: 1rem;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  background-color: #ccc;
  z-index: 0;
}

.timeline-line.last {
  bottom: 50%;
}

.timeline-icon {
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0.2rem 0;
}

.timeline-content {
  flex: 1;
  text-align: justify;
  padding: 2px 9px 20px 5px;
}

.timeline-status {
  margin: 0;
  font-weight: 600;
  color: #545454;
  font-size: 1rem;
}

.timeline-date {
  margin: 0;
  font-size: 1rem;
  color: #888;
}

.ticket-desc {
  font-size: 1rem;
}

.ticket-location {
  font-size: 1rem;
  color: #999;
}

.ticket-age {
  font-size: 1rem;
  color: #888;
}

.ticket-status {
  font-size: 1rem;
}

.swal2-actions {
  gap: 10px;
}

.swal2-confirm.btn-light,
.swal2-cancel.btn-light {
  background-color: #d6d6d6 !important;
}

#viewRequestsBtn {
  background-color: #5ebf58;
  border-radius: 20px;
  width: 90vw;
  margin: 0 auto;
  display: flex;
  margin-bottom: 28px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  justify-content: center;
  padding: 10px;
}

.ticket-info-modal {
  overflow-x: hidden;
}
