/* DarkMode.css */
body {
    background-color: #202124;
}

.page-title {
    font-family: "Charlie Display";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #FFFFFF;
}

.page-sub-title {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #EBEFFC;
      margin-top: 64px;
}

.info-block {
    background-color: #45464D;
    padding: 20px 20px 20px 60px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    width: 744px;
    height: 100%;
    border-radius: 3px;
}

.info-block p {
    margin: 12px 0 0 0;
    margin-top: 0 !important;
    color:#FFFFFF;
}

.info-block .info-icon {
    position: absolute;
    left: 20px;
    top: 20px;
}

.info-icon-path {
    fill-rule: evenodd;
    fill: #202124;
}

.p1 {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #DFE1ED;
    margin: 30px 0 0 0;
}

li {
    font-family: "SF Pro Text";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    list-style-type: disc;
    color: #DFE1ED;
}

li a {
    color: #C7C8D1;
}

.li1 {
    color: #C7C8D1;
}
  .notes{
     text-transform: uppercase;
    }
