body {
    background-color: var(--bs-primary);
}

.action-button {
    background-image: linear-gradient(#dd0707, #7c0000);
    color: white;
    font-weight: 600;
}

.action-button:hover {
    color: white;
}

.active>.page-link, .page-link.active {
    /* background-image: ; */
    background-image: linear-gradient(#b10101, #7c0000);
    border-color: #dd0707;
}

.page-link, .disabled>.page-link, .page-link.disabled {
    color: white;
    background-color: #111;
    border-color: #dd0707;
}

.modal-content {
    background-color: #111;
    border: 2px solid #dd0707;
    box-shadow: 1px 1px 15px black;
}

.btn-close {
    /* background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; */
    /* color: white; */
    filter: brightness(0) invert(1);
}

.modal-header {
    /* border-bottom-color: #dd0707; */
    border-bottom: none;
}

.modal-footer {
    /* border-top-color: #dd0707; */
    border-top: none;
}

/* Start Navbar */
.navbar {
    background-color: #2d2d2d;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: solid #c30000;
    box-shadow: 0 1px 10px 1px #c30000;
}

.navbar .navbar-brand:hover {
    text-decoration: none;
}

.navbar .navbar-brand img {
    width: 100%;
    filter: drop-shadow(1px 1px 5px #000);
}

.navbar-toggler {
    background: linear-gradient(#dd0707, #7c0000);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar a {
    color: #ddd;
    font-weight: 700;
}

.navbar a:hover, .navbar a:focus {
    color: #888;
    background: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}

.dropdown-menu {
    background-color: #000000b4;
    border: 2px solid #680000;
}
/* End Navbar */

/* Start Home Content Container */
.home-content-container {
    padding: 1.2rem .8rem 3rem;
    color: white;
}

.btn {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

.search-pool-button {
    background: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
}

.home-content-container .content-title {
    display: flex;
    color: white;
    background: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
    font-weight: bold;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

/* Start Main Home Page */
.content-title form {
    margin-bottom: .25rem;
    margin-left: 0;
    padding: 0;
}

.home-content-container .pools-content {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
}

.home-content-container .pools-card {
    background-color: #252525;
    border: 2px solid #c30000;
    box-shadow: 0 0 6px 1px #c30000;
    border-radius: 5px 30px;
    overflow: hidden;
    color: white;
    text-shadow: 1px 1px black;
}

.home-content-container .pools-image-section {
    position: relative;
    min-height: 205px;
}

.home-content-container .pools-image-section img {
    width: 100%;
    /* height: 100%; */
    min-height: 205px;
}

.home-content-container .pools-top-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-weight: 700;
}

.home-content-container .pools-name {
    font-size: 1.6rem;
    /* text-shadow: 1px 1px black; */
    white-space: nowrap;
}

.home-content-container .pools-date {
    font-size: 1.05rem;
}

.home-content-container .pools-schedule {
    font-size: .8rem;
    white-space: nowrap;
    background-color: #c2b416;
}

.home-content-container .pools-prediction-button {
    color: white;
    background: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
    display: block;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto .5rem;
    padding: .2rem 1rem;
    border-radius: 10px;
}

.home-content-container .pools-prediction-button:hover {
    background: #c30000;
    box-shadow: 0 0 5px 1px #680000;
}
/* End Main Home Page */

/* Start Prediction Page */
.home-content-container .prediction-top-title {
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: .5rem;
}

.home-content-container .prediction-table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    border: 4px solid #fff;
    margin-top: 1rem;
}

.prediction-table thead th {
    background: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
    text-shadow: 1px 1px 3px #000;
    font-size: 1.75rem;
    font-weight: 700;
}

.prediction-table  th {
    background: linear-gradient(180deg, #a93636, #e77676);
    text-shadow: 1px 1px 3px #000;
    text-shadow: 1px 1px black;
}

.prediction-table td, .prediction-table th {
    border: 1px solid #fff;
    padding: .5rem .3rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.prediction-pool-schedule {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}

.button-group {
    max-width: 1000px;
    margin: auto;
    margin-top: 1.5rem;
    /* text-align: center; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
    gap: 7px;
}

.button-group  a {
    background-image: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
    text-shadow: 1px 1px 3px #000;
    border: 0;
    font-weight: 600;
    box-shadow: 1px 1px 10px black;
    color: white;
    text-decoration: none;
    padding: .5rem .8rem;
    border-radius: 3px;
    border: 2px solid white;
}

.button-group  a:hover {
    box-shadow: 0 0 6px 3px #000 inset, 0 0 6px 1px #c30000;
    border: 2px solid #c30000;
}
/* End Prediction Page */

/* Start Auth Page */
/* .home-content-container:has( .auth-container) {
    min-height: calc(100vh - 62.38px - 88px);
} */

.home-content-container .auth-container {
    border: 3px solid #dd0707;
    /* background-color: #000; */
    border-radius: 7px;
    box-shadow: 1px 1px 10px black;
}

.home-content-container .auth-container * {
    font-weight: 600;
}

.home-content-container .auth-container form button.submit-form {
    background-image: linear-gradient(#dd0707, #7c0000);
    width: 100%;
    color: white;
}

.home-content-container .auth-container form button.submit-form:hover {
    background-image: linear-gradient(#7c0000, #7c0000);
}

.home-content-container .auth-container form .question {
    text-align: center;
}

.home-content-container .auth-container form .question a {
    color: #dd0707;
    text-decoration: none;
}

.home-content-container .auth-container form .question a:hover {
    color: #7c0000;
    text-decoration: underline;
}
/* End Auth Page */

/* Start Lomba Page */
.player-event-list-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.5rem;
}

.player-event-list-container .player-event {
    background-color: #252525;
    border: 3PX solid #dd0707;
    border-radius: 7px;
    overflow: hidden;
    padding: .8rem .5rem;
    box-shadow: 1px 1px 6px 1px #c30000;
    font-weight: 600;
    text-align: center;
}

.player-event-list-container .player-event > div {
    margin-bottom: .5rem;
}

.player-event-list-container .player-event .event-image {
    box-shadow: 1px 1px 15px black;
    border-radius: 10px;
    margin-bottom: .5rem;
    min-width: 100%;
    /* min-height: 200px; */
}

.player-event-list-container .player-event .player-event-title {
    font-size: 1.25rem;
}

.player-event-list-container .player-event .player-event-status {
    font-size: .8rem;
}

.player-event-list-container .player-event .player-event-status span.open {
    color: #2fca00;
}

.player-event-list-container .player-event .player-event-status span.close {
    color: #ff5353;
}

.player-event-list-container .player-event .player-event-status span.hold {
    color: #bbbbbb;
}
/* End Lomba Page */

/* Start Single Lomba Togel */
.single-event-container {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 1rem;
    border: 3px solid #dd0707;
    background-color: #252525;
    padding: .8rem;
}

.single-event-container .event-image {
    box-shadow: 1px 1px 15px black;
    /* min-width: 100%; */
    width: 100%;
    margin-bottom: .8rem;
}

.single-event-detail-container {
    font-weight: 600;
}

.single-event-detail-container h1.content-title {

    font-size: 2rem;
    font-weight: 700;
}

.single-event-detail-container > * {
    margin-bottom: 0.3rem;
}

.single-event-status span.open {
    color: #2fca00;
}

.single-event-status span.close {
    color: #ff5353;
}

.single-event-status span.hold {
    color: #bbbbbb;
}

.single-event-my-answer .action-button {
    background-image: linear-gradient(#dd0707, #7c0000);
    border: none;
    box-shadow: 1px 1px 5px black;
}

.single-event-my-answer .action-button:hover {
    background-image: linear-gradient(#7c0000, #7c0000);
}

.single-event-container .alert {
    font-size: .85rem;
}

.single-event-container h6 {
    font-size: 1.1rem;
    font-weight: 700;
}

.single-event-container .single-event-all-answer .all-answer-container {
    background-color: #111;
    border: 1px solid #dd0707;
    width: 100%;
    border-radius: 5px;
    overflow-y: auto;
    padding: .8rem .7rem;
}

.single-event-answer {
    padding: .3rem .5rem;
}

.single-event-answer:not(:first-of-type) {
    border-top: 2px solid white;
}

.single-event-container .form-control-plaintext {
    padding: 0;
}

.single-event-container #answerImageModal img {
    width: 100%;
}

#eventWinnerModal table.event-winner-list {
    width: 100%;
    text-align: center;
}

#eventWinnerModal table.event-winner-list th {
    background-image: linear-gradient(#dd0707, #7c0000);
}

#eventWinnerModal table.event-winner-list th, #eventWinnerModal table.event-winner-list td {
    padding: .3rem;
    border: 2px solid #dd0707;
}
/* End Single Lomba Togel */

/* Start Daftar Bandar Togel */
/* Start Website List (Desktop) */
.website-list {
    background-color: #333;
    padding: 1.5rem .8rem 1rem;
}

.website-list table {
    width: 100%;
}

.website-list table thead {
    background-image: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
    border: 1px solid #c30000;
}

.website-list table th, 
.website-list table tr {
    text-align: center;
    font-size: 1.15rem;
    padding: .5rem .3rem .5rem;
}

.website-list table tbody {
    background-color: #111;
}

.website-list table tbody tr {
    border-left: 1px solid #c30000;
    border-right: 1px solid #c30000;
    font-weight: 600;
    /* background-image: linear-gradient(#dd0707 0%, #7c0000 100%); */
}

.website-list table tbody th,
.website-list table tbody td {
    border-bottom: 10px solid #282828;
}

.website-list td .daftar-button, .website-list-mobile .daftar-button {
    padding: .15rem 1rem;
    border-radius: 5px;
    background: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
    text-decoration: none;
    color: white;
    border: 2px solid transparent;
}

.website-list td .daftar-button:hover, .website-list-mobile .daftar-button:hover {
    box-shadow: 0 0 6px 1px #c30000;
    transform: translate(50px, 20px);
    border: none;
}
/* End Website List (Desktop) */
.indosloter span {
    color: #ff0000;
}

.kemonbet span {
    background: linear-gradient(to bottom, #a97736 0%, #ac7c3c 9%, #b78746 16%, #c39552 22%, #d2a960 28%, #e2c170 37%, #eece7c 45%, #efcf7d 49%, #edcd7a 55%, #e7c776 59%, #debb6b 65%, #ba8c48 82%, #b38645 85%, #b18545 87%, #b37e42 89%, #b27b3b 91%, #af7b3c 94%, #ad7742 98%, #b07b3b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

/* Start Website List (Mobile) */
.website-list-mobile {
    display: none;
    gap: 10px;
}

.website-list-mobile .website-container {
    border: 5px ridge #dd0707;
    border-radius: 4px;
    text-align: center;
    background-color: #252525;
    box-shadow: 1px 1px 10px black;
    font-weight: 600;
    padding: .8rem .3rem 1.5rem;
    
}

.website-list-mobile .website-container .website-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: .3rem;
}

.website-list-mobile .website-container .website-transaction {
    display: grid;
    gap: .2rem;
    margin-bottom: .8rem;
}

.website-list-mobile .website-container .website-transaction .money-icon {
    color: #c30000;
}
/* End Website List (Mobile) */
/* End Daftar Bandar Togel */

/* Start Livedraw Pages */
.livedraw-table {
    width: 100%;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.livedraw-table thead th {
    /* font-size: 1.75rem; */
    font-weight: 700;
}

.livedraw-table thead th img {
    width: 100%;
    max-width: 560px;
    padding: .5rem .3rem;
}

.livedraw-table tbody th {
    background: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
    text-shadow: 1px 1px black;
}

.livedraw-table td, .livedraw-table th {
    border: 2px solid #c30000;
    padding: 0;
    /* font-size: 1.1rem; */
    font-weight: 600;
}

.live iframe {
    margin-top: -8px;
    margin-bottom: -14px;
}

.data-table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.data-table thead {
    background-image: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
    text-shadow: 1px 1px 3px #000;
}

.data-table thead th {
    padding: .3rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.data-table tbody th {
    background-image: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
}

.data-table td, .data-table th {
    border: .5px solid #c30000;
    text-shadow: 1px 1px 3px #000;
    padding-block: .2rem;
    font-weight: 600;
}
/* End Livedraw Pages */

/* End Home Content Container */

/* Start Article */
.article {
    color: white;
    text-align: justify;
    padding: 1.5rem 0rem 1rem;
    font-weight: 600;
    background-color: black;
    border-top: 2px solid #c30000;
    box-shadow: 0 1px 10px 1px #c30000;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    color: #c30000;
    background: linear-gradient(0deg, #a93636 0%, #a93636 9%, #b74646 16%, #c35252 22%, #d26060 28%, #e27070 37%, #ee7c7c 45%, #ef7b7b 49%, #ed7a7a 55%, #e77676 59%, #de6b6b 65%, #ba4848 82%, #b34545 85%, #b14545 87%, #b34242 89%, #b23b3b 91%, #af3c3c 94%, #b23b3b 98%, #b03b3b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: bold;
}

.article a {
    color: #dd0707;
    font-weight: 600;
    text-decoration: none;
}

.article a:hover, .article a:focus {
    text-decoration: underline;
}
/* End Article */

/* Start Footer */
footer {
    padding: 1.2rem;
    background-color: #252525;
    color: white;
    font-weight: 600;
}

footer p {
    margin-bottom: 0;
}
/* End Footer */

/* Start Responsive */
@media screen and (max-width: 1200px) {
    .home-content-container .pools-content {
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
    }

    .player-event-list-container {
        grid-template-columns: repeat(2,1fr);
        gap: 1rem;
    }
}

@media screen and (max-width: 992px) {
    .single-event-container {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .home-content-container .content-title {
        text-align: center;
    }

    .home-content-container .pools-content {
        grid-template-columns: 1fr;
    }

    .prediction-table thead th {
        font-size: 1.4rem;
    }

    .prediction-table td, .prediction-table th {
        font-size: 1.1rem;
    }

    .player-event-list-container {
        grid-template-columns: 1fr;
    }

    .single-event-container h1.content-title {
        text-align: left;
    }

    .single-event-container > * {
        margin-bottom: .8rem;
    }

    .single-event-detail-container h1.content-title {
        font-size: 1.5rem;
    }

    .home-content-container .website-list {
        display: none;
    }

    .website-list-mobile {
        display: grid;
    }
    
    .live .sdy {
        width: 104% !important; 
        height: 418px !important;
    }
}

/* @media screen and (max-width: 576px) {
    
} */
/* End Responsive */