.prescription {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #001737;
    text-align: left;
    background-color: #FAFAFA;
}

.cure_tempalte_Main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
    padding: 20px;
}

.cure_tempalte_inner {
    max-width: 800px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #E7E7E7;
}

.logo_section {
    text-align: center;
    padding: 8px;
}

.recipt_details_section {
    background-color: #F15D66;
    padding: 10px 30px;
}

.recipt_list {
    padding-left: 0;
    list-style: none;
}

.recipt_list li {
    display: inline-block;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.recipt_list li span {
    text-decoration: underline;
}

.recipt_list li:before {
    content: "";
    width: 1px;
    height: 12px;
    top: 2px;
    background: #fff;
    display: inline-block;
    position: relative;
    margin: 0px 42px 0px 40px;
}

.recipt_list li:first-child:before {
    display: none;
}

.quiring_sec {
    padding: 15px;
    background-color: #FAFAFA;
    margin-bottom: 30px;
}

.quring_text {
    display: flex;
    align-self: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.quring_text p+p {
    margin-left: 90px;
}

.quring_heading {
    letter-spacing: 0px;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.quring_heading span {
    letter-spacing: 0px;
    color: #6D6D6D;
    font-size: 10px;
    line-height: 18px;
    display: block;
    font-weight: 400;
}

.patient_info_head {
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.patient_info_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.patient_info_list li {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 30px;
}

/* .patient_info_list li+ li{
      margin-left: 80px;
    } */
.patient_info_list li p {
    letter-spacing: 0px;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.patient_info_list li p span {
    letter-spacing: 0px;
    color: #6D6D6D;
    font-size: 12px;
    line-height: 18px;
    display: block;
    font-weight: 400;
}

.cureboonPay_section {
    padding: 0 14px;
}

.payment_table {
    width: 100%;
    border: 0px solid #B2BBCC;
    border-spacing: 0px;
}

.text_right {
    text-align: right;
}

.payment_table thead th {
    background-color: #ffffff;
    border-color: #ffffff;
}

.payment_table>thead {
    vertical-align: bottom;
}

.payment_table thead>tr>td {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.payment_table>tbody>tr>td {
    padding: 10px 12px;
    letter-spacing: 0;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    white-space: nowrap;
}

.payment_table>thead>tr>th {
    letter-spacing: 0;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 12px;
    border-bottom: 0px;
    font-weight: 400;
}

.payment_table thead th:first-child,
.payment_table>tbody>tr>td:first-child {
    padding-left: 0;
}

.subtotal_section {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0px;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    background-color: #B2BBCC;
}

.subtotal_inner_section {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0px;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    background-color: #fff;
    border-left: 1px solid #B2BBCC;
    border-right: 1px solid #B2BBCC;
}

.subtotal_inner_section p {
    letter-spacing: 0px;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.subtotal_inner_section p span {
    color: #6D6D6D;
}

.subtotal_inner_section+.subtotal_inner_section {
    padding-top: 0;
}

.Invoice_inner_section {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1E4382;
    margin-bottom: 12px;
}

.Invoice_inner_section p {
    letter-spacing: 0px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.total_amount_text {
    letter-spacing: 0px;
    color: #141313;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
}

.total_amount_text span {
    font-weight: 600;
}

.just_txt {
    letter-spacing: 0px;
    color: #141313;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 13px;
}

.Customer_Care {
    letter-spacing: 0px;
    color: #141313;
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 0px;
}

.fees_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    margin-right: -0px;
    margin-left: -0;
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 17px;
}

.fees_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.fees_list li:first-child {
    padding-right: 38px;
}

.signature_section {
    border: 1px solid #E7E7E7;
    height: 67px;
    position: relative;
}

.Doctor_Signature_text {
    letter-spacing: 0px;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 15px;
    bottom: -9px;
    background: #fff;
    padding: 0 4px;
}

.bottom_section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.download_btn,
.download_btn:hover,
.download_btn:focus {
    padding: 8px 45px;
    letter-spacing: 0px;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    border: 0.5px solid #141313;
    background-color: #F7F7F7;
}

.Print_btn,
.Print_btn:hover,
.Print_btn:focus {
    padding: 8px 45px;
    letter-spacing: 0px;
    color: #F15D66;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    border: 0.5px solid #141313;
}

.bottom_section a+a {
    margin-left: 12px;
}

.doc_name_top {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.doc_name_head {
    letter-spacing: 0px;
    color: #141313;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.doc_name_specialization {
    letter-spacing: 0px;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.patient_details_section {
    padding: 30px 20px 0 20px;
    background-color: #f5f7f7;
    margin-bottom: 20px;
}

.dignosis_section {
    padding: 20px;
}

.special_ins_heading {
    letter-spacing: 0px;
    color: #141313;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.dignosis_section+.dignosis_section {
    border-top: 1px solid #f5f7f7;
}

.sid_section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px;
    margin-bottom: 101px;
}

.sid_section_inner {
    max-width: 400px;
    border-top: 1px solid #f5f7f7;
    padding: 20px 40px;
}

.note_section {
    padding: 30px 20px;
    text-align: center;
}