.LoginLogo {
    width: 400px;
}

.nav {
    --bs-link-color: #5855BC;
    --bs-link-hover-color: #44429a;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
}

.nav-sub-menu {
    margin-top: -.2rem;
}
.nav-sub-menu .nav-link {
    padding: .0 1rem .5rem .55rem;
}
.nav-sub-menu {
    list-style-type: none;
}
.rating .bi {
    fill: #ffda07;
}
.blue {
    color: blue;
}
.violet {
    color: #5855BC;
}

@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }
    .navbar-search {
        display: block;
    }
}
.sidebar .nav-link {
    font-size: .875rem;
    font-weight: 500;    
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    font-weight: 700;
}

.sidebar-heading {
    font-size: .75rem;
}

.btn-bd-primary {
    --bd-violet-bg: #5855BC;
    --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: #44429a;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -.125em;
    fill: currentColor;
}

.logo {
    height: 50px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.DeleteNewFile,
.DeleteExistingFile {
    cursor: pointer;
    color: red;
}

.ui-autocomplete-loading {
    background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-autocomplete {
    position: fixed;
    z-index: 1100;
}

.pos-id-input {
    padding: .375rem 0rem;
    text-align: center; 
}

.clickable,
.clickable-sm {
    cursor: pointer;
}

ul.settings {
    list-style-type: none;
    list-style-position: outside;
    padding-left: .2rem;
}