.header {
  background: #4f2683 0% 0% no-repeat padding-box !important;
}
body {
  background-color: #f7f7f7;
}
#logo {
  height: 110px;
  width: auto;
}
.title-page {
  /* color: #36CFC2; */
  color: #fff;
}
.title {
  font-family: "Lexend Deca", sans-serif;
}
.nunito {
  font-family: "Nunito Sans", sans-serif;
}

.purple {
  /* color: #0d0f3d !important; */
  color: #333333 !important;
}
.aqua {
  color: #000080;
  font-size: 50px;
  font-family: "Lexend Deca", sans-serif;
  margin-top: 20px !important;
}
.border__yellow {
  border-color: #f6904f;
}
.text__yellow {
  color: #f37321;
}
.green-bg {
  background-color: #ed6e09;
}
.orange-bg {
  background-color: #ed6e09;
}
.pink {
  /* color: #ed6e09; */
  color: #4f2683;
}
.lexend {
  font-family: "Lexend Deca", sans-serif;
}
.screen {
  height: 85px;
}
@media screen {
  header .print {
    display: none;
  }
  .sub-header {
    width: 91% !important;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .category1 {
    width: 250px;
  }
  .s4-left {
    width: 470px;
  }
  .s1-title {
    text-align: left;
  }
  .s2-title {
    text-align: left;
  }
  .for-screen {
    display: block;
  }
  .for-print {
    display: none;
  }
  .for-screen-flex {
    display: flex;
  }
  .for-print-flex {
    display: none;
  }
  .for-print-4 {
    display: none;
  }
  .s4-tr {
    color: #fff;
    background-color: #4f2683;
  }
}
@media print {
  header .print {
    display: none;
  }
  .sub-header {
    width: 100% !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .category1 {
    width: 140px;
  }
  .content {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .text-3xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .s3-description {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  @page {
    margin: 0.5cm;
  }
  .top-graph-menu {
    text-align: left;
  }
  .content-2 {
    width: 100%;
    text-align: left;
  }
  .title3 {
    margin-top: 20px;
  }
  .s3-overall {
    margin-bottom: 90px;
  }

  .s4-left {
    width: 300px;
    font-size: 8px;
  }
  .s4-left-columns {
    font-size: 12px !important;
    line-height: 1.5rem;
  }
  .text-sm {
    font-size: 9px;
  }
  .s1-title {
    text-align: right;
  }
  .s2-title {
    text-align: right;
  }
  .s3-title {
    text-align: right;
  }
  .s4-title {
    text-align: right;
    margin-right: 30px !important;
  }
  .for-screen {
    display: none;
  }
  .for-print {
    display: block;
  }
  .for-screen-flex {
    display: none;
  }
  .for-print-flex {
    display: block;
  }
  .for-print-padding {
    padding: 10px;
  }
  .for-print-margin-top {
    margin-top: 20px !important;
  }
  .print-m4 {
    padding: 10px;
  }
  .for-screen-4 {
    display: none;
  }
  .for-print-4 {
    display: initial;
  }
  .s4-tr {
    color: #000080;
    background-color: #fff;
  }
}
