@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;600;800&family=Prompt:wght@100;300;400;800&display=swap");
ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

ul li {
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}

.nice-select, input[type=text], input[type=number], input[type=email] {
  border-radius: 30px;
  font-family: "Nunito", sans-serif !important;
  font-weight: 400;
  width: 100%;
}

.nice-select .list {
  border-radius: 0px;
  max-height: 200px;
  min-height: 60px;
  overflow-y: auto;
  border-bottom: #d3d3d3 1px solid;
  width: 100%;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  color: #FFF;
  background: #F2F2F2;
  font-weight: 400;
  color: #333;
}

.hide {
  display: none !important;
}

table thead tr {
  background: #e91c24;
}

table thead tr th {
  font-weight: 400;
  padding: 5px;
}

table thead tr:first-of-type th:first-child {
  border-top-left-radius: 20px;
}

table thead tr:first-of-type th:last-child {
  border-top-right-radius: 20px;
}

table tbody tr td {
  padding: 5px;
}

table tbody tr td:nth-child(1) {
  border-right: #d3d3d3 1px dashed;
}

table tbody tr:nth-child(odd) {
  background: #F2F2F2 !important;
  border-radius: 20px;
  margin-top: 10px;
}

table tfoot {
  color: #FFF;
}

table tfoot tr td {
  padding: 5px;
}

table tfoot tr:last-of-type td:first-child {
  border-bottom-left-radius: 20px;
}

table tfoot tr:last-of-type td:last-child {
  border-bottom-right-radius: 20px;
}

.txt-en {
  font-family: "Nunito", sans-serif !important;
  font-weight: 300 !important;
  font-size: 15px;
}

.txt-th {
  font-family: "prompt", cursive !important;
  font-weight: 300 !important;
}

.txt-numb {
  font-weight: 300 !important;
  font-size: 14px;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.document {
  margin-top: 20px;
}

.document ul li {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: top;
  margin-left: 20px;
}

.document ul li .circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #F2F2F2;
  padding: 10px;
  text-align: center;
  border: #F2F2F2 5px solid;
}

.document ul li .circle .inner {
  height: 100px;
  padding: 0px;
  margin-top: 0px;
  text-align: center;
  position: relative;
}

.document ul li .circle .inner .footer {
  text-align: center !important;
  background: transparent !important;
  width: 100%;
  position: absolute;
  bottom: 10px;
}

.document ul li .circle .inner .numb {
  font-size: 30px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 600 !important;
  text-align: center;
}

.document ul li .circle.active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: #e91c24 5px solid;
}

.bdr-trr-20 {
  border-top-right-radius: 20px;
}

.bdr-tlr-20 {
  border-top-left-radius: 20px;
}

.btn {
  border-radius: 30px;
}

.ht {
  position: relative;
}

.ht h2 {
  font-size: 60px;
  line-height: 40px;
}

.ht div {
  position: absolute;
  font-size: 13px;
  right: 18%;
  bottom: 0px;
}

.frm select {
  width: 100% !important;
  font-size: 20px !important;
  font-family: "Nunito", sans-serif !important;
  border-radius: 20px;
}

.frm select option {
  padding: 10px;
  text-align: center;
}

.frm div div label {
  margin-top: 15px !important;
}

label {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #F2F2F2;
  padding: 20px;
  text-align: center;
}

.circle .inner {
  height: 100px;
  padding: 0px;
  margin-top: 0px;
  position: relative;
  text-align: center;
}

.circle .inner .footer {
  text-align: center !important;
  background: transparent !important;
  width: 100%;
}

.scard label {
  margin: 10px 0px 0px 0px;
  color: #969696;
  font-size: 10px;
}

.scard label:first-child {
  margin-top: 0px;
}

form div div label {
  margin: 10px 0px 0px 0px !important;
  color: #757575;
  font-size: 12px !important;
  padding-left: 20px;
}

form div div label:first-child {
  margin-top: 0px;
}

form .form-control {
  font-family: "prompt", cursive !important;
  border: #e8e8e8 1px solid !important;
  border-radius: 20px;
}

.containerR {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  vertical-align: middle;
  text-indent: 10px;
  margin-left: 20px;
}

.nicescroll-cursors {
  position: relative;
  top: 80px;
  float: right;
  width: 6px;
  height: 32px;
  background-color: #bdbdbd !important;
  border: 1px solid white;
  background-clip: padding-box;
  border-radius: 5px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background: #f1f3f5;
  border-left: 1px solid #d3dae0;
}

::-webkit-scrollbar-thumb {
  background: #b6c0cb;
}

.p-preview {
  border: #e2e2e2 1px solid;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  color: #222;
  z-index: 1;
}

.p-preview:first-child {
  margin-top: 0px;
}

.p-preview:nth-child(even) {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f5fdff));
  background: linear-gradient(180deg, white 0%, #f5fdff 100%);
  border: #d6f1f8 1px solid;
}

.p-preview label {
  margin-top: 10px;
  margin-bottom: 0px !important;
  color: #525252;
}

.p-preview .passport {
  background: #fff7cb;
  padding: 5px 10px;
  font-size: 19px;
  font-weight: 800;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-preview .fill {
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito", "prompt" !important;
}

.p-preview hr {
  border: 0px;
  border-bottom: #aaaaaa 1px dashed;
}

.p-preview .watermark {
  position: absolute;
  z-index: 0;
  display: block;
  min-height: 50%;
  min-width: 50%;
  color: yellow;
}

.p-preview .watermark span {
  font-family: "Nunito", "prompt" !important;
  color: rgba(231, 231, 231, 0.3);
  font-weight: 600;
  font-size: 200px;
  display: block;
  margin-left: -50px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.close:hover {
  border: 0px !important;
}
/*# sourceMappingURL=index.css.map */