#submitEmailOtp {
  display: none;
}
.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background-color: #ffffff;
}
.doctor-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
.member-img {
  position: relative;
  overflow: hidden;
}
/* General button styling */
.appointment-btn, .appointment-btn-secondary {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 5px;
  margin: 5px;
  text-align: center;
  display: inline-block;
}

/* Adjust layout for mobile view */
@media (max-width: 768px) {

  #header .logo img {
    max-height: 100px !important;
    height: 117px !important;
  }

  /* Stack the buttons vertically on smaller screens */
  .appointment-btn, .appointment-btn-secondary {
    display: block;
    width: 100%; /* Full width for each button */
    margin: 5px 0; /* Add margin for spacing */
    font-size: 16px; /* Increase font size for better visibility */
  }

  /* Ensure the logo and navbar items are centered and spaced correctly */
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Navbar: Stack items vertically on mobile */
  #navbar ul {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  /* Adjust the mobile nav toggle icon */
  .bi-list {
    font-size: 30px; /* Make the icon a bit bigger for easier clicking */
  }
}

/* for star rating */
.star-rating {
  display: inline-block;
  direction: rtl;
  font-size: 0;
}
.star-rating input[type="radio"] {
  display: none;
}
.star-rating label {
  display: inline-block;
  width: 30px;
  height: 35px;
  margin: 0;
  padding: 0;
  font-size: 30px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.star-rating label:before {
  content: '\2605';
}
.star-rating input[type="radio"]:checked ~ label:before {
  content: '\2605';
  color: gold;
}

.modal-header.bg-primary {
  background-color: #007bff;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.sent-messages{
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.modal-body {
  padding: 20px;
}

.form-label {
  font-weight: 600;
}

/* Override Bootstrap primary background color */
.btn-primary {
  background-color: #0D7ED6 !important;
  border-color: #0D7ED6 !important;
}

/* Optional: Override other primary background classes */
.bg-primary {
  background-color: #0D7ED6 !important;
}

.text-primary {
  color: #0D7ED6 !important;
}

.border-primary {
  border-color: #0D7ED6 !important;
}
.invalid-feedback {
  display: none;
}
.btn-success{
  background-color: #68B030 !important;
  border-color: #68B030 !important;
}
.modal-success .modal-header, .modal-success .modal-footer {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.modal-success .modal-title, .modal-success .modal-body, .modal-success .modal-footer {
  color: #155724;
}

.modal-error .modal-header, .modal-error .modal-footer {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.modal-error .modal-title, .modal-error .modal-body, .modal-error .modal-footer {
  color: #721c24;
}
.signup,.login,.forgot-password{
  padding: 0px !important;
}
.btn-link,.nav-link{
  color: #0D7ED6 !important;
}
.nav-pills .nav-link.active{
  color: #fff !important;
  background-color: #0D7ED6 !important;
}
.popup-box {
  position: absolute;
  bottom: 150px;
  right: 50px;
  z-index: 999;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  border: 2px solid transparent;
}

.popup-box.border-success {
  border-color: #198754; /* Bootstrap 5 green */
}

.popup-box.border-danger {
  border-color: #dc3545; /* Bootstrap 5 red */
}

.popup-box .message {
  margin: 0;
}

.popup-box .message.text-success {
  color: #198754; /* Bootstrap 5 green */
}

.popup-box .message.text-danger {
  color: #dc3545; /* Bootstrap 5 red */
}

.popup-box i {
  margin-right: 5px;
}
.custom-confirm-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.confirm-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.confirm-message {
  margin-bottom: 20px;
}

.confirm-buttons {
  display: flex;
  justify-content: space-around;
}
.mainClass{
  margin-top: 200px;
}
