input:disabled{
    cursor: not-allowed;
}

.disabled{
    cursor: not-allowed !important;
    color: #ccc;
}

.att{
    color: tomato;
}

body {

    font-family: helvetica, sans-serif;

    line-height: 1.6;

}

.none{

    display: none !important;

    opacity: 0;

    height: 0!important;



}



.strong{

    font-weight: 600;

}



.b-red{

    border: 1px solid red;

}



.header{

    width: 100%;

    text-transform: uppercase;

    letter-spacing: 2px;

    font-family:sans-serif;

    padding: 20px 0;

}

.header h1{

    font-size: 2rem;

    letter-spacing: 4px;

    margin:0;

    padding:0;

}



.header .day-end{

    position: relative;

    z-index: 1000;

    font-size: 1.3rem;

    box-sizing: border-box;

    padding: 0;

    text-transform: lowercase;

    font-weight: lighter;

    height: 1.6rem;

    }



.center{

    text-align: center;

}



.header span{

    text-transform: none;

} 



.done{

 color: gray;

 text-decoration: line-through;

 font-size: 16px !important;

 cursor: default !important;

}

input[type=checkbox]{

opacity: 0;
visibility: hidden;

}





.container{

 width: 1170px;

 max-width: 100%;



 padding: 10px 0;

 margin: 0 auto;

 

 position: relative;



display: flex;

justify-content: center;

flex-wrap: wrap;

}



.div{

    display: flex;

flex-wrap: wrap;

justify-content: center;

}



.div label{ 

 width: 120px;

font-size: 22px;

box-sizing: border-box;

padding: 5px 0;

cursor: pointer;

}



.ending{

 position: absolute;

    right: 10px;

    opacity: 0.3;

    cursor: pointer;

    transition: opacity 0.2s;

    top: 5px;

}



.ending:hover{

 opacity: 0.5;

}



.form-container{

width: 100%;

position: relative;

display: flex;

flex-direction: column;

align-items: center;

}



.form-container form{

display: flex;

flex-direction: column;

justify-content:center;

flex-wrap: wrap;

align-items: center;

}



.form-container form input{

width: 330px;

max-width: 90%;

margin: 10px 0;

padding: 5px;

font-size: 1.8rem;

}



.form-container form button, .btn-rem {

background: transparent;

background: tomato;

border: none;

border-radius: 5px;

padding: 10px 28px;

cursor: pointer;

}



.out{

width: 300px;

position: relative;

word-wrap: wrap;

line-height: 1.3;



}







/* calendar */





#calendar {

    margin: 0px auto;

    padding-top: 45px;

}





td {

    border: 1px solid black;

    padding: 6px 10px;

    text-align: center;

}

.hoy {

    background-color: #f44336;

    color: white;

    border-color: #f44336;

}

.empty {

    border: none;

}

#calendar {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
#calendar th, #calendar td {
  border: 1px solid #ccc;
  width: 14.2%;
  text-align: center;
  padding: 8px;
}
.empty {
  background: #f9f9f9;
}
.today {
  background: #ffe17a;
  font-weight: bold;
}
.finish-day {
  background: #90ee90;
  font-weight: bold;
}
.calendar-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.calendar-header button {
  padding: 5px 10px;
  cursor: pointer;
}
.month-name {
  font-weight: bold;
  font-size: 18px;
}
