.sticky-th {
  max-height: clamp(62vh,10vh,62vh);
  overflow: auto;
}

.sticky-th thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}

label.error {
  color: red;
  font-size: 0.8rem;
  position: relative;
  line-height: 1;
  width: 100%;
}

input.error, select.error {
  font-size: initial;
  position: relative;
  line-height: 1;
  width: 100%;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  font-size: 0.8rem;
}

.vh-75 {
  height: 75vh;
}

.vh-60 {
  height: 60vh;
}

.modal-backdrop {
  /*--bs-backdrop-bg: #8f8f8f;*/
}



#modal-bed {
}

.btn-chat {
  background: #2e79b4;
}

.modal-body-wrapper {  
  overflow-y: scroll;  
  height: 60vh;        
}

.h-sticky {
  margin: -1.7rem -1.5rem 3px -1.5rem;
  padding: 1.5rem 1.5rem 0 1.5rem;
  top: 60px;
  position: sticky;
  z-index: 9;
  background: #f7f7ff;
}

.select2-selection--single {
  height: 100% !important;
}

.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
}

.square-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.square-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dc {
  display: none;
}

.dc.show {
  display: table-row;
}

div.dc.show {
  display: block;
}

.password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}

.password-toggle-icon i:hover {
  color: #000;
}

.highlighted-text {
  font-weight: bold; 
  text-decoration: underline; 
}