body *{font-family: 'Roboto', sans-serif;color: #677F9D;font-weight: 400;font-size: 14px;line-height: 20px;}
.pg-wrpr{padding: 20px 25px;text-align: justify;}
.first-ol>li,.first-ol>li>b {
    list-style: none;
    font-weight: bold !important;
}

.first-ol.text-lightblue {
    padding-left: 0;
}

.first-ol>ol, .first-ol>ol>li>ol {
    padding-left: 22px;
    list-style-type: disc;
    margin-top: 0.4rem;
}

.first-ol>ol+li,.first-ol>ol+li+li,.first-ol>li+li {
    margin-top: 1rem;
}

li+li {
    margin-top: 0.4rem;
}

p {
    margin: 1rem 0;
}
.first-ol>li:first-child {
    font-weight: normal !important;
}
.loading-wrpr{position: fixed;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,0.5);display: flex;align-items: center;justify-content: center;}
.loading-cnt{background-color: #fff;color: #677F9D;padding: 20px 28px;text-align: center;font-size: 18px;font-weight: bold;line-height: 1;border-radius: 10px;}
.loading-cnt .spinner-border{margin-bottom: 20px;}
.pg-wrpr a{color: #677F9D;transition-duration: underline;word-break: break-all;}