body::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

@media (min-width: 320px) and (max-width: 374px) {
  .bg-body {
      position: fixed;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      height: 75%;
  }

  .logo-largo-wms{
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 424px) {
  .bg-body {
      position: fixed;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      height: 75%;
  }

  .logo-largo-wms{
    height: 90%;
    width: 90%;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  .bg-body {
      position: fixed;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      height: 75%;
  }

  .logo-largo-wms{
    height: 80%;
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bg-body {
      position: fixed;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 50%;
      height: 72%;
  }

  .logo-largo-wms{
    height: 50%;
    width: 50%;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .bg-body {
      position: fixed;
      top: 50%;
      left: 70%;
      transform: translate(-50%, -50%);
      max-width: 45%;
      height: 85%;
  }

  .logo-largo-wms{
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 1440px) and (max-width: 2559px) {
  .bg-body {
      position: fixed;
      top: 50%;
      left: 70%;
      transform: translate(-50%, -50%);
      max-width: 45%;
      height: 85%;
  }

  .logo-largo-wms{
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 2560px) {
  .bg-body {
      position: fixed;
      top: 50%;
      left: 70%;
      transform: translate(-50%, -50%);
      max-width: 70%; 
      height: 85%;
  }

  .logo-largo-wms{
    height: 100%;
    width: 100%;
  }
}

[data-bs-theme="dark"] body {
    background-image: url('/assets/custom/images/bg4-dark.jpg');
}

.input-icon {
    position: relative;
}

.input-icon input.with-icon {
    padding-left: 30px;
}

.input-icon input {
    padding-left: 30px;
}

.input-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
}

.display-hide,
.display-none {
  display: none;
}

.error-text{
    color: #F1416C;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }

  .close {
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
  }

  .close:hover {
    color: #000;
    text-decoration: none;
  }
  
  .close:not(:disabled):not(.disabled):focus,
  .close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
  }

  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
  }

  a.close.disabled {
    pointer-events: none;
  }

  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }