html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.content-body {
    padding: 20px; /* Adds space inside the div, around the content */
    margin: 10px; /* Adds space outside the div, separating it from neighboring elements */
}

/*WARDROBE STAR RATING*/
/*.rating-container {
    display: inline-block;
}*/

.star-rating {
    color: gold; /* Make the star yellow */
}

.rating-value {
    margin-left: 5px; /* Add some space between the star and the rating value */
}

/*STAR OPACITY:*/
.starOpacity1{
    opacity: 0.1;
}
.starOpacity2{
    opacity: 0.2;
}
.starOpacity3{
    opacity: 0.3;
}
.starOpacity4{
    opacity: 0.4;
}
.starOpacity5{
    opacity: 0.5;
}
.starOpacity6{
    opacity: 0.6;
}
.starOpacity7{
    opacity: 0.7;
}
.starOpacity8{
    opacity: 0.8;
}
.starOpacity9{
    opacity: 0.9;
}
.starOpacity10{
    opacity: 1;
}
.starOpacityUnk{
    opacity: 1;
    color: black;
}