body,
html {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #F1F1F1;
    color: #212121;
}

/* width */
::-webkit-scrollbar {
    width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.slide-leave-active,
.slide-enter-active {
    transition: 0.2s;
}

.slide-enter,
.slide-leave-to {
    transform: translate(0, 100%);
}

.flip-list-move {
    transition: transform 0.2s;
}
.bp-dropdown {
    text-align: center !important;
     border: none !important;
  }
  .bp-dropdown__btn {
   border: none !important;
   border-radius: 50% !important;
 }
 .cellDropdown1{
    max-height:27px;
}

