:root {
    --cor_fundo:white;
    --cor_tinta:#485fc7;
    --cor_icone:#485fc7;
    --radio-border-color: #8b8c89;
    --radio-checked-color: #485fc7;
    --radio-hover-color: #a3cef1;
    --radio-disabled-bg-color: #d9d9d9;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);   
}
.disable-select {
    user-select: none;
    /* standard */
    -moz-user-select: none;
    /* firefox specific */
    -webkit-user-select: none;
    /* Chrome, Opera and Safari*/
    -ms-user-select: none;
    /* IE, ms-edge */
}
div,img {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
  }
  
  @-moz-document url-prefix() { /* Disable scrollbar Firefox */
    html{
      scrollbar-width: none;
    }
  }
  
.scrollbar {
    height:100%;
    overflow: auto;
    padding: 0 10px;
}
.scrollbar1::-webkit-scrollbar {
    width: 10px;
}

.scrollbar1::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

.scrollbar1::-webkit-scrollbar-thumb {
    border-radius: 8px;
  border: 3px solid transparent;
   background-clip: content-box;
    background-color: #d55959;
}

a {
    color:var(--cor_tinta);
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    color:var(--cor_tinta);
    font-weight: bold;
    text-decoration: underline;
}

a:visited {
    color:var(--cor_tinta);
    font-weight: normal;
    text-decoration: underline;
}

.msg {
    color:brown;
    height:1rem;
}
.doTilt {
    animation: tilt-shaking 0.15s infinite;
}

@keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
  }
 
.is-sticky {
    position:sticky;
    top:0;
    align-self: flex-start;
    z-index:2;
}

.shadow {
    box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.2), 0px 0px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow-right-bottom {
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}
.shadow-bottom {
    box-shadow: 5px 15px 7px -11px rgba(0,0,0,0.15);
}

.shadow-material {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12),
            0px 1px 2px 0px rgba(0, 0, 0, 0.24);
}
.shadow-right {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    
}
.is-fab {
    color:#485fc7;
    cursor:pointer;
    position: fixed;
    right: 1rem;
    bottom: 2.5rem;
}

.input-deleted {
	text-decoration: line-through;	
	background:#ccc;
	color: brown;
}

.eletroPainel {
    display:none;
    transition: height 1s ease-in;
    -webkit-transition: height 1s ease-in;
    -moz-transition: height 1s ease-in;
    overflow: hidden;
}


.selectDisabled {
    
    pointer-events: none;
    touch-action: none;
}

.valor_hidden {
    opacity: 0;

    
}

body {
-webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
        text-size-adjust: none;
}

input[type="radio"][disabled]+label {
    color: black';
}

input[type="radio"] {
    position:relative;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    top:2px;
    padding: 0;
    border: 2px solid var(--radio-border-color);
    border-radius: 50%;
    appearance: none;
    background-color: transparent;
    outline: none;
}
input[type="radio"]:not(:disabled):checked {
    border-color: var(--radio-checked-color);
    background-color: var(--radio-checked-color);
    background-clip: content-box;
    padding: 1.5px;
    background-image: radial-gradient(circle,
            var(--radio-checked-color) 0%,
            var(--radio-checked-color) 50%,
            transparent 60%,
            transparent 100%);
}
input[type="radio"]:disabled {
    background-color: var(--radio-checked-bg-color);
}

input[type="radio"]:disabled:checked {
    background-image: radial-gradient(circle,
            var(--radio-checked-color) 0%,
            var(--radio-checked-color) 50%,
            transparent 50%,
            transparent 100%);
}

.ui-datepicker {
    z-index: 9 !important;
    /* Defina o z-index desejado */
}

#barra_menu {
    
    display: inline-block;
    position: fixed;
    top: 2.9rem;
    right: 0.5rem;
    width: 14rem;
    width:0rem;
    background: #3E8ED0;
    color:white;
    height: calc((100vh - 3rem));
    z-index: 11;
    transition: all 0.2s;
    box-shadow: -13px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-top-left-radius:5px;
    overflow:hidden;
}
#barra_menu .menu_item {
    margin-left:0.5rem;
    font-weight:bold; 
    cursor:pointer;
    position:relative;
    padding:0.25rem 0 0.25rem 0;
    overflow:hidden;
    
}

.no-scroll {
    /*position: fixed;*/
    overflow: hidden;
}


 @media screen and (max-width: 768px) {
     .centered-mobile {
         display: flex;
         justify-content: center;
     }
 }

  .checkbox_barra_ferramentas {
      position: relative;
      width: 20px;
      height: 20px;
      appearance: none;
      background-color: white;
      color:white;
      border-radius: 4px;
      cursor: pointer;
  }
  .checkbox_barra_ferramentas:hover {
      color: white;
      /* Borda do checkbox selecionado */
  }
  .checkbox_barra_ferramentas:checked {
      background-color: white;
      /* Cor de fundo quando selecionado */
      border: 2px solid white;;
      /* Borda do checkbox selecionado */
  }

.cpr_row {
    overflow: hidden;
    /* Necessário para ocultar o conteúdo ao colapsar */
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    max-height: 100vh;
    /* Ajuste conforme necessário */
    opacity: 1;
}

.cpr_row_hidden {
    max-height: 0;
    opacity: 0;
    /* Remove a borda quando oculto */
}

.is-centered-vertically {
    display: flex;
    align-items: center;
    
}
.mapa_container {
    position: relative;
    width: 100%;
    height: 500px;
    /* Altura inicial do mapa */
    transition: all 0.3s ease;
    /* Transição suave */
}
.mapa_container.fullscreen {
    position: fixed;
    /* Fixar na tela */
    top: 0;
    left: 0;
    width: 100vw;
 
    /* Largura da viewport */
    height: 100vh;
    /* Altura da viewport */
    z-index: 999;
    /* Colocar acima de outros elementos */
}