@media only screen and (min-width: 1400px) {
}
@media only screen and (max-width: 1399px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (min-width: 992px) {
  .login-container .fundo {
    width: calc(100% - 480px);
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("../imgs/back-fundo.png");
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .login-container > div {
    width: 480px;
    padding: 1.5rem 75px;
    background-color: var(--ct-bg-topbar);
    -webkit-box-shadow: 4px 3px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 3px 7px 0px rgba(0, 0, 0, 0.4);
  }
  .login-container .logo-area {
    position: absolute;
    top: 25px;
    left: 75px;
  }
}
@media only screen and (max-width: 991px) {
  .chart-content {
    min-height: 400px;
  }
  .nav-user .account-user-name {
    margin-left: 10px;
  }
  .login-container {
    flex-direction: column;
  }
  .login-container > div {
    width: 100%;
    max-width: 335px;
    padding: 0 1.5rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar .logo-container {
    display: none;
  }
  #sidebar {
    position: absolute;
    top: 70px;
  }
  #sidebar .sidebar-mask {
    top: 15px;
  }
  .logo-container {
    height: 46px;
    background-image: url("https://onemap.s3.us-east-2.amazonaws.com/imagens/cadastra-icon-black.svg");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
  }

  body[data-theme="dark"] .logo-container {
    background-image: url("https://onemap.s3.us-east-2.amazonaws.com/imagens/cadastra-icon-white.svg");
  }
  body:not(.sidebar-extended) #sidebar {
    display: none;
  }
  body:not(.sidebar-extended) main,
  body main {
    margin-left: 0;
  }
  .navbar-custom,
  body:not(.sidebar-extended) .navbar-custom {
    padding-right: 0;
    left: 0;
  }
  .page-title-box .page-title {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) {
}
@media only screen and (max-width: 575px) {
  .navbar-custom .dropdown-menu {
    left: 10px !important;
    right: 10px !important;
  }
  .navbar-custom .dropdown {
    position: static;
  }
  .navbar-custom .nav-user {
    padding: 17px 5px 17px 57px;
  }
  .card .card-body .card-title {
    max-width: 160px;
  }
}
