.dropdown-item {
    font-size: 1rem;
}
body {
    font-weight: 300;
}
.btn,
.form-control {
    font-weight: 300;
}
.ft-14 {
    font-size: 14px;
}
.ft-16 {
    font-size: 16px;
}
ul,
ol,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.toast {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 8px 1em;
    font-size: 14px;
    color: #fff;
    position: fixed;
    border-radius: 4px;
    min-width: 6em;
    text-align: center;
}
.mask {
    position: absolute;
    z-index: 1999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: none;
    text-align: center;
}
.modal-lg {
    width: 950px;
    max-width: 950px;
}
.mask.show {
    display: block;
}
.mask .fa-spin {
    font-size: 80px;
    color: white;
    position: fixed;
    top: 40%;
}
.top-alert {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.sidebar-light .nav-item .nav-link {
    color: #575757;
    font-weight: 300;
    margin: 0.25rem 1rem;
    width: auto;
    padding: 0.75rem 1rem;
}
.sidebar.toggled .nav-item .nav-link {
    width: auto;
}
.sidebar .nav-item .nav-link span {
    font-size: 1rem;
}
.sidebar-light .nav-item .nav-link i {
    display: none;
}
.sidebar .nav-item:hover .nav-link,
.sidebar .nav-item.active .nav-link {
    background: #eaecf4;
    border-radius: 4px;
    font-weight: 300;
}
.sidebar .nav-item:hover .nav-link i,
.sidebar-light .nav-item.active .nav-link i {
    color: #fff;
}
a.top-brand {
    font-size: 1.25rem;
    text-decoration: none;
    padding: 1.5rem 1rem;
    letter-spacing: 0.05rem;
    color: #fff;
}
.modal-lm {
    max-width: 750px;
    width: 750px;
}
label.required::after {
    content: '*';
    color: red;
    margin-left: 0.4rem;
}
.detail-view .qrcode {
    width: 300px;
}
.grid-thumb {
    height: 100px;
    width: 200px;
    object-fit: cover;
}
.img-thumbnail {
    height: 200px;
}
.video-thumb {
    max-width: 100%;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

*:has(.red-dot) {
    position: relative;
}
.red-dot {
    position: absolute;
    right: -5px;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    background: #ff2b2b;
}
.grid-view {
    overflow: auto;
}
.grid-view .table {
    min-width: 800px;
}
