:root {
    --m-color: #4F0014;
    --s-color: #291e5e;
    --t-color: #FFB633;
    --link1-color: #9D00FF;
    --link2-color: #9500ff;
    --text-color: #f6f6f6;
    --text-gray-color: #474747;
    --m-bg-color: #4F0014;
    --s-bg-color: #1c1c1c;
    --light-bg-color: #FAFAFA;
    --dark-bg-color: #0F0317;
    --gray-bg-color: #c3c0c0;
    --light-color: #FAFAFA;
    --btn-m-color: #6916a5;
}

.title {
    font-family: "Quattrocento Sans", serif;
}
.btn.btn-primary {
    background-color: var(--dark-bg-color);
    color: var(--light-color);
    border: 0px;
}
.responsible-page p {
    text-align: justify;
}
.main-text-color {
    color: var(--m-color);
}
.container-fluid.sticky-top {
    z-index: 1 !important;
}
.divider {
    background: linear-gradient(-45deg, #4F001499 20%, transparent 20% 80%, #4F001499 80% 100%), linear-gradient(45deg, #4F001499 20%, transparent 20% 80%, #4F001499 80% 100%), linear-gradient(-45deg, #0F0317 33%, transparent 33% 66%, #0F0317 66%), linear-gradient(45deg, transparent 33%, #4F0014 33% 66%, transparent 66%);
    background-size: 3em 3em;
    background-color: #0F0317;
    opacity: 1;
    height: 60px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

.number-color {
    color: var(--m-color);
}

body {
    font-family: "Philosopher", serif;

    font-size: 14px;
    color: var(--text-color);
    background-color: var(--m-bg-color);
}

body::before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -100;
    /* background-image: url('/assets/imgs/bg7.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nav-bg {
    background-color: transparent;
    background-image: linear-gradient(90deg, #000000 0%, #4F0014 80%);
    color: var(--text-color);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler i {
    color: white;
}

.nav-link {
    color: var(--light-color);
    font-size: large;
}

.nav-item.active .nav-link {
    color: var(--t-color);
}

.info-top-bar {
    border-top: 1px solid var(--t-color);
    border-bottom: 1px solid var(--t-color);
}

.livedraw-box {
    border-radius: 2px;
}

.livedraw-box .livedraw-title {
    background-color: var(--s-bg-color);
    color: var(--light-color);
}

.livedraw-box .livedraw-prize,
.livedraw-box .livedraw-other {
    background-color: var(--light-bg-color);
}

.livedraw-prize-title,
.livedraw-prize-number {
    background-color: var(--gray-bg-color);
}

.livedraw-prize-title {
    color: var(--text-gray-color);
}

/* .responsive-iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
*/
.responsive-iframe iframe {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
}

.bottom-content {
    background-color: var(--light-bg-color);
}

.social-media-content .title {
    font-size: 1.50rem;
}














.bg-row-title {
    background-color: rgba(89, 52, 152, 0.502);
}

.home-subtitle {
    color: var(--light-color);
}

.btn-m-color {
    background-color: var(--btn-m-color);
    color: var(--light-color);
}



#menu-navbar {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#menu-navbar .navbar-nav {
    background: var(--s-color);
    background: linear-gradient(to bottom, var(--s-color), var(--m-color)) padding-box, linear-gradient(to bottom, var(--s-color), var(--m-color));
    border: 10px solid transparent;
    border-radius: 10px;
}

#menu-navbar .navbar-nav .nav-item.active {
    background: linear-gradient(to bottom, #fff7d5, #d9ad4b);
    border: 1px solid #26446b;
}

#menu-navbar .navbar-nav .nav-item.active i {
    color: #333;
}

#menu-navbar .navbar-nav .nav-item.active a.nav-link {
    color: #583498;
}

#menu-navbar .navbar-nav .nav-item {
    background: var(--s-color);
    background: linear-gradient(to bottom, var(--s-color), var(--m-color));


    border-radius: 10px;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    font-weight: bold;
}

#menu-navbar .navbar-nav .nav-item a.nav-link {
    color: #fff;
}

.nav-link {
    font-weight: bolder;
}

.latest-result-container {}

.latest-result-container .latest-result-row {
    text-align: center;
    background: var(--s-color);
    background: linear-gradient(to bottom, var(--s-color), var(--m-color));
    /* background: linear-gradient(to bottom, #fff7d5, #d9ad4b); */
    border-radius: 10px;
    color: #fff;
}

.results-page-row {
    text-align: center;
    background: var(--s-color);
    background: linear-gradient(to bottom, var(--s-color), var(--m-color));
    /* background: linear-gradient(to bottom, #fff7d5, #d9ad4b); */
    border-radius: 10px;
    color: #fff;
}


.latest-result-container .latest-result-row .result-date {
    background: radial-gradient(ellipse at center, #fff7d5 25%, #d9ad4b 100%);
    box-shadow: #fff7d5 0 0 35px inset;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bolder;
    padding: 5px 5px 15px;
    border-right: 5px dashed #9d9d9d;
    line-height: 1;
    color: var(--s-color);
}

.latest-result-container .latest-result-row .result-date .result-date-title {
    text-transform: capitalize;
    text-align: center;
    background-color: #111b2e80;
    border-radius: 10px;
    box-shadow: #ffffff78 3px 2px 5px;
    font-size: 1.25rem;
    color: #fffff5;
}

.latest-result-container .latest-result-row .result-date .result-date-month {
    font-size: 2rem;
    text-transform: uppercase;
}

.latest-result-container .latest-result-row .result-date .result-date-day {
    font-size: 3.75rem;
}

.latest-result-container .latest-result-row .result-date .result-date-year {
    font-size: 2.5rem;
}

.latest-result-container .latest-result-row .result-prize-wraper {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(245, 250, 255, 0.85);
}

.latest-result-container .latest-result-row .result-prize-wraper .result-prize-title {
    color: var(--m-color);
}

.latest-result-container .latest-result-row .result-prize-wraper .result-prize-first-title {
    font-size: 2rem;
    font-weight: bolder;
}

.latest-result-container .latest-result-row .result-prize-wraper .result-prize-second-third-wraper .result-prize-second-third-row .result-prize-second-third-col .result-prize-title {
    font-size: 1.5rem;
    font-weight: bolder;
    /* color: var(--m-color); */
}


.latest-result-container .latest-result-row .result-prize-wraper .result-prize {
    color: #fff;
}

.result-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, #7d4bd9 0%, #583498 100%);
    position: relative;
    margin: 0 5px;
}

.results-page.result-circle {
    width: 35px;
    height: 35px;
}

.results-page.result-circle span {
    font-size: 1.2rem;
    color: var(--light-color);
}

.result-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.75rem;
    font-weight: bold;
}

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

.result-circle span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 15px;
    height: 10px;
    margin: 0 auto;
    background-color: rgb(225 225 225 / 24%);
    border-radius: 50px;
}

.latest-result-container .latest-result-row .result-prize-wraper .result-prize-second-third-wraper .result-prize-second-third-row .result-prize-second-third-col {
    border-top: 4px solid var(--s-color);
}

.result-circle-second-third {
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, var(--m-color) 0%, #111b2e 100%);
    position: relative;
    margin: 0 5px;
}

.result-circle-second-third span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;

}

.result-circle-second-third span::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    width: auto;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    filter: blur(3px);
}

.result-circle-second-third span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    width: 15px;
    height: 10px;
    margin: 0 auto;
    background-color: rgb(225 225 225 / 24%);
    border-radius: 50px;
}

.footer-container {
    border-top: 3px solid #d9ad4b;
    background-color: rgb(225 225 225 / 24%);
    color: #d9ad4b;
    font-size: 1.25rem;
    padding: 1rem 0;
}

.footer-container .footer-motto {
    font-size: 1.5rem;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.result-prize-second-third-wraper div.result-prize-second-third-col:first-child {
    border-right: 2px solid var(--s-color);
}

.result-prize-second-third-wraper div.result-prize-second-third-col:last-child {
    border-left: 2px solid var(--s-color);
}

.link-color {
    color: var(--link1-color);
}

.text-color {
    color: var(--light-color);
}

.m-bg-color {
    background-color: var(--bg-color);
}

.d-bg-color {
    background-color: var(--dark-bg-color);
    color: var(--light-color);
}

.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: 1px solid var(--gray) !important;
    background-color: rgba(255, 255, 255, 0.57) !important;
    color: var(--m-color);
    display: block;
    border-radius: 5px;
}

.page-navigation-link div nav span button {
    border: 1px solid var(--dark-blue) !important;
    background-color: var(--t-color) !important;
    color: var(--light-color);
    border-radius: 5px;
}

@media (max-width: 575.98px) {
    .info-top-bar .title {
        font-size: 1.10rem;
    }
    .social-media-content .title {
        font-size: 1.10rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}
