

:root {
    --cor-perigo: #ce1e0f;
    --cor-perigo-hover: #af2928;
    --cor-destaque: #fd7e50;
    --cor-subtitulo: #587281;
    --cor-fundo-form: #DDDDDD4F;
    --cor-ok: #049400;
    --cor-ok-hover: #09b203;
    --cor-atencao: #ffb937;
    --cor-atencao-hover: #ffbd50;
    --cor-destaque-hover: #ec5c28;
    --cor-text_form: #818181;
    --cor-fundo-form-light: #DDDDDD45;
    --cor-atencao-light: #ffecc9;
    --cor-ok-light: #bdf7bb;
}

.ppx-5{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.ppx-10{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.ppx-15{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.ppx-20{
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ppy-5{
    margin-top: 5px !important;
    padding-bottom: 5px !important;
}

.ppy-10{
    margin-top: 10px !important;
    padding-bottom: 10px !important;
}
.ppy-15{
    margin-top: 15px !important;
    padding-bottom: 15px !important;
}
.ppy-20{
    margin-top: 20px !important;
    padding-bottom: 20px !important;
}


.bg-hover-light{

}
.bg-hover-light:hover{
    background-color: #f8f9fa ;
    border-radius: 3px;
}
.bg-hover-secondary{

}
.bg-hover-secondary:hover{
    background-color: #bdc3c650 ;
    border-radius: 3px;
}
.bg-hover-muted {
    padding:  2px ;

}
.bg-hover-muted:hover{
    padding:  2px ;
    background-color: #99abb4  ;
    border-radius: 3px;
}

.bg-light-muted{

}
.bg-light-muted:hover{
    background-color: #99abb4;
    border-radius: 3px;
}

.border-muted{
    border: 1px solid #dee2e69e !important;

/*BORDER RADIUS*/

}
.border-radius-0 {
    border-radius: 0px !important;
}

.border-radius-left-0 {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px!important;

    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px!important;
}
.border-radius-right-0 {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px!important;

    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px!important;
}

.border-radius-5 {
    border-radius: 5px !important;
}
.border-radius-top-left-5 {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.border-radius-top-right-5 {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.border-radius-bottom-right-5 {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.border-radius-bottom-left-5 {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}


.border-radius-10 {
    border-radius: 10px !important;
}
.border-radius-top-left-10 {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}
.border-radius-top-right-10 {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}
.border-radius-bottom-right-10 {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}
.border-radius-bottom-left-10 {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}


.border-radius-15 {
    border-radius: 15px;!important;
}
.border-radius-top-left-15 {
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
}
.border-radius-top-right-15 {
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
}
.border-radius-bottom-right-15 {
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
}
.border-radius-bottom-left-15 {
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}


.border-radius-20 {
    border-radius: 20px !important;
}
.border-radius-top-left-20 {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}
.border-radius-top-right-10 {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}
.border-radius-bottom-right-20 {
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
}
.border-radius-bottom-left-20 {
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}

/* Raio completo */
.border-radius-2 {
    border-radius: 2px;
}

.border-radius-4 {
    border-radius: 4px;
}

.border-radius-6 {
    border-radius: 6px;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.border-radius-12 {
    border-radius: 12px;
}

/* Borda inferior (bottom-x) */
.border-bottom-x-radius-4 {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.border-bottom-x-radius-8 {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Borda superior (top-x) */
.border-top-x-radius-8 {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.border-top-x-radius-12 {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.border-left-right-radius {
    border-top-left-radius: 14px !important;
    border-top-right-radius: 14px !important;
}

/* Borda lateral esquerda (left-y) */
.border-y-left-radius-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.border-y-left-radius-8 {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}

.border-y-left-radius-pill {
    border-bottom-left-radius: 50rem !important;
    border-top-left-radius: 50rem !important;
}

/* Borda lateral direita (right-y) */
.border-y-right-radius-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.border-y-right-radius-4 {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.border-y-right-radius-8 {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.border-y-right-radius-pill {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
}

/*FIM BORDER RADIUS*/

.controls-sm .bootstrap-touchspin-up{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
}  .controls-sm .bootstrap-touchspin-down{
       padding-top: 2px;
       padding-bottom: 2px;
       padding-left: 8px;
       padding-right: 8px;
   }
.controls-sm  input{
    height: 30px !important;
    min-height: 30px !important;
    font-size: 12px;
    border-radius: 10px;
}

.border-0 {
    border: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}


.w-90{
    width: 90%!important;
}

.w-80{
    width: 80%!important;
}
.w-70{
    width: 70%!important;
}
.w-60{
    width: 60%!important;
}


.w-5{
    width: 5%!important;
}
.w-10{
    width: 10%!important;
}
.w-15{
    width: 15%!important;
}
.w-20{
    width: 20%!important;
}
.w-30{
     width: 30%!important;
}
.w-35{
    width: 35%!important;
}
.w-40{
    width: 40%!important;
}
.w-45{
    width: 45%!important;
}
.w-55{
    width: 55%!important;
}
.w-65{
    width: 65%!important;
}
.w-85{
    width: 85%!important;
}
.w-95{
    width: 95%!important;
}


.style-line {
    background:#e0e0e0;
    width: 100%;
    height: 1px;
    align-self: center;
}

.style-line-dotted {
    border-top: 2px dotted #e0e0e0;
    width: 100%;
    align-self: center;
}


.h5-container{
    display: flex;
    justify-content: space-between;
}
/* CINTILANTE - brilho */
.twinkle {
   /* padding: 0.2em;
    margin: 50px;*/
}

@-webkit-keyframes twinkly {
    from {opacity: 1;}
    to {opacity: 0.4;}
}

@-moz-keyframes twinkly {
    from {opacity: 1;}
    to {opacity: 0.4;}
}

@-ms-keyframes twinkly {
    from {opacity: 1;}
    to {opacity: 0.4;}
}

@keyframes twinkly {
    from {opacity: 1;}
    to {opacity: 0.4;}
}

.twinkle {
    -webkit-animation: twinkly 1s alternate infinite;
    -moz-animation: twinkly 1s alternate infinite;
    -ms-animation: twinkly 1s alternate infinite;
    animation: twinkly 1s alternate infinite;
}
/*----| CINTILANTE: 2 |----*/

.twinkle-2 {

}

@-webkit-keyframes twinkle-2 {
    from {opacity: 1;}
    to {opacity: 0.2;}
}

@-moz-keyframes twinkle-2 {
    from {opacity: 1;}
    to {opacity: 0.2;}
}

@-ms-keyframes twinkle-2 {
    from {opacity: 1;}
    to {opacity: 0.2;}
}

@keyframes twinkle-2 {
    from {opacity: 1;}
    to {opacity: 0.2;}
}

.twinkle-2 {
    -webkit-animation: twinkle-2 1s alternate infinite;
    -moz-animation: twinkle-2 1s alternate infinite;
    -ms-animation: twinkle-2 1s alternate infinite;
    animation: twinkle-2 1s alternate infinite;
}

/*----| CINTILANTE: 6 |----*/
.twinkle-6 {
}

@-webkit-keyframes twinkle-6 {
    from {opacity: 1;}
    to {opacity: 0.6;}
}

@-moz-keyframes twinkle-6 {
    from {opacity: 1;}
    to {opacity: 0.6;}
}

@-ms-keyframes twinkle-6 {
    from {opacity: 1;}
    to {opacity: 0.6;}
}

@keyframes twinkle-6 {
    from {opacity: 1;}
    to {opacity: 0.6;}
}

.twinkle-6 {
    -webkit-animation: twinkle-6 1s alternate infinite;
    -moz-animation: twinkle-6 1s alternate infinite;
    -ms-animation: twinkle-6 1s alternate infinite;
    animation: twinkle-6 1s alternate infinite;
}
@media screen and (max-width: 576px) {
    .opcoes_proposta {
        position: relative;
        left: 2px !important;
        top: -101px !important;
    }

    .titulosDashboard {
        margin-top: 10px !important;
        margin-left: 10px;
    }

    .rodapeTitulosDashboard {
        margin-bottom: 0.5rem !important;
    }
}

@media screen and (max-width: 992px) {
    .ocultarlg {
        display: none;
    }

    .btn_abrir_neg {
        margin-bottom: 25px;
    }

    .infoPedidosLinks {
        margin-left: -30px !important;
    }

    .div_painel_control_neg {
        justify-content: center;
        flex-direction: row;
    }

    .painel_control_neg2 {
        float: none !important;
    }

    .tabelaPropostaOrcamento {
        position: relative;
        padding: 3.2rem 0rem !important;
        background-color: #032E590D;

    }

    .informativoVendedor {
        display: none;
    }
}

@media screen and (max-width: 1169px) {
    .sb-sidenav-footer {
        display: none;
    }

    .user-profile {
        width: auto;
    }

    .imgPrimer {
        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box;
        z-index: 30;
        text-align: center;

    }

    .textoPrimerFront {
        margin: -15px;
        padding: 15px;
        border-radius: 10px;
        z-index: 35;
        text-align: left !important;
        font-weight: 500;
        text-shadow: 0 0 3px #eef5f9, 0 0 5px #eef5f9;
    }
}

@media screen and (max-width: 800px) {
    .respTituloVendedorValida {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .painel_control_neg {
        display: contents;
    }

    .div_painel_control_neg {
        justify-content: center;
        flex-direction: row;
    }

    .hide_pc {
        visibility: visible;
        font-size: 15px;
    }

    .opcoes_painel {
        text-align: left;
    }

    .td_botao_gerenciar_neg {
        vertical-align: middle;
        height: 0;
        padding: 0 !important;
    }

    /*.botao_gerenciar_neg {*/
    /*    top: -195px;*/
    /*    right: -130px;*/
    /*}*/
    .table-responsive {
        overflow-x: auto;
        overflow-x: auto;
    }

    .drop-usuario {
        min-width: 300px !important;
        max-width: 400px !important;
        left: 0rem !important;
        top: 60px !important;
    }

    .subtitulo-status {
        float: left;
    }

    .div_vendedor {
        margin-top: 30px;
    }

    .pedido_resp {
        justify-content: center;
    }

    .pedido_titu_resp {
        text-align: center;
    }

    .limitador_resp {
        min-width: 300px;
    }

    .resp_col_300 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .painel_control_neg2 {
        float: none !important;
    }

}

a {
    /*color: var(--cor-themecolor);*/
    text-decoration: none;
    background-color: transparent;

}

a:hover {
    color: var(--cor-subtitulo);
}

.custom-control-label::before {
    color: var(--cor-themecolor);

}
/*.input-group-text-sm{*/
/*    display: flex;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    padding: .375rem .75rem;*/
/*    margin-bottom: 0;*/
/*    font-size: 10px;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    color: #495057;*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*    background-color: #e9ecef;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: .25rem;*/
/*}*/


.input-group-text-sm {
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text-custom-left .text{
    color: #aeb0b2;
    background-color: #f6f6f6;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #cbcbcb;
    border-right: none;
    font-size: 1rem;
    /*padding: 0.375rem 0.75rem;*/
    margin-right: -5px;
}

.input-group-text-custom-left .input{
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text-custom-right .text{
    color: #aeb0b2;
    background-color: #f6f6f6;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #cbcbcb;
    border-left: none;
    font-size: 1rem;
    /*padding: 0.375rem 0.75rem;*/
    margin-left: -5px;
}

.input-group-text-custom-right .input{
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mh-300px {
    max-height: 300px !important;
}

.mh-350px {
    max-height: 350px !important;
}

.mh-400px {
    max-height: 400px !important;
}

.w-1r {
    width: 1rem;
}

.w-2r {
    width: 2rem;
}

.w-3r {
    width: 3rem;
}

.w-4r {
    width: 4rem;
}

.w-5r {
    width: 5rem;
}

.w-6r {
    width: 6rem;
}

.w-7r {
    width: 7rem;
}

.w-8r {
    width: 8rem;
}

.w-9r {
    width: 9rem;
}

.w-10r {
    width: 10rem;
}

.dropdown-divider-sm{
    height: 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}


.control-label-sm{
    display: inline-block;
    margin-bottom: .5rem;
     font-size: 13px;
}

.login-header {
    background-color: #FFFFFF;
    border-bottom: 6px solid #eef5f9;
    border-radius: 20px 20px 0 0 !important;
}

.login-card-body {
    font-size: 0.7rem
}

.logo-top {
    background-color: #001f4d !important;
    padding: 5px;
    background-image: linear-gradient(#001f4b 10%, #00183d);
}

.logo-typo1 {
    color: #FFF !important;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.logo-typo2 {
    color: #FFF !important;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.logo-typo1:hover {
    color: #e7e8ff !important;
}

:hover.logo-typo2 {
    color: #e7e8ff !important;
}

.btn-login {
    background-color: #02274b !important;
    border: 1px solid rgb(0, 26, 65) !important;
    background-blend-mode: normal !important;
    color: white;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    padding: 5px 15px;
    border-radius: 0.75rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-login:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 26, 65, 0.27), 0 4px 23px 0 rgba(0, 26, 65, 0.6), 0 8px 10px -5px rgba(0, 26, 65, 0.27);
    border: 1px solid #5c4ac7;
    color: white;
}

.btn-secondary-danger {
    background-color: #ffffff;
    color: #67757c;
    border-color: #b1b8bb;
    fill: #67757c;
    transition: all 0.2s ease-in;
}

.btn-secondary-danger:hover {
    color: #fff;
    background: #ef5350;
    border: 1px solid #ef5350;
    transition: all 0.2s ease-in;
}

/*BOTOES, ALTURA E BACKGROUND*/

.h-36px {
    height: 36px;
}

.h-30px {
    height: 30px;
}

.btn-36px {
    height: 36px;
    width: 36px;
}

.btn-30px {
    height: 30px;
    width: 30px;
}

.border-top-dotted {
    border-top: 2px dotted #cbcbcb;
}

.border-bottom-dotted {
    border-bottom: 2px dotted #cbcbcb;
}

.btn-outline-conclude {
    border-color: #3eac45;
    color: #3eac45;
    transition: 0.2s ease-in-out;
}

.btn-outline-conclude:hover {
    color: white;
    background-color: #3eac45;
    transition: 0.2s ease-in-out;
}

.btn-conclude-green {
    border-color: #3eac45;
    color: white;
    background-color: #3eac45;
    transition: 0.2s ease-in-out;
}

.btn-conclude-green:hover {
    color: white;
    background-color: #3EAC45BF;
    border-color: #3EAC45BF;
    transition: 0.2s ease-in-out;
}

.btn-green-outline:hover {
    border-color: #3eac45;
    color: white;
    background-color: #3eac45;
    transition: 0.2s ease-in-out;
}

/*CORES PERSONALIZADAS DO SISTEMA*/

.bg-form-control {
    background-color: #f6f6f6;
}

.bg-100 {
    background-color: var(--bg-100);
}

.bg-200 {
    background-color: var(--bg-200);
}

.bg-300 {
    background-color: var(--bg-300);
}

.bg-primary-100 {
    background-color: var(--primary-100);
}

.bg-primary-200 {
    background-color: var(--primary-200);
}

.bg-primary-300 {
    background-color: var(--primary-300);
}

.bg-primary-400 {
    background-color: var(--primary-400);
}

.bg-primary-500 {
    background-color: var(--primary-500);
}

.bg-complementary-100 {
    background-color: var(--complementary-100);
}

.bg-complementary-200 {
    background-color: var(--complementary-200);
}

.bg-complementary-300 {
    background-color: var(--complementary-300);
}

.bg-complementary-400 {
    background-color: var(--complementary-400);
}

.text-primary-100 {
    color: var(--primary-100);
    fill: var(--primary-100);
}

.text-primary-200 {
    color: var(--primary-200);
    fill: var(--primary-200);
}

.text-primary-300 {
    color: var(--primary-300);
    fill: var(--primary-300);
}

.text-primary-400 {
    color: var(--primary-400);
    fill: var(--primary-400);
}

.text-primary-500 {
    color: var(--primary-500);
    fill: var(--primary-500);
}

.text-complementary-100 {
    color: var(--complementary-100);
    fill: var(--complementary-100);
}

.text-complementary-200 {
    color: var(--complementary-200);
    fill: var(--complementary-200);
}

.text-complementary-300 {
    color: var(--complementary-300);
    fill: var(--complementary-300);
}

.text-complementary-400 {
    color: var(--complementary-400);
    fill: var(--complementary-400);
}

/*FIM CORES PERSONALIZADAS DO SISTEMA*/

/*FIM BOTOES, ALTURA E BACKGROUND*/

/*CLASSE GAP*/

.gap-0 {
    gap: 0;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 3rem;
}

/*.gap-auto {*/
/*    gap: auto;*/
/*}*/

/*FIM CLASSE GAP*/

.form-texto {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 0.8rem
}

.form-login-text {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    padding-right: 0;
    align-self: center;
    font-size: 0.8rem !important;
    font-weight: 600;
}

.form-esqueceu {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    padding-right: 0;
    align-self: center;
    font-size: 0.8rem !important;
    font-weight: normal;
    color: #67757c;
}

.olho-login {
    padding-left: 5px;
    padding-right: 5px;
}

.card-login {
    padding: 0 !important;

}

/*//////////////////////////////////////////////////// FINAL DO LOGIN */

.card {
    padding: 1.3rem;
    border-radius: 15px !important;
}

.container-fluid {
    padding: 30px;
}

.table {
    border-radius: 15px !important;
    color: #5e5e5e;
    font-weight: 400;
}



.dropdown-menu-right {
    border-radius: 0 0 15px 15px;
}

.slimScrollDiv_custom {
    -webkit-box-shadow: 0 10px 12px rgb(0 0 0 / 10%);
    padding-right: 5px;
    overflow-x: hidden;
}

.card-body {
    padding-top: 0;
}

.dataTables_info {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    width: 100%;
    font-size: 13px;
}

.previous {
    border-radius: 15px 0 0 15px;
}

.next {
    border-radius: 0 15px 15px 0;
}

.dataTables_paginate {
    /*margin-top: -3rem;*/
    line-height: 15px;
}

.dataTables_wrapper {
    padding-top: 0;
    font-size: 13px;
}

.btn-negociacao {
    text-align: center;
    padding: 5px;
    font-size: 15px;
    font-variant-caps: all-petite-caps;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.painel_control_neg {
    float: right;
    background-color: #FFF;
    border-radius: 15px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 5px;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 15px;
    max-width: 100px;
    min-width: 100px;
    padding-bottom: 5px;
    -webkit-box-shadow: 1px 0px 10px rgb(0 0 0 / 13%);
}

.opcoes_painel {
    white-space: nowrap;
    margin-bottom: -6px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding-right: 5px;
}

.titulo_negociacao_lista {
    font-size: 18px;
    font-weight: 600;
    /*background-color: var(--cor-themecolor)1c;*/
    /*border-radius: 10px;*/
    margin-top: 0;
    /*padding-bottom: 20px;*/
}

.proposta-card {
    margin: 20px;
    /*background-color: #ffffff1a;*/
    padding: 12px;
    border-radius: 15px;
}

.table-striped tbody tr:nth-of-type(odd):hover {
    /*background-color: #DBE7F1;*/


    background-color: #9dacb957;
}
/*
.table-striped tbody tr:nth-of-type(odd):active {
    background-color: #DBE7F1;
}
*/
.table-striped tbody tr:nth-of-type(even):hover {
    background-color: #9dacb957;
}
/*

.table-striped tbody tr:nth-of-type(even):active {
    background-color: #DBE7F1;
}
*/
.dataTables_filter {
    float: left !important;

}



.btn_abrir_neg {
    background-color: #ffffffbd;
    border-radius: 15px;
    border: 1px solid var(--cor-subtitulo);
    display: inline-block;
    width: inherit;
    font-size: 18px;
}

.btn_abrir_neg:hover {
    background-color: var(--cor-themecolor);

}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

.hide_pc {
    visibility: hidden;
}

.opcoes_proposta {
    position: relative;
    left: 32px;
}


.btn_editar {
    border-radius: 15px;
    border: 0px;
    box-shadow: 1px 2px 8px 3px rgb(169 169 169 / 14%), 2px 0px 3px 1px rgb(169 169 169 / 20%), 0 1px 5px 0 rgb(169 169 169 / 12%);
}

.btn_deletar:hover {
    background-color: var(--cor-perigo);
}

.div_painel_control_neg {
    font-size: 20px;
    padding-right: 12px;
    align-self: center;
    align-items: normal;
    text-align: -webkit-center;
}

.dropdown-menu {
    border-radius: 10px;
    /*position: absolute;
    top: 35px;
    left: -116px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;*/
}

td:first-child {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

td:last-child {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.btn_cor_acao {
    color: var(--cor-destaque);
}

.breadcrumb-item + .breadcrumb-item {
    align-items: center;
}

.form-login {
    margin-top: 25px;

}

.drop-usuario {
    min-width: 300px;
    left: -250px;
    top: 55px;

}

.wizard-content .wizard > .steps > ul > li.current .step {
    border-color: rgb(0, 26, 65);
    background-color: #fff;
    color: rgb(0, 26, 65);
}

.wizard-content .wizard > .actions > ul > li > a {
    background: rgb(0, 26, 65);
    color: #fff;
    display: block;
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
}

/*FORM INPUT*/

/*.form-control-danger {*/
/*    border-color: #ef5350 !important;*/
/*    background-color: #ef535026 !important;*/
/*}*/

.form-control-danger {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ef5350 !important;
}

/*.form-control-success {*/
/*    border-color: #26dad2;*/
/*    background-color: #26dad212 !important;*/
/*}*/

.form-control-success {
    border-color: #26dad2 !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.form-control-warning {
    border-color: #ffb22b;
    background-color: #ffb22b0d !important;
}

.form-control-info {
    border-color: #1976d2;
    background-color: #1976d21c !important;
}


@keyframes gearAnim {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes gearAnim {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.girando:hover {
    animation: gearAnim 2s linear 0s infinite;
    -moz-animation: gearAnim 2s linear 0s infinite;
}

.titulo_empresa_lista {
    font-size: 18px;
    color: var(--cor-subtitulo);
    font-weight: 700;
}

.titulo_btn {
    padding-left: 20px;
    text-align: right;
    float: left;
    font-size: 13px;
    font-weight: 600;
    color: var(--cor-themecolor);
}
.font-9 {
    font-size: 9px;
}
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-21 {
    font-size: 21px;
}
.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}
.font-25 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}

.font-27 {
    font-size: 27px;
}

.font-30 {
    font-size: 30px;
}
.font-35 {
    font-size: 35px;
}
.font-40 {
    font-size: 40px;
}

.font-weight-600{
    font-weight: 600;
}

.font-weight-medium {
    font-weight: 500;
}

.chevron-pedido {
    font-size: 15px;
    color: var(--cor-subtitulo);

}

.card-header {
    border-bottom: 0;
    border-radius: 15px;
}

.subtitulo-status {
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 7px;
    color: var(--cor-subtitulo);
    float: right;
}


.btn:focus {
    box-shadow: none;

}

.hover-branco:hover {
    color: #FFFFFF;
}

.botao_laranja {
    color: var(--cor-destaque);
}

.botao_laranja:hover {
    color: #FFFFFF;
}

.dataTables_scrollBody {
    max-height: 200px;
}

.titulo_editar {

}

.div_pedido_header {

}

.pedido_concluido {
    margin-top: 10px;
}

.stamp {
    color: #555;
    font-size: 15px;
    font-weight: 700;
    border: 0.25rem solid #555;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-mask-image: url('/assets/img/grunge.png');
    -webkit-mask-size: 100px 50px;
    mix-blend-mode: multiply;
    transform: rotate(-5deg);

}

.is-approved {
    color: #0A9928;
    border: 3px solid #0A9928;
}

.num_titulo {
    color: #02274b;
    font-weight: 900;
    font-size: 22px;
}

.nav-tabs {
    font-weight: 400;
}

.nav-tabs .nav-link {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*FORM CONTROL*/

.form-control {
    border-radius: 15px;
    background-color: var(--cor-fundo-form-light);
    border: 0;

}

.form-control-sm {
    /*ozi*/
    height: 30px !important;
    min-height: 30px !important;
    font-size: 12px;
    border-radius: 10px;

}
.form-control-sm .input-group-text {
    /*ozi*/
    height: 30px !important;
    min-height: 30px !important;
    font-size: 12px;
    border-radius: 10px;

}

.form-control-slim {
    background-color: #f6f6f6;
    border: 1px solid #cbcbcb;
    width: 100%;
    border-radius: 8px;
    /*color: #67757c;*/
    color: #4D5357;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.form-control-slim:focus {
    border-color: #bfdeff;
    background-color: white;
    transition: 0.2s ease-in-out;
    cursor: text;
}

input.form-control-slim, select.form-control-slim {
    height: 36px;
}

.form-control-slim:disabled {
    opacity: 0.5;
    background-color: #fbfbfb;
    cursor: not-allowed;
}

.form-control-slim-sm {
    background-color: #f6f6f6;
    border: 1px solid #cbcbcb;
    width: 100%;
    border-radius: 8px;
    height: 30px;
    /*color: #a9b0b4;*/
    color: #4D5357;;
    padding: 0 0.6rem 0 0.6rem;
    font-size: 13px;
    font-weight: 400;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.form-control-slim-sm:focus {
    border-color: #bfdeff;
    background-color: white;
    transition: 0.2s ease-in-out;
    cursor: text;
}

.form-control-slim-sm:disabled {
    opacity: 0.5;
    background-color: #fbfbfb;
    cursor: not-allowed;
}

/*select.form-control-slim, select.form-control-slim-sm {*/
/*    cursor: pointer;*/
/*    background-color: #f6f6f6;*/
/*    border: 1px solid #cbcbcb;*/
/*    width: 100%;*/
/*    border-radius: 8px;*/
/*    height: 30px;*/
/*    color: #4D5357;*/
/*    padding: 0 0.6rem 0 0.6rem;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    transition: 0.2s ease-in-out;*/
/*}*/

select.form-control-slim:focus, select.form-control-slim-sm:focus {
    cursor: default;
    border-color: #bfdeff;
    background-color: white;
    color: #4D5357;
    transition: 0.2s ease-in-out;
}

/*FIM FORM CONTROL*/

/*CHECKBOX PERSONALIZADO*/

.checkbox-blue {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.checkbox-blue:checked {
    background-color: #02BEC9;
    border-color: #02BEC9;
}

.checkbox-blue::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg);
    transition: opacity 0.2s ease-in-out
}

.checkbox-blue:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    opacity: 1;
    transform: rotate(45deg);
    transition: opacity 0.2s ease-in-out
}

/*FIM CHECKBOX PERSONALIZADO*/

/*COMEÇO DOS LINKS*/

.link-primary {
    color: #0d6efd;
    fill: #0d6efd;
    cursor: pointer;
}

.link-primary:hover {
    color: #0a58ca;
    fill: #0a58ca;
    cursor: pointer;
}
.link-muted {
    color: #99abb4;
    fill:  #99abb4;
    cursor: pointer;
}

.link-muted:hover {
    color: #6c757d;
    fill:  #6c757d;
    cursor: pointer;
}
.link-secondary {
    color: #6c757d;
    fill: #6c757d;
    cursor: pointer;
}

.link-secondary:hover {
    color: #99abb4;
    fill: #99abb4;
    cursor: pointer;
}

.link-success {
    color: #198754;
    fill: #198754;
    cursor: pointer;
}

.link-success:hover {
    color: #146c43;
    fill: #146c43;
    cursor: pointer;
}

.link-danger {
    color: #dc3545;
    fill: #dc3545;
    cursor: pointer;
}

.link-danger:hover {
    color: #b02a37;
    fill: #b02a37;
    cursor: pointer;
}

.link-warning {
    color: #ffc107;
    fill: #ffc107;
    cursor: pointer;
}

.link-warning:hover {
    color: #ffcd39;
    fill: #ffcd39;
    cursor: pointer;
}

.link-info {
    color: #0dcaf0;
    fill: #0dcaf0;
    cursor: pointer;
}

.link-info:hover {
    color: #3dd5f3;
    fill: #3dd5f3;
    cursor: pointer;
}

.link-dark {
    color: #212529;
    fill: #212529;
    cursor: pointer;
}

.link-dark:hover {
    color: #1a1e21;
    fill: #1a1e21;
    cursor: pointer;
}

.link-themecolor {
    color: var(--cor-themecolor);
    transition: 0.2s;
    fill: var(--cor-themecolor);
    cursor: pointer;
}

.link-themecolor:hover {
    color: var(--cor-themecolor-inverse);
    fill: var(--cor-themecolor-inverse);
    cursor: pointer;
}
.link-themecolor-inverse {

    color: var(--cor-themecolor-inverse);
    transition: 0.2s;
    fill: var(--cor-themecolor-inverse);
    cursor: pointer;
}

.link-themecolor-inverse:hover {
    color: var(--cor-themecolor);
    fill: var(--cor-themecolor);
    cursor: pointer;
}

.link-contrast {
    color: #FFFFFF;
    fill:  #FFFFFF;
    cursor: pointer;
}

.link-contrast:hover {
    color: #878787;
    fill:  #878787;
    cursor: pointer;
}

/*FIM DOS LINKS*/

.botao_salvar_slide {
    background-color: var(--cor-destaque);
    color: #FFF;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.right-sidebar .rpanel-title {
    /*width: 550px;*/
    display: block;
    padding: 17px 20px 16px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    /*background: var(--cor-subtitulo);*/
    opacity: 0.85;

}

.descricao_peq {
    font-size: 11px;
}

.titulo_origem_ordem_servico {
    font-weight: 600;
}

.mask-data-holder, .mask-time-holder {
    font-family: "Montserrat", "Poppins";
}


.btn_salvar {
    margin-left: 10px;
}

.btn_editar_peq {
    border-radius: 10px;
    border: 0px;
    box-shadow: 1px 2px 8px 3px rgb(169 169 169 / 14%), 2px 0px 3px 1px rgb(169 169 169 / 20%), 0 1px 5px 0 rgb(169 169 169 / 12%);
}

.btn_peq_grupo {
    margin-right: 5px;
    margin-left: 0;
    padding: 5px 10px 5px 10px;
}

.conj_botoes {

}

.form_data_inst {
    margin-left: 15px;
}

.linhas_preço {
    border: 1px solid #02274b0a;
    border-radius: 2px 15px 15px 2px;
    background: #02274b0a;
    margin: 5px 0 5px 0;
    padding: 5px 15px 5px 0;
    min-width: 150px
}

.titulo_linhas_preço {
    margin: 10px 0 10px 0;

}

.linhas_rs {
    padding: 0 5px 0 5px;
    line-height: 10px;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 500;
    color: #02274b91;
    height: 38px;
    align-self: center;

}

.dias_proposta {
    max-width: 70px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border: 2px dotted green;
}

.dias_proposta_fixo {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.input-to-text {
    background-color: #c7c7c725 !important;
    border: 0 !important;
    pointer-events: none;
    outline: none;
}

.painel_control_neg2 {
    float: right;
    /*background-color: #ffffffbd;*/
    background-color: var(--cor-themestyle-3);
    border-radius: 15px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 15px 10px 15px 5px;
    max-width: 240px;
    /*min-width: 210px;*/
    padding-bottom: 5px;
    -webkit-box-shadow: 1px 0px 10px rgb(0 0 0 / 13%);
}
@media (min-width: 990px) {
    .painel_control_neg2 {
        position: relative;
        top: -20px;
    }
}
/*@media (min-width: 990px) {*/
/*    .painel_control_neg2 {*/
/*        position: ;*/
/*        top: -20px;*/
/*    }*/
/*}*/
.btn_whatsapp {
    line-height: 8px;
    color: #0A9928;
    font-size: 13px;
    margin-left: 10px;
    background-color: #ffffffbd;
    font-weight: 600;
    padding: 3px 7px 4px 7px;
    margin-top: -3px;
    margin-left: 5px;
}

.opcoes_painel_titulo {
    text-align: left !important;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 17px;
    color: #00000030;
}



.titulo_empresa_clientes {
    padding: 5px 10px 5px 10px;
    border-radius: 12px !important;
}

.titulo_empresa_clientes_2:hover {
    color: var(--cor-themecolor) !important;
}

.titulo_timeline {
    background-color: var(--cor-subtitulo);

}

.btn-timeline {
    background: var(--cor-destaque);
    border: 1px solid var(--cor-destaque);
    -webkit-box-shadow: 0 2px 2px 0 rgba(253, 126, 80, 0.14), 0 3px 1px -2px rgba(253, 126, 80, 0.20), 0 1px 5px 0 rgba(253, 126, 80, 0.14);
    box-shadow: 0 2px 2px 0 rgba(253, 126, 80, 0.14), 0 3px 1px -2px rgba(253, 126, 80, 0.20), 0 1px 5px 0 rgba(253, 126, 80, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    font-size: 23px;
    color: #ffffffad;
}

.subtitulo_validacao_vendedor {
    max-width: 400px;
    font-size: 13px;
    color: var(--cor-subtitulo);
}

.titulo_validacao_vendedor {
    font-weight: 600;
    font-size: 22px;
    color: var(--primary);
    line-height: 32px;
}

.titulo_filtro_valicao {
    font-size: 17px;
    color: var(--cor-subtitulo);
    font-weight: 700;
    padding-bottom: 11px;
    /*padding-left: 53px;*/
    text-align: center !important;
    margin-top: -10px;
}

.btn_validacao_vendedor {
    color: white;
    border: 0px solid;
    border-radius: 10px;
    padding: 5px 10px;

}

.pesquisar_campo {
    box-shadow: none;
    border-radius: 5px;
    margin-left: 10px;
    background-color: #ebf1f5;
    background-image: none;
    border: 0;
    transition: background 0s ease-out;
    float: none;
    outline-offset: -2px;
    -webkit-appearance: none;
}

.pesquisar_legenda {
    font-size: 13px;
    font-weight: 300;
}

.btn_rejeitar {
    background-color: var(--cor-perigo);
}

.btn_rejeitar:hover {
    background-color: var(--cor-perigo-hover);
}

.btn_aceitar {
    background-color: var(--cor-ok);
}

.btn_aceitar:hover {
    background-color: var(--cor-ok-hover);
}

.btn_abrir_novo {
    background-color: var(--cor-destaque);
}

.btn_abrir_novo:hover {
    background-color: var(--cor-destaque-hover);
}

.form-control::placeholder {
    /*color: #01293c91;*/
    color: #99a6ac91;
}

.form-control::-ms-input-placeholder {
    color: #01293c91;
}

.form_descricao {
    font-size: 13px;
    font-weight: 600;
    color: var(--cor-themecolor);
    margin-bottom: 0.15rem;
    padding-left: 10px;
}

.wizard-content .wizard > .steps > ul > li.done .step {
    background-color: var(--cor-subtitulo);
    border-color: var(--cor-subtitulo);
    color: #fff;
}

.wizard-content .wizard.wizard-circle > .steps > ul > li:after, .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
    top: 45px;
    width: 50%;
    height: 3px;
    background-color: var(--cor-subtitulo);
}

.wizard > .steps > ul > li.done .step {
    background-color: var(--cor-subtitulo);
    border-color: var(--cor-subtitulo);
    color: #fff;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
    font-weight: 300;
    color: #67757c;
}

select2-container--default .select2-results__option .select2-results__option:hover {
    padding-left: 1em;
    font-weight: 600;
    color: #FFF;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e1e1e1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #9aa2a6;
    color: #FFF;
}
.select2-dropdown{
    border: 1px solid #f6f6f6;
    box-shadow: 2px 3px 8px 0px rgba(77,77,77,0.37);
    -webkit-box-shadow: 2px 3px 8px 0px rgba(77,77,77,0.37);
    -moz-box-shadow: 2px 3px 8px 0px rgba(77,77,77,0.37);
}
th:last-child {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

th:first-child {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.itens_add {
    text-align: center;
    font-weight: 500;
    background-color: var(--cor-fundo-form-light);
    min-width: 370px;
    align-self: center;
    height: 35px;
    padding-top: 6px;
    top: -55px;
    position: relative;
    color: var(--cor-destaque);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-width: 250px;
}

.card-pedido {
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 8%) !important;
    margin: 0;
}

.btn_calcular {
    background-color: var(--cor-themecolor);
    color: white;
    font-size: 15px !important;
}

.btn_calcular:hover {
    background-color: var(--cor-subtitulo);
    color: white;
    font-size: 15px !important;
}

.btn_small_add {


}

.add_pedido {
    line-height: 20px;
    font-size: 14px;
    text-align: left;
}

.btn_add_bonus {
    max-width: 99px;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    align-self: center;

}

.header_subtabela {
    margin: 5px 0;
    font-size: 13px;
    color: white;
    background-color: #bdbdbd !important;
    line-height: 33px;
    border-radius: 15px;
}

.fundo_linha_odd {
    background-color: #f2f4f8;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 0.7;
    background-color: #ff3c000f;
}

.form_erro {
    border: 2px solid #fb3a3a;
}


.form-control-range-vertical {
    /*width: 300px;*/
    accent-color: var(--cor-themecolor-inverse);
}

.form-control-range-vertical::-webkit-slider-thumb,.form-control-range-vertical::-ms-thumb,.form-control-range-vertical::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--cor-themecolor-inverse);
    border-radius: 50%;
    cursor: pointer;
}

.form-control-range-vertical {
    transform: rotate(-90deg);
    transform-origin: center;
    height: 190px;
    width: 160px;
}


.whats-editar {
    border-radius: 15px;
    min-width: 69px;
    color: var(--cor-subtitulo);
    font-weight: 600;
    font-size: 16px;
    align-self: auto;
    background-color: #eef9ee;
}

.titulochamado {
    font-size: 16px;
    font-weight: 600;
    color: #324860;
}

.optionchamado {
    background-color: #3064870f;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
    height: fit-content;
}

.header-chamado {
    background-color: #3064870f;
    border-radius: 10px 10px 0px 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    height: fit-content;
    margin-bottom: 6px;
    text-align: center;
}

.statuschamadotexto {
    font-size: 11px;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
    text-align: left !important;
    align-content: center;
}

.form-chamado {
    display: block;
    width: 100%;
    padding: 0.1rem 0.5rem;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* MODAL CUSTOM */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    /*background-color: #fff;*/
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
/* / MODAL CUSTOM */

/* MODAL PADRAO */




/* / MODAL PADRAO */
.botao_versao {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    top: 14em;
    margin-left: 20px;
}

.sidebar-nav > ul > li > a.active {
    background: var(--cor-fundo-form-light);
}

.header_tabela_pequena {
    background-color: var(--cor-subtitulo);
    text-align: left;
    margin-left: 12px;
    padding-left: 8px;
    border-radius: 15px;
    color: white;
}

.corpo_tabela_pequena {
    text-align: left;
    margin-left: 12px;
    padding-left: 8px;
    align-self: baseline;
    line-height: 42px;

}

.pendenteFaturamento {
    background-color: var(--cor-atencao-light);

}

.faturadoFaturamento {
    background-color: var(--cor-ok-light);

}

.backgroundLogo {
    display: flex;
    justify-content: flex-end;
}

.user-profile {
    width: 232px;
}

.btn-success {
    background-color: var(--cor-ok);
}

.btn-success:hover {
    background-color: var(--cor-ok-hover);
    border: 0;
}

.direitarecorrente {
    float: right;
}

.form-control-sm .btn {
    padding-left: 12px;
    padding-top: 1px!important;
    padding-bottom: 1px;
}

@media screen and (max-width: 992px) {
    .card-body {
        padding: 0.4rem;

    }

    .direitarecorrente {
        float: left;
    }

    .titulo_validacao_vendedor {
        text-align: center;
        white-space: pre-line;;
    }

    .respLinhaVendedor {
        text-align: center;

    }

    .emailResp {
        word-break: break-word;
    }

    .contatoPedidos {
        display: none
    }
}



@media screen and (max-width: 576px) {
    .respLoadNeg {
        font-size: 12px;
        line-height: 18px;
    }

    .titulomodelodashboard {
        margin-top: 2px !important;
    }

    .respTabelaOrcamentopProduto {
        font-size: 14px;
        padding: 5px;
    }

    .cardAssOrc {
        box-shadow: 0 5px 20px rgb(0 0 0 / 28%) !important;
        padding: 15px !important;
        margin: 30px 15px 20px 15px !important;
    }

    .cardorcamento {
        width: 97%;

    }

    .respTabelaOrcamento {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;

    }

    .tituloPropostaResp {
        font-size: 2rem;
        font-weight: 700;
        line-height: 2rem;

    }

    .itens_add {

        min-width: 170px;
    }

    .card {
        padding: 0.3rem;
    }

    .rodapePropostaTexto {
        font-size: 12px;
        line-height: 18px !important;
        text-align: center;
        margin-top: 28px;
        margin-bottom: 20px;
    }

    .linhaDadosProposta {
        text-align: center;
    }

    .duvidasProposta {
        font-size: 2rem;
    }

    .contatoProposta {
        font-size: 1.5rem;
    }

    .titulo_linhas_preço {
        margin: 14px 0 10px 0;
        font-size: 13px;

    }



    .proposta-card {
        font-size: 12px;
    }

    .tabelaPedidos {
        display: flex;
        flex-direction: column;
    }

    .colunaDadosPedidos {
        min-width: 80vw;
        max-width: 84vw;
    }

    .botao_gerenciar_neg {
        position: relative;
        top: -120px;
        left: -24px;
    }

    .colunaInfoPedidos {
        max-width: 84vw;

    }

    .container-fluid {
        padding: 15px;
    }

    .card-body {
        padding: 0.4rem;

    }

    .separadorPedidos {
        display: none;
    }

    .infoPedidos {
        margin: 0px 24px;
        padding: 16px;
    }

    .infoPedidosLinks {
        margin-left: 0px !important;
    }

    .botaoPedidoResp {
        display: block !important;

    }


}

.valoresProposta {
    margin-right: 20px;
    align-self: center;
}

.btnEnviarWhats {
    color: #FFF;
    padding: 10px 20px;
    border-radius: 15px;
    border: none;
    text-align: center;
}

.informativoVendedor {
    font-size: 25px;
    font-weight: 600;
    color: #00000010;
    text-align: right;
}



.linhasDatasLista {
    line-height: 12px;
    margin-left: 14px;
}

.contatoPedidos {
    /*white-space: nowrap*/
}



.subtituloPedido {
    font-size: 13px;
    font-weight: 600;
    color: var(--cor-themecolor);
    margin-left: 6px;
}

.separadorPedidos {
    border-left: 1px solid #e9e9e9;
    left: 20px;
    position: relative;
}

.infoPedidosLinks {
    white-space: nowrap;
    margin: 0;
    margin-top: 18px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .divLinksPedidos {
        margin-top: 20px;
    }


}

.botaoPedidoResp {
    display: none;
    float: right;
    border: 0;
    border-radius: 10px;
    margin: -1px;
}

.iconAlertaCliente {
    color: var(--cor-perigo);
    font-size: 21px;
    position: relative;
    top: -3px;
    margin-left: 15px;

}



.titulo_tabela_dashboard {
    /*display: flex;*/
    margin: 0;
    padding: 0px 9px !important;
    white-space: normal;
}

.titulomodelodashboard {
    font-size: 1.5rem;
    color: #bbd3e1;
    /*margin-top: -6px;*/
    margin-bottom: 3px;
    font-weight: 600;
    text-align: center;
    margin-left: 8vw;
    white-space: nowrap;
}

@media screen and (max-width: 1500px) {
    .titulomodelodashboard {
        font-size: 1.15rem !important;
        /*margin-top: -10px !important;*/
        margin-bottom: 11px !important;
    }
}

@media screen and (max-width: 768px) {
    .titulomodelodashboard {
        font-size: 1.15rem !important;
        /*margin-top: -10px !important;*/
        margin-bottom: 11px !important;
    }
}

.tabelaLembrete {
    font-size: 11px;
    padding: 7px 10px !important;
    background-color: #edf4f8;
    border-radius: 10px;
    vertical-align: middle;
    margin: 0px;
}

.diasLembrete {
    font-size: 13px !important;
    font-weight: 700;
}



.linhalembrete {
    padding: 12px 1px 0px 1px !important;
}

.colunameusclientesdashboard {
    margin-bottom: -21px;
}
.qtdadelembretes {
    font-weight: 600;
    font-size: 16px;
    margin-left: -3px;
    margin-right: -3px;
    color: #2cc489 !important;
}
.titulosDashboard {
    margin-top: -8px;
}
.respdashboardlembrete {
    margin-bottom: -25px;
}
@media screen and (max-width: 576px) {
    .titulomodelodashboard {
        margin-top: 2px !important;
    }
    .respbasedashboard {
        margin-bottom: 16px;
    }
    .respdashboardlembrete {
        margin-bottom: 5px;
    }
    .carddashboard {
        padding: 1.3rem !important;
    }
}
.btn_abrirmodallateral{
    background: none;
    border: 1px solid transparent;
    line-height: 1.5;
}
.titulomodallateral{
    padding: 1px 14px;
    font-size: 17px;
    font-weight: 700;
    width: calc(100% - 110px);
    float: right;
    color: var(--cor-themecolor);
    border-radius: 5px;
}
.iconhoverprincipal:hover{
    color: var(--cor-themecolor);


}
.iconhoverprincipal{
    float: right;
}
.inputcopy{
    background: none;
    border: none;
    font-size: 14px;
}
.tituDadosLateral{
    font-weight: 600;
    font-size: 14px;

}
.inputcopy:focus{
    background: none;
    border: none;
    outline: none;
}




.scroller-color{
    padding-right: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #383F48 #747d8a;
    scrollbar-width: thin;
}
.scroller-themecolor{
    padding-right: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: var(--cor-themecolor) var(--cor-themestyle-5)!important;
    scrollbar-width: thin;
    /* WebKit fallback */
    &::-webkit-scrollbar {
        width: 8px;
    }
    &::-webkit-scrollbar-track {
        background:  var(--cor-themestyle-4)!important;
    }
    &::-webkit-scrollbar-thumb {
        background-color:  var(--cor-themecolor) !important;
        border-radius: 4px;
    }
}

.scroller{
    padding-right: 5px;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #383F48 #747d8a;
    scrollbar-width: thin;
}
.scroller-120{
    padding-right: 5px;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #383F48 #747d8a;
    scrollbar-width: thin;
}
.scroller-220{
    padding-right: 5px;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #383F48 #747d8a;
    scrollbar-width: thin;
}
.scroller-320{
    padding-right: 5px;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #383F48 #747d8a;
    scrollbar-width: thin;
}






.scroller-420{
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #383F48 #747d8a;
    scrollbar-width: thin;
}

.text-100 {
    color: var(--text-100);
    fill: var(--text-100);
}

.text-200 {
    color: var(--text-200);
    fill: var(--text-200);
}

.text-300 {
    color: var(--text-300);
    fill: var(--text-300);
}

.text-400 {
    color: var(--text-400);
    fill: var(--text-400);
}

.word-break {
    word-break: break-word;
    white-space: normal;
}
