:root {
    --header-height: 60px;
    --header-width: 240px;
    --logo-width: 240px;
    --logo-height: 60px;
    --border-color: #FFFFFF;

    /* --logomarca-url: url('../img/logow.png'); */
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 13px;
  height: 13px;
  background: #00efd7;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.borda, .borda-red {
    border: solid 1px red;
}

.borda-blue {
    border: solid 1px blue;
}

.borda-green {
    border: solid 1px green;
}

.borda-yellow {
    border: solid 1px yellow;
}
.borda-black {
    border: solid 1px black;
}

.bg, .bg-red {
    background-color: red;
}
.bg-blue {
    background-color: blue;
}
.bg-green {
    background-color: green;
}
.bg-yellow {
    background-color: yellow;
}
.bg-black {
    background-color: black;
}


  
.botaoAlerta{
    border: none;
    background: #FFFFFF;
    color: #f24a39;
    font-weight: 600;
    font-size: 12px;
    width: 50px;
    height: 35px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }

.fundoAlertas{
  left: 0;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999999999999999;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff85;
}

.bolaSignatario{
    background-color: rgb(145, 168, 209);
    top: 50%;
    left: 0px;
    position: relative;
    transform: translate(0px, -50%);
    min-width: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.textoSucesso{
    color: #FFFFFF !important;
    margin-bottom: 0px;
    width: 100%;
    top: 50%;
    left: 0;
    position: relative;
    transform: translate(0px, -50%);
    height: fit-content;
  }
  
  .textoErro{
    color: #FFFFFF !important;
    margin-bottom: 0px;
    width: 100%;
    top: 50%;
    left: 0;
    position: relative;
    transform: translate(0px, -50%);
    height: fit-content;
  }

.localBotoesAlerta{
    display: flex;
    flex-direction: row;
    gap: 0px;
  }

.localBotoesEdicao{
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: -41px;
    background: none;
    margin-bottom: 20px;
}

.caixaErrorNegocio{
    width: 350px !important;
    text-align: center;
    /* height: 300px; */
  
    box-shadow: 1px 1px 11px 1px #cccccc;
    border-radius: 5px;
    /* border: 4px solid var(--primary-color); */
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .textoErroNegocial{
    font-weight: 600;
    margin-bottom: 20px;
    color: #ff4f4f;
    font-size: 14px;
  }


.infoNumeroPaginas{
    margin-right: 12px;
    padding-top: 1px;
    color: #191919;
    width: fit-content;
    max-height: 21px;
    padding-left: 12px;
    padding-right: 8px;
    margin-left: 5px;
    font-weight: 800;
    font-size: 14px;
    border-left: 1px solid #bbbbbb;
}

.nomeArquivoUpload{
    padding-top: 7px;
    font-size: 11px;
    text-align: left;
    font-weight: 600;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: -3px;

}

.lbArquivoUpload{
    padding-top: 4px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 10px;
    color: #959696;
}

.botaoVoltar{
    font-size: 20px;
    width: 40px;
    max-width: 40px;
    min-width: 40px !important;
    margin-top: -2px;
    margin-left: 10px;
}

.labelQtdResumo{
    text-transform: uppercase;
    font-size: 12px;
}
.bolaQtdResumo{
    margin-top: 0 !important;
    background-color: #ffffff !important;
    color: #19222f !important;
}

.labelResumo{
    background-color: #191919;
    width: fit-content;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    border-radius: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: auto;
    border: 6px solid #191919;
    margin-top: -25px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: -10px;
}

button:focus {
    outline: none !important;
}

.localListaSignatarios{
    transition: 0.2s linear;
}

.botaoDiminuir{
    border: none;
    background: none;
    font-size: 15px;
    margin-top: -13px;
    margin-right: 5px;
}

.botaoDiminuir:enabled:hover{
    color: var(--secondary-color);
}

.dropdown-menu>li>a {
    font-size: 13px;
    font-weight: 700;
    color: #6d6d6d !important;
}

  .tooltip-inner {
    font-size: 12px;
    padding: 5px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    text-align: left;
    color: white !important;
  }

.textoTituloLogin{
    display: block;
}

.telaAlertaLogin{
    width: 50%;
    background-color: #1b242f !important;
}

.logoLogin{
    display: none;
}

.logoMobile{
    display: none !important;
}

.imgBg{
    display: block !important;
}

.localBotaoAssinarBottomMobile{
    display: none;
}

.headerOpcoes{
    font-size: 15px;
    height: 56px;
    color: #3c3c3c;
    font-weight: 600;
    padding-top: 14px;
    text-align: center;
    min-height: 41px;
    border-bottom: 1px solid #d8d8d8;
}

.caixaListaSignatario{
    position: fixed;
    margin: 0px 0px 10px;
    overflow: auto;
    background-color: white;
    width: 350px;
    z-index: 9999999;
    top: 158px;
    left: 10px;
    padding: 10px;
    box-shadow: 1px 1px 6px 0px #4a4a4a;
    border-radius: 3px;
}

.telaEsqueciSenha{
    width: fit-content;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    background-color: #1b242f !important;

}

.selecioneDestinatarioCombo{
    background-color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0px;
    padding-left: 5px;
    overflow: hidden;
    height: 50px;
    outline: none;
    padding-top: 5px;
}

.selecioneDestinatarioCombo:hover{
    background-color: #efeeee;
}

.fundoListaDestinatario{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    cursor: default;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 4px;
    cursor: pointer;
    font-size: 13px;
}
.botaoAdd:disabled{
    opacity: 0.5;
}

.botaoAdd{
    height: 40px;
    border: 0px solid #FFFFFF;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 120px;
    background: none;
    color: var(--secondary-color);

    margin: 13px;
    margin-left: 0px;
    border-radius: 0;
    width: 40px;
    min-width: 71px;
    height: 60px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 25px;
    padding-left: 22px;
    border-bottom: 0px;
    border-left: 0;
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.logoMenuFechado{
    width: 78px;
    overflow: hidden;
    margin-left: -20px;
}

.logoAppMobile{
    display: none !important;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: var(--secondary-color);
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}

.driver-highlighted-element-stage
{
    opacity: 0 !important;
}

div.tituloApp {
    font-size: 23px;
    font-weight: 600;
    text-align: right;
    padding-top: 15px;
    padding-right: 25px;
}

div#driver-popover-item {
    background: #19222f;
    min-width: 300px;
    z-index: 9999999999;
}

div#driver-popover-item .driver-popover-title
{
    color: var(--secondary-color);
}

div#driver-popover-item .driver-popover-footer .driver-close-btn-top-right {
    font-size: 20px;
    color: var(--secondary-color);
}

div#driver-popover-item .driver-popover-footer .driver-close-btn-top-right:hover {
    color: aliceblue;
}

div#driver-popover-item .driver-popover-footer button.driver-disabled {
    color: #5d9c96;
}

div#driver-highlighted-element-stage{
    z-index: 9999999999 !important;
}

.driver-popover-description{
    color: #FFFFFF  !important;
    font-weight: 700  !important;
    font-size: 12px  !important;
    margin-bottom: 16px  !important;
    margin: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: pre-line;
}

div#driver-popover-item .driver-popover-tip.top {
    border-color: transparent transparent #19222f;
}

div#driver-popover-item .driver-popover-tip.left {
    border-color: transparent #19222f transparent transparent;
}

div#driver-popover-item .driver-popover-tip.bottom {
    border-color: #19222f transparent transparent;
}

div#driver-popover-item .driver-popover-tip.top.position-right {
    border-color: transparent transparent #19222f;
}

div#driver-popover-item .driver-popover-tip.right {
    border-color: transparent transparent transparent #19222f;
}

div#driver-popover-item .driver-popover-footer button{
    border: none;
    background-color: var(--secondary-color);
    text-shadow: none;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px;
    margin: 2px;
}


button{
    outline: none;
}
.botoesMobileEditor{
    display: none;
}

.botaoFecharOpcao{
    display: none;
}

.logoLogin{
    width: 230px;
    margin: auto;
    display: block;
    margin-top: 20px !important;
    margin-left: 10px;
    margin-bottom: -20px !important;
}

.logoApp{
    height: var(--logo-height);
    max-height: var(--header-height);
    width: 230px;
    margin: auto;
    display: block;
    margin-top: var(--logomarca-url-margin-top);
    margin-left: 10px;
    margin-bottom: -20px !important;
    background-size: var(--logomarca-url-bg-size-width) var(--logomarca-url-bg-size-height);
    background-image: var(--logomarca-url);
    background-repeat: no-repeat;
    outline: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border: 0;
    border-radius: 0;
    background: #f9f9f9;
}

.card .card-header {
    border: 0;
    padding: 3rem 0;
    font-weight: 100;
    color: #969696;
}

body{
    font-family:  'Roboto', sans-serif !important;
    font-size: 13px !important;
}

html{
    overflow: hidden;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.headerListaEdicao{
    height: 40px;
    background-color: #000000;
    border-bottom: 1px solid #c1c1c1;
    padding-top: 12px;
    font-weight: 600;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid #c1c1c1;
    color: #FFFFFF;
}

.headerTela{
    height: 45px;
    background-color: #1a232f;
    width: 100%;
    padding-top: 6px;
    padding-left: 10px;
    font-weight: 600;
    color: #FFFFFF;
}

.cartaoIco{
    width: 45px;
}

.listagemCadastro{
    background-color: #FFFFFF;

}

.botaoPagina:enabled{
    border: none;
    background-color: #d8d8d8;
}

.botaoPagina:enabled:hover{
    background-color: #9e9e9e;
}

.botaoPagina:disabled{
    border: none;
    opacity: 0.4;
    cursor: default;
    background-color: #d4d4d4;
}

.listaUsuarios{
    margin-left: 0px;
    margin-right: 0;
    height: calc(100vh - 220px);
    overflow: auto;
    padding-right: 10px;
    background-color: #f5f5f5;
    margin-top: 5px;
}

.itemListagem{
    height: 50px;
    border: 1px dashed #dadada;
    padding: 5px;
    cursor: pointer;
    margin: 5px;
    margin-left: 0;
    margin-right: 0;
    background-color: #FFFFFF;
    outline: none;
}

.purechat-branding-btn{
    display: none !important;
}

#purechat-container .purechat-launcher-frame.purechat-launcher-frame-bottom-right {
    bottom: 2px !important;
    right: 15px;
}

.purechat-launcher-image
{
    background: #3c3c3c !important;
    box-shadow: none !important;
}

.botaoReenviarEmail{
    top: 50%;
    left: 0;
    position: relative;
    transform: translate(0px, -50%);
    border: none;
    background: none;
    font-size: 14px;
}

.botaoReenviarEmail:hover{
    color: var(--secondary-color);
}

.localTituloUpload{
    text-align: left;
}

.itemListagem:hover{
    background-color: #f1f1f1;
}

.naoPossuiAssinatura{
    display: none;
}

.menuLateralEdicao{
    background-color: var(--header-color);
}

.editorDocumento{
    height: calc(100vh - 60px);
    width:  100vw;
}

.menuOpcoes{
    width:  100vw;
    background-color: var(--header-color);
}

.icoUpload{
    width: 25px;
    margin-right: 9px;
    height: 25px;
}

.itemUpload{
    height: 50px;
    padding-top: 7px;
    border-bottom: 1px dashed #3333332b;
}

.botaoInstalar{
    
}

.alertaAssinatura .botao{
    border:1px solid;
}

.botaoListaUpload{
    height: 32px;
    margin-left: 5px;
    border: 0;
    padding: 9px;
    padding-top: 5px;
    border-radius: 5px;
    background-color: #efefef;
    color: #747474;
    width: 32px;
    outline: none;
}

.botaoListaUpload:disabled{
    opacity: 0.3;
}

.botaoListaUpload:enabled:hover{
    background-color: #d4d4d4;
}

.botaoExcluirDestinatario{
    border: none;
    background: no-repeat;
    color: #636363;
    cursor: pointer;
    font-size: 22px;
    outline: none;
}

.botaoExcluirDestinatario:hover{
    color: var(--main-color);
}

.corUser{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-top: 2px;
    margin-right: 6px;
    margin-left: -5px;
    opacity: 0.6;
}

.icoUserSelec{
    padding-top: 0px;
    font-size: 15px;
    margin-right: 13px;
    color: rgb(225, 27, 34);
    margin-left: -5px;
}

.textoEnviando{
    font-size: 30px;
    font-weight: 600;
    color: var(--main-color);
}

.menuEditor{
    height: auto;
    border-right: 1px solid #c3c3c3;
}

.botaoAdicionarDestinarios{
    margin-left: 15px;
    font-size: 11px !important;
    margin-right: 15px;
}

.progress::-webkit-progress-value {
    background: var(--main-color);
}

.progress::-webkit-progress-bar {
    background-color: #FFFFFF;
}

.progressoUp::-webkit-progress-value {
    background: var(--main-color);
}

.progressoUp::-webkit-progress-bar {
    background-color: #f7f7f7;
}

.progressoResumo::-webkit-progress-value {
    background: var(--secondary-color);
}

.progressoResumo::-webkit-progress-bar {
    background-color: dimgrey;
}

  
.botaLimparFiltro{
    margin-left: -37px;
    border: none;
    background: none;
    margin-top: 2px;
    height: 45px;
    margin-right: 8px;
    outline: none !important;
    color: #3d4040;
    padding-top: 4px;
  }

.caixaNovo{
    color: #var(--main-color);
    background-color: var(--secondary-color);
    font-size: 11px;
    font-weight: 600;
    padding: 6px;
    height: 30px;
    transform: rotate(37deg);
    position: relative;
    top: -81px;
    left: 60px;
    margin-left: -94px;
    width: 133px;
    text-align: center;
    box-shadow: 1px 4px 15px -8px #000000;
    padding-top: 8px;
    padding-left: 15px;
}

.localEnviadoPara{
    height: 35px;
    background-color: #f4f0ea;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    margin-top: 14px;
    margin-left: 10px;
    border-radius: 5px;
}

.alertaDocumento{
    background-color: #56b566;
    height: 76px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    padding-top: 24px;
    position: absolute;
    width: 100%;
    z-index: 99999;
    box-shadow: 11px 22px 34px -15px #3e3e3e;
    font-size: 19px;
}

.detalhesAssinatura{
    position: absolute;
    background-color: aquamarine;
    padding: 13px;
    font-size: 12px;
    z-index: 9999999999;
}

.labelDetalhes
{
    margin: 3px;
    background-color: #ffffff61;
    width: fit-content;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
}

.barraAssinatura{
    min-height: -webkit-fill-available;
    width: 5px;
    position: absolute;
    margin-left: -14px;
    margin-top: -13px;
}

.icoEmailAssina{
    padding-top: 5px;
    font-size: 10px;
    position: absolute;
    margin-top: -34px !important;
    margin-left: -14px !important;
    height: 23px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
}

.tickAssinatura{
    width: 25px;
    height: 25px;
    background-color: #e11b22;
    transform: rotate(50deg);
    margin-left: -10px;
    margin-top: -15px;
    margin-bottom: -10px;
}

.botaoSelecionarAssinatura:hover{
    color: #e11b22;
    text-decoration: underline;
}

.botaoSelecionarAssinatura{
    height: 48px;
    border: 0px;
    border-radius: 5px;
    font-weight: 600;
    background-color: #eeeeee;
    color: #929292;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 6px;
    margin-right: 6px;
    outline: none;
}

.localOpcoes{
    height: 100%;
    width: 240px;
    background-color: #2f2e2e;
    border-left: 8px solid var(--border-color);
}

.dropdownLista{
    color: grey;
}

.dropdownLista:enabled:hover{
    color: #3cefd7;
}

.bolaQtdPeq{
    color: #191919;
    margin: auto;
    background-color: #ffffff;
    /* width: 20px; */
    border-radius: 20px;
    font-size: 10px;
    height: 20px;
    padding-top: 3px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
    height: 18px;
    margin-top: -1px;
    margin-left: -2px;
    font-size: 8px;
}

.bolaQtd{
    color: #191919;
    margin: auto;
    background-color: #ffffff;
    width: 20px;
    border-radius: 20px;
    font-size: 10px;
    height: 20px;
    padding-top: 3px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.botaoAdicionarDestinatario{
    width: 240px;
    margin-right: 10px;
    margin-left: 10px;
}

.botaoAssinatura:hover{
    background-color: #0000002b;
}

.botaoAssinatura{
    background-color: #eeeeee;
    border: 0;
    padding-top: 2px;
    margin-right: 6px;
    height: 60px;
    border-radius: 5px;
    width: 183px;
}

.botaoAdm{
    margin-top: -1px !important;
    height: 35px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
}

.botaoTransparente:enabled:hover{
    background: var(--secondary-color);
    color: #3c3c3c;
}

.botaoTransparente{
    height: 40px;
    border: 0px solid #FFFFFF;
    border-radius: 0px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 120px;
    font-size: 12px;
    border: 1px solid var(--secondary-color);
    background: none;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.botaoTransparente:disabled{
    opacity: 0.4;
}

.caixaTimeSelecionado{
    cursor: pointer !important;
    outline: none;
}

.caixaTimeSelecionado:hover{
    color:#FFFFFF !important;
    background-color: #242f40  !important;
}

.botao{
    background-color: var(--main-color);
    color: var(--label-color);
    height: 40px;
    border: 0px solid #FFFFFF;
    border-radius: 0px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 120px;
    font-size: 12px;
    min-height: 40px;
    text-transform: uppercase;
}

.telaInfo, .telaConfigDocument{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999;
    width: 480px;
    height: 100vh;
    background-color: #FFFFFF;
}

.localBotaoAssinarBottom{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #000000;
    padding: 10px;
}

.botaoHeaderTop{
    background: none;
    color: #FFFFFF;
    height: 40px;
    border: 0px solid #FFFFFF;
    border-radius: 5px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 120px;
    font-size: 12px;
    color: #3c3c3c;
    border-right: 1px dashed #333333;
    border-radius: 0;
    padding-right: 20px;
}

.botaoHeaderTop:enabled:hover{
    background-color: var(--secondary-color);
}

.botao:enabled:hover{
    background-color: var(--secondary-color);
}

.botaoPadrao:enabled:hover{
    background-color: var(--secondary-color);
}

.botaoPadrao:enabled{
    background-color: #0aa59d;
    color: #FFFFFF;
}

.labelRemetente{
    background-color: #ececec;
    padding: 10px;
    margin-bottom: 10px;
    color: #5f5f5f;
    font-weight: 700;
    padding-left: 20px;
}

.bolaIndice{
    width: 25px;
    height: 25px;
    border: 2px solid var(--main-color);
    position: relative;
    left: -10px;
    top: 52px;
    text-align: center;
    border-radius: 25px;
    padding-top: 0px;
    font-weight: 600;
    background-color: var(--main-color);
    color: #ffffff;
}

.localPaginasLista{
    transform-origin: 50% 0% 0px;
}

.itemContato{
    padding: 5px;
    border-bottom: 1px dashed #c3c2c2;
    padding-bottom: 12px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
}

.itemContato:hover{
    background-color: #f3f1ef !important;
    outline: none;
}

.tituloTelaTutorial{
    text-align: left;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

.botaoFecharTopTutorial{
    color: var(--secondary-color);
    font-size: 21px;
    width: 30px;
    min-width: 30px;
    margin-top: 0px;
    border: none;
    text-align: right;
    margin-bottom: 20px;
    background: none;
    cursor: pointer;
}

.botaoFecharTopTutorial:hover{
    color: #FFFFFF;
}

.textoTelaTutorial{
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.telaTutorial{
    width: 430px;
    background-color: #19222f;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    z-index: 9999999999999;
}

.fundoBloqueioTelas {
    background-color: #00000094;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 99999999999;
    left: 0;
}

.fundoBloqueioTelas .box {
    text-align: center;
    background-color: #FFFFFF;
    width: 400px;
    height: 250px;
    padding-top: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.telaExclusao{
    width: 430px;
    height: 250px;
    background-color: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    z-index: 9999999999999;
}

.telaBemVindo{
    width: 500px;
    background-color: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
}

.bannerBemVindo {
    width: 460px;
}

.bloqueioInfo{
    height: calc(100vh);
    position: fixed;
    width: 100vw;
    background-color: #2f2e2ea8;
    z-index: 99999991;
    left: 0;
    width: calc(100vw);
    top: 0;
    outline: none;
}

.campoInfo{
    font-weight: 600;
    font-size: 12px;
    word-break: break-all;
    text-align: left;
}

.campoInfoValida {
    font-weight: 600;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.labelInfo{
    font-size: 12px;
    margin-right: 7px;
}

.localInfo{
    background-color: #FFFFFF;
    z-index: 999999999;
    position: relative;
    color: #707070;
    overflow: hidden;
}

.localEdicao{
    height: 100%;
    border: 0px solid #c3c3c3;
    justify-content: space-between;
}

.botaoExcluirAssinatura{
    width: 25px;
    height: 25px;
    position: relative;
    top: -63px;
    right: -120px;
    color: #404040;
    z-index: 999999;
    cursor: pointer;
    outline: none;
}

.botaoExcluirAssinatura:hover{
    color: #FFFFFF;
}

.labelAssinatura{
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

.botaoFecharTelaDiv{
    border: 0;
    width: 23px;
    height: 23px;
    border-radius: 21px;
    margin-top: 5px;
    margin-right: 10px;
    background-color: var(--secondary-color);
    padding-left: 6px;
    color: var(--main-color);
}

.botaoFecharTelaDiv:hover{
    background-color: #d4d4d4;
}

.botaoFecharTela{
    background-color: #ffffff;
    padding-left: 6px;
    color: #616161;
    width: 40px;
    max-width: 40px;
    min-width: 40px !important;
    margin-top: 1px;
    font-size: 21px;
    border: 0;
    width: 23px;
    height: 40px;
}

.botaoFecharTela:hover{
    background-color: #d4d4d4;
}

.btn-primary-custom  {
    color: var(--success-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

 ul li {
    padding: .3rem 0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.price {
    display: flex;
    font-size: 4rem;
    align-items: center;
    justify-content: center;
}

.card .card-header {
    border: 0;
    padding: 3rem 0;
    font-weight: 100;
    color: #969696;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.btn-success-custom {
    color: #fff;
    background-color: var(--success-color);
    border-color: var(--success-color);
}

.bg-primary-custom {
    background: #00eed6;
}

.selecionePacote{
    position: absolute;
    left: 0;
    top: 0;
    background: #131313d9;
    width: 100vw;
    height: 100vh;
    z-index: 999999999;
}

.telaSelecionePacote{
    position: absolute;
    z-index: 999999;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 21px;
    width: 70%;
}

.labelCadastro{
    font-weight: 600;
    margin-bottom: 5px;
}

.labelOpcao{
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;     
}

.campoInput{
    padding: 9px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    height: 40px;
    color: #585858;
    border-radius: 0px;
    height: 40px;
    border: 1px solid rgb(142 142 142);
}

.headerTelaAssinatura{
    height: 80px;
    margin-left: 0px;
    border-bottom: 3px solid #616161;
    margin-bottom: 13px;
}

.telaMinhaAssinatura{

}

.telaUpload{

}

.caixaInformeCPF{
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000ad;
}

.caixaEdicaoCPF{
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    padding: 40px;
}

.carregandoLogin{
    position: fixed;
    background-color: var(--header-color);
    width: 100%;
    height: 100%;
    z-index: 9;
    top:0;
}

.botaoHeaderApp:disabled{
    opacity: 0.3;
}

.icoCarregando{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caixaDestinatarios{
    width: 660px;
    background-color: #FFFFFF;    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999 !important;
}

.textoAlertaAssinatura{
    text-align: right;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 23px;
    padding-top: 15px;
    margin-right: 20px;

}

.overlayTutorial{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.driver-navigation-btns{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.botaoRefreshTime{
    font-size: 17px;
    background: none;
    border: none;
}

.itemListaTime{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #d6d6d6;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    text-align: left;
}

.caixaTrocaTelefone{
    width: 100%;
    height: 100%;
    background-color: #232323d9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999999999;
}

.itemListaTime:last-child{
    border-bottom: 0px dashed #d6d6d6;
}

.itemListaTime:hover{
    background-color: #e8e8e8;
}

.botaoRemoverListaTime{
    margin-top: -2px;
    color: #5f5d5d;
    outline: none;
    border: none;
    background: none;
    font-size: 19px;
}

.botaoAceitar{
    color: #325639;
    background-color: #54bb65;
}

.botaoRemoverListaTime:hover{
    color: var(--secondary-color);
}

.itemParticipantes{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #dcdcdc;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    cursor: pointer;
}

.itemParticipantesOwner{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #dcdcdc;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    cursor: default;
}

.itemParticipantes:hover{
    background-color: #f1f1f1;
}

.caixaMinhaAssinatura{
    width: 690px;
    height: 550px;
    background-color: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    box-shadow: 1px 1px 6px 1px #333333;
    border-radius: 3px;
    padding: 10px;
    z-index:  9999999999 !important;
}


.bloqueioAssinatura{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.7;
    z-index: 999999999;
    outline: none;
    cursor: default;
    left: 0;
}


.caixaAssinado{
    background-color: #35ae68;
    height: fit-content;
    padding: 3px;
    font-size: 8px;
    border-radius: 2px;
    font-weight: 900;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 13px;
    width: fit-content;
    margin-top: 6px;
}

.icoCarregandoRegistros{
    color:#191919;
    text-align: center;
    padding: 11px;
    font-size: 26px;
}

.caixaUploadDocumento{
    width: 500px;
    height: 100%;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 1px 1px 6px 1px #333333;
    padding: 10px;
    z-index: 9999999999 !important;
}

.caixaNaoAssinado {
    background-color: #da1b1b;
    height: fit-content;
    padding: 3px;
    font-size: 8px;
    border-radius: 2px;
    font-weight: 900;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 13px;
    width: fit-content;
    margin-top: 6px;
    margin-bottom: 9px;
    margin-left: 19px;
}

.headerCertificados{
    margin-right: -20px;
    border-top: 1px dashed #ffffff33;
    padding-right: 13px;
    font-size: 15px;
    height: 56px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 16px;
    text-align: center;
    min-height: 41px;
    border-bottom: 1px dashed #ffffff33;
}

.caixaAguardando{
    background-color: #da8d1b;
    height: fit-content;
    padding: 3px;
    font-size: 8px;
    border-radius: 2px;
    font-weight: 900;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-top: 13px;
    width: fit-content;
    margin-top: 6px;
}

.comboLista{
    width: 120px;
    max-height: 40px;
}

.listaDest{
    margin-left: 20px;
}

.caixaEntrada{
    margin: auto;
}

.footer {
    background-color: var(--footer-bgcolor);
    color: var(--footer-color);
}

.bodyTop {
    background-color: #FFFFFF;    
}

.localMenuBottomEdicaoDest{
    height: 60px;
    padding-top: 10px;
    padding-right: 10px;
    position: fixed !important;
    bottom: 0;
    width: 100%;
    display: none;
    left: 0;
}


.selecioneDest{
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 190px;
    padding: 7px;
    font-weight: 600;
    border-radius: 3px;
    background-color: #ffffff;
    border: 0px;
    height: 33px;
}

.telaDestinatario{
    max-width: 480px;
    margin: auto;
    background-color: #ffffff;
    padding: 20px;
    height: calc(100vh - 0px);
}

.botaoAcaoLista{
    margin-top: -6px !important;
    border-left: 1px solid #d4d4d4 !important;
    margin-left: 5px !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}

.localOpcoes{
    height: 100%;
    width: 220px;
}

.itemDestinatarioLista{
    background-color: #FFFFFF;
    cursor: pointer;
}

.itemDestinatarioLista:last-child{
    border-bottom: 0px !important;
}

.itemDestinatarioLista:hover{
    background-color: #e6e6e6;
}

.itemDestinatario{
    background-color: #ececec;
    padding: 20px;
    margin-bottom: 5px;
    border-left: 5px solid var(--main-color);
}

.localEditor{
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
    margin-top: 10px;
    max-height: inherit;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.assinaturaTela{
    font-size: 25px;
}

.assinaturaTelaVersao{
    font-size: 25px;
}

.menuAdm{
    height: 46px;
    margin-top: 60px;
    margin-bottom: -46px;
}

.botaoMenuAdm{
    color: rgb(255, 255, 255);
    background: none;
    border: 0;
}

.botaoHeaderOpcao{
    background: none;
    border: 1px solid #d8d8d8;
    font-weight: 600;
    color: #545454;
    padding-left: 15px;
    padding-right: 15px;
    width: 110px;
    outline: none;
}

.bottomSelecionaFonte{
    margin-top: 11px;
    padding: 10px;

    margin-left: -10px;
    outline: none;
}

.selecionaTextoFonte:hover{
    background-color: #f5f5f575;
}

.listaFonte{
    overflow: auto;
}

.itemFonte{
    font-size: 25px;
    margin-left: 0px;
    background-color: #FFFFFF;
    border: 0px;
    border-bottom: 1px solid #e4e4e4;
    outline: none;
}

.selecionaTextoFonte{
    width: 620px;
    font-size: 25px;
    margin-left: 0px;
    background-color: #FFFFFF;
    border: 0px;
    border-bottom: 1px solid #e4e4e4;
    outline: none
}

.botaoAnterior{
    border: none;
    background-color: #19222f;
    color: var(--secondary-color);
    font-size: 10px;
    width: 25px;
    border-radius: 3px;
    height: 25px;
}

.botaoAnterior:enabled:hover{
    color: #FFFFFF;
}

.botaoAnterior:disabled{
    opacity: 0.3;
}

.botaoProximo{
    border: none;
    background-color: #19222f;
    color: var(--secondary-color);
    font-size: 10px;
    width: 25px;
    border-radius: 3px;
    height: 25px;
}

.botaoProximo:enabled:hover{
    color: #FFFFFF;
}

.botaoProximo:disabled{
    opacity: 0.3;
}

.localSelecionaTextoFonte{
    width: 620px;
    font-size: 25px;
    margin-left: 0px;
    background-color: #FFFFFF;
    border: 0px;
    border-bottom: 1px solid #e4e4e4;
    outline: none
}

.telaEditor{
    height: 100%;
    width: 100vw;
}

.headerApp{
    height: var(--header-height);
    border-bottom: 1px solid #000000;
    background-color: var(--header-color) !important;
    color: #ffffff !important;
}

.botaoVerPDF{
    border: 0;
    width: 46px;
    background-color: #d6d6d65c;
    font-size: 20px;
    color: #707070;
}

.botaoVerPDF:hover{
    background-color: #d6d6d6;
}

.itemVersao{
    background-color: #ffffff;
    height: 120px;
    padding: 10px;
    margin-bottom: 5px;
}

.listaVersao{
    z-index: 999999999;
    position: relative;
    padding-bottom: 4px;
}

button:focus {
    outline:none !important;
    box-shadow: none !important;
}

.botaoHeader:disabled{
    opacity: 0.3;
}

.botaoHeader:enabled:hover{
    color: var(--secondary-color)   !important;
}

.textoTelaOpcoes{
    margin-top: 10px;
    margin-left: 11px;
    margin-right: 8px;
    border-left: 1px solid #bdbdbd;
    margin-top: -10px;
    height: 46px;
    padding-top: 12px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.botaoMenuOpcaoSelecionado{
    background-color: #212121;
    border-bottom: 1px solid var(--secondary-color);
    border-top: 1px solid var(--secondary-color);
    border-left: #272e3a;
    border-right: 0px solid var(--secondary-color);
    display: flex !important;
    padding-left: 25px;
    height: 60px;
    font-weight: 700;
    outline: none !important;
    text-transform: uppercase;
    padding-top: 18px;
    color: var(--secondary-color);
}

.valorDataLista{
    max-height: 17px;
    margin-top: 3px;
}

.botaoHeader{
    border: 0px;
    color: #3d3d3c !important;
    font-size: 25px !important;
    margin-top: 0px !important;
    outline: none !important;
    background-color: #e0e0e000 !important;
}

.carregando{
    display: block;
    width: 100vw;
    background-color: var(--header-color);
    position: fixed !important;
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 9999999999999999999999999999999999999999999999999999;
}

.progressoUpload{
    margin: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 19px;
    margin-top: 6px;
    height: 7px !important;
    border-radius: 0px;
}

.localMeuPlano{
    outline: none;
}

.localMeuPlano:hover{
    background-color: #484545 !important;
}

.fundoCamposPlano{
    color: #636363;
    background-color: #FFFFFF;
    width: fit-content;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.botaoNomeDocumento, .botaoAlterarDataLimite{
    cursor: pointer;
}

.botaoNomeDocumento:hover, .botaoAlterarDataLimite:hover{
    background-color: #c3c3c3;
    border-radius: 5px;
}

.caixaTimes{
    width: 500px;
    height: 100%;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 1px 1px 6px 1px #333333;
    border-radius: 3px;
    padding: 10px;
    z-index: 9999999999 !important;
}

.caixaTelaTimes{
    min-height: 140px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.caixaUpload{
    min-height: 140px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.scroll::-webkit-scrollbar {
	width: 8px;
    background-color: #F5F5F5;
    height: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #837d7d;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.botao:disabled{
    opacity: 0.4;
}

.qtdAssinaturaLista{
    font-weight: 600;
    margin-right: 3px;
    color: #ffffff;
    width: 19px;
    background-color: #d03f13;
    font-size: 12px;
    text-align: center;
    margin-left: 3px;
    height: 20px;
    margin-top: 11px;
    padding-top: 2px;
    border-radius: 19px;
}

.itemLista{
    text-align: left;
    background-color: #191919;
    border: 0px;
    height: 45px;
    border-bottom: 1px dashed #616060;;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    color: white;
}

.itemLista:hover{
    background-color: #3c3c3c;
}

.itemLista:last-child{
    border-bottom: 0px dashed #616060;;
}

.overflowVisible{
    overflow:visible !important;
}

.headerPagina{
    height: 49px;
    max-height: 49px !important;
    min-height: 49px !important;
    background-color: #2f2e2e;
    border-bottom: 1px solid #bfbfbf;
    color: #FFFFFF;
}

.labelMenuOp{
    font-size: 11px;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 8px;
    text-transform: uppercase;
}

.botaoEditarOpt{
    background: none;
    border: none;
    margin-top: -10px;
    margin-right: 15px;
    outline: none;
}

.botaoEditarOpt:hover{
    color: #ff3a41cf;
}

.pagina{
    background-color: #FFFFFF;
    margin: auto;
    margin-bottom: 50px;
}

.paginaThumb{
    background-color: #FFFFFF;
    margin: auto;
    margin-bottom: 30px;
    outline: none;
}

.paginaThumb:hover{
    border: 1px dashed #656565;
}

.localPaginas{
    overflow: auto;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 0px;    
    margin-bottom: 0px;
}
.botaoMenu:enabled:hover{
    background-color: #c3b7a7;
}

.telaLogin{
    /*
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border: 1px solid #a2a2a2;
*/

    top: 0;
    left: 0;
    position: fixed;
    background-color: #FFFFFF;
    width: 100vw;
    height: 100vh;
}

.localUploadAssinatura{
    flex: 1;
    border: 1px dashed rgb(191, 191, 191);
}

.erroGeral{
    position: fixed;
    top: 0;
    width: 100vw;
    min-height: 70px;
    background-color: #e41313;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99999999999;
}

.botaoMenuSelecionado{
    background-color: #212121;
    border-bottom: 1px solid var(--secondary-color);
    border-top: 1px solid var(--secondary-color);
    border-left: #272e3a;
    border-right: 0px solid var(--secondary-color);
    display: flex !important;
    padding-left: 25px;
    height: 60px;
    color: #FFFFFF;
    font-weight: 700;
    outline: none !important;
    text-transform: uppercase;
    padding-top: 10px;
}

.localGrid{
    max-height: calc(100vh - 234px);
    overflow: hidden;
    min-height: calc(100vh - 234px);
}

.fontBold{
    font-weight: bold;
}

.botaoMenu{
    font-size: 13px;
    font-weight: 600;
    background:none;
    border: 0;
    padding: 6px;
    color: #FFFFFF;
    outline: none;
    padding-left: 25px;
    height: 60px;
    text-transform: uppercase;
    padding-top: 10px;
}

.textoHeader{
    font-weight: 600;
    padding-top: 13px;
    padding-left: 10px;
    font-size: 15px;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    text-transform: uppercase;
    color: #ffffff;
}


.menuCaixa{
    background-color: var(--header-color);
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999;
    border-right: 1px solid #ffffff45;
}

.headerGrid{
    height: 50px;
    max-height: 50px;
    background-color: val(--secondary-color);
    border-bottom: 1px solid #c1c1c1;
    
}

.botaoFiltro{
    font-weight: 600;
    background-color: #d4d4d4;
    border: 0px;
    margin-right: 12px;
}

.caixaErroTela{
    height: calc(100vh - 60px);
    z-index: 999999999;
    position: fixed;
    background-color: white;
    width: 100vw;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    padding-top: 30px;
    color: #707070;
}

.campoPesquisar{
    margin-top: 5px;
    margin-right: 5px;
    width: 260px;
    color: #292929;
}
.bloqBotao{
    width: 100%;
    height: 100%;
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99999;
}

.headerLista{
    height: 40px;
    background-color: #000000;
    border-bottom: 1px solid #c1c1c1;
    padding-top: 12px;
    font-weight: 600;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFFFFF;
    display: none;
}

.nomeDocumentoLista{
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #212529;
}

.enviadoParaCla{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5f5b5b;
}

.numeroPagina{
    text-align: right;
    margin-right: 5px;
    margin-top: 3px;
    font-size: 10px;
    font-weight: 700;
    color: #655d55;
}

.itemCaixa:hover{
    background-color: #f9f9f9;
}

.itemCaixa{
    background-color: #FFFFFF;
    padding: 15px;
    border: 1px dashed #e4e4e4;
    overflow: hidden;
    min-height: 130px;
    margin-bottom: 0px;
    margin-right: 10px;
    outline: none;
    border-radius: 0px;
    border-left: none;
    border-right: none;
    max-height: 130px;
}

.itemCaixa:last-child{
    margin-bottom: 0px;
}

.itemCaixa:first-child{
    margin-top: 0px;
    border-top: none;
}

.botaoHeaderApp{
    border: 0;
    font-size: 32px;
    margin-right: 10px;
    background: none;
    outline: none;
}

.botaoHeaderApp:enabled:hover{
    color: var(--secondary-color) !important;
}

.caixaDocumentoAssinado, .caixaDocumentoExpirado {
    background-color: #35ae68;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.caixaDocumentoExpirado {
    background-color: var(--red);
}

.opcaoSelecionadaHeader{
    margin-top: 0px;
    border-bottom: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}

.opcaoNaoSelecionadaHeader{
    color: #9a9a9a;
    margin-top: 4px;
}

.itemAssinarAssinatura:hover{
    border: 1px dashed #cccccc;
    border-radius: 3px;
}

.itemAssinarAssinatura{
    border: 0;
    box-shadow: none !important;
    background-color: inherit !important;
    width: fit-content !important;
  /*  height: 80px !important;*/
    position: absolute !important;
    display: none;
    padding: 14px !important;
    text-align: center !important;
    margin-top: 2px !important;
    cursor: pointer;
    outline: none !important;
}

.botaoMenu:enabled:hover{
    background-color: #ffffff40 !important;
    border: 0px dashed #333333 !important;
    border-radius: 0px !important;
}

.campoEdicao{
    width: 100%;
    height: 34px;
    border-radius: 4px;
    flex: 1 1 0%;
    border: 1px solid rgb(51, 51, 51);
    margin-right: 20px;
    padding: 9px;
}

.itemAssinarInicial:hover{
    border: 1px dashed #cccccc ;
    border-radius: 3px;
}

.itemAssinarInicial{
    outline: none;
    border: 0 !important;
    background-color: #E1B80D;
    width: 62px !important;
    height: 80px;
    position: absolute;
    display: none;
    padding: 14px;
    text-align: center;
    margin-top: 2px;
    cursor: pointer;
    box-shadow: 2px 2px 4px #564c4c;
    border-radius: 0px;
}

.itemAssinar{
    outline: none;
    border: 0 !important;
    background-color: #E1B80D;
    width: 160px;
    height: 80px;
    position: absolute;
    display: none;
    padding: 14px;
    text-align: center;
    margin-top: 2px;
    cursor: pointer;
    box-shadow: 2px 2px 4px #564c4c;
    border-radius: 0px;
}

.botaoMenu{
    display: flex !important;
    position: inherit;
}

.icoAssinar{
    font-size: 30px !important; 
}
.labelAssinar{
    font-weight: 800;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-top: -6px;
    font-size: 10px;
}

.naoPossuiAssinatura{
    position: absolute;
    z-index: 99999999999;
    width: 100vw;
    height: 100vh;
    background-color: white;
}

.labelBotaoOpcao{
    font-size: 11px;
}

.botaoMenuOpcao{
    font-size: 13px;
    font-weight: 600;
    background: none;
    border: 0;
    padding: 6px;
    color: #FFFFFF;
    outline: none;
    padding-left: 20px;
    display: flex !important;
    position: inherit;
    height: 60px;
    outline: none !important;
    padding-top: 15px;
}

.icoOpcao{
    margin-right: 4px;
    color: #e11b229c;
}

.botaoMenuOpcao:hover{
    background-color: #ffffff40 !important;
}

.caixaConfirmaAssinatura{
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9999999999;
    height: 100vh;
    background-color: white;
    width: 100vw;
}

.caixaConfirmaCancelamento{
    position: absolute;
    right: 20px;
    top: 60px;
    z-index: 9999999999;
    height: 390px;
    background-color: white;
    width: 660px;
}

.bloqueioOpcoes, .bloqueioADM{
    position: fixed;
    top: 60px;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.7;
    z-index: 999999999;     
}

.classeCarregando{
    display: block;
    z-index: 9999999999999999;
    position: fixed;
    background-color: var(--header-color);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
.telaErroPagamento{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    margin-left: -21px;
    margin-top: -21px;
    padding: 20px;
}

.campoInputPagamento{
    margin-bottom: 7px;
}

.itemAssinar:hover{
    background-color: #a9b0bd !important;
}
.caixaMenuOpcoes{
    background-color: #f5f5f5;
    top: 60px;
    border-radius: 0;

    z-index: 999999999;
    display: block;
    position: fixed;
    left: 0;
    width: 100vw;
    height: calc(100% - 60px);
}

.caixaMenuADM{
    width: 660px;
    height: 500px;
    background-color: #f5f5f5;
    position: absolute;
    top: 60px;
    right: 20px;
    /* transform: translate(-50%, -50%); */
    /* box-shadow: 1px 1px 6px 1px #333333; */
    border-radius: 0;
    padding: 10px;
    z-index: 999999999;
}

.imgBg{
    display: none;
}

.botaoNovoGd{
    
}

.botaoNovoPq{
    display: none !important;
}

.mostraCelular{
    display: none !important;
}

.botaoFecharOpcao{
    display: none;
}

.localOpcoesMobile{
    display: none;
}

.telasLogin{
    background-color: #FFFFFF;
}

.localPesquisa{
    font-size: 15px;
}

.janelacertificado div {
    text-align: left;
    margin-left: 15px;
    margin-bottom: 0px;
}
.janelacertificado .labelOpcao {
    margin-bottom: 0px
}

.labelerro {
    color: var(--alert-color);
    font-weight: 600; 
}

.error-feedback{
    color: rgb(221,44,0);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
}

.telaPagamentoPacote{
    width: 80%;
    height: 80%;
    overflow: hidden;
    background-color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 21px;
}

.logoLogin{
    content: var(--logomarca-url);
    
    margin: auto;
    margin-top: 50px;
    margin-left: 30px;
}



.logomarca{
    content: var(--logomarca-url);
}

.corpobox {
    height:100%;
    position: fixed;
    margin-top: var(--header-height);    
    width: 100vw;
}

.localGridCaixa > div {
    color: #ffffff;
}

.localGridCaixa > div > button {
    color: var(--label-color);
}

.localBotoesDocumento {
    background-color: #212529;
}

.localInformacoes {
    width: 100%; 
    text-align: center;
    font-weight: 600; 
    display: block;
    font-size: 26px;
    margin-top: 10px;
}

.campoInfo .labelErro {
    color: var(--danger);
}

.detalhesDocumento {
    max-width: 90%;
}

.logoEmpresa{
    content: var(--logomarca-url);
}

.logoEmpresaDossie{
    content: var(--logodossie-url);
}