body {
    overflow-x: hidden;
}

.size-chart input {
    width: 160px !important;
    height: 50px;
}

.size-chart label {
    width: 50%;
}

.size-chart .d-flex {
    align-items: center;
}

.client-info label {
    min-height: 50px;
}

label {
    font-size: 18px;
    font-weight: 600;
}

.logo-txt {
    font-size: 30px;
    letter-spacing: 1px;
    font-family: monospace;
    padding-left: 20px;
}

.dash-opt1 {
    background-color: white;
    padding: 15px 25px;
    transition: 0.2s;
    box-shadow: 0px 0px 4px 1px #212529;
}

.dash-opt1 a {
    font-size: 20px;
    font-weight: 500;
    color: #212529;
    text-decoration: none;
}

.dash-opt1:hover {
    background-color: #d1d1d1;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 500;
    color: black;
    transition: 0.2s;
}

.col-heights {
    min-height: 1350px;
}

.srch-box {
    padding-right: 20px;
}

.srch-btn {
    background-color: white;
    color: black;
    height: 43px;
    margin-left: 10px;
}

.custom-fields {
  gap: 8px; /* gap kam karne ke liye */
}

.custom-fields p {
  background: #f9f9f9; 
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
  white-space: nowrap; /* text break na ho */
  font-weight: bold !important;
}

.with-bullet {
  position: relative;
  padding-right: 15px; /* bullet ke liye space */
}

.with-bullet::before {
  /* content: "•";  */
  position: absolute;
  right: 0; /* right side pe */
  color: #333; /* bullet ka color */
  font-size: 16px;
  line-height: 1;
}

/* Datatable */

div#example_filter {
    float: right;
    margin-bottom: 5px;
}


/* div#example_paginate {
    display: none;
} */


/* div#example_length {
    display: none;
} */

.print-div11 input {
    width: 55% !important;
    /* font-size: 17px !important; */
    /* font-weight: bold !important; */
}


/* .print-div11 label,
.print-div12 label {
    font-size: 15px !important;
    font-weight: bold !important;
} */

.print-div12 label {
    width: 100% !important;
    /* font-weight: bold !important; */
}


/* .print-div12 textarea {
    font-weight: 600;
} */

.prnt-two-line {
    min-height: 40px;
}

.print-div12 input {
    /* font-size: 17px !important; */
    margin-right: 0px;
    text-align: center;
    width: 95% !important;
    /* margin-left: 0px !important;
    padding: 5px !important; */
    /* font-weight: bold !important; */
}

.print-flex-row {
    display: flex!important;
    justify-content: space-between;
}

.print-div12 {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 50%;
}

.print-head-div {
    justify-content: space-between;
    gap: 5px;
    width: 100%;
}


/* .print-head-div label,
.print-head-div input {
    font-weight: bold !important;
    font-size: 15px !important;
} */

form {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-weight: 400; /* Nastaliq mostly needs normal */
    line-height: 2;   /* Urdu glyphs ke liye space */
}

.input-text{
    font-family: 'Noto Nastaliq Urdu', serif;
    font-weight: 400;
    direction: rtl;     /* Urdu ke liye Right-to-Left */
    text-align: right;  /* Cursor aur text right side se start */
    line-height: 32px;
}

@media(max-width: 767px) {
    .col-heights {
        min-height: 250px;
    }
    * {
        overflow-x: hidden;
    }
    .logo-txt {
        font-size: 18px;
        letter-spacing: 0px !important;
        font-family: monospace;
        padding-left: 0px !important;
        margin-bottom: 0;
        margin-left: 10px !important;
    }
    nav.navbar.bg-dark .logout-22 {
        font-size: 14px;
        font-weight: 700;
    }
    .form-white.col-md-6.d-flex:nth-child(2) {
        margin-top: 25px;
    }
    .sign-height {
        height: max-content !important;
    }
}

.print-div12 {
    display: block !important;
    margin-top: 0px !important;
}

.pg-name-print br {
    display: none;
}

input {
    font-size: 16px !important;
}

.delete-measurement {
    color: #0d6efd;
    text-decoration: underline;
}

.prnt-head1 {
    font-size: 16px;
}

.measurement-action {
    margin-left: 5px !important;
}

div#example_length {
    display: none !important;
}

div#example_filter {
    display: none !important;
}