.error {
    color: red;
    font-size: 12px;
    font-weight: bolder;
}

.input-group .error {
    position: absolute;
    top: 40px;
}

/* custom content code start */
.custom-content {
    text-align: justify;
}

.custom-content p, .custom-content li {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.custom-content ul {
    margin-top: 10px;
    list-style: disc;
    padding-left: 20px;
    font-size: 14px;
}

.custom-content h1, .custom-content h2, .custom-content h3 {
    margin-top: 20px;
    font-size: 18px;
    color: #4FA446;
}

.custom-content strong {
    color: #4FA446;
}
/* custom content code end */

/* pagination code start */
.pagination .page-link {
    color: #4FA446 !important;
}

.pagination .active>.page-link, .page-link.active {
    background-color: #4FA446 !important;
    border-color: #4FA446 !important;
    color: white !important;
}
/* pagination code end */
