#nh-chat-main-messages-cardDoctor {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 30px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.nh-chat-main-messages-cardDoctor-arrow-left {
  position: absolute;
  width: 16px;
  height: 16px;
  object-fit: contain;
  left: 0;
  cursor: pointer;
  z-index: 1;
  background: #1b56a5;
  border-radius: 50%;
  padding: 6px;
}

.nh-chat-main-messages-cardDoctor-arrow-right {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  object-fit: contain;
  cursor: pointer;
  z-index: 1;
  background: #1b56a5;
  border-radius: 50%;
  padding: 6px;
}

.nh-chat-main-messages-carddoctor {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  width: 240px;
  margin-top: 10px;
  box-shadow: 2px 2px 6px #b8b8b8;
}

.nh-chat-main-messages-carddoctor-picture {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
}

.infogeneral {
  display: flex;
  align-items: center;
}

.nh-chat-main-messages-carddoctor-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}

.nh-chat-main-messages-carddoctor-paragraph {
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  margin: 0;
  margin-bottom: 10px;
}

.nh-chat-main-messages-carddoctor-information {
  display: flex;
  flex-direction: column;
}

.nh-chat-main-messages-carddoctor-item {
  display: flex;
  border-bottom: 1px solid #ccc;
  align-items: center;
  padding: 10px;
}

.nh-chat-main-messages-carddoctor-item img {
  width: 20px;
  height: 20px;
}

.nh-chat-main-messages-carddoctor-item p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  margin-left: 10px;
}

.nh-chat-main-messages-carddoctor-button {
  margin-top: 10px;
  background: transparent linear-gradient(32deg, #1b56a5 0%, #468ae2 100%) 0% 0%;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}

.nh-chat-main-messages-cardDoctor-calendar-container {
  z-index: 10;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
}

/* .nh-chat-main-messages-cardDoctor-calendar-container::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
} */

.nh-chat-main-messages-cardDoctor-calendar {
  padding: 10px;
  display: none;
  position: relative;
  z-index: 1;
  justify-content: space-around;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  overflow: hidden;
  box-sizing: border-box;
}

.nh-chat-main-messages-cardDoctor-calendar div {
  display: flex;
  flex-direction: column;
}

.nh-chat-main-messages-cardDoctor-calendar div h6 {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}

.nh-chat-main-messages-cardDoctor-calendar div p {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}

.nh-chat-main-messages-cardDoctor-calendar div p:hover {
  background-color: #1b56a5;
  color: white;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
  margin-top: 30px;
}

.check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #1b56a5;
}

.check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.check-icon::before,
.check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ecf0f4;
  transform: rotate(-45deg);
}

.icon-line {
  height: 5px;
  background-color: #1b56a5;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid #4e81c3;
}

.icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background: #ecf0f4;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}


.disabled-hour {
  opacity: 0.4;
  pointer-events: none;
}