.setting-card .gender_check_sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.setting-card .gender_check_sec .form-check {
    margin-right: 7px;
}

.setting-card .gender_check_sec .form-check input {
    margin-top: 10px;
}
.setting-card .gender_check_sec .form-check input:checked {
    background-color: #04bcb6;
    border: 1px solid #04bcb6;
}
.setting-card .gender_check_sec .form-check input:focus {
    box-shadow: none;
}
.my_profile label {
    color: #333;
    line-height: 16px;
}
.my_profile input {
    font-size: 14px;
}
.my_profile input:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.my_profile input:focus, .my_profile .select:focus  {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.setting-card.account_details .setting-title {
    border-bottom: 1px solid #E6E8EE;
    margin-bottom: 15px;
}

.setting-title .info_title {
    color: #04bcb6;
}



.my_profile .modal-btn {
    display: flex;
    justify-content: end;
}
.my_profile .modal-btn button.anchore-tag {
    color: #ffffff;
    background: #04bcb6;
    border: none;
    width: 180px;
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all .3s linear 0ms;
    overflow: hidden;
    margin-left: 11px;
}
.my_profile .modal-btn button.anchore-tag:before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 1);
    content: '';
    opacity: 1;
    -webit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #fff;
}
.my_profile .modal-btn button.anchore-tag:after {
    background-color: #095a58;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all .4s ease 0s;
    -khtml-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 0;
}
.my_profile .modal-btn button.anchore-tag:hover:after {
    left: 5%;
    width: 90%;
}
.my_profile .modal-btn a.anchore-tag.cancel {
    background: #c3c3c3;
    color: #333;
}
nav.settings-tab li {
    margin-right: 13px;
}



/* Dashboard Page */
.dependent-wrap .patient-info .top_info_sc {
    display: flex;
    align-items: center;
}
.dependent-wrap .patient-info .top_info_sc .name {
    margin-bottom: 0;
    color: #000;
    margin-right: 13px;
}
.dependent-wrap .patient-info .top_info_sc .name {
    margin: 0 10px 0 0;
}
.doctor-fav-list .doctor-info-profile .doctor-name-info h5 a {
    color: #04bcb6;
}

.doctor-fav-list .cal-plus-icon i {
    font-size: 12px;
    color: #04bcb6;
}
/* Dashboard Page */


.eyepower_wrapper .eyepower_sec {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
}
  
.eyepower_wrapper .eyepower_sec .top_sec {
    background: #ecf7ff;
    display: flex;
    width: 100%;
    padding: 15px;
    align-items: center;
}
.eyepower_wrapper .eyepower_sec .top_sec .patient_details .mrd_no {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
}
  
.eyepower_wrapper .eyepower_sec .top_sec .patient_details {
    display: flex;
    align-items: center;
}
.eyepower_wrapper .eyepower_sec .top_sec .location_date {
    margin-left: auto;
    text-align: right;
}
.eyepower_wrapper .eyepower_sec .top_sec .location_date .date_sec {
    margin-top: 3px;
    font-size: 14px;
}
.date_sec {
    margin-left: auto;
}
  
.eyepower_wrapper .eyepower_sec .top_sec .patient_details .patient_photo {
    width: 50px;
    height: 50px;
    margin-right: 16px;
    border-radius: 11px;
    overflow: hidden;
}
.eyepower_wrapper .eyepower_sec .top_sec .patient_details .patient_photo img {
    width: 100%;
    height: 100%;
}
  
.eyepower_wrapper .eyepower_sec .top_sec .patient_details .name {
    font-size: 18px;
    color: #04bcb6;
    text-transform: uppercase;
    font-weight: 400;
}
  
.eyepower_wrapper .eyepower_sec .top_sec  .date_sec {
    font-size: 15px;
    color: #465D7C;
}
.eye_power_table {
    padding: 15px;
}
  
.eye_power_table .table_sec {
    width: 100%;
}
  
.eye_power_table .table_sec th {
    font-weight: 400;
    font-size: 16px;
    padding: 8px;
}
.eye_power_table .table_sec th.number {
    text-align: center;
}
  
  
.eye_power_table .table_sec td {
    padding: 8px;
    line-height: 20px;
    font-size: 16px;
}
.eye_power_table .table_sec td.number {
    text-align: center;
}
.eyepower_wrapper .eyepower_sec {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.appointment-wrap.dashboard-appointment-wrap .family_container .bottom_sec .des.doctor {
    font-size: 16px;
    margin-bottom: 7px;
    color: #04bcb6;
}
.appointment-wrap.dashboard-appointment-wrap .family_container .bottom_sec .des {
    margin-bottom: 3px;
}
.appointment-wrap.dashboard-appointment-wrap .name_payment .family_name {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #465D7C;
}

/*==========  Paid Unpaid Css ==========*/
.paid_unpaid_sec {
    display: flex;
}

.paid_unpaid_sec .paid_sec {
    text-align: center;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paid_unpaid_sec .paid_sec span {
    display: flex;
    font-size: 14px;
    margin-bottom: 0;
    padding: 3px 6px;
    border-radius: 4px;
    position: relative;
    justify-content: center;
    width: auto;
    line-height: 20px;
}
.paid_unpaid_sec .paid_sec .paid {
    background: #014c82;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}
.paid_unpaid_sec .paid_sec .paid i {
    font-size: 10px;
    float: left;
    margin-top: 3px;
    margin-right: 7px;
}

.paid_unpaid_sec .paid_sec .paid:hover {
    background: #04bcb6;
}
.paid_sec span.paid_full {
    background: #219653;
    color: #fff;
    border: 1px solid #219653;
}

.paid_sec span.paid_full:before {
    background: #fff;
}

.paid_unpaid_sec .paid_sec span.unpaid_status {
    background: #ffcccc;
    border: 1px solid #ff8484;
    color: #ff0000;
}

.paid_unpaid_sec .paid_sec span:before {
    content: "";
    width: 6px;
    height: 6px;
    position: relative;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 6px;
}

.paid_sec span.paid_status {
    background: #dfffcb;
    border: 1px solid #16a904;
    color: #16a904;
}

.paid_unpaid_sec .paid_sec span.paid_status:before {
    background: #5da94a;
}

.paid_unpaid_sec .paid_sec span.unpaid_status:before {
    background: #ff1613;
}

.paid_unpaid_sec .paid_sec span.refunded {
    background: #ffe7c8;
    border: 1px solid #ff8f00;
    color: #ff8f00;
}

.paid_unpaid_sec .paid_sec span.refunded:before {
    background: #ff940b;
}

.accordion-body .booking_info_content.appointment_booking {
    margin-top: 0;
}

.patient_info_sec .patient_photo_sec .text_content .icon svg {
    width: 25px;
}

.patient_info_sec .patient_photo_sec .text_content .icon svg path {
    fill: #014c82;
}

/*==========  Paid Unpaid Css ==========*/

.appointment-wrap .accordion-item .accordion-header {
    display: flex;
    justify-content: space-between;
}
.appointment-wrap .accordion-item .accordion-header .paid_unpaid_right_sec .paid_unpaid_sec .paid_sec {
    flex-direction: column;
    text-align: right;
    align-items: end;
}
.appointment-wrap.dashboard-appointment-wrap .accordion-item .accordion-header .paid_unpaid_right_sec .paid_unpaid_sec .paid_sec span {
    font-size: 10px;
    padding: 4px 12px;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin-bottom: 8px;
}
.appointment-wrap.dashboard-appointment-wrap .accordion-item .accordion-header .paid_unpaid_right_sec .paid_unpaid_sec .paid_sec  .paid {
    line-height: 15px;
    font-size: 11px;
    margin: 0 auto 0px;
}

.appointment-wrap.dashboard-appointment-wrap .accordion-item .accordion-header .paid_unpaid_right_sec .paid_unpaid_sec .paid_sec .paid i {
    font-size: 9px;
    margin-right: 3px;
}
.appointment-wrap.dashboard-appointment-wrap .accordion .accordion-header {
    border: none;
    align-items: center;
}

.appointment-wrap.dashboard-appointment-wrap .accordion  .accordion-item {
    border: none;
}
.appointment-wrap .accordion-item .accordion-header .family_container {
    border: none;
    box-shadow: none;
    padding: 0;
    width: auto;
    margin: 0;
}
.appointment-wrap .accordion-item .accordion-header .family_container .user_photo {
    width: 50px;
    height: 50px;
    background: #ebebeb;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex: 0 0 50px;
    overflow: hidden;
}
.dashboard-card-body.d_appoint_transactions .account-detail-table {
    position: relative;
}
.dashboard-card-body.d_appoint_transactions .tab-content .dashboard-header {
    position: absolute;
    right: 0;
    top: 6px;
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.dashboard-card-body.d_appoint_transactions .tab-content .dashboard-header .anchore-tag {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
    width: 88px;
    height: 34px;
    font-size: 12px;
}

.family_container.transaction_history_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: self-start;
}


.family_container.transaction_history_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: self-start;
}

.family_container.transaction_history_wrapper .patint_info {
    display: flex;
}

.family_container.transaction_history_wrapper .patint_info .right_sec {
    width: 100%;
}

.family_container.transaction_history_wrapper .patint_info .right_sec .name_payment {
    display: flex;
    align-items: center;
}

.m_location_payment .m_payment_right_sec {
    display: none;
}

.family_container.transaction_history_wrapper .patint_info .right_sec .name_payment .family_name {
    margin-right: 10px;
    font-size: 16px;
    margin: 0;
}

.family_container.transaction_history_wrapper .patint_info .right_sec .appointment_sec .des i {
    margin-right: 3px;
}

.bank_name {
    font-style: italic;
    font-weight: 700;
}

span.charge {
    background: #22bbe3;
    padding: 5px 15px !important;
    color: #fff;
}

span.charge:before {
    display: none;
}

span.b_date {
    display: block;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 4px;
    color: #979a9f;
    margin-bottom: 10px;
}

/*****===== Transaction History  Page =====*****/

.family_container.transaction_history_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: self-start;
}

.family_container.transaction_history_wrapper .patint_info {
    display: flex;
    /* width: 100%; */
}
.family_container.transaction_history_wrapper .patint_info .right_sec {
    width: 100%;
}

.family_container.transaction_history_wrapper .patint_info .right_sec .name_payment {
    display: flex;
    align-items: center;
}

.m_location_payment .m_payment_right_sec {
    display: none;
}

.family_container.transaction_history_wrapper .patint_info .right_sec .name_payment .family_name {
    margin-right: 10px;
    color: #04bcb6;
}

.family_container.transaction_history_wrapper .patint_info .right_sec .appointment_sec .des i {
    font-size: 12px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.bank_name {
    font-style: italic;
    font-weight: 700;
    color: #04bcb6;
}

.family_container.transaction_history_wrapper .patint_info .right_sec .name_payment .des {
    margin: 0 8px;
}

.family_container.transaction_history_wrapper .patint_info .bottom_sec {
    display: flex;
    margin: 5px auto 4px;
}

.family_container.transaction_history_wrapper .patint_info .bottom_sec .des {
    margin: 0 6px 0 0;
    line-height: 17px;
    font-size: 14px;
}

.family_container.transaction_history_wrapper .patint_info .right_sec .appointment_sec .des {
    margin: 0 7px 0 0;
    font-size: 14px;
    line-height: 18px;
}
.family_container.transaction_history_wrapper .payment_info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.family_container.transaction_history_wrapper .patint_info .right_sec .appointment_sec {
    display: flex;
}

.family_container.transaction_history_wrapper .payment_info .paid_sec {
    display: flex;
    align-items: center;
}
.family_container.transaction_history_wrapper .payment_info .paid_sec .charge {
    padding: 3px 8px !important;
    border-radius: 5px;
    margin-left: 0;
    font-size: 12px;
    line-height: 17px;
}

.family_container.transaction_history_wrapper .payment_info .paid_sec .bank_name {
    font-style: italic;
    font-weight: 700;
}

.family_container.transaction_history_wrapper .payment_info .status {
    background: #eaeaea;
    padding: 3px 10px !important;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}
.family_container.transaction_history_wrapper .payment_info .status.success {
    background: #219653;
    color: #fff;
    border: 1px solid #219653;
    text-transform: capitalize;
}


.family_container.transaction_history_wrapper .payment_info .status.failed {
    background: #f00;
    color: #fff;
}

.family_container.transaction_history_wrapper .patint_info .right_sec .appointment_sec .receipt {
    margin-right: 10px;
    font-size: 15px;
    color: #465D7C;
}

.family_container.transaction_history_wrapper .patint_info .right_sec .appointment_sec .receipt:hover {
    color: #22bbe3;
}

.family_container.transaction_history_wrapper .payment_right_sec {
    display: flex;
}

.family_container.transaction_history_wrapper .payment_right_sec .payment_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.family_container.transaction_history_wrapper .payment_right_sec .payment_info .paid_sec {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-left: auto;
}

.family_container.transaction_history_wrapper .payment_right_sec .slect_droupdown {
    margin-left: 16px;
}

.family_container.transaction_history_wrapper .payment_right_sec .dropdown.header-dropdown.slect_droupdown .dropdown-toggle {
    padding: 0 !important;
    border: none;
}

.family_container.transaction_history_wrapper .payment_right_sec .dropdown.header-dropdown.slect_droupdown .dropdown-toggle:after {
    display: none;
}
.family_container.transaction_history_wrapper .patint_info .bottom_sec .des i {
    font-size: 12px;
}


/*****===== Transaction History  Page =====*****/


/*****===== Patient Appointments  Page =====*****/
.appointment-wrap {
    padding: 24px 24px 17px 24px;
}

.appointment-wrap .accordion-item .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appointment-wrap .accordion-item .accordion-body {
    padding: 20px 0 0;
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
}

.appointment-wrap .accordion .accordion-item {
    border: none;
}

.appointment-wrap .accordion-item .accordion-header .family_container {
    border: none;
    box-shadow: none;
    padding: 0;
    width: auto;
    margin: 0;
    align-items: center;
}

.appointment-wrap .accordion-item .accordion-header .paid_unpaid_right_sec {
    display: flex;
}

.family_container .user_photo {
    width: 50px;
    height: 50px;
    background: #ebebeb;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex: 0 0 50px;
    overflow: hidden;
}

.appointment-wrap .accordion-item .accordion-header .family_container .text_content .name_payment {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.appointment-wrap .accordion-item .family_container .text_content .bottom_sec .des.doctor {
    font-size: 18px;
    color: #04bcb6;
    text-transform: uppercase;
}

.appointment-wrap .accordion-item .accordion-header .family_container .text_content .name_payment .family_name {
    font-size: 13px;
    color: #465D7C;
    margin-right: 11px;
}

.appointment-wrap .accordion-item .accordion-header .family_container .text_content .name_payment .des {
    margin-bottom: 0;
    font-size: 13px;
    margin-right: 10px;
}

.appointment-wrap .accordion-item .accordion-headert .family_container .text_content .name_payment {
    display: flex;
}

.appointment-wrap .accordion-item .accordion-headert .family_container .text_content .family_name {
    color: #010101;
    font-size: 16px;
    margin-right: 7px;
}

.appointment-wrap .accordion-item .accordion-headert .family_container .text_content .des {
    color: #010101;
}

.appointment-wrap .accordion-item .family_container .text_content .bottom_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.appointment-wrap .accordion-item .family_container .text_content .bottom_sec .des {
    margin: 0 10px 0 0;
    color: #767676;
}
.appointment-wrap .accordion-item .family_container .text_content .bottom_sec .location {
    margin: 0;
    background: #777;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    /* margin-left: 14px; */
    display: flex;
    align-items: center;
}

.appointment-wrap .accordion-item .accordion-header .accordion-button {
    width: auto;
    padding: 0;
    background: none;
    box-shadow: none;
}
.appointment-wrap .accordion-item .accordion-header .accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
}
.appointment-wrap .accordion-item .family_container .text_content .bottom_sec .des i {
    margin-right: 0 !important;
}

.appointment-wrap .accordion-item .accordion-header .paid_unpaid_right_sec .paid_unpaid_sec .paid_sec {
    flex-direction: column;
    margin-right: 30px;
    text-align: right;
    align-items: end;
}

.appointment-wrap .accordion-item .accordion-header .paid_unpaid_right_sec .paid_unpaid_sec .paid_sec span {
    margin-bottom: 10px;
}

span.charge {
    background: #04bcb6;
    padding: 5px 15px !important;
    color: #fff;
}

span.charge:before {
    display: none;
}

span.b_date {
    display: block;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 4px;
    color: #979a9f;
    margin-bottom: 10px;
    line-height: 12px;
}

.appointment-wrap .accordion-item .booking_info_content .top_sec .title_sec .icon {
    width: 30px;
    margin-left: 10px;
}

.appointment-wrap .accordion-item .booking_info_content .top_sec .title_sec .icon svg {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 5px;
}
.accordion-body .booking_info_content.appointment_booking .p_title {
    color: #04bcb6;
}
.appointment-wrap .accordion-item .booking_info_content .top_sec .title_sec .icon svg path {
    fill: #04bcb6;
}
.appointment-wrap .accordion-item .booking_info_content .top_sec .title_sec .not_attented {
    margin-left: 10px;
}

.apponment_id_sec {
    background: #ecf7ff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apponment_id_sec .apponment_bill .bill {
    font-size: 11px;
    color: #979a9f;
    margin-top: 1px;
}

.apponment_id_sec .apponment {
    color: #04bcb6;
    font-size: 20px;
}

.apponment_id_sec .btn_sec {
    display: flex;
}

.apponment_id_sec .btn_sec .reschedule_btn {
    background: #04bcb6;
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    line-height: 23px;
    position: relative;
    overflow: hidden;
}
.apponment_id_sec .btn_sec .reschedule_btn i {
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}
.apponment_id_sec .btn_sec .reschedule_btn:after {
    background-color: #095a58;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all .4s ease 0s;
    -khtml-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 0;
}
.apponment_id_sec .btn_sec .reschedule_btn:hover::after {
    left: 5%;
    width: 90%;
}
.apponment_id_sec .btn_sec .cancel {
    font-size: 13px;
    background: #f00;
    color: #fff;
    margin-left: 10px;
    padding: 2px 12px;
    line-height: 29px;
    position: relative;
    overflow: hidden;
}
.apponment_id_sec .btn_sec .cancel:after {
    background-color: #095a58;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all .4s ease 0s;
    -khtml-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 0;
}
.apponment_id_sec .btn_sec .cancel:hover::after {
    left: 5%;
    width: 90%;
}

.accordion-body .booking_info_content.appointment_booking .top_sec {
    margin-bottom: 0;
}

.booking_info_content.appointment_booking .slect_droupdown .dropdown-toggle {
    padding: 0 !important;
    border: none;
}

.booking_info_content.appointment_booking .slect_droupdown .dropdown-toggle:after {
    display: none;
}

.booking_info_content.appointment_booking .paid_unpaid_sec {
    align-items: center;
}

.booking_info_content.appointment_booking .paid_unpaid_sec .dropdown-menu {
    top: 6px !important;
}

.settings-tab .nav-item .nav-link.active {
    background: #014c82;
    color: #FFF;
    border-color: #014c82;
}

.settings-tab .nav-item .nav-link:hover {
    background: #014c82;
    border-color: #014c82;
}

.img-upload .upload-img .change-photo {
    color: #27cbee;
}

.btn.btn-primary-gradient {
    background: #014c82;
}

.btn.btn-primary-gradient:hover {
    background: #27cbee;
}

.btn.btn-primary-gradient::before {
    display: none;
}

/*****===== Patient Appointments  Page =====*****/



.booking_info_content .top_sec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.booking_info_content .top_sec .title_sec {
    display: flex;
    align-items: center;
}

.booking_info_content .top_sec .title_sec a {
    margin-left: 16px;
    padding: 3px 10px;
    background: #04bcb6;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.booking_info_content .top_sec .title_sec a:hover {
    background: #04bcb6;
}
.booking_info_content .top_sec .title_sec a:after {
    background-color: #095a58;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all .4s ease 0s;
    -khtml-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 0;
}
.booking_info_content .top_sec .title_sec a:hover::after {
    left: 5%;
    width: 90%;
}

.booking_info_content .top_sec .title_sec h6 {
    margin-bottom: 0;
    color: #222;
}

.booking_info_content .top_sec .title_sec a.not_attented {
    background: #e8c600;
}
.booking_info_content .top_sec .title_sec a.cancel {
    background: #ff0000;
}
.booking_info_content .top_sec .title_sec a.completed {
    background: #219653;
}
.appointment-wrap .accordion-item .accordion-header .paid_unpaid_right_sec .anchore-tag {
    width: 115px;
    font-size: 12px;
    height: 38px;
}

.doctor_info .anchore-tag i {
    margin-right: 6px;
}
.doctor_info .price {
    color: #04bcb6 !important;
}
.doctor_info .name {
    color: #04bcb6;
    font-weight: 600;
    margin-bottom: 8px;
}
.doctor-list-card .badge.bg-orange {
    background: #04bcb6 !important;
}
.doctor-list-card .badge.bg-orange i {
    margin-right: 5px;
}
.doctor-info-detail .experience  i {
    margin-right: 6px;
}
.doctor-info-detail .experience {
    color: #222;
}

.filter-lists .accordion-item .form-check input {
    float: left;
    margin-top: 8px;
}

.filter-lists .accordion-item .form-check input:checked {
    background-color: #04bcb6;
    border-color: #04bcb6;
}

.filter-lists .accordion-item .view-all .anchore-tag {
    max-width: 98px;
    font-size: 12px;
    height: 35px;
}
.filter-lists .accordion-item .accordion-body .form-check label.form-check-label span i {
    color: #04bcb6;
}


.profile-widget.patient-favour .doctor_name {
    color: #04bcb6;
    margin: 0;
}

/*****===== Notifications Table Sec =====*****/

.notifications_table_sec {
    padding-left: 10px;
  }
  .table.dashboard-table.notifications_table .table-noti-info {
    align-items: self-start;
    flex-wrap: wrap;
  }
  table.table.dashboard-table.notifications_table .table-noti-message {
    width: 93%;
  }
  table.table.dashboard-table.notifications_table .table-noti-info .table-noti-message h6 {
    color: #465D7C;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: normal;
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table-noti-info .table-noti-message h6 a:hover {
    color: #465D7C !important;
  }
  .table-noti-info .table-noti-message h6 a:hover span {
    color: #465D7C !important;
  } 
  /* .table-noti-info .table-noti-message h6 span {
    color: #465D7C;
  } */
  .table.dashboard-table.notifications_table .table-noti-info .table-noti-message a {
    font-size: 15px;
  }
  .table.dashboard-table.notifications_table .table-noti-info .table-noti-message .bottom_sec .des {
      margin: 0 10px 0 0;
      font-size: 13px;
  }
  
  .table.dashboard-table.notifications_table .table-noti-info .table-noti-message .bottom_sec .des i {
      margin-right: 4px;
  }
  .notifications_table_sec .table-responsive {
    overflow-x: hidden;
  }
  /*****===== Notifications Table Sec =====*****/

/*****===== All Member =====*****/
.dashboard-header.member_header .header-list-btns li {
    margin: 0;
}
.dashboard-header.member_header .header-list-btns li .input-block.dash-search-input input {
    height: 45px;
}
.dashboard-header.member_header .header-list-btns li .input-block.dash-search-input input:focus {
    box-shadow: none;
}
.dashboard-header.member_header .header-list-btns li .input-block.dash-search-input .search-icon i {
    color: #626262aa;
}
.member_list .top_info_sc {
    margin-bottom: 5px;
}
.dependent-wrap .dependent-status i {
    font-size: 10px;
    color: #04bcb6;
}
.dependent-wrap .dependent-status .edit-icon:hover {
    background: #04bcb6;
    border-color: #04bcb6;
}
.dependent-wrap .dependent-status .edit-icon:hover i {
    color: #fff;
}
.member_list .dependent-wrap .patinet-information .patient-info .top_info_sc h5 {
    margin: 0 10px 0 0;
}
.member_list .dependent-wrap .patinet-information .patient-info ul {
    display: flex;
}
.member_list .dependent-wrap .patinet-information .patient-info ul li {
    line-height: 22px;
    margin-right: 8px;
}
.member_list .dependent-wrap .patinet-information .patient-info ul li i {
    float: left;
    margin-top: 4px;
    font-size: 12px;
}
.member_list .dependent-wrap .patinet-information .patient-info ul li i.fa-circle {
    font-size: 7px;
    float: left;
    margin-top: 8px;
}
/*****===== All Member =====*****/


/* Modal Css */
.edit_modals .modal-content .modal-header .modal-title {
    color: #04bcb6;
}
.edit_modals .modal-content .modal-header .btn-close {
    background: #04bcb6;
    float: right;
}
.edit_modals .modal-content {
    position: relative;
}

.edit_modals .modal-content  .modal-header .modal-title {
    color: #04bcb6;
}

.edit_modals .modal-content .modal-header .btn-close {
    background: #ff3a3a;
    float: right;
}

.edit_modals .modal-content {
    position: relative;
}

.edit_modals form .add-dependent .form-wrap label {
    line-height: 16px;
    color: #04bcb6;
}

.edit_modals form .add-dependent .change-avatar.img-upload .change-photo {
    line-height: 17px;
}

.edit_modals form .add-dependent .change-avatar.img-upload .imgs-load {
    align-items: self-end;
}

.edit_modals form .add-dependent .change-avatar.img-upload .imgs-load .upload-remove {
    line-height: 16px;
}

.edit_modals form .add-dependent .change-avatar.img-upload p {
    line-height: 24px;
}
.edit_modals form .add-dependent .form-wrap input {
    font-size: 14px;
}

.edit_modals form .add-dependent .form-wrap input:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.edit_modals form .add-dependent .form-wrap .radio-selection label {
    font-size: 13px;
    border-radius: 6px;
    padding: 5px 9px;
}
.edit_modals form .add-dependent .form-wrap .radio-selection .btn-check:checked+.btn {
    background: #04bcb6;
    color: #fff;
}
.edit_modals .modal-footer .cancel_btn {
    color: #818181;
    background: #c9c9c9;
    border: none;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all .3s linear 0ms;
    overflow: hidden;
    line-height: 27px;
}
.edit_modals .modal-footer .cancel_btn:before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 1);
    content: '';
    opacity: 1;
    -webit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #fff;
}
.edit_modals .modal-footer .cancel_btn:after {
    background-color: #095a58;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all .4s ease 0s;
    -khtml-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 0;
}
.edit_modals .modal-footer .cancel_btn:hover::after {
    left: 5%;
    width: 90%;
}

.edit_modals .modal-footer .save_btn {
    color: #ffffff;
    background: #04bcb6;
    border: none;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all .3s linear 0ms;
    overflow: hidden;
    line-height: 27px;
}
.edit_modals .modal-footer .save_btn:before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 1);
    content: '';
    opacity: 1;
    -webit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #fff;
}
.edit_modals .modal-footer .save_btn:after {
    background-color: #095a58;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all .4s ease 0s;
    -khtml-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 0;
}
.edit_modals .modal-footer .save_btn:hover::after {
    left: 5%;
    width: 90%;
}
.edit_modals form .add-dependent .form-wrap .icon i {
    font-size: 14px;
    color: #9d9d9d;
}

.delete_modal h3 {
    font-size: 20px;
    color: #04bcb6;
}


.delete_modal .delete_btn {
    color: #ffffff;
    background: #04bcb6;
    border: none;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all .3s linear 0ms;
    overflow: hidden;
    line-height: 18px;
    padding: 10px 18px;
}
.delete_modal .delete_btn:before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 1);
    content: '';
    opacity: 1;
    -webit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #fff;
}
.delete_modal .delete_btn:after {
    background-color: #095a58;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all .4s ease 0s;
    -khtml-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 0;
}
.delete_modal .delete_btn:hover::after {
    left: 5%;
    width: 90%;
}

.delete_modal .cancel_btn {
    color: #818181;
    background: #c9c9c9;
    border: none;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all .3s linear 0ms;
    overflow: hidden;
    line-height: 36px;
    padding: 3px 13px;
}
.delete_modal .cancel_btn:before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 1);
    content: '';
    opacity: 1;
    -webit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #fff;
}
.delete_modal .cancel_btn:after {
    background-color: #095a58;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all .4s ease 0s;
    -khtml-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 0;
}
.delete_modal .cancel_btn:hover::after {
    left: 5%;
    width: 90%;
}
/* Modal Css */


.delete_account .delete {
    color: #04bcb6;
    margin-bottom: 0;
}

.delete_account .account {
    color: #04bcb6;
}
.delete_account_modal .modal-header {
    padding: 0;
}

.delete_account_modal .modal-header h5 {
    margin: 0;
    color: #04bcb6;
}

.delete_account_modal  .modal-header .btn-close {
    background: #f00 !important;
}
.custom-modals .modal-content .modal-body h6 {
    color: #05bcb6;
}
.custom-modals .modal-content .modal-body .form-check input {
    position: relative;
    top: 5px;
}

.custom-modals .modal-content .modal-body .form-check input:checked {
    background-color: #05bcb6 !important;
    border-color: #05bcb6;
}
.custom-modals .modal-content .modal-body textarea:focus {
    box-shadow: none;
    border-color: #a1a1a1aa;
}

.delete_account_modal .modal-footer .modal-btn .delete_btn {
    color: #ffffff;
    background: #04bcb6;
    border: none;
    width: 180px;
    height: 46px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: all .3s linear 0ms;
    overflow: hidden;
    margin-left: 11px;
}
.delete_account_modal .modal-footer .modal-btn .delete_btn:before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 1);
    content: '';
    opacity: 1;
    -webit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #fff;
}
.delete_account_modal .modal-footer .modal-btn .delete_btn:after {
    background-color: #095a58;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all .4s ease 0s;
    -khtml-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 0;
}
.delete_account_modal .modal-footer .modal-btn .delete_btn:hover:after {
    left: 5%;
    width: 90%;
}

.delete_account_modal .modal-footer .modal-btn .cancel_btn {
    background: #c3c3c3;
    color: #333;
    width: 140px;
    display: inline-block;
    height: 46px;
    text-align: center;
    line-height: 45px;
    position: relative;
}
.delete_account_modal .modal-footer .modal-btn .cancel_btn:before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    border: 1px solid rgba(255, 255, 255, 1);
    content: '';
    opacity: 1;
    -webit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #fff;
}
.delete_account_modal .modal-footer .modal-btn .cancel_btn:after {
    background-color: #095a58;
    content: "";
    height: 100%;
    left: 0;
    opacity: .12;
    position: absolute;
    top: 0;
    transform: skewX(25deg);
    -webkit-transition: all .4s ease 0s;
    -khtml-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 0;
}
.delete_account_modal .modal-footer .modal-btn .cancel_btn:hover::after {
    left: 5%;
    width: 90%;
}
.custom-modals .modal-content .modal-body .form-check input:focus {
    box-shadow: none;
}



/* Appointment Booking Css*/
.doctor-content.appointment_booking {
    padding: 0;
}
.doctor-content.appointment_booking .search_sec .doctors-search-box {
    margin: 0;
    max-width: 100%;
}

.doctor-content.appointment_booking .search_sec .doctors-search-box .search-box-one {
    min-width: 100%;
}
/* Appointment Booking Css*/


/*****===== Reschedule Page =====*****/

/* Old Reschedule Info */

.old_reschedule_info {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 28px;
}

.old_reschedule_info .card-body {
    background: #04bcb6;
}
.old_reschedule_info .card-body .booking_info_content .appointment_location h6 {
    color: #fff;
    margin: 0;
}
.old_reschedule_info .card-body .booking_info_content {
    margin-top: 0;
}

.old_reschedule_info .card-body .booking_info_content .des {
    margin: 0;
    color: #fff;
}

.old_reschedule_info .card-body .booking_info_content .id_view {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.old_reschedule_info .card-body .booking_info_content .id_view  i {
    color: #fff;
}

.old_reschedule_info .card-body .booking_info_content .appointment_location {
    display: flex;
    align-items: center;
}

.old_reschedule_info .card-body .booking_info_content .appointment_location span.badge.dr_location {
    margin-left: 10px;
    padding: 8px 6px;
}



/* Old Reschedule Info */


.link_tab a {
    margin-left: 10px;
}

.link_tab a .icon {
    border: 1px solid #eaeaea;
    padding: 2px 4px;
    border-radius: 4px;
    height: 24px;
    display: flex;
    align-items: center;
}

.title_link .book-title h6 {
    margin: 0 !important;
}

.link_tab a .icon.active {
    display: none;
}

.link_tab a .icon svg {
    width: 16px;
    height: 16px;
    fill: #8b8b8b;
}

.link_tab {
    display: flex;
}

.title_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.doctor-content.appointment_booking .booking-header .doctor_photo {
    width: 134px;
    height: 144px;
    border-radius: 10px;
    margin-right: 25px;
}

.doctor-content.appointment_booking .booking-header .doctor_info_text {
    width: 83%;
}

.doctor-content.appointment_booking .booking-header .doctor_info_text .top_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.doctor-content.appointment_booking .booking-header .doctor_info_text .top_sec .text-indigo {
    margin: 0 !important;
}

.doctor-content.appointment_booking .booking-header .doctor_info_text .info_fees {
    display: flex;
    justify-content: space-between;
}
.doctor-content.appointment_booking .booking-header .doctor_info_text .info_fees .text_content .des.degri {
    margin: 0;
}

.doctor-content.appointment_booking .booking-header .doctor_info_text .info_fees .text_content  .des.segment {
    margin: 0;
}

.doctor-content.appointment_booking .booking-header .doctor_info_text .info_fees .price_sec {
    text-align: right;
}

.doctor-content.appointment_booking .booking-header .doctor_info_text .info_fees .price_sec .price {
    font-size: 20px;
}

.doctor-content.appointment_booking .booking-header .doctor_info_text .info_fees .price_sec .des {
    margin: 0;
}

.doctor-content.appointment_booking .booking-header .doctor_info_text .top_sec .right_sec .edit {
    color: #04bcb6;
}
.doctor-content.appointment_booking .booking-header .doctor_info_text .info_fees .text_content .experience i {
    font-size: 13px;
    color: #000000aa;
    margin-right: 8px;
}

.multistep-form .booking-card > .card-footer .anchore-tag {
    width: auto;
    padding: 0px 20px;
}

.multistep-form .booking-card > .card-footer .anchore-tag i.fas.fa-chevron-left {
    margin-right: 8px;
    font-size: 12px;
}

.multistep-form .booking-card > .card-footer .anchore-tag i.fas.fa-chevron-right {
    margin-left: 10px;
}


.doctor-content.appointment_booking .card-footer .pay_confirm {
    display: flex;
}

.doctor-content.appointment_booking .card-footer .pay_confirm .pay_btn.leter.anchore-tag {
    margin-left: 18px;
}

.booking-header .booking_info_content h6 {
    color: #04bcb6;
}
.appointment_details .booking_info_content .bg-primary {
    background: #04bcb6 !important;
    border: 1px solid #04bcb6 !important;
}
/* .link_tab a.show .icon {
  display: none;
} */


/* .link_tab a.show .icon.active {
  display: block;
} */

.link_tab a.show .icon {
    border-color: #27cbee;
}

.link_tab a.show .icon svg {
    fill: #27cbee;
}

.link_tab a.premium.show .icon {
    border-color: #d99800;
}

.link_tab a.premium.show .icon svg {
    fill: #d99800;
}



/*****===== Reschedule Page =====*****/

/*****===== Dashboard Page =====*****/
.appointment-wrap.dashboard-appointment-wrap {
    padding: 15px;
}
.appointment-wrap.dashboard-appointment-wrap .family_container .right_sec .text_content .date_time {
    display: flex;
}
.appointment-wrap.dashboard-appointment-wrap .family_container .right_sec .text_content .date_time .des {
    margin-right: 6px;
}
.appointment-wrap.dashboard-appointment-wrap .accordion-header .paid_unpaid_right_sec .paid_unpaid_sec .paid_sec {
    margin-right: 0;
}

.appointment-wrap.dashboard-appointment-wrap .accordion-header .paid_unpaid_right_sec .paid_unpaid_sec .paid_sec .paid {
    margin: 0 !important;
}
/*****===== Dashboard Page =====*****/