@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700,800");

html,
body {
  font-family: "Open Sans", sans-serif;
  /*font-family: 'Open Sans Condensed', sans-serif;*/
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  height: 100%;
  color: #525252;
}

h1,
.h1 {
  font-size: 4.16rem;
  line-height: 4.16rem;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 3.33rem;
  line-height: 3.41rem;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 1.25rem;
  line-height: 1.6rem;
  font-weight: 700;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* OpÃ©ra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button {
  -o-appearance: none;
  margin: 0;
}

.titremod {
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-right: 50px;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.monbtn,
.monbtn:hover {
  border-radius: 5px;
  border: 0;
  padding: 1.25rem 2.5rem;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.monbtnsmall,
.monbtnsmall:hover {
  border-radius: 5px;
  border: 0;
  padding: 0.75rem 2rem;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.monbtnsmall2,
.monbtnsmall2:hover {
  border-radius: 5px;
  border: 0;
  padding: 0.75rem;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.monbtndesactive {
  opacity: 0.3;
}
.color-initial {
  color: initial;
}

.text-marron,
.text-marron:hover {
  color: #6a533c;
}

.text-blanc {
  color: #ffffff;
}

.text-vert {
  color: #80ce52;
}

.text-vertfonce {
  color: #4c812e;
}

.text-rouge {
  color: #c82333;
}

.text-gris {
  color: #cdcdcd;
}

.text-gris2 {
  color: #b4a99d;
}

.bg-blanc {
  background-color: #ffffff;
}

.bg-rouge {
  background-color: #c82333;
}

.bg-vert {
  background-color: #80ce52;
}

.bg-vertfonce {
  background-color: #4c812e;
}

.bg-marron {
  background-color: #6a533c;
}

.bg-grisclair {
  background-color: #cccccc;
}

.bg-beigeclair {
  background-color: #f9f8f4;
}

.bg-beigeclair2 {
  background-color: #eeedec;
}

.border-marron {
  border: 1px solid #6a533c;
}

.text-underline-none,
.text-underline-none:hover {
  text-decoration: none;
}

.text-size-12 {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

#container-site {
  background-color: #fbfbfb;
  z-index: 1;
}

.cadreombre {
  box-shadow: 0 2px 3px rgba(106, 104, 104, 0.15);
  border-radius: 3px;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.badge-hiver {
  background-color: #6ec3c7;
}

.badge-printemps {
  background-color: #80ce52;
}

.badge-ete {
  background-color: #ecd45e;
}

.badge-automne {
  background-color: #ec9e5e;
}

.popoverimage {
  max-width: 250px;
}

#alert.alert {
  border-radius: 0;
  display: none;
}

/* MENU PRINCIPAL */

#menu_principal-navbar .navbar-brand {
  width: 310px;
}

#menu_principal-navbar .nav-item {
  font-size: 1.08rem;
  line-height: 2rem;
  color: #6a533c;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
}

#menu_principal-navbar .last-nav-item {
  padding-right: 0;
}

#menu_principal-navbar .navbar-toggler,
#menu_haut_espaceprive-navbar .navbar-toggler {
  background-color: #80ce52;
  border-color: rgb(255, 255, 255);
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.5rem 0 0 0.5rem;
  margin: 3rem 0;
}

#menu_principal-navbar .navbar-toggler-icon,
#menu_haut_espaceprive-navbar .navbar-toggler-icon,
#menu_gauche_espaceprive .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* MENU HAUT ESPACE PRIVÃ‰ */

#menu_haut_espaceprive-container-fluid {
  box-shadow: 0 2px 3px rgba(97, 97, 98, 0.15);
  z-index: 100;
  position: relative;
}

#menu_haut_espaceprive-navbar .navbar-brand {
  width: 165px;
}

#menu_haut_espaceprive-navbar .nav-item {
  font-size: 1.08rem;
  line-height: 2rem;
  color: #6a533c;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

#menu_haut_espaceprive-navbar .nav-link,
#menu_haut_espaceprive-navbar .nav-link:hover {
  color: #6a533c;
}

#menu_haut_espaceprive-navbar .nav-link-title {
  font-size: 1.33rem;
  line-height: 1.9rem;
}

/* MENU GAUCHE ESPACE PRIVÃ‰ */
#menu_gauche_espaceprive {
  overflow: hidden;
}

#menu_gauche_espaceprive .navbar-toggler {
  border: 0;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  outline: none;
}

#menu_gauche_espaceprive .navbar-toggler-text {
  font-size: 1.66rem;
  line-height: 1.66rem;
  font-weight: 700;
  letter-spacing: -0.06rem;
  margin-left: 1.5rem;
}

#menu_gauche_espaceprive hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#menu_gauche_espaceprive .nav-link {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
}

#menu_gauche_espaceprive .nav-link-title {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.33rem;
  font-weight: 700;
}

#menu_gauche_espaceprive .nav-link .menu_gauche_espaceprive-left {
  width: 1.75rem;
  min-height: 1.75rem;
  margin-right: 1.5rem;
  text-align: center;
}

/* MODULE CONNEXION */
#login {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* PAGE D'ACCUEIL */
#carouselActualitespubliques .carousel-inner,
#carouselActualitespubliques .carousel-item,
#carouselActualitespubliques .carousel-item .carousel-item-image,
#carouselActualitespubliques .carousel-item .row,
#carouselActualitespubliquesM .carousel-inner,
#carouselActualitespubliquesM .carousel-item,
#carouselActualitespubliquesM .carousel-item .carousel-item-image,
#carouselActualitespubliquesM .carousel-item .row {
  height: 300px;
}

#carouselActualitespubliques .carousel-item .carousel-item-image,
#carouselActualitespubliquesM .carousel-item .carousel-item-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0.5rem !important;
}

#carouselActualitespubliques .carousel-control-next,
#carouselActualitespubliques .carousel-control-prev,
#carouselActualitespubliquesM .carousel-control-next,
#carouselActualitespubliquesM .carousel-control-prev {
  height: 30px;
  width: 30px;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* PAGE D'ACCUEIL - ACHETEURSPRO FOURNISSEURS */

#acces-un-clic .cadreombre {
  transition: 0.1s;
  position: relative;
}

#acces-un-clic .cadreombre:hover {
  background-color: #80ce52;
  transition: 0.1s;
}
#acces-un-clic .cadreombre a {
  transition: 0.1s;
}
#acces-un-clic .cadreombre:hover a {
  color: #ffffff;
  transition: 0.1s;
}

/* CATALOGUE PRODUITS */
.font-catalogue-calendrier {
  font-size: 1.4rem;
}

.ui-widget-content {
  font-size: 1.3rem;
}

.ui-widget.ui-widget-content {
  border: 1px solid #6a533c;
}

.ui-widget-header {
  border: 0px;
  background: #6a533c;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}

.ui-widget-header .ui-state-hover {
  background-color: transparent;
  border: 0;
  top: 2px;
}

.ui-widget-header .ui-datepicker-next-hover {
  right: 2px;
}

.ui-widget-header .ui-datepicker-prev-hover {
  left: 2px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #c5c5c5;
  background: #80ce52;
  color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #c5c5c5;
  background: #80ce52;
  color: #fff;
}

#catalogue_categorie_haut {
  display: none;
}

.catalogue_categorie_haut_text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}

#catalogue_categorie_haut .row:first-child a {
  text-decoration: none;
  color: #6a533c;
}

#catalogue_categorie_haut .row:first-child a.active {
  border-radius: 5px;
  background-color: #80ce52;
  color: #fff;
}

#liste_categories a {
  display: block;
}

#liste_categories .titre_categories {
  color: #80ce52;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: -0.0625rem;
  margin: 30px 0;
}

#liste_categories .sstitre_categories {
  color: #6a533c;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.03rem;
  margin-top: 10px;
}

#liste_categories a {
  text-decoration: none;
}

#liste_categories a.active {
  font-weight: 700;
}

#liste_produits tbody tr:hover {
  background-color: rgba(128, 206, 82, 0.1);
}

#liste_produits .btn-ajout-panier {
  display: none;
}

#ModalFicheProduit .row-descriptif {
  line-height: 1.83rem;
}

#ModalFicheProduit .nav-pills {
  border-top: 1px solid rgba(106, 83, 60, 0.1);
  border-bottom: 1px solid rgba(106, 83, 60, 0.1);
}

#ModalFicheProduit .nav-pills .nav-link {
  color: #6a533c;
  border-radius: 0;
}

#ModalFicheProduit .nav-pills .nav-link.active {
  background-color: rgba(106, 83, 60, 0.1);
  color: #6a533c;
}

#ModalFicheProduit .pills-disponibilite-item {
  width: 25px;
}

.panier_input_quantite {
  width: 50px;
  border-radius: 5px;
  border: 1px solid #beab97;
}

.dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  display: inline-block;
}

#enpied {
  padding-top: 90px;
  padding-bottom: 80px;
}

#enpied h3 {
  font-weight: 700;
}

#enpied ul {
  list-style: none;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
}

#enpied ul.logos-region-departements li {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

#enpied-row2 {
  margin-top: 70px;
}

#enpied2 {
  padding-top: 50px;
  padding-bottom: 30px;
}

#enpied2 ul {
  list-style: none;
  color: #010005;
  font-size: 1rem;
  line-height: 1.66rem;
  font-weight: 400;
}

#enpied2 ul li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

#enpied2 ul li a {
  color: #010005;
  text-decoration: none;
}

/* LOADING */
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 85px;
  top: 10px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #ffffff;
  width: 30px;
  height: 20px;
  border-radius: 0%;
  -webkit-transform-origin: 15px 90px;
  transform-origin: 15px 90px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  width: 15px !important;
  height: 15px !important;
  -webkit-transform: translate(-7.5px, -7.5px) scale(0.075)
  translate(7.5px, 7.5px);
  transform: translate(-7.5px, -7.5px) scale(0.075) translate(7.5px, 7.5px);
}

.toggle-switch {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  vertical-align: bottom;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 1.625em; /* calc(1em * 2 - 0.125em * 2 - 0.0625em * 2); */
  height: 1em; /* calc(1em * 1); */
  box-sizing: border-box;
  border: solid lightgray 0.125em;
  transition: border 0.3s;
}
.toggle-status:checked + .toggle-switch {
  border: solid #80ce52 0.125em;
}
.toggle-switch::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.0625em;
  left: 0.0625em;
  width: 0.625em; /* calc(1em - 0.125em * 2 - 0.0625em * 2); */
  height: 0.625em; /* calc(1em - 0.125em * 2 - 0.0625em * 2); */
  background: lightgray;
  transition: background 0.3s, left 0.3s;
}
.toggle-status:checked + .toggle-switch::after {
  background: #80ce52;
  left: 0.6875em; /* calc(1em - 0.125em * 2 - 0.0625em); */
}

.toggle-rounded {
  border-radius: 0.5em; /* calc(1em / 2); */
}
.toggle-rounded::after {
  border-radius: 0.3125em; /* calc(1em / 2 - 0.125em - 0.0625em); */
}

.toggle-x2 {
  font-size: 2rem;
}

/* CONTRATS */

.step {
  border: 1px solid #80ce52;
  width: 2.3em;
  height: 2.3em;
  border-radius: 30px;
}

#uni-frame {
  width: 500px;
  height: 300px;
  border-style: solid;
  border-width: 1px;
}

.hidden {
  display: none;
}
/* FOURNISSEUR DISPONIBILITES PRODUITS*/

th.semaine,
.border-none {
  background-color: white;
  white-space: nowrap;
  text-align: center;
}

.zui-wrapper {
  max-width: 93%;
  padding: 0;
  position: absolute;
}

.zui-sticky-col {
  text-align: left;
  height: 50px;
  min-width: 50px;
  font-size: 10px;
  background-color: white;
  line-height: 1;
}

.cells {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 50px;
}

th.semaine {
  width: 50px;
}

.DTFC_LeftBodyLiner {
  overflow-x: hidden;
}

#infos_livraison_defaut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.5px solid rgba(106, 104, 104, 0.15);
  box-shadow: 0 2px 3px rgba(106, 104, 104, 0.15);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
/* Carte nouveaux produits */

#new_products {
  max-height: 500px;
  padding: 0px;
  width: 100%;
}

.newproduct.carousel-item.active {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: auto;
  max-width: 95%;
  max-height: 500px;
  padding: 10px;
  overflow-y: auto;
}

.newproduct.carousel-control-next,
.newproduct.carousel-control-prev {
  background-color: #80ce52;
  width: 20px;
}

.product-card {
  text-align: center;
  border: solid 0.5px rgba(106, 104, 104, 0.15);
  margin: 10px 0px;
  max-width: 200px;
  min-width: 200px;
  height: 360px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(106, 104, 104, 0.15);
}

.product-card p {
  margin: 2px;
}

.image-container {
  width: 100%;
  height: 200px;
  display: flex;
  vertical-align: center;
  margin-bottom: 10px;
  border-top: 1px solid rgba(106, 104, 104, 0.15);
  border-bottom: 1px solid rgba(106, 104, 104, 0.15);
  padding: 20px;
  overflow: hidden;
}

.product-title,
.product-name {
  font-size: 0.85rem;
  font-weight: 600;
  margin: 10px;
  text-transform: uppercase;
}

.fournisseur-name {
  font-size: 0.8rem;
  margin: 0px;
}

.product-card img {
  height: 160px;
  width: 160px;
  margin: auto;
  object-fit: cover;
}

.btnMoreInfo {
  width: 100px;
  margin: auto;
}

.div-card-label {
  height: 30px;
  overflow: hidden;
  position: fixed;
  margin-top: 135px;
}

.card-label {
  float: left;
  max-width: 25px;
  max-height: 25px;
  margin-right: 5px;
  object-fit: cover;
}
body .invalid-feedback {
  display: none;
  width: 100%;
  font-size: inherit;
  margin-top: 0.25rem;
  color: #dc3545;
}
.liste_newletters tr td a {
  color: inherit;
  text-decoration: none;
}
#newsletter_background {
  background: #e9e9e963;
  padding: 15px;
}
#scroll_box_destinataires {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.produitegalement img {
  max-height: 200px;

}
.bgcard {
  background-color: #A5D68A !important;
  color: white;
}
.choices__list--multiple .choices__item{
  background-color: #A5D68A !important;
  border-color: #A5D68A !important;
}


.clickable {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}
.card-footer {
  border: none;
  background-color: transparent;
}
.choices__input {
  min-width: 417px !important;
}

.containerPasswordInput {
  position: relative;
}

#showPasswordIcon {
  position:absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 50;
}

#hidePasswordIcon {
  display: none;
  position:absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 50;
}
.toast-custom {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  min-width: 350px;  /* Augmenté de 250px à 350px */
  max-width: 500px;  /* Optionnel: Ajout d'une largeur maximale */
  min-height: 60px; /* Ajout d'une hauteur minimale */
  padding: 20px;     /* Augmentation du padding */
  z-index: 1050;
  display: none;
}
.basket {
  position: relative;
}
.basket .icon {
  font-size: 28px;
}
.basket .badge {
  position: absolute;
  right: -6px;
  bottom: 3px;
}

/* multiselect */
.multiselect-container {
  position: relative;
  width: 200px;
  font-family: sans-serif;
}

.select-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 200px;  
  height: 42px;      
  padding-right: 24px; /* espace pour la flèche */
  white-space: nowrap;       
  overflow: hidden;            
  text-overflow: ellipsis;   
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.select-box::after {
    content: '▼'; 
    position: absolute;
    right: 8px;
    pointer-events: none;
    font-size: 12px;
    color: #888;
}

.select-box .floating-label {
  position: absolute;
  top: 6px;
  left: .5rem;
  font-size: .750rem;
  color: #666;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.2s;
}

.multiselect-container:not(:has(input:checked)) {
  .select-box .floating-label {
    opacity: 0; 
  }
  .select-box .selected-values {
    margin-top: 0;
  }
}


.select-box .selected-values {
  display: block;
  font-size: .875rem;
  margin-top: 18px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.checkbox-list {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.checkbox-list label {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
}

.checkbox-list label:hover {
  background-color: #f0f0f0;
}

.checkbox-list input[type="checkbox"] {
  margin-right: 8px;
}