﻿.selected {
    background-color: var(--mud-palette-primary) !important;
}

    .selected > td {
        color: var(--mud-palette-white) !important;
        background-color: var(--mud-palette-primary) !important;
    }

        .selected > td .mud-input {
            color: var(--mud-palette-white) !important;
        }

.unselected {
    background-color: var(--mud-palette-background) !important;
}

    .unselected > td {
        color: var(--mud-palette-text-primary) !important;
        background-color: var(--mud-palette-background) !important;
    }

        .unselected > td .mud-input {
            color: var(--mud-palette-text-primary) !important;
        }


.d-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    width: 100%;
}

.nar-bar {
    display: flex;
    height: 40px !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: var(--mud-palette-appbar-background);
    padding: 0 12px;
}

.nar-bar__icon {
}

.nar-bar__title {
    flex: 1;
    text-align: center;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.footer-bar {
    display: flex;
    height: 40px !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 12px;
    margin: 8px;
}

.footer-bar__icon {
}

.footer-bar__title {
    flex: 1;
    text-align: center;
    font-size: 12px !important;
}

.d-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto !important;
    /*height: 100%;*/
}

.space-line {
    margin: 8px 0;
    border-bottom: 1px solid var(--mud-palette-table-lines);
    width: 100%;
}

.nav-bar {
    /*position:fixed !important;*/
    display: flex;
    align-items: center;
    /*background-color: var(--ColorPrimary);*/
    width: 100%;
    height: 40px;
}
﻿.xxx {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: auto; /*Ngăn tràn nội dung bên trong - thay vì tràn -> sẽ tự tạo scroll*/
    background-color: red !important;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.nav-title {
    margin-bottom: 8px;
    margin-right: 8px;
    letter-spacing: 0.25px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    color: var(--ColorPrimary);
    text-align: center;
    width: 100%;
}


.footer {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 40px;
    margin-top: 16px;
}

.setting-title {
    margin-bottom: 8px;
    margin-right: 8px;
    letter-spacing: 0.25px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--ColorSecondary);
}

.setting-header {
    margin-bottom: 8px;
    margin-right: 8px;
    letter-spacing: 0.25px;
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.btn {
    font-size: 14px;
}

.TextColorDescription {
    color: var(--TextColorDescription);
}

.icon {
    height: 40px;
    width: 40px;
    padding: 8px;
    cursor: pointer;
}

    .icon:active {
        opacity: 0.5;
    }
﻿
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fill-vertical {
    height: 100%;

}

.fill-horizontal {
    width: 100%;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.sp-1 {
    gap: 8px;
}

.sp-2 {
    gap: 16px;
}

.sp-3 {
    gap: 24px;
}

.sp-4 {
    gap: 32px;
}

.sp-5 {
    gap: 40px;
}

.sp-6 {
    gap: 48px;
}

.sp-7 {
    gap: 56px;
}

.sp-8 {
    gap: 64px;
}

.sp-9 {
    gap: 72px;
}

.sp-10 {
    gap: 80px;
}