html, body {
  height: 100%;
}

  #si-maintenance {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 200px;
    z-index: 999;
  }

    #si-maintenance i {
      animation: heart-beat-animation 1.2s infinite;
    }

    @keyframes heart-beat-animation {
      0% {
        transform: scale(1);
      }
      5% {
        transform: scale(1.1);
      }
      10% {
        transform: scale(1);
      }
      15% {
        transform: scale(1.2);
      }
      50% {
        transform: scale(1);
      }
      100% {
        transform: scale(1);
      }
    }

  .anonymous-avatar {
    width: 6rem;
    height: 6rem;
  }

  .card-close [data-toggle=collapse] .si-icon:before {
    content: "\f062";
  }

  .card-close [data-toggle=collapse].collapsed .si-icon:before {
    content: "\f063";
  }

  .card-footer input[name=limit] {
    width: 70px;
  }

  .si-scroll-top {
    position: fixed;
    display: none;
    bottom: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    background-color: #ef5285;
    line-height: 45px;
    z-index: 2000;
  }

    .si-scroll-top:hover {
      background-color: #e01557;
    }

  .dropdown-menu {
    z-index: 1025;
  }

    .input-group .dropdown-menu {
      padding: 0;
    }

      .input-group .dropdown-menu .dropdown-item {
        padding: 1rem;
        white-space: normal;
      }

  .si-product-picture {
    width: 100px;
    min-height: 100px;
    max-height: 150px;
    line-height: 100px;
    overflow: hidden;
  }

  .si-item .si-product-picture {
    width: 80px;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
  }

    .si-product-picture img {
        width: 100px;
        height: auto;
    }

    .si-item .si-product-picture img {
      width: 80px;
      height: auto;
    }

  #si-viewer-browser {
    max-height: 70vh;
  }

  #si-viewer-panel {
    max-height: 70vh;
    overflow: auto;
  }





.navbar .dropdown-menu {
  left: -7px !important;
}

  .navbar .dropdown-item.active {
    color: #fff !important;
    background-color: #007bff !important;
  }

  @media (max-width: 575px) {
    .navbar .dropdown-menu {
      left: 117px !important;
    }
  }
