@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-Bold.ttf') format('woff2');
    font-weight: bold;
    font-style: normal;
}


body {
  font: normal 16px/1.5 'Vazir', Arial, sans-serif;
  background: #05b6b6;
  color: #fff;
}

.monthly{
    /* width: 80%; */
    margin: 25px auto 100px auto;
}

.card-row {
    width: 95%;
    align-items: center;
    margin: auto;
}











.section {
  background: #5934ad;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 25px 25px;
  margin-bottom: 75px;
}



.section .prev-next {
  margin: 50px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 150px;
}

.section .prev-next-day img {
  margin-right: 10px;
  width: 50px !important;
  height: 50px !important;
}

.section .prev-next-week img {
  margin-right: 10px;
  width: 40px !important;
  height: 40px !important;
}

.section .prev-next-month img {
  margin-right: 10px;
  width: 30px !important;
  height: 30px !important;
}




.section .container {
  width: 500px;
  max-width: 1200px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.section h1 {
  font-size: 2.5rem;
}

.section h2 {
  font-size: 1.3rem;
}


.section .panel, .section .tasks, .section .timeline1 {
  font: bold 20px/1.5 'Vazir', Arial, sans-serif;
  color: rgb(255, 255, 255);
  background-color: #ff00d0;
  border-radius: 10px;
  padding: 10px 25px 10px 25px;
  margin-right: 75px;
  display: flex;
  margin: 25px auto;
}

.section .right-header {
  margin-right: 50px;
}

.section .right-header a {
  text-decoration: none;
}




.btn-view {
    text-decoration: none;
    padding: 5px 10px;
    background-color: #f70cff;
    color: white;
    border-radius: 40px;
    font-size: 16px;
    margin: 20px;
}



.card-header {
    color: #1c01b9;
}