.sub-head {
  font-weight: 700;
  margin-bottom: 35px;
  font-size: 22px;
  line-height: 45px;
  color: var(--blue);
}

.dis-txt {
  margin-top: 23px;
  color: blue;
}

div#inv-another-div {
  margin-top: 40px;
}

.stage-wrap {
  background-color: var(--white);
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0px 8px 14px rgba(192, 195, 201, 0.2);
  border: 1px solid var(--light-grey);
}

.data-row.flex-rev.mipd.single-chk {
  margin-bottom: 25px;
}

.single-chk {
  margin-bottom: 0;
}

.data-row {
  display: flex;
  margin-bottom: 24px;
}

.square {
  width: 28px;
  height: 28px;
  position: relative;
  background: #1b469e;
  border-radius: 3px;
  float: none;
}

.square label {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #fff;
}

.data-h1 {
  line-height: 10px;
  margin-bottom: 8px;
  display: flex;
}

.i_am_a {
  font-size: 20px;
  margin: 0 40px;
}

.data-gap {
  width: 20px;
}

span.mend {
  margin: 0 7px;
}

.data-sec {
  width: 33%;
}

.data-inp {
  width: 100%;
  position: relative;
}

.data-input {
  width: 100% !important;
  border: 1px solid #505050 !important;
  border-radius: 8px !important;
  height: 44px !important;
  box-sizing: border-box !important;
  padding: 0 10px !important;
}

span.inp-label {
  font-size: 14px;
}

.dyn-edit,
.save-dyn-btn,
.can-email-btn,
.save-cust-btn,
.can-cust-btn {
  display: none;
  color: #1b469e;
  cursor: pointer;
  font-size: 14px;
}

.save-dyn-btn,
.save-cust-btn {
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #1b469e;
  height: 38px;
  line-height: 38px;
  padding: 0 13px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.diffArea {
  display: none;
}

#renterArea {
  display: block;
}

textarea.text-area {
  box-sizing: border-box;
  width: 100%;
  height: 109px;
  resize: none;
  border: 1px solid #505050;
  border-radius: 8px;
  padding: 10px;
}

.new-org-form-out .fif {
  width: 50%;
}

.data-gaper {
  width: 100%;
}

.date-flex,
.buton-flex {
  display: flex;
}

.new-org-form-out .stageBtn,
.new-org-form-out .backBtn {
  margin: 10px auto 0;
}

.gut {
  flex-grow: 1;
}

.stageBtn,
.backBtn {
  margin: 0px auto 0;
  height: 54px;
  line-height: 54px;
  background-color: #1b469e;
  border-radius: 8px;
  width: 216px;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  text-align: center;
  transition: .2s all;
  padding: 0;
  box-sizing: border-box;
}

.load-area-new {
  text-align: center;
  margin-top: 37px;
  display: none;
}

.result-div {
  position: relative;
  display: none;
}

.result-div-in {
  position: absolute;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  top: 2px;
  overflow: auto;
  min-height: 100px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 18%);
  max-height: 250px;
}

.result-row {
  background-color: #fff;
  padding: 15px 30px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.main-row-in {
  display: flex;
  font-size: 14px;
}

.org-res-data {
  width: 280px;
  margin-bottom: 10px;
}

.result-row:last-child {
  margin-bottom: 0;
}

.org-res-data.hi-ks.k1 {
  font-size: 14px;
}

.inBlg {
  direction: rtl;
  margin-bottom: 100px;
}

.result-row:hover {
  background-color: #e1e1e1;
}

.result-print-div,
.result-print-div-payee {
  margin-top: 20px;
  display: none;
}

.result-print-div .data-row,
.result-print-div-payee .data-row {
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.button-area {
  width: 100%;
}

.fif {
  width: 50%;
}

span.inp-label {
  font-size: 14px;
  font-weight: 400;
}

.proPrice {
  margin-bottom: 5px;
}

.sptxt {
  margin-bottom: 15px;
  text-align: center;
}

body,
input,
textarea {
  font-family: system-ui, sans-serif;
}