@font-face {
  font-family: "FC Iconic";
  src: url("../fonts/FCIconicLight.woff2") format("woff2"),
    url("../fonts/FCIconicLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FC Iconic";
  src: url("../fonts/FCIconicMedium.woff2") format("woff2"),
    url("../fonts/FCIconicMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FC Iconic";
  src: url("../fonts/FCIconicSemiBold.ttf") format("truetype"),
    url("../fonts/FCIconicSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  font-family: "FC Iconic";
  font-weight: 300;
  color: #000000;
  background-image: url("../images/bg\ x1.png");
  min-height: 100vh;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom;
}

.grecaptcha-badge {
  visibility: hidden;
}

.logo-1 {
  max-width: 900px;
  margin: 0 auto;
}

.logo-2 {
  max-width: 350px;
  margin: 0 auto;
}

.title {
  font-size: 26px;
  font-weight: 500;
}
.age-form .form-control {
  font-size: 26px;
  height: 75px;
  text-align: center;
}
.form-control:focus {
  border-color: #17a2b8;
  box-shadow: none;
}

.group-top {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  padding-top: 3rem;
  padding-left: 28px;
  padding-right: 28px;
}

.group-center {
  overflow-y: auto;
  overflow-x: hidden;
}

.group-button {
  text-align: center;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.both-button {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.back-button {
  padding: 0.5rem 1rem;
  font-size: 18px;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  color: #17a2b8;
  width: 50px;
}

.back-button:hover,
.back-button:first-child:active {
  color: #17a2b8;
  background-color: #ffffff;
  border-color: #c6c6c6;
}

.text-button {
  padding: 0.6rem 1rem;
  font-size: 18px;
  font-weight: 600;
  background-color: #17a2b8;
  color: #ffffff;
  width: 330px;
}

.text-button:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.text-button:first-child:active,
:not(.btn-check) + .btn:active {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.progress-group {
  padding: 2.5rem 0rem;
}
.progress-group .step {
  display: flex;
  max-width: 40%;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.progress {
  max-width: 40%;
  margin: 0 auto;
  border-radius: 10px;
}

.progress-bar {
  background-color: #17a2b8;
  border-radius: 10px;
}

.map {
  width: 100%;
  padding: 0rem 0rem;
}

.index {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.index .title-index {
  text-align: center;
  margin-top: 3rem;
}
.index .box {
  margin-top: 3rem;
}
.index .box .box-qr {
  width: 220px;
  height: auto;
  background-color: #d3d3d3;
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.index .box .box-qr .box-img {
  width: 100%;
  align-content: center;
  padding-top: 0.6rem;
}
.index .box .box-qr .box-img img {
  width: 200px;
  margin: auto;
}
.index .box .box-qr .box-text {
  width: 100%;
  padding: 0.6rem 0.6rem 1rem 0.6rem;
  font-size: 25px;
  font-weight: 500;
}
.index .box .address {
  margin-top: 1.5rem;
}
.index .box .address-mo {
  margin-top: 3rem;
}

.suggestion {
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.title-suggestion {
  text-align: center;
  margin-top: 3rem;
}

.text-suggestion {
  margin-top: 3rem;
}

.credit-suggestion {
  font-size: 18px;
  margin-top: 3rem;
}

.recommend-vaccine {
  display: flex;
  align-items: center;
}
.recommend-vaccine .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(23, 162, 184, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}
.recommend-vaccine .icon i {
  color: #17a2b8;
  font-size: 14px;
}
.recommend-vaccine .text {
  color: #17a2b8;
  font-size: 14px;
}

.optional-vaccine {
  display: flex;
  align-items: center;
}
.optional-vaccine .icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(250, 185, 39, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.4rem;
}
.optional-vaccine .icon i {
  color: #fab927;
  font-size: 14px;
}
.optional-vaccine .text {
  color: #fab927;
  font-size: 14px;
}

#ac-btn {
  justify-items: flex-end;
}

.title-sex {
  margin-top: 3rem;
}

.info {
  margin-top: 2rem;
  background-color: #ffffff;
  border: 1px solid #17a2b8;
  border-radius: 6px;
}
.info .info-row {
  padding: 1rem 2rem;
  background-color: rgba(23, 162, 184, 0.062745098);
  border-radius: 6px 6px 0px 0px;
}
.info .info-row .info-sex {
  font-size: 22px;
  border-right: 1px solid #17a2b8;
  font-weight: 500;
}
.info .info-row .info-sex span {
  font-weight: 300;
}
.info .info-row .info-age {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}
.info .info-row .info-age span {
  font-weight: 300;
}
.info .box-con {
  padding: 1rem 2rem;
}
.info .box-con .info-con {
  font-size: 22px;
}
.info .box-con .info-con .title-con {
  font-weight: 500;
}
.info .box-con .info-con .text-con {
  line-height: 2.3rem;
}
.info .box-con .border-line {
  border-bottom: 1px solid #17a2b8;
  margin: 1.2rem 0rem;
}

.info-select {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 2rem;
}
.info-select .text {
  font-size: 18px;
}
.info-select .text span {
  color: #17a2b8;
}

.info-vaccine {
  margin-top: 2rem;
  border: 1px solid #17a2b8;
  border-radius: 6px;
  background-color: #ffffff;
}
.info-vaccine .list-vaccine {
  padding: 1rem 2rem;
  background-color: rgba(23, 162, 184, 0.062745098);
  opacity: 1;
  color: #17a2b8;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.info-vaccine .detail-group {
  padding: 1rem 2rem;
}
.info-vaccine .text-vaccine {
  padding-left: 1.8rem;
  font-size: 18px;
  font-weight: 500;
}
.info-vaccine .text-vaccine span {
  color: #8e8b8b;
  font-weight: 300;
}

.info-note {
  margin-top: 2rem;
  border: 1px solid #17a2b8;
  border-radius: 6px;
  background-color: #ffffff;
}
.info-note .list-note {
  padding: 1rem 2rem;
  background-color: rgba(23, 162, 184, 0.062745098);
  opacity: 1;
  color: #17a2b8;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.info-note .detail-note {
  padding: 1rem 2rem;
}
.info-note .detail-note textarea {
  height: 150px;
}

.detail-vaccine {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
}
.detail-vaccine .back-mo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #17a2b8;
  font-size: 14px;
  margin-bottom: 1rem;
  cursor: pointer;
}
.detail-vaccine .back-mo i {
  font-size: 20px;
}

textarea.form-control {
  border: none;
}

.form-control {
  padding: 0.5rem 1.7rem;
  font-size: 22px;
  font-weight: 300;
  color: #000000;
}

.text-select {
  font-size: 20px;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.form-check {
  font-size: 25px;
  padding-bottom: 1.5rem;
  padding-left: 0rem;
  display: flex;
}

.form-box {
  padding-right: 1.5rem;
}

.label-box {
  font-size: 24px;
  align-content: center;
}

.form-check .form-check-input {
  margin-left: 0em;
  margin-top: 0em;
}

.form-check-input:focus {
  border-color: #707070;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.form-check-input[type="checkbox"] {
  border-radius: 6px;
  font-size: 40px;
  cursor: pointer;
}

.form-check-input {
  border: 1px solid #707070;
}

.check {
  margin-top: 1rem;
}

label.radio-card {
  cursor: pointer;
  width: 100%;
}

label.radio-card .card-content-wrapper {
  background: #ffffff;
  border: 1px solid rgba(198, 198, 198, 0.5);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  height: 75px;
  gap: 1.2rem;
}

.icon-sex {
  max-width: 45px;
}

label.radio-card input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
}

label.radio-card input[type="radio"]:checked + .card-content-wrapper {
  border: 1px solid #17a2b8;
  background: #e0f8fc;
}

label.radio-card
  input[type="radio"]:checked
  + .card-content-wrapper
  .card-content
  .question {
  color: #17a2b8;
  font-weight: 500;
}

label.radio-card
  input[type="radio"]:checked
  + .card-content-wrapper
  .check-icon {
  background: #ffffff;
}

label.radio-card
  input[type="radio"]:checked
  + .card-content-wrapper
  .check-icon:before {
  opacity: 1;
}

label.radio-card .card-content .question {
  font-size: 26px;
}

.accordion-body {
  font-size: 18px;
  letter-spacing: 0.15px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

.accordion-button::after {
  width: 36px;
  height: 36px;
  background-position: center;
  border: 1px solid #17a2b8;
  border-radius: 50%;
  text-align: center;
  background-size: 1.5rem;
}

.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2317A2B8' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2317A2B8' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  background-color: #a2dae3;
  border: 1px solid #a2dae3;
}

.accordion-button {
  padding: 1.2rem 2rem;
  font-size: 24px;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom: 1px solid #dee2e6;
}

.type {
  margin: 3rem 0rem;
  display: flex;
  gap: 2rem;
}

.box-type {
  background: #f5f5f5;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.8rem 1rem;
  cursor: pointer;
  position: relative;
  align-items: center;
  text-align: center;
  width: 100%;
}
.text-type {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
}
.active {
  background: #1aa1b8;
  position: relative;
}

.active .text-type {
  color: #ffffff;
}

.active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 10px 0;
  border-color: #1aa1b8 transparent transparent;
  z-index: 1;
}

#imageInfo {
  max-width: 800px;
  margin: auto;
}

.type-tab {
  margin-bottom: 2rem;
  display: none;
  gap: 1rem;
}
.type-tab .box-tab-recommend,
.type-tab .box-tab-optional {
  background: #17a2b8;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.8rem 1rem;
  cursor: pointer;
  position: relative;
  align-items: center;
  text-align: center;
  width: 100%;
}
.type-tab .box-tab-recommend .text-tab,
.type-tab .box-tab-optional .text-tab {
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}
.type-tab .box-tab-recommend .icon,
.type-tab .box-tab-optional .icon {
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.type-tab .box-tab-recommend .icon i,
.type-tab .box-tab-optional .icon i {
  color: #14a2b8;
}
.type-tab .box-tab-recommend.active-tab::before,
.type-tab .box-tab-optional.active-tab::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 12px 10px 0;
  z-index: 1;
}
.type-tab .box-tab-recommend.active-tab::before {
  border-color: #1aa1b8 transparent transparent;
}
.type-tab .box-tab-optional {
  background: #120754;
}
.type-tab .box-tab-optional .icon i {
  color: #120754;
}
.type-tab .box-tab-optional.active-tab::before {
  border-color: #120754 transparent transparent;
}

.list-box .list-recommend,
.list-box .list-optional,
.list-box .list-additional {
  background: #ffffff;
  border: 1px solid #17a2b8;
  border-radius: 10px;
  padding-bottom: 1rem;
}

.list-box .list-recommend .col-title,
.list-box .list-optional .col-title,
.list-box .list-additional .col-title {
  background: #17a2b8;
  border-radius: 8px 8px 0px 0px;
  padding: 0.6rem 1rem;
}

.list-box .list-recommend .col-title .vaccine,
.list-box .list-optional .col-title .vaccine,
.list-box .list-additional .col-title .vaccine {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.list-box .list-recommend .col-title .vaccine .icon,
.list-box .list-optional .col-title .vaccine .icon,
.list-box .list-additional .col-title .vaccine .icon {
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-box .list-recommend .col-title .vaccine .icon i,
.list-box .list-optional .col-title .vaccine .icon i,
.list-box .list-additional .col-title .vaccine .icon i {
  color: #14a2b8;
}

.list-box .list-recommend .col-title .vaccine .text,
.list-box .list-optional .col-title .vaccine .text,
.list-box .list-additional .col-title .vaccine .text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  max-width: 80%;
  width: 100%;
}

.list-box .list-recommend .col-name:nth-of-type(odd),
.list-box .list-optional .col-name:nth-of-type(odd),
.list-box .list-additional .col-name:nth-of-type(odd) {
  background: rgba(177, 181, 185, 0.1019607843);
}

.list-box .list-recommend .col-name:nth-of-type(even),
.list-box .list-optional .col-name:nth-of-type(even),
.list-box .list-additional .col-name:nth-of-type(even) {
  background: #ffffff;
}

.list-box .list-recommend .col-name,
.list-box .list-optional .col-name,
.list-box .list-additional .col-name {
  padding: 1rem 0.5rem;
  margin: 0rem 1rem;
}

.list-box .list-recommend .col-name .click-info,
.list-box .list-optional .col-name .click-info,
.list-box .list-additional .col-name .click-info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.list-box .list-recommend .col-name .click-info .vc-name,
.list-box .list-optional .col-name .click-info .vc-name,
.list-box .list-additional .col-name .click-info .vc-name {
  font-size: 18px;
  font-weight: 300;
}

.list-box .list-recommend .col-name .click-info .info-text,
.list-box .list-optional .col-name .click-info .info-text,
.list-box .list-additional .col-name .click-info .info-text {
  font-size: 18px;
  font-weight: 300;
  color: #17a2b8;
  white-space: nowrap;
  cursor: pointer;
}

.list-box .list-recommend .col-name .decision,
.list-box .list-optional .col-name .decision,
.list-box .list-additional .col-name .decision {
  font-size: 12px;
  font-weight: 300;
  color: #17a2b8;
}

.list-box .list-recommend .col-name .disease,
.list-box .list-optional .col-name .disease,
.list-box .list-additional .col-name .disease {
  font-size: 12px;
  font-weight: 300;
  color: #120754;
}

.list-box .list-optional {
  border: 1px solid #120754;
}

.list-box .list-optional .col-title {
  background: #120754;
}

.list-box .list-optional .col-title .vaccine .icon i {
  color: #120754;
}

.list-box .list-optional .col-name .click-info .info-text {
  color: #120754;
}

.list-box .list-additional {
  border: 1px solid #155f82;
  margin-top: 24px;
}

.list-box .list-additional .col-title {
  background: #155f82;
}

.list-box .list-additional .col-title .vaccine .icon i {
  color: #155f82;
}

.list-box .list-additional .col-name .click-info .info-text {
  color: #155f82;
}
.info-recommend {
  font-size: 18px;
}
.info-title {
  font-weight: 500;
  white-space: nowrap;
}

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

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