/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* 
Font Family
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
 */

/* Thank-You Page */
#thank-you * {
    color: #656565;
}

#thank-you .content-cover {
    width: 100%;
}

#thank-you .check-icon {
    font-size: 4rem;
    color: #9c3;
}

#thank-you .thanks-text {
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

#thank-you .thanks-text .terima-kasih {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
}

#thank-you .detail {}

#thank-you .detail span {
    display: block;
    color: #9c3;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: normal;
}

#thank-you .reminder {
    position: relative;
    height: 55%;
}

#thank-you .reminder img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

#thank-you .reminder .reminder-card {
    border-radius: 2rem;
    background-color: white;
    padding: 2rem;
}

#thank-you .reminder .reminder-card span {
    display: block;
    font-size: 0.9rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-align: left;
}

#thank-you .reminder .reminder-card i {
    font-size: 1.2rem;
}

#thank-you .detail-card {
    width: max-content;
    margin-top: 1.5rem;
    padding-top: 2rem !important;
    width: 100%;
}

#thank-you .detail-name {
    border-bottom: solid 0.1rem #f5f5f5;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

#thank-you .detail-price {
    font-size: 1.5rem;
    color: #454545;
}

/* Mobile Pop-up */
#mobile-pop-up {
    height: 18%;
    bottom: -50%;
    transition: all 1s;
    z-index: 999999999999;
    border-radius: 2rem 2rem 0 0;
    box-shadow: 0 2px 3px 3px #00000030;
}

#mobile-pop-up.show {
    bottom: 0;
}

#mobile-pop-up .content-cover {
    padding: 1rem 1.5rem;
}

#mobile-pop-up .body {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#mobile-pop-up .body .text {
    /* width: 65%; */
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2rem;
}

#mobile-pop-up .body .text span {
    /* width: 65%; */
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2rem;
    font-weight: 600;
}

#mobile-pop-up .body .image {
    width: 100%;
}

#mobile-pop-up .decoration {
    width: 100%;
    height: 100%;
}

#mobile-pop-up .decoration .wave {
    z-index: -1;
    bottom: 0;
    width: 100%;
}

#mobile-pop-up .decoration .plus {
    z-index: -1;
    bottom: 28%;
    right: 13%;
}

/* Utility */
.rounded-1rem {
    border-radius: 1rem;
}

.rounded-2rem {
    border-radius: 2rem;
}

.bg-testing {
    background-color: #e5ffdc;
}
