.flash-success {
    background-color: #dff0d8;
    color: #3c763d;
    padding: 15px;
    border: 1px solid #d6e9c6;
    border-radius: 3px;
    margin-bottom: 20px;
}

.flash-error {
    background-color: #f2dede;
    color: #a94442;
    padding: 15px;
    border: 1px solid #ebccd1;
    border-radius: 3px;
    margin-bottom: 20px;
}

.flash-success p, .flash-error p {
    padding: 0;
    margin: 0;
}

.acfp-dashboard-container, .acfp-form {
    width: 100%;
}

.acfp-dashboard-container {
    display: flex;
    flex-wrap: wrap;
}

.acfp-dashboard-container .acfp-dashboard-navigation {
    width: 200px;
    background-color: #2866c8;
}

.acfp-dashboard-container .acfp-dashboard-content {
    width: calc(100% - 200px);
    padding: 20px;
    border: 1px solid #c0c0c0;
    border-left: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.acfp-dashboard-container .acfp-dashboard-navigation ul {
    list-style: none;
    padding: 15px;
    margin: 0;
}

.acfp-dashboard-container .acfp-dashboard-navigation ul li {
    padding: 3% 9%;
}

.acfp-dashboard-container .acfp-dashboard-navigation ul li a {
    color: #fff;
}

.acfp-dashboard-container .acfp-dashboard-navigation ul li.active {
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    margin-right: -15px;
}

.acfp-dashboard-container .acfp-dashboard-navigation ul li.active a {
    color: #0c0c0c;
}

.acfp-dashboard-container .acfp-dashboard-content table.items-table {
    width: 100%;
    margin-top: 0;
    border: 1px solid #dae1f5;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.acfp-dashboard-container .acfp-dashboard-content table.items-table tr {
    text-align: left;
    border: 1px solid #dae1f5;
}

.acfp-dashboard-container .acfp-dashboard-content table.items-table tr th:first-child {
    width: 60%;
}

.acfp-dashboard-container .acfp-dashboard-content table.items-table tr th, table.items-table tr td {
    border: 0;
    padding: 10px;
}

.acfp-dashboard-container .acfp-dashboard-content table tr:nth-of-type(even) {
    background: #ededed;
}

.acfp-dashboard-container .acfp-account-pagination .container {
    width: 100%;
}

.invalid-captcha > div,
.invalid-captcha iframe .recaptcha-checkbox-border {
    border: 1px solid #a94442;
}

.acfp-form .form-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 10px;
}

.acfp-fields-inline {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.acfp-eye {
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px;
}

.acfp-eye:hover {
    cursor: pointer;
}

.acfp-form-sub-label, .acfp-links-wrap {
    font-size: 16px;
}

.acfp-links-wrap {
    padding-top: 5px;
}

.acfp-links-wrap a:not(:first-child) {
    padding-left: 5px;
}

.acfp-links-wrap a:not(:last-child) {
    padding-right: 5px;
}

.featured-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.featured-image img {
    margin-left: 15px;
}

.acfp-message {
    background: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    margin: 10px 0 20px 0;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

.acfp-flash-message p,
.single-page .acfp-flash-message p {
    line-height: 1;
}

.acfp-help {
    font-size: 16px;
    font-style: italic;
}

body .pass-strength-result {
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 0;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
    display: none;
    background-color: #eee;
    border-color: #ddd !important;
}

body .pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
}

body .pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0 !important;
}

body .pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}

body .pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}

.social-login-button-wrap {
    padding: 10px 0 20px;
}

.social-login-button-wrap.d-flex {
    align-items: center;
}

.social-login-button-wrap .social-button-item {
    width: 200px;
    overflow: hidden;
}

.social-login-button-wrap .social-button-item:not(:first-child) {
    padding-top: 5px;
}

.social-login-button-wrap.d-flex .social-button-item {
    display: flex;
    padding: 0;
    margin: 0;
}

.social-login-button-wrap.d-flex .social-button-item:not(:first-child) {
    padding-left: 5px;
}

.social-login-button-wrap a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 6px 12px;
    background-color: var(--default_color);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.social-login-button-wrap a i{
    padding-right: 15px;
    width: 20px;
}

.social-login-button-wrap a i:after{
    content: '';
    position: absolute;
    border-right: 1px solid rgba(22, 22, 22, 0.1);
    top: 0;
    bottom: 0;
    width: 22px;
}

.social-login-button-wrap a span{
    width: calc(100% - 20px);
    text-align: center;
}

.social-login-button-wrap a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 499px) {
    .acfp-dashboard-container {
        flex-direction: column;
    }

    .acfp-dashboard-container .acfp-dashboard-content {
        width: 100%;
        border-left: 1px solid #c0c0c0;
    }

    .acfp-dashboard-container .acfp-dashboard-navigation {
        width: 100%;
    }

    .acfp-dashboard-container .acfp-dashboard-navigation ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 10px;
    }

    .acfp-dashboard-container .acfp-dashboard-navigation ul li {
        padding: 5px 15px;
    }

    .acfp-dashboard-container .acfp-dashboard-navigation ul li.active {
        border-radius: 5px;
        margin: 0;
    }
}

@media screen and (max-width: 600px) {
    .g-recaptcha > div, .g-recaptcha iframe {
        width: 100% !important;
    }

    .g-recaptcha iframe .rc-anchor-normal {
        width: inherit !important;
    }
}
