/*? Start Default Style */
.validMessage {
  color: red;
  text-align: center;
}

.showPasswordIcon {
  position: absolute;
  left: 16px;
  top: 9px;
}

.cursorPointer {
  cursor: pointer;
}

.cursorDefault {
  cursor: default;
}

.JDatePicker {
  z-index: 1060 !important;
}

.date-input-with-dialog-main {
  height: unset !important;
}

.date-input-with-dialog-calendar {
  color: #007bff !important;
  border: none !important;
  background-color: unset !important;
  font-size: 20px;
}

.date-input-with-dialog-empty {
  color: #ff2600 !important;
  border: none !important;
  background-color: unset !important;
  font-weight: bold;
  font-size: 28px;
}

th,
td {
  white-space: nowrap;
}

.subTitleModalText {
  font-weight: bold;
  color: #007bff;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.clientDataImg {
  border-radius: 10%;
  width: 3rem;
  height: 3rem;
}

.JDatePicker {
  z-index: 1060 !important;
}

.date-input-with-dialog-calendar {
  color: #007bff !important;
  border: none !important;
  background-color: unset !important;
  font-size: 20px;
}

.date-input-with-dialog-empty {
  color: #ff2600 !important;
  border: none !important;
  background-color: unset !important;
  font-weight: bold;
  font-size: 28px;
}

.calendarHoliday {
  position: absolute;
  top: 18px;
  border-radius: 4px;
  font-size: 10px;
  left: 0;
  color: white;
  background-color: red;
  padding: 0 10px;
  transform: rotate(310deg);
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #888888;
  color: #000;
}

.pre_wrap-white_space {
  white-space: pre-wrap;
}

/*? End Default Style */

/*? Start User Avatar Style */
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-delete {
  position: absolute;
  right: 148px;
  z-index: 1;
  top: 12px;
}

.avatar-upload .avatar-delete input {
  display: none;
}

.avatar-upload .avatar-delete input+label {
  display: inline-block;
  text-align: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ca0202;
  color: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-delete input+label:hover {
  background: #f80202;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*? End User Avatar Style */

/*? Start Ticket Style */
.messageTicket {
  width: 85%;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  clear: both;
}

.userMessageTicket {
  background-color: #edf3f9;
  float: right;
}

.adminMessageTicket {
  background-color: #fafad2;
  float: left;
}

@media screen and (min-width: 600px) {
  .messageTicket {
    width: 70%;
  }
}

@media screen and (min-width: 1000px) {
  .messageTicket {
    width: 50%;
  }
}

/*? End Ticket Style */

/*? Start Toggle Button Style */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/** Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*? End Toggle Button Style */

/*? Start Search Box Style */
.searchServicesCard {
  cursor: pointer;
  font-size: 1em;
  transition: all 0.5s;
}

.searchListSearchBox {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-height: 24rem;
  overflow-y: auto;
}

/*? End Search Box Style */

.text-ellipsis {
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.near-completion {
  color: orange;
}

.completed {
  color: red;
}

.pending {
  color: #ffd820;
}

.Items-active {
  border-radius: 8px !important;

}

.max-w-fit-content {
  max-width: fit-content;
}

.custom-hover:hover {
  background-color: #458797;
  opacity: 0.9;
}

.switch-status {
  width: fit-content;
  border-radius: 0.8rem;
  border: 2px solid;
}

.border-r-0 {
  border-top-left-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
  border-right: none !important;

}

.border-l-0 {
  border-top-right-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
  border-left: none !important;
}

.style-button-danger {
  border-color: #ff715b
}

.style-button-success {
  border-color: #45cb85;
}

.custom-btn {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.pointer-events-none {
  pointer-events: none;
}

.bg-orange {
  background-color: #ff9147;
}
.custom-details[open] {
  background-color: #fff;
}
.fixed-size {
  height: 50px;
  max-width:100% !important;
  display: flex;
  align-items: center; 
  overflow: hidden; 
  border: 2px solid #45367876;
  transition: height 0.3s ease; 
}

details[open] .fixed-size {
  max-width:600px ;
  height: auto; 
  border: 2px solid #45367876;
}
.inline-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.text-icon {
  color: #067403; 
}

.gap-y-1 {
  row-gap: 4px;
}
.gap-y-2 {
  row-gap: 8px;
}

.gap-x-1 {
  column-gap: 4px;
}
.gap-x-2 {
  column-gap: 8px;
}
.h-50px {
  height: 50px;
}
.min-w-150px {
  min-width: 150px;
}
.fullscreen-enabled {
  background: #ecf0f4; 
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px;
}




/* .sticky-tab-header {
  position: sticky;
  top: 0; 
  background: #ecf0f4; 
  z-index: 1000; 
  padding: 10px;
  display: flex;
  justify-content: center;
}

.sticky-scroll-container {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 180vh; 
}

.sticky-item {
  margin-bottom: 16px;
} */




