.header-all {
    /* position: relative; */
    /* background: #000; */
}

.modal {
    color: #000;
}

.header-home {
    position: absolute;
    background: transparent;
}

.cont-watch {
    background: #000;
}

label.error {
    font-size: 14px;
    color: #c63c3c;
    margin: 0;
    display: block;
    width: 100%;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #c3c3c3 !important;
}

    .dataTables_wrapper .dataTables_length select {
        color: #c3c3c3 !important;
    }

.valor-retido-p {
    font-size: 12px;
    color: #282828;
    margin: 10px;
}

.minhas-vendas .box-saldo > span.aguardandoretencao {
    background: #f44336;
}

.box-conta-afiliado {
    background: #1B196F;
}

.btn-area-mentorado {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    border: 2px solid #ffbc25;
    padding: 8px 22px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 99;
}

    .btn-area-mentorado:hover {
        color: #fff;
        background: #ffbc25;
        text-decoration: none;
    }


.toast-span-info {
    display: block;
    font-weight: 500;
}

.list-bonus b {
    color: #000;
    display: inline;
}

.list-bonus i {
    color: #FFB425;
    margin-right: 7px;
    font-size: 22px;
}

.list-bonus li {
    display: flex;
    align-content: center;
    align-items: center;
}

.list-bonus .list-bonus-ilesthanline i.fa-circle {
    font-size: 12px;
    line-height: 12px;
    margin-right: 14px;
}

.desc-reduzida {
    padding: 0 !important;
    margin: 10px 0 20px 0;
}

    .desc-reduzida * {
        font-size: 14px !important;
        line-height: 20px !important;
        margin: 0 0 0 0 !important;
    }

.wrapper-produto .btn-saiba {
    display: flex;
    padding: 4px 10px;
    width: fit-content !important;
    min-height: 33.6px !important;
}

.destaques-menores .preco-parcelado {
    font-size: 12px;
}

.preco-parcelado {
    color: var(--Dark, #0A0A0A);
}

    .preco-parcelado span {
        color: var(--Primary, #F7941D);
    }

.wrapper-produto .card-produto-price.mobile {
    display: none;
}

.price-product-small button {
    border: none;
    display: flex;
    background: none;
    width: 40%;
    transition: all 0.3s ease-in-out;
}

    .price-product-small button:hover {
        width: 80px;
    }

        .price-product-small button:hover span {
            visibility: visible;
            color: var(--Primary, #F7941D);
        }

    .price-product-small button span {
        visibility: hidden;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
    }

.wrapper-produto .wraper-infos .preco-antigo .btn-primary,
.wrapper-produto .wraper-infos a.btn-primary {
    border: 1px solid var(--Dark, #0A0A0A) !important;
    background: var(--Dark, #0A0A0A) !important;
    color: var(--White, #FFF);
    padding: 4px 10px;
    width: fit-content !important;
}

.wrapper-produto .wraper-infos .btn-primary.arrow {
    display: flex;
    align-items: center;
    max-width: 89px;
    transition: all 0.3s ease-in-out;
}

    .wrapper-produto .wraper-infos .btn-primary.arrow:hover {
        max-width: calc(89px + 114px);
        border: 1px solid var(--Dark---10, #232323) !important;
        opacity: 0.8;
        background: var(--Dark---10, #232323) !important;
    }

    .wrapper-produto .wraper-infos .btn-primary.arrow svg {
        display: block;
        visibility: hidden;
        margin-left: 10px;
    }

    .wrapper-produto .wraper-infos .btn-primary.arrow:hover svg {
        display: block;
        visibility: visible;
        transition: all 0.3s ease-in-out;
    }

.info-top-header {
    text-align: center;
    background: #1b196f;
    font-weight: 400;
    padding: 10px;
}

    .info-top-header a {
        color: #8C5EE2;
    }

table.dataTable {
    border-collapse: collapse;
}

    table.dataTable th, table.dataTable td {
        color: var(--dark); /* Cor da fonte para branco */
    }

    table.dataTable thead th, table.dataTable thead td {
        color: #FFF; /* Cor da fonte para branco */
    }

#modal-politicas-afiliados {
    background: #1a1a1af2;
}

    #modal-politicas-afiliados .modal-footer .btn {
        opacity: unset;
    }

/*.numero-pedido a {
    color: #fff;
}
*/
.nav-top-bar {
    width: 100%;
    background: #0A0A0A;
    padding: 8px 0;
}

    .nav-top-bar ul {
        display: flex;
        justify-content: end;
        align-items: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        gap: 32px;
    }

        .nav-top-bar ul li a {
            display: flex;
            gap: 8px;
        }

        .nav-top-bar ul li img {
            width: 24px;
        }

        .nav-top-bar ul li a, .nav-top-bar ul li a span {
            color: var(--White, #FFF);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px; /* 171.429% */
            transition: fill 0.3s ease;
        }


.icon path {
    fill: white;
    transition: fill 0.3s ease;
}

.icon-link:hover .icon path {
    fill: orange;
}


.nav-top-bar ul li a:hover, .nav-top-bar ul li a:hover span {
    color: var(--Primary---20, #F9AB4E);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
}

    .nav-top-bar ul li a:hover img {
        filter: brightness(0) invert(1) sepia(1) saturate(0%) hue-rotate(0deg);
    }


#modal-curriculo-prof-lancamento-descricao {
    color: #fff;
    max-height: 600px;
    overflow: auto;
}

h6#modal-curriculo-prof-lancamento-nome {
    color: #fff;
}

.profissaolpprof, .nomepprof {
    max-width: 200px;
    display: flex;
}


not(.modal-conta-bancaria) h5.modal-title {
    color: #fff;
}

.produto-back-to-top {
    text-align: right;
}

    .produto-back-to-top a {
        font-style: normal;
        padding: 40px 0px;
        // styleName: Body/Body sm;
        font-family: Space Grotesk;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: black;
    }

        .produto-back-to-top a img {
            width: 18px;
            margin-right: 8px;
            margin-top: -8px;
        }

.produtos-area-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .produtos-area-filter .menu-produtos-filtros ul {
        padding: 0;
        margin: 0;
        gap: 16px;
    }

    .produtos-area-filter .area-busca {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

        .produtos-area-filter .area-busca label {
            color: black;
            font-size: var(--font-size-S, 14px);
            font-style: normal;
            font-weight: var(--font-weight-regular, 400);
            margin: 0;
            cursor: pointer;
        }

        .produtos-area-filter .area-busca input.form-control {
            border-radius: 4px;
            border: 1px solid var(--stroke, #DDD);
            background: var(--color-white, #FFF);
            width: 240px;
        }


@media(max-width: 990px) {
    .wrapper-produto .card-produto-price.mobile {
        display: block;
    }

    .wrapper-produto .card-produto-price:not(.mobile) {
        display: none;
    }
}
