.search-btn {
  background-color: #41c0f0 !important;
  border: #41c0f0;
  font-weight: 600;
}

h5 {
  font-size: 1.2rem;
}

.bg-warning {
  background-color: #f7c6c7 !important;
}

.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
h6 {
    font-size: 1.2rem;
}
.d-flex i {
  font-size: 1.4rem;
}

.profit-text {
  font-weight: bold !important;
  padding: 15px !important;
  background-color: #ff5252 !important;
  color: white !important;
}

.appointments-div {
  background-color: #4565ad !important;
  padding: 15px !important;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 460px;
}

.appointments-item h6 {
  color: white !important;
}

.appointments-text {
  margin-top: -60px;
  width: 100%;
  text-align: left;
  color: white !important;
}

.appointments-item {
  display: flex;
  align-items: center;
  width: 88%;
  margin-bottom: 1rem;
  position: relative;
  background-color: #41c0f0 !important;
}
.my-3{
	margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
/* .appointment-icon {
  width: 20% !important;
  text-align: center;
  margin-left: -33px !important;
  background-color: white !important;
  padding: 7px;
  opacity: 1 !important;
} */

.appointment-icon {
  width: auto;
  height: 45px;
  object-fit: contain;
  text-align: center;
  margin-left: -38px !important;
  background-color: white;
  padding: 7px;
  opacity: 1 !important;
  border-radius: 50%;
}

.appointments-item > div {
  width: 100%;
  margin-left: 10px;
}

.billing-div {
  background-color: #4565ad !important;
  padding: 15px !important;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 505px;
}

/* .billing-icon {
  width: 20% !important;
  text-align: center;
  margin-left: -33px !important;
  background-color: white !important;
  padding: 5px;
  opacity: 1 !important;
} */

.billing-icon {
  width: auto;
  height: 45px;
  object-fit: contain;
  text-align: center;
  margin-left: -38px !important;
  background-color: white;
  padding: 7px;
  opacity: 1 !important;
  border-radius: 50%;
}

.billing-text {
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  color: white !important;
}

.rating-div {
  background-color: #4565ad !important;
  color: white;
}

/* .user-icon {
  width: 13% !important;
  text-align: center;
  margin-left: -30px !important;
  padding: 5px;
} */

.user-icon {
  width: auto;
  height: 48px;
  object-fit: contain;
  text-align: center;
  margin-left: -38px !important;
  padding: 7px;
  opacity: 1 !important;
}
h6 {
    font-weight: 700 !important;
  }

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .appointments-item {
    width: 103% !important;
    padding-right: 0px !important;
    padding-left: 28px !important;
  	margin-top: 10px !important;
  }
  h6 {
    font-size: 1.1rem;
  }
	.hide-m{
		display:none;
	}
.mt-8-m{
 margin-top: 10px !important;
}
  .appointment-icon {
    padding: 10px !important;
    margin-left: -35px !important;
    width: auto;
    height: 45px;
    object-fit: contain;
    text-align: center;
  }
  .billing-icon {
    padding: 10px !important;
    margin-left: -35px !important;
    width: auto;
    height: 45px;
    object-fit: contain;
    text-align: center;
  }
  .user-icon {
    padding: 10px !important;
    margin-left: -35px !important;
    width: auto;
    height: 60px;
    object-fit: contain;
    text-align: center;
  }
  .mt--10{
	margin-top: -10px;
  }
  .mt--30{
	margin-top: -30px;
  }
}
.lossdiv{
  background-color: #c92020 !important;
}
.profitdiv{
  background-color: #20c997 !important;
}
.hide{
 display: none !important;
}
.v-hide{
 visibility: hidden !important;
}