.btn, .btn:hover {
    color: #fff; }
  
  .btn-light, .btn-light:hover {
    color: #5a5a5a; }
  
  .btn-link, .btn-link:hover {
    color: #78C2AD; }
  
  .btn-link.disabled:hover {
    color: #888; }
  
  .btn-outline-primary {
    color: #78C2AD; }
  
  .btn-outline-secondary {
    color: #F3969A; }
  
  .btn-outline-success {
    color: #56CC9D; }
  
  .btn-outline-info {
    color: #6CC3D5; }
  
  .btn-outline-warning {
    color: #FFCE67; }
  
  .btn-outline-danger {
    color: #FF7851; }
  
  .btn-outline-dark {
    color: #343a40; }
  
  .btn-outline-light {
    color: #f8f9fa; }
  
  .alert {
    color: #fff; }
    .alert h1,
    .alert h2,
    .alert h3,
    .alert h4,
    .alert h5,
    .alert h6 {
      color: inherit; }
    .alert a,
    .alert .alert-link {
      color: #fff; }
    .alert-primary,
    .alert-primary > th,
    .alert-primary > td {
      background-color: #78C2AD !important; }
    .alert-secondary,
    .alert-secondary > th,
    .alert-secondary > td {
      background-color: #F3969A !important; }
    .alert-success,
    .alert-success > th,
    .alert-success > td {
      background-color: #56CC9D !important; }
    .alert-info,
    .alert-info > th,
    .alert-info > td {
      background-color: #6CC3D5 !important; }
    .alert-danger,
    .alert-danger > th,
    .alert-danger > td {
      background-color: #FF7851 !important; }
    .alert-warning,
    .alert-warning > th,
    .alert-warning > td {
      background-color: #FFCE67 !important; }
    .alert-dark,
    .alert-dark > th,
    .alert-dark > td {
      background-color: #343a40 !important; }
    .alert-light,
    .alert-light > th,
    .alert-light > td {
      background-color: #f8f9fa !important; }
    .alert-light,
    .alert-light a:not(.btn),
    .alert-light .alert-link {
      color: #888; }
  
  .bet-btn {
    border: 0px !important; }
  
  .schedule {
    padding: 15px 0; }
  
  .schedule .single-match .part-team {
    min-height: 145px;
    padding: 15px; }
    .schedule .single-match .part-team .single-team {
      width: 40%;
      background: none !important; }
  
  .schedule .single-match .part-head {
    padding: 15px 0; }
  
  .money {
    color: #56CC9D; }
    .money .bi-cash {
      color: #56CC9D; }
  
  .header a {
    text-decoration: none !important; }
  
  .owl-dt-control-button {
    color: #78C2AD; }
  
  .owl-dt-calendar-table .owl-dt-calendar-cell-selected {
    background-color: #78C2AD; }
  
.banner {
    background: url(/assets/images/bet.jpg) bottom center no-repeat;
}

#languageDropdown {
    color: #f81b64;
}

.consent {
  background-color: #f5f5dc;
  top: 0;
  z-index: 10;
  padding: 15px;
  width: 100%;
}

.mh400 {
  max-height: 400px;
}

.color-white {
  color: white;
}

.part-text.short {
  max-height: 180px;
  overflow: hidden;
}