.page-wrapper {
  display: flex !important;
  flex-direction: row !important;
}

.body-wrapper {
  width: calc(100% - 53px) !important;
  transition: width 0.3s linear;

  /* margin: auto; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  margin: 0 auto !important;
}

.left-sidebar {
  top:0px;	
  width: 53px;
  height: 100vh;
  position: sticky !important;
}

.row{
   margin-left: 0!important;
   margin-right: 0!important;
}
.increase-font{
  background: #3084ef;
  position: fixed;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  left: initial;
  right: 17px;
  bottom: initial;
  margin: 10px !important;
  color: white;
  font-size: x-large;
  padding: 5px;
  align-content: center;
  z-index: 100000 !important;
}

.row>div{
   width: 99%;
   padding-left: 0;
   padding-right: 0;
   margin: auto;
}

.increase-font{
   z-index: 100000;
}
.left-sidebar img {
  width: 52px !important;
  box-sizing: border-box !important;
  transition: width 0.2s linear;
  /* height: auto !important; */
}

.brand-logo {
  min-height: 150px;
}

.nav-small-cap {
  display: none !important;
}
.left-sidebar:hover {
  width: 250px;
}

.text-nowrap.logo-img{
    margin: auto;
}

.left-sidebar:hover img {
  width: 119px !important;
  height: auto !important;
}

.simplebar-content {
  padding: 0 5px !important;
}

.sidebar-nav.scroll-sidebar {
    height: auto !important;
}

.app-header {
  position: relative !important;
  width: 100% !important;
  margin-top: 30px;
}
.app-header>div {
  min-height: auto !important;
}

.container-fluid {
  width: 100% !important;
}

.body-wrapper > .container-fluid {
  padding: 0 !important;
  max-width: none !important;
}

.left-sidebar:hover + .body-wrapper {
  width: calc(100% - 250px); /* Diminuir a largura da body-wrapper */
  transition: flex 0.2s linear !important;
}

iframe {
  height: auto !important;
  min-height: 650px !important;
}
