*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#deselect{
    color:black;
}
body{
    font-size: 12px;
    text-transform: uppercase;
    background-color: #e8e8e8;
}
.btn__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn__answer{
    margin: 0 20px;
    background-color: white;
    border: #000;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.calendar{
    display: flex;
    padding-top: 5vh;
    width: 95%;
    height: 100px;
    align-items: left;
    justify-content: space-around;
    flex-wrap: wrap; 
    margin-left: 30px;
    gap: 5px;
}
.container{
    height: 400px;
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.corner{
    width: 50px;
    height: 70px;
    margin: 2px;
}
.day{
    width: 100px;
    border:  1px solid #000;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
}
.days__container{
    display: flex;
}
.deleteBtn{
    margin-left: 450px;
    padding: 10px 25px;
    border: none;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
}
.deleteBtn:hover{
    background-color: #eee;
}
.first-day,
.first-day~li{
    opacity: 1 !important;
    font-weight: 900;
}
.h1-head{
    text-align: center;
}
header{
      position: fixed;
      top: 0;
      width: 100%;
      height: 4vh;
      line-height: 2vh;
      box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2);
      z-index: 3;
      background-color: #e8e8e8;
}
header h1{
    text-align: center;
    padding-top: 5px;
}
.ht_quaterly{
    width: 70%;
    height: 300px;
}
.ht_monthly{
    margin-top: 50px;
    margin-left: 300px;
    height: 300px;
    width: 60%;
}
.last-day~li{
    opacity: .5 !important;
    font-weight: 200;
}
li{
    padding: 5px;
    text-align: center;
}
li:nth-child(7n+1){
 color: #d33e3e;   
}
li:nth-child(7n){
    color:#d33e3e;
}
.margin_left{
    margin-left: 200px;
}
.month{
    font-size: 15px;
    margin-top: 50px;
}
.month a{
    color: black;
    font-size: 15px;
}
.month li{
    list-style-type: none;
    text-align: left;
}
.next a{
    float: right;
    margin-right: 200px;
    margin-top: -50px;
}
.nextpage {
    margin-top: 430px;
    background-color: #e8e8e8;
    color: black;
    font-size: 18px;
    text-align: center;
}
.nextpage a,.prevpage a{
    color: black;
}
.padding_block_4_pr{
    height: 230px;
}
.padding_ul{
    gap: 25px !important;
}
.padding_ul_dec{
    gap: 20px;
}
.padding_ul_mt{
    padding: 20px;
}
.part__day{
    display: flex;
}
.pop-up{
    width: 300px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
}
.pop-up__container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.prev a{
    margin-left: 200px;
}
.prev a, .next a {
    font-size: 30px;
    cursor: pointer;
    color: black;
    text-decoration: none;
}
.prev-month,
.prev-month~li{
    opacity: .5;
}
.prevpage{
    margin-top: 430px;
    background-color: #e8e8e8;
    color: black;
    font-size: 18px;
    text-align: center;
}
.schedule__container{
    background: linear-gradient( #e8e8e8);
    display: flex;
    flex-direction: column;
}
.sep-calendar{
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2),
    -3px -3px 10px 0 #fff;
    border-radius: 10px;
}
.sep-calendar1, .sep-calendar2{
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2),
    -3px -3px 10px 0 #fff;
    border-radius: 10px;
    margin-top: 5px;
    height: 250px;
    width: 30%;
    margin-top: -70px;
    margin-left: 250px;
}
.sep-calendar h1{
    text-align: center;
    font-size: 15px;
}
.sep-calendar1 h1, .sep-calendar2 h1{
    padding: 5px;
    font-size: 15px;
    text-align: center;
}
.sep-calendar ul{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    list-style: none;
}
.sep-calendar ul,.sep-calendar1 ul, .sep-calendar2 ul{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    list-style: none;
}
.sep-calendar1 ul, .sep-calendar2 ul{
    gap: 10px;
}
.task{
    background-color: white;
    height: 70px;
    width: 100px;
    margin: 2px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.task__container{
    display: flex;
}
.task__container .task__name{
    margin: 0 10px;
    border-radius: 1px;
    cursor: pointer;
}
.task__name.selected{
    box-shadow:0px 0px 0px 2px black inset;
}
.time{
    width: 50px;
    height: 70px;
    color: black;
    border: 1px solid #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px;
}
.wd_35_pr{
    width: 30% !important;
}
.wd-daliy{
    margin-top: 50px;
    margin-left: 300px;
    width: 60%;
    overflow: auto;
} 
.wk-head{
    margin-left: 300px;
} 
.wd-weekly{
    margin-left: 250px;
}  