﻿.eh-width-50 {
    width: 50px;
}
.main-plugin-wrapper-ehnote {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
}
.plugin-header-ehnote {
    display: flex;
    justify-content: space-between;
    clear: both;
    background-image: linear-gradient(to bottom, #f6f6f6, #f1f1f1);
    padding: 15px 15px;
}
.plugin-header-ehnote > h1 {
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: inline-block;
}
.plugin-body-ehnote {
    display: block;
    background-color: #fff;
    /*padding: 18px 15px;*/
    overflow: hidden;
}
.plugin-footer-ehnote {
    padding: 18px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-calendar-table-ehnote {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}
.main-calendar-table-ehnote > thead {
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    border-radius: 15px;
    position: sticky;
    top: 0;
    z-index: 99;
}
.main-calendar-table-ehnote > thead > tr > th { 
    text-align: center;
    vertical-align: middle;
    border: none;    
}
.main-calendar-table-ehnote > tbody > tr:first-child > td {
    border-top: none;
}
.main-calendar-table-ehnote > thead > tr > th:first-child {
    text-align: left;
    border-radius: 15px 0 0 15px;
}
.main-calendar-table-ehnote > thead > tr > th:last-child {
    border-radius: 0 15px 15px 0;
}
.main-calendar-table-ehnote > thead > tr > th > label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    display: block;
}
.main-calendar-table-ehnote > thead > tr > th > span {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #808080;
}
.main-calendar-table-ehnote > tbody > tr > td {
    border: none;
}
.slots-time-ehnote {
    margin-bottom: 0;
}
.slots-time-ehnote > li {
    list-style: none;
}
.slots-time-ehnote > li > a {
    display: block;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 5px 10px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    margin-bottom: 5px;
    cursor: pointer;
}
.slots-time-ehnote > li > a.active,
.slots-time-ehnote > li > a:hover,
.slots-time-ehnote > li > a:focus {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff !important;
}
.slots-time-ehnote > li:last-child > a {
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    color: #6f6f6f !important;
}
.slots-time-ehnote > li:last-child:hover > a,
.slots-time-ehnote > li:last-child:focus > a {
    background-image: linear-gradient(to bottom, #e5e5e5 , #f6f6f6);
    color: #6f6f6f !important;
}
.arrow-icon-wh-ehnote {
    width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    margin-right: 10px;
}
.left-arrow-ehnote-icon:hover,
.right-arrow-ehnote-icon:hover {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.left-arrow-ehnote-icon {
    background: url(../img/plugin/left-arrow-ehnote-icon.svg)
}
.right-arrow-ehnote-icon {
    background: url(../img/plugin/right-arrow-ehnote-icon.svg)
}
.hospital-visit-ehnoote-icon {
    background: url(../img/plugin/hospital-visit-ehnoote-icon.svg)
}
.tele-visit-ehnoote-icon {
    background: url(../img/plugin/tele-visit-ehnoote-icon.svg)
}
.avaliable-from-ehnote {
    padding: 6px 30px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    text-align: center;
}
.avaliable-from-ehnote > span {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6f6f6f;
}
.avaliable-from-ehnote > b {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}
.select-time-slots-text-ehnote {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.dr-profile-list-ehnote {
    display: flex;
    /*align-items: flex-start;*/
    justify-content: flex-start;
    align-items: center;
}
.dr-profile-list-ehnote > img {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin-right: 6px;
}
.dr-details-list-ehnote > h1 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.dr-details-list-ehnote > label {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.dr-details-list-ehnote > p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.dr-details-list-ehnote > a {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}
/*------------------------------------------------Login Appt-----------------------------------------------------*/
.hospital-tele-visit-ehnote {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 15px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dr-details-login-ehnote {
    padding: 5px 5px 15px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.dr-details-login-ehnote > span,
.appt-details-login-ehnote > span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    display: block;
    margin: 15px 0;
}
.dr-details-login-ehnote > img {
    width: 45px;
    height: 45px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 100px;
    display: block;
    margin: 0 auto 0;
}
.dr-details-login-ehnote > h1 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.dr-details-login-ehnote > p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.appt-details-login-ehnote > h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #068cb0;
}
.appt-details-login-ehnote > p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.login-details-verify-ehnote > h1 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.login-details-verify-ehnote > p {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.login-input-verify-ehnote {
    padding: 25px 0 15px;
}
.login-input-verify-ehnote > label {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.btn-verify-confirm-ehnote {
    border-radius: 5px !important;
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    padding: 4px 40px !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.btn-Back-Back-ehnote {
    border-radius: 5px !important;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    padding: 4px 40px !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
}
.btn-verify-confirm-ehnote:hover,
.btn-verify-confirm-ehnote:focus {
    background-image: linear-gradient(to bottom, #068cb0, #07a0d4);
    color: #fff;
}
.input-phone-number-ehnote {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.bg-hospital-tele-rad-ehnote {
    border-radius: 10px;
    background-color: #f6f6f6;
    padding: 10px 20px;
}
/*----------------------------------------------------Select Patient-----------------------------------------------------------*/
.plugin-border-radius-ehnote {
    border-radius: 20px;
    border: solid 0.5px #d2d2d2;
    width: 100%;
    overflow: hidden;
}
.text-select-patient-ehnote {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 14px 0;
}
.patient-list-plugin-profile {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.patient-list-plugin-profile > li {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    width: calc(100% * (1/3) - 0px - 0px);
    cursor: pointer;
    /*border-bottom: 0.5px solid #d2d2d2;*/
    background-image: linear-gradient(to bottom, #fff, #f6f6f6);
}
.patient-list-plugin-profile > li:hover {
    background-image: linear-gradient(to bottom, #f6f6f6, #fff);
}
.insurance-details-select-ehnote {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    border-bottom: 0.5px solid #d2d2d2;
}
.patient-list-plugin-profile > li > img,
.insurance-details-select-ehnote > img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: solid 2px #e2e2e2;
}
.patient-list-plugin-profile > li > div > h3,
.insurance-details-select-ehnote > div > h3 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.patient-list-plugin-profile > li > div > span,
.insurance-details-select-ehnote > div > span {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.patient-list-plugin-profile > li > div > b,
.insurance-details-select-ehnote > div > b {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border-radius: 5px;
    background-color: rgba(121, 201, 115, 0.1);
    padding: 4px 10px;
}
.insurance-input-select-ehnote {
    padding: 20px 15px
}
.label-gender-radio-ehnote {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    position: relative;
    top: -10px;
}
.date-picker-icon-ehnote > .md-datepicker-button,
.date-picker-icon-ehnote > .md-datepicker-input-container > .md-datepicker-triangle-button {
    display: none;
}
.date-picker-icon-ehnote > .md-datepicker-input-container {
    margin-left: 0 !important;
    position: relative;
}
.date-picker-icon-ehnote > .md-datepicker-input-container > input {
    width: 100%;
    max-width: 100%;
}
.date-picker-icon-ehnote > .md-datepicker-input-container:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../img/icons/calendar.svg);
    width: 20px;
    height: 20px;
    object-fit: contain;
    top: 0;
}
.promo-code-successfully-ehnote {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #5cb85c;
}
.btn-Redeem-button-ehnote {
    position: absolute;
    right: 0;
    z-index: 1;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #07a0d4;
}
.pay-and-book-final-ehnote > li {
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 15px;
    list-style: none;
}
.pay-and-book-final-ehnote > li:last-child {
    border: none;
}
.pay-and-book-final-ehnote > li > span {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.pay-and-book-final-ehnote > li > b {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000;
    float: right;
}
/*-----------------------------------------------------------------Controls-----------------------------------------------------------------*/
.plugin-controls {
    margin: 0;
    display: flex;
    align-items: center;
}
.plugin-controls > li {
    list-style: none;
}
.ui-select-input-ehnote,
.ui-select-input-ehnote > .ui-select-match {
    border: none !important;
    outline: none !important;
}
.ui-select-input-ehnote > .form-control,
.ui-select-input-ehnote > .form-control:focus {
    border-radius: 10px;
    border: solid 1px #d2d2d2;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    height: 40px;
    -webkit-appearance: inherit;
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
    outline: none !important
}
.ui-select-input-ehnote > .ui-select-match > .btn-default.form-control,
.ui-select-input-ehnote > .ui-select-match > .btn-default.form-control:focus {
    border-radius: 10px;
    border: solid 1px #d2d2d2;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    height: 40px;
    padding-left: 18px !important;
    outline: none !important
}
.ui-select-input-ehnote > .ui-select-match > .btn-default.form-control > span {
    line-height: 2;
}
.ui-select-input-ehnote > .ui-select-match > .btn-default > .ui-select-match-text {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.ui-select-input-ehnote > .ui-select-choices.ui-select-choices-content {
    padding: 0;
    margin-top: 5px;
}
.ui-select-input-ehnote > ul > li > .ui-select-choices-row > .ui-select-choices-row-inner {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    background-color: #fff;
    padding: 15px 10px;
}
.ui-select-input-ehnote > ul > li > .ui-select-choices-row {
    border-bottom: 1px solid #d2d2d2;
}
.ui-select-input-ehnote > ul > li > .ui-select-choices-row:last-child {
    border-bottom: none;
}
.ui-select-input-ehnote > ul > li > .ui-select-choices-row > .ui-select-choices-row-inner > span > span {
    color: #068cb0;
}
.ui-select-input-ehnote:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: url(../img/plugin/Icon-feather-chevron-down-ehnote.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-repeat: no-repeat !important;
}
/*----------------------------------------------------------Pagination--------------------------------------------------*/
.plugin-pagination ul {
    display: flex;
    justify-content: center;
}
.plugin-pagination ul li a {
    display: block;
    padding: 5px 15px;
}
.plugin-pagination ul li.active a,
.plugin-pagination ul li.active:hover a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #2d2d47;
    color: #fff;
    border-radius: 6px;
}
.plugin-pagination ul li a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.plugin-pagination ul li:hover a {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 0.125rem;
    background-color: #eee;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.hospital-VisitVideo {
    margin: 0;
    border: solid 1px #dbdbdb;
    background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
    height: 40px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}
.hospital-VisitVideo > li > a > input {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    margin: auto;
    position: absolute;
    cursor: pointer;
}
.hospital-VisitVideo > li {
    list-style: none;
    flex: 1;
    position: relative;
}
.hospital-VisitVideo > li.active:first-child:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.hospital-VisitVideo > li.active:last-child:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
    transform-origin: top;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.hospital-VisitVideo > li > a {
    display: block;
    line-height: 2.7;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    text-align: center;
    z-index: 2;
}
.hospital-VisitVideo > li > a > i {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    object-fit: contain;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.hospital-VisitVideo > li > a > i.hospitalvisit-icon {
    background: url(../img/plugin/radio-hospital-visit-ehnote.svg);    
}
.hospital-VisitVideo > li.active > a > i.hospitalvisit-icon {
    background: url(../img/plugin/white-radio-hospital-visit-ehnote.svg);    
}
.calendar-check-ehnote {
    background: url(../img/plugin/calendar-check-ehnote.svg);
}
.ionic-ios-time-ehnote {
    background: url(../img/plugin/ionic-ios-time-ehnote.svg);
}
.hospital-VisitVideo > li > a > i.VideoConsultationvisit-icon {
    background: url(../img/plugin/radio-televisti-ehnote-icon.svg);
    background-size: 85% !important;
}
.hospital-VisitVideo > li.active > a > i.VideoConsultationvisit-icon {
    background: url(../img/plugin/white-radio-televisti-ehnote-icon.svg);
    background-size: 85% !important;
}
.hospital-VisitVideo > li.active {
    color: #fff;
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
}
.hospital-VisitVideo > li.active > a > label {
    color: #fff;
}
.hospital-VisitVideo > li > a > label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.2;
    letter-spacing: normal;
    text-align: center;
    color: #0f0f0f;
    display: inline-block;
}
/*Insurance*/
.Insurance-bg-ehnote > div {
    border: solid 1px #dbdbdb;
    background-image: linear-gradient(to bottom, #f4f4f4, #e6e6e6);
    padding: 10px 15px;
    border-radius: 10px;
}
.Insurance-bg-ehnote > label {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
    margin-bottom: 15px;
    margin-top: 15px;
}
.border-calendar-EHNOTE {
    border: 1px solid #d2d2d2;
    overflow: hidden;
    border-radius: 10px;
}
.appointment-book-success {
    color: #5cb85c;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 15px 0;
}
/*Add New Patient*/
.add-patient-details-plugin-ehnote > label {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 8px;
}
.add-patient-details-plugin-ehnote > input,
.add-patient-details-plugin-ehnote > select {
    background-color: #EFF3F8 !important;
    color: #000 !important;
}
.bg-doctor-details-map {
    border-radius: 10px;
    background-color: #f3f3f3;
    padding: 5px;
}
.bg-doctor-date-details {
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px;
}
.bg-doctor-date-details > span {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #040404;
    display: flex;
    align-items: center;
}
.bg-doctor-date-details > span > i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}