:root {
    --m-green: #02732A;
    --s-green: #02732A;
    --l-green: #d0ffc7;
    --m-red: #8a222a;
    --s-red: #BF1523;

}

body {
    /* font-family: "Edu VIC WA NT Hand", cursive; */
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: var(--main);
    background-color: #fff;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.font-edu {
    font-family: "Edu VIC WA NT Hand", cursive;
}

.ball-yellow {
    height: 40px;
    width: 40px;
    line-height: 40px;
    box-shadow: 6px 6px 12px -4px rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    position: relative;
    overflow: visible;
    /* background-color: #ffb600; */
    background-image: linear-gradient(to top, #f83600 0%, #ffb600 100%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin: 0 2px;
    box-sizing: border-box;
}

.ball-green {
    height: 40px;
    width: 40px;
    line-height: 40px;
    box-shadow: 6px 6px 12px -4px rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    position: relative;
    overflow: visible;
    /* background-color: #ffb600; */
    background-image: linear-gradient(to top, #02732A 0%, #2EB62C 100%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin: 0 2px;
    box-sizing: border-box;
}

.ball-red {
    height: 40px;
    width: 40px;
    line-height: 40px;
    box-shadow: 6px 6px 12px -4px rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    position: relative;
    overflow: visible;
    /* background-color: #ffb600; */
    background-image: linear-gradient(to top, #8a222a 0%, #BF1523 100%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin: 0 2px;
    box-sizing: border-box;
}
/* background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%); */
.first-prize-title {
    border-radius: 10px;
    color: white;
    background: #D70652;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FF025E, #D70652);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FF025E, #D70652);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

/* body::before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -100;
    background-image: url('/assets/imgs/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
.navbar.navbar-expand-lg.background-glass-white {
    border-bottom: 5px solid var(--m-green);
}

.home-second-third-prize {
    border-radius: 3px;
    border-left: 5px solid var(--m-green);
}

.home-second-third-prize-title {
    border-radius: 10px;
    background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
    color: white;


}




.background-glass-white {
    backdrop-filter: blur(1px) saturate(180%);
    -webkit-backdrop-filter: blur(1px) saturate(180%);
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    /* background-color: rgba(255, 255, 255, 0.8); */
}

.background-glass-black {
    /* backdrop-filter: blur(1px) saturate(180%);
    -webkit-backdrop-filter: blur(1px) saturate(180%);
    background-color: rgba(0, 0, 0, 0.1); */
    color: white;
    background: #8e9eab;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #eef2f3, #434343);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #eef2f3, #434343);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* background-image: linear-gradient(to right, #434343 0%, black 100%); */

}

.nav-link {
    font-size: medium;
}

.m-t-color {
    color: var(--m-green);
}

.s-t-color {
    color: var(--m-red);
}

.l-t-color {
    color: var(--s-red);
}

#menu-navbar .navbar-nav {
    background-color: var(--m-green);
    border-radius: 8px;
}

.nav-item {}

.navbar-nav .nav-link {
    color: var(--l-green);

    font-weight: 500;
    border-radius: 8px;
    font-weight: 700;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--l-green);
    background-color: var(--s-red);
    padding-left: 10px;
    padding-right: 10px;

}

.navbar-nav .nav-link.active {}

.text-green {
    color: var(--m-green);
}

.row-menu {
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 500;
}

.nav-menu {
    font-size: x-large;
    text-decoration: none;
    color: var(--m-green);
}

.row-menu .col-menu:not(:first-child) {
    border-left: 2px solid var(--second);
}

.home-live-draw .background-glass-white {
    border-radius: 10px;
}

.home-left-col {
    border-radius: 10px;
}

.home-right-col img {
    border-radius: 10px;
}

.home-text {
    text-align: justify;
    font-size: 1.2rem;
}

.results-number {
    font-size: x-large;
    font-weight: 700;
}

.results-number::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    filter: blur(3px);
}

.homepage-lastest-result .results-number {
    font-size: xxx-large;
    font-weight: 700;
}

.page-navigation-link div nav {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
    z-index: 1000;
}

.relative.inline-flex.items-center.px-4.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5.rounded-md.select-none {
    border: 0 solid var(--gray) !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
    color: var(--m-red);
    display: block;
    border-radius: 3px;
    font-weight: 700;
}

.page-navigation-link div nav span button {
    border: 0px solid var(--dark-blue) !important;
    background-color: var(--m-red) !important;
    color: var(--l-green);
    font-weight: 700;
    border-radius: 3px;
}
