.contact-link {
  font-weight: bold;
  text-decoration: none;
}

.main-content {
  background-color: white;
}

.fa-icon  {
  width: 24px;
  text-align: left;
}

.item-image {
  background-color: white;
}

.stock-marker-container {
    display: flex;
    height:6px;
    line-height: 6px;
    width:100%;
    margin-top: 8px;
    margin-bottom: 0px;
}

.stock-marker {
    display: inline-block;
    background-color: #ffffffc0;
    border-radius: 50%;
    width:6px!important;
    height:6px!important;
    margin:1px;
}
.stock-marker-empty {
    display: inline-block;
    background-color: #00000080;
    border-radius: 50%;
    width:6px!important;
    height:6px!important;
    margin:1px;
}


.modal-header, .modal-footer {
  padding-top:5px;
  padding-bottom:5px;
  font-weight: bold;
}

.modal-body {
  font-weight: bold;
}
.btn-modal {
  font-weight: bold;
}

.booking-icon {
  width: 24px;
}

.container-switch {
  color: white;
}
.container-switch:hover {
  background-color: white;
  color: black;
}
#container-account {
  display: block;
}
#container-statistics {
  display: none;
}
#container-settings {
  display: none;
}

.settings-checkbox {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.settings-checkbox-label {
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}

.text-gold {
  color: #FFD700;
}

.text-silver {
  color: 	#C0C0C0;
}

.text-bronze {
  color: #CD7F32;
}

.text-bg-light-warning {
  background-color: #ff800060;
  color: black;
}

#message-container {
    display: none;
}

#email-notice {
    display: none;
}
