.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;
}

.dropdown-menu{
  z-index: 1030;
}

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

.dropdown-item{
  cursor: pointer;
}

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

.modal-fullscreen{
  width: 100vw;
}

.modal-fullscreen .modal-content{
  width: 100vw;
}

.modal-fullscreen .modal-dialog{
  margin: 0;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #e9ecef;
}

.alert-message{
  z-index: 1000;
}

.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;
}
