a {
  text-decoration: none;
}

.green-btn {
  background: #fff;
  border: none;
  color: #000 !important;
  border-radius: 5px;
  padding: 8px 15px;
  margin: 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  border: solid 1px #d43572;
  border-bottom: 3px solid #d43572;
  text-align: center;
}
.green-btn:hover {
  background: #b92960;
  color: #fff !important;
}

.gray-btn {
  background: #fff;
  border: none;
  color: #000 !important;
  border-radius: 5px;
  padding: 8px 15px;
  margin: 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  border: solid 1px #969696;
  border-bottom: 3px solid #969696;
  text-align: center;
}
.gray-btn:hover {
  background: #707070;
  color: #fff !important;
}

.section-title {
  color: #00A2B8;
  text-align: left;
}
.section-title span {
  color: #d43672;
  margin-left: 5px;
}
.section-title img {
  max-width: 25px;
  margin-right: 5px;
  transform: translateY(-2px);
}

.color-pink {
  color: #d43672;
  font-size: 20px;
  font-weight: 400;
}

.check-area {
  background: #F8F8F8;
  border-radius: 10px;
  text-align: center;
  min-height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.check-area .check-code {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #00A2B8;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}
.check-area .check-code b {
  padding: 6px 10px;
  background: #E5F4F4;
  white-space: nowrap;
  border-right: solid 1px #00A2B8;
}
.check-area .check-code input {
  border: none;
  text-align: left;
  padding-left: 10px;
}
.check-area .check-code img {
  width: 80px;
}
.check-area .check-code button {
  border: none;
  color: #00A2B8;
  background: none;
}

.download-btn {
  color: #fff !important;
  border: solid 1px #d43672;
  border-radius: 5px;
  padding: 0px 10px;
  background: #d43672;
}

.cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #00A2B8;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #d43672;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00A2B8;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.cbx span:last-child {
  padding-left: 8px;
}
.cbx:hover span:first-child {
  border-color: #00A2B8;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #fff;
  border-color: #00A2B8;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
input, select {
  border: solid 1px #a7a7a7;
  border-radius: 5px;
  width: 100%;
  max-width: 350px;
  padding: 8px;
  text-align: center;
}
input:focus-visible, select:focus-visible {
  background: #fff;
  outline: none;
  border: solid 1px #00A2B8;
}

select {
  max-width: 100%;
  text-align: left;
}

.btn-group .btn {
  background: #E5F4F4 !important;
  border: solid 1px #00A2B8 !important;
  margin: 0px 10px 0px 0px;
  border-radius: 5px !important;
  min-width: auto;
  color: #00A2B8;
  padding: 5px 20px;
  cursor: pointer;
}
.btn-group .btn:hover {
  color: #00A2B8;
}

.btn-check:checked + .btn {
  background: #00A2B8 !important;
  color: #fff;
}

.submit-icon {
  width: 100px;
}

.rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.rating .star ~ .star {
  margin-left: 5px;
}

.rating .star {
  font-size: 30px;
  color: #ffffff;
  background: #d8d8d8;
  padding: 10px;
  border-radius: 50px;
  cursor: pointer;
}

.rating .star.selected {
  color: #fff;
  background: #d43672;
}

.score {
  margin-top: 20px;
  text-align: center;
  font-size: 1.5em;
}

.header {
  border-radius: 0px 0px 40px 0px;
}
.header .logo {
  max-height: 80px;
  padding: 10px 0px;
}
.header .nav-item.home a {
  font-weight: 900;
  color: #00A2B8;
}
.header .nav-item.home img {
  background: #00A2B8;
}
.header .nav-item {
  display: flex;
  align-items: center;
}
.header .nav-item:hover {
  opacity: 0.7;
}
.header .nav-item img {
  width: 18px;
  max-height: 18px;
  background: #646464;
  width: 40px;
  min-height: 40px;
  border-radius: 50px;
  display: inline-block;
}
.header .nav-item a {
  padding: 0px;
}

@media screen and (max-width: 576px) {
  .header .logo {
    width: 200px;
  }
  .header .navbar-nav {
    background: #fff;
    border-radius: 10px;
  }
  .header .nav-item {
    justify-content: center;
    padding: 10px;
  }
  .header .nav-item.home {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
body {
  background-image: url(../images/pattern.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

.container {
  padding-top: 40px;
}

h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 50px;
}
h2::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  width: 110%;
  height: 15px;
  background: #adeaf1;
}

.nav-tabs {
  border-bottom: solid 2px #00A2B8;
}
.nav-tabs .nav-item ~ .nav-item {
  padding-left: 10px;
}
.nav-tabs .nav-item .nav-link {
  border-radius: 5px 5px 0px 0px;
  background: #c7ecf1;
  color: #000;
  font-weight: 500;
  border: none;
  transform: translateY(-1px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
}
.nav-tabs .nav-item .nav-link img {
  max-width: 20px;
}
.nav-tabs .nav-item .nav-link.active {
  border-bottom: 0px;
  z-index: 999;
  transform: translateY(-1px);
  background: #00A2B8;
  color: #fff;
  box-shadow: 0px -3px 3px rgba(0, 149, 110, 0.1);
}

.tab-content {
  background: #fff;
  margin-top: 10px;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
.tab-content .steps.sign-up::after {
  content: "";
  display: block;
  position: absolute;
  width: 69%;
  height: 2px;
  background: #00A2B8;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
}
.tab-content .steps.sign-up .step {
  width: 33.3333333333%;
}
.tab-content .steps {
  display: flex;
  position: relative;
}
.tab-content .steps::after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  background: #00A2B8;
  left: 50%;
  transform: translateX(-50%);
  top: 16px;
}
.tab-content .steps .step {
  width: 20%;
  z-index: 999;
  position: relative !important;
}
.tab-content .steps .step .circle {
  background: #f0fdff;
  border: solid 1px #00A2B8;
  color: #00A2B8;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-size: 20px;
  margin: auto;
  margin-bottom: 10px;
  justify-content: center;
}
.tab-content .steps .step.active .circle {
  width: 37px;
  height: 37px;
  border: solid 3px #fff;
  background: #00A2B8;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .info {
    background-position: bottom !important;
  }
}
.info.long-bg, .info-bg {
  background-position: bottom !important;
}

.info {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.info-wrap {
  box-shadow: 0px 0px 10px rgba(69, 50, 10, 0.1);
  border: solid 2px #00A2B8;
  border-radius: 15px;
  background: #fff;
}
.info-list {
  margin-top: 15px;
}
.info-list__title {
  padding-left: 35px;
  position: relative;
  border-bottom: solid 1px #00A2B8;
  padding-bottom: 10px;
  font-weight: 900;
}
.info-list__title::before {
  content: "";
  width: 25px;
  height: 25px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 5px;
  background-image: url("../images/light-ball.svg");
}
.info-list__text {
  padding: 10px 10px 10px 35px;
}
.info-list__text a {
  color: #00A2B8;
  margin: 0 5px;
}
.info-list__text a:hover {
  opacity: 0.7;
}
.info-list__text a img {
  max-height: 30px;
}

.footer {
  background: linear-gradient(90deg, #464646 0%, #343434 100%);
  color: #fff;
}

@media screen and (max-width: 800px) {
  .btn-group-login {
    display: flex;
    flex-direction: column;
  }
  .btn-group-login a {
    margin: auto;
    margin-bottom: 10px;
  }
}
.info-text {
  background: #F2F7F7;
  text-align: left;
  max-height: 70vh;
  overflow: auto;
  border-radius: 8px;
  max-height: 650px;
}

.modal h4 {
  color: #00A2B8;
}
.modal h4 img {
  max-width: 25px;
  margin-right: 5px;
  transform: translateY(-2px);
}
.modal .modal-text {
  background: #F2F7F7;
  max-height: 70vh;
  overflow: auto;
  border-radius: 8px;
}
.modal .check-icon {
  width: 80px;
  margin: auto;
}

.alert {
  text-align: center;
  background: rgba(255, 202, 205, 0.9490196078);
  position: fixed;
  top: 10px;
  z-index: 999;
  width: 95vw;
  left: 50%;
  transform: translateX(-50%);
  color: #db5860;
}

.information .tab-content {
  border-radius: 15px;
}
.information-form {
  text-align: left;
}
.information-form label {
  min-width: 220px;
  text-align: left;
}
.information-form label span {
  color: #d43672;
  font-size: 20px;
  margin-left: 5px;
}
.information-form input {
  max-width: 100%;
  text-align: left;
}
.information .sms-btn {
  border: nonedownload-btn;
  position: absolute;
  right: 0px;
  background: #00A2B8;
  color: #fff;
  border-radius: 5px;
  height: 100%;
  font-size: 15px;
  padding: 0px 10px;
  height: 34px;
  top: 4px;
  right: 4px;
}
.information .sms-success {
  border: none;
  position: absolute;
  right: 0px;
  color: #00A2B8;
  border-radius: 10px;
  height: 100%;
  font-size: 15px;
  padding: 8px 10px;
}
.information .check-code button {
  color: #00A2B8;
  border: solid 2px #00A2B8;
  border-radius: 5px;
  background: rgba(0, 162, 184, 0.1);
}

.information {
  position: relative;
}
.information .qrcode-label {
  background: #00A2B8;
  color: #fff;
  position: absolute;
  border-radius: 5px 5px 0px 5px;
  padding: 10px;
  right: 0px;
  top: -30px;
  width: 250px;
}
.information .qrcode-label #qrcode {
  padding: 5px;
  background: #fff;
  height: 110px;
}
.information .qrcode-label .text {
  font-size: 14px;
  margin-left: 10px;
}
.information .qrcode-label::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  width: 12px;
  height: 12px;
  bottom: -12px;
  background: #007180;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

@media screen and (max-width: 576px) {
  .information .qrcode-label {
    display: none !important;
  }
}
.document {
  position: relative;
}
.document .qrcode-label {
  background: #00A2B8;
  color: #fff;
  position: absolute;
  border-radius: 5px 5px 0px 5px;
  padding: 10px;
  right: 0px;
  top: 6px;
  width: 250px;
}
.document .qrcode-label #qrcode {
  padding: 5px;
  background: #fff;
}
.document .qrcode-label .text {
  font-size: 14px;
  margin-left: 10px;
}
.document .qrcode-label::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  width: 12px;
  height: 12px;
  bottom: -12px;
  background: #007180;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
.document a {
  color: #00A2B8;
}

.upload-container {
  height: 260px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 1px solid #00A2B8;
  border-radius: 10px;
  padding: 30px;
  background-color: #E5F4F4;
}

.upload-container .icon {
  margin-bottom: 10px;
}

.upload-container input {
  display: none;
}

.upload-container label {
  display: inline-block;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.file-name {
  margin-top: 10px;
  color: #555;
}

.image-preview {
  margin-top: 10px;
  max-width: 100%;
  max-height: 200px;
  display: none;
  cursor: pointer;
}

.apply-list {
  align-items: center;
  justify-content: space-between;
  display: fle;
  background: #F8F8F8;
  padding: 10px;
  border-radius: 10px;
  margin: 10px 0px;
}
.apply-list .delete-btn {
  color: #d43672;
  border: none;
  border: solid 1px #d43672;
  background: #fff3f9;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 15px;
}
.apply-list .delete-btn:hover {
  background: #d43672;
  color: #fff;
  transition: 0.3s;
}

.table-header {
  background: #F8F8F8;
  padding: 15px 5px;
  border-radius: 5px;
}
.table-list ~ .table-list {
  border-top: solid 1px #d7d7d7;
}
.table-list {
  padding: 15px 5px;
}
.table-list .info-btn {
  color: #00A2B8;
  border: none;
  border: solid 1px #00A2B8;
  background: #f3fff5;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.table-list .info-btn:hover {
  background: #00A2B8;
  color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 576px) {
  .info.document .info-wrap {
    padding-top: 120px !important;
  }
  .info.document .info-wrap h4 {
    text-align: center;
  }
  .table-header {
    font-size: 13px;
  }
  .table-header > div {
    padding: 0px;
  }
  .table-list {
    font-size: 13px;
  }
  .table-list .info-btn {
    padding: 0px 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .info.document .info-wrap h4 span {
    display: block;
    padding-top: 10px;
  }
}/*# sourceMappingURL=main.css.map */