
.text-success {
    color: #208537 !important;
}

.btn-success,
.btn-success:active {
    background-color: #208537 !important;
    border-color: #208537 !important;
    color: #FFFFFF !important;
}

.form-check-label a:hover,
.alert a:hover {
    text-decoration: underline;
}

.form-check-input:hover {
    cursor: pointer;
}

.dropdown-menu {
    margin-top: 0.5rem;
}

.dropdown-toggle::after {
    margin-left: 0.75em;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.pagination .page-link,
.pagination .page-link:hover {
    color: #2A8623;
}

.pagination .page-item.active .page-link {
    background-color: #2A8623;
    border-color: #2A8623;
    color: #FFFFFF;
}

.table > :not(caption) > * > * {
    padding: 1rem 1rem;
    border-bottom: 1px solid #DEE2E6 !important;
}

.dt-url {
    color: #181818;
}

.dt-url:hover {
    color: #2A8623;
}

.swiper-custom-buttons {
    text-align: center;
    font-size: 0;
}

.swiper-custom-button-prev,
.swiper-custom-button-next {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    border-radius: 0.25rem !important;
    font-size: 16px;
    border: 2px solid #000000;
}

.swiper-custom-button-prev:hover,
.swiper-custom-button-next:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.swiper-custom-button-prev {
    margin-right: 6px;
}

.swiper-custom-button-next {
    margin-left: 6px;
}

#content p,
#content ul li,
#content ol li {
    font-size: 19px;
}

#content[data-indent="true"] p {
    text-indent: 2.5rem;
}

#content h2,
#content h3 {
    line-height: 1.3;
}

#content a {
    color: #277F21;
}

#policy h2 {
    font-size: 1.5rem;
}
