.contents{
    overflow: auto !important;
    height: 100vh !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 15px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: lightgray; 
    border-radius: 15px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: gray; 
  }
  .img-profile-shadow{
    box-shadow: 1px 1px 4px grey;
  }
  .atbd-select .select2-selection{
    height: auto !important;
    min-height:42px !important;
  }