body {
    color: #5d6f85;
}

.left_col,
.nav-md .container.body .left_col,
.nav-sm .container.body .left_col {
    background: #ffffff;
    border-right: 1px solid #e4e8ed;
}

.nav_title.areco-nav-title {
    background: #ffffff;
    height: 178px;
    padding-top: 20px;
}

.areco-site-title {
    display: block;
    height: auto;
    text-align: center;
    padding: 0 18px;
    line-height: 1.2;
}

.areco-site-title img {
    display: block;
    width: 78px;
    height: 94px;
    object-fit: contain;
    margin: 0 auto 10px;
}

.areco-site-title .areco-brand-kicker,
.areco-site-title .areco-brand-name {
    display: block;
    color: #58636f;
    text-shadow: none;
}

.areco-site-title .areco-brand-kicker {
    font-size: 11px;
    font-weight: 400;
}

.areco-site-title .areco-brand-name {
    font-size: 12px;
    font-weight: 700;
}

.areco-profile {
    display: none;
}

.main_menu_side {
    margin-top: 18px;
}

.menu_section h3 {
    color: #9aa6b5;
    text-shadow: none;
}

.nav.side-menu > li > a {
    color: #536170;
    font-weight: 600;
    text-shadow: none;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li.active,
.nav.side-menu > li:hover {
    border-right: 0;
}

.nav.side-menu > li.current-page > a,
.nav.side-menu > li.active > a,
.nav.side-menu > li:hover > a {
    background: #c7352d;
    color: #ffffff !important;
    box-shadow: none;
    text-shadow: none;
}

.top_nav .nav_menu {
    border-top: 4px solid #3f5969;
}

.x_title {
    border-bottom-color: #c7352d;
}

.x_title h2 {
    color: #647894;
    font-weight: 600;
}

.table.jambo_table thead {
    background: #c7352d;
}

.table.jambo_table thead th {
    color: #ffffff;
}

input[type="submit"],
.btn.areco-action-button {
    background: #c7352d;
    border: 1px solid #b72f28;
    color: #ffffff;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 16px;
    text-transform: uppercase;
}

input[type="submit"]:hover,
.btn.areco-action-button:hover {
    background: #ad2d27;
    border-color: #9f2823;
    color: #ffffff;
}

.payment-actions {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    min-width: 232px;
}

.payment-action-form {
    display: block;
    margin: 0;
}

.payment-actions .pluspagos-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 7px 14px;
    background: #ffffff;
    border: 1px solid #c9d1db;
    color: #3f5969;
    border-radius: 4px;
    font-weight: 700;
    box-shadow: none;
}

.payment-actions .pluspagos-button:hover,
.payment-actions .pluspagos-button:focus {
    background: #f7f9fb;
    border-color: #9facba;
    color: #2f4555;
}

.payment-actions .pluspagos-button img {
    display: block;
    max-width: 140px;
    max-height: 26px;
    width: auto;
    height: auto;
}

.payment-expired {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    min-height: 42px;
    padding: 7px 14px;
    margin: 0 auto;
    background: #eef1f4;
    border: 1px solid #c8d0da;
    border-radius: 4px;
    color: #657384;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
}

.netpagos-image-button {
    display: block;
    width: 100%;
    min-height: 42px;
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 0;
}

.netpagos-image-button img {
    display: block;
    width: 100%;
    max-width: 232px;
    height: auto;
}

.pagotic-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 8px 14px;
    background: #ffffff;
    border: 1px solid #c9d1db;
    border-radius: 4px;
    box-shadow: none;
}

.pagotic-button:hover,
.pagotic-button:focus {
    background: #f7f9fb;
    border-color: #9facba;
}

.pagotic-button img {
    display: block;
    max-width: 136px;
    max-height: 25px;
    width: auto;
    height: auto;
}

.netpagos-confirmed {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px 7px;
    width: 100%;
    min-height: 44px;
    padding: 8px 12px;
    background: #eef8ef;
    border: 1px solid #57b957;
    border-radius: 4px;
    color: #2e7d32;
    font-weight: 700;
    line-height: 1.15;
}

.netpagos-confirmed i {
    font-size: 18px;
}

.netpagos-confirmed span {
    font-size: 14px;
}

.netpagos-confirmed small {
    display: block;
    width: 100%;
    color: #3b7f3b;
    font-size: 12px;
    font-weight: 600;
}

.pagotic-confirmed {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3px 7px;
    width: 100%;
    min-height: 44px;
    padding: 8px 12px;
    background: #eef8ef;
    border: 1px solid #57b957;
    border-radius: 4px;
    color: #2e7d32;
    font-weight: 700;
    line-height: 1.15;
}

.pagotic-confirmed i {
    font-size: 18px;
}

.pagotic-confirmed span {
    font-size: 14px;
}

.pagotic-confirmed small {
    display: block;
    width: 100%;
    color: #3b7f3b;
    font-size: 12px;
    font-weight: 600;
}

.table td.last,
.table th.last {
    text-align: center;
    vertical-align: middle !important;
}

.sanear-redirect {
    display: flex;
    align-items: center;
    min-height: 72px;
}

.sanear-redirect p {
    margin: 0;
    color: #647894;
    font-size: 19px;
    line-height: 1.45;
}

.sanear-redirect a,
.sanear-redirect a:visited {
    color: #c7352d;
    font-weight: 700;
}

@media (max-width: 767px) {
    .payment-actions {
        min-width: 190px;
        width: 100%;
    }

    .areco-site-title img {
        width: 68px;
        height: 84px;
    }

    .sanear-redirect {
        align-items: flex-start;
    }

    .sanear-redirect p {
        font-size: 16px;
    }
}
