.AppBarGreenBorder{
    border-bottom-color: #79A349;
    border-bottom-style: solid;
    border-bottom-width: 5px;
}

.drag-drop-zone {
    display: flex;
    align-items: center; 
    justify-content: center; 
    position: relative; 
 }

.drag-drop-icon {
    z-index: 1;
}

.drag-drop-input {
    cursor: pointer;
    z-index: 2; 
    opacity: 0;
    width: 100%; 
    height: 100%;
    position: absolute; 
}

.drag-enter {
    box-shadow: var(--mud-elevation-10);
}

.text-muted {
    color: #909090 !important;
}

.hide {
    visibility: hidden !important;
    background: transparent !important;
    color: transparent !important;
}

.text-white{
    color: #ffffff !important;
}

div.mud-main-content{
    padding-top: 0 !important;
}

.MainMudContainerInLayoutStyles {
    overflow-y: scroll;
    max-height: 100vh;
    padding-bottom: 6rem;
    padding-top: 2rem;
}