body {
    background-image: url("../img/background.webp");
    color: #310000;
    font-family: serif;
}
h4 {
    font-size: 20px;
}
.header-logo {
    padding-left: 60px;
    padding-right: 60px;
}
.header-bali-logo {
    width: 300px;
    margin-bottom: -8px;
}
.bali-candle {
    position: relative;
}
.bali-candle>img {
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.link-bali-lotto, .link-bali-lotto:hover {
    margin-left: 20px;
    color: #310000;
    font-weight: bold;
    text-decoration: none;
}
.link-bali-lotto span {
    text-decoration: underline;
}
.bg-bali-lotto {
    color: #fff;
}
nav.bg-bali-lotto:after {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    border-bottom: 60px solid #310000;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
}
.bg-bali-lotto .navbar-light .navbar-nav .nav-link {
    color: #f6c46d;
    margin-left: 10px;
    margin-right: 10px;
}
.bg-bali-lotto .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
#close-sidebar {
    position: fixed;
    top: 15px;
    right: 85px;
    display: none;
}
.news-sliding {
    position: relative;
    background: #310000;
    margin-top: 2px;
    color: #f6c46d;
    display: flex;
    flex-direction: row;
    line-height: 1;
}
.news-sliding>.title-news {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: darkred;
    color: #fff;
}
.news-text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.date-time-now {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid;
    justify-content: center;
}
.date-time-now span {
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
}
/* body page start */
#landing-page, #interpretation, #draw-history {
    margin-top: 5px;
}
.landing-body-image {
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.landing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#timer-countdown {
    display: flex;
}
.card-bali {
    background: #f6c46d;
    border: 0;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}
.card-header {
    background: #310000;
    color: #f6c46d;
    border-radius: 0 !important;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.card-header h4 {
    margin-bottom: 0;
}
.card-side .card-body {
    height: 182px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
#timer-countdown {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.card-countdown h1 {
    margin-left: 10px;
    margin-right: 10px;
}
.card-generate {
    display: flex;
    justify-content: space-evenly;
}
.btn-bali-lotto, .btn-bali-lotto:focus {
    background: #8b0000;
    color: #fff;
    box-shadow: 0px 6px #310000;
    border-radius: 10px;
    transition: 0.3s;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-bali-lotto:hover {
    background: #8b0000;
    color: #fff;
    box-shadow: 0px 0px #310000;
    border-radius: 10px;
    margin-top: 6px;
}
#timer-countdown .timer {
    width: 112px;
}
#timer-countdown h1 {
    background: url(../img/Puravector.webp);
    background-size: cover;
    height: 100px;
    padding-top: 45px;
    color: #f6c46d;
    font-size: 30px;
    text-decoration: underline;
    margin-bottom: 0;
}
#timer-countdown p {
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 0;
}
.card-countdown p {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
}
#timer-countdown .separator-timer {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
#draw-history .card-bali, #interpretation .card-bali {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.loadingContainer1 div {
    height:10px;
    width:10px;
    border-radius:50%;
    background: #f6c46d;
    float:left;
    margin:0 3px;
    background:#f6c46d;
    transform:scale(0);
}
.loadingContainer1 .ball1 {
    z-index:1;
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
}
.loadingContainer1 .ball2 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loadingContainer1 .ball3 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loadingContainer1 .ball4 {
    -moz-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation: grow 4.4s infinite ease-in-out;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-moz-keyframes grow {
    0% {-moz-transform: scale(0);}
    25% {-moz-transform: scale(1);}
    50% {-moz-transform: scale(0);}
    75% {-moz-transform: scale(1);background:#310000;}
    100% {-moz-transform: scale(0);background:#310000;}
}
@-webkit-keyframes grow {
    0% {-webkit-transform: scale(0);}
    25% {-webkit-transform: scale(1);}
    50% {-webkit-transform: scale(0);}
    75% {-webkit-transform: scale(1);background:#f6c46d;}
    100% {-webkit-transform: scale(0);background:#f6c46d;}
}
.number-bg {
    background: #310000;
    border-radius: 10px;
    padding: 15px 5px;
    min-width: 77px;
    min-height: 95px;
    line-height: 55px;
    font-size: 50px;
    margin-right: 5px;
    margin-left: 5px;
}
#tabelkalender a {
    pointer-events: none;
}
.autogen-num {
    color: #f6c46d;
}
.card-bali .card-header h2 {
    margin-bottom: 0;
}
.card-bali .card-header p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}
.winning-number {
    text-align: center;
    margin-bottom: 20px;
}
.lotto-separate {
    display: flex;
    justify-content: center;
}
.lotto-separate .bg-winner-number {
    background: url(../img/hasilvector.webp);
    font-size: 40px;
    font-weight: 400;
    background-size: contain;
    background-repeat: no-repeat;
    color: #f6c46d;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 3px;
    margin-right: 3px;
}
.reward-header {
    margin-bottom: 15px;
}
.special-reward {
    text-align: center;
    padding: 15px;
}
.second-reward {
    font-size: 20px;
    font-weight: 400;
    background: #310000;
    border-radius: 10px;
    color: #f6c46d;
    height: 30px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.second-reward p {
    margin-bottom: 0;
}
.border-right-1 {
    border-right: 1px solid #310000;
}
.border-bottom-1 {
    border-bottom: 1px solid #310000;
}
.border-left-1 {
    border-left: 1px solid #310000;
}
.border-top-1 {
    border-top: 1px solid #310000;
}
.border-right-2 {
    border-right: 2px solid #310000;
}
.border-bottom-2 {
    border-bottom: 2px solid #310000;
}
.border-left-2 {
    border-left: 2px solid #310000;
}
.border-top-2 {
    border-top: 2px solid #310000;
}
#draw-history .card-body {
    padding: 0;
}
.accordion-header .accordion-button {
    display: block;
    text-align: center;
}
.accordion-header p {
    margin-bottom: 0;
    line-height: 1;
    display: inline;
}
.btn-bali-result, .btn-bali-result:hover {
    background: #8b0000;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
}
.accordion-item .accordion-body {
    padding: 0;
}
.accordion-item {
    border: 0;
}
.accordion-button, .accordion-button:focus, .accordion-button:not(.collapsed) {
    background-color: #f6c46d;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #310000;
    box-shadow: none;
    border-bottom: 1px solid #310000;
}
.accordion-collapse {
    border-bottom: 1px solid #310000;
    background-color: #f6c46d;
}
.accordion-body p {
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.accordion-body p:last-child {
    margin-bottom: 0;
}
.accordion-body p.number-result-table {
    background: #310000;
    color: #f6c46d;
    border-radius: 10px;
    width: fit-content;
    padding-left: 30px;
    padding-right: 30px;
}
.accordion-body p.result-caption-table {
    font-size: 18px;
    font-weight: 600;
}
.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.header-footer {
    background: #310000;
    color: #f6c46d;
    padding: 20px;
}
.header-footer h1 {
    font-weight: bold;
}
.interaction-footer {
    padding: 15px 30px;
}
.btn-buletin, .btn-buletin:focus, .btn-buletin:hover {
    background: #310000;
    color: #f6c46d;
    border-radius: 0;
    box-shadow: none;
}
.input-buletin, .input-buletin:focus {
    border-radius: 0;
    background: #f6c46d;
    border: 1px solid #310000 !important;
    box-shadow: none;
}
.copyright-footer {
    background: #310000;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.modal-bali-lotto .modal-content {
    background: #f6c46d;
    color: #310000;
    border: none;
}
.modal-bali-lotto .modal-header {
    background: #310000;
    color: #f6c46d;
    border: none;
}
.modal-language-select .modal-body {
    margin-left: 25%;
}
.modal-bali-lotto .modal-footer {
    border: none;
}
.modal-language-select .form-check {
    display: flex;
    align-items: center;
}
.modal-language-select .form-check-input {
    height: 25px;
    width: 25px;
}
.modal-language-select .form-check-input:checked {
    background-color: #310000;
    border-color: #310000;
    height: 25px;
    width: 25px;
}
.modal-language-select .form-check-label {
    margin-left: 20px;
}
.card-bali .card-header-table {
    background: #310000;
    color: #f6c46d;
    font-size: 20px;
}
.card-bali .table {
    text-align: center;
    color: #310000;
    margin-bottom: 0;
}
.card-bali .table>:not(caption)>*>* {
    border-bottom: 1px solid #310000;
}
.paginate-bali {
    background: #310000;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paginate-bali .pagination {
    margin-bottom: 0;
}
.paginate-bali .page-link, .paginate-bali .page-item.active .page-link {
    background: #310000;
    border: 2px solid #f6c46d;
    color: #f6c46d;
}
.paginate-bali .page-item.disabled .page-link {
    background: #310000;
    color: #f6c46d;
    border: 0;
    border-color: #f6c46d;
}
.paginate-bali .page-item:first-child.disabled .page-link, .paginate-bali .page-item:last-child.disabled .page-link {
    background: #f6c46d;
    border: 2px solid #f6c46d;
    color: #310000;
}
.paginate-bali .page-item:first-child .page-link, .paginate-bali .page-item:last-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #f6c46d;
    color: #310000;
}
.paginate-bali .page-item {
    margin-left: 5px;
}
.card-body.heigh-scroll {
    max-height: 515px;
    overflow-y: scroll;
}
.card-body.heigh-scroll::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.card-body.heigh-scroll::-webkit-scrollbar-track {
  background: #f6c46d; 
}
 
/* Handle */
.card-body.heigh-scroll::-webkit-scrollbar-thumb {
  background: #310000; 
}

/* Handle on hover */
.card-body.heigh-scroll::-webkit-scrollbar-thumb:hover {
  background: #310000; 
}
.form-dreambook {
    border-radius: 0.25rem !important;
} 
.alert-login {
    position: fixed;
    right: 80px;
    top: 25px;
    z-index: 9;
    background: #f6c46d;
    border: 1px solid #310000;
    color: #310000;
}
.bg-winner-number>.fa {
    font-size: 40px;
}
#tabelkalender {
    border: none !important;
    box-shadow: none !important;
}
#tabelkalender td[bgcolor="#FFC83F"] {
    background: #310000;
}
#tabelkalender font[style="font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:14px"] {
    color: #f6c46d !important;
}
#tabelkalender a[href="http://kalenderbali.org"] {
    color: #f6c46d !important;
}
@font-face {
    font-family: "bootstrap-icons";
    src: url("./fonts/bootstrap-icons.woff2?a74547b2f0863226942ff8ded57db345") format("woff2"),
    url("./fonts/bootstrap-icons.woff?a74547b2f0863226942ff8ded57db345") format("woff");
}
.accordion-button.collapsed .btn-bali-result:after {
    font-family: bootstrap-icons !important;
    content: '\F285';
}
.accordion-button .btn-bali-result:after {
    font-family: bootstrap-icons !important;
    content: '\F282';
}
@media (max-width: 768px) {
    .header-logo {
        padding-left: 45px;
        padding-right: 45px;
    }
    .gapura-svg {
        width: 80px;
        height: 56px;
    }
    #close-sidebar {
        display: block;
    }
    nav.navbar-bali {
        justify-content: center;
    }
    nav.navbar-bali .navbar-toggler {
        color: #f6c46d;
        border-color: #f6c46d;
    }
    img.img-fluid.candle-right {
        bottom: -45px;
        right: -50px;
    }
    img.img-fluid.candle-left {
        bottom: -45px;
        left: -50px;
    }
    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 0;
        width: 0;
        overflow: hidden;
        height: 100vh;
        padding-top: 50px;
        padding-left: 20px;
        background: #310000;
        margin-left: -12px;
        z-index: 1;
        transition: 0.3s;
    }
    .navbar-collapse.show {
        width: 85%;
    }
    .news-sliding {
        margin-top: 6px;
    }
    .card-bali.card-side:first-child {
        margin-top: 0.5rem;
    }
    #landing-page, #interpretation, #draw-history {
        margin-top: 43px;
    }
    .date-time-now {
        position: absolute;
        bottom: -35px;
        padding: 6px;
        width: 100%;
        border: 0;
        background: #310000;
    }
    #draw-history h2 {
        font-size: 12px;
    }
    .header-bali-logo img {
        position: relative;
        top: 10px;
    }
    .border-right-2 {
        border-right: 0;
    }
    .accordion .btn-bali-result {
        font-size: 12px;
    }
    .accordion .result-caption-table {
        font-size: 12px;
    }
    .d-m-none {
        display: none;
    }
    #draw-history .pagination .page-link {
        padding: 0 5px;
    }
    .number-bg {
        min-width: 65px;
        font-size: 40px;
        line-height: 62px;
    }
    .generate-image {
        width: 40px;
    }
    .interaction-footer {
        text-align: center;
    }
    .card-body.heigh-scroll {
        max-height: 250px;
    }
    #timer-countdown .timer {
        width: fit-content;
    }
    #timer-countdown h1 {
        height: 85px;
        width: 78px;
        padding-top: 40px;
        font-size: 30px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media (max-width: 350px) {
    .accordion .btn-bali-result {
        font-size: 9px;
        padding: 5px 5px;
    }
    .accordion .result-caption-table {
        font-size: 10px;
    }
    .accordion-body p.number-result-table {
        padding-left: 20px;
        padding-right: 20px;
    }
    .accordion-body p {
        font-size: 10px;
    }
    #timer-countdown h1 {
        height: 76px;
        width: 70px;
        padding-top: 38px;
        font-size: 25px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .number-bg {
        min-width: 60px;
    }
    .generate-image {
        width: 45px;
    }
    .autogen-num {
        font-size: 40px;
    }
    .lotto-separate .bg-winner-number {
        font-size: 32px;
        height: 60px;
    }
    #draw-history .table {
        font-size: 12px;
    }
    .date-time-now span {
        font-size: 10px;
    }
}