.card-header {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
    padding: 2rem 1rem;
  }
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  }
  .bg-default {
    background: linear-gradient(to bottom, #e52222 0%, #930808 100%);
  }
  .heading-primary {
    font-size: 25px;
  }
  .text-subheading {
    color: #fff;
    font-size: 15px;
  }
  .d-inline-block {
    display: inline-block !important;
  }
  .xl {
    height: 38px !important;
    width: 39px !important;
    font-size: 2.25rem;
  }
  .result-ball {
    height: 30px;
    width: 30px;
  }
 
  .result-ball {
    align-items: center;
    background: radial-gradient(circle at center, #fff, #606060);
    border: 1px solid #133f87;
    border-radius: 50%;
    color: #000;
    margin : 0 2.5px;
    height: 30px;
    width: 30px;
  }
 
  .result-ball1 {align-items: center;background: radial-gradient(circle at center,  #ffc107, #cd4f00);    margin : 0 2.5px;
border: 1px solid #011a42;border-radius: 50%;color: #000000;height: 30px;width: 30px;}
  .cont-result, .result-ball {
    display: flex;
    justify-content: center;
  }
  .cont-result, .result-ball1 {
    display: flex;
    justify-content: center;
  }
.col-hasil-pemenang {
    padding-right: 0;
  }
    @media (min-width: 1200px){
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .h3, h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1108px){
    .result-ball {
      height: 38px !important;
      width: 39px !important;
    }
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .rowx {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1);
  }
  .rowx > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%;
  }

  .bg-second {
    background: #000d5282;
  }
  .text-center {
    text-align: center !important;
  }
  .p-1 {
    padding: .25rem !important;
  }

  .text-gold {
    color: #fff !important;
  }
  .text-white {
    color: #fff !important;
  }

  .hasil-heading, .hasil-subheading {
    color: #3f1900;
    font-size: 2.25rem;
  }
  .hasil-subheading {
    font-weight: 700;
  }


