.ui-menu {
  z-index: 1100;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.bg-soft-white{
  background: rgba(255, 255, 255, 0.8)
}

.flash-messages-container{
  z-index: 10000;
}

.fixed-scrollbar {
    overflow:auto;
}

.hidden {
    display: none;
}

.table-fade,.table-fade>td,.table-fade>th{opacity: 0.8;}

.dropdown-menu{
  z-index: 1030;
  overflow-y: scroll;
  max-height: 40vh;
}

.dropdown-menu-right{
  left: auto;
  right: 0;
}

.dropdown-item{
  cursor: pointer;
}

tr.selected, tr.selected>td{
  background-color: #d5d5de !important;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}

.no-underline {
  text-decoration: none !important
}

.text-thin {
  font-weight: 300;
}

.img-cover {
  object-fit: cover;
}
