.form-header {
    margin-bottom: 20px;
}

.form-header h1 {
    margin: 0;
    font-size: 16px;
}

.form-header h2 {
    margin: 0;
    font-size: 14px;
}

.form-header img {
    width: 100px;
}

.form-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.form-table,
.form-table th,
.form-table td {
    border: 1px solid #000 !important;
}

.form-table th,
.form-table td {
    padding: 5px;
    text-align: left;
    font-size: 15px;
}

.urdu-text {
    font-family: 'Jameel Noori Nastaleeq', serif;
    direction: rtl;
    text-align: right;
}

.photo {
    text-align: center;
}

.photo img {
    width: 80px;
    height: 100px;
    border: 1px solid #000;
}

.signature {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.signature td {
    border: none !important;
}

.float-container {
    display: flex;
    justify-content: space-between;
}

.float-container div {
    flex: 1;
}

.qr-code img {
    width: 60px;
    height: 60px;
}


.subheader {
    font-size: 16px;
    margin: 10px 0;
    text-align: center;
}

.form-content {
    margin: 20px 0;
}

.fees {
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
}

.personal-info {
    margin: 20px 0;
    text-align: center;
}
.set {
    flex: 1 1 auto;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.transform {
    transform: rotate(90deg);
    text-align: right;
}
.details tr td:nth-child(1) {
    width: 20%;
}

.details tr td:nth-child(2) {
    border-bottom: 1px solid black !important;
    width: 80%;
}

.width-50 tbody,
.width-33 tbody {
    display: flex;
}

.width-50 tbody tr {
    width: 50%;
    display: flex;
}

.width-33 tbody tr {
    width: 33%;
    display: flex;
}
.header {
    display: flex;
    justify-content: space-between;
}
.text-header {
    text-align: center;
}

.mainContainer {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #000;
    margin: 10px;
}
.header {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header img {
    height: 80px;
    border: 1px solid black;
}
.header h1 {
    margin: 0;
    font-size: 16px;
}
.header h2 {
    margin: 0;
    font-size: 14px;
}
table {
    width: 100%;
    margin: 20px 0;
}
th, td {
    padding: 8px;
    text-align: left;
}

.photo {
    text-align: center;
}
.photo img {
    width: 100px;
    height: 120px;
}
.urduText {
    font-family: 'Jameel Noori Nastaleeq', serif;
    direction: rtl;
    text-align: right;
}
.float-container {
    display: flex;
    justify-content: space-between;
}
.float-container div {
    flex: 1;
}
.float-content {
    display: flex;
    justify-content: space-between;
}
/* .float-content div {
    width: 48%;
} */
.signature {
    margin-top: 20px;
    text-align: right;
}


.visaHdng {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    width: max-content;
}
.firstLabelTd {
    width: 22%;
}
.tRow {
    display: flex;
    width: 100%;
}
.dottedBorderBottom {
    border-bottom: 1px dotted black;
}
.dateBoxHeader {
    border: 2px solid black;
}
.width16 {
    width: 16.6%;
}
.textUnwrap {
    white-space: nowrap;
}
.form-section {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.form-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3px;
}
.form-item-inner {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3px;
}
.form-item label {
    flex: 1;
    font-weight: 500;
}
.form-item .value {
    flex: 2;
    text-align: left;
    font-family: serif;
    font-weight: bold;
}
.section-header {
    font-weight: bold;
    margin-top: 10px;
}
.dual-language {
    display: flex;
    justify-content: space-between;
}
.nameTable {
    border: 1px solid black;
    border-collapse: collapse;
}
.nameTable th, td {
    border-left: 1px solid black;
    border-bottom: 1px dashed black;
    border-collapse: collapse;
    text-align: center;
}
.underline {
    border-bottom: 2px solid black;
}
.upperCase {
    text-transform: uppercase;
}
table {
    border: 2px solid black;
    border-collapse: collapse;
    width: 100%;
}
tr, th, td {
    border: 2px solid black;
    padding: 5px;
}
.fw-500 {
    font-weight: 500;
}
.sincerelyCont {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    padding-top: 50px;
}
.text-right {
    text-align: right;
}