/*
cellarius-dark: #432E54
cellarius-blue: #4B4376
cellarius-red: #AE445A
cellarius-light: #E8BCB9
*/

html {
    font-size: calc(1em + .5vw);
}

.cellarius-bg-dark {
    background-color: #432E54;
}
.cellarius-text-dark {
    color: #432E54;
}

.cellarius-bg-blue {
    background-color: #4B4376;
}
.cellarius-text-blue {
    color: #4B4376;
}

.cellarius-bg-red {
    background-color: #AE445A;
}
.cellarius-text-red {
    color: #AE445A;
}

.cellarius-bg-light {
    background-color: #E8BCB9;
}
.cellarius-text-light {
    color: #E8BCB9;
}

.cellarius-fr-light {
    --bs-focus-ring-color: rgba(232, 188, 185, .9);
}

.cellarius-fr-light:focus {
    border-color: rgb(232, 188, 185);
    box-shadow: 0 0 0 .25rem rgba(232, 188, 185, 0.25);
}

.cellarius-fr-red {
    --bs-focus-ring-color: rgba(174, 68, 90, 0.9);
}

.cellarius-fr-red:focus {
    border-color: rgb(174, 68, 90);
    box-shadow: 0 0 0 .25rem rgba(174, 68, 90, 0.25);
}

.cellarius-fr-none {
    --bs-focus-ring-color: rgba(174, 68, 90, 0);
}

.cellarius-fr-none:focus {
    border-color: #432E54;
    box-shadow: 0 0 0 0 rgba(174, 68, 90, 0);
}

.cellarius-btn-close-light {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}

.cellarius-border-red {
    border: 2px solid #AE445A;
}

#btn_staple_label {
    border-radius: 0 .375rem .375rem 0;
}

@media only screen and (max-width: 575px) {

  .resp-width {
      min-width: 400px;
  }
  #name_label, #description_label, #category_label, #barcode_label, #notes_label, #packaging_label, #location_label {
      display: none;
  }
  #id_description, #id_category, #id_notes, #id_packaging, #id_location {
      border-radius: .375rem;
  }
  #id_expiration_date {
      display: block;
  }
  #id_name {
      border-radius: .375rem 0 0 .375rem;
  }
}

@media only screen and (min-width: 576px) {
    .resp-width {
        min-width: 600px;
    }
    html {
        font-size: 1em;
    }
}

@media only screen and (min-width: 2000px) {
    .stop-fs{
        font-size: 25px;
    }
}