﻿.xxl-width {
    min-width: 400px;
    max-width: 400px;
}

.xxxl-width {
    min-width: 500px;
    max-width: 500px;
}

.xl-width {
    min-width: 350px;
    max-width: 350px;
}

.l-width,
.std-width {
    min-width: 300px;
    max-width: 300px;
}

.m-width {
    min-width: 250px;
    max-width: 250px;
}

.s-width {
    min-width: 200px;
    max-width: 200px;
}

.xs-width {
    min-width: 150px;
    max-width: 150px;
}

.xxs-width {
    min-width: 100px;
    max-width: 100px;
}

.f-height {
    height: 100%;
}

.item-container {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.tbl {
    display: table;
    width: 100%;
}

.tbl-row {
    display: table-row;
}

.tbl-col {
    display: table-cell;
    vertical-align: middle;
}

.border-top-hidden {
    border-top-style: hidden;
}

.border-bottom-hidden {
    border-bottom-style: hidden;
}

.border-left-hidden {
    border-left-style: hidden;
}

.border-right-hidden {
    border-right-style: hidden;
}

.border-left-dark {
    border-left: 1px solid rgba(0, 0, 0, 0.2)
}

.border-right-dark {
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.border-bottom-dark {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

:root {
    --scale-modification: .5;
}

.mono-small {
    font-family: Consolas, monaco, monospace;
    font-size: small;
}

.mono-smaller {
    font-family: Consolas, monaco, monospace;
    font-size: smaller;
}

.mud-list-item-text {
    word-wrap: break-word;
}

html,
body,
.mud-main-content {
    height: 100vh;
}

.active {
    background-color: rgba(0, 0, 0, 0.2);
}

.mud-dialog-content {
    padding: 0;
}