@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.box_shadow_forty_percent_black, #promo-code-admin .custom-border {
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.04);
}

body {
  font-family: "Roboto", sans-serif !important;
}

/** 
 * new registration flow design
 */
.newLoginPage {
  background-image: url("../../images/front/bg-reg-image-personal-info-image.jpg");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
.newLoginPage .loginPageBox {
  max-height: 600px;
}
@media (max-width: 768px) {
  .newLoginPage .newLoginDiv {
    max-width: 100% !important;
  }
}
.newLoginPage .newLoginDiv {
  max-width: 1029px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.newLoginPage .newLoginDiv h3 {
  font-size: 26px;
  font-weight: 400;
  color: #444445;
}
.newLoginPage .newLoginDiv h4 {
  font-size: 20px;
  font-weight: 500;
  color: #444445;
}
.newLoginPage .newLoginDiv p,
.newLoginPage .newLoginDiv a {
  font-size: 15px;
  font-weight: 400;
  color: #737475;
  margin: 0px;
}
.newLoginPage .newLoginDiv label {
  font-size: 12px;
  font-weight: 400;
  color: #454546;
  margin-bottom: 5px;
}
.newLoginPage .newLoginDiv .newLoginLeft {
  background-image: url("../../images/front/reg-doctor-left-panel-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.newLoginPage .newLoginDiv .countryCodeField .intl-tel-input .flag-container,
.newLoginPage .newLoginDiv .inputHeight {
  height: 42px !important;
}
.newLoginPage .newLoginDiv .bootstrap-select .dropdown-toggle,
.newLoginPage .newLoginDiv .input-group .bootstrap-select .dropdown-toggle {
  border: 1px solid #cfd0d1 !important;
  border-radius: 4px !important;
}
.newLoginPage .newLoginDiv input {
  background-color: #f6f7f8;
  color: #454546;
}
.newLoginPage .newLoginDiv input:focus {
  background-color: rgba(79, 174, 89, 0.2) !important;
  border-color: #4fae59 !important;
}
.newLoginPage .newLoginDiv .intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background: none;
}
.newLoginPage .newLoginDiv .inputHeight {
  height: 42px !important;
}
.newLoginPage .newLoginDiv .iti-flag {
  border-radius: 50%;
  height: 20px !important;
  background-position-y: 3px !important;
}
.newLoginPage .newLoginDiv .mobileNumberInput {
  padding-left: 85px;
}
.newLoginPage .newLoginDiv .clinicSuggestedName span {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Muli-SemiBold";
  background-color: #f6f7f8;
  color: #454546;
  margin: 12px 12px 0 0;
  float: left;
}
.newLoginPage .newLoginDiv .clinicSuggestedName .clinicLink {
  font-size: 26px;
  font-weight: 300;
}
.newLoginPage .newLoginDiv .progressBar {
  background-color: #cfd0d1;
  width: 10px;
  height: 2px;
  margin-left: 4px;
  margin-top: 10px;
  border-radius: 4px;
}
.newLoginPage .newLoginDiv .progressBar.active {
  width: 21px !important;
  background-color: #454546 !important;
}
.newLoginPage .newLoginDiv .uploadDocumentDiv {
  padding: 12px;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
.newLoginPage .newLoginDiv .uploadDocumentDiv .uploadDoc,
.newLoginPage .newLoginDiv .uploadDocumentDiv .afterUploadDoc {
  border: 1px dashed #eaeae9;
  border-radius: 4px;
}
.newLoginPage .newLoginDiv .uploadDocumentDiv .afterUploadIcons {
  font-size: 12px;
  font-weight: 500;
  color: #4fae59;
}
.newLoginPage .newLoginDiv .uploadDocumentDiv #previewDocumentText {
  color: color-dark-grey100;
}
.newLoginPage .newLoginDiv .border {
  border-color: #cfd0d1 !important;
}
.newLoginPage .newLoginDiv .searchBox {
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 768px) {
  .newLoginPage .newLoginDiv .searchBox {
    border-bottom: 0px;
  }
}
.newLoginPage .newLoginDiv .searchBox img {
  padding: 12px;
}
.newLoginPage .newLoginDiv .searchBox input {
  background-color: #ffffff !important;
}
.newLoginPage .newLoginDiv .specialities {
  height: 441px;
  overflow: auto;
}
@media (max-width: 768px) {
  .newLoginPage .newLoginDiv .specialities {
    height: 100%;
  }
}
.newLoginPage .newLoginDiv .specialities p {
  color: #000000;
}
.newLoginPage .newLoginDiv .specialities .countryCheckImg {
  display: none;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.newLoginPage .newLoginDiv .specialities input:checked ~ .countryCheckImg {
  display: block;
}
.newLoginPage .newLoginDiv .specialities input:checked ~ .specialityCheckDiv {
  background-color: rgba(79, 174, 89, 0.2);
}
.newLoginPage .newLoginDiv button[type=submit] {
  font-size: 16px;
  font-weight: 700;
  font-family: "Muli-Bold";
}
.newLoginPage .newLoginDiv .testimonial .testimonialImage img {
  max-width: 48px;
  border-radius: 50%;
}
.newLoginPage .newLoginDiv .testimonial .testimonialContent .testimonialName {
  font-family: "Muli-Regular" !important;
  font-size: 14px;
  font-weight: 400;
  color: #e6e6ea !important;
}
.newLoginPage .newLoginDiv .testimonial .testimonialContent .testimonialSpec {
  font-family: "Muli-Regular";
  font-size: 12px;
  font-weight: 400;
  color: #b3b4bf;
}
.newLoginPage .newLoginDiv .custom-placeholder .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner,
.newLoginPage .newLoginDiv .input-group .bootstrap-select .dropdown-toggle.bs-placeholder .filter-option-inner-inner {
  color: #A1A1A2 !important;
}
.newLoginPage .selectCountry {
  height: 600px !important;
}
@media (max-width: 768px) {
  .newLoginPage .selectCountry .countryCheckImg {
    display: none;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    right: 5px;
  }
}
.newLoginPage .selectCountry .countryCheckImg {
  display: none;
  top: 5px;
  right: 5px;
}
.newLoginPage .selectCountry input:checked ~ .countryCheckImg {
  display: block;
}

.bg-grey {
  background: #f6f7f8 !important;
}

.color-red {
  color: #F83147 !important;
}

/** 
 * For OTP verification page design
 */
.otpVerification .otpFields .otpBorder {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  border-bottom: 2px solid rgba(115, 116, 117, 0.3411764706) !important;
  max-width: 55px !important;
  border-radius: 0px !important;
  margin-right: 20px;
}
.otpVerification .otpFieldsError #otp_box_1,
.otpVerification .otpFieldsError #otp_box_2,
.otpVerification .otpFieldsError #otp_box_3,
.otpVerification .otpFieldsError #otp_box_4 {
  border-bottom-color: #F83147 !important;
}
.otpVerification .otpVerification__topImage::after {
  background-image: linear-gradient(to bottom, rgba(16, 15, 23, 0.26) 25%, #100f17);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
}
.otpVerification .dc-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.otpVerification .color-737475 {
  color: #737475 !important;
}
.otpVerification .color-a0a0a1 {
  color: #a0a0a1;
}
.otpVerification .font-12-normal {
  font-size: 12px;
  font-weight: 400;
}
.otpVerification .font-15-normal {
  font-size: 15px;
  font-weight: 400;
}
.otpVerification .font-15-500 {
  font-size: 15px;
  font-weight: 500;
}
.otpVerification .privacyPolicy {
  font-size: 12px !important;
}

.changeNumber p {
  font-size: 26px;
  font-weight: 400;
  color: #444445;
}
.changeNumber label {
  font-size: 12px;
  font-weight: 400;
  color: #454546;
}

/** 
 * custom gender design 
 */
.genderRadioButton label {
  margin: 0;
}
.genderRadioButton label span {
  width: 48px;
  height: 48px;
  border: solid 1px #cfd0d1;
  border-radius: 50%;
}
.genderRadioButton label span .genderCheckImage {
  display: none;
  right: -8px;
  top: 0;
}
.genderRadioButton input:checked ~ label p {
  color: #4fae59;
}
.genderRadioButton input:checked ~ label span {
  border: solid 1px #4fae59;
}
.genderRadioButton input:checked ~ label span .genderCheckImage {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

.text-grey-100 {
  color: #c8c3c1 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.dashboardTags p {
  font-size: 18px;
  font-weight: 500;
  color: #444445;
}
.dashboardTags span {
  color: #444445;
}
.dashboardTags img {
  max-width: 40px;
  height: 40px;
}
.dashboardTags .congratulate {
  background-color: #454546;
}
.dashboardTags .congratulate p {
  color: #ffffff;
}
.dashboardTags .congratulate span {
  color: #ffffff;
}
.dashboardTags .verification_tag {
  background-color: rgba(252, 220, 212, 0.9803921569);
}
.dashboardTags .signature_tag {
  background-color: #f7e8da;
}
.dashboardTags .signature_tag span {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}
.dashboardTags .rejection_tag {
  background-color: rgba(239, 56, 76, 0.1490196078);
}
.dashboardTags .reject-text {
  font-size: 14px;
  font-weight: normal;
  color: #444445;
}

#confettis {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.confetti {
  left: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  transform-origin: left top;
  animation: confetti 5s ease-in-out -2s infinite;
}

@keyframes confetti {
  0% {
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
  }
  100% {
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
  }
}
.confetti:nth-child(1) {
  left: 4%;
  animation-delay: 0;
  background-color: #F83147;
}

.confetti:nth-child(2) {
  left: 8%;
  animation-delay: -5s;
  background-color: #8257e6;
}

.confetti:nth-child(3) {
  left: 12%;
  animation-delay: -3s;
  background-color: #f58c2a;
}

.confetti:nth-child(4) {
  left: 16%;
  animation-delay: -2.5s;
  background-color: #fe5d7a;
}

.confetti:nth-child(5) {
  left: 20%;
  animation-delay: -4s;
  background-color: #4fae59;
}

.confetti:nth-child(6) {
  left: 24%;
  animation-delay: -6s;
  background-color: #f6e327;
}

.confetti:nth-child(7) {
  left: 28%;
  animation-delay: -1.5s;
  background-color: #f9c4ea;
}

.confetti:nth-child(8) {
  left: 32%;
  animation-delay: -2s;
  background-color: #4fae59;
}

.confetti:nth-child(9) {
  left: 36%;
  animation-delay: -3.5s;
  background-color: #007de7;
}

.confetti:nth-child(10) {
  left: 40%;
  animation-delay: -2.5s;
  background-color: #f58c2a;
}

.confetti:nth-child(11) {
  left: 44%;
  animation-delay: -1.5s;
  background-color: #f58c2a;
}

.confetti:nth-child(12) {
  left: 48%;
  animation-delay: -4.5s;
  background-color: #f9c4ea;
}

.confetti:nth-child(13) {
  left: 52%;
  animation-delay: -2.5s;
  background-color: #F83147;
}

.confetti:nth-child(14) {
  left: 56%;
  animation-delay: -2s;
  background-color: #4fae59;
}

.confetti:nth-child(15) {
  left: 60%;
  animation-delay: -1s;
  background-color: #f9c4ea;
}

.confetti:nth-child(16) {
  left: 64%;
  animation-delay: -3s;
  background-color: #F83147;
}

.confetti:nth-child(17) {
  left: 68%;
  animation-delay: -4s;
  background-color: #4fae59;
}

.confetti:nth-child(18) {
  left: 72%;
  animation-delay: -0.5s;
  background-color: #fe5d7a;
}

.confetti:nth-child(19) {
  left: 76%;
  animation-delay: -3.5s;
  background-color: #8257e6;
}

.confetti:nth-child(20) {
  left: 80%;
  animation-delay: -2s;
  background-color: #f9c4ea;
}

.confetti:nth-child(21) {
  left: 84%;
  animation-delay: -2.5s;
  background-color: #F83147;
}

.confetti:nth-child(22) {
  left: 88%;
  animation-delay: -1.5s;
  background-color: #4fae59;
}

.confetti:nth-child(23) {
  left: 92%;
  animation-delay: -3.5s;
  background-color: #fe5d7a;
}

.confetti:nth-child(24) {
  left: 96%;
  animation-delay: -2s;
  background-color: #007de7;
}

.confetti:nth-child(25) {
  left: 100%;
  animation-delay: -2.5s;
  background-color: #8257e6;
}

.closeCongratulationTag {
  z-index: 12;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(115, 116, 117, 0.3411764706) !important;
}

.chatBox {
  bottom: 18% !important;
}

@media (max-width: 576px) {
  .clinical-notes {
    top: 27% !important;
    left: 2%;
  }
}
.Next-Availabile-on {
  color: #737475;
  font-size: 75%;
  font-weight: 600;
}

.next-slot {
  font-size: 90%;
}

.doctorListLanding .Next-Availabile-on {
  font-size: 12px;
}

.disable_appoint {
  pointer-events: none;
}

.width-40,
.box-40 {
  width: 40px !important;
}

.height-40,
.box-40 {
  height: 40px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.community-navbar {
  color: #454546;
  font-size: 16px;
  font-weight: 600;
  font-family: "Muli-Regular";
  border-radius: 4px;
}

.doctor-create-post {
  background-color: #ee3b4c !important;
  border-color: #ee3b4c !important;
}

.doctor-community-invite-patient {
  border-radius: 4px;
  border: solid 1px #4fae59;
  background-color: #4fae59;
  color: #ffffff;
  padding: 5px 10px;
}

.community-block-wrapper {
  border-radius: 4px;
}

.community-banner {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.doctor-community-title {
  font-size: 20px;
  color: #000000;
  font-family: "Muli-Regular";
  font-weight: bold;
}

.doctor-community-member {
  font-size: 14px;
  color: #666666;
}

.doctor-community-about {
  font-size: 16px;
  font-weight: bold;
  color: #454546;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #cfd0d1;
}

.doctor-community-description {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
}

.doctor-community-member-heading {
  font-size: 16px;
  font-weight: bold;
  color: #454546;
}

.upload-doctor-community {
  background-color: #f6f7f8;
  height: 75% !important;
  border: 2px dashed #cfd0d1 !important;
}

#uploadImgIcon_new {
  color: #666666;
}

.add-image {
  border-radius: 4px;
  border: solid 1px #4fae59;
  background-color: #ffffff;
  color: #4fae59;
  padding: 5px;
}

.dropdown_arrow {
  z-index: 2;
  position: absolute;
  right: 0.15vw;
  top: 10px;
  height: 38px;
  width: 20px;
}

.doctor-create-community-icon {
  position: relative;
  bottom: 4px;
}

.custom-radio input:checked ~ label,
.custom-checkbox input:checked ~ label {
  font-weight: bold !important;
  color: #454546 !important;
}

.doctor-community-form-focus:focus {
  border-radius: 2px !important;
  border: solid 1px #737475 !important;
}

.doctor-member-view-all {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #cfd0d1;
}

.doctor-member-view-all a,
.doctor-member-view-all a:hover,
.doctor-member-view-all-responsive a,
doctor-member-view-all-responsive a:hover {
  font-size: 16px;
  font-weight: bold;
  color: #4fae59;
}

.doctor-member-speciality {
  font-size: 12px;
  color: #737374;
}

.doctor-community-responsive-about {
  font-size: 16px;
  font-weight: bold;
  color: #454546;
}

.down-arrow-community-responsive {
  position: absolute;
  right: 15px;
  bottom: 18px;
}

.community-popup-checkbox {
  border: 2px solid #69c72a;
  padding: 9px !important;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  height: 9px;
}

.community-popup-checkbox:checked {
  background-color: #69c72a;
  border: 2px solid #69c72a;
  color: #69c72a;
}

.community-popup-checkbox:checked:after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #ffffff;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mobile-responsive-about {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

/**
 * browse community
 */
.browseMainDiv {
  max-width: 810px;
}
.browseMainDiv .browseCommunityMainHeading {
  font-size: 16px;
  font-weight: 700;
  font-family: "Muli-Bold";
  color: #000000;
}
.browseMainDiv .browseCommunityHeading {
  font-size: 18px;
  font-weight: 700;
  font-family: "Muli-Bold";
  color: #000000;
}
.browseMainDiv .browseCommunityListMember {
  font-size: 12px;
  font-weight: 500;
  font-family: "Muli-SemiBold";
  color: #666666;
}
.browseMainDiv .communityUnfollow {
  font-size: 14px;
  font-weight: 700;
}
.browseMainDiv #browseCommunityList .browseCommunityListImage {
  height: 176px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.browseMainDiv .inviteCode {
  background: #FFF3F5 url("../../images/patient/invite_code_bg.png") no-repeat;
  padding: 10px 25px;
  width: 460px;
  max-width: 100%;
  background-position: right center;
}
.browseMainDiv .inviteCode .btn-outline-danger {
  min-width: 140px;
  margin-left: 15px;
  font-size: 14px;
  border-radius: 4px;
}
.browseMainDiv .inviteCode input {
  height: 36px;
  font-family: "Muli-Bold";
  color: #F83147;
  font-size: 14px;
  font-weight: 700;
}

.max-width-743 {
  max-width: 743px !important;
}

.postDesc {
  font-size: 16px;
}

.dropdown-toggle:after {
  display: none !important;
}

/**
 * invite member form
 */
#inviteMembersForm .modal-header h5 {
  font-size: 15px;
  font-weight: 700;
  font-family: "Muli-Bold";
  color: #454546;
}
#inviteMembersForm label {
  font-size: 12px;
  font-weight: 500;
  font-family: "Muli-SemiBold";
  color: #454546;
  margin-bottom: 3px;
}
#inviteMembersForm .custom-radio .custom-control-label::after {
  display: none;
}
#inviteMembersForm .custom-radio input:checked ~ .custom-control-label {
  font-family: "Muli-Bold";
}
#inviteMembersForm .custom-radio input:checked ~ .custom-control-label::after {
  display: block;
}

.webinarList .webinarListBy {
  font-size: 12px;
  font-weight: 500;
  color: #737475;
}
.webinarList .post__bottom .action a {
  font-size: 14px !important;
}
.webinarList .webinarHeading {
  font-size: 14px;
  font-weight: 500;
  font-family: "Muli-Bold";
}
.webinarList .feedSpeciality {
  font-size: 12px;
  font-weight: 500;
  font-family: "Muli-Regular";
  color: #737475;
}
.webinarList .feedDoctorName {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.webinarList .postDesc {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  font-family: "Muli-Regular";
}
.webinarList .post__middle,
.webinarList .webinar_between_top {
  background-color: #f6f7f8;
}
.webinarList .post__middle img,
.webinarList .post__middle video,
.webinarList .webinar_between_top img,
.webinarList .webinar_between_top video {
  height: 304px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.font-weight-bold {
  font-family: "Muli-Bold" !important;
}

.fnt-size18px {
  font-size: 18px !important;
}

.fnt-size12px {
  font-size: 12px !important;
}

.text-black {
  color: #000000;
}

.disable_appoint {
  pointer-events: none;
}

.webinarDetail .webinar_between {
  border-top: 1px solid #d1d1d1 !important;
  border-bottom: 1px solid #d1d1d1 !important;
}
.webinarDetail .upcoming_tag {
  width: fit-content;
  width: -moz-fit-content;
  height: 18px;
  gap: 4px;
  padding: 1.5px 8px;
  border-radius: 10px;
  background-color: rgba(245, 140, 42, 0.2);
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #f58c2a;
}
.webinarDetail .upcoming_tag_ellispe {
  width: 3px;
  height: 3px;
  flex-grow: 0;
  background-color: #f58c2a;
  border-radius: 60%;
}
.webinarDetail .past_tag {
  width: fit-content;
  width: -moz-fit-content;
  height: 18px;
  gap: 4px;
  padding: 1.5px 8px;
  border-radius: 10px;
  background-color: #a0a0a1;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
}
.webinarDetail .past_tag_ellispe {
  width: 3px;
  height: 3px;
  flex-grow: 0;
  background-color: #ffffff;
  border-radius: 60%;
}
.webinarDetail .live_tag {
  width: fit-content;
  width: -moz-fit-content;
  height: 18px;
  gap: 4px;
  padding: 1.5px 8px;
  border-radius: 10px;
  background-color: #EF384C;
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
}
.webinarDetail .live_tag_ellispe {
  width: 3px;
  height: 3px;
  flex-grow: 0;
  background-color: #ffffff;
  border-radius: 60%;
}
.webinarDetail .webinar_desc_bottom {
  border-top: 1px solid #dee2e6 !important;
}
.webinarDetail .webinar_desc_icons {
  border-top: 1px solid #dee2e6 !important;
}
.webinarDetail .action .like.active i {
  color: #EF384C;
}
.webinarDetail .webinar_desc_icons a {
  font-size: 18px;
  color: #A1A1A2 !important;
}
.webinarDetail .webinar_desc_icons a i {
  margin-right: 20px;
  font-size: 18px;
}
.webinarDetail .webinar_desc_icons a:hover i {
  color: #EF384C;
}
.webinarDetail .webinar_desc_icons a.active i {
  color: #EF384C;
}
.webinarDetail .webinar_desc_icons .like.active i {
  color: #EF384C;
}
.webinarDetail .webinar_h6 {
  font-size: 14px;
  font-weight: 600;
  color: #737374;
}
.webinarDetail .webinar_title,
.webinarDetail .webinar_title:hover {
  text-decoration: none;
  color: #000000;
}
.webinarDetail .webinar_comment_input {
  opacity: 0.5 !important;
  border-radius: 50px !important;
  border: solid 1px #A1A1A2 !important;
  background-color: rgba(196, 196, 196, 0.2) !important;
}
.webinarDetail .webinar_comment_input {
  height: 45px;
}
.webinarDetail .comment_disabled {
  pointer-events: none !important;
  opacity: 0.6 !important;
}
.webinarDetail .registered {
  pointer-events: none !important;
  background-color: #A1A1A2 !important;
  color: #ffffff !important;
}
.webinarDetail .comment_profile {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}
.webinarDetail .webinar_font3 {
  font-size: 14px;
  font-weight: bold;
}
.webinarDetail .webinar_font1 {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .webinarDetail .webinar_desc_icons a {
    font-size: 14px;
    color: #A1A1A2;
  }
  .webinarDetail .webinar_desc_icons a i {
    margin-right: 15px;
    font-size: 14px;
  }
  .webinarDetail .webinar_font3 {
    font-size: 12px;
    font-weight: bold;
  }
  .webinarDetail .webinar_font1 {
    font-size: 16px;
    font-weight: bold;
  }
  .webinarDetail .webinar_h6 {
    font-size: 12px;
    font-weight: 600;
    color: #737374;
  }
}
.webinarDetail .browser_error {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: #A1A1A2;
  position: relative;
  z-index: 1;
  top: -20vh;
  opacity: 0;
  width: 260px;
  height: 50px;
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webinarDetail .live_scroll {
  overflow-x: hidden;
  height: 87%;
}
.webinarDetail .live_comment_heading {
  font-weight: bold;
  color: #000000 !important;
}
.webinarDetail .community_modal_heading {
  font-family: "Muli-Regular";
  font-size: 14px;
  font-weight: 800;
  color: #444445;
}
.webinarDetail .input-join-community {
  border-radius: 4px;
  border: solid 1px #cfd0d1;
  padding: 12px;
}
.webinarDetail .full_topbar {
  flex-grow: 0;
  height: 66px;
  background-color: #000000;
  z-index: 2;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.webinarDetail .open_live_comment {
  width: 14%;
  height: 67%;
  flex-grow: 0;
  padding: 9px 12px 10px;
  border-radius: 5px;
  background-color: #000000;
  cursor: pointer;
  font-family: "Muli-Regular";
  font-size: 100%;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 0.7%;
  margin-right: 5%;
}
.webinarDetail .dot {
  height: 7px;
  width: 7px;
  background-color: #ffffff;
  border-radius: 50%;
}
.webinarDetail .live_text {
  flex-grow: 0;
  padding: 6px 4px 6px 4px;
  background-color: #e40046;
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
  width: 33%;
}
.webinarDetail .live_status {
  width: 56px;
  height: 30px;
  padding-left: 6px;
  width: 22px;
  height: 18px;
  font-family: "Muli-Regular";
  font-size: 11px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: left;
  color: #ffffff;
}
.webinarDetail .total_room_count {
  flex-grow: 0;
  background-color: #000000;
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
  opacity: 0.5;
  padding-right: 6%;
}
.webinarDetail .topbar_title {
  font-family: "Muli-Regular";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: #ffffff;
  font-size: 140%;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 40%;
  padding-left: 1%;
  padding-top: 1%;
}
.webinarDetail .side_live_chats {
  width: 29%;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  position: relative;
  left: 71%;
  z-index: 3;
}
.webinarDetail .live_romm_count {
  margin-right: 21%;
  width: 7%;
  height: 65%;
}
.webinarDetail .side_heading {
  font-family: "Muli-Regular";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: left;
  color: #000000;
  margin-top: 6px;
}
.webinarDetail .comment_box {
  height: 86%;
}
.webinarDetail .side_cancel {
  position: absolute;
  left: 90%;
  top: 1.5%;
  cursor: pointer;
}
.webinarDetail .live_eye {
  width: 22px;
  height: 23px;
  margin-right: 3%;
}
.webinarDetail .text_live {
  font-family: "Muli-Regular";
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: left;
  color: #ffffff;
  margin-left: 8%;
}
.webinarDetail .count_style {
  font-family: "Muli-Regular";
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: left;
  color: #ffffff;
}
.webinarDetail .overlay-show {
  top: 0;
}
@media (max-width: 992px) {
  .webinarDetail .bubble_text {
    display: none;
  }
  .webinarDetail .live_text {
    width: auto;
  }
  .webinarDetail .open_live_comment {
    width: auto;
    margin-right: 2%;
    margin-top: 2%;
  }
  .webinarDetail .topbar_title {
    padding-top: 2%;
    padding-left: 3%;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  .webinarDetail .live_scroll {
    height: 67%;
  }
}
.webinarDetail .community-popup-header {
  border-bottom: 1px solid #dee2e6 !important;
}

.doctorDetail__right .dateSlot li.today-active .date {
  color: #808080 !important;
}

.dashboardClinicLinkBox .digitalClinicLinkBox {
  background-color: #dde6f9;
}
@media (min-width: 768px) {
  .dashboardClinicLinkBox .font-responsive-18-15 {
    font-size: 18px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .dashboardClinicLinkBox .font-responsive-18-15 {
    font-size: 15px;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .dashboardClinicLinkBox .font-responsive-14-12 {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .dashboardClinicLinkBox .font-responsive-14-12 {
    font-size: 12px;
    font-weight: 400;
  }
}
.dashboardClinicLinkBox .seperator span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 12px;
  color: #a0a0a1;
  z-index: 2;
}
.dashboardClinicLinkBox .seperator:after {
  content: "";
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 50%;
  border-right: 1px solid #d1d1d1;
  z-index: 1;
}
@media (max-width: 767px) {
  .dashboardClinicLinkBox .seperator:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    margin-left: 10px;
    border-top: 1px solid #d1d1d1;
  }
}
.dashboardClinicLinkBox .dialimage {
  max-width: 28px;
  max-height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboardClinicLinkBox .logoimage {
  max-width: 24px;
  max-height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.dashboardClinicLinkBox .arrowimage {
  max-width: 12px;
  max-height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .dashboardClinicLinkBox .dialPatientBtn,
  .dashboardClinicLinkBox .inviteMemberBtn {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .dashboardClinicLinkBox .dialPatientBtn,
  .dashboardClinicLinkBox .inviteMemberBtn {
    height: 38px;
  }
}
.dashboardClinicLinkBox .text-grey {
  color: #444445;
}
.dashboardClinicLinkBox .dashboardClinicLinkImage {
  position: absolute;
  right: -1em;
  bottom: -1em;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .dashboardClinicLinkBox .dashboardClinicLinkImage {
    max-width: 196px;
    max-height: 196px;
  }
}
@media (max-width: 767px) {
  .dashboardClinicLinkBox .dashboardClinicLinkImage {
    max-width: 112px;
    max-height: 112px;
  }
}
.dashboardClinicLinkBox .dropdown {
  z-index: 3;
}
.dashboardClinicLinkBox .dropdown .dropdown-item:active {
  background-color: #737475;
}

.dialPatientModal .sendInviteBtn:disabled {
  background-color: #737475;
  border-color: #737475;
}

@media (min-width: 768px) {
  .dialPatientSuccessModal .dash-after-image:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    margin-left: 10px;
    border-top: 2px dashed #cfd0d1;
  }
}
@media (max-width: 767px) {
  .dialPatientSuccessModal .dash-after-image:after {
    content: "";
    position: absolute;
    top: 0rem;
    bottom: 0rem;
    left: 50%;
    border-right: 2px dashed #cfd0d1;
    z-index: 1;
  }
}

.report_blocks {
  width: 24%;
  height: 86px;
  flex-grow: 0;
  margin: 24px 10px 21px 0;
  padding: 16px 12px 10px 20px;
  border-radius: 2px;
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}

.report_block_title {
  flex-grow: 0;
  font-family: "Muli-Regular";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}

.report_block_data {
  flex-grow: 0;
  font-family: "Muli-Regular";
  font-size: 22px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.88px;
  text-align: left;
  color: #000000;
}

.report_doc_col {
  font-family: "Muli-Regular";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  border-radius: 4px;
  background-color: #eaf9e7;
  position: relative;
}

.report_patient_col {
  font-family: "Muli-Regular";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  position: relative;
  border-radius: 4px;
  background: #fff4e0;
}

.report_doc {
  color: #4FAF59 !important;
  z-index: 1;
}

.report_patient {
  color: #fa8c16 !important;
  position: relative;
  z-index: 1;
}

.block_img {
  width: 50px;
  height: 50px;
  flex-grow: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.block_detail {
  width: 75%;
}

.download_receipt {
  border-color: #d1d1d1 !important;
  color: #4fae59 !important;
}
.download_receipt img {
  width: 7% !important;
}

.download_transaction_receipt {
  border-color: #d1d1d1 !important;
  color: #4fae59 !important;
}
.download_transaction_receipt img {
  width: 15% !important;
}

.pharma-details-admin .block-title,
.manage-user-admin .block-title {
  color: #474747;
  font-size: 18px;
  font-weight: 900;
  font-family: "Muli-Regular";
}
.pharma-details-admin .column-heading,
.manage-user-admin .column-heading {
  color: #737475;
  font-size: 12px;
  font-weight: 600;
  font-family: "Muli-Regular";
}
.pharma-details-admin .s_no,
.manage-user-admin .s_no {
  width: 15%;
}
.pharma-details-admin .icon-bar,
.manage-user-admin .icon-bar {
  font-size: 6px;
  color: #A1A1A2;
}
.pharma-details-admin .custom-box-shadow,
.manage-user-admin .custom-box-shadow {
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.04);
}
.pharma-details-admin .pharma-store-block,
.manage-user-admin .pharma-store-block {
  max-height: 572px;
}
.pharma-details-admin .pharma-block,
.pharma-details-admin .country-block,
.manage-user-admin .pharma-block,
.manage-user-admin .country-block {
  max-height: 278px;
}
.pharma-details-admin .border-bottom-custom,
.manage-user-admin .border-bottom-custom {
  border-bottom: 1px solid #f1f1f1 !important;
}
.pharma-details-admin .popup-title,
.manage-user-admin .popup-title {
  color: #444445;
  font-size: 14px;
  font-weight: 800;
}

.pharma-wrapper svg .pharma-sidebar-logo {
  fill: #737374;
}
.pharma-wrapper:hover svg .pharma-sidebar-logo {
  fill: #4FAF59 !important;
}

.manage-user-admin .column-title {
  color: #222529;
  font-size: 11px;
  font-weight: 600;
  font-family: "Muli-Regular";
}
.manage-user-admin .list-item {
  color: #454546;
  font-size: 15px;
  font-weight: 600;
  font-family: "Muli-Regular";
}
.manage-user-admin .align-radio {
  margin-top: 2px;
}
.manage-user-admin .form-check-input:checked {
  background-color: #EF384C;
  border-color: #EF384C;
}
.manage-user-admin .form-check-input:focus {
  box-shadow: none;
}

.manage-user-wrapper svg .manage-user-sidebar-logo {
  fill: #737374;
}
.manage-user-wrapper:hover svg .manage-user-sidebar-logo {
  fill: #4FAF59 !important;
}

/**
 * editable doctor details
 */
.patientDetail .updateDetailsEditButton {
  font-size: 12px;
  font-weight: 500;
  color: #666666;
}
.patientDetail .signature_image {
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.patientDetail .clinicSuggestedName span {
  padding: 3px 12px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #f8f9fa;
  margin-top: 10px !important;
  margin-right: 10px !important;
  float: left;
  display: block;
}
.patientDetail .digital_clinic_name_box {
  background-color: #f6f7f8;
}
.patientDetail .digital_clinic_name_box span {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.patientDetail .digital_clinic_name_box span #generatedcliniclink {
  color: #EF384C;
}
.patientDetail #updatePersionalDetails p,
.patientDetail #updateProfessionalDetails p,
.patientDetail #professionalDetails p,
.patientDetail #persionalDetails p {
  font-size: 14px;
  font-weight: 600;
}
.patientDetail #updatePersionalDetails .editProfilePic,
.patientDetail #updateProfessionalDetails .editProfilePic,
.patientDetail #professionalDetails .editProfilePic,
.patientDetail #persionalDetails .editProfilePic {
  right: 2px;
  bottom: 3px;
}
.patientDetail #updatePersionalDetails span,
.patientDetail #updateProfessionalDetails span,
.patientDetail #professionalDetails span,
.patientDetail #persionalDetails span {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.patientDetail #updatePersionalDetails .attachedDocument .mediaFile,
.patientDetail #updateProfessionalDetails .attachedDocument .mediaFile,
.patientDetail #professionalDetails .attachedDocument .mediaFile,
.patientDetail #persionalDetails .attachedDocument .mediaFile {
  padding: 7px 8px;
  border-radius: 4px;
  background-color: #f8f9fa;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}
.patientDetail #updatePersionalDetails label,
.patientDetail #updateProfessionalDetails label,
.patientDetail #professionalDetails label,
.patientDetail #persionalDetails label {
  color: #000000;
}
.patientDetail #updatePersionalDetails input[type=text],
.patientDetail #updatePersionalDetails select,
.patientDetail #updateProfessionalDetails input[type=text],
.patientDetail #updateProfessionalDetails select,
.patientDetail #professionalDetails input[type=text],
.patientDetail #professionalDetails select,
.patientDetail #persionalDetails input[type=text],
.patientDetail #persionalDetails select {
  border-radius: 4px;
  width: 100%;
  border: solid 1px #d1d1d1;
  background-color: #f6f7f8;
  padding: 7px;
  margin-bottom: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.patientDetail #updatePersionalDetails input[type=text]:disabled,
.patientDetail #updatePersionalDetails select:disabled,
.patientDetail #updateProfessionalDetails input[type=text]:disabled,
.patientDetail #updateProfessionalDetails select:disabled,
.patientDetail #professionalDetails input[type=text]:disabled,
.patientDetail #professionalDetails select:disabled,
.patientDetail #persionalDetails input[type=text]:disabled,
.patientDetail #persionalDetails select:disabled {
  background-color: #d1d1d1 !important;
}
.patientDetail .dropdown-menu {
  height: 300px;
}

.font-size-12px {
  font-size: 12px;
  font-weight: 400;
}

.upload-signature {
  height: 130px;
  border: 2px dashed #737475;
  color: #4FAF59;
  transition: 0.5s;
  width: 25%;
}
@media (max-width: 768px) {
  .upload-signature {
    width: 94%;
  }
}
.upload-signature label {
  cursor: pointer;
}
.upload-signature label p {
  font-size: 16px;
  font-weight: 600;
  color: #51af5a;
}
.upload-signature label img {
  max-height: 90px;
}

.addSignatureModal p {
  font-size: 24px;
  font-weight: bold;
}
.addSignatureModal span {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.corporate-type-badge-text {
  color: #3fb1e5;
  font-size: 12px;
  font-weight: 400;
}

.corporate-badge {
  height: 24px;
  width: 79px;
  border-radius: 22px;
  border: solid 1px #3fb1e5;
  text-align: center;
  padding-top: 2px;
}

.corporate-tag-background {
  background-color: #f6f7f8;
}

.corporate-tag-div span {
  color: #454546;
  margin-right: 1px;
  font-size: 12px;
  font-weight: 400;
}
.corporate-tag-div p {
  color: #3fb1e5 !important;
}
.corporate-tag-div label {
  color: #3fb1e5;
}

.doctorAppointmentDetail .custom-box-shadow,
.patientAppointmentDetail .custom-box-shadow {
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.04);
}
.doctorAppointmentDetail .call-info,
.patientAppointmentDetail .call-info {
  background-color: #f8f9fa;
}
.doctorAppointmentDetail .custom-border1,
.patientAppointmentDetail .custom-border1 {
  border-bottom: 1px solid #d1d1d1;
}
.doctorAppointmentDetail .nav-pills .active,
.patientAppointmentDetail .nav-pills .active {
  background-color: #e5f3e6 !important;
  color: #4FAF59 !important;
}
.doctorAppointmentDetail .nav-pills .active .medical-record-icon,
.doctorAppointmentDetail .nav-pills .active .chat-icon,
.patientAppointmentDetail .nav-pills .active .medical-record-icon,
.patientAppointmentDetail .nav-pills .active .chat-icon {
  fill: #4FAF59;
}
.doctorAppointmentDetail .data-time-text,
.patientAppointmentDetail .data-time-text {
  color: #000000;
  font-size: 14px;
  font-family: "Muli-Regular";
}
.doctorAppointmentDetail .reason-text,
.doctorAppointmentDetail .doctor-name,
.patientAppointmentDetail .reason-text,
.patientAppointmentDetail .doctor-name {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  font-family: "Muli-Regular";
}
.doctorAppointmentDetail .feature-text,
.patientAppointmentDetail .feature-text {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  font-family: "Muli-Regular";
}
.doctorAppointmentDetail .option-text,
.doctorAppointmentDetail .status-text,
.doctorAppointmentDetail .view-button,
.doctorAppointmentDetail .community_text,
.patientAppointmentDetail .option-text,
.patientAppointmentDetail .status-text,
.patientAppointmentDetail .view-button,
.patientAppointmentDetail .community_text {
  color: #4FAF59;
  font-size: 14px;
  font-weight: bold;
  font-family: "Muli-Regular";
}
.doctorAppointmentDetail .dob-text,
.doctorAppointmentDetail .doctor-detail,
.patientAppointmentDetail .dob-text,
.patientAppointmentDetail .doctor-detail {
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  font-family: "Muli-Regular";
}
.doctorAppointmentDetail .consultation-type-text,
.doctorAppointmentDetail .status,
.patientAppointmentDetail .consultation-type-text,
.patientAppointmentDetail .status {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  font-family: "Muli-Regular";
}
.doctorAppointmentDetail .medical-record-topbar,
.patientAppointmentDetail .medical-record-topbar {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  font-family: "Muli-Regular";
  background-color: #d1d1d1;
}
.doctorAppointmentDetail .no-docs-text,
.doctorAppointmentDetail .docs-text,
.patientAppointmentDetail .no-docs-text,
.patientAppointmentDetail .docs-text {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  font-family: "Muli-Regular";
}
.doctorAppointmentDetail .date,
.patientAppointmentDetail .date {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Muli-Regular";
}
.doctorAppointmentDetail .time,
.patientAppointmentDetail .time {
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  font-family: "Muli-Regular";
}
.doctorAppointmentDetail .medical-record-icon,
.doctorAppointmentDetail .chat-icon,
.patientAppointmentDetail .medical-record-icon,
.patientAppointmentDetail .chat-icon {
  fill: #666666;
}
.doctorAppointmentDetail .custom-border2,
.patientAppointmentDetail .custom-border2 {
  border: 1px solid #4FAF59;
}
.doctorAppointmentDetail .custom-border3,
.patientAppointmentDetail .custom-border3 {
  border-radius: 4px;
  border: solid 1px #d1d1d1;
}
.doctorAppointmentDetail .custom-border4,
.patientAppointmentDetail .custom-border4 {
  border: 1px solid #d1d1d1;
}
.doctorAppointmentDetail .heading,
.patientAppointmentDetail .heading {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  font-family: "Muli-Regular";
}
@media (max-width: 768px) {
  .doctorAppointmentDetail .heading,
  .patientAppointmentDetail .heading {
    font-size: 16px;
    font-weight: bold;
  }
}
.doctorAppointmentDetail .diagnosis-text,
.doctorAppointmentDetail .appointment-detail-title,
.patientAppointmentDetail .diagnosis-text,
.patientAppointmentDetail .appointment-detail-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  font-family: "Muli-Regular";
}
.doctorAppointmentDetail .pagination .active .page-link,
.patientAppointmentDetail .pagination .active .page-link {
  background-color: #666666 !important;
  border-radius: 15px;
}
.doctorAppointmentDetail .pagination .page-item .page-link,
.patientAppointmentDetail .pagination .page-item .page-link {
  color: #d1d1d1;
}
.doctorAppointmentDetail .pagination .page-item .page-link:hover,
.patientAppointmentDetail .pagination .page-item .page-link:hover {
  background-color: #666666;
  border-radius: 15px;
}
.doctorAppointmentDetail .pagination .page-item:not(:last-child),
.patientAppointmentDetail .pagination .page-item:not(:last-child) {
  margin-right: 2px;
}
.doctorAppointmentDetail .pagination .page-item:last-child .page-link:hover,
.doctorAppointmentDetail .pagination .page-item:first-child .page-link:hover,
.patientAppointmentDetail .pagination .page-item:last-child .page-link:hover,
.patientAppointmentDetail .pagination .page-item:first-child .page-link:hover {
  color: #666666;
}
.doctorAppointmentDetail .current_appointment_detail,
.patientAppointmentDetail .current_appointment_detail {
  background-color: #d1d1d1;
}
.doctorAppointmentDetail .mw-150,
.patientAppointmentDetail .mw-150 {
  min-width: 150px;
}
.doctorAppointmentDetail .mw-170,
.patientAppointmentDetail .mw-170 {
  min-width: 170px;
}
.doctorAppointmentDetail .mw-100,
.patientAppointmentDetail .mw-100 {
  min-width: 100px;
}
.doctorAppointmentDetail .mw-300,
.patientAppointmentDetail .mw-300 {
  min-width: 300px;
}
.doctorAppointmentDetail .community_image,
.patientAppointmentDetail .community_image {
  position: relative;
  bottom: 3px;
  width: 28px;
  height: 28px;
}
.doctorAppointmentDetail .doctor_profile_image,
.patientAppointmentDetail .doctor_profile_image {
  width: 56px;
  height: 56px;
}
.doctorAppointmentDetail .patient-profile-image,
.patientAppointmentDetail .patient-profile-image {
  height: 32px;
  width: 32px;
}
.doctorAppointmentDetail .custom-tooltip,
.patientAppointmentDetail .custom-tooltip {
  position: relative;
  display: inline-block;
}
.doctorAppointmentDetail .custom-tooltip .tooltiptext,
.patientAppointmentDetail .custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 230px;
  background-color: #EF384C;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 115%;
  left: 25%;
  margin-left: -60px;
}
.doctorAppointmentDetail .custom-tooltip .tooltiptext::after,
.patientAppointmentDetail .custom-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #EF384C transparent;
}
.doctorAppointmentDetail .custom-tooltip:hover .tooltiptext,
.patientAppointmentDetail .custom-tooltip:hover .tooltiptext {
  visibility: visible;
}

#createSchedule .avail-select .tooltiptext,
#editSchedule .avail-select .tooltiptext {
  left: -81px !important;
}

.disabledButton {
  background-color: #a0a0a1 !important;
  border-color: #a0a0a1 !important;
  pointer-events: none;
}

.admin-add-speciality-modal .Vector {
  width: 18px;
  height: 18px;
  margin: 15px 0 0px 7px;
  color: #4fae59;
}
.admin-add-speciality-modal .deleteImg_add {
  width: 18px;
  height: 18px;
  margin: 14px 0px 0px 11px;
  cursor: pointer;
}
.admin-add-speciality-modal .nameBorder {
  margin: 16px 0 7px;
  padding: 12px 2px 2px 12px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
}
.admin-add-speciality-modal .submit-button {
  width: 182px;
  height: 40px;
  flex-grow: 0;
  float: right;
  border-radius: 4px;
}
.admin-add-speciality-modal .dialogWidth {
  max-width: 800px !important;
}
.admin-add-speciality-modal .English {
  padding: 4px 12px 4px 5px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Muli-Regular";
  line-height: 1.5;
  text-align: left;
  color: #000000;
}

.teleconsultingIconRotate {
  transform: rotate(135deg);
}

.font-size-14px {
  font-size: 14px;
  font-weight: 700;
}

/**
 * chat screen
 **/
.patientAppointmentDetail .patientAppointmentDetail__community {
  background-color: #f8f9fa;
}

#chatbox .chatDate,
#chat-list .chatDate {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
#chatbox .chatDate span,
#chat-list .chatDate span {
  padding: 5px 12px;
  border-radius: 10px;
  border: solid 1px #d1d1d1;
  background-color: #f8f9fa;
  font-family: "Roboto", sans-serif;
}
#chatbox .chatTime,
#chat-list .chatTime {
  font-size: 10px;
  font-weight: 400;
  color: #737475;
}
#chatbox #message,
#chat-list #message {
  border-radius: 20px !important;
  border: solid 1px #eaeae9 !important;
  background-color: #f6f7f8 !important;
}
#chatbox .card-footer .options,
#chat-list .card-footer .options {
  min-width: 53px !important;
}
#chatbox .card-footer svg circle,
#chat-list .card-footer svg circle {
  fill: #f8f9fa;
}
#chatbox .card-footer svg path,
#chat-list .card-footer svg path {
  fill: #cfd1d2;
  stroke: #cfd1d2;
}
#chatbox .chatBoxNew__footer,
#chat-list .chatBoxNew__footer {
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.06);
}

.chatBoxNew .send-msg .img_wrap {
  margin-left: auto;
}
.chatBoxNew .img_wrap {
  border: 1px solid #d1d1d1;
}
.chatBoxNew .chatBoxNew__message {
  background-color: #f8f9fa;
  border: 1px solid #d1d1d1;
  border-radius: 0 5px 5px 5px;
  margin-top: 10px;
}
.chatBoxNew .chatBoxNew__message .msg span {
  color: #000000;
}
.chatBoxNew .chatBoxNew__message span {
  display: block;
}
.chatBoxNew .chatBoxNew__message::after {
  content: "";
  position: absolute;
  margin-top: -6px;
  margin-left: -5px;
  border-left: 11px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #f8f9fa;
  transform: rotate(-35deg);
  top: -3px;
  left: -1.6px;
}
.chatBoxNew .chatBoxNew__message::before {
  content: "";
  position: absolute;
  margin-top: -6px;
  margin-left: -5px;
  border-left: 11px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 17px solid #d1d1d1;
  transform: rotate(-36deg);
  top: -4px;
  left: -3px;
}
.chatBoxNew .chatBoxNew__self__message {
  background-color: #eaeae9;
  border-radius: 0 5px 5px 5px;
  margin-top: 10px;
}
.chatBoxNew .chatBoxNew__self__message span {
  display: block;
}
.chatBoxNew .chatBoxNew__self__message::after {
  content: "";
  position: absolute;
  margin-top: -6px;
  margin-left: -5px;
  border-left: 11px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 17px solid #eaeae9;
  transform: rotate(20deg);
  top: -2px;
  right: -2.6px;
}

.chatBoxNew__message_media {
  background-color: #f8f9fa;
  border: 1px solid #d1d1d1;
  border-radius: 0 5px 5px 5px;
  margin-top: 10px;
}
.chatBoxNew__message_media::after {
  content: "";
  display: none;
}

.chatBoxNew .chatBoxNew__self__message_media {
  background-color: #eaeae9;
  border-radius: 0 5px 5px 5px;
  margin-top: 10px;
}
.chatBoxNew .chatBoxNew__self__message_media::after {
  content: "";
  display: none;
}

.corporate-book-appointment .select-patient-class .select2-selection__arrow,
.corporate-book-appointment .select-doctor-class .select2-selection__arrow {
  display: none;
}
.corporate-book-appointment .select-patient-class .selection .select2-selection--single,
.corporate-book-appointment .select-doctor-class .selection .select2-selection--single {
  background-color: #f7f8f9 !important;
  color: #A1A1A2;
  box-shadow: none;
  outline: 0 auto -webkit-focus-ring-color !important;
  border-radius: 4px;
  height: 45px;
  border: none;
  padding: 10px 15px;
  padding-right: 40px;
  font-size: 15px;
}
.corporate-book-appointment .select-patient-class .selection .select2-selection__rendered,
.corporate-book-appointment .select-doctor-class .selection .select2-selection__rendered {
  padding: 0px !important;
}
.corporate-book-appointment .select-patient-class .selection .select2-selection__placeholder,
.corporate-book-appointment .select-doctor-class .selection .select2-selection__placeholder {
  font-family: "Muli-Regular";
}
.corporate-book-appointment .select2-container {
  width: 100% !important;
}
.corporate-book-appointment .select2-container .select2-dropdown {
  border: 1px solid #F83147;
}
.corporate-book-appointment .select2-container .select2-dropdown input {
  border-color: #F83147 !important;
}

.admin-add-speciality-modal .Vector {
  width: 18px;
  height: 18px;
  margin: 15px 0 0px 15px;
  color: #4fae59;
}
.admin-add-speciality-modal .deleteImg_add {
  width: 18px;
  height: 18px;
  margin: 14px 0px 0px 20px;
  cursor: pointer;
}
.admin-add-speciality-modal .nameBorder {
  margin: 16px 0 7px;
  padding: 12px 0px 0px 12px;
  border-radius: 4px;
  border: solid 1px #d1d1d1;
  background-color: #ffffff;
}
.admin-add-speciality-modal .deleteImg {
  width: 18px;
  height: 18px;
  margin: 21px 0px 0px 8px;
}
.admin-add-speciality-modal .submit-button {
  width: 182px;
  height: 40px;
  flex-grow: 0;
  float: right;
  border-radius: 4px;
}
.admin-add-speciality-modal .dialogWidth {
  max-width: 800px !important;
  overflow: auto;
  scrollbar-width: none;
}
.admin-add-speciality-modal .dialogWidth::-webkit-scrollbar {
  display: none;
  -webkit-overflow-scrolling: touch;
}
.admin-add-speciality-modal .English {
  padding: 4px 12px 4px 5px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Muli-Regular";
  line-height: 1.5;
  text-align: left;
  color: #000000;
}

.pap-prescription-font .font_15 {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
.pap-prescription-font .font_20 {
  font-size: 20px;
  font-weight: 400;
}

.docquity-clinic-logo {
  width: 86px;
  height: 12px;
}

.powered-by-text {
  font-size: 10px;
  font-weight: normal;
  color: #b1b3b3;
}

#signInDropdown .intl-tel-input {
  width: 100% !important;
}
@media (max-width: 768px) {
  #signInDropdown .input-sign-in {
    max-width: 330px !important;
    width: 100% !important;
  }
  #signInDropdown #getOtp {
    height: auto !important;
    max-width: 330px !important;
    width: 100% !important;
  }
}

#hCaptchaDeskotp iframe {
  width: 100% !important;
  max-width: 330px !important;
}

#user-login-form iframe {
  width: 100% !important;
  max-width: 330px !important;
}

@media (max-width: 481px) {
  .mob_height {
    height: 67px !important;
  }
}
.hCaptcha-mob-web {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.browser-not-supported {
  background-color: #000000 !important;
}

.not-supported-topbar {
  height: 62px;
  border: 1px solid #393939;
}

.not-supported-body {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 12px;
}
.not-supported-body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.not-supported-body p {
  font-size: 14px;
  font-weight: normal;
  color: #d1d1d1;
}
.not-supported-body .img-border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.not-supported-body .img-border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

@media (min-width: 768px) {
  .not-supported-body {
    width: 668px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
  }
  .not-supported-body h3 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
  }
  .not-supported-body p {
    font-size: 16px;
    font-weight: normal;
    color: #d1d1d1;
  }
  .not-supported-body .img-border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .not-supported-body .img-border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
}
#get_started,
#get_started::after,
#get_started::before {
  position: absolute;
  right: 0px;
}

.medical_details a {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}

@media (max-width: 575px) {
  .patient-prescription-detail {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}
.aside-hamburger {
  z-index: 5 !important;
}

.flag-edit {
  z-index: 4 !important;
}

@media (max-width: 370px) {
  .getstarted_over {
    margin-left: -23px !important;
  }
}
.for-info-label {
  font-family: "Muli-Regular";
  margin-right: 16px;
  height: 36px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  color: #737374;
  font-size: 12px;
  font-weight: normal;
}

.appointment-card a {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  font-size: 13px !important;
  padding: 7px 9px !important;
}

.header-prescription li {
  padding: 0px !important;
}

@media (max-width: 380px) {
  .header-hide {
    display: none !important;
  }
}

.degree-exp .topup {
  top: -15px !important;
}
.degree-exp .no-results {
  display: none;
}

.create-prescription-disable {
  color: #A1A1A2 !important;
  background-color: #f7f8f9 !important;
  border-color: #A1A1A2 !important;
}

.edit-prof th {
  padding: 0.25rem !important;
}
@media (max-width: 360px) {
  .edit-prof td {
    padding: 0.25rem !important;
  }
}

.fit-button {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.mob-view {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media (min-width: 990px) {
  .mob-view {
    display: none;
  }
}
.mob-view ul {
  display: none;
  list-style: none;
}

.doctor-login .user-width {
  max-width: 400px;
}
.doctor-login .click-here {
  text-decoration-line: underline !important;
  color: #000000 !important;
}

.language-switch {
  z-index: 4 !important;
}

.verify-otp-box {
  border-radius: 4px;
  background-color: rgba(250, 140, 22, 0.3);
}

.otp-section-button {
  width: 346px !important;
}
@media (max-width: 576px) {
  .otp-section-button {
    width: 100% !important;
  }
}

.underline {
  text-decoration-line: underline !important;
  text-decoration-color: #4FAF59 !important;
}

.footer-login span {
  text-align: left !important;
}
@media (max-width: 768px) {
  .footer-login span {
    text-align: center !important;
  }
}

#progress-card {
  background-color: #ffffff;
  font-family: "Muli-Regular";
}
#progress-card .mobileLink {
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  #progress-card .progress__bankAccount {
    max-width: 68px;
  }
}
@media (min-width: 767px) {
  #progress-card .progressIcon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #progress-card .progressIcon {
    width: 48px;
    height: 48px;
  }
}
#progress-card .progressCardMain {
  display: flex;
  padding: 10px;
}
@media (max-width: 767px) {
  #progress-card .progressCardMain {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #progress-card .progressCardMain .progressCard {
    display: inline-block;
  }
  #progress-card .progressCardMain .progressCard:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  #progress-card .progressCardMain .progressCard:first-child .card-min-height {
    display: flex;
    align-items: center;
  }
  #progress-card .progressCardMain .progressCard:first-child .card-title {
    font-size: 14px;
    font-weight: bold;
  }
  #progress-card .progressCardMain .progressCard:first-child .progress__bankAccount {
    margin-right: 10px !important;
  }
  #progress-card .progressCardMain .progressCard:first-child .progress_firstChild__text {
    width: 100%;
  }
  #progress-card .progressCardMain .progressCard:not(:first-child) {
    flex: 1;
  }
  #progress-card .progressCardMain .progressCard:not(:first-child) .progress_firstChild {
    flex-direction: column;
  }
  #progress-card .progressCardMain .progressCard:not(:first-child) .progress_firstChild__text {
    text-align: center;
  }
  #progress-card .progressCardMain .progressCard:not(:first-child) .progress_firstChild__text__mainText {
    display: none;
  }
  #progress-card .progressCardMain .progress_firstChild {
    height: auto !important;
  }
}
@media (min-width: 767px) {
  #progress-card .progressCardMain .progressCard {
    width: 25%;
  }
  #progress-card .progressCardMain .progress_firstChild {
    flex-direction: column;
  }
  #progress-card .progressCardMain .progress_firstChild__text {
    text-align: center;
  }
}
#progress-card .title {
  font-size: 15px;
  font-weight: bold;
}
#progress-card .description {
  font-size: 12px;
  font-weight: bold;
  color: #484848;
}
@media (min-width: 767px) {
  #progress-card .card-title,
  #progress-card .edit-btn {
    font-size: 14px;
    font-weight: bold;
    color: #454546;
  }
}
@media (max-width: 767px) {
  #progress-card .card-title,
  #progress-card .edit-btn {
    font-size: 10px;
    font-weight: 600;
    color: #454546;
  }
}
#progress-card .card-description {
  font-size: 12px;
  color: #737475;
}
#progress-card .custom-border-box-shadow {
  box-shadow: 0 1px 60px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #d1d1d1;
  border-radius: 8px;
}
#progress-card .edit-btn {
  border: solid 1px #d1d1d1;
  border-radius: 4px;
  background-color: #70bf42;
  font-size: 12px;
}
#progress-card .add-btn {
  border-radius: 4px;
  background-color: #4FAF59;
  color: #ffffff;
}
#progress-card .added-tag {
  top: 10px;
  right: 10px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  background-color: #70bf42;
  color: #ffffff;
}
@media (min-width: 767px) {
  #progress-card .card-min-height {
    min-height: 237px;
  }
}
@media (max-width: 767px) {
  #progress-card .card-min-height {
    min-height: 135px;
  }
}
#progress-card .progress-tick-mobile {
  bottom: 3px;
  left: 38px;
}
#progress-card .progress-add-mobile {
  bottom: -3px;
  left: 38px;
}
#progress-card .rotor-color {
  border: 0.08em solid #EF384C;
}
#progress-card .default-rotor-color {
  border: 0.08em solid #d1d1d1;
}
#progress-card .rotor {
  min-width: 80px;
}
#progress-card .rotor-text {
  color: #474747;
  font-size: 16px;
  font-weight: bold;
}

.language-header {
  right: 0px !important;
  top: -40px !important;
}
@media (max-width: 768px) {
  .language-header {
    top: -30px !important;
  }
}
.language-header span {
  color: #000000;
}

.currencyCode {
  left: 26px !important;
  top: 50% !important;
  transform: translate(-26%, -50%) !important;
}

.amountInput__field {
  max-height: 45px;
}
.amountInput__field input {
  height: 45px !important;
}

.progressDisplayCard .progressDisplayCardDiv {
  background-color: #fff8f8;
}
.progressDisplayCard h3 {
  font-size: 14px;
  font-weight: bold;
  color: #454546;
}
.progressDisplayCard p {
  font-size: 12px;
  font-weight: normal;
  color: #737475;
}
@media (min-width: 768px) {
  .progressDisplayCard p {
    min-height: 100px;
  }
}
@media (min-width: 1000px) {
  .progressDisplayCard p {
    min-height: 55px;
  }
}
@media (min-width: 1200px) {
  .progressDisplayCard p {
    min-height: 55px;
  }
}
@media (min-width: 1599px) {
  .progressDisplayCard p {
    min-height: 40px;
  }
}
.progressDisplayCard span {
  font-size: 14px;
  font-weight: bold;
  color: #4FAF59;
}
.progressDisplayCard .card-icon {
  width: 60px;
  height: 60px;
  background-color: #fee6e8;
}
.progressDisplayCard .appointment-count {
  font-size: 32px;
  font-weight: 500;
  color: #EF384C;
}
.progressDisplayCard .btn-width {
  max-width: 161px;
}

.managePromotionsSidebar svg {
  margin-right: 7px;
}
.managePromotionsSidebar svg .managePromotionsSidebar__manage-user-sidebar-logo {
  fill: #737374 !important;
  stroke: #737374 !important;
}
.managePromotionsSidebar svg .managePromotionsSidebar__manage-user-sidebar-logo1 {
  stroke: #737374 !important;
  fill: none !important;
}
.managePromotionsSidebar:hover svg .managePromotionsSidebar__manage-user-sidebar-logo, .managePromotionsSidebar.active svg .managePromotionsSidebar__manage-user-sidebar-logo {
  fill: #4FAF59 !important;
  stroke: #4FAF59 !important;
}
.managePromotionsSidebar:hover svg .managePromotionsSidebar__manage-user-sidebar-logo1, .managePromotionsSidebar.active svg .managePromotionsSidebar__manage-user-sidebar-logo1 {
  stroke: #4FAF59 !important;
  fill: none !important;
}

.managePromotions .managePromotions__commonTabsText {
  color: #666;
}
.managePromotions .managePromotions__promoText {
  font-size: 16px;
  font-weight: 700;
}
.managePromotions .dropdown {
  border: solid 1px #d1d1d1;
  border-radius: 4px;
  width: 253px;
}
.managePromotions .dropdown .promo-button-sort {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600px;
  color: #666;
  background-color: #ffffff;
}
.managePromotions .dropdown .down-arrow {
  right: 4px;
  top: 3px;
}
.managePromotions .dropdown .dropdown-check-icon {
  right: 5px;
}
.managePromotions .dropdown .dropdown-menu {
  width: 253px;
}
.managePromotions .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 600px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.managePromotions .dropdown .dropdown-menu .active-item {
  color: #4FAF59;
}
.managePromotions .dropdown .dropdown-menu li {
  cursor: pointer;
}
.managePromotions .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.managePromotions table thead {
  background-color: #d1d1d1;
}
.managePromotions table thead th {
  border-bottom: none;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}
.managePromotions table tbody td {
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
  min-width: 160px;
  color: #000000;
}
.managePromotions table tbody td .view-btn {
  color: #4FAF59;
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #4FAF59;
  margin-top: 2px;
}
.managePromotions .managePromotions__promoDiv .managePromotions__promoDiv-table--btn {
  color: #4FAF59;
  cursor: pointer;
}
.managePromotions .managePromotions__promoDiv .managePromotions__promoDiv-search--div {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 2px;
  width: 230px;
}

.promotionsTable .table-nodata {
  font-size: 16px;
  font-weight: 600;
  color: #474747;
}

.promoDeleteModal .modal-dialog {
  max-width: 350px;
}
.promoDeleteModal .modal-text {
  font-size: 16px;
  font-weight: 500;
}
.promoDeleteModal .modal-text .modal--text--style {
  font-size: 16px;
  font-weight: 700;
}
.promoDeleteModal .modal-btn .apply-btn {
  border-color: #4FAF59;
  color: #ffffff;
  background-color: #4FAF59;
}
.promoDeleteModal .modal-btn .delete-btn {
  border-radius: 4px;
  border: solid 1px #EF384C;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  color: #EF384C;
}

.generalizedPagination .opacity-half {
  filter: opacity(0.5);
}

.viewTermsPopup .modal-content {
  border-radius: 5px;
  overflow: hidden;
}
.viewTermsPopup .modal-body {
  max-height: 500px;
  overflow-y: auto;
}
.viewTermsPopup .image-dimensions {
  height: 100px;
  width: 80px;
}
@media (min-width: 576px) {
  .viewTermsPopup .modal-dialog {
    max-width: 580px;
  }
}

.managePromotionsDoctor .commonTabs .nav-link {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.managePromotionsDoctor .managePromotionsDoctor__promo-text {
  font-size: 16px;
  font-weight: 700;
}
.managePromotionsDoctor .dropdown {
  border: solid 1px #d1d1d1;
  border-radius: 4px;
  width: 343px;
}
.managePromotionsDoctor .dropdown .promo-button-sort {
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600px;
  color: #666;
  background-color: #ffffff;
}
.managePromotionsDoctor .dropdown .down-arrow {
  right: 4px;
  top: 0px;
}
.managePromotionsDoctor .dropdown .dropdown-check-icon {
  right: 5px;
}
.managePromotionsDoctor .dropdown .dropdown-menu {
  width: 343px;
}
.managePromotionsDoctor .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 600px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.managePromotionsDoctor .dropdown .dropdown-menu .active-item {
  color: #4FAF59;
}
.managePromotionsDoctor .dropdown .dropdown-menu li {
  cursor: pointer;
}
.managePromotionsDoctor .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.managePromotionsDoctor table thead {
  background-color: #f8f9fa;
}
.managePromotionsDoctor table thead th {
  border-bottom: none;
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}
.managePromotionsDoctor table tbody {
  background-color: #ffffff;
}
.managePromotionsDoctor table tbody tr {
  height: 70px;
}
.managePromotionsDoctor table tbody td {
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
  min-width: 160px;
  color: #000000;
}
.managePromotionsDoctor table tbody td .view-btn {
  color: #4FAF59;
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #4FAF59;
  margin-top: 2px;
}
.managePromotionsDoctor table tbody td .enrolled-status {
  color: #4FAF59;
  background-color: rgba(79, 175, 89, 0.2);
  border-radius: 4px;
}
.managePromotionsDoctor table tbody td .not-enrolled-status {
  color: #EF384C;
  background-color: rgba(239, 56, 76, 0.3);
  border-radius: 4px;
}
.managePromotionsDoctor .managePromotionsDoctor__promoDiv .managePromotionsDoctor__promoDiv-table--btn {
  color: #4FAF59;
  cursor: pointer;
}
.managePromotionsDoctor .managePromotionsDoctor__promoDiv .managePromotionsDoctor__promoDiv-search--div {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 4px;
  width: 235px;
}
@media (max-width: 767px) {
  .managePromotionsDoctor .managePromotionsDoctor__promoDiv .managePromotionsDoctor__promoDiv-search--div {
    width: 343px;
  }
}
.managePromotionsDoctor .managePromotionsDoctor__promoDiv .managePromotionsDoctor__promoDiv-search--div input {
  flex-grow: 2;
  border: none;
}
.managePromotionsDoctor .managePromotionsDoctor__promoDiv .managePromotionsDoctor__promoDiv-search--div button {
  all: unset;
  cursor: pointer;
}

.promoOptOutModal .modal-dialog {
  max-width: 350px;
}
.promoOptOutModal .modal-text {
  font-size: 16px;
  font-weight: 700;
}
.promoOptOutModal .modal-text-small {
  font-size: 12px;
  font-weight: 500;
}
.promoOptOutModal .modal-btn .apply-btn {
  border-color: #4FAF59;
  color: #ffffff;
  background-color: #4FAF59;
}
.promoOptOutModal .modal-btn .delete-btn {
  border-radius: 4px;
  border: solid 1px #EF384C;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  color: #EF384C;
}

.patientRegistration .focusField .form-control:focus {
  border-color: #4fae59 !important;
}
.patientRegistration .focusField .bootstrap-select .show {
  border-color: #4fae59 !important;
}
.patientRegistration .focusField .bootstrap-select .dropdown-menu .inner .dropdown-menu .selected {
  background-color: #4fae59 !important;
}
.patientRegistration .focusField .bootstrap-select .dropdown-menu .inner .dropdown-menu .dropdown-item:hover {
  background-color: #4fae59 !important;
}
.patientRegistration .focusField .bootstrap-select .dropdown-menu .inner .dropdown-menu .dropdown-item:active {
  background-color: #4fae59 !important;
}
.patientRegistration #country-dropdown .green-dropdown-border {
  border-color: #4fae59 !important;
}
.patientRegistration .datepicker-display {
  background-color: #f7f8f9 !important;
  cursor: default !important;
}

#promo-code-admin .section-heading {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  font-family: "Muli-Regular";
}
#promo-code-admin .successful-creation {
  color: #4FAF59;
}
#promo-code-admin .custom-border {
  border-radius: 4px;
}
#promo-code-admin .input-title {
  color: #444444;
  font-size: 14px;
  font-weight: 600;
  font-family: "Muli-Regular";
}
#promo-code-admin .input-mandatory {
  color: #ef4b4b;
}
#promo-code-admin .input-prepend {
  background-color: #b1b3b3 !important;
}
#promo-code-admin .custom-button {
  color: #4FAF59;
  border: solid 1px #4FAF59;
}
#promo-code-admin .discount-input {
  width: 65%;
}
#promo-code-admin .data-selector {
  border: solid 1px #d1d1d1;
  border-radius: 4px;
}
#promo-code-admin #discount_type {
  background-color: #f5f5f5;
}
#promo-code-admin .picker {
  background-color: #f5f5f5;
}
#promo-code-admin input.picker[type=datetime-local] {
  position: relative;
}
#promo-code-admin input.picker[type=datetime-local]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent;
}
#promo-code-admin .removeTermsButton {
  z-index: 3;
  right: 85px;
  top: 2px;
  cursor: pointer;
}
#promo-code-admin #success-time {
  color: #666666;
}
#promo-code-admin .text--green {
  color: #4FAF59;
}

.payment .feeDetail .payment-order-detail .payment-ordering .discount--text {
  color: #70bf42;
}
.payment .feeDetail .payment-order-detail .payment-ordering li {
  color: #666;
}
.payment .feeDetail .payment-order-detail .payment-ordering li span {
  color: #000000;
}
@media (max-width: 768px) {
  .payment .feeDetail .payment-order-detail .payment-ordering li span {
    width: 75%;
  }
}
.payment .feeDetail .payment-order-detail .payment-order-total li span {
  font-size: 16px;
  font-weight: bold;
}
.payment .feeDetail .payment-order-detail .promocode_finder {
  background-color: #f8f9fa;
  border: 1px dashed #d1d1d1 !important;
}
.payment .feeDetail .payment-order-detail .promocode_finder .input-group input {
  border-color: #d1d1d1;
  height: 30px;
}
.payment .feeDetail .payment-order-detail .promocode_finder .input-group button {
  height: 30px;
}
.payment .feeDetail .payment-order-detail .promocode_finder .remove-search-en {
  border-top: 1px solid #ced4da !important;
  border-bottom: 1px solid #ced4da !important;
  right: 100px;
}
.payment .feeDetail .payment-order-detail .promocode_finder .remove-search-id {
  border-top: 1px solid #ced4da !important;
  border-bottom: 1px solid #ced4da !important;
  right: 120px;
}
.payment .feeDetail .payment-order-detail .promocode_finder #promo-suggestions {
  background-color: #ffffff;
  width: 200px;
  border-color: #d1d1d1;
  max-height: 120px;
  overflow-y: auto;
  z-index: 5;
}
.payment .feeDetail .payment-order-detail .promocode_finder #promo-suggestions .promo-suggestions-div {
  cursor: pointer;
}
.payment .feeDetail .payment-order-detail .promocode_finder #promo-suggestions .promo-suggestions-link {
  color: #666666;
}
.payment .feeDetail .payment-order-detail .promocode_finder #promo-suggestions .promo-tc-btn {
  right: 4px;
}
.payment .feeDetail .payment-order-detail .promocode_finder #promo-suggestions .promo-tc-btn .terms-conditions-view-btn {
  color: #28a745;
}
.payment .feeDetail .payment-order-detail .promocode_finder #promo_explore a {
  color: #4fae59;
}
@media (max-width: 768px) {
  .payment .feeDetail .payment-order-detail .promocode_finder #promo_explore p {
    justify-content: space-around;
  }
  .payment .feeDetail .payment-order-detail .promocode_finder #promo_explore #promocode-listBtn {
    justify-content: space-around;
  }
}
.payment .feeDetail .payment-order-detail .promocode_finder .apply-promo-text {
  font-size: 14px;
  font-weight: 500;
}
.payment .feeDetail .payment-order-detail .promocode_finder #promo-offer-applied {
  background-color: rgba(79, 175, 89, 0.1);
}
.payment .feeDetail .payment-order-detail .promocode_finder .promo-offer-applied-div li span {
  color: #70bf42;
}
@media (max-width: 768px) {
  .payment .feeDetail .payment-order-detail .promocode_finder .promo-offer-applied-div li {
    padding-top: 5px;
    display: flex;
    justify-content: space-around !important;
  }
}
@media (max-width: 768px) {
  .payment .feeDetail .payment-order-detail .promocode_finder .promo-offer-applied-div #remove-promo {
    padding-top: 5px;
    justify-content: space-around !important;
  }
}
@media (min-width: 768px) {
  .payment .feeDetail .payment-order-detail .promocode_finder .promo-offer-applied-div #remove-promo {
    text-align: end;
  }
}
@media (min-width: 768px) {
  .payment .feeDetail #checkout_button {
    text-align: end;
  }
}
@media (max-width: 768px) {
  .payment .feeDetail #checkout_button {
    text-align: center;
  }
}

.promocodeOption .promo-terms {
  position: fixed !important;
  top: 0;
  display: none;
  right: 0;
  height: 100%;
  width: 600px;
  background-color: #ffffff;
  z-index: 1100;
  box-shadow: 0px rgba(132, 132, 132, 0.17);
  transition: all 0.5s;
}
.promocodeOption .promo-terms .promo-terms__inner {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__head h5 {
  font-size: 29px;
  font-weight: bold;
  font-family: "Muli-Bold";
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__head .promo-terms__close {
  font-size: 20px;
  font-weight: bold;
  color: #8E9199;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body {
  padding-top: 10px;
  box-shadow: 0px rgba(0, 0, 0, 0.08);
  height: 85%;
  overflow-y: auto;
  border-top: 1px solid #d1d1d1;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body #promo-terms-expenses {
  border: 1px dashed #d1d1d1;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body #promo-terms-information {
  color: #666;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body p {
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: #666;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body li {
  margin-bottom: 0px;
  color: #666;
  font-size: 12px;
  font-weight: normal;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body li span {
  color: #000000;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body ul li {
  margin-bottom: 0px;
  padding-bottom: 5px;
  border-bottom: 0px;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body #copy-promo-code {
  color: #28a745;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body #promo-terms__body-doc p {
  color: #000000;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body #promo-terms__body-doc #terms-doc-name {
  color: #666;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__body #promo-terms__body-doc .image-dimensions {
  height: 100px;
  width: 80px;
}
.promocodeOption .promo-terms .promo-terms__inner .promo-terms__footer {
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 1599px) {
  .promocodeOption .promo-terms {
    width: 600px;
  }
  .promocodeOption .promo-terms .promo-terms__inner {
    padding-top: 0px;
  }
  .promocodeOption .promo-terms .promo-terms__inner .promo-terms__head {
    margin-bottom: 0px;
  }
  .promocodeOption .promo-terms .promo-terms__inner .promo-terms__head .h5 {
    font-size: 26px;
    font-weight: normal;
  }
  .promocodeOption .promo-terms .promo-terms__inner .promo-terms__head .promo-terms__close {
    font-size: 16px;
    font-weight: normal;
  }
}
@media (max-width: 1000px) {
  .promocodeOption .promo-terms {
    width: 360px;
  }
  .promocodeOption .promo-terms .promo-terms__inner .promo-terms__head h5 {
    font-size: 22px;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .promocodeOption .promo-terms {
    width: 300px;
  }
  .promocodeOption .promo-terms .promo-terms__head h5 {
    font-size: 18px;
    font-weight: normal;
  }
}

.promo-terms--open {
  display: block !important;
}

.promo-terms__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

.patientLoginPage .form-control:focus {
  border-color: #4fae59 !important;
}

.corporateRequestDiv {
  max-width: 427px;
}
.corporateRequestDiv .skip {
  color: #444242;
}
.corporateRequestDiv p {
  font-size: 16px;
  font-weight: bold;
  width: 277px;
}
.corporateRequestDiv .reject-button {
  color: #EF384C;
  border-color: #EF384C;
}
.corporateRequestDiv .reject-button:hover {
  color: #EF384C;
}

.addCorporateUser .mobileNumberInput {
  padding-left: 85px;
}

.refundRules {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}
.refundRules .refundRules__title {
  font-size: 19px;
  font-weight: bold;
  color: #b1b3b3;
}
.refundRules .refundRules__ruleslist {
  font-size: 13px;
  font-weight: 500;
  color: #666;
}
.refundRules .refundRules__note {
  font-size: 13px;
  font-weight: bold;
  color: #666;
}

.changeInternalStatusDiv .changeInternalStatus {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
.changeInternalStatusDiv input[type=checkbox]:checked {
  accent-color: #28a745 !important;
}
.changeInternalStatusDiv input[type=checkbox] {
  cursor: pointer;
  height: 16px;
  width: 16px;
}

.corporateDisburse input {
  background-color: #ffffff !important;
}
.corporateDisburse label {
  font-size: 12px;
  font-weight: normal;
  color: #737374;
  margin-bottom: 0;
  background-color: #f7f8f9;
  top: -8px;
  left: 12px;
  padding: 0 5px;
}

.addCorporate .modal-dialog {
  max-width: 700px;
}
.addCorporate .modal-header {
  font-size: 20px;
  font-weight: bold;
  color: #444242;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0px;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.corporateName {
  max-width: 185px;
}

.ui-tooltip {
  word-wrap: break-word;
}

.remove-clinic-logo-btn {
  right: 5px;
  top: 2px;
  border-radius: 2px;
}

.doctorAppointmentCard .custom-tooltip {
  position: relative;
  display: inline-block;
}
.doctorAppointmentCard .custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 230px;
  background-color: #EF384C;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 6px 6px;
  position: absolute;
  z-index: 2;
  top: 115%;
  left: 25%;
  margin-left: -60px;
}
.doctorAppointmentCard .custom-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #EF384C transparent;
}
.doctorAppointmentCard .custom-tooltip:hover .tooltiptext {
  visibility: visible;
}

.subAdminSubmitEnable {
  background-color: #4FAF59;
  border-color: #4FAF59;
}

.subAdminSubmitDisable {
  background-color: #a0a0a1;
  border-color: #a0a0a1;
}

.appointmentCardStatus {
  min-width: 95px !important;
}

.transform-none:hover {
  transform: none !important;
}

.messagePage__right .card-footer .options .btn {
  height: 50px !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.chat__textBox::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chat__textBox {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.tAndCModalContent > ul,
.tAndCModalContent > ol {
  list-style-type: none !important;
  list-style-image: url("../../images/bullets.png") !important;
}

.view-prescription-modal {
  max-width: 75% !important;
}

.addswitch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
}

.addswitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 21px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #36A454;
}

input:focus + .slider {
  box-shadow: 0 0 1px #36A454;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.doctorPopupImage {
  max-width: 142px;
  max-height: 140px;
  justify-content: center;
}

.communicationPopUp {
  width: 400px !important;
}

.downloadFile {
  height: 600px;
  max-width: 500px;
  overflow: auto;
}

#downloadFileBody {
  height: 600px;
  max-width: 500px;
  overflow: auto;
}

#downloadFileBody .statusColor .bg-new {
  text-transform: capitalize;
  background: rgba(47, 128, 237, 0.1);
  color: rgb(47, 128, 237);
}
#downloadFileBody .statusColor .bg-failed {
  text-transform: capitalize;
  background: rgba(238, 59, 76, 0.1);
  color: rgb(220, 19, 19);
}
#downloadFileBody .statusColor .bg-in-progress {
  text-transform: capitalize;
  background: rgba(245, 140, 42, 0.1);
  color: rgb(245, 140, 42);
}
#downloadFileBody .statusColor .bg-completed {
  text-transform: capitalize;
  background: rgba(39, 174, 96, 0.1);
  color: rgb(39, 174, 96);
}

.fileNameText {
  width: 200px !important;
}

.login-new-select {
  width: 110px;
  height: 30px;
  font-size: 13px;
  font-family: "Muli-Bold";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-align: left;
}

.deleteImgEmail {
  width: 28px;
  height: 28px;
  margin: 10px 0px 3px 34px;
}

.hcpImg {
  width: 118px;
  height: 70px;
}

.hcpResourceText {
  width: 300px !important;
}

.pharmaResourceTitle {
  height: 2.5rem;
  box-sizing: border-box;
  background: #f6f7f8;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}/*# sourceMappingURL=style.css.map */