span.noCoversation {
  text-align: center;
  color: #ff7e67;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
li.active-user {
    background: #ff7e67;
}
.gap-3 {
  cursor: pointer !important;
}

span.providerNoChat {
  text-align: center;
  color: #ff7e67;
  font-size: 25px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
}
span.error {
  color: #dd1c1c;
}
input#floatingInput {
  border: none;
  border-bottom: 3px solid #ff7e67;
  border-radius: 0px;
  padding-left: 0;
}
.to_do_modal.modal-header {
  background-color: #dcdcdc;
  position: relative;
  padding: 15px;
}

.to_do_modal.modal-body {
  padding: 25px;
}
.to_do_modal.btn-close {
  background: transparent;
  color: black;
  top: 8px !important;
  right: 8px !important;
  /* float: right; */
  position: absolute;
}
i.to_do_modal.time_icon {
  top: 5px !important;
  left: -40px;
  width: 50px;
  position: absolute;
}
.create_btns{
  color: white;
  background-color: #ff7e67;
  font-size: 16px;
  font-weight: 500;
  width: 100px;
  border-radius: 10px;
}
.create_btns:hover {
  color: var(--bs-btn-hover-color);
  background-color: #ff7e67;
  border-color: #ff7e67;
}
.to_do_modal.modal-body{
  overflow-y: scroll;
}
.footer_btn {
  padding: 20px 0px 0px 20px;
}

.form-group {
  position: relative; 
}
i.fa-regular.fa-circle-user {
	margin-left: -50px;
	padding: 12px;
	font-size: 19px;
}
button.nav-link.active.venue_color{
  background-color: #4452a1 !important;
  color: white !important;
}
.nav_user_img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.r_color {
  color: red;
}
.g_color {
  color: green;
}