body {
    background: #35616a;
}

.tabs-container {
	text-align: -webkit-center;
}


.tab {
    display: block; 
    float: left;
    width: 50%; 
    box-sizing: border-box; 
}

/* Style des contenus des onglets */
.content-container {
    text-align: center; /* Centrer horizontalement les contenus des onglets */
    margin-top: 20px; /* Ajouter un espacement entre les boutons et le contenu */
}



.tabdailies {
    text-align: -webkit-auto;
}

.tabweeklies {
    text-align: -webkit-auto;
}

table#weekliesTable {
    width: 100%;
}

table#dailiesTable {
    width: 100%;
}

  .checkbox-wrapper-15 .cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  .checkbox-wrapper-15 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-15 .cbx span:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #B9B8C3;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-15 .cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 6px;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-15 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506EEC;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: 0.2s;
  }
  .checkbox-wrapper-15 .cbx span:last-child {
    margin-left: 8px;
  }
  .checkbox-wrapper-15 .cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #B9B8C3;
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  .checkbox-wrapper-15 .cbx:hover span:first-child {
    border-color: #3c53c7;
  }

  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child {
    border-color: #3c53c7;
    background: #3c53c7;
    animation: check-15 0.6s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
  }

  @keyframes check-15 {
    50% {
      transform: scale(1.2);
    }
  }

input[id^="element"] {
    display: none;
}

tbody {
    font-size: 20px;
    font-family: system-ui;
    line-height: 30px;
}

td {
    display: inline-table;
}

.hiddenSection {
	display: none;
}


@media screen and (max-width: 768px) {
  .tab {
    width: 100%;
    float: none; /* Annuler la flottaison pour que les onglets ne soient pas côte à côte */
  }
}


.dailytab {
    text-align: center;
    font-size: 1.5em;
    font-family: system-ui;
}

.weeklytab {
    text-align: center;
    font-size: 1.5em;
    font-family: system-ui;
}

.resets {
    font-size: 0.6em;
    text-transform: none;
    font-family: system-ui;
}