/**** begin countdown colors ****/
.flip-clock-wrapper ul,
.flip-clock-wrapper ul li a div div.inn,
.flip-clock-divider .flip-clock-dot {
	background-color: var(--flipclock-bg-color);
}
.flip-clock-wrapper ul li a div div.inn {
	color: var(--flipclock-color);
}
/**** endof countdown colors ****/



/**** begin custom style ****/
.position-sticky {
    position: sticky !important;
    top: 0;
    z-index: 999999;
}

header {
    display: block;
}
header .logo-box .web-logo {
    max-width: 150px;
}

section {
    display: block;
}
section.menu-bar .navbar .navbar-nav .nav-item .nav-link {
    min-width: 140px;
    margin: 0 5px;
    padding: 0 10px;
    line-height: 50px;
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
section.menu-bar .navbar .navbar-nav .nav-item.active .nav-link {
    color: var(--blood-red);
    background-color: var(--golden);
    font-weight: 700;
}
section.menu-bar .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--blood-red);
    background-color: var(--golden);
    font-weight: 700;
}
section.menu-bar .navbar .navbar-toggler {
    outline: none !important;
}

.card.card-sidebar,
.card.card-content,
.card.card-sidebar .card-header,
.card.card-sidebar .card-body,
.card.card-content .card-body {
    border-radius: 0;
}

.card.card-content .card-body {
    text-align: justify;
}

.card.card-result {
    margin: 0 auto;
}
.card.card-result,
.card.card-history {
    border-radius: 16px;
}
.card.card-result .card-header,
.card.card-history .card-header {
    border-radius: 16px 16px 0 0;
}
.card.card-result .card-header .icon-box,
.card.card-history .card-header .icon-box {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border-radius: 50px;
    text-align: center;
}
.card.card-result .card-header .icon-box .web-icon,
.card.card-history .card-header .icon-box .web-icon {
    padding: 3px;
    width: 100%;
    height: 100%;
}
.card.card-history .card-body {
    border-radius: 0 0 16px 16px;
}
.card.card-result .card-body .result-number.winner .result-digit {
	width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 26px;
    font-weight: 700;
    background: radial-gradient(circle at 25px 25px, #f82a2a, #610f0f);
    margin: 0 2.5px;
    color: #f5f5f5;
}
.card.card-history .card-body .result-number.winner .result-digit {
	width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    background: radial-gradient(circle at 25px 25px, #f82a2a, #610f0f);
    margin: 0 2.5px;
    color: #f5f5f5;
}
.card.card-result .card-body .result-number .result-digit {
	width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    background: radial-gradient(circle at 25px 25px, #ffa600, #8d610f);
    margin: 0 2.5px;
    color: #f5f5f5;
}
.card.card-result .card-body .result-number.other .result-digit {
	width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 500;
    background: radial-gradient(circle at 25px 25px, #b9b9b9, #616161);
    margin: 0 2.5px;
}
.card.card-result .card-footer {
    border-radius: 0 0 16px 16px;
}
.card.card-history .card-body .result-number .result-digit {
	width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    background: radial-gradient(circle at 25px 25px, #b9b9b9, #616161);
    margin: 0 2.5px;
    color: #f5f5f5;
}

.list-group .result-number .result-digit {
	width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    background: radial-gradient(circle at 25px 25px, #b9b9b9, #616161);
    margin: 0 2.5px;
    color: #f5f5f5;
}
.list-group .result-number.winner .result-digit {
    background: radial-gradient(circle at 25px 25px, #f82a2a, #610f0f);
}

footer {
    display: block;
}

hr {
    border-color: var(--dark-jungle-green);
}
/**** endof custom style ****/