﻿* {
    white-space: normal;    
}

/*p, .dxflCaption_Office365 {
    font-family: "Poppins", sans-serif !important;
}
*/
.dxeTextBox_Office365, .dxeButtonEdit_Office365, .dxeIRadioButton_Office365, .dxeRadioButtonList_Office365, .dxeCheckBoxList_Office365 {
    cursor: default;
    padding: 0.3vw 0.6vw !important;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-gray-700);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.4vw;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 0 !important;
}

.dxbButton_Office365 {
    padding: 1px;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    transition-timing-function: ease-out;
    -webkit-tap-highlight-color: transparent;
    font-size: 0.8vw;
    border-radius: 0.2vw;
    background-color: #F87C1D;
    padding: 0.3vw 0.6vw !important;
}

#kt_app_content {
    background-color: #ffffff !important;
}

.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

    .loader:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 4px;
        background-color: #f77c1d;
        animation: loading 2s linear infinite;
    }

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}


:root {
    --bs-gray-700: #4B5675;
    --bs-gray-300: #DBDFE9;
    --bs-body-bg: #ffffff;
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2378829D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F14C41'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F14C41' stroke='none'/%3e%3c/svg%3e");
    --bs-timeline-icon-size: 38px;
    --bs-timeline-icon-space: 0.35vw;
}

.right-sidebarNegocio {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    /*-ms-transition: all 0.3s ease-in-out;*/
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    padding-top: 5px;
    padding-bottom: 50px;
    overflow-y: auto;
    right: -360px;
    width: 350px;
    height: 100%;
    z-index: 99;
    background: #fff;
    color: #5e6773;
}

    .right-sidebarNegocio.active {
        right: 0;
        z-index: 2
    }

.sidebar-widgetNegocio {
    padding: 15px 25px;
}

.div-externalNegocio {
    background-color: #2a2a2a !important;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    /*-ms-transition: all 0.3s ease-in-out;*/
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    padding-top: 5px;
    padding-bottom: 50px;
    overflow-y: auto;
    right: -199%;
    width: 100%;
    height: 100%;
    /* margin-right: +50%; */
    z-index: 1;
    background: #000000;
    color: #000000;
}

    .div-externalNegocio.active {
        right: 0
    }

.main-content {
    padding-bottom: 0 !important;
}

.main {
    min-height: 0 !important;
}

.container-fluid {
    padding: 0 !important;
}

body ::-webkit-scrollbar {
    width: 7px;
    height: 9px !important;
}

.mainFunil {
    /*background-color: #faf9f6;*/
    background-color: #f5f5f5;
    height: 70vh;
    justify-content: flex-start;
    display: flex;
}

.columnFunil {
    width: 11.7vw;
    margin: 0 0.2vw 0 0;
    border-left: 1px dashed #bababa;
    border-right: 0px;
}


.columnFunilPopup {
    width: 10.5vw;
}

.bodyFunilScroll {
    height: 89%;
    overflow-x: hidden;
    overflow-y: visible;
}

.cardNegocio {
    /*border: 1px solid #bababa;*/
    border-radius: 4%;
    background-color: white;
    margin: 0.2vw 0 0.2vw 0.4vw;
    padding: 0.7vw 0.7vw;
    position: relative;
    -webkit-box-shadow: 0px 7px 9px 0px rgba(209,207,209,0.76);
    -moz-box-shadow: 0px 7px 9px 0px rgba(209,207,209,0.76);
    box-shadow: 0px 7px 9px 0px rgba(209,207,209,0.76);
}

.dxpnlControl_Office365 {
    font-family: "Poppins", sans-serif !important;
}

.margimTopTotal {
    margin-top: 3rem !important;
}

.footerFunilOpcoesLote {
    position: absolute;
    bottom: 0;
    width: 95.5vw;
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    padding: 0;
    margin: 0;
}

.opcaoFooter {
    color: white;
    height: 0 !important;
    transition: height 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1vw 1vw 0 0;
    font-size: 1vw;
    cursor: pointer;
    display: none;
}

.opcaoFooterAtiva {
    height: 2.5vw !important;
    transition: height 0.3s ease-in;
    display: inline-flex;
}


.opcaoFooter20 {
    width: 24%;
}

.opcaoFooterGrande {
    width: 37%;
}

.bgCinza {
    background-color: rgb(157, 154, 157);
}

.bgVerde {
    background-color: #058510;
}

.bgVermelho {
    background-color: #dc0a0a;
}

.spanline {
    line-height: 1.4;
    margin: 0.5vw 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rotuloNegocio {
    font-weight: 400;
    font-size: 0.9vw;
    cursor: pointer;
    padding-right: 1.5vw;
}

.f300 {
    font-weight: 300;
    font-size: 0.7vw;
}

.f200 {
    font-weight: 200;
    font-size: 0.6vw;
    padding-top: 0.3vw;
    margin-bottom: 0.2vw !important
}

.nomeResponsavelNegocio {
    font-size: 0.7vw;
    margin-top: 0 !important
}

.bottomTextCard {
    font-weight: 200;
    font-size: 0.6vw;
    color: #b7b7b7;
}

.momentoTextCard {
    white-space: pre-wrap;
    text-align: center;
    margin-left: 0.5vw !important;
}

.btnAtividade {
    cursor: pointer;
    font-size: 0.8vw !important;
}

    .btnAtividade:hover {
        color: #fb9430
    }

    .btnAtividade > i {
        font-size: 0.5vw;
    }

.etapaFunil {
    position: absolute;
    width: 11vw;
    height: 2vw;
    z-index: 1;
    padding: 0.5vw 0 0 0.7vw;
    color: white;
    font-size: 0.7vw;
    -webkit-box-shadow: 0px 7px 9px 0px rgba(209,207,209,0.76);
    -moz-box-shadow: 0px 7px 9px 0px rgba(209,207,209,0.76);
    box-shadow: 0px 7px 9px 0px rgba(209,207,209,0.76);
}

    .etapaFunil:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        border-style: solid;
        border-width: 1.1vw 0 0.9vw 1vw;
        width: 0;
        height: 0;
        z-index: 2
    }

    .etapaFunil.ultimaEtapa:before {
        border-color: transparent transparent;
    }

    .etapaFunil.ultimaEtapa {
        width: 11.5vw;
    }


.etapaProspeccao {
    background-color: #FFBA08;
}

    .etapaProspeccao:before {
        border-color: transparent #FFBA08;
    }

.etapaLead {
    background-color: #FAA307;
}

    .etapaLead:before {
        border-color: transparent #FAA307;
    }

.etapaOportunidade, .etapaRenovacao {
    background-color: #F48C06;
}

    .etapaOportunidade:before, .etapaRenovacao:before {
        border-color: transparent #F48C06;
    }

.etapaBriefing {
    background-color: #E85D04;
}

    .etapaBriefing:before {
        border-color: transparent #E85D04;
    }

.etapaProposta {
    background-color: #DC2F02;
}

    .etapaProposta:before {
        border-color: transparent #DC2F02;
    }

.etapaNegociacao {
    background-color: #D00000;
}

    .etapaNegociacao:before {
        border-color: transparent #D00000;
    }

.etapaFechamento {
    background-color: #9D0208;
}

    .etapaFechamento:before {
        border-color: transparent #9D0208;
    }

.etapaContrato {
    background-color: #6A040F;
    width: 11.5vw;
}

    .etapaContrato:before {
        border-color: transparent #6A040F;
    }

.etapaContratoPopup {
    background-color: #6A040F;
    width: 10.5vw !important;
}

.etapaFunil.etapaCinza, .etapaPopup.etapaCinza {
    background-color: rgb(130, 130, 130);
}

    .etapaFunil.etapaCinza:before, .etapaPopup.etapaCinza:before {
        border-color: transparent transparent !important;
    }
/*  .etapaRenovacao {
           background-color: #00760a;
       }

           .etapaRenovacao:before {
               border-color: transparent #00760a;
           }*/

.etapaExcluido {
    background-color: #ad1000;
}

    .etapaExcluido:before {
        border-color: transparent #ad1000;
    }

.etapaGanho, .etapaArenovar {
    background-color: #269436;
}

    .etapaGanho:before, .etapaArenovar:before {
        border-color: transparent #269436;
    }

.etapaPrecandidato {
    background-color: #09adc4;
}

    .etapaPrecandidato:before {
        border-color: transparent #09adc4;
    }

.etapaCandidato {
    background-color: #0cc687;
}

    .etapaCandidato:before {
        border-color: transparent #0cc687;
    }

.etapaPrefranquia {
    background-color: #e2c303;
}

    .etapaPrefranquia:before {
        border-color: transparent #e2c303;
    }

.etapaCof {
    background-color: #F48C06;
}

    .etapaCof:before {
        border-color: transparent #F48C06;
    }


.botoesCard {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 1vw;
    top: 1vw;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
}

.roundBtnCard {
    padding: 0.2vw;
    background-color: #9d9d9d;
    border-radius: 50%;
    color: white;
    font-size: 0.55vw;
}

.btnCard {
    cursor: pointer;
}

.btnVermelho {
    color: red
}

.btnCard:hover {
    color: #fb9430
}

.fa-envelope, .fa-bell {
    font-size: 0.8vw;
    font-weight: 300;
}

.fbold {
    font-weight: 900 !important;
}

.btnAdicionarCard {
    width: 100%;
    height: 2vw;
    color: #d8d8d8;
    margin-top: 2vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1vw;
}

    .btnAdicionarCard:hover {
        color: #fb9430
    }

.cardNegocioSelecionadoDrag {
    opacity: 0.4;
}

.cardNegocioDrag {
    transform: translate(0px, 0px);
    animation: cssAnimation_0 594ms infinite ease-out 227ms;
}

@keyframes cssAnimation_0 {
    from {
        transform: translate(0px, 0px);
    }

    to {
        transform: rotate(10deg) translate(0px, 0px);
    }
}

.checkCard {
    position: absolute;
    right: 1.1vw;
    top: 1vw;
    display: none;
    width: 0.7vw;
    height: 0.7vw;
    appearance: none;
    background-color: #bbb;
    transition: all .3s;
}

.checkAtividade {
    position: absolute;
    left: 0.5vw;
    width: 0.7vw;
    height: 0.7vw;
    appearance: none;
    background-color: #bbb;
    transition: all .3s;
}

    .checkCard::before, .checkAtividade::before {
        content: '';
        position: absolute;
        border: solid #fff;
        display: block;
        width: 0.15vw;
        height: 0.5vw;
        border-width: 0 0.15vw 0.15vw 0;
        z-index: 1;
        opacity: 0;
        right: 0.25vw;
        top: 0.08vw;
        transform: rotate(0deg);
    }

    .checkCard:checked, .checkAtividade:checked {
        background-color: #DB6306;
    }

        .checkCard:checked::before, .checkAtividade:checked::before {
            opacity: 1;
            transform: rotate(405deg);
        }

input[type=checkbox]:focus {
    outline: none
}


.cardNegocioSelecionado {
    /*opacity: 0.5;*/
    /*background-color: #cfcfcf;*/
    /*color: #000000 !important*/
    border: 2.2px solid #DB6306;
}

/* .cardNegocioSelecionado > .btnAtividade {
               color: #000 !important;
           }*/


.sidebarOverride {
    margin-top: 0px;
    top: 70px;
    width: 90vw;
    right: -90vw;
}



.abasPopupCard {
    background-color: #F1F1F4;
    height: 3vw;
    display: flex;
    align-items: center;
    border-radius: 0.3vw;
    padding-left: 0.4vw;
}

.panelPopup {
    background-color: #fbfbfb;
    border-radius: 0.5vw;
    margin-top: 0.5vw;
}

.headerPopup {
    align-items: center;
    border-bottom: 1px solid rgb(224, 223, 223);
    padding: 0.8vw 1.2vw 0 1.2vw;
    font-weight: 700;
    font-size: 1.2vh;
    display: flex;
    justify-content: space-between;
    color: #adadad;
}

    .headerPopup > h3 {
        font-size: 1.3vw !important
    }

.bodyPopup {
    padding: 1.5vw;
}

.bodyPopupBranco {
    background-color: white;
    border-bottom-left-radius: 0.5vw;
    border-bottom-right-radius: 0.5vw;
}

.tituloPopup {
    /*display: flex;*/
    justify-content: center;
    /*flex-direction: column;*/
    margin: 0.5vw 0 0.5vw 1vw;
}

.rotuloPopupCard {
    font-size: 0.8vw;
    margin: 0 !important;
    font-weight: bold;
}

.valorPopupCard {
    font-size: 0.7vw;
    margin: 0 !important;
}

.abasItem {
    display: inline-flex;
    height: 3vw;
    padding: 0 1.2vw;
    margin: 0 0.3vw;
    align-items: center;
    font-weight: 650;
    color: #b5b5b5;
    cursor: pointer;
    font-size: 0.8vw;
}

.abaAtiva {
    /*background-color: white;*/
    color: #7d7d7d;
    border-bottom: 2px solid #fb9430
}

.etapasPopup {
    display: flex;
    margin-bottom: 2vw;
}

.etapaPopup {
    position: absolute;
    width: 9.8vw;
    height: 2vw;
    z-index: 1;
    padding: 0.5vw 0 0 0.7vw;
    color: white;
    -webkit-box-shadow: 0px 7px 9px 0px rgba(209,207,209,0.76);
    -moz-box-shadow: 0px 7px 9px 0px rgba(209,207,209,0.76);
    box-shadow: 0px 7px 9px 0px rgba(209,207,209,0.76);
    cursor: pointer;
    font-size: 0.8vw;
}

    .etapaPopup:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        border-style: solid;
        border-width: 1.1vw 0 0.9vw 1vw;
        width: 0;
        height: 0;
        z-index: 2
    }

.etapaInativa {
    background-color: rgb(229, 228, 228) !important;
    color: rgb(181, 181, 181) !important;
}

    .etapaInativa:before {
        border-color: transparent;
    }

.etapaBeforeInativa:before {
    border-color: transparent rgb(229, 228, 228);
}

.etapaPopup.ultimaEtapa:not(.etapaContrato.ultimaEtapa:not(.wunset)):before, .etapaContrato.ultimaEtapa:not(.wunset):before {
    border-color: transparent transparent !important;
}

.etapaFunil.wunset {
    width: inherit !important;
}

.bgGray {
    background-color: #F1F1F4 !important
}

.contentMenuPopupCard {
    padding: 1.2vw !important;
}

.jSpaceBetween {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding-top: 0.1vw;
    align-items: center;
}

.alignCenter {
    align-items: center;
    margin-bottom: 2rem !important
}

.d-flex {
    display: flex;
    white-space: normal;
}

.dxflFormLayout_Office365 .dxflCaption_Office365 {
    font-size: 0.8vw;
}

.col-8 {
    width: 60%;
    margin-right: 1%;
}



.col-12 {
    width: 100%;
}

.corpoInfoPopupDT {
    display: none;
}

.corpoPopupAtivo.corpoInfoPopupDT {
    display: block
}

.h50 {
    height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll
}

.maxH60 {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: scroll
}

.containerDiv {
    border: 1px solid rgba(209,207,209,0.76);
    border-radius: 0.5vw;
}

.bodyDivAbaEmpresa p {
    text-overflow: ellipsis;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.3vw 0.6vw !important;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-gray-700);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.4vw;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 1vw;
}

.w100 {
    width: 100%;
}

.w90 {
    width: 90%;
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%;
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w40 {
    width: 40%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w15 {
    width: 15%;
}

.w10 {
    width: 10%;
}

.mgr1 {
    margin-right: 1%;
}

.headerDivAbaEmpresa {
    border-bottom: 1px solid rgb(224, 223, 223);
    padding: 0.8vw 1.2vw;
    font-weight: 480 !important;
    line-height: 1.2;
    color: #666 !important;
    font-size: 14px;
}

.bodyDivAbaEmpresa {
    padding: 1.2vw;
}

.mgt-05 {
    margin-top: 0.5vw;
}

.mgt-1 {
    margin-top: 1vw;
}

.form-cb {
    padding: 0.3vw 0.6vw !important;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-gray-700);
    border: 1px solid var(--bs-gray-300);
    border: 1px solid #DBDFE9;
    border-radius: 0.4vw;
    margin-bottom: 1vw !important;
}

.form-tkb {
    /* display: block;*/
    /*width: 25%;*/
    padding: 1.2vw 0.6vw;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-gray-700);
    /*background-color: var(--bs-body-bg);
           background-image: var(--bs-form-select-bg-img);
           background-repeat: no-repeat;
           background-position: right 1vw center;
           background-size: 16px 12px;*/
    border: 1px solid var(--bs-gray-300);
    border: 1px solid #DBDFE9;
    border-radius: 0.4vw;
    /*transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
    margin-bottom: 1vw;
}

.dxeButtonEdit_Office365.dxeTokenBox {
    padding-top: 0.6vw !important;
    padding-bottom: 0.6vw !important;
}

.form-upload {
    /*display: block;*/
    width: 100% !important;
    padding: 0.3vw 0.6vw;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-gray-300);
    border: 1px solid #DBDFE9;
    border-radius: 0.4vw;
    /*transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
}



.form-btlaranjaMaior {
    display: block;
    padding: 0.3vw 0.6vw;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
    border: 1px solid var(--bs-gray-300);
    border: 1px solid #DBDFE9;
    border-radius: 0.4vw;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-btBrancoMaior {
    display: block;
    padding: 0.3vw 0.6vw;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
    border: 1px solid var(--bs-gray-300);
    border: 1px solid #DBDFE9;
    border-radius: 0.4vw;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #fff;
    color: rgb(130, 130, 130);
}

.form-btBrancoAtividade {
    display: block;
    padding: 0.1vw 0.4vw;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1;
    border: 1px solid var(--bs-gray-300);
    border: 1px solid #DBDFE9;
    border-radius: 0.4vw;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #fff;
    color: rgb(130, 130, 130);
}

.form-btlaranjaComentario {
    padding: 0.2vw 0.6vw !important;
}

.form-memo {
    height: 9.3vw;
}

.form-memoNovaAtividade {
    height: 5vw;
}

.form-memoNovaAtividadePopup {
    height: 9vw;
}

.noResize {
    min-height: 5vw;
    resize: none;
}

.form-btlaranja {
    width: 10vw;
    font-size: 0.8vw;
    border-radius: 0.2vw;
    background-color: #F87C1D;
}

.alignRight {
    justify-content: end
}

.margin-top1 {
    margin-top: 1vw
}

.margin-top2 {
    margin-top: 2vw
}

.d-none {
    display: none !important;
}

.d-visible {
    display: block;
}

.pRelative {
    position: relative;
}

.corpoNovoProduto {
    height: 0 !important;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
    width: 100%
}

.corpoAtivo {
    height: 5vw !important;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
    width: 100%
}

.corpoAtividadeAtivo {
    min-height: 35vw !important;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
    width: 100%
}

.corpoComentarioEdicaoAtivo {
    min-height: 5vw !important;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
    width: 100%
}

.corpoComentarioAtivo {
    height: 24vw;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
    width: 100%
}

.timeline.timeline-border-dashed .timeline-line {
    border-left-style: dashed !important;
}

.timeline.timeline-border-dashed .timeline-icon {
    border-style: dashed !important;
}

.timelineItem {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
}

.timelineLine {
    display: block;
    content: " ";
    justify-content: center;
    position: absolute;
    z-index: 0;
    left: 0;
    top: var(--bs-timeline-icon-size);
    bottom: 0;
    transform: translate(50%);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: var(--bs-gray-300);
    width: var(--bs-timeline-icon-size);
    margin-top: var(--bs-timeline-icon-space);
    margin-bottom: var(--bs-timeline-icon-space);
}

.timelineItem:last-child .timelineLine {
    bottom: 100%;
}

.timelineIcon {
    z-index: 1;
    flex-shrink: 0;
    margin-right: 1rem;
    width: var(--bs-timeline-icon-size);
    height: var(--bs-timeline-icon-size);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-gray-300);
    border-radius: 50%;
    color: #b7b7b7;
}

.timelineHeader {
    width: 100%;
    font-size: 0.8vw;
    font-weight: 500;
}

.timelineTime {
    width: 100%;
    font-size: 0.8vw;
    font-weight: 300;
}

.mb-10 {
    margin-bottom: 1.5vw !important;
}

.timelineBody {
    padding-top: 1vw;
}

    .timelineBody i {
        font-size: 0.7vw;
    }

.pEtapaItem {
    font-size: 0.65vw;
    color: #878787;
}

.pEtapaTimeline {
    padding: 0.35vw;
    background-color: rgb(219 219 219 / 76%);
    border-radius: 0.85vw;
}

.pEtapaDescricao {
    margin: 0.9vw 0 0 0;
    font-size: 1.5vh;
}

.pRespTimeline {
    font-size: 1.3vh;
    font-weight: 300
}

.comentarioItem, .atividadeItem {
    display: flex;
    justify-content: flex-start;
    margin: 0.7vw 0;
}

.formaComentario {
    --r: 1vw;
    --t: 1.5vw;
    --_p: 100%;
    border-inline: var(--t) solid #0000;
    border-radius: calc(var(--r) + var(--t))/var(--r);
    mask: radial-gradient(100% 100% at var(--_p) 90%, #0000 100%, #000 10%) var(--_p) 0% / var(--t) var(--t) no-repeat, linear-gradient(#000 100% 100%) padding-box;
    position: relative;
    padding: 0.8vw 0 0.8vw 1vw;
    margin: 0;
    display: flex;
    align-items: flex-start;
    background-color: #f3f3f3;
    border-top-right-radius: 0 0;
    width: 98%;
    margin-left: -1vw;
}


.formaAtividade {
    --r: 1vw;
    --t: 1.5vw;
    --_p: 100%;
    border-inline: var(--t) solid #0000;
    border-radius: calc(var(--r) + var(--t))/var(--r);
    mask: radial-gradient(100% 100% at var(--_p) 90%, #0000 100%, #000 10%) var(--_p) 0% / var(--t) var(--t) no-repeat, linear-gradient(#000 100% 100%) padding-box;
    position: relative;
    padding: 0.8vw 1vw;
    margin: 0;
    display: flex;
    align-items: flex-start;
    background-color: #f3f3f3;
    border-top-right-radius: 0 0;
    width: 100%;
    margin-left: -1vw;
    justify-content: space-between;
}

.topoAtividade {
    position: relative;
    padding-left: 2vw;
}

.formaAtividadePrioridade {
    background-color: #fffbc6 !important;
}

.conteudoAtividade {
    width: 95%;
}

.descricaoAtividade {
    --r: 1vw;
    --t: 1.5vw;
    --_p: 100%;
    border-inline: var(--t) solid #0000;
    border-radius: calc(var(--r) + var(--t))/var(--r);
    mask: radial-gradient(100% 100% at var(--_p) 90%, #0000 100%, #000 10%) var(--_p) 0% / var(--t) var(--t) no-repeat, linear-gradient(#000 100% 100%) padding-box;
    position: relative;
    padding: 0.8vw 1vw;
    margin: 0;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border-top-right-radius: 0 0;
    margin-left: -1vw;
    justify-content: space-between;
}

.tituloAtividade {
    font-weight: 500;
    font-size: 0.9vw;
}

.momentoAtividade {
    margin-left: 0.5vw;
    font-size: 0.7vw;
    color: rgb(209 207 209);
}

.prazoAtividade {
    font-size: 0.7vw;
    color: rgb(173 173 173);
    background: bisque;
    padding: 0.3vw 1vw;
    border-radius: 1.4vw;
    width: 15%;
    margin: 1vw 0.7vw;
}


.comentarioIcon {
    z-index: 1;
    flex-shrink: 0;
    margin-right: 1rem;
    width: var(--bs-timeline-icon-size);
    height: var(--bs-timeline-icon-size);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-gray-300);
    border-radius: 50%;
    color: #b7b7b7;
}

.infoLateralComentario {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.momentoComentario {
    font-size: 0.7vw !important;
    color: #8b8787;
    padding-right: 0.5vw;
    text-align: end;
}

.menuOpcoesComentario, .menuOpcoesCalendario {
    display: flex;
    align-items: center;
    color: #898989;
    padding: 0 0.5vw;
}

.menuOpcoesCalendario {
    padding: 0 !important;
}

    .menuOpcoesComentario i, .menuOpcoesCalendario i {
        cursor: pointer;
        margin: 0.4vw 0.3vw;
    }

.conteudoComentario {
    overflow: hidden;
    overflow-wrap: anywhere;
    padding: 0 1vw 0 0;
    width: 100%;
}

.formaInicialPessoa {
    width: 2.2vw;
    height: 2.2vw;
    background-color: rgba(209, 207, 209, 0.76);
    border-radius: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inicialPessoa {
    font-size: 0.7vw;
    color: #7f7f7f;
}

.comentarioArquivos {
    display: flex;
    flex-flow: wrap;
    max-height: 15vw;
}

.calendarioEventoArquivos {
    display: flex;
    flex-flow: wrap;
}

.calendarioEventoArquivos {
    margin-top: 1vw;
}

.comentarioArquivo, .calendarioArquivo {
    width: 10vw !important;
    padding: 0.8vw 1vw;
    background-color: #fff;
    border-radius: 0.5vw;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    word-break: break-word;
    margin: 0.4vw;
    height: fit-content;
}

.calendarioArquivo {
    width: 12vw !important;
    flex-direction: row !important;
    /*background-color: #e7e7e7;*/
    cursor: pointer;
    -webkit-box-shadow: 0px 7px 13px -5px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 7px 13px -5px rgba(0,0,0,0.23);
    box-shadow: 0px 7px 13px -5px rgba(0,0,0,0.23);
}

.calendarioArquivoNome {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.9vw;
}

.overflow {
    overflow-y: auto;
    /*width: 100%;*/
}


.comentarioArquivoIcone {
    margin: 0 0 0.8vw 0;
}

    .comentarioArquivoIcone img {
        width: 4vw;
        height: 4vw;
    }

.calendarioArquivoIcone {
    margin: 0 0.5vw 0 0;
}

    .calendarioArquivoIcone img {
        width: 1.2vw;
        height: 1.4vw;
    }

.comentarioArquivoIncluirIcone {
    padding: 0 0 0.3vw 0;
}

    .comentarioArquivoIncluirIcone img {
        width: 4vw;
        height: 4vw;
    }

.comentarioArquivoNome {
    margin: 0.5vw 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.9vw;
}


.comentarioArquivoData {
    font-size: 0.7vw;
    color: #b9afaf;
}

.flex-column {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.botoesEditarComentario {
    display: flex;
    justify-content: flex-end;
}

.btnEditComentario {
    color: white;
    width: 5vw !important;
    padding: 0.2vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5vw;
    font-size: 0.7vw !important;
    cursor: pointer;
    font-weight: bold;
}

.form-btBranco {
    color: #858585;
    border-radius: 0.2vw;
    background-color: white;
}

.btnImgComentario {
    display: flex;
    color: #b1b1b1;
    margin: 0vw -0.5vw 1vw 0;
    justify-content: end;
}

    .btnImgComentario i {
        margin-right: 0.5vw;
        cursor: pointer;
    }

.dxucFileList {
    margin: 0;
    overflow-y: scroll;
    max-height: 6.7vw;
}

    .dxucFileList li {
        min-height: 22px;
        padding: 1vw;
    }


.dxWeb_edtCheckBoxChecked_Material, .dxWeb_edtCheckBoxGrayed_Material, .dxWeb_edtCheckBoxUnchecked_Material {
    filter: hue-rotate(216deg) brightness(1.2) !important;
}

.custom-file-upload {
    font-size: 0.8vw;
    color: #ffffff;
    text-align: center;
    background: #c4c4c4;
    border: none;
    border-radius: 0.8vw;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background var(--transition)ease;
    display: inline-block;
    width: 100%;
    padding: 0.5vw 0.9vw;
    position: relative;
    margin: 0 0 0.3vw 0;
}

    .custom-file-upload:hover {
        background: #bdbbbb;
    }

    .custom-file-upload input[type="file"] {
        display: none;
    }

.uploadSelected {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 3vw;
    height: 3vw;
}

.itemListaUploadEditComentario {
    font-weight: 300;
    background-color: rgba(0, 140, 255, 0.062);
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 1em;
    height: 1.5vw;
    margin: 0 0 0.3vw 0;
    padding: 1vw;
}

    .itemListaUploadEditComentario span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-right: 0.3vw;
    }

    .itemListaUploadEditComentario::before {
        position: absolute;
        content: "X";
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(26, 7, 1, 0.212);
        height: 1vw;
        width: 1.1vw;
        font-size: 0.8vw;
        border-radius: 50%;
        right: 10px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        cursor: pointer;
    }

    .itemListaUploadEditComentario:hover::before {
        background-color: rgba(233, 40, 6, 0.664);
    }

.comentarioArquivoAddAnexo {
    padding: 2.3vw 1vw !important;
}

.dxeToken_Office365, .dxeTokenText_Office365 {
    max-width: none !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    max-height: none;
}

.calendarioAtividades {
    width: 100%;
    margin-bottom: 1vw;
}

.calendarioDatas {
    display: flex;
    overflow: auto;
    margin: 0 3vw 1vw 0;
    white-space: nowrap;
    padding: 0 0 0.7vw 0;
    justify-content: center;
}

.jCenter {
    width: 100%;
    text-align: center;
}

.jEnd {
    text-align: end;
    justify-content: end;
}

.pTop1 {
    padding-top: 1.25vw
}

.calendarioData {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 3vw;
    margin: 0 0.4vw;
}

.calendarioAno {
    font-size: 0.7vw;
}

.calendarioDia {
    color: #b5b5c3 !important;
}

.calendarioNum {
    color: #3f4254;
    font-weight: 600;
}

.calendarioDataComInfo {
    font-weight: 300;
    padding: 0.9vw 0.3vw;
    border-radius: 1.7vw;
    border: 1px solid #ff7f00;
}

.calendarioDataAtiva {
    background-color: #ff7f00;
    font-weight: 300;
    padding: 0.9vw 0.3vw;
    border-radius: 1.7vw;
}

    .calendarioDataAtiva span {
        color: white !important;
    }

.calendarioEventos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1vw;
}

.calendarioEvento, .calendarioEventoSemInfo {
    border-left: 0.25vw solid rgb(130, 129, 130);
    border-radius: 0.5vw;
    display: flex;
    width: 99%;
    padding: 1vw 1.5vw;
    margin-top: 1vw;
    justify-content: space-between;
    -webkit-box-shadow: 0px 2px 18px -8px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px 2px 18px -8px rgba(0, 0, 0, 0.64);
    box-shadow: 0px 2px 18px -8px rgba(0, 0, 0, 0.64);
}

.calendarioEventoPrioridade {
    border-left: 0.25vw solid #F48C06 !important;
}

.calendarioEventoSemInfo {
    border-left: none !important;
    justify-content: center;
}

.calendarioEventoConteudo {
    display: flex;
    flex-direction: column;
    width: 87%;
}

.calendarioEventoTitulo {
    font-weight: 500;
}

.calendarioEventoOpcoes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.calendarioEventoResponsavel {
    font-weight: 300;
    font-size: 0.7vw;
    padding-top: 1.7vh;
    width: max-content;
}

.calendarioEventoMomento {
    font-weight: 300;
    font-size: 0.7vw;
}

.colorGreen {
    color: #61ad00 !important;
}

.h15 {
    height: 15vw;
}

.br5 {
    border: 1px solid rgba(209,207,209,0.76);
    border-radius: 0.8vw;
}

.topoNovaAtividade {
    padding: 0.9vw 1vw 0.4vw 1vw;
    /*border-bottom: 1px solid rgba(209,207,209,0.76);*/
}

.corpoNovaAtividade {
    padding: 0.6vw 1vw;
    overflow: hidden;
}

.padding2 {
    padding: 2vw;
}


.mb0 {
    margin-bottom: 0 !important;
}

.lHeight {
    line-height: unset !important
}

.btnFiltrar {
    font-size: 0.8vw;
    padding: 0.5vw 1vw;
}

.btnOpcoesSuperiorLote {
    color: gray;
    font-size: 0.7vw;
    padding: 0.5vw 1vw;
    border-radius: 0.2vw;
}

    .btnOpcoesSuperiorLote:hover {
        background-color: #F48C06;
        color: white;
        cursor: pointer;
    }


/*   .dxeButtonEdit_Office365 .dxeEditArea_Office365, .dxeButtonEdit_Office365 td.dxic .wunset {
           width: unset !important;
       }

        .dxeButtonEditButton_Office365.dxeButtonEditClearButton_Office365, .dxeButtonEditButton_Office365.dxeButtonEditClearButton_Office365:hover{
            background-color: white;
        }*/

.etiquetaCalendario {
    background-image: url('../assets/img/calendarioComercialIcon.png');
    background-repeat: no-repeat;
    cursor: pointer;
    height: 45px;
    float: right;
    right: -8px;
    bottom: 6vh;
    position: fixed;
    background-size: cover;
    z-index: 100;
    width: 50px;
}

.headerRight {
    float: right
}

.form-btRight {
    display: block;
    padding: 0.1vw 0.7vw;
    font-size: 0.9vw;
    font-weight: 300;
    line-height: 1.5;
    border: 1px solid var(--bs-gray-300);
    border: 1px solid #DBDFE9;
    border-radius: 0.4vw;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #fff;
    color: rgb(130, 130, 130);
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1829px;
    }
}

/*.calendario {
           width: 100%
       }

           .calendario td {
               height: 100px;
               vertical-align: top;
               position: relative;
               padding: 4px;
               border: 1px solid rgb(196, 196, 196);
               width: 14.28%;
           }


       .calendario .atividade {
           font-size: 11px;
           color: white;
           border-radius: 4px;
           margin-bottom: 2px;
           padding: 2px 4px;
           white-space: nowrap;
           text-overflow: ellipsis;
           overflow: hidden;
           width: 100%;
           display: block;
           box-sizing: border-box;
           max-height: 18px;*/ /* altura máxima para não estourar */
/*}

       .dia-numero {
           font-weight: bold;
           font-size: 12px;
       }

       .contador-atividade {
           position: absolute;
           top: 2px;
           right: 4px;
           font-size: 10px;
           background-color: #F48C06;
           color: #fff;
           border-radius: 8px;
           padding: 1px 4px;
       }

       .atividade-barra {
           font-size: 10px;
           color: white;
           margin-top: 2px;
           padding: 2px 4px;
           border-radius: 3px;
           overflow: hidden;
           text-overflow: ellipsis;
           white-space: normal;
           cursor: pointer;
       }

       .atividade-mais {
           font-size: 12px;
           color: #999;
           margin-top: 4px;
           text-align: center;
       }*/

.calendario {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    .calendario th, .calendario td {
        border: 1px solid #ccc;
        width: 14.28%;
        height: 100px;
        vertical-align: top;
        padding: 4px;
        position: relative;
        overflow: hidden;
    }

.dia-numero {
    font-weight: bold;
    margin-bottom: 4px;
}

.atividade {
    display: block;
    border-radius: 6px;
    color: white;
    padding: 2px 4px;
    font-size: 10px;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mais-atividades {
    display: block;
    background-color: #FF9800;
    color: white;
    border-radius: 6px;
    padding: 2px 4px;
    font-size: 10px;
    margin-top: 2px;
    text-align: center;
}

.popup-atividade {
    padding: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

.dxgvControl_Office365 td.dxgvBatchEditModifiedCell_Office365 {
    background-color: transparent !important;
}

.dxgvDataRow_Office365 td.dxgv {
    border: 1px solid #E5E5E5 !important;
}

body.modal-open {
    overflow: hidden;
}

.btnCardFaturamento {
    padding: 4px 10px !important;
    position: relative !important;
    top: -0.4em !important;
    font-size: 11px !important;
}

.botaoNotaEspelho {
    background-color: #FF7800;
    color: white;
}

    .botaoNotaEspelho:hover {
        background-color: #cd6406;
        color: white;
    }

/* Força Grid dentro de col-12 a expandir */
.col-12 .dxflGroupCell,
.col-12 .dxflItem,
.col-12 .dxflCL,
.col-12 .dxflNestedControlCell {
    width: 100% !important;
}

.col-12 .dxgvControl,
.col-12 .dxgvCSD,
.col-12 .dxgvTable {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
}

.panel {
    margin-top: 0.5vw;
    border: 1px solid rgba(209, 207, 209, 0.76);
    border-radius: 0.5vw;
    background-color: #fbfbfb;
}

    .panel .panel-heading {
        background-color: #fbfbfb;
        border-top-left-radius: 0.5vw;
        border-top-right-radius: 0.5vw;
        border-bottom: 1px solid rgb(224, 223, 223);
        padding: 0.8vw 1.2vw;
        font-weight: 700;
        font-size: 1.7vh;
    }

    .panel .panel-body {
        background-color: white;
        border-bottom-left-radius: 0.5vw;
        border-bottom-right-radius: 0.5vw;
        padding: 0.3vw !important;
    }

.dxtcSys.dxtc-flex > .dxtc-stripContainer, .dxtcSys.dxtc-flex > .dxtc-stripContainer .dxtc-strip {
    justify-content: end;
    background-color: #fbfbfb;
    border-top-left-radius: 0.5vw;
    border-top-right-radius: 0.5vw;
    border: 1px solid rgba(209, 207, 209, 0.76);
    height: 3vw;
    align-items: center;
    border-bottom: 1px solid rgb(224, 223, 223);
    font-weight: 700;
    font-size: 1.3vh;
    color: #adadad;
}

.dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-rightIndent, .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-leftIndent {
    display: none;
}

.dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-activeTab {
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    color: #7d7d7d;
    border-bottom: 2px solid #fb9430;
    display: inline-flex;
    cursor: pointer;
    font-size: 1.5vh;
    margin: 0 0.3vw;
    align-items: center;
    font-weight: 650;
}

    .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-activeTab .dxtcLite_Office365 > .dxtc-stripContainer .dxtc-activeTab, .dxtcLite_Office365 > .dxtc-stripContainer .dxtc-activeTab a {
        color: #7d7d7d;
        display: inline-flex;
        height: 3vw;
        padding: 0 1.2vw;
        margin: 0 0.3vw;
        align-items: center;
        font-weight: 650;
        cursor: pointer;
        font-size: 1.5vh;
    }

.dxtcLite_Office365 > .dxtc-stripContainer .dxtc-tab a {
    display: inline-flex;
    height: 3vw;
    padding: 0 1.2vw;
    margin: 0 0.3vw;
    align-items: center;
    font-weight: 650;
    color: #b5b5b5;
    cursor: pointer;
    font-size: 1.5vh;
}

.dxtc-content {
    padding: 0 1vw !important;
}

.file-preview.pdf {
    background-color: white !important;
    border-radius: 0.5vw;
}

.file-item {
    border-radius: 0.5vw;
}

.dxeMemo_Office365 {
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    cursor: default;
    padding: 0.3vw 0.6vw !important;
    font-size: 0.8vw;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bs-gray-700);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.4vw;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 0 !important;
}

.dxeIRadioButton_Office365 {
    border: none !important;
    padding: 0 !important
}

.dxbButton_Metropolis, .dxbButtonSys, .dxbTSys {
    height: 32px !important;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    transition-timing-function: ease-out;
    -webkit-tap-highlight-color: transparent;
    font-size: 0.8vw;
    border-radius: 0.2vw;
    padding: 0.3vw 0.6vw !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 480 !important;
    line-height: 1.2;
}

.wrap-text {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.btn i:first-child {
    margin-right: 0 !important;
}


/* Bloqueio visual da aplicação (sidebar + main) */
body.bloqueio-ativo #kt_app_sidebar,
body.bloqueio-ativo #kt_app_main {
    pointer-events: none !important;
    user-select: none !important;
    filter: blur(2px) brightness(0.8);
    transition: filter 0.3s ease;
}

/* Garante que o popup continue interativo */
body.bloqueio-ativo .dxpcLite,
body.bloqueio-ativo .dxpcMainDiv {
    pointer-events: all !important;
    filter: none !important;
}

/* Fundo escuro padrão DevExpress */
.dxpcModalBackLite,
.dxpcModalBack {
    background-color: rgba(0, 0, 0, 0.85) !important;
    z-index: 999998 !important;
}

/* Popup acima de tudo */
.popup-bloqueio-trava {
    z-index: 999999 !important;
    border-radius: 10px;
    border: 0 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.nomeBloqueio {
    font-size: 1.5rem !important;
}

.divDoisSenhas {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.campoSenha {
    background-color: #ffffff !important;
    margin-right: 0.2vw !important;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif !important;
    font-size: 1.35rem !important;
    border: 1px solid #DBDFE9 !important;
}

.botaoDesbloquear {
    background-color: #FF7800 !important;
}

    .botaoDesbloquear:hover {
        background-color: #d1680c !important;
    }

.iconeLogout {
    background-color: white !important;
    border: 1px solid #d3d3d3 !important;
    color: #747474 !important;
}

    .iconeLogout:hover {
        border: 1px solid #FF7800 !important;
    }

#PnlBloqueio_PWH-1 {
    padding: 2vw 10px 1vw 12px;
    background-color: #FF7800 !important;
}

.dxpcLite_Office365 .dxpc-header, .dxdpLite_Office365 .dxpc-header {
    color: #666;
    background-color: white;
    font-size: 1.27em;
    padding: 8px 10px 8px 12px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top-left-radius: 0.5vw !important;
    border-top-right-radius: 0.5vw !important;
}

.dxpcModalBackLite_Office365, .dxdpModalBackLite_Office365 {
    background-color: #000000 !important;
}

#PnlBloqueio_DXPWMB-1 {
    opacity: 0.8 !important;
}

.corIconeLogout:hover {
    color: white !important;
}

.colorBloqueioValidar {
    color: #FF7800 !important;
}

.dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-tab, .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-spacer, .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-sbWrapper, .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-sbIndent, .dxtcLite_Office365.dxtc-top > .dxtc-stripContainer .dxtc-sbSpacer {
    border-bottom: 0px !important;
}

.btaoEnviarPsicossocial:hover{
    border-color: white !important;
}
.btn-primary {
    background-color: #F87C1D !important;
}

    .btn-primary:hover {
        background-color: #ed6700 !important;
    }

.dxucBrowseButton_Office365 {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 6px 18px 8px;
    background-color: #EEEEEE;
    height: 32px !important;
    font: 14px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    transition-timing-function: ease-out;
    -webkit-tap-highlight-color: transparent;
    font-size: 0.8vw;
    border-radius: 0.2vw;
    padding: 0.3vw 0.6vw !important;
}

.popup-topo-verde {
    background-color: #08a045 !important;
    border-color: #08a045 !important;
}

.dxeButtonEditButtonHover_Office365, .dxeSpinIncButtonHover_Office365, .dxeSpinDecButtonHover_Office365, .dxeSpinLargeIncButtonHover_Office365, .dxeSpinLargeDecButtonHover_Office365 {
    background-color: transparent !important;
}
.right-sidebar .widget-header .show-all {
    text-decoration: none !important;
}

.file-type i {
    float: left;
    padding: 20px;
    font-size: 24px;
    background-color: transparent !important; 
    color: #fff;
    border-right: 1px solid #cedfe9 !important;
}
.file-type {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0 !important; 
    display: inline-block;
    vertical-align: middle;
    border: 0 !important;
    background: #fff;
}

.headerPanel {
    border-bottom: 1px solid rgb(224, 223, 223);
    padding: 0.8vw 1.2vw;
    font-weight: 480 !important;
    line-height: 1.2;
    color: #666 !important;
    font-size: 14px;
    background-color: #fbfbfb;
    border-top-left-radius: 0.5vw;
    border-top-right-radius: 0.5vw
}

.bodyPanel {
    padding: 1.2vw;
    background-color: white;
    border-bottom-left-radius: 0.5vw;
    border-bottom-right-radius: 0.5vw;
    padding: 0.3vw;
}

.app-wrapper, .app-main {
    display: flex;
    flex-direction: column;
    min-height: 92vh;
}

.padding1vw{
    padding:1vw;
}
.dxpcLite_Office365 .dxpc-content, .dxdpLite_Office365 .dxpc-content {
    padding: 1vw !important;
}

.notificacao-selecionada {
    background-color: #f9f9f9 !important ; 
    transition: background-color 0.3s ease, border-left 0.3s ease;
}

#ListaNotificacoes .notificacao-selecionada {
    background-color: #f9f9f9 !important;
    border-radius: 6px;
    transition: all 0.25s ease-in-out;
}

    #ListaNotificacoes .notificacao-selecionada * {
        color: #2b2b2b !important; /* texto mais escuro para destacar */
    }


.accordion-button {
    background-color: transparent !important;
    color: #717d84 !important;
    font-size:14px !important;
}

.accordion-body {
    padding: 5px;
    background-color:white !important
}
.pdGridDev {
    padding: 1vw;
}

input[type=text]:enabled, textarea:enabled {
    background: #FFFFFF;
    cursor: auto;
    color: #808080;
}

input[type=text]:disabled, textarea:disabled {
    background: #E8E8E8;
    cursor: not-allowed;
    color: #808080;
}

.contentMenuPopupCard {
    padding: 1.2vw !important;
}

.hItens {
    height: 3.9vw;
}