.AppBarGreenBorder{
    border-bottom-color: #79A349;
    border-bottom-style: solid;
    border-bottom-width: 5px;
}

.drag-drop-zone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.drag-drop-icon {
    position: absolute;
}

.drag-drop-input {
    position: relative !important;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.text-muted {
    color: #909090 !important;
}

.hide {
    visibility: hidden !important;
    background: transparent !important;
    color: transparent !important;
}

.text-white{
    color: #ffffff !important;
}

.text-black {
    color: #424242 !important;
}

.text-black:disabled {
    color: #424242 !important;
}

.text-black:hover {
    color: #424242 !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.wh-100 {
    width: 100% !important;
    height: 100% !important;
}

.vertical-separator-right {
    border-right: solid 1px #e0e0e0 !important;
}

.vertical-separator-left {
    border-left: solid 1px #e0e0e0 !important;
}

.mud-table-head .header-centered th {
    text-align: center;
    font-size: small;
}

.header-centered th>span {
    text-transform: lowercase;
}

.mud-table-foot .bold-text .mud-table-cell {
    font-weight: 500;
}

.hide {
    display: none !important;
}

.card {
    border: 1px solid lightblue;
    border-bottom: 1px solid lightblue !important;
    box-shadow: none !important;
}