.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-image: linear-gradient(#402F85, #0E8ECE);
    position: fixed;
    height: 100%;
    overflow: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    scrollbar-width: none;
  }

  ::-webkit-scrollbar {
    display: none;
  }
  
  .sidebar div {
    display: block;
    color: white;
    text-decoration: none;
  }
  #roboxmaker-logo {
    position: fixed;
    top: 0%;
    left: 0%;  
    height: 128px;
    width: 200px;
    margin:auto;
  }

  #logo{
    width: 100%;
    height: 100%;
  }


  .logo-background {
    background-image: linear-gradient(#402F85, #0E8ECE);
  }

  .sidebar div:nth-child(2) {
    margin-top: 128px;
  }

  .thumbnail {
      height: 128px;
      width: 100%;
      /*display: block;
      margin: auto;*/
  }
   
  .text {
    text-align: center;
  }

  .sidebar-title {
      font-size: 200%;
      text-align: center;
      color: white;
  }
  /* .sidebar a.active {
    background-color: #4CAF50;
    color: white;
  } */
  
  /* .sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
  } */
  
  div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
  }

  li #save-cloud {
    background-color: #282c94 !important;
  }

  img.icon-option {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  img.icon-option-cloud {
    margin-top: 3px;
    width: 21px;
    height: 21px;
    margin-right: 8px;
  }

  .dg .property-name {
    display: flex;
    font-weight: 600;
    font-size: small;
  }
  
  .dg #span-icon{
    width: 100% !important;
  }
  
  @media screen and (max-width: 700px) {
    .sidebar {
      width: 100%;
      height: auto;
      position: relative;
    }
    .sidebar a {float: left;}
    div.content {margin-left: 0;}
  }
  
  @media screen and (max-width: 400px) {
    .sidebar a {
      text-align: center;
      float: none;
    }
  }