﻿* {
    scrollbar-width: none;
    scrollbar-color: #a4a2a4 #fff;
}

    *::-webkit-scrollbar {
        height: 8px;
        width: 8px;
    }

    *::-webkit-scrollbar-track {
        background: transparent;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #e2dfe2;
        border-radius: 20px;
        border: 0 none #fff;
    }

.box-card {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 10px;
    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: 0;
    }

        .box-card__lista-view .card04 div, .box-card__lista-view .card04 span {
            padding: 0 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: 0;
        z-index: 1;
        left: 0;
        border: none;
        border-radius: 0;
        padding: 0;
        font-size: 18px;
        background-color: #fff;
    }

    .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: 0;
        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: #fff;
            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: 0;
        -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: 0;
    }

    .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: 0;
    }

    .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: 0 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;
        text-transform: uppercase;
        padding: 5px 16px;
        text-align: center;
        margin: 0px 12px !important;
        width: 100% !important;
    }

        .box-card__lista-view .card04__detail-btn-link:hover {
            color: #fff;
        }

    .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: 0;
    }

        .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: #fff;
    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: 0;
}

.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: #fff;
        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: #fff;
    }

.card02__divider {
    background-color: #e5e5e5;
    height: 1px;
    display: block;
    margin: 0 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: #fff;
    font-size: 17px;
}

.card03 {
    position: relative;
    border-radius: 20px;
    background: #fff;
    margin-top: 35px;
}

.card03__category {
    position: absolute;
    top: -33px;
    z-index: -1;
    background-color: #e5e5e5;
    color: #84829a;
    border-radius: 10px;
    font-size: 10px;
    padding: 9px 10px 30px;
}

.card03__category_detail {
    position: absolute;
    top: -33px;
    z-index: -1;
    left: -1px;
    background-color: #e5e5e5;
    color: #84829a;
    border-radius: 10px;
    font-size: 10px;
    padding: 9px 10px 30px;
}

.card03__img {
    text-align: center;
}

    .card03__img img {
        width: auto;
        height: 110px;
        padding: 16px;
    }

.card03__detail {
    padding: 0 18px 18px 18px;
    text-align: center;
}

.card03__detail-name {
    font-size: 14px;
    color: #84829a;
    font-weight: 500;
}

.card03__detail-discount h5 {
    margin-top: 10px;
    background-color: #8ec64a;
    color: #FFFFFF !important;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px 9px;
}

.card03__detail-description {
    font-size: 10px;
    text-align: center;
    color: #84829a;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    display: -webkit-box;
    margin-top: 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 17px;
}

    .card03__detail-description:hover {
        color: #84829a;
    }

.card03__detail-descriptionFull {
    font-size: 14px;
    text-align: center;
    color: #84829a;
    margin-top: 15px;
}

.card03__detail-value-points {
    font-size: 20px;
    color: #8ec64a;
    font-weight: 400;
    margin-top: 9px;
}

.card03__detail-btn-link {
    background-color: #fc136a;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    text-transform: uppercase;
    padding: 7px 24px;
    text-align: center;
    width: 100%;
}

    .card03__detail-btn-link:hover {
        color: #fff;
    }

.card04 {
    position: relative;
    border-radius: 16px !important;
    background: #fff !important;
    margin-top: 10px !important;
    padding-bottom: 10px !important;
}

.card04__logo {
    position: absolute;
    top: -33px;
    z-index: -1;
    color: #84829a;
    border-radius: 10px;
    padding: 0 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 0 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: 16px !important;
    text-align: center !important;
    color: #84829a !important;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 68px;
    display: -webkit-box;
    margin: 15px 0px !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 17px;
    padding: 10px 10px !important;
}

    .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 {
    width: 150px !important;
    display: flex !important;
    justify-content: center !important;
    border: 2px #84829a !important;
    border-style: dashed !important;
    border-radius: 20px !important;
    background-color: #e5e5e5 !important;
    padding: 10px !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

    .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;
    padding: 12px 18px;
    text-align: center;
    margin: 0px 12px !important;
}

    .card04__detail-btn-link:hover {
        color: #fff;
    }

.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: #aaa;
    margin-bottom: 30px;
}

.card01 .prioridade span {
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    margin-left: 5px;
}

.card01 .link {
    background-color: #57b845;
    color: #fff;
    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: #fff;
    float: left;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.card02 .splash {
    height: 76px;
    width: 75px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(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: 0 1px 0 rgba(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: 0 1px 0 rgba(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: 0 1px 0 rgba(0,0,0,.25);
        line-height: 5px;
    }

.card04__Selo {
    width: 100% !important;
    height: 72px !important;
    margin: 12px 0px !important;
    padding: 0px 0px !important;
    text-align: center !important;
    vertical-align: central !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.card04__Selo__Img {
    width: auto !important;
    max-height: 72px !important;
    margin: 0px 0px !important;
}
