.appointment-scheduler .modal-body {
  padding: 0;
}
.appointment-scheduler .info-content {
  padding: 34px 0 0 51px;
}
.appointment-scheduler .doctor-name,
.appointment-scheduler .doctor-type {
  color: #3e7bfa;
}
.appointment-scheduler.patient-name,
.appointment-scheduler.patient-type {
  color: #000;
}
.appointment-scheduler .name {
  font-size: 18px;
  line-height: 21px;
}
.appointment-scheduler .type {
  font-size: 16px;
  line-height: 16px;
}

.appointment-scheduler .sub-title {
  font-weight: bold;
  color: #747474;
}
.appointment-scheduler .gray-title {
  color: #747474;
}
.appointment-scheduler .header-container {
  background: #f5f5f5;
  border-radius: 10px 10px 0px 0px;
  padding: 20px 0;
}
.appointment-scheduler .header-container .close-icon {
  background-color: #e8e8e8;
  padding: 7px 10px;
  border-radius: 50%;
  cursor: pointer;
}
.appointment-scheduler .header-container .title {
  color: #056c23;
}
.appointment-scheduler .slots-content .timeslot-container {
  background: #e8e8e8;
  border-radius: 14px;
  padding: 15px 1px 15px 1px;
  max-width: 38% !important;
  color: #000;
  font-size: 16px;
  line-height: 14px;
}
.appointment-scheduler .appointment-scheduler .slots-content .schedule-time {
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
}
.appointment-scheduler .send-btn {
  padding: 12px 48px;
  font-weight: bold;
  font-family: Helvetica;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  background-color: #3e7bfa;
}
.appointment-scheduler .send-btn button:disabled,
.appointment-scheduler .send-btn button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.appointment-scheduler .schedule-content .arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 14px solid #bfbcbc;
  border-bottom: 10px solid transparent;
}
.appointment-scheduler .schedule-content .arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 14px solid #bfbcbc;
  border-bottom: 10px solid transparent;
}
.appointment-scheduler .schedule-content .date-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 3px;
  width: 67px;
  height: 65px;
  color: #000;
}
.appointment-scheduler .selected {
  background: #3e7bfa !important;
  color: #fff !important;
}
.appointment-scheduler .schedule-content p[disabled="disabled"] {
  opacity: 0.35;
}
.appointment-scheduler .schedule-content .month {
  background: #3e7bfa;
  border-radius: 3px 3px 0px 0px;
  height: 19px;
  font-family: Helvetica Neue;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.appointment-scheduler .schedule-content .day-year {
  font-family: Helvetica Neue;
  font-weight: 500;
  font-size: 16px;
  line-height: 11px;
}
.appointment-scheduler .schedule-content .schedule-date {
  font-family: Helvetica Neue;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.appointment-scheduler .p-0 {
  padding: 0 !important;
}
.appointment-scheduler .m-0 {
  margin: 0 !important;
}
.appointment-scheduler .mb-0 {
  margin-bottom: 0 !important;
}

.appointment-scheduler .w-100 {
  width: 100% !important;
}
.appointment-scheduler .d-block {
  display: block !important;
}
.appointment-scheduler .text-center {
  text-align: center !important;
}

.appointment-scheduler .pl-0 {
  padding-left: 0 !important;
}
.appointment-scheduler .pl-1 {
  padding-left: 0.25rem !important;
}
.appointment-scheduler .pl-5 {
  padding-left: 3rem !important;
}

.appointment-scheduler .pr-1 {
  padding-right: 0.25rem !important;
}
.appointment-scheduler .pr-3 {
  padding-right: 1rem !important;
}

.appointment-scheduler .pb-2 {
  padding-bottom: 0.5rem !important;
}
.appointment-scheduler .pb-3 {
  padding-bottom: 1rem !important;
}

.appointment-scheduler .ml-5 {
  margin-left: 3rem !important;
}

.appointment-scheduler .mt-4 {
  margin-top: 1.5rem !important;
}
.appointment-scheduler .mt-5 {
  margin-top: 3rem !important;
}

.appointment-scheduler .mb-3 {
  margin-bottom: 1rem !important;
}
.appointment-scheduler .mb-4 {
  margin-bottom: 1.5rem !important;
}
.appointment-scheduler .mb-5 {
  margin-bottom: 3rem !important;
}

.appointment-scheduler .mr-3 {
  margin-right: 1rem !important;
}
.appointment-scheduler .mr-4 {
  margin-right: 1.5rem !important;
}
.appointment-scheduler .mr-5 {
  margin-right: 3rem !important;
}

.appointment-scheduler .float-left {
  float: left !important;
}
.appointment-scheduler .float-right {
  float: right !important;
}
.appointment-scheduler .container-fluid {
  width: 100% !important;
}
.appointment-scheduler .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.appointment-scheduler .d-none {
  display: none;
}
.appointment-scheduler a.dropdown-toggle:hover {
  text-decoration: none;
}
.appointment-scheduler .appointment-type {
  font-size: 16px;
  line-height: 16px;
  color: #3e7bfa;
}
.scheduler-dropdown .dropdown-toggle:after {
  display: none !important;
}
.appointment-dropdown .dropdown-toggle:after {
  display: none !important;
}
.scheduler-loading {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100vw;
  height: 100vh;
  background-image: url("images/loadgif.gif");
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  #appointment_scheduler_popup .modal-dialog,
  #appointment_scheduler_popup .modal-lg {
    min-width: 740px !important;
  }
}
@media (max-width: 425px) {
  .agree{
    padding-left: 2rem !important;
  }
}
/* telmed Screen start*/

.caseBox .telMedMobile {
  /* background: #ffffff; */
  /* height: 96vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -2%;
  /* border: 1px solid #dddddd; */
  background: rgba(185, 185, 185, 0.5);
  overflow-y: hidden;
  height: 100vh; 
}
.caseBox .full-view {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.caseBox .telMedMobile .full-view .t-head {
  padding: 20px;
  text-align: center;
}

.caseBox .telMedMobile .full-view .text .tel-text {
  padding: 15px;
  margin: 0px 12px 30px;
  font-size: 18px;
  color: #707070;
}
.caseBox .telMedMobile .full-view .t-head h5 {
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #020202;
}
.caseBox .telMedMobile .full-view .video-preview {
 /*  display: flex; */
 /*  align-items: center; */
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  height: 60vh;
  flex-wrap: nowrap;
}

.caseBox .telMedMobile .full-view .video-preview p.test-media {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  /* or 112% */
  display: flex;
  align-items: center;
  text-align: center;
  color: #6c6c6c;
}
.caseBox .telMedMobile .full-view .video-preview p {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #707070;
}
.caseBox .telMedMobile .full-view .video-preview .mode-icon {
  height: 40px;
  margin-bottom: 10px;
}
.caseBox .telMedMobile .full-view .t-foot {
  padding: 20px 10px;
  text-align: center;
}
.caseBox .telMedMobile .careButton {
  display: inline-block;
}

.scheduler-header-row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.scheduler-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: center;
}

.scheduler-cancel-patient{
  display: none;
}

.patient-info{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-start;
}

.scheduler-search-box{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-start;
}

.info-notification {
  width: 100%;
  height: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.info-notification-text {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;  
  margin-left: 51px;
}
.info-notification-text p {
  padding-left:10px;
  display: inline;
}
.info-notification-ok {
  background: #3E7BFA;
}
.info-notification-error {
  background: #FF3B3B;
}

#apptScheduler_Patient {
  width: 50%;
}

.patient-email-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 624px) and (max-width: 768px){
  .appointment-scheduler .schedule-content .date-box {
    width: 7% !important;
  }
  .appointment-scheduler .p-0 {
    display: block !important;
  }
  .appointment-scheduler .slots-content .timeslot-container {
    max-width:13% !important;
  }
}
@media (min-width: 425px) and (max-width: 624px){
  .appointment-scheduler .schedule-content .date-box {
    width: 33% !important;
  }
}
@media (min-width: 375px) and (max-width: 624px){
  .appointment-scheduler .schedule-content .date-box {
    width: 40% !important;
  }
  .appointment-scheduler .slots-content .timeslot-container {
    width: 35% !important;
  }
  .appointment-scheduler .slots-content .timeslot-container {
    padding: 12px 4px 12px 2px !important;
  }
}
@media (min-width: 375px) and (max-width: 439px){
  .appointment-scheduler .ml-5 {
    margin-left: 0rem !important;
  }
}
@media screen and (max-width: 768px) {
  .caseBox .telMedMobile .full-view .t-head {
    width: 300px;
    margin: 0 auto;
  }
  .appointment-scheduler .info-content {
    padding: 20px;
  }
  .appointment-scheduler .name {
    font-size: 16px;
  }
  .appointment-scheduler .info-content {
    padding: 20px 0px 0px 30px;
  }
  .appointment-scheduler .slots-content .timeslot-container {
    padding: 12px 4px 12px 2px !important;
    width: 38%
  }
  .appointment-scheduler .schedule-content .date-box {
    width: 25%;
  }
  .days-holder {
    display: flex;
  }
  .info-notification-text {
    margin-left: 0;
  }
  .info-notification-text .fal {
    font-size: 16px;
  }
  .info-notification {
    height: auto !important;
  }
  .info-notification-error {
    padding: 10px;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .info-notification-text p {
    margin-bottom: 0;
  }
}

/* telmed Screen end */