/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 .star-rating {
  display: flex;
}

.star-rating svg {
  width: 18px;
  height: 18px;
  color: #ff9900;
}

.star-rating svg:not(:last-child) {
  margin-right: 3px;
}

a.ct-link{
  font-size: 1.2em;
  text-transform: uppercase;
}



/* Tables Styles */
.ct-widget {
  font-size: 16px;
  line-height: 1.5;
  /* New Additions for Boxes PariSportif*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto;

}
.ct-widget a {
  text-decoration: none;
}

.ct-caption {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #4f5151;
  flex: 0 0 100%;
  font-size: 0.75rem;
  padding: 0.75rem 1rem;
}

.ct-link {
  background: #05C46B;
  border-radius: 4px;
  color: #fff !important; /* Always Override Theme */
  display: block;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.ct-link:hover {
  background: #049250;
  color: #fff;
}

.ct-card {
  background: #f1f3f4;
  border-radius: 8px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  color: #222323;
  /* display: flex;
  flex-wrap: wrap; */
  position: relative;

  /* New Addition for PariSportif */
  /* flex: 0 1 24%; */
  flex: 0 1 calc(100% - 1em);
  margin-bottom: 1rem;
}

.ct-card a {
    text-decoration: none !important;
}

.ct-card:not(:last-child) {
  /* margin-bottom: 1rem; */
}

.ct-card-header {
  align-items: top; /*originaly center*/
  /* display: flex; */
  flex: 0 0 100%;
  justify-content: flex-start;
  padding: 1rem 1rem 0.5rem 1rem;
  position: relative;
  text-align: center;
  background: white;
}

.ct-img {
  border-radius: 4px;
  flex: 0 0 5rem;
  height: 5rem;
  margin-right: 0.75rem;
  overflow: hidden;
  width: 5rem;
}
.ct-img img {
  width: 100%;
  max-width: 250px;
}

.ct-labels {
  display: flex;
  font-size: 11px;
  font-weight: 700;
  font-weight: 500;
  justify-content: flex-end;
  line-height: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
.ct-labels >ct-labels span {
  display: block;
  margin-left: 4px;
  padding: 2px 8px;
  font-weight: bold;
  float: right;
  margin-top: 0.5rem;
  margin-right: -11px;
}

.ct-label-alt {
  background: #FF7E67;
  color: #FFF;
  border-radius: 0 0 4px 4px;

}

.ct-order {
  background: #FF7E67;
  color: #FFF;
  border-radius: 0 8px 0 4px;
}

.ct-button {
  flex: 0 0 100%;
  width: 100%;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  margin-bottom: 15px;
  /* padding: 0.75rem 1rem 1rem; */
}

.ct-specs {
  align-items: stretch;
  background: #f1f3f4;
  display: block;
  /* flex: 0 0 100%; */
  width: 100%;
}
.ct-specs a {
  white-space: nowrap;
}

.ct-features {
  /* align-items: center;
  flex: 0 0 60%; */
  font-size: 0.75rem;
  display: block;
  padding: 0 1rem 0.5rem 1rem;
  margin: 0;
  margin-bottom:0;
  margin-top: auto
}

.ct-stats {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  justify-content: space-between;
  margin-left: auto;
  padding: 1rem;
  flex: 0 0 auto;
}

a.ct-muted {
  color: #4f5151;
  text-decoration: underline !important;
  align-self: center;
}

a.ct-muted:hover {
  color: #049250;
  text-decoration: underline !important;
}

ul.ct-list {
  color: #4f5151;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
ul.ct-list li {
  display: block;
  padding: 0 0 0 1.2rem;
  position: relative;
  line-height: 1.5 !important;
}
ul.ct-list li:not(:last-child) {
  margin-bottom: 4px;
}
ul.ct-list li::before {
  border: 1px solid #05C46B;
  background: #05C46B;
  border-radius: 12px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 12px;
}
ul.ct-list li::after {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  content: "";
  height: 3px;
  left: 3px;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
  width: 6px;
}

.ct-rating {
  align-items: stretch;
  display: flex;
  justify-content: flex-end;
}
.ct-rating span {
  align-items: center;
  display: flex;
  margin-left: 0px;
}
.ct-rating .ct-rating-summary {
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 2px;
  color: #FAB34D;
}

p.ct-casino-title {
  font-size: 0.9rem !important;
  line-height: 1.375;
  /* margin: 0 0 4px 0; */
  margin: 0;
  padding: 0 !important;
  font-weight: bold;
  float: left;
}
p.ct-casino-title a {
  color: #222323;
  display: block;
}
p.ct-casino-title a:hover {
  color: #4f5151;
}

.ct-casino-subtitle {
  color: #222323;
  font-size: 0.875rem;
  /* font-weight: 700; */
  /* font-weight: 500; */
  line-height: 1.25rem;
  /*Added for ParisSportif*/
  text-align: center;
  font-weight: bold;
  padding: 1rem;
  padding-bottom: 0px !important;
}

.ct-offer-text {
  text-align: center;
  font-size:0.8rem !important;
  text-transform: uppercase;
  font-weight: bold;
}

/* Responsive */
@media only screen and (min-width: 992px) {
  .ct-widget {
    /* New Additions for Boxes PariSportif*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ct-card {
    display: flex;
    flex-direction: column;
    /* flex-direction: column; /* changed from row for PariSportif */
    flex-wrap: wrap;
    align-items: stretch;
    /* flex: 0 1 calc(30% - 1em); */
    flex: 0 1 calc(30% - 1em);
    margin-bottom: 1rem;
  }

  .ct-card-header {
    /* flex: 0 0 35%; */
    flex: 0;
    /* padding-left: 1.25rem; */
  }

  p.ct-casino-title {
    font-size: 1.125rem;
    line-height: 1.375;
    float: left; /* Added for Paris Sportif */
  }
  .ct-casino-subtitle {
    padding: 1rem;
  }

  .ct-specs {
    /* background: #fff; */
    /* flex: 0 0 40%; */
    padding: 0;

  }

  .ct-features {
    padding: 0 1rem 0.5rem 1rem;
  }

  .ct-button {
    width:100%;
    /* flex: 0 0 auto; */
    display: block;
    align-items: center;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    margin-bottom: 15px;
    /* flex-grow: 2; */
    /* padding: 0 1.25rem; */
  }

  .ct-link {
    width: 100%;
    flex: 0 0 100%;
    padding: 0.5rem;
  }

  .ct-stats {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ct-caption {
    padding: 0.75rem 1.25rem;
  }
}
/* Dark Theme */
.ct-theme-dark .ct-card {
  background: #222323;
  color: #fff;
}
.ct-theme-dark .ct-label-alt {
  background: #4f5151;
  color: #b8b9ba;
}
.ct-theme-dark .ct-order {
  background: #ff5334;
}
.ct-theme-dark .ct-caption {
  border-color: rgba(255, 255, 255, 0.1);
  color: #818383;
}
.ct-theme-dark a.ct-muted {
  color: #b8b9ba ;
}
.ct-theme-dark a.ct-muted:hover {
  color: #05C46B;
}
.ct-theme-dark .ct-specs {
  background: rgba(255, 255, 255, 0.05);
  color: #f1f3f4;
}
.ct-theme-dark ul.ct-list {
  color: #b8b9ba;
}
.ct-theme-dark p.ct-casino-title a {
  color: #f1f3f4;
}
.ct-theme-dark p.ct-casino-title a:hover {
  color: #b8b9ba;
}
@media only screen and (min-width: 992px) {
  .ct-theme-dark .ct-specs {
    background: transparent;
  }
}

.ct-labels {
  position: relative !important;
  display: block !important;
  z-index: 1;
  height: 0px;
}

.ct-label-alt {
    background: #971700;
    font-weight: bold;
    padding: 4px;
    float: right;
    margin-top: 10px;
    margin-right: -10px;
    color: #FFF;
    border-radius: 0 0 4px 4px;
}

.ct-label-alt::after{
  position: absolute;
  content: '';
  background: #971700;
  height: 15px;
  width: 15px;
  top: 1.5rem;
  right: -7px;
  z-index: -1;
  transform: rotate(45deg);
}
.ct-label-alt > .ct-star {
  vertical-align: middle;
}

/* .ct-label-alt::after{
  position: absolute;
  content: 'In progress';
  top: 11px;
  right: -14px;
  padding: 0.5rem;
  width: 10rem;
  background: #3949ab;
  color: white;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
} */
.clearfix::after{content:"";display:table;clear:both}
