body {
    background: #010101 !important;
    box-sizing: border-box;
    height: 100vh;
}

.bg-perak-primary {
    background-color: #0C0C6D !important;
}

.bg-login {
    background: url(../media/bg-login.png);
    background-size: cover;
    background-position: bottom;
}

.bg-started {
    background: url(../media/bg-started.png);
    background-size: cover;
    background-position: bottom !important;
}

.btn-persani-primary {
    background-color: #e77c29 !important;
    border: none;
    border-radius: 50px !important;
    color: white !important;
}

.h-m-100 {
    margin-top: -60px;
}

.card {
    border-radius: 18px !important;
}

.card-perak {
    border-radius: 18px !important;
    margin-top: -50px !important;
}

.img-event-perak {
    border-radius: 16px !important;
}

.form-input-perak {
    border: 3px solid #f0bb93 !important;
    border-radius: 30px !important;
    background: rgb(241, 214, 214);
    padding: 6px 8px;
}

.form-input-perak input {
    width: 100% !important;
    border: none !important;
    background: none !important;
}

.form-input-perak input:focus {
    background: none !important;
    outline: none !important;
}

.form-input-perak .fv-plugins-message-container {
    padding-left: 1.5rem !important;
}

.bottom-nav {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 10px 0;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}

.bottom-started {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 10px 0;
}

.bottom-pay {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    /* align-items: center; */
    padding: 20px;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 24px 24px 0px 0px !important;
}

.nav-item {
    color: #999; /* Warna default abu-abu */
    text-align: center;
    flex: 1;
    font-size: 10px;
    transition: color 0.3s ease; /* Efek transisi pada perubahan warna */
    text-decoration: none;
}

.nav-item.active {
    color: #550220; /* Warna hitam ketika aktif */
}

/* Center the circle button */
.nav-circle-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0; /* Do not allow this item to grow */
    z-index: 1;
    width: 60px;
    height: 60px;
    margin-top: -40px; /* Position it above the line */
    text-decoration: none !important;
}

.nav-circle {
    width: 50px;
    height: 50px;
    background-color: #e77c29;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-circle i {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.nav-item .icon {
    font-size: 18px;
    display: block;
    margin-bottom: 5px; /* Jarak antara ikon dan teks */
}

.scroll-container {
    width: 100%; /* Lebar kontainer */
    overflow-x: auto; /* Membuat scroll horizontal */
    padding: 10px 10px;
}

.nav-item.active {
    color: #e77c29 !important;
}

.w-40 {
    width: 40% !important;
}

.countdown div {
    /* padding: 15px; */
    border-radius: 10px;
    width: 80px;
    text-align: center;
}

.countdown div span {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
}

.countdown-card {
    background-color: #ffffff;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.countdown {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 1.5em;
}

.card-thumbnail-info {
    width: 100% !important;
    height: 130px !important;
    object-fit: cover !important;
    border-radius: 12px;
}

.card-thumbnail-schedule {
    width: 30% !important;
    height: 90px !important;
    object-fit: cover !important;
    border-radius: 12px;
}

.card {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.card-img-info {
    /* width: 256px; */
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.card-img-schedule {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 8px;
}

a {
    color: black;
}

.h-img-info {
    height: 200px !important;
}

.fz-1 {
    font-size: 24px;
}

.fz-2 {
    font-size: 16px;
}

.fz-3 {
    font-size: 12px;
}

.fw-lighter {
    font-weight: lighter;
}