* {
  box-sizing: border-box;
}

button {
  background-color: unset;
  border: unset;
  padding: unset;
  outline: unset;
}

html, body, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(243, 243, 243);
  font-family: "Roboto", sans-serif;
  color: rgb(0, 20, 0);
}

.menuButton {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin: auto 30px;
  position: relative;
  font-size: 12px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  text-align: center;
}
.menuButton span {
  position: absolute;
  top: 100%;
  width: 250%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menuButton svg {
  fill: rgb(235, 248, 190);
  height: 25px;
  width: 25px;
}

.topPane {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 1% 2% 2% 2%;
  position: relative;
}

.switchViewBtn {
  background-color: rgb(235, 248, 190);
  height: inherit;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.switchViewBtn svg {
  fill: white;
  width: 25px;
  height: 25px;
}

.switchViewBtn:hover {
  background-color: green;
}

.switchViewBtnActiv {
  background-color: green;
}

.switchViewBtn:nth-child(1) {
  border-radius: 7px 0 0 7px;
}

.switchViewBtn:nth-child(2) {
  border-radius: 0 7px 7px 0;
}

.switchBtnHoldr {
  width: 80px;
  position: relative;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.switchVewText {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 13px;
  color: rgb(0, 20, 0);
  text-align: center;
}

.paneAddProdBtn {
  width: 80px;
  margin-left: 20px;
  border-radius: 7px;
  background-color: rgb(235, 248, 190);
  padding: 0 10px;
  height: 40px;
  position: relative;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.paneAddProdBtn svg {
  fill: white;
}
.paneAddProdBtn span {
  top: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 13px;
  color: rgb(0, 20, 0);
}

.sumOptDropr {
  position: absolute;
  right: 2%;
  width: 120px;
  border: solid rgb(235, 248, 190) 1px;
  height: 35px;
  border-radius: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding-right: 10px;
}

.sumOptDropr::after {
  content: "";
  left: 10px;
  border-left: solid rgb(235, 248, 190) 1px;
  border-bottom: solid rgb(235, 248, 190) 1px;
  position: absolute;
  height: 10px;
  width: 10px;
  margin-bottom: 5px;
  transform: rotate(-45deg);
  text-align: left;
}

.sumOptHldr {
  position: absolute;
  top: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  right: 2%;
  background-color: white;
  width: 150px;
  border-radius: 7px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  padding: 8px;
  z-index: 1;
  transition: 0.3s;
  height: 223px;
  border: solid rgba(0, 20, 0, 0.1) 0.3px;
}

.sumOptHider {
  height: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: unset;
  border: unset;
}

.paySumarry {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.payElement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 30px;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 7px;
  color: white;
}
.payElement h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.payElement:first-child {
  background-color: rgb(235, 248, 190);
  margin-right: auto;
  margin-left: 2%;
}

.payElement:last-child {
  margin-left: auto;
  background-color: rgb(0, 20, 0);
  margin-right: 2%;
}

.paySubElement {
  margin-bottom: 10px;
  margin-top: 5px;
}
.paySubElement button {
  color: white;
  font-size: 16.5px;
  text-align: left;
}
.paySubElement button:first-child {
  color: white;
  width: 60%;
}

#popUp {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 20, 0, 0.5);
  position: fixed;
  bottom: 0;
  z-index: 4;
  transition: 0.3s;
}

.popUp {
  height: 100% !important;
}

.dateRangeInputDiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  margin: auto;
  margin-top: calc((100% - 300px) / 4.5);
  height: auto;
  width: 400px;
  background-color: white;
  padding: 15px 15px;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}
.dateRangeInputDiv h4 {
  margin: unset;
  width: 100%;
  margin-bottom: 40px;
}
.dateRangeInputDiv h5 {
  margin: unset;
  width: 100%;
  margin-bottom: 4px;
}

.dateRangeInputSubDiv {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border: solid rgb(235, 248, 190) 1px;
  border-radius: 5px;
}

.dateRangeInputSubDiv:first-of-type {
  margin-bottom: 40px;
}

.dateRangeInputFielNest {
  position: relative;
  height: inherit;
  width: 33.3333333333%;
}
.dateRangeInputFielNest input {
  height: inherit;
  width: 100%;
  background-color: unset;
  border: unset;
  outline: unset;
  text-align: center;
}

.dateRangeInputFielNest:first-child::after, .dateRangeInputFielNest:nth-child(2)::after {
  position: absolute;
  content: "";
  height: 100%;
  transform: rotate(20deg);
  border-right: solid rgb(235, 248, 190) 1px;
  right: 10px;
}

.dateRangeButton {
  margin-top: 20px;
  font-size: 15px;
  background-color: rgb(235, 248, 190);
  color: white;
  height: 40px;
  width: 120px;
  border-radius: 7px;
  margin-left: calc(100% - 120px);
}

.exitPopUpButton {
  height: 40px;
  width: 40px;
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: rgb(150, 0, 0);
  color: white;
  border-radius: 5px;
}
.exitPopUpButton svg {
  fill: white;
  height: 25px;
  width: 25px;
}

.code-Message-container {
  background-color: white;
  width: 350px;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15%;
  padding: 15px;
  border-radius: 7px;
}

.message {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
}

.decissionDiv {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.decissionDiv button {
  width: 35%;
  height: 40px;
  margin: auto;
  font-weight: 600;
  border-radius: 7px;
}
.decissionDiv button:first-child {
  margin-left: 0;
  background-color: #dad7d7;
  color: #001400;
}
.decissionDiv button:last-child {
  margin-right: 0;
  background-color: rgb(235, 248, 190);
  color: white;
}

.blockReasonRow {
  font-size: 12px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
.blockReasonRow input {
  margin-right: 10px;
}

.rightPane, .pacentagatPane {
  border: solid rgba(0, 20, 0, 0.1) 0.3px;
  background-color: rgba(218, 215, 215, 0.1);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 5px;
  padding: 5px;
}
.rightPane h4, .pacentagatPane h4 {
  margin: unset;
  font-size: 14px;
}
@media (min-width: 600px) {
  .rightPane, .pacentagatPane {
    width: 95%;
  }
}
@media (min-width: 1025px) {
  .rightPane, .pacentagatPane {
    width: 90%;
  }
}
@media (min-width: 600px) {
  .rightPane, .pacentagatPane {
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  .rightPane, .pacentagatPane {
    margin-left: 5%;
  }
}
@media (min-width: 600px) {
  .rightPane, .pacentagatPane {
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  .rightPane, .pacentagatPane {
    margin-right: 5%;
  }
}

.paneContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  font-size: 12px;
  color: rgb(0, 20, 0);
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.rightPaneButton {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid rgba(0, 20, 0, 0.2) 0.3px;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 0 5px;
  font-size: 11.2px;
}

.pacentagatPane {
  background-color: unset;
}
.pacentagatPane h4 {
  background-color: rgb(1, 51, 1);
  height: 40px;
  color: white;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-size: 16px;
}
@media (min-width: 600px) {
  .pacentagatPane h4 {
    font-size: 1.5vw;
  }
}
@media (min-width: 1025px) {
  .pacentagatPane h4 {
    font-size: 16px;
  }
}
.pacentagatPane h4 span {
  margin-left: 20px;
}

.pacentagatPaneContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.rightPacentage {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  font-size: 11.5px;
  text-align: left;
  padding: 0 5px;
  color: rgb(0, 20, 0);
  border-radius: 5px;
  height: 30px;
  letter-spacing: 1px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid rgba(0, 20, 0, 0.2) 0.3px;
  font-weight: 600;
}

.rightPacentage:first-child {
  margin-right: 2.75%;
  margin-left: unset;
}

.rightPacentage:last-child {
  margin-left: 2.75%;
  margin-right: unset;
}

.comission-form {
  width: 35%;
  height: 200px;
  margin: auto;
  background-color: rgb(243, 243, 243);
  border-radius: 7px;
  margin-top: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 20px;
}
.comission-form h4 {
  margin: 10px auto;
  margin-bottom: 20px;
  width: 100%;
}

.comission-input_holder {
  width: 100%;
  border: solid rgba(0, 20, 0, 0.3) 1px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 0 10px;
  border-radius: 7px;
  margin-bottom: 15px;
  margin-bottom: 10px;
}
.comission-input_holder span {
  width: 20%;
  height: 90%;
  border-right: solid rgba(0, 20, 0, 0.3) 1px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding-right: 15px;
}
.comission-input_holder input {
  height: 100%;
  width: 80%;
  border: unset;
  outline: unset;
  background-color: unset;
  color: rgb(0, 20, 0);
  padding-left: 10px;
  font-size: 14px;
}

.creatUserForm {
  height: auto;
  margin: auto;
  margin-top: 20px;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.subForm {
  height: auto;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  margin: 10px auto;
  width: 100%;
  padding: 10px 20px;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-radius: 7px;
  padding-bottom: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}
.subForm h4 {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 0;
}

.primaryLabel {
  width: 45%;
  height: 30px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  height: 40px;
  max-height: 40px;
  border-radius: 7px;
  padding: 0 10px;
  padding-left: unset;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.primaryLabel span {
  max-width: 30%;
  padding-right: 5px;
  padding: 7px;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  border-right: solid rgba(0, 20, 0, 0.1) 1px;
  background-color: rgba(0, 128, 0, 0.15);
  color: rgb(0, 20, 0);
  font-size: 12px;
}
.primaryLabel input[type=text] {
  width: 80%;
  background-color: unset;
  border: unset;
  outline: unset;
  padding-left: 10px;
  padding-right: 15px;
}

.subForm:first-child .primaryLabel:nth-last-child(odd) {
  margin-left: unset;
}
.subForm:first-child .primaryLabel:nth-last-child(even) {
  margin-left: 7%;
}

.primaryLabel:nth-child(2), .primaryLabel:nth-child(3) {
  margin-top: 15px;
}

.subForm:nth-child(2) .primaryLabel:nth-last-child(even) {
  margin-left: unset;
  margin-right: 7%;
}

.primaryDivs {
  width: 45%;
  margin-top: 25px;
  height: auto;
  max-height: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 7px;
}
.primaryDivs .heading {
  font-size: 13.5px;
  padding: 5px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-height: 30px;
  width: 98%;
  margin: 0 auto 0 auto;
  margin-bottom: 5px;
  border-bottom: solid rgba(0, 20, 0, 0.1) 1px;
  font-weight: 600;
}
.primaryDivs .address {
  width: 98%;
  min-height: 60px;
  border: unset;
  outline: unset;
  padding: 5px;
  height: 50px;
}

.secondaryDiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.secondarLabels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  width: 50%;
}
.secondarLabels span {
  background-color: unset !important;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: 30%;
  font-size: 12px;
}
.secondarLabels input[type=chechbox] {
  height: unset;
  width: unset;
}

.notice {
  color: rgba(255, 0, 0, 0.918);
  width: 100%;
  padding: 5px;
  background-color: rgba(255, 0, 0, 0.1);
  font-size: 13px;
}

.subForm:first-child .primaryLabel:nth-child(5) {
  padding-right: unset;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) {
  margin-top: 10px;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) .secondarLabels:last-child {
  width: 70%;
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  border-radius: 5px;
  outline: unset;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) .secondarLabels:last-child input {
  outline: unset;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) .secondarLabels:first-child {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: 30%;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) .secondarLabels:first-child span {
  border: solid red 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: unset;
  padding: unset;
  padding-left: 10px;
  margin-right: 10px;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) .secondarLabels:first-child input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.passporPhoto {
  height: 150px;
  width: 150px;
  border-radius: 7px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  margin-left: calc(100% - 160px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  overflow: hidden;
}
.passporPhoto img {
  width: 120%;
  height: 120%;
}

.none-display-class {
  display: none;
}

.createUser {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-top: 30px;
  margin-bottom: 45px;
  margin-left: calc(100% - 220px);
  background-color: green;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.topnav {
  width: 100%;
  background-color: white;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 0 2%;
}
.topnav nest {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.dashboardLogo {
  width: 70px;
  height: 70px;
}
.dashboardLogo img {
  max-width: 120%;
  max-height: 120%;
}

.topNaveLeft {
  width: calc(100% - 70px);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding-right: 20%;
  padding-right: 10%;
}
@media (min-width: 600px) {
  .topNaveLeft {
    padding-right: 20%;
  }
}
@media (min-width: 1025px) {
  .topNaveLeft {
    padding-right: 20%;
  }
}

.searchBar {
  height: 45px;
  width: 350px;
  width: 80%;
  height: 40px;
  box-shadow: 0px 0.5px 6px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  .searchBar {
    width: 40vw;
  }
}
@media (min-width: 1025px) {
  .searchBar {
    width: 350px;
  }
}
@media (min-width: 600px) {
  .searchBar {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .searchBar {
    height: 45px;
  }
}
@media (min-width: 600px) {
  .searchBar {
    border-radius: 20px;
  }
}
@media (min-width: 1025px) {
  .searchBar {
    border-radius: 20px;
  }
}
.searchBar input {
  width: calc(100% - 45px);
  width: calc(100% - 40px);
  height: inherit;
  border-radius: inherit;
  border: unset;
  outline: unset;
  padding: 0 0;
}
@media (min-width: 600px) {
  .searchBar input {
    width: calc(100% - 45px);
  }
}
@media (min-width: 1025px) {
  .searchBar input {
    width: calc(100% - 45px);
  }
}
@media (min-width: 600px) {
  .searchBar input {
    padding: 10px 30px;
  }
}
@media (min-width: 1025px) {
  .searchBar input {
    padding: 10px 30px;
  }
}

.searchButton {
  width: 40px;
  height: inherit;
  color: green;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 128, 0, 0.1);
}
@media (min-width: 600px) {
  .searchButton {
    width: calc(100% - (100% - 45px));
  }
}
@media (min-width: 1025px) {
  .searchButton {
    width: calc(100% - (100% - 45px));
  }
}
.searchButton svg {
  fill: green;
  height: 30px;
  width: 30px;
  width: 25px;
  height: 25px;
}
@media (min-width: 600px) {
  .searchButton svg {
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .searchButton svg {
    width: 30px;
  }
}
@media (min-width: 600px) {
  .searchButton svg {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .searchButton svg {
    height: 30px;
  }
}

.leftNav, .rightNav {
  width: 14%;
  height: inherit;
  background-color: green;
  position: fixed;
  height: 100%;
  width: 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  .leftNav, .rightNav {
    width: 14%;
  }
}
@media (min-width: 1025px) {
  .leftNav, .rightNav {
    width: 14%;
  }
}

.leftNav {
  width: 0;
}
@media (min-width: 600px) {
  .leftNav {
    width: 0;
  }
}
@media (min-width: 1025px) {
  .leftNav {
    width: 14%;
  }
}

.rightNav {
  right: 0;
}

.midleContainer {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

.rightNav {
  background-color: white;
  margin-left: 0;
  margin-right: 1.5%;
  width: 15%;
  width: 0;
}
@media (min-width: 600px) {
  .rightNav {
    width: 20%;
  }
}
@media (min-width: 1025px) {
  .rightNav {
    width: 15%;
  }
}

.contentHolder {
  background-color: white;
  height: auto;
  width: 67%;
  margin-left: 15.5%;
  margin-right: auto;
  padding-bottom: 50px;
  width: 100%;
  margin-left: 0;
}
@media (min-width: 600px) {
  .contentHolder {
    width: 77%;
  }
}
@media (min-width: 1025px) {
  .contentHolder {
    width: 67%;
  }
}
@media (min-width: 600px) {
  .contentHolder {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .contentHolder {
    margin-left: 15.5%;
  }
}

.menuHolder {
  margin-right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.mobile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 600px) and (max-width: 999px) {
  .mobile-card {
    display: none;
  }
}
@media (min-width: 1000px) {
  .mobile-card {
    display: none;
  }
}

.loginPage {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  position: relative;
  padding: 0 2%;
}

.loginForm {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.5rem;
  margin: auto;
  height: auto;
  border: solid rgb(0, 20, 0) 1px;
  border-radius: 0.5rem;
  background: white;
  padding-bottom: 3rem;
}

.loginInput,
.loginBtn {
  width: 100%;
  max-width: 300px;
  height: 2.8rem;
  border-radius: 0.5rem;
  border: solid #001400 1px;
  padding: 0 0.75rem;
  font-size: 0.9rem;
  color: rgb(0, 20, 0);
  background-color: white;
  margin: 0 auto 1rem auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  text-align: left;
}
.loginInput:focus,
.loginBtn:focus {
  outline: none;
  border: solid rgb(235, 248, 190) 1px;
  background-color: white;
  box-shadow: unset;
}

.loginInput::placeholder {
  color: rgba(0, 20, 0, 0.5);
  font-size: 0.9rem;
  font-weight: 400;
}

.loginBtn {
  background-color: green;
  color: white;
  font-weight: 600;
  border: unset;
  text-align: center;
  margin-bottom: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loginBtn:hover {
  background-color: green;
}
.loginBtn:focus {
  outline: none;
  border: unset;
  background-color: rgb(235, 248, 190);
  box-shadow: unset;
}

.loginBtn {
  margin: 0 auto 0.5rem auto;
}

.loginBtn:last-child {
  background-color: #001400;
}

.logoHolder {
  width: 10.5rem;
  height: 10.5rem;
  margin: 0 auto 2rem auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.logoHolder img {
  max-width: 100%;
  max-height: 100%;
}

.errorBoder {
  border: solid rgba(196, 1, 1, 0.5) 1px;
  background-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
}
.errorBoder:focus {
  outline: none;
  border: solid rgba(196, 1, 1, 0.5) 1px;
  background-color: rgba(243, 243, 243, 0.5);
  box-shadow: unset;
}

@media (max-width: 1024px) {
  .loginForm {
    max-width: 350px;
    padding: 2rem 1rem;
  }
  .loginInput,
  .loginBtn {
    max-width: 280px;
    height: 2.6rem;
    font-size: 0.85rem;
  }
  .loginBtn {
    margin: 0 auto 0.5rem auto;
  }
  .logoHolder {
    width: 6.5rem;
    height: 6.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .loginForm {
    max-width: 90%;
    padding: 1rem 1rem;
    margin-top: 30%;
  }
  .loginInput,
  .loginBtn {
    width: 100%;
    max-width: none;
    height: 2.5rem;
    font-size: 0.85rem;
    margin: 0 auto 2rem auto;
  }
  .loginBtn {
    margin: 0 auto 1rem auto;
  }
  .logoHolder {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
  }
}
.table-container {
  width: 99%;
  width: 95%;
  border: solid rgba(0, 20, 0, 0.1) 0.3px;
  padding: 10px;
  min-height: 600px;
  margin: auto;
  margin-top: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 7px;
  background-color: rgba(218, 215, 215, 0.01);
}
@media (min-width: 600px) {
  .table-container {
    width: 95%;
  }
}
@media (min-width: 1025px) {
  .table-container {
    width: 95%;
  }
}
@media (min-width: 600px) {
  .table-container {
    border: solid rgba(0, 20, 0, 0.1) 0.3px;
  }
}
@media (min-width: 1025px) {
  .table-container {
    border: unset;
  }
}
@media (min-width: 600px) {
  .table-container {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .table-container {
    padding: 10px;
  }
}

.table_heading {
  width: 98%;
  margin: 0 1%;
  margin-top: 20px;
  margin-top: 5px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  .table_heading {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  .table_heading {
    margin-top: 20px;
  }
}

.table {
  min-height: 100%;
  margin: 0 1%;
  margin-top: 2px;
  width: 98%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  font-size: 12px;
  font-size: 10.5px;
}
@media (min-width: 600px) {
  .table {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .table {
    font-size: 12px;
  }
}

.table_row {
  width: 100%;
  height: 45px;
  height: 40px;
  background-color: rgba(0, 128, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 0 5px;
}
@media (min-width: 600px) {
  .table_row {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .table_row {
    height: 45px;
  }
}

.table_row:nth-child(even) {
  background-color: unset;
}

.scrolable {
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: inherit;
}

.img_holder {
  width: 35px;
  height: 35px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}
@media (min-width: 600px) {
  .img_holder {
    height: 35px;
  }
}
@media (min-width: 1025px) {
  .img_holder {
    height: 35px;
  }
}
@media (min-width: 600px) {
  .img_holder {
    width: 35px;
  }
}
@media (min-width: 1025px) {
  .img_holder {
    width: 35px;
  }
}
.img_holder img {
  max-width: 150%;
  max-height: 150%;
}

.row_column:nth-child(2) {
  width: 14%;
  margin-left: 10px;
  width: 30%;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .row_column:nth-child(2) {
    width: 23%;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(2) {
    width: 14%;
  }
}
@media (min-width: 600px) {
  .row_column:nth-child(2) {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(2) {
    margin-left: 10px;
  }
}

.row_column:nth-child(3) {
  width: 55%;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .row_column:nth-child(3) {
    width: 35%;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(3) {
    width: 28%;
  }
}
@media (min-width: 600px) {
  .row_column:nth-child(3) {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(3) {
    margin-left: 10px;
  }
}

.row_column:nth-child(4) {
  width: 18%;
  margin-left: 10px;
  width: 0;
  margin-left: 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  .row_column:nth-child(4) {
    width: 14%;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(4) {
    width: 14%;
  }
}
@media (min-width: 600px) {
  .row_column:nth-child(4) {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(4) {
    margin-left: 10px;
  }
}

.row_column:nth-child(5) {
  width: 18%;
  margin-left: 10px;
  width: 0;
  margin-left: 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  .row_column:nth-child(5) {
    width: 0;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(5) {
    width: 14%;
  }
}
@media (min-width: 600px) {
  .row_column:nth-child(5) {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(5) {
    margin-left: 10px;
  }
}

.row_column:nth-child(6) {
  width: 0;
  margin-left: 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  .row_column:nth-child(6) {
    width: 0;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(6) {
    width: 14%;
  }
}
@media (min-width: 600px) {
  .row_column:nth-child(6) {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(6) {
    margin-left: 10px;
  }
}

.row_column:nth-child(7) {
  width: 0;
  margin-left: 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  .row_column:nth-child(7) {
    width: 14%;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(7) {
    width: 14%;
  }
}
@media (min-width: 600px) {
  .row_column:nth-child(7) {
    margin-left: 10px;
  }
}
@media (min-width: 1025px) {
  .row_column:nth-child(7) {
    margin-left: 10px;
  }
}

.creatUserForm {
  height: auto;
  margin: auto;
  margin-top: 0px;
  width: 60%;
  width: 98%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  background-color: white;
  padding: 0 10px;
  padding-top: 30px;
}
@media (min-width: 600px) {
  .creatUserForm {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .creatUserForm {
    width: 60%;
  }
}
@media (min-width: 600px) {
  .creatUserForm {
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .creatUserForm {
    padding: 0 20px;
  }
}
.creatUserForm h3 {
  width: 100%;
}

.logodiv {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logoHOlder {
  width: 100px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .logoHOlder {
    width: 140px;
  }
}
@media (min-width: 1025px) {
  .logoHOlder {
    width: 160px;
  }
}
@media (min-width: 600px) {
  .logoHOlder {
    height: 70px;
  }
}
@media (min-width: 1025px) {
  .logoHOlder {
    height: 80px;
  }
}
.logoHOlder img {
  max-width: 100%;
  max-height: 100%;
}

.subForm {
  height: auto;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  margin: 10px auto;
  width: 100%;
  padding: 10px 20px;
  padding: 10px 10px;
  font-size: 13px;
  font-size: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-radius: 7px;
  padding-bottom: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  -webkit-flex-wrap: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 600px) {
  .subForm {
    padding: 10px 12px;
  }
}
@media (min-width: 1025px) {
  .subForm {
    padding: 10px 20px;
  }
}
@media (min-width: 600px) {
  .subForm {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .subForm {
    font-size: 13px;
  }
}
.subForm h4 {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 0;
}
@media (min-width: 1000px) {
  .subForm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.primaryLabel {
  width: 98%;
  height: 30px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  height: 40px;
  max-height: 40px;
  border-radius: 7px;
  padding: 0 10px;
  padding-left: unset;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  .primaryLabel {
    width: 98%;
  }
}
@media (min-width: 1025px) {
  .primaryLabel {
    width: 45%;
  }
}
.primaryLabel span {
  width: 20%;
  width: 20%;
  padding-right: 5px;
  padding: 7px;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  border-right: solid rgba(0, 20, 0, 0.1) 1px;
  background-color: rgba(0, 128, 0, 0.15);
  color: rgb(0, 20, 0);
  font-size: 11px;
  background-color: unset;
}
@media (min-width: 600px) {
  .primaryLabel span {
    width: 10%;
  }
}
@media (min-width: 1025px) {
  .primaryLabel span {
    width: 20%;
  }
}
@media (min-width: 600px) {
  .primaryLabel span {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .primaryLabel span {
    font-size: 12px;
  }
}
@media (min-width: 600px) {
  .primaryLabel span {
    background-color: unset;
  }
}
@media (min-width: 1025px) {
  .primaryLabel span {
    background-color: rgba(0, 128, 0, 0.15);
  }
}
.primaryLabel input[type=text], .primaryLabel input[type=password] {
  width: 80%;
  background-color: unset;
  border: unset;
  outline: unset;
  padding-left: 10px;
  padding-right: 15px;
}

.subForm:first-child .primaryLabel:nth-last-child(odd) {
  margin-left: unset;
  margin-left: auto;
}
@media (min-width: 600px) {
  .subForm:first-child .primaryLabel:nth-last-child(odd) {
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  .subForm:first-child .primaryLabel:nth-last-child(odd) {
    margin-left: unset;
  }
}
.subForm:first-child .primaryLabel:nth-last-child(even) {
  margin-left: 7%;
  margin-left: auto;
}
@media (min-width: 600px) {
  .subForm:first-child .primaryLabel:nth-last-child(even) {
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  .subForm:first-child .primaryLabel:nth-last-child(even) {
    margin-left: 7%;
  }
}

.primaryLabel:nth-child(2), .primaryLabel:nth-child(3) {
  margin-top: 15px;
}

.subForm:nth-child(2) .primaryLabel:nth-last-child(even) {
  margin-left: unset;
  margin-right: 7%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  .subForm:nth-child(2) .primaryLabel:nth-last-child(even) {
    margin-right: auto;
  }
}
@media (min-width: 1025px) {
  .subForm:nth-child(2) .primaryLabel:nth-last-child(even) {
    margin-right: 7%;
  }
}
@media (min-width: 600px) {
  .subForm:nth-child(2) .primaryLabel:nth-last-child(even) {
    margin-left: auto;
  }
}
@media (min-width: 1025px) {
  .subForm:nth-child(2) .primaryLabel:nth-last-child(even) {
    margin-left: unset;
  }
}

.primaryDivs {
  width: 45%;
  width: 98%;
  margin-top: 25px;
  height: auto;
  max-height: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 7px;
}
@media (min-width: 600px) {
  .primaryDivs {
    width: 98%;
  }
}
@media (min-width: 1025px) {
  .primaryDivs {
    width: 45%;
  }
}
.primaryDivs .heading {
  font-size: 13.5px;
  padding: 5px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-height: 30px;
  width: 98%;
  margin: 0 auto 0 auto;
  margin-bottom: 5px;
  border-bottom: solid rgba(0, 20, 0, 0.1) 1px;
  font-weight: 600;
}
.primaryDivs .address {
  width: 98%;
  min-height: 60px;
  border: unset;
  outline: unset;
  padding: 5px;
  height: 50px;
}

.secondaryDiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.secondarLabels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  width: 50%;
}
.secondarLabels span {
  background-color: unset !important;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: 30%;
  font-size: 12px;
}
.secondarLabels input[type=chechbox] {
  height: unset;
  width: unset;
}

.notice {
  color: rgba(255, 0, 0, 0.918);
  width: 100%;
  padding: 5px;
  background-color: rgba(255, 0, 0, 0.1);
  font-size: 13px;
  font-size: 11px;
}
@media (min-width: 600px) {
  .notice {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .notice {
    font-size: 13px;
  }
}

.subForm:first-child .primaryLabel:nth-child(5) {
  padding-right: unset;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) {
  margin-top: 10px;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) .secondarLabels:last-child {
  width: 70%;
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  border-radius: 5px;
  outline: unset;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) .secondarLabels:last-child input {
  outline: unset;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) .secondarLabels:first-child {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: 30%;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) .secondarLabels:first-child span {
  border: solid red 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: unset;
  padding: unset;
  padding-left: 10px;
  margin-right: 10px;
}
.subForm:first-child .primaryLabel:nth-child(5) .secondaryDiv:nth-child(3) .secondarLabels:first-child input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.passporPhoto {
  height: 150px;
  width: 150px;
  border-radius: 7px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  margin-left: calc(100% - 160px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  overflow: hidden;
}
.passporPhoto img {
  max-width: 120%;
  max-height: 120%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.none-display-class {
  display: none;
}

.createUser {
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-top: 30px;
  margin-bottom: 45px;
  margin-left: calc(100% - 220px);
  background-color: green;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.gen-content {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-tabe-profile-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 3vw;
  font-weight: 600;
  border-radius: 10px;
  background-color: rgba(1, 51, 1, 0.2);
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgb(0, 20, 0);
}
@media (min-width: 600px) and (max-width: 999px) {
  .mobile-tabe-profile-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1000px) {
  .mobile-tabe-profile-date {
    display: none;
  }
}

.mobil-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 600px) and (max-width: 999px) {
  .mobil-tab-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1000px) {
  .mobil-tab-content {
    display: none;
  }
}

.historyCad, .profileCard {
  width: 85%;
  width: 95%;
  max-height: 400px;
  margin: auto;
  background-color: rgba(218, 215, 215, 0.1);
  border-radius: 7px;
  border: solid rgba(218, 215, 215, 0.7) 0.7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 20px;
  padding: 20px 0;
  position: relative;
}
@media (min-width: 600px) {
  .historyCad, .profileCard {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .historyCad, .profileCard {
    width: 85%;
  }
}
.historyCad h4, .profileCard h4 {
  width: 97%;
  margin: auto;
  margin-bottom: 20px;
}

.profileCard:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 30px;
  padding: 20px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
@media (min-width: 600px) {
  .profileCard:first-child {
    padding: 30px 25px;
  }
}
@media (min-width: 1025px) {
  .profileCard:first-child {
    padding: 50px 30px;
  }
}

.profileCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 50px 30px;
  padding: 20px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
@media (min-width: 600px) {
  .profileCard {
    padding: 30px 25px;
  }
}
@media (min-width: 1025px) {
  .profileCard {
    padding: 50px 30px;
  }
}

.profileCard:nth-child(2) {
  padding: 0px 0;
  overflow: scroll;
  margin: unset auto;
}
@media (min-width: 600px) {
  .profileCard:nth-child(2) {
    overflow: scroll;
  }
}
@media (min-width: 1025px) {
  .profileCard:nth-child(2) {
    overflow: hidden;
  }
}

.profile-image-holder {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  border-radius: 50%;
  font-size: 11px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .profile-image-holder {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .profile-image-holder {
    width: 160px;
  }
}
@media (min-width: 600px) {
  .profile-image-holder {
    height: 100px;
  }
}
@media (min-width: 1025px) {
  .profile-image-holder {
    height: 160px;
  }
}
@media (min-width: 600px) {
  .profile-image-holder {
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .profile-image-holder {
    margin-right: 20px;
  }
}
@media (min-width: 600px) {
  .profile-image-holder {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .profile-image-holder {
    font-size: 12p;
  }
}
.profile-image-holder img {
  max-width: 125%;
  max-height: 120%;
}

.profile-controller:first-of-type {
  padding-top: 20px;
  width: calc(100% - 50px);
}
@media (min-width: 600px) {
  .profile-controller:first-of-type {
    width: calc(100% - 150px);
  }
}
@media (min-width: 1025px) {
  .profile-controller:first-of-type {
    width: calc(100% - (100% - 272px));
  }
}

.profile-controller:last-of-type {
  position: relative;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 4%;
  display: none;
}
@media (min-width: 600px) and (max-width: 999px) {
  .profile-controller:last-of-type {
    display: none;
  }
}
@media (min-width: 1000px) {
  .profile-controller:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 160px - (100% - 160px) / 2);
  }
}

.profile-date {
  width: auto;
  height: auto;
  top: -25%;
  right: 0;
  position: absolute;
  font-size: 2vw;
  font-weight: 600;
  border-radius: 15px;
  background-color: rgba(1, 51, 1, 0.2);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgb(0, 20, 0);
  font-size: 2vw;
  padding: 20px;
  border-radius: 15px;
  top: 0;
}
@media (min-width: 600px) {
  .profile-date {
    font-size: 1.5vw;
  }
}
@media (min-width: 1025px) {
  .profile-date {
    font-size: 2vw;
  }
}
@media (min-width: 600px) {
  .profile-date {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .profile-date {
    padding: 20px;
  }
}
@media (min-width: 600px) {
  .profile-date {
    border-radius: 10px;
  }
}
@media (min-width: 1025px) {
  .profile-date {
    border-radius: 15px;
  }
}
@media (min-width: 600px) {
  .profile-date {
    top: 2%;
  }
}
@media (min-width: 1025px) {
  .profile-date {
    top: -25%;
  }
}

.profile-button {
  width: auto;
  padding: 0 3vw;
  height: 30px;
  margin: 1vw;
  min-width: 30%;
  margin: auto;
  background-color: rgba(218, 215, 215, 0.2);
  font-size: 11.5px;
  padding: 0.3vw;
  border-radius: 15px;
  color: rgb(1, 51, 1);
}
@media (min-width: 600px) {
  .profile-button {
    min-width: 20%;
  }
}
@media (min-width: 1025px) {
  .profile-button {
    min-width: 30%;
  }
}
@media (min-width: 600px) {
  .profile-button {
    margin: auto;
  }
}
@media (min-width: 1025px) {
  .profile-button {
    margin: 1vw;
  }
}
@media (min-width: 600px) {
  .profile-button {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .profile-button {
    font-size: 13px;
  }
}
@media (min-width: 600px) {
  .profile-button {
    padding: 0 1vw;
  }
}
@media (min-width: 1025px) {
  .profile-button {
    padding: 0 0.2vw;
  }
}

.sumarrycard {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  margin: 4%;
  height: 100px;
  background-color: rgba(218, 215, 215, 0.7);
  border: solid rgba(218, 215, 215, 0.6) 0.6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: left;
  border-radius: 7px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .sumarrycard {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  .sumarrycard {
    width: 35%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .sumarrycard {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: 4%;
  }
}
@media (min-width: 1000px) {
  .sumarrycard {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29%;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    margin: 2% auto;
  }
}
.sumarrycard span {
  width: 100%;
}

.sumarrycard:first-child, .sumarrycard:nth-child(2) {
  font-weight: 600;
  padding: 10px 15px;
}
.sumarrycard:first-child span:first-child, .sumarrycard:nth-child(2) span:first-child {
  font-size: 18px;
}
.sumarrycard:first-child span:last-child, .sumarrycard:nth-child(2) span:last-child {
  font-size: 22px;
  margin-top: 8px;
}

.sumarrycard:nth-child(2) {
  background-color: rgb(235, 248, 190);
  color: rgb(1, 51, 1);
}

.sumarrycard:first-child {
  background-color: green;
  color: rgb(235, 248, 190);
}

.profile-button:first-of-type {
  background-color: green;
  color: rgb(255, 255, 255);
}

.profile-button:nth-of-type(2) {
  background-color: rgba(0, 20, 0, 0.2);
  color: rgb(0, 20, 0);
}

.sumarrycard:last-child {
  background-color: rgb(1, 51, 1);
  color: rgb(235, 248, 190);
  font-size: 12px;
}
@media (min-width: 600px) {
  .sumarrycard:last-child {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .sumarrycard:last-child {
    font-size: 1vw;
  }
}
.sumarrycard:last-child span {
  margin-top: 10px;
}
.sumarrycard:last-child span:first-child {
  margin-top: unset;
}

.profile-img {
  margin-left: 8%;
  height: 10vw;
  width: 10vw;
  width: 30vw;
  height: 30vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  border: solid rgba(0, 0, 0, 0.25) 0.3px;
  margin-top: 40px;
  border-radius: 7px;
  overflow: hidden;
}
@media (min-width: 600px) {
  .profile-img {
    width: 20vw;
  }
}
@media (min-width: 1025px) {
  .profile-img {
    width: 10vw;
  }
}
@media (min-width: 600px) {
  .profile-img {
    height: 20vw;
  }
}
@media (min-width: 1025px) {
  .profile-img {
    height: 10vw;
  }
}
.profile-img img {
  max-width: 125%;
  max-height: 120%;
}

.deeperProfile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 30px 30px !important;
  height: auto !important;
}
.deeperProfile h4 {
  width: 100%;
}

.profile-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  font-size: 12px;
  border-top: solid rgba(0, 20, 0, 0.2) 0.3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.profile-colum:first-child {
  width: 50%;
  font-weight: 600;
}

.profile-button:last-of-type {
  background-color: rgb(1, 51, 1);
  color: rgb(235, 248, 190);
}

.name-div:first-child {
  font-size: 22px;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 600px) {
  .name-div:first-child {
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .name-div:first-child {
    font-size: 22px;
  }
}

.name-div:nth-child(2) {
  font-size: 14px;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 600px) {
  .name-div:nth-child(2) {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .name-div:nth-child(2) {
    font-size: 14px;
  }
}

.name-div:last-child {
  border: solid rgb(0, 20, 0) 1px;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 13px;
  padding: 0 10px;
}

.history-card-row {
  width: 98%;
  padding: 1%;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border-top: solid rgba(218, 215, 215, 0.6) 0.5px;
  font-size: 13px;
  color: rgb(1, 51, 1);
  height: 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 98%;
}
@media (min-width: 600px) {
  .history-card-row {
    height: 70px;
  }
}
@media (min-width: 1025px) {
  .history-card-row {
    height: 40px;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .history-card-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
@media (min-width: 1000px) {
  .history-card-row {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-flex-wrap: unset;
  }
}

.history-card-Colum:first-child {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (min-width: 600px) and (max-width: 999px) {
  .history-card-Colum:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1000px) {
  .history-card-Colum:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.history-card-Colum:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (min-width: 600px) and (max-width: 999px) {
  .history-card-Colum:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1000px) {
  .history-card-Colum:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.history-card-Colum:nth-child(3) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (min-width: 600px) and (max-width: 999px) {
  .history-card-Colum:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1000px) {
  .history-card-Colum:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

.history-card-Colum:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (min-width: 600px) and (max-width: 999px) {
  .history-card-Colum:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1000px) {
  .history-card-Colum:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

.history-card-row:last-child {
  border: unset;
}

.card {
  width: 95%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  border: solid rgb(0, 20, 0) 2px;
  border-radius: 10px;
  margin: auto;
  margin-top: 40px;
}
@media (min-width: 600px) {
  .card {
    width: 70%;
  }
}
@media (min-width: 1025px) {
  .card {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.card-section:first-child {
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .card-section:first-child {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .card-section:first-child {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .card-section:first-child {
    height: 400px;
  }
}
@media (min-width: 1025px) {
  .card-section:first-child {
    height: 400px;
  }
}

.card-section:last-child {
  width: 100%;
  width: 100%;
  padding: 30px 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 600px) {
  .card-section:last-child {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .card-section:last-child {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .card-section:last-child {
    padding: 30px 5%;
  }
}
@media (min-width: 1025px) {
  .card-section:last-child {
    padding: 30px 5%;
  }
}

.print-button {
  width: 100px;
  height: 40px;
  background-color: green;
  color: rgb(235, 248, 190);
  margin: 50px 50px auto 68%;
  margin: 20px 50px auto calc(100% - 120px);
  border-radius: 5px;
}
@media (min-width: 600px) {
  .print-button {
    margin: 50px 50px auto 68%;
  }
}
@media (min-width: 1025px) {
  .print-button {
    margin: 50px 50px auto 68%;
  }
}

.passportHolder {
  width: 40vw;
  height: 40vw;
  border: solid rgb(0, 20, 0) 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 600px) {
  .passportHolder {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .passportHolder {
    width: 150px;
  }
}
@media (min-width: 600px) {
  .passportHolder {
    height: 100px;
  }
}
@media (min-width: 1025px) {
  .passportHolder {
    height: 150px;
  }
}
.passportHolder img {
  max-width: 120%;
  max-height: 120%;
}

.card-data-row {
  width: 100%;
  height: 40px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  border-bottom: solid rgb(0, 20, 0) 1px;
  padding: 10px 2%;
}
@media (min-width: 600px) {
  .card-data-row {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .card-data-row {
    height: 50px;
  }
}

.card-data-row:last-child {
  border: unset;
}

.card-data-Column:first-child {
  width: 40%;
  font-weight: 600;
}

.card-data-Column:last-child {
  width: 60%;
}

.auth {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 15%;
  background-color: rgba(255, 255, 255, 0.3);
  border: solid rgba(0, 20, 0, 0.2) 0.5px;
  font-size: 13px;
  padding: 10px 0px;
  border-radius: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding-bottom: 40px;
}

.auth-logo {
  width: 100px;
  height: 70px;
  margin-bottom: 10px;
  margin: 0 auto;
}
.auth-logo img {
  max-width: 100%;
  max-height: 100%;
}

.auth-notice {
  width: 95%;
  margin: 20px auto;
  font-size: 15px;
  font-weight: 600;
  color: rgb(0, 20, 0);
}

.auth-input-cluster {
  width: 95%;
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
}

.auth-input {
  width: 40Px;
  height: 40Px;
  margin: auto;
  border-radius: 7px;
  background-color: rgba(218, 215, 215, 0.2);
  border: solid rgba(0, 20, 0, 0.5) 1px;
  text-align: center;
}
@media (min-width: 600px) {
  .auth-input {
    width: 50px;
  }
}
@media (min-width: 1025px) {
  .auth-input {
    width: 50px;
  }
}
@media (min-width: 600px) {
  .auth-input {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .auth-input {
    height: 50px;
  }
}

.auth-submit {
  width: 60%;
  margin: 20px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  background-color: green;
  color: white;
  border-radius: 7px;
}

@media (min-width: 600px) and (max-width: 999px) {
  .auth {
    width: 75%;
    margin-top: 10%;
  }
}
@media (min-width: 1000px) {
  .auth {
    width: 40%;
    margin-top: 5%;
  }
}
@media print {
  .card {
    width: 90%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    border: solid rgb(0, 20, 0) 2px;
    border-radius: 10px;
    margin: auto;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media print and (min-width: 600px) and (max-width: 999px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media print and (min-width: 1000px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media print {
  .card-section:first-child {
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    height: 400px;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card-section:last-child {
    width: 50%;
    padding: 30px 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .print-button {
    width: 100px;
    height: 40px;
    background-color: green;
    color: rgb(235, 248, 190);
    margin: 50px 50px auto 68%;
    margin: 20px 50px auto calc(100% - 120px);
    border-radius: 5px;
    display: none;
  }
}
@media print and (min-width: 600px) {
  .print-button {
    margin: 50px 50px auto 68%;
  }
}
@media print and (min-width: 1025px) {
  .print-button {
    margin: 50px 50px auto 68%;
  }
}
@media print {
  .passportHolder {
    height: 150px;
    width: 150px;
    border: solid rgb(0, 20, 0) 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
  }
  .passportHolder img {
    max-width: 120%;
    max-height: 120%;
  }
  .card-data-row {
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    border-bottom: solid rgb(0, 20, 0) 1px;
    padding: 10px 2%;
  }
  .card-data-row:last-child {
    border: unset;
  }
  .card-data-Column:first-child {
    width: 40%;
    font-weight: 600;
  }
  .card-data-Column:last-child {
    width: 60%;
  }
}
.tulip {
  position: relative;
}

/* the popup (hidden by default) */
.tulip::after {
  content: "Temporary unavailable";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px); /* below the button */
  transform: translateX(-50%) translateY(6px);
  white-space: nowrap;
  background: #dad7d7;
  color: gray;
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  border: solid rgba(0, 20, 0, 0.5), 0.5;
  font-size: 13px;
  opacity: 0;
  pointer-events: none; /* don't block mouse */
  transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.2, 0.9, 0.3, 1);
  z-index: 20;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* optional small arrow */
.tulip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%) translateY(2px);
  border: 6px solid transparent;
  border-top-color: #222; /* triangle pointing downwards (under button) */
  opacity: 0;
  transition: opacity 0.18s;
  z-index: 19;
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* show on hover or keyboard focus */
.tulip:hover::after,
.tulip:focus::after,
.tulip:active::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.tulip:hover::before,
.tulip:focus::before,
.tulip:active::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.error-Shadow {
  box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.3);
}

/*# sourceMappingURL=index.css.map */
