body {
  width: 100%;
  font-family: "Rubik", sans-serif !important;
  margin: 0px auto;
  background-color: #eeeeee;
}

.homebg {
  background: url("/images/app-bg.jpg");
  background-repeat: no-repeat;
  min-height: auto;
  padding-bottom: 60px;
}

.knowledgeCard {
  background: url("/images/knowledge.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.homeImage {
  background: url("/images/home4.png");
  min-height: 670px;
  background-repeat: no-repeat;
}

.homeText {
  width: 650px;
  color: #808080;
}

.btn-login {
  border-radius: 40px;
  padding: 7px 30px;
  border: 2px solid #ffffff;
  background: none;
  color: #fff;
}

.btn-login-dark {
  border-radius: 40px;
  padding: 7px 30px;
  border: 2px solid #2f2f2f;
  background: none;
  color: #2f2f2f;
}

.bookButton {
  color: #cecece;
  border: 2px solid #eeae01;
  padding: 4px 40px;
  float: right;
}

.bookButton:hover {
  color: #fff;
  background-color: #eeae01;
  border: 2px solid #eeae01;
  padding: 4px 40px;
}

.bookButtonEven {
  color: #fff;
  border: 2px solid #2f2f2f;
  padding: 4px 40px;
  float: right;
}

.bookButtonEven:hover {
  color: #cecece;
  background-color: #2f2f2f;
  border: 2px solid #2f2f2f;
  padding: 4px 40px;
}

.doctorListBg {
  background: url("/images/home-mid-bg.jpg");
  background-size: cover;
  /* background-opacity: 0.6; */
}

.drProfileCard {
  border: 1px solid #cecece;
  box-shadow: 0px 4px #cecece78;
  padding: 15px;
  background-color: #fff;
}

.benefitsCard {
  border-radius: 15px;
  box-shadow: 0px 4px #8080805e;
  color: #808080;
}

.benefitsCard p {
  font-size: 12px;
}

.benefitsCard h4 {
  color: #eeae01;
}

.midSection {
  background: url("/images/home-mid-bg.jpg");
  background-size: cover;
}

.footerSection {
  background: url("/images/footer-bg.jpg");
  background-size: cover;
  min-height: 300px;
  margin-top: -135px;
}

.socialIcons {
  padding-top: 250px;
  font-size: 20px;
}

.apptBox {
  padding: 5px;
  background-color: #eae8e9;
  color: #454545;
}

.apptBox:hover {
  padding: 5px;
  background-color: #eeae01;
  color: #454545;
}

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

.btn-cn {
  background-color: #eeae01;
  color: #2f2f2f;
}

.btn-cn-slots {
  background-color: #eeae01 !important;
  height: 30px;
}

.btn-cn-slots:hover {
  background-color: #88d00a !important;
  height: 30px;
}



.btn-cn-inv {
  background-color: #2f2f2f;
  color: #eeae01;
}

.btn-cn-inv:hover {
  background-color: #eeae01;
  color: #2f2f2f;
}

.btn-cn-disabled {
  background-color: #2f2f2f;
  color: #cecece;
  height: 30px;
}

.btn-cn-disabled:hover {
  background-color: #2f2f2f;
  color: #cecece;
  height: 30px;
}

.btn-cn:hover {
  background-color: #2f2f2f;
  color: #eeae01;
}

.patientForm {
  border: 1px solid #aeaeae70;
  border-top: 7px solid #eeae01;
  padding: 30px;
}

.patientForm input {
  height: 35px;
  border: 2px solid #eeae01;
  border-radius: 5px;
}

.patientForm select {
  height: 35px;
  border: 2px solid #eeae01;
  border-radius: 5px;
}

.otpButton {
  margin-top: 30px !important;
}

.mobileHomeHeader {
  display: none;
}

.slotBox {
  max-height: 230px;
  overflow-y: scroll;
}

.footer {
  background-color: #1b2027;
  color: #fff;
}

.downloadBtn {
  display: block;
}

.downloadMessage {
  display: none;
}

@media screen and (max-width: 768px) {
  .downloadMessage {
    display: block !important;
  }
}

@media screen and (max-width: 992px) {
  .menuItems {
    text-align: center !important;
  }

  .loginButton {
    margin-top: 20px;
  }

  .webHomeHeader {
    display: none !important;
  }

  .mobileHomeHeader {
    display: block !important;
  }

  .homeHeaderText {
    padding-top: 5vh !important;
    text-align: center !important;
  }

  .otpButton {
    margin-top: 0px !important;
  }
  .appointmentText {
    font-size: 2.8rem !important;
  }

  input {
    font-family: Arial , sans-serif !important;
  }
}

@media screen and (max-width: 1200px) {
  .homeHeaderText {
    padding-top: 5vh !important;
  }
}

.UCJoinMeeting-logoContainer {
  display: none !important;
}

.b-bm {
  border-bottom: 2px solid #ccc;
}
.patient-content {
  width: 100%;
}
.patient-content ul {
  padding: 0px;
  margin: 0px;
}
.patient-content ul li {
  display: block;
  border-bottom: 2px solid #f1f0f0;
  margin: 0px 15px;
  padding: 10px 0px;
  width: 98%;
  list-style: none;
  font-weight: 500;
  color: #717171cc;
}
.patient-content ul li p {
  color: #333;
  margin: 0;
  font-weight: 400;
}
.patient-content ul li h6 {
  font-size: 20px;
}
.patient-content ul li:last-child {
  border-bottom: none;
}
.share ul {
  padding: 0px;
  margin: 0px;
}
.share ul li {
  list-style: none;
  display: inline;
}
.share ul li i {
  font-size: 30px;
  margin: 9px 15px;
  color: #969696;
  cursor: pointer;
}
.add-rec .form-control {
  color: #da7710;
  background-color: #f5f6f7;
  border: 2px solid #17bae0;
}
.date {
  position: relative;
  text-align: center;
}
.date:after {
  position: absolute;
  content: "";
  border-right: 2px solid #ccc;
  width: 2px;
  top: -10px;
  bottom: 0;
  height: 114%;
  right: 0;
}
.top-ttl {
  padding: 10px 0px;
}
.patient-content .form-control {
  margin-bottom: 3px;
}

.dayBox {
  background-color: #1b2027;
  color: #fff;
  padding: 5px 0px;
}

@media screen and (max-width: 992px) {
  .homeText {
    width: 100%;
    text-align: center !important;
    color: #808080;
  }

  .docDetails {
    padding: 0.5rem !important;
  }

  .logo img {
    text-align: center;
    width: 100% !important;
    height: auto !important;
  }

  .homeHeaderText h2 {
    font-size: 2.5rem !important;
  }

  .dayBox {
    width: 25%;
    margin: 0 !important;
    padding: 5px;
  }

  .timeBox {
    width: 25% !important;
    margin: 0px !important;
    padding: 5px;
    text-align: center !important;
    font-size: 10px !important;
  }

  .exitButton {
    margin-bottom: 5px !important;
  }

  .prescriptionButton {
    margin-top: 8px !important;
    margin-bottom: 15px !important;
  }

  .videobar {
    background-color: #eeae01;
    margin-top: 345px !important;
    height: 40px;
    position: absolute;
    z-index: 999;
  }

  .myClassname {
    min-height: 350px !important;
    max-height: 450px !important;
  }

  .patientName {
    text-align: center !important;
  }
}

.videobar {
  background-color: #eeae01;
  margin-top: 95px;
  height: 40px;
  position: absolute;
  z-index: 999;
}

.calDate {
  padding: 0 10px;
  background-color: #fff !important;
  border: none;
}

.calDate:hover {
  background-color: #eeae0150 !important;
  color: white;
}

.calBox {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #1b2027;
  border: none;
  color: #1b2228;
  font-size: 14px;
  min-height: 60px;
}

.calBox2 {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #f5f6f7;
  border: none;
  color: #1b2228;
  font-size: 14px;
  min-height: 60px;
}

.calBox3 {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #1b2027;
  border: none;
  color: #1b2228;
  font-size: 14px;
  min-height: 60px;
}

.selectedBoxOption {
  background-color: #3fc1f3 !important;
}

.iconColor {
  /*border: 1px solid #cecece;*/
  padding-top: 8px;
}

.iconSmall {
  color: #f969a4 !important;
}

.patient-history-button {
  width: 130px;
  height: 38px;
}

/* .patient-history-followUp-button {
  width: 122px;
  margin-right: 25px;
} */

.customBadge {
  border-radius: 3px;
  padding: 8px 12px;
  font-size: 14px;
  background: none;
  border: 1px solid #f969a4;
  color: #f969a4;
}

.customButton {
  font-size: 14px;
  border-radius: 3px;
  padding: 8px 12px;
  background: none;
  border: 1px solid #17bae0;
  color: #17bae0;
}

/* .customButton:hover {
  background: #09a4ce;
  color: #fff;
} */

.upcomingList {
  background-color: #fff;
  /*border-radius: 5px;*/
  /*margin: 12px 0px;*/
  border: 1px solid #a3a9b7;
  /*border-bottom: none;*/
  min-height: 62px;
  color: #1b2027;
  font-size: 18px;
}

.patientName {
  text-align: left;
}

.goLiveButton {
  /*background: url('/images/goLiveButton.png');*/
  background-color: #fff;
  background-size: cover;
  color: #1b2027;
  text-align: left;
  border: 2px solid #f969a4;
}

.onGoing {
  background-color: #88d00a !important;
}

.listCard {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.goLiveCard {
  background: url("/images/boy.jpg");
  background-size: cover;
  /* min-height: 250px !important;*/
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkupCard {
  background: url("/images/medicine.jpg");
  background-size: cover;
  /*min-height: 250px !important;*/
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.accountsCard {
  background: url("/images/accounts.jpg");
  background-size: cover;
  /*min-height: 250px !important;*/
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.scheduleCard {
  background: url("/images/schedule.jpg");
  background-size: cover;
  /* min-height: 250px !important;*/
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.smallTextColor {
  color: #f969a4;
}

@media screen and (max-width: 959px) {
  .logoutFooter {
    display: none !important;
  }
  .logoutMobile {
    display: block !important;
    color: #17bae0;
  }
  .customButton {
    font-size: 9px;
  }
  .customBadge {
    font-size: 9px;
  }
}

@media screen and (min-width: 960px) {
  .otpFieldsLogin input {
    width: 2em !important;
  }

  .logoutFooter {
    display: none !important;
  }
  .logoutMobile {
    display: block !important;
    color: #17bae0;
  }
}

@media screen and (max-width: 500px) {
  .iframeVideo {
    max-height: 230px !important;
  }

  .otpFieldsLogin input {
    margin: 0 4px;
    padding: 0;
    /*border-bottom: 3px solid #c6c6c6 !important;*/
    border-radius: none;
    border: none;
    background-color: #f5f6f7;
    font-family: Arial, sans-serif !important;
    width: 30px !important;
  }
}

.text-cn {
  color: #eeae01;
  font-size: 12px;
}

.upcomingCardOverflow {
  max-height: 430px;
  overflow-y: scroll;
}

.addUser {
  background-color: rgb(238, 174, 1);
  margin-left: -70px;
  height: 300px;
  padding-top: 26% !important;
}

.addUserCard {
  margin-top: 20%;
}

.colorGrey {
  color: #a3a9b7;
}

.colorTypeIcon {
  color: #17bae0 !important;
}

.fixed {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 20%;
  height: 250px;
  background-color: #404760;
  color: #fff;
  /*border-radius: 0 30px 30px 0;*/
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* login otp */

.otpFieldsLogin {
  display: flex;
  padding: 0 0px 30px 0px;
  justify-content: center;
}

.otpFieldsLogin input {
  margin: 0 10px;
  /*border-bottom: 2px solid #c6c6c6 !important;*/
  background-color: #f5f6f7;
  border: 1px solid #4bbbe15c !important;
}

.otp-label {
  color: #1b2027;
  /*float: left;*/
  /*border-bottom: 2px solid #c6c6c6;*/

  padding: 2px 5px;
}

/* Existing user / new user booking page */

.nameButton {
  background-color: #f5f6f7;
  padding: 4px 18px;
  border-radius: 10px;
  color: #17bae0;
}
.account {
  width: -webkit-fill-available;
  word-break: break-word;
}
.accountName {
  width: inherit;
  word-break: break-word;
}

.nameButton:hover {
  background-color: #1b2027;
}

a:hover {
  color: #09a4ce;
  text-decoration: none;
}

a {
  color: #fff;
}
button:disabled {
  cursor: not-allowed;
}
button:disabled {
  cursor: not-allowed;
}
.react-responsive-modal-modal {
  width: 22rem;
}
