/* 1 */

body {
    background-color: white !important;
}

.input-line-item {
    flex-direction: column;
}

label.errorValidate {
    text-align: center;
}

label.errorValidate {
    display: block;
    position: static;
    background: red;
    color: white;
    font-size: 16px;
    margin-top: 3px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    width: 50%;
}

.errorBorder {
    border: 2px solid red !important;
}

.force-scroll {
    cursor: pointer;
}

/* 2 */

.button__text:after {
    content: '*';
    display: inline-block;
    font-size: 75%;
    vertical-align: top;
}

@media only screen and (max-width: 1230px) {
    .ac_footer {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .ac_footer {
        padding: 15px;
        font-size: 11px;
        line-height: 1.2;
    }
}

/* 3 */

.footer-wrapper {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    color: #858585;
    padding-top: 15px;
    background-color: #cecece6e;
    font-weight: 400 !important;
}

.footer-wrapper a {
    color: black;
    text-decoration: none;
}

.footer-wrapper a:hover {
    color: #2a2a2a
}

.footer-wrapper a:visited {
    color: #2a2a2a
}

.post-footer-wrapper {
    font-size: 14px;
    text-align: center;
    padding: 3px 10px;
    color: #858585;
    background-color: #cecece6e;
}