.fixed-header, .adsk-eprivacy-wd-ts-base {
    display: none;
}
body, h1, h2, h3, h4, h5, h6, ul, p {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
  }
  h1 {
    font-weight: 900;
    font-size: 40px;
  }
  h3 {
    font-weight: 600;
  }
  h4 {
    font-weight: 300;
    font-size: 16px;
    margin-top: 0.5em !important;
  }
  .top h4 {
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
  }
  .top {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-top: 30px;
  }
  body {
    padding: 1em;
  background-color: white;
  }
  .victor-content ul {
    padding: 0 0 0 .5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .victor-content li {
    list-style-type: none;
    width: 70%;
    display: block;
    padding: 5px 0 5px 5px;
  }
  .victor-content li:hover {
    cursor: pointer;
    background-color: #F5F5F5;
    border-radius: 10px;
  }
  #content {
    width: 100%;
    margin-left: 2em;
    margin-right: 2em;
    max-width: 95vw;
  }
  #logo-title {
    width: 20%;
  }
  #searchBox-wrap {
    width:80%;
    padding: 2em 2em 0;
  }
  #searchBox-wrap p, input {
    display: inline-block;
  }
  #searchBox-wrap p {
    margin-bottom: 0;
  }
  #searchBox-wrap input::placeholder {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    color: rgba(56, 55, 55, 0.6);
  }

#searchBox-wrap .icon-svg-search {
    position: relative;
    font-size: 25px;
    fill: black;
    left: 50px;
    top: 5px;
}

  #searchBox-wrap input {
    width:430px;
    height: 46px;
    border-radius: 42px;
    border: none;
    background-color: #F5F5F5;
    background-size: 22px 22px;
    padding-left: 70px;
    outline:none;
  }
  #reset-button {
    border-radius: 20px ;
    border: 1px solid #707070;
    width: 65px;
    height: 35px;
    margin-left: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    background-color: white;
    outline:none;
  }
  #reset-button:hover {
    background-color:#707070;
    color:white;
  }
  #box {
    display: flex;
    margin-top: 1em;
    align-items: flex-start;
  }
  #left-bar {
    width:20%;
    margin-left: 10px;
    margin-top:20px;
  }
  #viewbox {
    width:80%;
    padding: 2em 3em 0;
    margin-left: 2em;
    background-color: #F5F5F5;
    border-radius: 33px;
  }
  #categories {
    overflow: auto;
    height: 67vh;
    margin-top: 30px;
  }
   #viewbox {
    overflow: auto;
    height: 75vh;
    margin-top: 30px;
  }
  #categoryList li.swipeOut {
    animation-name: swipeOut;
    animation-duration: .33s;
    animation-fill-mode:forwards;
  }


  #categoryTitle {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 26px;
    margin-left: 1em;
  }
  .svg-wrap {
    padding: 1em;
    background: white;
    border-radius: 15px;
    border: 1px solid #e2e2e2;
    width:170px;
    height: 170px;
    float: left;
    margin:.7em;
    text-align: center;
  }
  @keyframes swipeOut {
    to {
      transform: rotate(-30deg) translate(-100%, 0);
      opacity: 0;
    }
  }
