#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: darkgreen;
  color: white;
}

.bg-4 {
  background-color: #2f2f2f;
  color: #ffffff;
}

footer {
  display: block;
}

.mypanel {
  border: 1px solid #eaeaec;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #FAFAFA;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
}

.table tbody tr:hover {
  background-color: #838383 !important;
}

@media (max-width: 991.98px) {
  .table-responsive {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 992px) {
  .table-responsive {
      width: 100%;
      overflow-x: visible;
      overflow-y: visible;
  }
  
  .table-responsive > .table {
      width: 100%;
  }
}

#box-search {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}

#input-group {
  position: relative;
  width: 100%;
}

#input-group #form-control {
  padding-left: 40px;
}

#form-control {
  border-radius: 0px !important;
  border: none !important;
  background-color: rgba(248, 243, 242, 255) !important;
}

.thick-icon {
  filter: drop-shadow(1px 0 0 currentColor) drop-shadow(-1px 0 0 currentColor) drop-shadow(0 1px 0 currentColor) drop-shadow(0 -1px 0 currentColor);
}

#btnPesquisar {
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#btnPesquisar svg {
  fill: rgba(140, 23, 43, 255);
}

#container-header {
  display: flex;
  justify-content: center;
  align-items: center
}

hr {
  margin: 0px;
  margin-bottom: 1rem;
}

.formAdm {
  display: flex;
}

@media (max-width: 767px) {
  #navbar-cat.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  #backBtn {
    display: none;
   
  }
  #categoriaContent.visible~#backBtn {
    display: block;
    margin-right: 10px;
  }
  #categoriaCol{
    margin-top: 60px;
  }
}



@media (max-width: 767px) {
  #categoriaList {
    flex-direction: column;
    align-items: center;
  }

  #rowMobile {
    flex-direction: column;
    align-items: center;
  }
}

#categoriaContent {
  display: none;
}

#backBtn {
  display: none;
}

