@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dynalight&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Norican&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rochester&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amita:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');
.input-top {
    margin-top: 1rem;
}
.fontnya{
    font-size: var(--h5);
}
.allura{
    font-family:  'Allura', cursive;
}
.dynalight{
  font-family: 'Dynalight', cursive;
}
.kaushan{
    font-family: 'Kaushan Script', cursive;
}
.berkshire{
  font-family: 'Berkshire Swash', cursive;
}
.lobster{
font-family: 'Lobster Two', cursive;
}
.norican{
  font-family: 'Norican', cursive;
}
.dancing{
  font-family: 'Dancing Script', cursive;
}
.sofia{
  font-family: 'Sofia', cursive;
}
.niconne{
  font-family: 'Niconne', cursive;
}
.rochester{
  font-family: 'Rochester', cursive;
}
.amita{
  font-family: 'Amita', cursive;
}

.carattere{
    font-family: 'Carattere', cursive;
  }


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    pointer-events: none;
    cursor: default;
  }

  .pesan-title{
    margin: 0.5rem 0;
    font-size: var(--h8);
    letter-spacing: .1rem;
    font-weight: bold;
    text-align: center;
}
.carousel-item img{
    border-radius: 8px;
    border: .1px solid var(--pink);
}
.out-caption {
    background-color: var(--pink);
    position: absolute;
    font-size: var(--h10);
    bottom: 0rem;
    align-items: center;
    padding: .2rem;
    color: var(--white);
    text-align: center;
    border-radius:0 8px;
}
.carousel-control-next,.carousel-control-prev{
    width: 13%;
}
.carousel-control-next-icon{
    background-color: var(--pink);
    border-radius: 8px;
    right: 0;
    width: 24px;
}
.carousel-control-prev-icon{
    background-color: var(--pink);
    border-radius: 8px;
    right: 0;
    width: 24px;
}


@media (max-width: 420px) {
    .row1{
        --bs-gutter-x: 0rem;
    }
}

.audio_now {
    color: var(--black-white);
}

.audio_now:hover {
    color: var(--pink);
}

.audio_selected {
    font-weight: bold;
    color: var(--pink);
  }
  .form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink);
  }

  .required-error { /* new class */
    border: 2px solid #FB8183;
}
.required-error1 { /* new class */
    border: 2px solid grey;
}
