body {
    background-color: #111;
  }
  
  .action-button {
    background-image: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);https://infototowin.com/
    color: white;
    font-weight: 600;
  }
  
  .action-button:hover {
    color: white;
  }
  
  .active > .page-link,
  .page-link.active {
    /* background-image: ; */
    background-image: linear-gradient(#f1c01c, #7d620a);
    border-color: #ffeb00;
  }
  
  .page-link,
  .disabled > .page-link,
  .page-link.disabled {
    color: white;
    background-color: #111;
    border-color: #ffeb00;
  }
  
  .modal-content {
    background-color: #111;
    border: 2px solid #ffeb00;
    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: #ffeb00; */
    border-bottom: none;
  }
  
  .modal-footer {
    /* border-top-color: #ffeb00; */
    border-top: none;
  }
  
  /* Start Navbar */
  .navbar {
    background-color: #252525;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 10px black;
  }
  
  .navbar .navbar-brand:hover {
    text-decoration: none;
  }
  
  .navbar .navbar-brand img {
    width: 100%;
    max-width: 12rem;
  }
  
  .navbar-toggler {
    background-image: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
  }
  
  .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;
    text-decoration: underline;
  }
  
  .dropdown-menu {
    background-color: #111;
    border: 1px solid #888;
  }
  /* End Navbar */
  
  /* Start Home Content Container */
  .home-content-container {
    padding: 1.2rem 0.8rem 3rem;
    color: white;
    position: relative;
    min-height: calc(100vh - 62.38px - 88px);
  }
  
  .home-content-container .content-title {
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  /* Start Main Home Page */
  .home-content-container .search-pool-button {
    background-image: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
    color: white;
    font-weight: 700;
  }
  
  .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 #ffc800;
    border-style: none;
    border-radius:20px 20px;
    overflow: hidden;
    color: #ffeb00;
  }
  
  .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: 0.8rem;
    white-space: nowrap;
  }
  
  .home-content-container .pools-prediction-button {
    color: white;
    background-image: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
    display: block;
    text-decoration: none;
    width: fit-content;
    margin: 0 auto 0.5rem;
    padding: 0.2rem 1rem;
    border-radius: 10px;
  }
  
  .home-content-container .pools-prediction-button:hover {
    background-image: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
  }
  /* 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: 0.5rem;
  }
  
  .home-content-container .prediction-table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    border: 4px solid white;
    margin-top: 1rem;
  }
  
  .prediction-table thead th {
    font-size: 1.75rem;
    font-weight: 700;
  }
  
  .prediction-table th {
    background-image: linear-gradient(#f1c01c, #7d620a);
    text-shadow: 1px 1px black;
  }
  
  .prediction-table td,
  .prediction-table th {
    border: 1px solid white;
    padding: 0.5rem 0.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(#f1c01c, #7d620a);
    border: 0;
    font-weight: 600;
    box-shadow: 1px 1px 10px black;
    color: white;
    text-decoration: none;
    padding: 0.5rem 0.8rem;
    border-radius: 3px;
    border: 2px solid white;
  }
  
  .button-group a:hover {
    background-image: linear-gradient(#9f8b47, #c1b797);
  }
  /* 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 #ffeb00;
    /* 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: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
    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: #ffeb00;
    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 #ffeb00;
    border-radius: 7px;
    overflow: hidden;
    padding: 0.8rem 0.5rem;
    box-shadow: 1px 1px 20px black;
    font-weight: 600;
    text-align: center;
  }
  
  .player-event-list-container .player-event > div {
    margin-bottom: 0.5rem;
  }
  
  .player-event-list-container .player-event .event-image {
    box-shadow: 1px 1px 15px black;
    margin-bottom: 0.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: 0.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 #ffeb00;
    background-color: #252525;
    padding: 0.8rem;
  }
  
  .single-event-container .event-image {
    box-shadow: 1px 1px 15px black;
    /* min-width: 100%; */
    width: 100%;
    margin-bottom: 0.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: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
    border: none;
    box-shadow: 1px 1px 5px black;
  }
  
  .single-event-my-answer .action-button:hover {
    background-image: linear-gradient(#9f8b47, #c1b797);
  }
  
  .single-event-container .alert {
    font-size: 0.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 #ffeb00;
    width: 100%;
    border-radius: 5px;
    overflow-y: auto;
    padding: 0.8rem 0.7rem;
  }
  
  .single-event-answer {
    padding: 0.3rem 0.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: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
  }
  
  #eventWinnerModal table.event-winner-list th,
  #eventWinnerModal table.event-winner-list td {
    padding: 0.3rem;
    border: 2px solid #ffeb00;
  }
  /* End Single Lomba Togel */
  
  /* Start Daftar Bandar Togel */
  /* Start Website List (Desktop) */
  .website-list {
    background-color: #252525;
    padding: 1.5rem 0.8rem 1rem;
  }
  
  .website-list table {
    width: 100%;
  }
  
  .website-list table thead {
    background-image: linear-gradient(#ffeb00 0%, #796429 100%);
  }
  
  .website-list table th,
  .website-list table tr {
    text-align: center;
    font-size: 1.15rem;
    padding: 0.8rem 0.3rem 0.5rem;
  }
  
  .website-list table tbody {
    background-color: #111;
  }
  
  .website-list table tbody tr {
    border-left: 1px solid #ffeb00;
    border-right: 1px solid #ffeb00;
    font-weight: 600;
    /* background-image: linear-gradient(#ffeb00 0%, #7c0000 100%); */
  }
  
  .website-list table tbody th,
  .website-list table tbody td {
    border-bottom: 10px solid #252525;
  }
  
  .website-list td .daftar-button,
  .website-list-mobile .daftar-button {
    padding: 0.15rem 1rem;
    border-radius: 5px;
    background-image: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
    text-decoration: none;
    color: white;
    border: 2px solid transparent;
  }
  
  .website-list td .daftar-button:hover,
  .website-list-mobile .daftar-button:hover {
    background-image: none;
    background-color: #d7ca9c;
    border-color: white;
  }
  /* End Website List (Desktop) */
  
  /* Start Website List (Mobile) */
  .website-list-mobile {
    display: none;
    gap: 10px;
  }
  
  .website-list-mobile .website-container {
    border: 5px ridge #ffc800;
    border-radius: 4px;
    text-align: center;
    background-color: #252525;
    box-shadow: 1px 1px 10px #ebd7d7;
    font-weight: 600;
    padding: 0.8rem 0.3rem 1.5rem;
  }
  
  .website-list-mobile .website-container .website-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
  }
  
  .website-list-mobile .website-container .website-transaction {
    display: grid;
    gap: 0.2rem;
    margin-bottom: 0.8rem;
  }
  
  .website-list-mobile .website-container .website-transaction .money-icon {
    color: #35bd00;
  }
  /* 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: 0.5rem 0.3rem;
  }
  
  .livedraw-table tbody th {
    background-image: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
    text-shadow: 1px 1px black;
  }
  
  .livedraw-table td,
  .livedraw-table th {
    border: 2px solid #f1c01c;
    padding: 0.5rem 0.3rem;
    /* font-size: 1.1rem; */
    font-weight: 600;
  }
  
  .live iframe {
    margin-top: 0;
    margin-bottom: -5px;
  }
  
  .data-table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
  }
  
  .data-table thead {
    background-image: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
  }
  
  .data-table thead th {
    padding: 0.3rem;
    font-size: 1.4rem;
    font-weight: bold;
  }
  
  .data-table tbody tr:first-of-type th {
    /* font-size: 1.1rem; */
  }
  
  .data-table tbody th {
    background-image: radial-gradient(circle 360px at 50% 50%, #f1c01c, #000 95%);
  }
  
  .data-table td,
  .data-table th {
    border: 2px solid #ffeb00;
    padding-block: 0.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 #ffeb00;
  }
  
  .article h1,
  .article h2,
  .article h3,
  .article h4,
  .article h5,
  .article h6 {
    color: #ffeb00;
    text-align: center;
  }
  
  .article a {
    color: #ffeb00;
    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: 0.8rem;
    }
    
    .single-event-detail-container h1.content-title {
      font-size: 1.5rem;
    }
  
    .home-content-container .website-list {
      display: none;
    }
  
    .website-list-mobile {
      display: grid;
    }
  }
  
  /* @media screen and (max-width: 576px) {
            
        } */
  /* End Responsive */