* {
    scrollbar-width: none;
    scrollbar-color: #a4a2a4 #ffffff;
}

    *::-webkit-scrollbar {
        height: 8px;
        width: 8px;
    }

    *::-webkit-scrollbar-track {
        background: transparent;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #e2dfe2;
        border-radius: 20px;
        border: 0px none #ffffff;
    }

.box-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 37px;
    padding-top: 20px;
}

.box-card__lista-view {
    display: block;
    padding-top: 20px;
}

    .box-card__lista-view .card04 {
        display: flex;
        align-items: center;
        overflow-x: scroll;
        overflow-y: hidden;
        border-radius: 0px;
    }

        .box-card__lista-view .card04 div, .box-card__lista-view .card04 span {
            padding: 0px 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 1px solid #e5e5e5;
            height: 8vh;
        }

    .box-card__lista-view .card04__logo, .box-card__lista-view .card04__category {
        position: relative;
        top: 0px;
        z-index: 1;
        left: 0px;
        border: none;
        border-radius: 0px;
        padding: 0px;
        font-size: 18px;
        background-color: #ffffff;
    }

    .box-card__lista-view .card04 img {
        width: 79px;
    }

    .box-card__lista-view .card04__detail {
        padding: 0;
        display: flex;
        align-items: center;
        width: auto;
        border-right: none !important;
    }

    .box-card__lista-view .card04__detail-name {
        font-size: 14px;
        color: #84829A;
        margin-top: 0px;
        font-weight: 500;
        width: 430px;
    }

    .box-card__lista-view .card04__detail-discount {
        height: 39px;
    }

        .box-card__lista-view .card04__detail-discount h5 {
            margin-top: 10px;
            background-color: white;
            color: #a08e9a;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 9px;
            width: max-content;
            padding: 5px 9px;
        }

        .box-card__lista-view .card04__detail-discount:empty {
            border-right: none !important;
        }

    .box-card__lista-view .card04__detail-description {
        font-size: 14px;
        text-align: left;
        color: #84829a;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 68px;
        display: -webkit-box;
        margin-top: 0px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-height: 17px;
        padding-right: 10px;
    }

        .box-card__lista-view .card04__detail-description:hover {
            color: #84829A;
        }

    .box-card__lista-view .card04__detail-value-points {
        width: max-content;
        display: flex;
        margin: 0px;
    }

    .box-card__lista-view .card04__detail-value-points-values {
        font-size: 20px;
        color: #8ec64a;
        font-weight: 400;
        line-height: 10px;
        width: 170px;
        margin: auto;
        height: auto;
        margin: 0px;
    }

    .box-card__lista-view .card04__detail-value-points-cupom {
        display: flex;
        justify-content: center;
        border: 2px dashed #84829a !important;
        border-style: dashed;
        border-radius: 20px;
        background-color: #E5E5E5;
        align-items: center;
        height: auto !important;
        width: 150px;
        padding: 9px;
        margin: 0px 7px;
    }

        .box-card__lista-view .card04__detail-value-points-cupom h6 {
            color: #84829A;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 2px;
            margin-right: 10px;
        }

        .box-card__lista-view .card04__detail-value-points-cupom i {
            color: #84829A;
            font-size: 19px;
        }

    .box-card__lista-view .card04__detail-btn-link {
        background-color: #fc136a;
        color: #fff;
        border-radius: 50px;
        font-weight: bold;
        font-size: 12px;
        margin-top: 0px;
        text-transform: uppercase;
        padding: 5px 16px;
        text-align: center;
        width: 263px;
        margin-left: 10px;
    }

        .box-card__lista-view .card04__detail-btn-link:hover {
            color: #ffffff;
        }

    .box-card__lista-view .card04__detail-divider {
        display: none !important;
    }

    .box-card__lista-view .card04__detail-actions {
        border-right: none !important;
    }

    .box-card__lista-view .card04__detail-card-bottom {
        display: flex;
        justify-content: flex-end;
        border-right: none !important;
    }

    .box-card__lista-view .card04__detail-edit {
        width: 36px;
        height: 36px;
        border-radius: 100px;
        background-color: #E5E5E5;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        text-decoration: none;
        border-right: none !important;
        margin-top: 0px;
    }

        .box-card__lista-view .card04__detail-edit i {
            color: #84829A;
            font-size: 17px;
        }

.card01, .card02, .card03, .card04 {
    border: 1px solid #E5E5E5;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.card01 {
    margin-right: 25px;
}

.lista-view .card02 {
    width: auto;
    max-width: inherit;
    display: flex;
    align-items: center;
}

.card02 {
    position: relative;
    border-radius: 20px;
    background: white;
    padding: 7px;
    text-align: center;
}

.card02__category {
    position: absolute;
    top: -25px;
    z-index: -1;
    background-color: #E5E5E5;
    color: #84829A;
    border-radius: 10px;
    font-size: 10px;
    padding: 6px 10px 30px;
    left: 0px;
}

.card02__img {
    padding: 10px;
}

    .card02__img img {
        height: 76px;
    }

.card02__name {
    font-size: 14px;
    color: #84829A;
    margin-top: 11px;
    margin-bottom: 5px;
    font-weight: 500;
}

.card02__discount {
    height: 34px;
}

    .card02__discount div {
        background-color: #8EC64A;
        color: #ffffff;
        padding: 5px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 9px;
    }

.card02__value-points {
    font-size: 20px;
    color: #8EC64A;
    margin-bottom: 13px;
}

.card02__description {
    font-size: 10px;
    text-align: center;
    color: #84829A;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .card02__description:hover {
        color: #84829A;
    }

.card02__btn-link {
    background-color: #fc136a;
    color: #fff;
    padding: 7px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

    .card02__btn-link:hover {
        color: #ffffff;
    }

.card02__divider {
    background-color: #E5E5E5;
    height: 1px;
    display: block;
    margin: 0px 13px;
}

.card02__card-bottom {
    display: flex;
    justify-content: space-between;
    margin: 15px;
}

.card02__id-consolidator-commission {
    text-align: left;
}

    .card02__id-consolidator-commission span {
        display: block;
        font-size: 10px;
        color: #84829A;
        margin-bottom: 7px;
        line-height: 1;
    }

        .card02__id-consolidator-commission span:last-child {
            color: #EC0000;
        }

.card02__actions {
    display: flex;
}

.card02__edit {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

    .card02__edit i {
        color: #84829A;
        font-size: 17px;
    }

.card02__action-status {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #8EC64A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card02__action-status-disabled {
    background-color: #E5E5E5;
}

.card02__action-status i {
    color: #ffffff;
    font-size: 17px;
}

.card03 {
    position: relative;
    border-radius: 20px;
    background: white;
    margin-top: 10px;
}

.card03__logo {
    position: absolute;
    top: -33px;
    z-index: -1;
    color: #84829a;
    border-radius: 10px;
    padding: 0px 10px 30px;
    left: 0;
    border: 1px solid #e5e5e5;
}

    .card03__logo img {
        width: 79px;
    }

.card03__category {
    position: absolute;
    top: -33px;
    z-index: -1;
    background-color: #e5e5e5;
    color: #84829a;
    border-radius: 10px;
    font-size: 10px;
    padding: 9px 10px 30px;
    left: 97px;
}

.card03__img img {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.card03__detail {
    padding: 0 18px 18px 18px;
}

.card03__detail-name {
    font-size: 14px;
    color: #84829A;
    margin-top: 24px;
    font-weight: 500;
}

.card03__detail-discount {
    height: 39px;
}

    .card03__detail-discount h5 {
        margin-top: 10px;
        background-color: #8ec64a;
        color: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 9px;
        width: max-content;
        padding: 5px 9px;
    }

.card03__detail-description {
    font-size: 14px;
    text-align: left;
    color: #84829a;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 68px;
    display: -webkit-box;
    margin-top: 15px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 17px;
}

    .card03__detail-description:hover {
        color: #84829A;
    }

.card03__detail-value-points {
    font-size: 24px;
    color: #8ec64a;
    margin-top: 20px;
    font-weight: 400;
    line-height: 10px;
}

.card03__detail-btn-link {
    background-color: #fc136a;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 34px;
    text-transform: uppercase;
    padding: 18px 28px;
    text-align: center;
}

    .card03__detail-btn-link:hover {
        color: #ffffff;
    }

.card03__detail-divider {
    background-color: #E5E5E5;
    height: 1px;
    display: block;
    margin: 34px 13px;
}

.card03__detail-card-bottom {
    display: flex;
    justify-content: space-between;
}

.card03__detail-id-consolidator-commission {
    text-align: left;
}

    .card03__detail-id-consolidator-commission span {
        display: block;
        font-size: 10px;
        color: #84829A;
        margin-bottom: 7px;
        line-height: 1;
    }

.card03__detail-actions {
    display: flex;
    align-items: center;
}

.card03__detail-actions-cpa {
    color: #EC0000;
    display: block;
    font-size: 10px;
    margin-right: 12px;
}

.card03__detail-edit {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

    .card03__detail-edit i {
        color: #84829A;
        font-size: 17px;
    }

.card03__detail-action-status {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #8EC64A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card03__detail-action-status-disabled {
    background-color: #E5E5E5;
}

.card03__detail-action-status i {
    color: #ffffff;
    font-size: 17px;
}

.card04 {
    position: relative;
    border-radius: 20px;
    background: white;
    margin-top: 10px;
}

.card04__logo {
    position: absolute;
    top: -33px;
    z-index: -1;
    color: #84829a;
    border-radius: 10px;
    padding: 0px 10px 30px;
    left: 0;
    border: 1px solid #e5e5e5;
}

    .card04__logo img {
        width: 79px;
    }

.card04__category {
    position: absolute;
    top: -33px;
    z-index: -1;
    background-color: #e5e5e5;
    color: #84829a;
    border-radius: 10px;
    font-size: 10px;
    padding: 9px 10px 30px;
    left: 97px;
}

.card04__detail {
    padding: 0 0px 18px 18px;
}

.card04__detail-name {
    font-size: 14px;
    color: #84829A;
    margin-top: 24px;
    font-weight: 500;
}

.card04__detail-discount {
    height: 39px;
}

    .card04__detail-discount h5 {
        margin-top: 10px;
        background-color: #8ec64a;
        color: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 9px;
        width: max-content;
        padding: 5px 9px;
    }

.card04__detail-description {
    font-size: 14px;
    text-align: left;
    color: #84829a;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 68px;
    display: -webkit-box;
    margin-top: 15px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 17px;
    padding-right: 10px;
}

    .card04__detail-description:hover {
        color: #84829A;
    }

.card04__detail-value-points {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.card04__detail-value-points-values {
    font-size: 20px;
    color: #8ec64a;
    font-weight: 400;
    line-height: 10px;
}

.card04__detail-value-points-cupom {
    display: flex;
    justify-content: center;
    border: 2px #84829a;
    border-style: dashed;
    border-radius: 20px 0px 0px 20px;
    background-color: #E5E5E5;
    padding: 10px;
    align-items: center;
}

    .card04__detail-value-points-cupom h6 {
        color: #84829A;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 2px;
        margin-right: 10px;
    }

    .card04__detail-value-points-cupom i {
        color: #84829A;
        font-size: 19px;
    }

.card04__detail-btn-link {
    background-color: #fc136a;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 34px;
    text-transform: uppercase;
    padding: 18px 28px;
    text-align: center;
}

    .card04__detail-btn-link:hover {
        color: #ffffff;
    }

.card04__detail-divider {
    background-color: #E5E5E5;
    height: 1px;
    display: block;
    margin: 20px 13px;
}

.card04__detail-card-bottom {
    display: flex;
    justify-content: flex-end;
}

.card04__detail-edit {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background-color: #E5E5E5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    text-decoration: none;
}

    .card04__detail-edit i {
        color: #84829A;
        font-size: 17px;
    }

.card01 h3 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 12px;
    margin-left: 15px;
    text-align: left;
}

.card01 h5 {
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
}

.card01 h6 {
    font-size: 14px;
    text-align: center;
    color: #aaaaaa;
    margin-bottom: 30px;
}

.card01 .prioridade span {
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #000000;
    margin-left: 5px;
}

.card01 .link {
    background-color: #57b845;
    color: #ffffff;
    float: right;
    padding: 8px 20px;
    border-radius: 3px;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 15px;
}

.card01 .prioridade {
    font-size: 14px;
    background-color: #017aff;
    color: #ffffff;
    float: left;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.card02 .splash {
    height: 76px;
    width: 75px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-image: url(https://img.programadevantagens.com.br/hand/desc-ballon-parceiro.png);
    padding-top: 15px;
    transform: rotate(-25deg);
    top: -35px;
    position: absolute;
    right: -35px;
    z-index: 1;
}

    .card02 .splash span:nth-child(1) {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        color: #f2f2f2;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        display: block;
        line-height: 10px;
    }

    .card02 .splash span:nth-child(2) {
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        color: #f2f2f2;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        display: block;
        line-height: 20px;
    }

    .card02 .splash span:nth-child(3) {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        color: #f2f2f2;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
        line-height: 5px;
    }


.Card-365 {
    display: block;
    width: 100% !important;
    margin: 0px 0px !important;
}

    .Card-365 .Card-Icon {
        color: #FFFFFF;
        top: 0px !important;
        left: 20px !important;
        width: 48px !important;
        height: 48px !important;
        z-index: 1000 !important;
        background-color: #0045AA;
        font-size: 24px !important;
        line-height: 24px !important;
        text-align: center !important;
        position: relative !important;
        border-radius: 10px !important;
        padding: 11px 0px 12px 0px !important;
    }

    .Card-365 .Card-Body {
        width: 100% !important;
        flex: 1 1 auto !important;
        margin: 0px 0px !important;
        text-align: center !important;
        border-radius: 16px !important;
        border: 1px solid #D7D7D7 !important;
        background-color: #FFFFFF !important;
        padding: 26px 12px 12px 12px !important;
    }

        .Card-365 .Card-Body .Card-Img {
            width: 40% !important;
            align-items: center !important;
            justify-content: center !important;
            margin: 0px 30% 16px 30% !important;
        }

            .Card-365 .Card-Body .Card-Img img {
                width: 100% !important;
                height: auto !important;
            }

        .Card-365 .Card-Body .Card-Texto,
        .Card-365 .Card-Body .Card-Texto-F {
            width: 100% !important;
            font-size: 16px !important;
            line-height: 19px !important;
            text-align: center !important;
            margin: 0px 0px 16px 0px !important;
        }

        .Card-365 .Card-Body .Card-Texto-F {
            width: 100% !important;
            text-align: center !important;
            align-items: center !important;
            justify-content: center !important;
        }

        .Card-365 .Card-Body .Card-Cashback {
            width: 100% !important;
            color: #FFFFFF !important;
            font-size: 16px !important;
            line-height: 19px !important;
            font-weight: bold !important;
            padding: 8px 16px !important;
            text-align: center !important;
            align-items: center !important;
            justify-content: center !important;
            background-color: #00B01D !important;
            margin: 16px -12px 16px -12px !important;
        }

        .Card-365 .Card-Body .Card-Valores {
            width: 100% !important;
            font-size: 16px !important;
            line-height: 19px !important;
            text-align: center !important;
            align-items: baseline !important;
            justify-content: center !important;
            margin: 16px 0px 16px 0px !important;
        }

.MstrClssCards.Card-Icon,
.MstrClssLines.Card-Icon {
    width: 24px !important;
    height: 24px !important;
    z-index: 1000 !important;
    color: #D7D7D7 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    text-align: center !important;
    border-radius: 4px !important;
    padding: 5px 4px 3px 4px !important;
}

.Lines-365 {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    border-radius: 16px !important;
    margin: 0px 0px 16px 0px !important;
    border: 1px solid #D7D7D7 !important;
    background-color: #FFFFFF !important;
    padding: 12px 12px 12px 12px !important;
}

    .Lines-365 .Lines-Body {
        width: 92% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
    }

        .Lines-365 .Lines-Body .Lines-Img {
            width: 22% !important;
            padding-right: 16px !important;
        }

            .Lines-365 .Lines-Body .Lines-Img .ranger-soldoff {
                width: 54px !important;
                height: 54px !important;
            }

                .Lines-365 .Lines-Body .Lines-Img .ranger-soldoff span {
                    font-size: 8px !important;
                }

        .Lines-365 .Lines-Body .Lines-Texto {
            width: 43% !important;
            font-size: 16px !important;
            line-height: 19px !important;
            padding-right: 16px !important;
        }

        .Lines-365 .Lines-Body .Lines-Valores {
            width: 35% !important;
            font-size: 16px !important;
            line-height: 19px !important;
        }

    .Lines-365 .Lines-Seta {
        width: 8% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: right !important;
    }

        .Lines-365 .Lines-Seta i {
            color: #D7D7D7 !important;
            font-size: 30px !important;
        }

    .Lines-365 .Lines-Img img,
    .Lines-365 .Lines-Img div img {
        width: 100% !important;
        height: auto !important;
    }

/* Quando houver apenas um div */
.Card-Texto div:only-child, 
.Card-Texto-F div:only-child {
    width: 100% !important;
    font-size: 16px !important;
    text-align: center !important;
    /* Estilos para limitar o texto a 3 linhas */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important; /* Limita o texto a 3 linhas */
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
}

/* Quando houver dois divs */
.Card-Texto div:nth-child(1):not(:only-child), 
.Card-Texto-F div:nth-child(1):not(:only-child) {
    width: 100% !important;
    font-size: 17px !important;
    text-align: center !important;
    /* Estilos para limitar o texto a 3 linhas */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important; /* Limita o texto a 3 linhas */
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
}

.Card-Texto div:nth-child(2), 
.Card-Texto-F div:nth-child(2) {
    width: 100% !important;
    font-size: 15px !important;
    padding-top: 10px !important;
    text-align: center !important;
    /* Estilos para limitar o texto a 3 linhas */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important; /* Limita o texto a 3 linhas */
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
}

/* Quando houver apenas um div */
.Card-Valores div:only-child {
    width: 100% !important;
    text-align: center !important;
    text-decoration: none !important; /* Sem linha de corte */
}

/* Quando houver dois divs */
.Card-Valores div:nth-child(1):not(:only-child) {
    width: 100% !important;
    text-align: center !important;
    text-decoration: line-through !important; /* Com linha de corte */
}

.Card-Valores div:nth-child(2) {
    width: 100% !important;
    padding-top: 6px !important;
    text-align: center !important;
}


/* Quando houver apenas um div */
.Lines-Texto div:only-child {
    width: 100% !important;
    font-size: 16px !important;
    text-align: left !important;
    /* Estilos para limitar o texto a 3 linhas */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important; /* Limita o texto a 3 linhas */
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
}

/* Quando houver dois divs */
.Lines-Texto div:nth-child(1):not(:only-child) {
    width: 100% !important;
    font-size: 17px !important;
    text-align: left !important;
    /* Estilos para limitar o texto a 3 linhas */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important; /* Limita o texto a 3 linhas */
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
}

.Lines-Texto div:nth-child(2) {
    width: 100% !important;
    font-size: 15px !important;
    padding-top: 10px !important;
    text-align: left !important;
    /* Estilos para limitar o texto a 3 linhas */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important; /* Limita o texto a 3 linhas */
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
}


/* Quando houver apenas um div */
.Lines-Valores div:only-child {
    width: 100% !important;
    text-align: right !important;
    text-decoration: none !important; /* Sem linha de corte */
}

/* Quando houver dois divs */
.Lines-Valores div:nth-child(1):not(:only-child) {
    width: 100% !important;
    text-align: right !important;
    text-decoration: line-through !important; /* Com linha de corte */
}

.Lines-Valores div:nth-child(2) {
    width: 100% !important;
    padding-top: 6px !important;
    text-align: right !important;
}

@media (min-width: 768px) {
    .Card-365 .Card-Body div img, .Card-365 .Card-Body div div img {
        width: 50% !important;
        height: auto !important;
    }

    .Lines-365 .Lines-Body {
        width: 96% !important;
    }

        .Lines-365 .Lines-Body .Lines-Img {
            width: 10% !important;
        }

        .Lines-365 .Lines-Body .Lines-Texto {
            width: 60% !important;
            font-size: 22px !important;
        }

        .Lines-365 .Lines-Body .Lines-Valores {
            width: 30% !important;
            font-size: 22px !important;
        }

    .Lines-365 .Lines-Seta {
        width: 4% !important;
    }

        .Lines-365 .Lines-Seta i {
            font-size: 50px !important;
        }
}

.Icon-Primary {
    background-color: #0045AA !important;
}

    .Icon-Primary i {
        color: #FFFFFF !important;
    }

.Icon-Secondary {
    background-color: #6C757D !important;
}

    .Icon-Secondary i {
        color: #FFFFFF !important;
    }

.Icon-Success {
    background-color: #198754 !important;
}

    .Icon-Success i {
        color: #FFFFFF !important;
    }

.Icon-Danger {
    background-color: #DC3545 !important;
}

    .Icon-Danger i {
        color: #FFFFFF !important;
    }

.Icon-Warning {
    background-color: #FFC107 !important;
}

    .Icon-Warning i {
        color: #000000 !important;
    }

.Icon-Info {
    background-color: #0DCAF0 !important;
}

    .Icon-Info i {
        color: #000000 !important;
    }

.Icon-Light {
    background-color: #E1E1E1 !important;
}

    .Icon-Light i {
        color: #000000 !important;
    }

.Icon-Dark {
    background-color: #000000 !important;
}

    .Icon-Dark i {
        color: #FFFFFF !important;
    }
