﻿.mud-tab.mud-tab-active {
    background-color: #b5b5b5 !important;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.margin-space-20 {
    margin: 20px;
}
