body {
  background-color: #464646;
  color: white;
}

a {
  color: white;
  text-decoration: none;
}


#widgetdilog{
  color: #000;
}
#widgetdilog .btn.btn-primary {
  background-color: #c78a3d!important;
  font-size: 15px;
  font-weight: 600;
}
#widgetdilog p {
  font-weight: 400;
  font-size: 15px;
}
#widgetdilog span {
  color: #c78a3d;
  font-weight: 600;
  font-size: 15px;
}
#modalformatRatting {
  margin-top: -9px;
  margin-left: 9px;
}

/*.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 30%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}*/

.ff-loading {
  text-align: center !important;
}

.ff-partner * {
  text-align: left;
  box-sizing: border-box;
}

.ff-loc-container {
  background-color: #303030;
  border-radius: 15px;
  margin-bottom: 5px;
  margin-right: 5px;
  min-height: 200px;
  padding: 10px;
}
.card-img-top {height: 280px;object-fit: cover;}
.ff-loc-title {
    color: #fff;
  font-weight: bold;
  margin-top: 0px;
  text-align: left;
  width: 100%;
}

/*.ff-loc-visits {
    float: right;
}*/
.ff-loc-title br {
  display: none;
}
.ff-loc-rating img {
  height: 20px;
  margin-left: 0px;
  margin-top: 10px;
}
.card.card-target {
  border: 1px #585858 solid;
  background-color: #000;
  height: 100%;
}
.ff-loc-image {
  border-radius: 15px;
  display: block;
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150%;
}

  .ff-loc-image .no-image {
    padding-top: 5%;
    text-align: center;
  }

.powered-by {
  clear: both;
  color: black;
  padding-top: 10px;
  text-align: center;
}

.row {
  margin-bottom: 20px;
}

/*.column {
  flex-basis: 100%;
}*/
@media screen and (min-width: 800px) {
  /*  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .column {
    flex: 1;
  }

  ._25 {
    flex: 2.5;
  }*/
}

/*.column {
  padding: 15px;
  border: 1px solid #666;
  margin: 5px 0;
  background: #343436;
}
*/
