
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@300;400&display=swap');

body{
    font-family: 'Noto Sans Display', sans-serif;
}
.topbar{
    width: 100%;
    display:flex;
    background-color: blanchedalmond;
    border-radius: 8px;

}
.topbarWrapper{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.modal{
    z-index:99999;
}
#toastPlacement{
    z-index: 100000;
}
.ui-autocomplete {
    position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
    cursor: default;   
    background-color: #fff;
    padding:3px;
    border: 1px solid #ccc
}

.ui-autocomplete > li.ui-state-focus {
  background-color: #FF6C00;
}
