#nh-schedule-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 100% !important;
  justify-content: center;
  align-items: center;
  z-index: 9999; }
  #nh-schedule-modal .nh-modal {
    max-width: 800px;
    width: 100%;
    padding: 1.3rem;
    min-height: 250px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    z-index: 10000; }
    #nh-schedule-modal .nh-modal .flex {
      display: flex;
      align-items: center;
      justify-content: center; }
    #nh-schedule-modal .nh-modal input {
      padding: 0.7rem 1rem;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 0.9em; }
    #nh-schedule-modal .nh-modal p {
      font-size: 0.9rem;
      color: #777;
      margin: 0.4rem 0 0.2rem; }
  #nh-schedule-modal button {
    cursor: pointer;
    border: none;
    font-weight: 600; }
  #nh-schedule-modal .close {
    display: flex;
    justify-content: flex-end; }
  #nh-schedule-modal .btn-close {
    padding: 0.5rem 0.7rem; }
  #nh-schedule-modal .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
    max-width: 100% !important; }

.nh-schedule-hidden {
  display: none !important; }

.nh-modal-button-default {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 1em; }

.nh-modal-button-designed {
  border: 4px solid #79ebe6;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  margin: 0 10px 15px 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase; }
  .nh-modal-button-designed.active {
    background: #FF7677;
    border-color: #FF7677;
    color: #ffffff; }

#mynhcare-embed table tbody tr:first-child td button {
  /*display: none; */
}

#mynhcare-embed .btn {
  border: 4px solid #79ebe6;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  margin: 0 10px 15px 0;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent !important; }
