::-webkit-scrollbar {
      width: 7px;
      height: 7px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: grey; 
    }

    .change::-webkit-input-placeholder {
     color: #328533;
    }

    #pills-tab {
        box-shadow: 0 0 10px #21b571;
        border-radius: 5px 5px 5px 5px;
    }