.contact-form-wrapper {
  position: relative;

}

.contact-page {
  background-color: rgb(250, 250, 250)
}

.contact-progressbar {
  width: 0;
  height: 5px;
  margin-bottom: 30px;
  background-color: var(--second-color);
  display: block;
  border-radius: 20px 20px 0 0;
}

.contact-form {
  padding: 1rem;
}

.input-box input[type="date"]:focus+label,
.input-box input[type="date"]:valid+label,
.input-box input[type="number"]:focus+label,
.input-box input[type="tel"]:focus+label,
.input-box input:not(:placeholder-shown)+label,
.input-box input[type="email"]:focus+label,
.input-box input[type="text"]:focus+label,
.input-box input[type="text"]:not(:placeholder-shown)+label,
.input-box textarea:focus+label,
.input-box textarea:not(:placeholder-shown)+label {
  left: 15px;
  top: -0.5rem;
  background-color: var(--white-color);
  font-size: 16px !important;
  color: var(--second-color);
  padding: 3px 5px;
  transition: 0.5 all ease-in-out;
  border-radius: 2px;
}

.input-box input[type="date"]:focus,
.input-box input[type="date"]:valid,
.input-box input[type="number"]:focus,
.input-box input[type="tel"]:focus,
.input-box input:not(:placeholder-shown),
.input-box input[type="email"]:focus,
.input-box input[type="text"]:focus,
.input-box input[type="text"]:not(:placeholder-shown),
.input-box textarea:focus+label,
.input-box textarea:not(:placeholder-shown) {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.input-box {
  position: relative;
}

.form-select {
  border: none;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}

.input-box label {
  position: absolute;
  top: calc(100% - 30px);
  z-index: 20;
  left: 10px;
  text-transform: capitalize;
  font-size: 16px !important;
  font-weight: 500;
}

.input-box input {
  /* border: none; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 60px;

}
.contact-cta {
  margin-bottom: 20px;
}
.contact-box {

  margin: 0 auto;
  background-color: var(--white-color);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.contact-sidebar{
  border-radius: 10px;
  height: 100%;
  background: var(--white-color);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px;
}
.contact-fullname{
  /* margin-bottom: 10px; */
}
.welcome-para{
  display: none;
  opacity: 0;
  visibility: hidden;
}
.welcome-para.active{
  display: block;
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease-in-out;
  margin: 5px 0 10px 0  ;
}
.contact-info-box {
  display: flex;
  align-items: center;
  background: var(--light-color);
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 18px;
  gap: 16px;
}

.contact-info-box .icon {
  font-size: 2rem;
  color: var(--second-color);
  background: #d4eaff;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-title {
  font-weight: 600;
  font-size: 1.08rem;
  margin-bottom: 2px;
  color: var(--black-color);
}

.info-text {
  color: var(--black-color);
  font-size: 0.98rem;
}

.help-card {
  background: var(--white-color);
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(30, 194, 139, 0.07);
  padding: 22px 18px 16px 18px;
  margin-top: 18px;
  border: 1px solid #eee;
  /* box-shadow: var(--box-shadow); */
}

.help-profile {
  display: flex;
  align-items: center;
  gap: 14px;
}

.help-profile img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eafaf6;
}

.help-title {
  font-weight: 600;
  font-size: 1.08rem;
  margin-bottom: 2px;
}

.help-desc {
  font-size: 0.97rem;
  color: #222;
}

.help-phone {
  color: var(--second-color);
  font-weight: 600;
  font-size: 1.08rem;
}

.help-card hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 10px 0;
}

.chat-btn {
  width: 100%;
  display: block;
  text-align: center;
  background: var(--white-color);
  color:  var(--second-color);
  border: 1.5px solid  var(--second-color);
  border-radius: 8px;
  padding: 10px 0;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 12px;
  transition: background 0.2s, color 0.2s;
}

.chat-btn i {
  margin-right: 7px;
}

.chat-btn:hover {
  background: var(--second-color);
  color: var(--white-color);
}

.help-hours {
  color: #b0b0b0;
  font-size: 0.97rem;
  text-align: left;
}


       .user-sidebar-body ul li a {
    color: #4E5561;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #4E5561;
}
 .card-body ul {
   margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.nameimg{
  width: 20% ;
    height: 20%;
    border-radius: 50%;
}
.card-body ul li a{
    font-size: 21px;
}
.card-body {
    flex: 1 1 auto;
    padding: 0;
}

.cart_profile{
  border-bottom: 2px solid #ccc;
  padding-bottom: 2px;
}


.Information .cardInformation{
    border-bottom: 1px solid #ccc;
    padding-top: 8px;
}
   .sidebar {
      min-height: 100vh;
      background-color: #fff;
      border-right: 1px solid #dee2e6;
    }
    .sidebar .nav-link.active {
      color: #dc3545;
      font-weight: 500;
    }
    .sidebar .nav-link {
      color: #495057;
      cursor: pointer;
    }
    .content {
      padding: 20px;
    }
    .table th, .table td {
      vertical-align: middle;
    }
    .badge-status {
      padding: 0.4em 0.6em;
      border-radius: 0.5rem;
      font-size: 0.8rem;
    }
    .badge-upcoming { background-color: #0d6efd; color: #fff; }
    .badge-pending { background-color: #ffc107; color: #212529; }
    .badge-cancelled { background-color: #dc3545; color: #fff; }
    .badge-completed { background-color: #198754; color: #fff; }
    .avatar {
      width: 35px !important;
      height: 35px !important;
      object-fit: cover;
      border-radius: 50%;
      margin-right: 10px;
    }
.badge.badge-secondary {
    background: #98AA30;
    color: #FFF;
}

.fade:not(.show) {
    opacity: 0;
    display: none;
}

.user-sidebar-body a.active {
  color: #fff !important;
  background-color: #fc7417;

  border-radius: 6px;
}
.user-sidebar-body a {
  transition: 0.3s;
  padding: 8px 12px;
}

.card-body img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 19px;
}

.Logout{
 display: flex;
    justify-content: center;
    gap: 27px;
    margin-top: 84px;
}


#Logout{
   height: 309px;
}


#Logout h6 {
    text-align: center;
    border-bottom: 2px solid #ccc;
    padding-bottom: 8px;
}


@media (max-width: 768px) {
#Logout {
    height: 187px;
}
.Logout {
    margin-top: 53px;
}
.contact__sidebar {
    padding: 13px !important;
}
.contact-form {
    padding: 0;
}
.profile-page .table th, .profile-page .table td{
    white-space: nowrap;
}


.profile-page .table td:nth-child(2) {
    white-space: normal !important;
}



}
