:root {
    --red: #f51e26;
    --dark: #04145f;
    --lightBlue: #08d6fb;
}
.profile-sidebar {
    background-color: var(--dark);
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
}
.widget-profile {
    background-color: var(--dark);
    border-bottom: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center;
}
.widget-profile .profile-info-widget {
    display: block;
    text-align: center;
}.widget-profile .profile-info-widget .booking-doc-img {
    display: inline-block;
    margin: 0 0 15px;
    width: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border-radius: 50%;
}.widget-profile .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    object-fit: cover;
}.profile-det-info {
    overflow: hidden;
    color: #fff;
}.profile-det-info h3 {
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}.patient-details h5 {
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.patient-details h5 i {
    width: 18px;
}.patient-details h5 {
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}.patient-details h5 i {
    width: 18px;
}.dashboard-menu ul {
    color: #757575;
    font-size: 15px;
    line-height: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}.dashboard-menu > ul > li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.dashboard-menu ul li {
    line-height: inherit;
}.dashboard-menu > ul > li:hover > a, .dashboard-menu > ul > li.active > a {
    color: #2b9ade;
}
.dashboard-menu > ul > li > a {
    color: #ffffff;
    display: block;
    padding: 16px 20px;
}.dashboard-menu ul li a i {
    font-size: 16px;
    margin-right: 10px;
    width: 16px;
}

.dashboard-menu ul li a span, .dashboard-menu ul li a i {
    display: inline-block;
    vertical-align: middle;
}.unread-msg {
    background-color: #d8f111;
    border-radius: 2px;
    color: #272b41;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
table.table td h2.table-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}
table.table td h2 a {
    color: #272b41;
}

table.table td h2 span {
    color: #888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.avatar {
    position: relative;
    display: inline-block;
   
}
.bg-info-light {
    background-color: rgba(2, 182, 179,0.12) !important;
    color: #1db9aa !important;
}
div#tabs .nav a {
    color: #000;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 3px solid #cae6f0 !IMPORTANT;
    margin: 0 2px;
    background: var(--lightBlue);
    padding: 14px 20px;
    font-weight: 600;
    position: relative;
    z-index: 999999 !important;
    border: none;
}
.medical-report-section {
    background-color: #fff;
}

.patient-dashboard.patient-card .tab-content nav a.active::after
{
    display: none;
}
.patient-dashboard.patient-card  .tab-content nav {
    margin: 0;
}

.patient-dashboard.patient-card .tab-content nav a.active {
    background: transparent !IMPORTANT;
    border-bottom: 2px solid var(--lightBlue)  !important;
    color: var(--dark) !important;
}

.patient-dashboard  .tab-content .tab-content {
    padding: 15px 0;
}

.patient-dashboard .tab-content .tab-content .card-body {
    border: none;
}

#tabs .nav a.active::after {
    content: "";
    background: var(--dark);
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -14px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.patient-dashboard.patient-card .tab-content nav a {
    background: transparent !important;
    color: #000 !important;
    border-bottom: 2px solid #015c8a !IMPORTANT;
    padding: 7px !important;
}
.patient-dashboard.patient-card nav {
    margin-bottom: 20px;
    position: relative;
}
.card-table .card-body {
    padding: 0;
}
.card-table .card-body th {
    border: none;
}
.table-hover tbody tr:hover {
    background-color: #f7f7f7;
}.table td, .table th {
    vertical-align: middle;
    border-top: 1px solid #e2e5e8;
    padding: 1rem 0.75rem;
    white-space: nowrap;
}
#tabs .nav a.active, #tabs .nav a:hover {
    border: none;
    border-bottom: 2px solid #2b9ade;
    color: #2b9ade;
}
.avatar-sm {
    width: 40px;
    height: 40px;
    display: inline-flex;
    overflow: hidden;
    border-radius: 100px;
}
.bg-primary-light {
    background-color: rgb(255 221 21) !important;
    color: #000000 !important;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.rounded-circle {
    border-radius: 50%!important;
}
.change-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}.change-avatar .profile-img {
    margin-right: 15px;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 1px solid #007bc4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.change-avatar .profile-img img {
border-radius: 100%;
    height: 110px;
    width: 110px;
    object-fit: cover;
        margin-right: 0px;
}
.change-photo-btn img {
    width: 20px;
    filter: invert(1);
}
form#patient_update_profile .change-avatar {
    position: relative;
    justify-content: center;
    width: auto;
    display: inline-block;
}
.upload-img {
    position: absolute;
    right: 20px;
    bottom: -20px;
}
.change-avatar .change-photo-btn input#patient_profile {
    width: 100%;
    height: 100%;
}
.change-avatar .change-photo-btn span {
    cursor: pointer;
}
.change-photo-btn img {
    width: 20px;
    filter: invert(1);
    cursor: pointer;
}

.change-photo-btn {
    background-color: #007bc4;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    transition: .3s;
    text-align: center;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
}
.spacer-iner {
    margin: 30px 0 40px 0;
    height: 2px;
    background: #ddd;
    border-radius: 5px;
}
.practice-section {
    margin-bottom: 10px;
}
.practice-section h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #2b9ade;
}
.submit-section button:hover {
    background: #1173af;
}
form#patient_reset_password {
    width: 50%;
    margin: 0 auto;
    padding-top: 30px;
}
.change-photo-btn input.upload {
    bottom: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
}.cal-icon:after {
    color: #979797;
    content: '\f073';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}.cal-icon {
    position: relative;
    width: 100%;
}
.dashboard-menu > ul > li:hover > a, .dashboard-menu > ul > li.active > a {
    color: var(--dark) !IMPORTANT;
    background: var(--lightBlue) !important;
}
#tabs .nav a.active, #tabs .nav a:hover {
    border: none;
    border-bottom: 3px solid var(--lightBlue) !important;
    color: #ffffff;
    background: var(--dark);
}
.dashboard .card {
    border: none;
}
.patient-dashboard .tab-content {
    background: #e9fbff;
    padding: 30px 20px;
}
.inner-board div {
    text-align: center;
    padding: 20px;
}

.card-body.patient-dashboard {
    border: none;
    box-shadow: 0 0 3px 3px #01204424;
}

.patient-dashboard .card-body {
    background: transparent;
}

.medical-report-section {
    margin: 0;
}

.card-body.patient-card {
    background: #fff;
    padding: 30px;
    color: #000;
    box-shadow: 0 0 3px 3px #01204436;
    z-index: 1;
}
.intl-tel-input {
    left: 10px;
}
.date-outer {
    text-align: center;
}
.patient-card .form-group {
    padding-bottom: 15px;
}

.submit-section {
    text-align: center;
    border-top: 4px solid var(--dark);
    margin-top: 20px;
}
.submit-section .submit-btn {
    padding: 10px 25px;
    font-size: 14px;
}
.submit-section .submit-btn:hover {
    background: #0f81bb !important;
}

.header-transaction {
    background: var(--dark);
    color: #fff;
    padding: 15px 10px;
}

.list-transaction {
    padding: 10px;
}

.intl-tel-input {
    top: 44px;
}

table.table th {
    background: var(--lightBlue);
    color: #fff;
}

.table-hover tbody tr:hover {
    background-color: #ffffff;
}

.table-hover tbody tr {
    border-bottom: 1px solid #eee;
}

.date-outer span {
    font-size: 13px;
}

.today-time .time-area {
    padding: 10px 20px;
    font-size: 15px;
}
.doctor-dets.header-sec {
    background: var(--dark);
    box-shadow: none;
    color: #fff;
}

.doctor-dets.header-sec span.address-c {
    color: #fff;
    padding-bottom: 5px;
}

.doctor-dets.order-details .profile-dets {
    border-bottom: 1px dashed #ddd;
    align-items: center;
}
span.doctor-name {
    font-size: 22px;
    letter-spacing: 1px;
}

.profile-dets.total-dets {
    margin-top: 0 !important;
}

.doctor-dets.order-details h3 , h3.add-review-t , .percep-first-sec h3 {
    font-size: 30px;
    color: var(--dark);
    padding-bottom: 10px;
}


.doctor-dets.doctor-s h3 {
    font-size: 30px;
    margin-bottom: 0px;
    color: var(--dark);
}

.rating-review-c {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 12px #dedede;
    padding: 10px 10px 0 10px;
}
.rating-review-c .w3-input {
    border: 1px solid #eee;
    background: #eee;
    box-shadow: none;
}

.profile-img img {
    width: 200px;
    height: 100%;
    object-fit: cover;
}

.form-field1 input {
    border-radius: 2px;
}

a.records-confrm {
    background: #015c8a;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 4px;
}

p.p-prescript {
    font-size: 18px;
    color: #001f44;
    letter-spacing: 1px;
    text-decoration: underline;
}

.Prescriptions-body {
    border-top: 2px solid #eee;
    margin-top: 30px;
}

p.instruct-para {
    margin: 0;
    color: #de3551 !important;
    font-style: italic;
}

.Prescriptions-body span.text-danger {
    color: #000 !important;
}

.subtotal-c span {
    font-size: 20px !important;
}

.perscribed-data {
    padding: 12px;
}

.perscribed-data a.view-details-c {
    color: var(--dark);
    cursor: pointer;
    border-bottom: 2px solid;
    font-size: 15px;
}
.percep-first-sec p {
    color: #012044;
}

.perscribed-data span.price-c {
    font-size: 15px;
}

.perceptt-wrappser_ut {
    background: var(--lightBlue);
    padding: 10px;
    margin-bottom: 30px;
}