﻿@font-face {
    font-family: "LVIcon";
    src: url("../fonts/LockvaultIcons.ttf") format("truetype");
}

.LeftTitle, .RightTitle {
    font-family: LVIcon;
    font-weight: normal;
}

.lockvault-primary-bg {
    background: black;
    /*background: linear-gradient(black, black) padding-box, linear-gradient(to right, #00aeac, #22aae2) border-box;*/
    /*border-right: 8px solid transparent;*/
    border-right: 8px solid #22aae2;
    background-image: url(/img/CircuitrySwatches-BlackBottom.jpg);
    background-size: auto 74%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.lockvault-accent {
    color: #ffffff !important;
}

.navActive {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,174,172,1) 0%, rgba(34,170,226,1) 100%);
}

.bg-white {
    background-color: black !important;
}

.lockvault-accent-light {
    color: #ffffff !important;
    /*font-family: 'HCo Gotham Book', sans-serif;*/
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(0,174,172,1) 0%, rgba(34,170,226,1) 100%)
}

#view-vaults {
    background: #22aae2 !important;
    color: white !important;
}

#view-vaults p{
    color: white !important;
}

#view-vaults img {
    filter: brightness(0) invert(1);
}


.navIndicator {
    color: #00aeac;
    position: absolute;
    left: 0.4rem;
    margin-top: 0.2rem;
}

.card {
    background: linear-gradient(135deg, #ffffff, #cbcbcb) !important;
    border: none !important;
}

.card-body {
    color: #22aae2 !important;
}

.card-body .card-svg {
    position: absolute;
    padding: 0;
    width: 50%;
    fill: #22aae2;
    stroke: #22aae2;
}

.card-body.vault-body-hover .card-svg{
    fill: #ffffff;
    stroke: #ffffff;
}

.card-text.font-weight-bold {
    color: #22aae2;
}

.card-text, .card-body span, .card-body p {
    color: #343434;
}

.card-body .k-button-text {
    color: white;
}

.vault-body-hover {
    color: white !important;
    background-color: #22aae2 !important;
    background: linear-gradient(to right, #00aeac, #22aae2);
}

.card-footer {
    border: none !important;
    color: #22aae2 !important;
    background-color: transparent !important;
}


.text-muted {
    --bs-text-opacity: 1;
    color: #343434 !important;
    font-weight: bold;
}

.card hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #00aeac;
    width: 55%;
    margin: 1rem auto;
    opacity: 1;
}

.share-group h3 {
    color: white;
}

.btnOpen h5, #Vault0 h5 {
    color: #ffffff !important;
}

.k-switch-on .k-switch-track {
    border-color: #f5f5f5 !important;
    color: #22aae2 !important;
    background-color: #f5f5f5 !important;
}

a, .nav-link {
    color: #ffffff !important;
}

.k-switch-label-on, .k-switch-label-off {
    display: initial !important;
}

.k-switch-label-off {
    right: 5% !important
}

.k-switch-on .k-switch-track, .k-switch-off .k-switch-track {
    color: #22aae2 !important;
}

#wrapper #content-wrapper {
    background-color: hsl(260deg 14% 8%);
    width: 100%;
    overflow-x: hidden;
}

.page-header {
    color: #ffffff;
    margin-bottom: 20px;
}

.CardWrap {
    color: white;
}

.flex-wrap-break {
    width: 0;
    flex-basis: 100%;
}

.CardWrapMobile {
    text-align: center;
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.CardWrapMobile .card-footer {
    text-align: left;
}

.bookmark-icon-not-active {
    cursor: pointer;
}

.bookmark-icon-active {
    cursor: pointer;
    color:yellow;
}


@media only screen and (max-width: 768px) {
    /*.CardWrap {
        text-align: center;
        align-items: center !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }*/

    .CardWrapHeader {
        width: 5px;
        display: table;
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
    }

    /*.navbar-nav .container {
        padding: 0;
    }*/
}

.nav-icon-button {
    /*background: linear-gradient(130deg, hsl(0deg 0% 100%), hsl(0deg 0% 80%)) !important;*/
    background: #22aae2 !important;
    color: white !important;
    font-weight: normal;
    font-size: .75rem;
    flex-wrap: nowrap;
    padding: 0.7rem !important;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 2px 2px 8px 1px rgb(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 8px 1px rgb(0,0,0,0.15);
    box-shadow: 2px 2px 8px 1px rgb(0,0,0,0.15);
    border-radius: .5rem;
}

.nav-icon-button svg {
    color: white !important;
}

.nav-button {
    background: linear-gradient(130deg, hsl(0deg 0% 100%), hsl(0deg 0% 80%)) !important;
    color: white !important;
    font-weight: normal;
    font-size: .75rem;
    width: 10rem;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    height: 3.5rem;
    -webkit-box-shadow: 2px 2px 8px 1px rgb(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 8px 1px rgb(0,0,0,0.15);
    box-shadow: 2px 2px 8px 1px rgb(0,0,0,0.15);
    border-radius: .5rem;
    margin: 1rem 0;
}

#Vault0 > .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 1;
}

#Vault0 {
    width: 18rem;
    display: inline-block;
    vertical-align: top;
    border: 2px dashed #ffffff1a !important;
    opacity: 1;
    background: linear-gradient(135deg, #bfbccd3d, #211f283b) !important;
}

#wrapper #content-wrapper {
    background-color: hsl(260deg 14% 8%);
    width: 100%;
    overflow-x: hidden;
    background-image: linear-gradient(0deg, rgb(30 30 30 / 47%), rgb(114 114 114 / 70%)), url(/img/HomePage_background_1_0_0_104.jpg);
    background-size: cover;
    color: rgb(53 50 67);
    background-position: center;
    color: white;
    /*font-family: HCo Gotham Book;*/
}

#wrapper #rc-content-wrapper {
    background-color: hsl(260deg 14% 8%);
    width: 100%;
    overflow-x: hidden;
    background-image: linear-gradient(0deg, rgb(223 223 223 / 47%), rgb(224 224 224 / 70%)), url(/img/HomePage_background_1_0_0_104.jpg);
    background-size: cover;
    color: rgb(53 50 67);
    background-position: center;
    color: white;
    /*font-family: HCo Gotham Book;*/
}

.CommandBtn {
    color: #22aae2 !important;
}

/*.k-fab-solid-primary {
    box-shadow: 0 6px 10px rgb(0 0 0 / 14%), 0 1px 18px rgb(0 0 0 / 12%), 0 3px 5px rgb(0 0 0 / 20%);
    outline: 1px solid #015830;
    outline-offset: -1px;
    color: #fff;
    background: linear-gradient(135deg, #339966, #007150) !important;
}*/

/*.k-pager-nav.k-link, .k-pager-refresh {
    color: #0e0e0e !important;
}*/


h4, .h4 {
    font-size: 1.5rem;
    margin: 1rem 0;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.7rem;
}

@media only screen and (max-width: 768px) {

    .card {
        min-width: 252px;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

}


/*.card-body > h6 {
    display: flow-root !important;
}*/

/*.k-fab-solid-primary {
    box-shadow: 0 6px 10px rgb(0 0 0 / 14%), 0 1px 18px rgb(0 0 0 / 12%), 0 3px 5px rgb(0 0 0 / 20%);
    outline: 1px solid #003e23 !important;
    outline-offset: -1px;
    color: #fff;
    background-color: #353242;
}*/

.card-body > h6.mb-0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.modal-body .k-upload-button {
    background: #000000;
}

.card-logo {
    position: absolute;
    top: -30px;
    left: 38%;
    width: 23%;
    box-shadow: 0px 2px 7px 0px #00000063;
    border-radius: 100%;
}

.dropdown-menu {
    color: #ffffff;
    background-color: #22aae2;
    background-clip: padding-box;
    border: none;
    border-radius: 0.35rem;
}

@media (max-width: 1666px) {

    /*#sidebar-brand-toggled {
        display: block !important;
        width: 100%;
    }

    #sidebar-brand {
        display: none !important;
    }*/

}

/*@media (min-width: 768px) {
    #sidebar-brand-toggled {
        display: block !important;
    }

    #sidebar-brand {
        display: none !important;
    }
}*/

/*@media (min-width: 1666px) {
    #sidebar-brand-toggled {
        display: none !important;
    }

    #sidebar-brand {
        display: block !important;
    }
}*/

/*@media (max-width: 768px) {
    .sidebar.toggled {
        width: 0 !important;
        overflow: hidden;
    }
}*/

/*@media (min-width: 768px) {
    .sidebar.toggled {
        overflow: visible;
        width: 6.5rem !important;
    }
}*/

@media (max-width: 368px) {
    .topbar {
        height: unset;
        margin-bottom: 0 !important;
    }

    .navbar-collapse ul.navbar-nav {
        flex-direction: column;
        align-items: end;
        gap: 0;
    }

    .navbar-nav > div {
        margin: 0 !important;
    }

    .topbar #sidebarToggleTop {
        margin-right: 0 !important;
    }

}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 3px solid #22aae2;
    color: #22aae2;
    background-color: transparent;
}

.card-header a {
    color: #22aae2 !important;
}

.card-header h6 span, .card-header span {
    color: #343434;
    font-weight: bold;
}

.list-group-item a {
    color: black !important;
}

.breadcrumb a {
    color: black !important;
}

/*.k-pager-numbers .k-link {
    color: #000000 !important;
}

.k-link, .k-link:hover {
    color: black !important;
}

.k-header * {
    color: black !important;
}*/

.k-calendar .k-calendar-td.k-state-selected .k-link {
    border-color: rgba(0,0,0,.08);
    color: #fff !important;
    background-color: #22aae2;
}

.k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link, .k-calendar .k-calendar-td.k-state-selected:hover .k-link {
    color: #fff !important;
    background-color: #22aae2;
}

.green-line-divider {
    height: 0.35rem;
    width: 12rem;
    background: #ffffff;
    margin: 0.5rem 0 1.5rem 0;
}

#Abbreviations {
    color: white !important;
}

.btn-primary {
    background-color: #22aae2 !important;
    border-color: #22aae2 !important;
}

body {
    background-color: #045857;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background: linear-gradient(130deg, hsl(0deg 0% 100%), hsl(0deg 0% 80%)) !important;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-header {
    border-bottom: 3px solid #22aae2 !important;
}

.modal-header, .modal-body label, .modal-body p {
    color: #22aae2 !important;
}

    .modal-header .close {
        color: #22aae2 !important;
    }

.modal-body .k-input {
    color: #000000 !important;  
    background-color: #ffffff !important;
}

button.nav-link.btn.btn-link.text-dark.raaremetal-secondary {
    color: white !important;
}
    
.modal-body .form-control:focus, .modal-body .k-input:focus-within, #EditNotesTextBox:focus {
    color: #000000;
    background-color: #00000000;
    border-radius: 0;
}

/*.modal-body .k-checkbox:focus, .modal-body .k-checkbox:focus-within {
    background-color: #1ba472 !important;
}*/

.modal-body .k-picker {
    border-color: rgba(0,0,0,.08);
    color: white !important;
    background-color: #0000006b !important;
}

.k-popup, .k-list {
    color: white !important;
    background-color: #15141a !important;
}

.k-popup .k-hover.k-list-optionlabel, .k-popup .k-list-item.k-hover, .k-popup .k-list-item:hover, .k-popup .k-list-optionlabel:hover {
    color: white !important;
    background-color: rgba(255,255,255,0.1);
}

.modal-body .k-upload {
    border-color: rgba(0,0,0,.08);
    color: #000000;
    background-color: #ffffff;
}

.modal-body .k-dropzone {
    background: transparent;
}

.modal-body .k-upload .k-file, .k-upload .k-upload-files {
    border-color: rgb(255 255 255 / 8%);
}

.card-body a {
    cursor: pointer;
}

#Vault0 {
    cursor: pointer;
}

.modal-body #EditFileList {
    background: transparent !important;
}

/*.modal-body .k-upload, .modal-body .k-file-group.k-icon, .modal-body .k-upload-status, .modal-body .k-dropzone-hint {
    color: white !important;
}*/

.modal-footer .btn-secondary, .modal-footer .btn-default {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #6c757d !important;
    --bs-btn-border-color: #6c757d !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #5c636a !important;
    --bs-btn-hover-border-color: #565e64 !important;
    --bs-btn-focus-shadow-rgb: 130,138,145 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #565e64 !important;
    --bs-btn-active-border-color: #51585e !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #6c757d !important;
    --bs-btn-disabled-border-color: #6c757d !important;
}

.modal-body h3 {
    color: #22aae2;
}

.modal-body .list-group-item {
    background-color: #0000006b !important;
    color: white !important;
}

.modal-body .list-group-item a {
    color: white !important;
}

.modal-body .list-group-item .btn {
    color: #b5b5b5 !important;
}

.fa-eye, .fa-eye-slash {
    color: #22aae2;   
}

.modal-body .form-control:disabled, .modal-body .form-control[readonly] {
    background-color: #c5c5c5;
    opacity: 1;
    color: #000000;
    border-radius: 0;
}

.modal-body .k-disabled, .modal-body textarea:disabled {
    background-color: #c5c5c5 !important;
    opacity: 1;
    color: #000000 !important;
}

/*.modal-body svg {
    color: #22aae2 !important;
}*/

/*input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: 1px solid green;
    -webkit-text-fill-color: green;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}*/

.k-switch-off .k-switch-thumb {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #ffffff;
}

.k-switch-on .k-switch-thumb {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #ffffff;
}

.k-button-solid-base {
    color: #ffffff !important;
}

.k-checkbox:disabled, .k-checkbox.k-disabled {
    opacity: 0.45 !important;
}

.cropme-rotation-slider input::-webkit-slider-thumb,
.cropme-slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #22aae2 !important;
    margin-top: -6px
}

/*.k-radio.k-checked, .k-radio:checked {
    border-color: #198754 !important;
    color: #fff;
    background-color: #198754 !important;
}*/

.k-checkbox:checked {
    border-color: #22aae2 !important;
    background-color: #22aae2 !important;
}

.mapboxgl-ctrl-attrib-inner a {
    color: black !important;
}

.share-header {
    display: flex;
    flex-direction: column;
}

.share-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.share-toggle {
    padding: 0.5rem;
    color: white;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-toggle-active {
    background-color: #c78618;
    gap: 0.5rem;
    border-color: hsl(38deg 78% 6%);
}

.share-toggle:hover {
    cursor: pointer;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #2a2a2a;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.card-share-selector {
    /*background:#0000004a;*/
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 1;
}

    .card-share-selector:hover {
        cursor: pointer;
    }

.card-share-active {
    border: 1px solid #1da875 !important;
    box-shadow: 1px 1px 18px -8px #1da875 !important;
    -webkit-box-shadow: 1px 1px 18px -8px #1da875 !important;
    -moz-box-shadow: 1px 1px 18px -8px #1da875 !important;
    transition: all 0.2s ease ease;
}

.card-share-inactive {
    opacity: 0.7;
    transition: all 0.2s ease ease;
}

.event-share-inactive {
    opacity: 0.5;
    transition: all 0.2s ease ease;
}

.share-checkbox {
    accent-color: #1da875;
    pointer-events: none;
}

.list-group-item-inactive {
    opacity: 0.5;
    /*pointer-events: none !important;*/
}

.share-item-active {
    opacity: 1;
    border: 1px solid #1da875 !important;
    box-shadow: 1px 1px 16px 1px #1da875 !important;
    -webkit-box-shadow: 1px 1px 16px 1px #1da875 !important;
    -moz-box-shadow: 1px 1px 16px 1px #1da875 !important;
    border-radius: 0.35rem;
    transition: all 0.2s ease ease;
}

.event-share-active {
    opacity: 1;
    border: 1px solid #73e8bd !important;
    box-shadow: 1px 1px 7px 1px #1da875 !important;
    -webkit-box-shadow: 1px 1px 7px 1px #1da875 !important;
    -moz-box-shadow: 1px 1px 7px 1px #1da875 !important;
    transition: all 0.2s ease ease;
}

.card h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-body .k-radio.form-control:focus {
    color: #ffffff;
    background-color: #198754 !important;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='white'/%3e%3c/svg%3e");
    border-radius: 100%;
}

.modal-body .k-checkbox:checked, .modal-body .k-checkbox.k-checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e") !important;
    border-radius: 25%;
}

.card div.card-header.vault-heading h6 a {
    /*border: 2px solid black;*/
    margin: 0 0.25rem;
    cursor: pointer;
}

.card-no-image {
    width: 300px;
    height: 300px;
    background: #cbcbcb;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-no-image svg {
    color: #22aae2 !important;
}

/*EXPERIMENTAL STYLING FOR WIDER MOBILE NAV*/

@media (max-width: 767px) {
    .sidebar:not(.toggled) {
        width: 14rem !important;
    }

    #sidebar-brand-toggled, #sidebar-brand-toggled > img {
        height: 100%;
    }

    .sidebar:not(.toggled) .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 0;
        -webkit-animation: none;
        animation: none;
    }

    .sidebar:not(.toggled) .nav-item .collapse .collapse-inner {
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .sidebar:not(.toggled) .nav-item .collapsing {
        display: block;
        transition: height 0.15s ease;
    }

        .sidebar:not(.toggled) .nav-item .collapse,
        .sidebar:not(.toggled) .nav-item .collapsing {
            margin: 0 1rem;
        }

        .sidebar:not(.toggled) .nav-item .nav-link {
            display: block;
            width: 100%;
            text-align: left;
            width: 14rem;
        }

            .sidebar:not(.toggled) .nav-item .nav-link i {
                font-size: 0.85rem;
                margin-right: 0.25rem;
            }

            .sidebar:not(.toggled) .nav-item .nav-link span {
                font-size: 0.85rem;
                display: inline;
            }

            .sidebar:not(.toggled) .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
                content: '\f105';
            }

        .sidebar:not(.toggled) .sidebar-brand .sidebar-brand-icon i {
            font-size: 2rem;
        }

        .sidebar:not(.toggled) .sidebar-brand .sidebar-brand-text {
            display: inline;
        }

        .sidebar:not(.toggled) .sidebar-heading {
            text-align: left;
        }


    .sidebar.toggled .nav-item .collapse {
        position: absolute;
        left: calc(6.5rem + 1.5rem / 2);
        z-index: 1;
        top: 2px;
        -webkit-animation-name: growIn;
        animation-name: growIn;
        -webkit-animation-duration: 200ms;
        animation-duration: 200ms;
        -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
        animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    }

    .sidebar.toggled .nav-item .collapsing {
        display: none;
        transition: none;
    }

    .sidebar.toggled .nav-item .collapse,
    .sidebar.toggled .nav-item .collapsing {
        margin: 0;
    }

    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 6.5rem;
    }

    .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.65rem;
        display: block;
    }

    .sidebar.toggled .nav-item .nav-link i {
        margin-right: 0;
    }

    .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
        display: none;
    }

    .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
        font-size: 2rem;
    }

    .sidebar.toggled .sidebar-brand .sidebar-brand-text {
        display: none;
    }

    .sidebar.toggled .sidebar-heading {
        text-align: center;
    }
}

/*#wrapper #content-wrapper {
    margin-left: 220px
}*/

ul#accordionSidebar {
    position: sticky;
    top: 0px;
    z-index: 1;
    overflow: auto;
    overflow-x: hidden;
    height: 100vh;
    width: 14rem !important;
    min-width: 14rem !important;
}

ul#accordionSidebar::-webkit-scrollbar {
    width: 12px;
}

ul#accordionSidebar::-webkit-scrollbar-track {
    background: #A1A1A1;
}

ul#accordionSidebar::-webkit-scrollbar-thumb {
    background: #171717;
    border: 2px solid #9E9E9E;
}

ul#accordionSidebar::-webkit-scrollbar-thumb:hover {
    background: #555;
}