/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Styles for extra small devices */
  .container {
    background: #E7EDFB;
    height: 100vh;
    overflow-y: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .login .login-box {
    padding-bottom: 100px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Styles for small devices */
  .container {
    width: 576px;
    background: #E7EDFB;
    height: 100vh;
    overflow-y: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body {
    background: linear-gradient(to bottom, #0053bf, #00aaff);
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Styles for medium devices */
  .container {
    width: 576px;
    background: #E7EDFB;
    height: 100vh;
    overflow-y: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body {
    background: linear-gradient(to bottom, #0053bf, #00aaff);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Styles for large devices */
  .container {
    width: 576px;
    background: #E7EDFB;
    height: 100vh;
    overflow-y: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body {
    background: linear-gradient(to bottom, #0053bf, #00aaff);
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* Styles for extra large devices */
  .container {
    width: 576px;
    background: #E7EDFB;
    height: 100vh;
    overflow-y: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body {
    background: linear-gradient(to bottom, #0053bf, #00aaff);
  }
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  /* Styles for extra extra large devices */
  .container {
    width: 576px;
    background: #E7EDFB;
    height: 100vh;
    overflow-y: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body {
    background: linear-gradient(to bottom, #0053bf, #00aaff);
  }
}


@media (min-width: 578px) and (max-width: 767.98px) {
  .header-bar{
      max-width: 540px;
  }

  .navbar-custom{
      max-width: 540px;
  }

  .footer-nav{
      max-width: 540px;
  }

  .filter-panel{
      max-width: 540px;
  }
}

