/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 6rem;
}

/* Placeholders */
.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

canvas {
   
            width: 100% !important;
            max-width: 300px;
            height: auto !important;
}
.back-to-top {
    
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 5000;
}

.select2 {
width:100%!important;
}

.scrollarea
{
    height:500px;
  overflow-y: scroll;
}