/*
 * Custom CSS
 */

 :root {
    --bs-body-bg: var(--bs-gray-100);
  }

  body {
    font-family: 'Montserrat';
  }

  .brand-logo { height: 80px; width: 200px; }

/* Bet Right */

  .btn-bet-right { font-weight: 600; width: 100%; color: white; background: rgba(255, 0, 185, 1); border: none; }
  .btn-bet-right:hover { background: rgba(255, 0, 185, 0.8); }



/* Brands */

.bet-right-background {   background-color: #0F172A;  border-radius: 8px 8px 0 0; } 
.sportsbet-background {   background-color: #0067AB;  border-radius: 8px 8px 0 0; }.btn-sportsbet { font-weight: 600; width: 100%; color: white; background: #F8D803; border: none; }.btn-sportsbet:hover { background: #F8D803; }
.tab-background {   background-color: #004045;  border-radius: 8px 8px 0 0; }.btn-tab { font-weight: 600; width: 100%; color: white; background: #3A982C; border: none; }.btn-tab:hover { background: #3A982C; }
.ladbrokes-background {   background-color: #D32123;  border-radius: 8px 8px 0 0; }.btn-ladbrokes { font-weight: 600; width: 100%; color: white; background: #EB3638; border: none; }.btn-ladbrokes:hover { background: #EB3638; }
.neds-background {   background-color: #FF7800;  border-radius: 8px 8px 0 0; }.btn-neds { font-weight: 600; width: 100%; color: white; background: #FF7800; border: none; }.btn-neds:hover { background: #FF7800; }
.pointsbet-background {   background-color: #0A0A0A;  border-radius: 8px 8px 0 0; }.btn-pointsbet { font-weight: 600; width: 100%; color: white; background: #232323; border: none; }.btn-pointsbet:hover { background: #232323; }
.bluebet-background {   background-color: #1E90F9;  border-radius: 8px 8px 0 0; }.btn-bluebet { font-weight: 600; width: 100%; color: white; background: #1885EB; border: none; }.btn-bluebet:hover { background: #1885EB; }
.dabble-background {   background-color: #2F176C;  border-radius: 8px 8px 0 0; }.btn-dabble { font-weight: 600; width: 100%; color: white; background: #23034A; border: none; }.btn-dabble:hover { background: #23034A; }
.betr-background {   background-color: #093AD4;  border-radius: 8px 8px 0 0; }.btn-betr { font-weight: 600; width: 100%; color: white; background: #052A94; border: none; }.btn-betr:hover { background: #052A94; }
.unibet-background {   background-color: #147B45;  border-radius: 8px 8px 0 0; }.btn-unibet { font-weight: 600; width: 100%; color: white; background: #299B59; border: none; }.btn-unibet:hover { background: #299B59; }
.topsport-background {   background-color: #0008B8;  border-radius: 8px 8px 0 0; }.btn-topsport { font-weight: 600; width: 100%; color: white; background: #97067A; border: none; }.btn-topsport:hover { background: #97067A; }
.betnation-background {   background-color: #00264F;  border-radius: 8px 8px 0 0; }.btn-betnation { font-weight: 600; width: 100%; color: white; background: #00C5F0; border: none; }.btn-betnation:hover { background: #00C5F0; }


  