
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #0d6efd;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);

    --bs-btn-hover-bg: #0d6efd;

    --bs-btn-hover-border-color: #d0e1ff;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

/*emoji* - Chrome only */
@supports (not (-moz-appearance:button)) and (contain:paint) and (-webkit-appearance:none) {
    /*desktop only - no touch screens */
    @media screen and (-webkit-min-device-pixel-ratio: 0) and (pointer: fine) {
        .text-emoji {
            font-family: "Noto Color Emoji", sans-serif;
        }
    }
}

/*emoji*/

.text-logo {
    font-family: 'Om Telolet Om', sans-serif;
}

.app-item {
    min-height: 100px;
    max-height: 100px;
    min-width: 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
    cursor: grab;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

div.scrollmenu::-webkit-scrollbar {
    display: none;
}

div.scrollmenu a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 85px;
    max-height: 70px;
    min-height: 55px;
}

.check-group-item {
    overflow: auto;
    max-height: 100px;
}

.img-responsive {
    /*width: auto;*/
    object-fit: cover;
}

.text-truncate-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
    line-break: anywhere;
    text-align: justify;
}
