.flex{
  display: flex !important;
}
#modalDetails .detail-title-label{
  color: #F0D278;
}
#modalDetails h1{
  color: #f0f0f0;
}
#modalDetails .details-container{
  color: #f0f0f0;
}
#modalDetails .recipes-container{
  color: #f0f0f0;
}
.circle_load_image {
  width: 70px;
  height: 70px;
  position: relative;
  float: left;
  background: linear-gradient(
    120deg,
    #4A3C2A 30%,
   #7E6442FF 38%, #7E6442FF
  40%,
    #4A3C2A 48%
  );
  border-radius: 50%;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: load89234 2s infinite;
   display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;
}

.mini_card {
  width: 200px;
  height: 90px;
  /*background: #4A3C2A;*/
  /*box-shadow: 0 1px 25px rgba(0,0,0,0.2);*/
  position: relative;
  /*transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;*/
  padding: 8px 4px;
  margin: 3px 0;
  /*border-color: #F0D278;*/
  /*border-style: solid;*/
  /*border-color: #4A3C2A ;*/
}

.mini_card_load {
  width: 70px;
  height: 70px;
  position: relative;
  float: left;
  /*background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0*/
  /*40%, #e5e5e5 48%);*/
  /*border-radius: 50%;*/
  /*background-size: 200% 100%;*/
  /*background-position: 100% 0;*/
  /*animation: load89234 2s infinite;*/
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;
}

.mini_card_load_extreme_title {
  width: 115px;
  height: 25px;
  position: relative;
  float: right;
  border-radius: 5px;
  /*background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0*/
  /*40%, #e5e5e5 48%);*/
  /*background-size: 200% 100%;*/
  /*background-position: 100% 0;*/
  /*animation: load89234 2s infinite;*/
  font-size: 13px;
  color: #a68c3a;
  text-align: center;
  font-weight: bold;
}

.mini_card_load_extreme_descripion {
  width: 115px;
  height: 40px;
  position: relative;
  float: right;
  border-radius: 5px;
  /*background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0*/
  /*40%, #e5e5e5 48%);*/
  margin-top: 5px;
  /*background-size: 200% 100%;*/
  /*background-position: 100% 0;*/
  /*animation: load89234 2s infinite;*/
  font-size: 12px;
  color: #f0f0f0;
  text-align: center;
  font-weight: bold;
}

@keyframes load89234 {
  100% {
    background-position: -100% 0;
  }
}