.svg-path-white path{
  fill:white;
}

.vertical-scroll-style {
  scrollbar-color: #90a4ae;
  scrollbar-width: thin;
}

.vertical-scroll-style::-webkit-scrollbar {
  height: 12px;
}

.vertical-scroll-style::-webkit-scrollbar-track {
  background: #eeeef6;
}

.vertical-scroll-style::-webkit-scrollbar-thumb {
  background-color: #90a4ae;
  border-radius: 6px;
}

.hmax-200 {
  max-height: 200px!important;
}