﻿html,
body {
    height: 100%;
}

.no-pad {
    padding: 0;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

    .form-signin input {
        margin-bottom: 10px;
    }

.form-check input {
    float: left;
    margin-left: -1.5em;
    border-radius: 0.25em;
}

.form-check input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.card {
    box-sizing: border-box;
    height: 100%;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.pnlDropdown {
    margin-right: 2%;
    display: inherit;
    position: absolute;
    right: 0;
}

    .pnlDropdown .dropdown {
        margin-left: 5%;
    }

.card-item {
    width: 100%;
}

.cardLeads {
    display: flex;
    justify-content: space-between;
}

.card-header {
    color: white !important;
}

.rCard {
    margin-bottom: 1rem;
}

.card-item h5 {
    font-size: 2rem;
}

.mHeader {
    background-color: gray;
}

    .mHeader img {
        width: 10rem;
    }

.mHeaderTexto {
    color: white;
    font-size: 1.2rem;
}

.offcanvas-baixo {
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    display: flex;
}

.botao-offcanvas {
    width: 95%;
    font-size: 1.5rem;
}

.offcanvas-ctt {
    font-size: 1rem;
    margin-bottom: 1rem;
}

    .offcanvas-ctt label {
        margin-left: 0.2rem;
    }

@media (max-width: 1000px) {
    .row-cols-md-1-mx > * {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 990px) {
    .semBorda {
        border: none !important;
    }
}

@media (max-width: 700px) {
    .mHeaderTexto {
        display: none !important;
    }
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

#loading-spinner {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite; /* Correção aqui: a animação deve ser aplicada à propriedade "animation" */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none !important;
}

.fundoEscuro {
    background-color: #fff;
    color: #0d6efd;
}

.pg {
    background-color: #0d6efd;
    color: #fff;
}

.fixa-topo {
    position: sticky;
    top: 0;
}

    .fixa-topo a {
        color: white;
    }

.linhasTabela {
    white-space: nowrap;
    margin-bottom: 0 !important;
}

#textoAtualizado {
    position: absolute;
    top: 65%;
    left: 43%;
}

.btnHome {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-top: 2rem;
    border: 1px solid black;
    background-color: #8b8b8b;
    color: white;
}

    .btnHome img {
        width: 50px;
        margin-bottom: 5px; /* Espaçamento entre a imagem e o texto */
    }

.centraliza {
    margin-top: 15% !important;
    margin-bottom: 15% !important;
}

.DadosTop {
    font-size: 1rem !important;
}

.form-login {
    border: 1px solid black;
}

.idd {
    font-size: 1rem;
}

.idd-div {
    border-bottom: 1px solid black;
}

.dept p {
    background-color: #777777;
    color: white;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 1rem;
}

.dept a {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: #0891c7;
}

.dept a:hover {
    background-color: rgba(0,126,255,0.65);
    color: white;
}

.paginacao td {
    padding: 0;
}

.paginacao table td {
    border: 1px solid #dee2e6;
    height: 2rem;
    width: 2rem;
    justify-content: center;
    display: inline-flex;
}

.paginacao td a {
    width: 100%;
    justify-content: center;
    display: flex;
}

.campo {
    display: flex;
}

    .campo input {
        height: calc(3.5rem + calc(var(--bs-border-width) * 2));
        min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
        line-height: 1.25;
        padding: 1rem 0.75rem;
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
        margin-bottom: 0.4rem;
    }

    .campo label {
        color: rgba(var(--bs-body-color-rgb), 0.65);
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
        position: absolute;
        padding-top: 0.5rem;
    }

    .campo select {
        margin-bottom: 10px;
        margin-right: 100%;
    }

    .campo p {
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: start;
        text-overflow: ellipsis;
        white-space: nowrap;
        pointer-events: none;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
        color: rgba(var(--bs-body-color-rgb), 0.65);
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

    .campo textarea {
        line-height: 1.25;
        padding: 1rem 0.75rem;
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

.pImg {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.pModal {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 0;
    /* text-align: start; */
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    /* transform-origin: 0 0; */
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.ddCad {
    width: 100% !important;
    margin-right: 0 !important;
}

.inputModal {
    width: 60% !important;
    margin: auto !important;
    padding: 1rem !important;
    min-height: 0 !important;
}

.ddlmodal {
    width: 20rem !important;
    margin: auto !important;
}

.pDdl {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: rgba(var(--bs-body-color-rgb), 0.65);
}

.imgProdList {
    width: 3rem;
}

.custom-file-upload {
    padding: 0.5rem !important;
    width: 95% !important;
    background-color: #333 !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    text-align: center !important;
    display: block !important;
    margin-top: 10px !important;
    cursor: pointer !important;
    transform: none !important;
    transition: none !important;
    position: relative !important;
    pointer-events: all !important;
    margin: auto;
}

.some {
    display: none !important;
}

.btnPedido {
    float: right !important;
    background-color: #3acf3a !important;
    color: white !important;
}

.alinhaVlrTotal {
    display: grid !important;
    justify-content: flex-end !important;
}

.cabecalho h4, .cabecalho h5 {
    display: flex;
    justify-content: center;
}

.borda {
    border: 1px solid #dee2e6;
}

.logoOrc {
    width: 10rem !important;
    padding: 1% !important;
}

.clienteVendedor {
    display: flex;
    justify-content: space-between;
    max-width: 97%;
    margin: auto;
}

.ValorOrc {
    font-size: 2rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: flex;
    justify-content: flex-end;
}

.ValorOrc span {
    margin-left: 2rem;
}

.d-funcoes {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.btnRecusar {
    float: right !important;
    background-color: #cf483a !important;
    color: white !important;
}

.btnAprovar {
    float: right !important;
    background-color: #3acf3a !important;
    color: white !important;
}

.custom-popover .popover-header {
    color: #007bff; /* Texto branco */
}

.custom-popover .arrow::before {
    border-bottom-color: #007bff !important; /* Azul */
    border-color: #007bff !important;
}

.custom-popover .popover-arrow::before {
    border-top-color: #0043ff !important;
}

.custom-popover {
    border-color: #007bff !important;
}

.offcanvas-ctt2 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

    .offcanvas-ctt2 label {
        margin-left: 0.2rem;
        border-bottom: solid 1px;
    }

.btnVerde {
    background-color: #01aa5b !important;
    color: white !important;
}

.spanLista {
    color: black;
}

.toast-container {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1100;
}

.OrcData {
    display: flex;
    max-width: 97%;
    gap: 5rem;
    margin: auto;
}

.tituloMinhasVendas {
    background-color: black;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.TotaisMinhasVendas {
    font-size: 1.5rem !important;
}

.color-rosa {
    background-color: rgba(255, 141, 230, 0.46) !important; /* #ff8de675 */
}

.color-verde {
    background-color: rgba(169, 255, 141, 0.46) !important; /* #a9ff8d75 */
}

.color-azul {
    background-color: rgba(141, 229, 255, 0.46) !important; /* #8de5ff75 */
}

.color-amarelo {
    background-color: rgba(255, 240, 59, 0.7) !important; /* #fff03b */
}

.color-vermelho {
    background-color: rgba(255, 0, 0, 0.38) !important; /* #ff000061 */
}

.color-verde2 {
    background-color: rgba(14, 235, 0, 0.7) !important;
}

.clicavel:hover{
    cursor: pointer;
}

.tblComissao span{
    float: left;
}

.checks-ranking{
    display: flex;
    justify-content: center;
}