*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: unset;
}
.required {
  color: red;
}
.top-line {
  font-size: 16px;
  margin-bottom: 13px;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.pdf_content {
  max-width: 1400px;
  margin: 0 auto 70px;
  padding: 20px 20px;
}

tbody tr {
  padding: 0px 5px;
}

.imp-note {
  margin: 25px;
}

.imp-note h2 {
  text-decoration: underline;
  font-size: 30PX;
  margin-bottom: 10px;
}

td label {
  display: inline-block;
  min-width: 50px;
}

.imp-note p {
  margin-bottom: 10px !important;
}

.elems {
  width: 30%;
  margin-bottom: 15px;
}

.header .h-text {
  padding-top: 30px;
}

input[type="checkbox"] {
  width: 11px;
  min-width: 11px;
  height: 11px;
}

input[type="radio"] {
  display: inline-block;
  text-align: center;
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
}

.checkboxes {
  display: flex;
}

.checkbox-container label {
  font-size: 10px;
  margin-left: 2px !important;
  margin-bottom: 0px;
  white-space: nowrap;
}

.checkbox-container {
  padding-left: 9px;
  display: flex;
}

.elem {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  line-height: 15px;
}

.elem a {
  padding: 0;
  margin: 0;
}

.h-light {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0px;
  padding-top: 0px;
}

.h-text {
  width: 25%;
  margin: 0px;
  font-size: 22px;
}

.logo {
  width: 20%;
  padding-top: 26px;
}

.logo img {
  /* height: 100px; */
}

.logo1 img {
  height: 100px;
  width: 25%px;

}

.main {
  display: flex;
  width: 100%;

  margin-left: 30px;
  color: #fff;
}

.heading {
  width: 100%;
  background-color: rgb(185, 23, 56);
  font-size: 24px;
  padding: 5px;
  margin: 0px;
}

.left {
  width: 1460px;
  background-color: #fff;

  border: 1px solid black;
  overflow-y: hidden;
  scrollbar-width: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  color: #000;
  margin: 0px;
}

td,
th {
  border: 1px solid #000000;
  text-align: left;
}

td:nth-child(1) {
  background-color: #ffffff;
  /* width: auto; */
  font-weight: 600;

  font-size: 14px
}

td:nth-child(2) {
  background-color: #ffffff;
  width: 47%;
  padding: 6px 3px;
  font-weight: 700;
  font-size: 16px;
}

td:nth-child(3) {
  background-color: #ffffff;
  width: 47%;
  padding: 0;
  font-weight: 700;
  height: 34px;
}

.page-2 td:nth-child(1) {
  background-color: #ffffff;
  width: 6%;
  font-weight: 700;
  text-align: center;
  font-size: 15px
}

.page-2 td:nth-child(2) {
  background-color: #ffffff;
  width: 35%;
  padding: 8px 3px;
  font-weight: 600;
  font-size: 14px;
}

.page-2 td:nth-child(3) {
  background-color: #ffffff;
  width: 59%;
  padding: 0;
  font-weight: 700;
  height: 34px;
}















.non-border {

  border-collapse: collapse;
  width: 100%;
  color: #ffffff;
}

.non-border tr,
th {
  /* border: 1px solid #000000; */
  text-align: left;
}

.non-border-items td:nth-child(1) {
  font-weight: lighter;
  /* width: 5%; */
  border: none;
  background-color: grey;
  font-size: 15px;
  font-weight: lighter;
}

.non-border-items td:nth-child(2) {

  width: 46.5%;
  /* padding: 6px 3px; */

  border: none;
  background-color: grey;
  font-size: 14px;
  font-weight: lighter;
}

.non-border-items td:nth-child(3) {

  width: 46.5%;
  border-left: 0;

  background-color: #fff;
  font-size: 15px;
  height: 34px;
}


.right-input-bottom td:nth-child(3) .field-left-b-1 {
  border-top: 1px solid #000;
}

.field-left {
  height: 100%;
  width: 100%;
  border: none;

}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  padding: 3px;
  text-align: center;
  height: 39px;
  font-size: 13px;
  border: none;
}



input.field-left {
  border: none !important;
  text-align: left;
}

input[type="text"] {
  text-align: left;
}

.field-left-items {
  height: 100%;
  width: 100%;
  border: none;
  background-color: grey;
  cursor: pointer;
}

.items-left {
  text-align: end;
}


.right {
  width: 1450px;
  margin-left: 5px;


  overflow-y: hidden;
  scrollbar-width: none;
}

.heading-right {
  width: 100%;
  background-color: rgb(185, 23, 56);
  font-size: 18px;
  padding: 10px;
  margin: 10px 0px;
  font-weight: 600;

}

.heading-right-main {
  width: 100%;
  background-color: rgb(185, 23, 56);
  margin: 0px;
  padding: 10px;
  font-size: 24px;
  font-weight: 400;
}

.right-para {
  padding-left: 10px;
  font-size: 14px;
  color: #000;
  padding-bottom: 10px;
  padding-top: 5px;
}

.page-2 li {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-left: 0px;
  font-size: 14px;
  color: #000;
  list-style: decimal;
}

.page-2 li a {
  text-decoration: none;
  color: #000;
}

.right .link {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding-left: 40px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.border {
  background-color: #fff;
}

.border td:nth-child(3) {
  background-color: #ffffff;
  width: 46.5%;
  height: 34px;
  border: 2px solid black;

}

.border {
  margin-top: 30px;
}

.right-field td:nth-child(1) {
  font-weight: lighter;
  /* width: 5%; */
  border: none;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: lighter;
  color: #000;
}

.right-field td:nth-child(2) {
  color: #000;
  width: 46.5%;
  /* padding: 6px 3px; */
  text-align: end;
  border: none;
  background-color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: lighter;
}

.right-field td:nth-child(3) {
  font-weight: 400;
  color: #000;
  width: 46.5%;
  padding: 0;
  border: 3px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  font-size: 13px;
  height: 34px;
}

.page-3 {
  display: flex;
  width: 100%;
  color: #fff;
}

.left-3 {
  width: 1460px;
  background-color: #fff;

  border: none;
  overflow-y: hidden;
  scrollbar-width: none;
}

.right-3 {
  width: 1450px;
  margin-left: 5px;


  overflow-y: hidden;
  scrollbar-width: none;
}

.right-input td:nth-child() {
  font-weight: lighter;
  width: 45%;
  border: none;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  color: #000;

  padding-right: 20px;

}

.checkboxes {
  display: flex;
  /* margin-top: 10px; */
}

.checkbox-1 {
  width: 50%;
  border: none;
  height: 25px;
}

.checkbox-2 {
  width: 50%;

}

.checkbox-c-2 {
  border: none;
}

.checkbox-c-1 td:nth-child(1) {
  width: 10%;


}

.checkbox-c-1 td:nth-child(2) {
  width: 10%;
  /* text-align: center; */


}

.checkbox-c-1 td:nth-child(3) {
  width: 80%;
  font-size: 16px;
  font-weight: normal;
  border: none;

}

.checkbox-c-2 td:nth-child(1) {
  width: 10%;

}

.checkbox-c-2 td:nth-child(2) {
  width: 80%;
  font-size: 14px;
  font-weight: normal;
  border: none;

}

.right-input-bottom td:nth-child(1) {
  font-weight: lighter;
  width: 4%;
  border: none;
  background-color: rgb(185, 23, 56);
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;



}

.right-input-bottom td:nth-child(2) {
  font-weight: lighter;
  width: 40%;
  border: 1px solid black;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: end;
  padding-right: 20px;

}


.right-input-bottom td:nth-child(3) {
  font-weight: 400;
  color: #000;
  width: 40%;
  padding: 0;
  border: 2px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  font-size: 13px;
  height: 34px;
}

.field-left-b {
  height: 50%;
  width: 100%;
  border: none;


}

.field-left-b-1 {
  height: 50%;
  width: 100%;
  border: none;
  border-top: 1px solid black;

}

.right-input-bottom-t {
  display: flex;
  flex-direction: column;
  height: 50%;
  font-size: 14px;
  line-height: 30px;
  text-align: start;
  margin: 0px;

}

.bottom-image {
  padding-top: 130px
}

.page-2 {
  display: flex;
  width: 100%;
  color: #fff;
  padding-top: 20px;
}

.left-2 {
  width: 1460px;
  background-color: #fff;

  border: none;
  overflow-y: hidden;
  scrollbar-width: none;
}

.right-2 {
  width: 1450px;
  margin-left: 15px;


  overflow-y: hidden;
  scrollbar-width: none;
}

.page-1 {
  display: flex;
  width: 100%;
  color: #fff;
}

.left-1 {
  width: 1460px;
  background-color: #fff;

  border: none;
  overflow-y: hidden;
  scrollbar-width: none;
}

.right-1 {
  width: 1450px;
  margin-left: 5px;
  padding-left: 15px;
  overflow-y: hidden;
  scrollbar-width: none;
}

.logo1 {
  display: flex;
  justify-content: center;
}


.customer-signature {
  border: dotted;
  margin-top: 5px;
  width: 250px;
  /*height: 100px; */
  float: right;
}


.customer-readonly {
  background-color: #e8e7e7 !important;
}

.signature-datepicker-container {
  border-top: solid 1px black;
}

.signature-container {
  width: 70%;
  float: left;
}

.signature-container .customer-signature {
  width: 100%;
}

.datepicker-container {
  width: 30%;
  float: left;
  margin-top: 4px;
}

.datepicker-container .hasDatepicker {
  border: dotted 3px black;
}

.sec-deposit-wrap {
  font-size: 12px;
}

.sec-deposit-wrap .float-left {
  float: left;
}

/* security deposit */
.float-left {
  float: left;
}
.sec-deposit-wrap .dollar {
  width: 8%;
  margin-top: 18px;
  text-align: right;
}

.sec-deposit-wrap .input-class {
  width: 30%;
}

.sec-deposit-wrap .input-sec-deposit {
  border: solid 1px #000 !important;
  border-radius: 5px;
  height: 30px;
  margin-top: 13px;
  width: 70%;
}

.sec-deposit-wrap .signature-wrap {
  width: 60%;
}

.sec-deposit-fill .dollar {
  margin-top: 8px;
}

.sec-deposit-fill .input-sec-deposit {
  margin-top: 5px;
}

.auth01-txt {
  display: flex;
  white-space: normal;
  justify-content: left;
  flex-wrap: wrap;
}

/*.sec-deposit-wrap  .customer-signature {} */

/* payment type */
.ach-payment-right-section,
.cc-payment-right-section,
.ach-payment-left-section,
.cc-payment-left-section,
.ach-payment-txt,
.cc-payment-txt {
  display: none;
}

.payment-type-wrapper {
  background: #000;
  margin: 5px 0px;
  padding: 5px;
  font-size: 24px;
  text-align: center;
}

.ach-heading {
  width: 20%;
  display: inline-block;
}

.or-heading {
  width: 20%;
  display: inline-block;
}

.cc-heading {
  width: 20%;
  display: inline-block;
}

/* Hide the default file input */
.input-left-side {
  width: 45% !important;
  float: left;
}

input[type="file"] {
  display: none;
}

/* Style the custom label */
.custom-file-upload {
  display: inline-block;
  color: #333;
  cursor: pointer;
  font-size: 10px;
  width: 40%;
  float: left;
  text-align: center;
  margin-top: 10px;
}

.view-upload {
  font-size: 10px;
  float: right;
  width: 15%;
  display: inline;
  margin-top: 10px;
  text-align: center;
  color: #000;
  text-align: center;
}

.customer_inst_signature_wrapper {
  width: 100%;
  text-align: center;
  margin-left: 45%;
}

.customer_inst_signature_wrapper .customer-signature {
  float: none;

}

.customer_inst_signature_wrapper .clear-signature {
  float: none;
}

.accessories-screen {
  margin-left: 30%
}

/*start signature*/
input.left-align-border {
  float: left;
  border: solid 1px !important;
  width: 50%;
  margin-left: 5px;
  border-radius: 5px;;
}
.clear {
  clear: both;
}

.hidden {
  display: none !important;
}

.openPopup {
  border: dotted 2px;
  width: 45px;
  text-align: center;
  float: left;
}

.openPopupInitial {
  border: dotted 1px;
  text-align: center;
  float: right;
  font-size: 10px;
  width: 22%;
  margin-top:12px;
  cursor: pointer;
}
.openPopupInitial span {
  color: red;
}
#clearCanvas, #clearCanvasInitial {
  text-decoration: underline;
  float: right;
}


.signature-btn img {
  margin-left: 10px;
}

.popup, .popup_initial {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

#popup .popup-content {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 400px;
  max-height: 100vh;
  overflow-y: auto;
}
#popup_initial .popup-content {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  max-height: 90vh;
  overflow-y: auto;
}

.tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}

.tab.active {
  color: #007bff;
  border-bottom: 2px solid #007bff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.choose-options {
  margin-top: 10px;
}

.choose-options label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.choose-options label:hover {
  background: #f9f9f9;
  border-color: #007bff;
}

.choose-options input[type="radio"] {
  display: none;
}

.choose-options input[type="radio"]:checked+div {
  border: 2px solid #007bff;
  background: #f5faff;
}

.option-content {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-grow: 1;
}

.details {
  font-size: 14px;
  line-height: 1.2;
}

.details b {
  display: block;
  font-size: 16px;
}

.signature-preview {
  font-family: cursive;
  font-size: 24px;
}

.initials {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f5f5f5;
  text-align: center;
  width: 50px;
}

.popup-footer {
  text-align: center;
  margin-top: 10px;
}

.popup-footer button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.popup-footer #cancel {
  background: #ddd;
  margin-right: 10px;
}

.popup-footer #create {
  background: #007bff;
  color: #fff;
}

.signed-by-wrapper {
  background: none;
  border: none;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  min-width: 140px;
  padding-inline-start: 25px;
  position: relative;
  text-align: start;
}

.signed-by-wrapper::before {
  border-bottom: 2px solid rgb(0, 92, 185);
  border-inline-start: 2px solid rgb(0, 92, 185);
  border-start-start-radius: 5px;
  border-end-start-radius: 5px;
  border-top: 2px solid rgb(0, 92, 185);
  content: "";
  display: block;
  height: calc(100% - 8px);
  inset-inline-start: 0px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.signed {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.signed-txt {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  margin-block: 5px;
  margin-inline: -8px 0px;
  min-height: 26px;
}

.popup, .popup_initial {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 400px;
  text-align: center;
}

.tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.tab {
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background: #f0f0f0;
  border-radius: 4px;
}

.tab.active {
  background: #007bff;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.signature-options label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.signature-options .signature {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  border-radius: 4px;
}

.popup-footer {
  margin-top: 10px;
}

.popup-footer button {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

#cancel, #cancel_initial {
  background: #ccc;
}

#create, #create_initial {
  background: #007bff;
  color: #fff;
}

/*

canvas#signatureCanvas {
  border: 1px solid #ccc;
  width: 100%;
  height: 150px;
}
canvas#signatureCanvasInitial {
  border: 1px solid #ccc;
  width: 100%;
  height: 75px;
}
*/
#uploadInput {
  margin: 10px 0;
}

.date-dots{
  border: dotted 1px !important;
  height: 30px !important;
}
/* end signature */

/* media queries */
@media only screen and (max-width: 1300px) {
  .logo {
    width: 22%;
  }
}

@media only screen and (max-width: 1024px) {
  .logo {
    width: 27%;
  }
}

@media only screen and (max-width: 820px) {
  .h-text {
    width: 25%;
    font-size: 18px;
  }

  .logo {
    width: 28%;
  }

  .elems {
    width: 30%;
  }

  .logo img {
    /* height: 100px; */
    width: 195px;
    margin: 0 auto;
  }

  td:nth-child(2) {
    background-color: #ffffff;
    width: 45%;
    padding: 5px 3px;
    font-weight: 700;
    font-size: 16px;
  }

  .non-border-items td:nth-child(1) {
    font-weight: lighter;
    width: 8%;
    border: none;
    background-color: grey;
    font-size: 12px;
    font-weight: lighter;
  }

  .page-2 {
    display: block;
    width: 100%;
    color: #fff;
    padding-top: 20px;
  }

  .page-1 {
    display: block;
    width: 100%;
    color: #fff;
    padding-top: 20px;
  }

  .page-3 {
    display: block;
    width: 100%;
    color: #fff;
    padding-top: 20px;
  }

  .left-1 {
    width: 100%;
  }

  .left-2 {
    width: 100%;
  }

  .right-2 {
    width: 100%;
  }

  .right-1 {
    width: 100%;
    padding-left: 0px;
  }

  .left-3 {
    width: 100%;
    background-color: #fff;
    border: none;
    /* overflow-y: hidden; */
    /* scrollbar-width: none; */
  }

  .right-3 {
    width: 100%;
    background-color: #fff;
    border: none;
    /* overflow-y: hidden; */
    /* scrollbar-width: none; */
    padding-left: 15px;
  }

  .checkbox-container {
    padding-left: 5px;
    /* display: flex; */
  }

  .page-2 td:nth-child(1) {
    background-color: #ffffff;
    width: 18%;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
  }

  .page-2 td:nth-child(2) {
    background-color: #ffffff;
    width: 84%;
    padding: 6px 3px;
    font-weight: 600;
    font-size: 12px;
  }
}


@media only screen and (max-width: 600px) {
  .page-2 td:nth-child(2) {
    background-color: #ffffff;
    width: 58%;
    padding: 6px 3px;
    font-weight: 600;
    font-size: 14px;
  }

  .page-2 td:nth-child(2) {
    background-color: #ffffff;
    width: 44%;
    padding: 6px 3px;
    font-weight: 600;
    font-size: 14px;
  }

  .elems {
    width: 100%;
  }

  .top-line {
    font-size: 16px;
    margin-bottom: 13px;
    text-align: center;
  }

  .header {
    display: block;
    justify-content: center;
    text-align: center;
  }

  .logo {
    width: 100%;
  }

  .h-text {
    width: 100%;
    font-size: 21px;
    text-align: center;
    padding: 10px 3px;
  }

  .left {
    display: flex;
    flex-direction: column;

  }

  .right {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0px;
  }

  .page-1 {
    display: flex;
    flex-direction: column;
  }

  .page-2 {
    display: flex;
    flex-direction: column;
  }

  .lists-right {
    padding-left: 0px;
    padding-right: 10px;
  }

  .right-para {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-3 {
    display: flex;
    flex-direction: column;
  }

  .logo1 img {
    width: 25%px;

  }

  .logo img {
    width: 25%px;

  }

  .heading {
    padding: 5px;
  }

  .pdf_content {
    max-width: 100%;
    margin: auto;
    padding: inherit;
  }

  .left-1 {

    margin-left: 0%;
  }

  .page-2 td:nth-child(1) {
    background-color: #ffffff;
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    display: block;
  }

  .page-2 td:nth-child(2) {
    background-color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
  }

  .page-2 td:nth-child(3) {
    background-color: #ffffff;
    width: 100%;
    display: block;
    line-height: 30px;
  }

  td {
    display: block;
    width: 100% !important;
  }

  .checkbox-container {
    padding-left: 9px;
    display: flex;
    align-items: center;
  }

  td label {
    display: inline-block;
    width: auto;
  }

  .checkbox-2 {
    width: 100%;
  }

  .checkbox-1 {
    width: 100%;
    border: none;
    height: 25px;
  }

  .checkboxes {
    display: block;
    width: 100%;
  }

  .checkboxes td {
    display: table;
  }

  .right-field td:nth-child(3) {
    height: 50px;
  }

  .bottom-image {
    padding-top: 130px;
    max-width: 100%;
    width: 300px;
    margin: auto;
  }

  .left-1 td:nth-child(1) {
    width: 10% !important;
    display: table-cell;
  }

  .left-1 td:nth-child(2) {
    width: 100% !important;
  }

  .left-1 td:nth-child(3) {
    height: 45px;
  }


  .right .link {

    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
  }

  .page-2 td:nth-child(1),
  .page-2 td:nth-child(2),
  .page-2 td:nth-child(2) {
    text-align: left !important;
  }

  .page-2 td:nth-child(1),
  .non-border-items td:nth-child(1) {
    position: absolute;
    width: 32px !important;
    background: none !important;
    left: 1px;
    border: 0;
  }

  .page-2 td:nth-child(2),
  .non-border-items td:nth-child(2) {
    padding-left: 37px !important;
  }

  .right {
    padding-left: 0 !important;
  }

  .header .h-text {
    padding-top: 10px;
  }

  .logo {
    padding-top: 10px;

  }

  .logo1 {
    justify-content: center;
  }

  .right-field td:nth-child(2) {
    text-align: center;
  }

  .right-field td:nth-child(1) {
    text-align: center;
  }

  .customer-signature {
    width: 100%;
    height: 130px;
  }


  .customer-signature {
    border: dotted;
    margin-top: 5px;
    width: 100%;
    height: 100px;
    float: none;
  }


}


