.menubar-header-title{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;

    margin-left: 100px;
    margin-right: 10px;
}

    .menubar-header-username {
        margin-right: 30px;
        background-color: #6A4BFF;
        border-radius: 25px;
        color: white;
        padding: 0px 10px 0px 10px;
        margin-bottom: 0px;
    }

    .menubar-header-logout {
        margin-right: 10px;
        text-decoration: underline;
        cursor: pointer;

    }

        .menubar-header-logout > p {
            color: black;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 0px;
            
        }

.menubar-header-login{
    color: black;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin-left: 100px;
    margin-right: 20px;
    text-decoration:  none;
}
.menubar-header-login:hover{
    color: gray;
}
    .menubar-header-login-text {
        margin-bottom: 0px;        
    }
.BlacBox{
    max-width: 800px;
    width: 100%;
}
.select-react-component {
  margin-left: 10px;
}

.react-select-option {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding: 0px;
}

.react-datepciker {
  width: 200px;
}
.loading-backgorund {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
}

.loading-container{
    background-color: black;
    /* background-color: #6A4BFF; */
    width: 140px;
    height: 140px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

    .loading-img-logo {
        width: 100px;
    }

    .loading-img-loading {
        margin-top: 10px;
        width: 30px;
        height: 30px;
    }

/*# sourceMappingURL=components.d2ecab21.css.map*/