
body {
   background-image: url("AdobeStock_562848938_Preview.jpeg");
background-size: cover;
background-repeat:no-repeat;
}

tr :not(.money){
    float:right;
    width: 220px;
    height: 25px;
    
}
.money {
font-size:30px ;
text-align:center;
}
.example {
    display: block;
    width: 50px;
    height: 25px;
    background: #ffffff;
    color: #000;
    box-sizing: border-box;
    text-align: center;
    border-radius: 30px;
    float:left;
    margin : 2px ;
}
.example:active{
    background: #cbcbcb;
}
.formation {
    text-align: left;
    margin : 2px ;
    width: 170px;
    height: 10px;
        float:bottom;
}
button{
  border-radius:5px;
  border-width: 2px;
  color: #000000;
  border-width: 2px;
  background-color:#ffffff;
}
.buttom{
  width: 10px;
  width: 120px;
 display: block;
    background: #ffffff;
    color: #000;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50px;
}
.buttom:active{
    background: #cbcbcb;
}
.ALL {
  font-size:20px;
  border:3px;
}
.ALL span {
  background: linear-gradient(transparent 0%, #ffffff 0%);
  padding: 5px;
}
.toggle-button-1 {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 15px;
    border-radius: 15px;
    background-color: #dddddd;
    cursor: pointer;
    transition: background-color .4s;
}

.toggle-button-1:has(:checked) {
    background-color: #4bd865;
}

.toggle-button-1::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 40%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    background-color: #fff;
    content: '';
    transition: left .2s;
}

.toggle-button-1:has(:checked)::after {
    left: 15px;
}

.toggle-button-1 input {
    display: none;
}
.day .money {
    
    display:-webkit-flex;
    display: flex;
}
