* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "myFont";
  src: url("../fonts/NotoSans-Medium.ttf");
}

html {
  font-size: 62.5%;
  min-height: 100vh;
  font-family: "myFont" !important;
}

.body {
  min-height: 100vh;
  width: 100%;
  background-color: burlywood;
  position: relative;
}

.section-title {
  width: 30%;
  margin: auto;
  margin-top: 10rem;
  text-align: center;
}

.section-title h2 {
  font-weight: 800;
  font-size: calc(1rem + 1vw);
}

.pn-form {
  font-family: "myFont";
  margin: auto;
  margin-top: 7rem;
  margin-bottom: 7rem;
  font-size: calc(1rem + 1vw);
  color: black;
  padding: 2rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pn-form .form-control {
  height: 4rem;
  margin: 1rem 0;
  font-size: calc(0.7rem + 1vw);
  font-weight: 700;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0.5px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 0.5px 0.5px;
}

.pn-form .text-area {
  height: 12rem;
  margin: 1rem 0;
  font-size: calc(0.7rem + 1vw);
  font-weight: 700;
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0.5px 0.5px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 0.5px 0.5px;
}

.pn-form .select2-selection {
  color: black;
  width: 80%;
}

.pn-form .select2-container .select2-search--inline:first-child {
  float: none;
}

.pn-form .select2-container
.select2-search--inline:first-child
.select2-search__field {
  width: 100% !important;
}

.pn-form .btn-light {
  background-color: aqua;
}

.pn-form .otp-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pn-form .otp {
  width: 5rem;
  height: 5rem;
  border: 0.5px solid black;
  margin: 0.5rem 0.1rem;
  font-size: calc(2rem + 1vw);
  border-radius: 0;
  text-align: center;
}

.pn-form label {
  margin: 2rem 0;
}

.positions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.positions .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6rem 0;
  background-color: white;
  height: 7rem;
  border-radius: 5rem;
  color: black;
  text-decoration: none;
}

.positions .position:hover {
  background-color: aqua;
}

.positions .position .position-detail {
  font-size: calc(1rem + 1vw);
  font-weight: 600;
}

.table-responsive {
  margin: 6rem auto;
}

.table-responsive th {
  font-size: 2.4rem;
  font-weight: 800;
}

.table-responsive td {
  font-size: 2rem;
  font-weight: 700;
}

.table-responsive .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-responsive .btn-group .btn {
  width: 1.5rem;
  font-size: calc(1rem + 1vw);
}
/*# sourceMappingURL=main.css.map */