img {
  &.logo {
    max-height: 100px;
    max-width: 200px;
  }

  &.image-preview {
    &.image-sm {
      max-height: 100px;
      max-width: 100px;
    }

    &.image-md {
      max-height: 250px;
      max-width: 250px;
    }

    &.image-lg {
      max-height: 500px;
      max-width: 500px;
    }

    &.image-xl {
      max-height: 800px;
      max-width: 800px;
    }

    &.image-xxl {
      max-height: 1000px;
      max-width: 1000px;
    }
  }
}

#sidebar-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 0.8rem;
}

.menu-item {
  a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
  }
}

#main-menu .menu {
  .menu-item-contents {
    display: block !important;
  }

  .submenu a {
    padding: 3px 0 3px 25px !important;
  }
}

#login-footer {
  font-size: 0.8rem !important;
}

.login-wrapper {
  margin-block-start: 0 !important;
}

.list-style-none {
  list-style: none;
  padding-left: 0;
}