html {
    font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  height: 100%;
}

body {
    height: 100%;
    background: #ddd9cf !important;
}
.tab-1.pt-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.info {
    margin-top: -18px;
    width: 80%;
}
.display-6 {
    color: #48426d;
    font-weight: 800 !important;
    text-transform: uppercase;
}
.text-danger {
    color: red;
}
.time {
    font-size: 22px;
    background: #373257;
    border-radius: 0.6rem;
    padding: 12px 16px;
    color: #fcd3bc;
}
.text-time{
    color: #d4d4d8;
}
.cum-2 {
    padding: 2rem 3rem;
    border-radius: 2rem;
    background: #48426d;
    box-shadow: 11px 11px 10px rgba(72, 66, 109, 0.43);
}
.cum-2-1 {
    font-size: 14px;
    color: #fcd3bc;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 18px;
}
.cum-2-2 {
    display: flex;
    gap: 36px;
}
.cum-2-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #edc18d;
    padding: 2rem;
    border-radius: 1.8rem;
}
.text-amount {
    background: #48426d;
    color: #fcd3bc !important;
    font-size: 23px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: .8rem;
    margin-right: .5rem;
}
.input-group.m-auto {
    margin-bottom: 1.8rem;
}
.colok {
    background: #48426d;
    border-radius: 2rem;
    margin-right: 5px;
    padding: 4px 9px;
    box-shadow: 4px 4px 4px rgba(47, 43, 79, 0.68);
}
@media screen and (max-width: 768px) {
    body {
        height: auto;
    }
    .info {
        width: 100%;
        margin-top: auto;
    }
    .time {
        margin-bottom: -26px;
        font-size: 20px;
    }
    .cum-1 {
        flex-direction: column;
    }
    .cum-2-1 {
        flex-direction: column;
        text-align: center;
        margin-top: 6px;
        line-height: 3.2;
        font-size: 13px;
    }
    .cum-2-2 {
        flex-direction: column;
    }
    .cum-2-right {
        width: 100%;
    }
    .cum-2 {
        padding: 2rem 1.6rem;
    }
    .copyright {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}