@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;700&display=swap");

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #ff0000;
}

body {
    background-color: #595260;
    overflow: hidden;
    font-family: "Nunito", sans-serif;
}

.container {
    max-width: 480px;
}

.hero {
    background-color: #2c2e43;
    height: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
}

.hero-item:nth-child(1) {
    order: 0;
    align-self: auto;
    height: 100px;
}

.hero-item:nth-child(2) {
    order: 0;
    flex: 1 0 auto;
    align-self: center;
}

.hero-item.logo {
    display: flex;
    align-items: center;
}
.hero-item.logo > img {
    display: flex;
    align-items: center;
    height: 160px;
    padding-top: 40px;
}

.hero-item.date {
    display: flex;
    align-items: center;
    color: #b2b1b9;
    padding-top: 15px;
    font-size: 0.8rem;
}

#first-load {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60ch;
}

.price-area > div.row,
#papar-harga > div.row {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 35px;
}

.label,
.price {
    font-weight: 700;
    background-color: #4b4342;
    color: #a6a6a6;
}
.the-label,
.the-price {
    background-color: #b2b1b9;
    color: #2c2e43;
}
.tael {
    font-weight: 700;
    background-color: #ffd523;
}

.label-fixed {
    border: 1px solid #ffd523;
    color: #ffd523;
}

.whatsapp-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}

.terma-syarat {
    position: relative;
    bottom: 11px;
    width: -webkit-fill-available;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
}

#main-page {
    height: 100vh;
    overflow-y: scroll;
}

#main-page > .container {
    margin-bottom: 100px;
}

#terma-dan-syarat {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #2c2e43;
    height: 100vh;
    overflow-y: scroll;
    color: #b2b1b9;
}

#terma-dan-syarat > .container {
    margin-top: 80px;
}

#terma-dan-syarat p {
    text-align: justify;
}
.header {
    background-color: #4b4343;
    line-height: 60px;
    font-size: 25px;
    font-weight: 700;
    color: #e6e6e6;
    margin-bottom: 18px;
    position: fixed;
    width: 100%;
    color: #ffd523;
}

h1 {
    font-size: 16px;
    font-weight: 700;
}

h1:not(:first-child) {
    margin-top: 40px;
}

.btn-outline-light {
    border: 1px solid #b2b1b9;
    color: #b2b1b9;
}

.btn-outline-light:hover {
    background-color: #b2b1b9;
    color: #2c2e43;
}

.btn-lock {
    background-color: #f0a500;
    border: 1px solid #f0a500;
    border-radius: 1px;
    font-weight: bold;
}

.btn-lock:hover {
    background-color: #F2921D;
    border:1px solid #400E32;
}

.notify {
    font-size: 0.9rem;
    font-style: italic;
    color: #b2b1b9;
}