body,
.pdf_form * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.pdf_form textarea,
.pdf_form select,
.pdf_form input,
.pdf_form button,
.pdf_form section,
.pdf_form u,
.pdf_form i,
.pdf_form b,
.pdf_form div,
.pdf_form a,
.pdf_form p,
.pdf_form h1,
.pdf_form h2,
.pdf_form h3,
.pdf_form h4,
.pdf_form h5,
.pdf_form h6 {
    font-family: Inter;
}
.pdf_form ul {
    list-style-type: none;
}
.pdf_form {
    padding: 15px 0;
}
.pdf_form_container {
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 15px 47px;
}
.pdf_form_container_5 {
    max-width: 70%;
}

.pdf_form_container label {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 400;
    color: #5A6875;
}
.pdf_form_container select,
.pdf_form_container textarea ,
.pdf_form_container input {
    width: 100%;
    border: none;
  
    padding: 10px;
}
.pdf_form_container textarea:focus,
.pdf_form_container input:focus {
    outline: none;
}
.form_flex {
    display: flex;
}
.form_flex1 {
    flex: 1;
}
.form_direction_column {
    flex-direction: column;
}
.form_gap_20 {
    gap: 20px;
}
.form_h_100 {
    height: 100%;
}
.title1_1 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.text_r {
    text-align: right;
}
.pdf_form_table {
    width: 100%;
    margin-top: 10px;
    white-space: wrap;
}

th.sydan24_th_width1 {
    min-width: 120px;
} 
th.sydan24_th_width2 {
    min-width: 335px;
}
th.sydan24_th_width4 {
    min-width: 170px;
}
.pdf_form_container td {
    padding: 5px !important;
    vertical-align: top;
}
.form_label_2 {
    display: inline-flex !important;
    gap: 5px;
    margin-right: 10px;
    margin-bottom: 0 !important;
    align-items: center;
}
.form_label_2 input {
    width: auto;
}
.min_h_85 {
    min-height: 85px;
}
.min_h_160 {
    min-height: 160px;
}
.mb_8 {
    margin-bottom: 8px !important;
}
.m_h_400 {
    min-height: 400px;
}
.v_align_bottom {
    vertical-align: bottom !important;
}
.form_align_center {
    align-items: center;
}
.form_justify_between {
    justify-content: space-between;
}
.title1_2 {
    font-size: 13px;
    margin-top: 20px;
}
.submit_btn {
    text-align: right;
    margin-top: 10px;
}
.submit_btn button {
    color: #fff;
    width: 120px;
    border: 1px solid #000;
    padding: 3px;
}
.submit_btn button:first-child {
    background: blue;
}
.submit_btn button:last-child {
    background: #ff0000;
}
.submit_btn_2 button {
    background: #b3b2b2 !important;
    border-color: #b3b2b2 !important;
    color: #000;
}
.title1_3 {
    font-size: 21px;
    line-height: 30px;
    font-family: inter;
    color: #1D2327;
    font-weight: 600;
}
.my_10 {
    margin: 10px 0;
}
.text_1_4 {
    font-size: 15px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.p_0 {
    padding: 0 !important;
}
.bdr_bottom {
    border-bottom: 1px solid !important;
}
.p_7 {
    padding: 7px !important;
}
.pdf_form_table_2 th {
    font-size: 12px;
    padding: 5px !important;
}
.pdf_form_table_2 b {
    font-size: 12px;
}
.fz_11 {
    font-size: 11px !important;
}
.form_label_3 span {
    font-size: 11px;
}
.pdf_form_table_3 tr td:first-child {
    width: 0;
}
.form_separator {
    border-top: 1px solid;
    padding-top: 10px;
    margin-top: 10px;
}
.flex_0_2 {
    flex: 0.2;
}
.h_10 {
    height: 10px;
}
.form_gap_10 {
    gap: 10px;
}
.min_h_560 {
    min-height: 560px;
}
.w_65 {
    width: 65%;
}
.mb_20 {
    margin-bottom: 20px;
}
.pdf_form_container .input_type1 {
    background: transparent;
    border-bottom: 1px solid;
    padding: 0;
}
.pdf_form.sydan_pdf_form_23 {
    background: black;
}
.sydan_title_pdf {
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
    font-weight: 600;
}
button.sydan24_pdf_download {
    background-color: #009e82 !important;
    color: #fff !important;
    border-color: #009e82 !important;
    border-radius: 2px;
    padding: 6px 20px;
    text-transform: capitalize !important;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    margin-left: auto;
}
button.sydan24_pdf_download span {
    margin-top: 2px;
}
.sydan_pdf_form_23 .sydan24_pdf_download {
    font-weight: 400;
}
@media print {
    @page {
        size: A4;
    }
    .pdf_form {
        margin-top: -120px !important;
    }
    #header, #footer, .sydan24_pdf_download {
        visibility: hidden;
        background: #fff;
    }
    .sydan_title_pdf {
        margin-bottom: 10px !important;
        text-align: center;
        font-size: 20px !important;
        /* margin-top: 15px; */
        font-weight: 600;
    }
    .pdf_form_container label {
        font-size: 12px !important;
    }
    .sydan24_pdf_download{
        display: none !important;
    }
    .pdf_form_container {
        max-width: 100% !important;
        padding: 0 !important;
    }
    .pdf_form.sydan_pdf_form_23 {
        background:none !important;
    }
    /* .mb_20 {
        margin-bottom: 0px !important;
    } */
    #main {
        gap: 0;
        top: 0;
        left: 0;
        margin: 0;
    }
    /* button.sydan24_pdf_download {
        display: none;
    } */
}
@media only screen and (max-width: 600px) {
    .pdf_form_container {
        max-width: 100% !important;
    }
}

.pdf_form_container input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="number"]) {
    padding: 10px !important; /* Or use 'initial' if you want to revert to the default padding */
  }

.quotation_main_form_wrap {
    margin-left: 21px;
}
.wrap.sydna24_old_prescript_wrap {
    background: #fff;
    /* margin-top: 39px; */
}
.sydan_main_layout {
    padding: 20px;
}
 

.sydan_pdf_form_23 textarea{
    min-height: 56px !important;
    background-color: #ddd !important;
    color: #14142b !important;
}
.sydan_pdf_form_23 input{
    background-color: #ddd !important;
    color: #14142b !important;
}
.sydan_pdf_form_23 table {
    border: 2px solid #14142b !important;
    border-collapse: collapse  !important;
    border-bottom: 2px solid #14142b !important;
}
.sydan_pdf_form_23 b {
    font-weight: 600 !important;
    font-size: 14px !important;
}
.sydan_pdf_form_23 p {
    font-size: 13px !important;
}

.certificate_font_size span {
    font-size: 13px !important;
}

.certificate_font_size li {
    font-size: 13px !important;
}
p.sydan_hospital_numnber {
    text-align: left;
    margin-top: 21px;
}