.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 250px;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: left;
}

.sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffff;
    display: block;
    transition: 0.3s;
}

.sidepanel img{
  width: 60%;
  margin-left: 30px;
}

.sidepanel a:hover {
    color: #f0dc5d;
}



.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}


.openbtn {
    color: #ffffff;
    font-size: 24px;
}



/* .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
} */

/* ----------------- icon ------------------------- */

@font-face {
    font-family: 'icomoon';
    src:  url('icomoon.eot');
    src:  url('icomoon2.eot') format('embedded-opentype'),
      url('icomoon.ttf') format('truetype'),
      url('icomoon.woff') format('woff');
      /* url('https://i.icomoon.io/public/temp/b231ebe336/UntitledProject/icomoon.svg?8b94jk#icomoon') format('svg'); */
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-aff-link:before {
    content: "\e900";
  }
  .icon-dics:before {
    content: "\e901";
  }
  .icon-line:before {
    content: "\e902";

  }
  .icon-pokerchip:before {
    content: "\e903";
  }
  .icon-withdraw:before {
    content: "\e904";
  }
  .icon-home3:before {
    content: "\e905";
  }
  .icon-dice:before {
    content: "\e915";
  }
  .icon-bullhorn:before {
    content: "\e91a";
  }
  .icon-user:before {
    content: "\e971";
  }
  .icon-user-plus:before {
    content: "\e973";
  }
  .icon-key:before {
    content: "\e98d";
  }
  .icon-list2:before {
    content: "\e9bb";
  }
  .icon-enter:before {
    content: "\ea13";
  }