*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-size: 12px;
    text-transform: uppercase;
    background-color: #e8e8e8;
}
.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;
}
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;
}
.sep-calendar{
    box-shadow: 1px 1px 10px 0 rgba(0,0,0,.2),
    -3px -3px 10px 0 #fff;
    border-radius: 10px;
}
.sep-calendar h1{
    text-align: center;
    font-size: 15px;
}
li{
    padding: 5px;
    text-align: center;
}
li:nth-child(7n+1){
 color: #d33e3e;   
}
li:nth-child(7n){
    color:#d33e3e;
}
.month{
    font-size: 15px;
    margin-top: 50px;
}
.month li{
    list-style-type: none;
    text-align: left;
}.month a{
    color: black;
    font-size: 15px;
}
.nextpage {
    margin-top: 480px;
    background-color: #e8e8e8;
    color: black;
    font-size: 18px;
    text-align: center;
}
.prev-month,
.prev-month~li{
    opacity: .5;
}
.first-day,
.first-day~li{
    opacity: 1 !important;
    font-weight: 900;
}
.last-day~li{
    opacity: .5 !important;
    font-weight: 200;
}
.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-calendar1 h1, .sep-calendar2 h1{
    padding: 5px;
    font-size: 15px;
    text-align: center;
}

.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;
}
.sep-calendar ul{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    list-style: none;
}
.prevpage{
    margin-top: 480px;
    background-color: #e8e8e8;
    color: black;
    font-size: 18px;
    text-align: center;
}
.nextpage a,.prevpage a{
    color: black;
}
.wd_35_pr{
    width: 30% !important;
}
.padding_block_4_pr{
   padding-block: 3% !important;
}

.ht_quaterly{
    width: 70%;
    height: 300px;
}
.padding_ul{
    gap: 25px !important;
}
.padding_ul_dec{
    gap: 20px;
}
.margin_left{
    margin-left: 200px;
}
.ht_monthly{
    margin-left: 250px;
    height: 300px;
    width: 60%;
}
.padding_dy{
    padding-top: 20px;
}
.padding_ul_mt{
    gap: 25px !important;
}
.padding_ul_month{
    gap: 15px;
}
.prev, .next {
    margin-left: 450px;
    margin-top: 30px;
    display: inline-block;
    height:30px;
    font-size:30px;
    font-weight:bolder;
    }
.prev a, .next a {
      cursor: pointer;
      color: black;
      text-decoration: none;
    }        