:root {
    --btn-black: ;
}

.btn-gid1:hover{
    color: #26E2F8;
}

.card-gid{
     background-color: #FEFEFE;
     border: 1px solid #26E2F8;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.activeMenu{
    background-color: rgb(47, 47, 47);
    border-radius: 5px;
    color: white;
    border-right: 5px solid #26E2F8;
    font-size: 12px;
}

.activeMenu:visited{
    color: white;
}


.activeMenu:hover{
    color: #26E2F8;
    border-right: 15px solid #26E2F8;
    transition: 0.5s;
}


.inactiveMenu{
    color: black;
    font-size: 12px;

}

.inactiveMenu:visited{
    color: black;
}

.inactiveMenu:hover{
    background-color: rgb(225, 225, 225);
    border-radius: 5px;
    transition: 0.5s;
    color: black;
}

.navbar{
    margin: 0;
    padding: 5px;
    z-index: 5;
}

 /* Estilos personalizados */
 .sidebar {
    background-color: #f8f9fa;
  }

  .content {
    margin-top: 20px;
  }

  @media (max-width: 767px) {

    /* Esconder o menu lateral em dispositivos móveis */
    .sidebar {
      display: none;
    }
  }

.content{
    color: rgb(47, 47, 47);
    background-color: #FEFEFE;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 5px;
    padding: 10px;
}

.btn:hover{
    border-bottom: 1px solid #26E2F8;
    background-color: rgb(47, 47, 47);
    color: white;
    transition: 0.5s;
}

.btn{

}

.table{
    font-size: 13px;
}

.table tbody tr td{
    padding: 3px 5px;
}
.rowColaborador{
    width: 60px;
}

.rowColaborador img{
    width: 40px;;
    border-radius: 50%;
}

.rowEmpresa{
    width: 60px;
}

.rowEmpresa img{
    width: 40px;;
}


.table-wrapper {
  height: calc(100vh - 205px);
  overflow-y: scroll;
}

.table-wrapper-docs{
    height: calc(100vh - 205px);
  overflow-y: scroll;
}

.table thead th {
  position: sticky;
  top: 0;
  background-color: white;
}



.btn2{
    border: none;
    background-color: transparent;
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 5px;
}

.btn2:hover{
   background-color: #f0f0f0;
   border-bottom: 3px solid #26E2F8;
   transition: 0.5s;
}

.btn3{
    border: none;
    background-color: #ffeded;
    padding: 5px;
    height: 30px;
    width: 30px;
    border-radius: 5px;
}

.btn3:hover{
   background-color: #f0f0f0;
   border-bottom: 3px solid #f97171;
   transition: 0.5s;
}

.btn4{
    border: none;
    background-color: transparent;
    padding: 0 10px;
    height: 40px;
    width: auto;
    border-radius: 5px;
    border-bottom: 1px solid goldenrod;
}

.btn4:hover{
    background-color: #fffebf;
    transition: 0.5s;
 }

 .btn5{
    border: none;
    background-color: transparent;
    padding: 0 10px;
    height: 40px;
    width: auto;
    border-radius: 5px;
    border-bottom: 1px solid #26E2F8;
}

.btn5:hover{
    background-color: #d0faff;
    transition: 0.5s;
 }

 .btn6{
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    background-color: transparent;
    color: #767676;
    margin-left: 8px;
 }
 .btn6:hover{
    color: black;
 }

 .btn10{
    width: 9rem;
    height: 9rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;

}

.btn10:hover i{
    transform: rotate(5deg);
    transform: scale(1.2);
}

@media only screen and (max-width: 600px){
 .btn10{
    width: calc(50% - 5px);

}
}

  .btn10 i{
    font-size: 50px;
 }


 .card{
    box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.33);
    border: 1px solid rgba(47, 47, 47, 0.23);
 }

 .opcdocs i{
    margin: 0 5px;
 }

 .tbfichaepi tbody{
    font-size: 9px;
 }

 .tbdocs tbody{
    font-size: 10px;
 }

 .custom-radio-red:checked{
    background-color: red;
    border-color: red;
 }

 .modal-doc{
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(80, 240, 255, 0.621), 0px 0px 100px 100px rgba(151, 151, 151, 0.4);
 }

 .step {
    display: none;
  }
  
  .step.activet {
    display: block;
  }
  
  #progress-bar {
    width: 100%;
    background-color: rgb(47, 47, 47);
  }
  
  #progress-bar div {
    height: 5px;
    background-color: #26E2F8;
    width: 0%;
  }

  .list-group span{
    font-size: 10px;
    padding: 0;
  }

  .list-group li{
    font-size: 10px;
    padding: 5px;
  }

.lixeira-btn{
font-size: 12px;
    width: 15px;
    border: none;
    color: red;
    background-color: transparent;
}

  .descricao-input-mat{
    font-size: 12px;
    width: 70%;
  }

  .quantidade-input-mat{
    font-size: 12px;
    width: clac(30% - 20px);
  }

  .table-list-doc{
    font-size: 11px;
  }

  .video-container{
    position: absolute;
  }

  .table-responsive .hoverTable:hover{
    background-color: #F0F8FF;
    
  }


.notification-link {
  position: relative;
  display: inline-block;
}

.notification-badge {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
}
.caixa-not{
    position: absolute;
}
.icons-sup-bar{
    font-size: 20px;
}

.icons-sup-bar a i:hover{
    transform: scale(0.9);
    transform: rotate(15deg);
    transition: 0.5s;
}

.icons-sup-bar a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    width: 35px;
    height: 35px;
    color: rgb(47, 47, 47);
    background-color: rgba(47, 47, 47, 0.02);
    border-radius: 50%;
}

.icons-sup-bar a:hover{
    background-color: rgb(47, 47, 47);
    color: #26E2F8;
}
.dropdown-toggle img:hover{
    border: 2px solid rgb(47, 47, 47);

}
#foto-equipamento img{
    width: 150px;
}
.form-check-input:checked {
    background-color: #26E2F8;

  }

.form-check-input {
    border: 1px solid #000;
   
  }

  #liveAlertPlaceholderDocCol{
    position: relative;
    z-index: 9999999;
  }

  .text-container {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%; /* Ajuste a largura conforme necessário */
  height: 20px;
}

.alertgid {
  display: flex;
  width: 50%;
  padding: 10px;
  position: fixed;
  border-radius: 5px;
  box-shadow: 0 0 15px 5px #ccc;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: white;
}

.tab-colaborador{
    color: rgbA(47, 47, 47, 0.3);
}

.tab-colaborador:hover{
    color: #26E2F8;
}

.container_foto{
    width: 100%;
    min-height: 150px;
}

.alter_img_perfil{
    display: none;
    width: 100%;
}
.container_foto:hover .alter_img_perfil{
    display: block;
    position: absolute;
}

.alter_img_perfil input[type="file"] {
    display: none;
}

.alter_img_perfil label {
    padding: 10px 0px;
    width: 87%;
    background-color: rgba(51, 51, 51, 0.3);
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 20px;
}

.form-floating label{
    background-color: transparent;
}

.btnFlutuante{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.btn_logo_empresa input[type="file"]{
    display: none;
}

.setimgCell {
  display: none;
  position: absolute;
  top: 15px;
}

@media (max-width: 767px) {
  .divimg:hover .setimgCell {
    display: flex;
  }
}

.setimgCell input[type="file"] {
  display: none;
}

.setimgCell label {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  color: white;
  width: 100%;
  height: 60px;
  border-radius: 10px;
}

.loading-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .custom-spinner {
  width: 30px;
  height: 20px;
  background-size: cover;
  animation: spin 2s linear infinite;
}



.table thead tr th{
    background-color: #5f5f5f;
    color: white;
}


#scanqrcode{

    width: 100%;
}

.colaborador-image{
    width: 30px;
    height: 30px;
}



.box-dropdown-select{
    background-color: #9999;
    height: 100%;
    padding: 5px;
    border-radius: 7px;
}

.select-box{
    position: relative;
}

.select-option{
    position: relative;
}

.select-option input{
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 20px;
    outline: 0 !important;
    border: 1px solid #9999;
}

.select-option:after{
    content: "";
    border-top: 8px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4PX;
}

.content-select{
    margin-top: 10px;
    position: relative;
    border-radius: 7px;
    width: 100%;
    z-index: 9999;
    display: none;
}

.search input{
    width: 100%;
    font-size: 15px;
    padding: 5px;
    outline: 0;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}

.options{
    overflow-y: auto;
    max-height: 250px;
    padding: 0;
}

.options li{
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff;
}

.options li:hover{
    background-color: #f2f2f2;
}

.select-box.active .content-select{
    display: block;
}

.select-box.active .select-option:after{
    transform: rotate(-180deg);
}

.borderMenu{
    border: 1px solid #9999;
    border-radius: 5px;
    margin: 3px 0;
}

.collapseMenu{
    padding-left: 30px;
}

@media (max-width: 767px) {
    .mobileemod{
        top: 60px;
    }
    .navbar-collapse{
        margin-top: 20px;
        display: flex;
    }
}
.show-modal-gid{
    display: block;
}

.mobileemod{
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
    z-index: 2;
}

.mobileemod::-webkit-scrollbar {
  width: 5px;
  height: 3px; /* A altura só é vista quando a rolagem é horizontal */
}

.mobileemod::-webkit-scrollbar-track {
  background: transparent;
  padding: 2px;
}

.mobileemod::-webkit-scrollbar-thumb {
  background-color: #999;
}

html::-webkit-scrollbar {
  width: 5px;
  height: 3px; /* A altura só é vista quando a rolagem é horizontal */
}

html::-webkit-scrollbar-track {
  background: transparent;
  padding: 2px;
}

html::-webkit-scrollbar-thumb {
  background-color: #999;
}

.table-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 3px; /* A altura só é vista quando a rolagem é horizontal */
}

.table-wrapper::-webkit-scrollbar-track {
  background: transparent;
  padding: 2px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #999;
}

.collapsedMenu{
    width: 80px;
}

.expanded{
   width: 92%;
}

.collapsedMenu .nav-link i {
  font-size: 30px; /* Ajuste o tamanho do ícone como desejado */
}

.collapsedMenu .nav-link label {
  display: none; /* Esconde o <label> quando a classe collapsedMenu estiver ativa */
}

.bordefotoAtivo {
    style="border: 2px solid #00FF7F;"
}

.radioCK[type="radio"]{
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}

.listagemdedocs {
    padding: 5px;
    margin: 5px;
    background-color: #fff;
    border-bottom: 1px solid #FF0000;
    font-weight: 600;
}

.fullscreen {
    position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background-color: white;
}

 .form-control:focus{
    background: rgba(127,255,212,0.1);
    font-weight: 600;
}

.card-img-top{
    max-width: 100px;
}

#attEpisxFuncao {
  animation: pulse 1s infinite;
  transform-origin: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.exib-forn:hover span{
    display: inline-block;
}

.exib-forn span{
    display: none;
}

.new-img-produts{
    position: relative;
    width: 100%;
    height: 200px;
    background: var(--primaty-50);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.new-img-produts img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 3;
}

@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }

  .pulse-button {
    animation: pulse 2s infinite; /* 2s é a duração da animação, e 'infinite' faz com que ela continue pulsando indefinidamente */
  }


 .drop-area {
      border: 2px dashed #ccc;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      cursor: pointer;
      z-index: 999;
      position: relative;
    }

    .file-input {
      display: none;
    }

    .file-preview {
      margin-top: 20px;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid rgba(0,0,0,0.2);
    }

    .file-preview:hover {
        box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
        border-radius: 8px;
    }

    .file-preview i{
        font-size: 30px;
        color: red;
    }

/* Estilos para a barra de progresso */
.progress-bar {
    width: 100%;
    height: 10px;
    background-color: #f1f1f1;
    border-radius: 4px;
    margin-top: 10px;
    overflow: hidden;
}

.progress {
    width: 0%;
    height: 100%;
    background-color: #4CAF50;
    transition: width 1s linear;
}

    #remove-doc span:hover{
        background: #ffgfd4;
        border-radius: 50%;
        cursor: pointer;
        color: #52170b;
        font-size: 25px;
        font-weight: bold;
    }

    .dragover {
        border: 2px dashed #4CAF50;
        background: #f1f1f1;

    }

    .dragover .text-hidden{
        display: none;
    }