/* Doctor category page css  */
.doc-cat-card3 {
  background: #f5f5f5;
  padding: 10px;
  border: 2px solid #3368c6;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.doc-cat-card3 img {
  height: 40px;
  margin-right: 10px;
}
.doc-cat-card3 h5 {
  margin: 10px 0;
}
.doc-cat-card2 {
  background: #f5f5f5;
  padding: 10px;
  border: 2px solid #3368c6;
  border-radius: 7px;
  /* display: flex; */
  height: 140px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.doc-cat-card2 img {
  height: 70px;
  max-width: 100%;
}
.doc-cat-card2 h5 {
  margin: 10px 0;
}

.doc-cat-card {
  background: #f5f5f5;
  padding: 10px;
  border: 2px solid #3368c6;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.doc-cat-card img {
  height: 80px;
}
.doc-cat-card h5 {
  margin: 10px 0;
}

/* Doctor Page  */
.team-item {
  border: 2px solid #214481;
  border-radius: 7px;
  background: #e9e9e9;
  overflow: hidden;
}
.doc-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5px;
}
.btn-list {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 4px 2px;
  font-size: 10px;
  line-height: 1.42857143;
  border-radius: 4px;
}
/* Doctor Appointment Booking Page  */
.doc-details {
  padding: 10px;
  /* border: 2px solid #236c38; */
  border-radius: 4px;
  margin-bottom: 15px;
  background: #eee;
}
.doc-time {
  border: 1px solid #3368c6;
  /* border-radius: 7px; */
  padding: 10px;
  position: relative;
}
.doc-time .radio-select {
  position: absolute;
  top: 27%;
}
.doc-time ul {
  margin-top: 7px;
  margin-bottom: 0;
  padding: 0 0px 0px 20px;
}
.apt-form {
  padding: 20px 10px;
  border: 2px solid #116496;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 50px;
}
.s-day h4 {
  font-weight: 600;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .s-time {
    font-size: 12px;
  }
}

/* Profile Page css  */
.card2 {
  margin-bottom: 100px;
  border: 2px solid #116496;
  border-radius: 7px;
  background: #eee;
}

.profile .card {
  width: 100%;
  background-color: #efefef;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

.profile .image img {
  transition: all 0.5s;
}

.profile .card:hover .image img {
  transform: scale(1.5);
}

.profile .btn {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  overflow: hidden;
}

.profile .name {
  font-size: 22px;
  font-weight: bold;
}

.profile .idd {
  font-size: 14px;
  font-weight: 600;
}

.profile .idd1 {
  font-size: 12px;
}

.profile .number {
  font-size: 22px;
  font-weight: bold;
}

.profile .follow {
  font-size: 12px;
  font-weight: 500;
  color: #444444;
}

.profile .btn1 {
  height: 40px;
  width: 150px;
  border: none;
  background-color: #116496;
  color: #ffffff;
  font-size: 15px;
  padding: 9px;
}

.profile .text span {
  font-size: 13px;
  color: #545454;
  font-weight: 500;
}

.profile .icons i {
  font-size: 19px;
}

.profile hr .new1 {
  border: 1px solid;
}

.profile .join {
  font-size: 10px;
  color: #a0a0a0;
  font-weight: bold;
}

.profile .date {
  background-color: #ccc;
}
#passwordValue {
  /* display: inline-block; */
  width: 100px;
  overflow: hidden;
}
.btn-profile-update {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  display: none; /* Initially hidden */
  z-index: 9999;
}
#passwordModal {
  z-index: 99999;
}
#passwordModal .modal-content {
  padding: 20px;
}
#verifyModal {
  z-index: 99999;
}
#verifyModal .modal-content {
  padding: 20px;
}
.appointment-display {
  padding: 10px;
  background: #e1e1e1;
  border-radius: 7px;
  margin: 10px 0;
}
.report-card {
  padding: 10px;
  background: #e1e1e1;
  border-radius: 7px;
  margin: 10px 0;
}
.profile-img {
  border-radius: 100%;
  height: 40px !important;
  border: #cccccc 2px solid;
  width: 40px !important;
}
.remark-card {
  border: 2px solid #0b5c25;
  border-radius: 7px;
  padding: 10px;
  background: #fefef2;
}
.prescription {
  border: 2px solid #0b5c25;
  border-radius: 7px;
  padding: 10px;
  background: #6ea47e;
}

/* Health Record Page  */
#contenthr {
  border: 2px solid #1f4185;
  border-radius: 7px;
  padding: 10px;
  margin: 20px 0;
}
/* index special doctor add  */
.special-doctor {
  background: #075f21;
  color: #fff;
}
.special-doctor img {
  height: 150px;
}
.spd-content {
  padding: 15px;
}
.special-doctor-preview {
  padding: 80px 0 5px 0;
}
@media only screen and (max-width: 768px) {
  .special-doctor-preview {
    padding: 60px 0 5px 0;
  }
  .special-doctor img {
    height: 70px;
  }
}
