body {
    padding: 0;
    margin: 0;
    background-color: #000;
    font-family: "Lato", Sans-Serif;
}
.navbar {
    background-color: #001f4d;
    text-align: center;
}

.logo {
    width: 150px; /* Sesuaikan ukuran logo */
    height: auto; /* Lebar gambar disesuaikan dengan lebar navbar */
    margin-top: 10px; /* Jarak atas */
}
.carousel-container {
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-color: #000;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    flex: 0 0 auto;
    width: 100%;
}

.carousel-item img {
    width: 100%;
    height: auto;
}
.scrolling-bar {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    background-color: #001f4d;
    padding: 10px 0;
}

.scrolling-content {
    display: inline-block;
}

.item {
    display: inline-block;
    margin: 0 20px; /* Jarak antara ikon */
    text-align: center;
    color: #fff;
}
.item a {
    text-decoration: none;
    color: #fff;
}

.item img {
    width: 40px; /* Lebar gambar ikon */
    height: 40px; /* Tinggi gambar ikon */
}

.item span {
    font-size: 12px;
    display: block;
}
.kimmy {
    padding: 5px;
    background: #000;
}
.kimmy > marquee {
    color: #fff;
}
.delynn {
    display: flex;
    justify-content: center;
}
.delynn > a > .t1 {
    width: 195px;
    border: none;
    background-color: #fff;
    padding: 10px;
    color: #000;
    font-weight: 300;
    font-weight: bold;
}
.delynn > a > .t2 {
    width: 195px;
    border: none;
    background-color: #58a1fe;
    padding: 10px;
    color: #fff;
    font-weight: 300;
    font-weight: bold;
}
.lily {
    display: flex;
    color: #58a1fe;
    justify-content: center;
}
.sb {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
}

.sc {
    display: inline-block;
}

.items {
    display: inline-block;
    margin: 0 10px; /* Jarak antara ikon */
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 50px;
}

.items img {
    width: 80px; /* Lebar gambar ikon */
    height: auto; /* Tinggi gambar ikon */
    border-radius: 5px;
    border: 1px solid #fff;
}

.items span {
    font-size: 10px;
    display: block;
}
.cepio {
    display: flex;
    color: #fff;
    justify-content: center;
}
.michie {
    color: #58a1fe;
    display: flex;
    justify-content: center;
}
.erine > img {
    width: 150px;
    padding: 5px;
    border-radius: 10px;
}

.olinelop {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

.olinelop h2 {
    text-align: center;
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
}

.input-group input,
.input-group select {
    width: 98%;
    padding: 8px;
    border: 1px solid #ccc;
    outline: none;
}

.input-group select {
    width: calc(100% - 18px); /* Menyesuaikan dengan input */
}

.tolols > a > button {
    width: 99%;
    padding: 15px;
    background-color: #58a1fe;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.input-group > .two-teks {
    display: flex;
    justify-content: space-between;
}
.input-group > .two-teks > .teks-two {
    text-decoration: underline;
}
.kart {
    display: flex;
    width: 320px; /* Mengatur lebar kartu */
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px;
    color: #fff;
    background-color: #001f4d;
}

.kart-img {
    flex: 0 0 40px; /* Mengatur lebar gambar */
    overflow: hidden;
    padding: 10px;
    margin-top: 15px;
}

.kart-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.kart-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.deposit-text {
    font-size: 18px;
    margin-bottom: 10px;
}

.time {
    font-size: 14px;
    color: #fff;
}

.progress-bar {
    width: calc(100% - 20px); /* Mengatur lebar progress bar */
    height: 10px;
    background-color: #000;
    margin-top: 10px;
    border-radius: 5px;
}

.progress-bar-fill {
    height: 100%;
    background-color: #ffd700;
    border-radius: 5px;
}

.cokor {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.cokor i {
    color: #fff;
    font-size: 30px;
    padding: 10px;
}

.kimmylup h3 {
    color: #58a1fe;
    margin-left: 10px;
    margin-bottom: 70px;
    padding: 10px;
}

#notification-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notification {
    background-color: #58a1fe;
    color: white;
    padding: 15px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 600px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.notification.show {
    opacity: 1;
}

.navs {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #001f4d;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.navs a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.navs a.active {
    color: #fff;
}
.navs a img {
    display: block;
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
}
.navs a.qr {
    position: relative;
    top: -20px; /* Adjust this value as needed */
    background-color: #001f4d;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
    width: 64px; /* Adjust this value as needed */
    height: 64px; /* Adjust this value as needed */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.navs a.qr img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px; /* Add margin to separate image and text */
}

.fixed-image {
    position: fixed;
    left: 0;
    top: 80%;
    transform: translateY(-50%);
    z-index: 1000;
}

.fixed-image img {
    width: 50px; /* Adjust the size as needed */
    height: auto;
}
