.notification-indicator-number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2px !important;
    top: 2px !important;
    height: 2rem !important;
    width: 2rem !important;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
}

.notification-indicator-danger::before {
    background-color: #ff0000;
}

.avatar-xltile {
    height: 2rem;
    width: 3rem;
}

.desktop-bottom-menu-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 293px;
    height: 60px;
    z-index: 13
}

@media (max-width: 1150px) {
    .desktop-bottom-menu-container {
        display: none
    }
}

@media (min-width: 1328px) {
    .desktop-bottom-menu-container {
        right: 0px;
    }
}

.desktop-bottom-menu-container {
    box-shadow: 0 -6px 8px #0000005c;
    background-color: #0b1727;
    border-top: 1px solid #404247
}

.desktop-bottom-menu-container .swipable-desktop-menu {
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 75%;
    transform: translateY(calc(100% + 60px));
    transition: all 0.4s;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.desktop-bottom-menu-container .swipable-desktop-menu__open {
    transform: translateY(0);
    transition: all 0.2s
}

.desktop-bottom-menu-container .swipable-desktop-menu .options {
    padding: 0 12px;
    height: 38px;
    width: 100%;
    line-height: 38px;
    text-transform: uppercase;
    text-align: right;
    color: #ffffff;
    background-repeat: no-repeat !important;
    background-position-x: 22px, 0 !important;
    background-position-y: center !important;
    cursor: pointer
}

.desktop-bottom-menu-container .swipable-desktop-menu .options:hover {
    filter: brightness(130%)
}

.desktop-bottom-menu-container .swipable-desktop-menu nav {
    width: 100%
}

.desktop-bottom-menu-container .swipable-desktop-menu nav ul {
    width: 100%
}

.desktop-bottom-menu-container .swipable-desktop-menu nav ul li {
    height: 48px;
    width: 100%;
    justify-self: center;
    align-self: center
}

.desktop-bottom-menu-container .swipable-desktop-menu nav ul li {
    background: #161a23;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 48px;
    cursor: pointer;
    color: #ffffff;
    padding-left: 22px;
    border-top: solid 1px #29303c;
    text-transform: uppercase
}

.desktop-bottom-menu-container .swipable-desktop-menu nav ul li a:hover {
    filter: brightness(130%)
}

.desktop-bottom-menu-container .static-desktop-menu {
    position: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.desktop-bottom-menu-container .static-desktop-menu ul {
    display: flex;
    flex-direction: row;
    border-color: rgba(45, 50, 57, 0.556863) white rgba(0, 155, 200, 0.556863);
    border-width: 2px 0px 2px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    align-content: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%
}

.desktop-bottom-menu-container .static-desktop-menu ul {
    box-shadow: inset 0 0 6px black;
    border-bottom-color: #41b1da
}

.desktop-bottom-menu-container .static-desktop-menu ul li {
    flex-grow: 1;
    flex-basis: 0
}

.desktop-bottom-menu-container .static-desktop-menu ul li:not(:last-of-type)  {
    border-right: 1px solid black
}

.desktop-bottom-menu-container .static-desktop-menu ul li  {
    display: flex;
    flex-direction: column-reverse;
    background-color: #0b1727 !important;
    transition: all 0.2s;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    border-bottom: 4px solid #0b1727
}

.desktop-bottom-menu-container .static-desktop-menu ul li  img, .desktop-bottom-menu-container .static-desktop-menu ul li  p {
    align-self: center
}

.desktop-bottom-menu-container .static-desktop-menu ul li  p {
    margin: 15px 0;
    color: #d3d3d3;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s all
}

.desktop-bottom-menu-container .static-desktop-menu ul li a:hover {
    background-image: linear-gradient(#373e47, #245f82)
}

.desktop-bottom-menu-container .static-desktop-menu ul li  img {
    transition: all 0.4s;
    width: 30px
}

.mobile-header-container {
    position: fixed;
    background-color: #0b1727 !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 13
}

@media (min-width: 1150px) {
    .mobile-header-container {
        display: none
    }
}

.mobile-header-container {
    box-shadow: 0 -6px 8px #0000005c;
    padding: 0 0;
    background-color: #0b1727 !important;
    border-top: 1px solid #404247
}

.mobile-header-container .swipable-mobile-header {
    position: fixed;
    bottom: 60px;
    left: 50%;
    margin-left: -176.5px;
    transform: translateY(calc(100% + 60px));
    transition: all 0.4s;
    z-index: 1
}

.mobile-header-container .swipable-mobile-header__open {
    transform: translateY(0);
    transition: all 0.2s
}

@media (max-height: 459px) {
    .mobile-header-container .swipable-mobile-header__open {
        transform: translateY(20px)
    }
}

.mobile-header-container .swipable-mobile-header .account-options-mobile-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 353px;
    padding: 5px 5px 0 5px;
    background-color: #161a23
}

.mobile-header-container .swipable-mobile-header .account-options-mobile-links  {
    background-color: #0b1727 !important;
    height: 40px;
    width: 169px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px
}

.mobile-header-container .swipable-mobile-header .account-options-mobile-links a:hover {
    cursor: pointer;
    filter: brightness(130%)
}

.mobile-header-container .swipable-mobile-header .account-options-mobile-links a img, .mobile-header-container .swipable-mobile-header .account-options-mobile-links a p {
    text-transform: uppercase;
    color: #d3d3d3
}

.mobile-header-container .swipable-mobile-header .account-options-mobile-links .disabled {
    opacity: 0.5;
    filter: grayscale(90%) blur(1px)
}

.mobile-header-container .swipable-mobile-header nav ul {
    display: grid;
    grid-template-columns: 82px 82px 82px 82px;
    grid-template-rows: 82px 82px 82px 82px;
    justify-content: space-between;
    width: 353px;
    height: 353px;
    padding: 5px;
    row-gap: 5px;
    background-color: #161a23
}

.mobile-header-container .swipable-mobile-header nav ul li {
    height: 82px;
    width: 82px;
    justify-self: center;
    align-self: center
}

.mobile-header-container .swipable-mobile-header nav ul li.disabled {
    opacity: 0.5;
    filter: grayscale(90%) blur(1px)
}

.mobile-header-container .swipable-mobile-header nav ul li  {
    display: flex;
    flex-direction: column-reverse;
    background-color: #0b1727 !important;
    transition: all 0.2s;
    max-width: 82px;
    min-width: 71px;
    height: 82px
}

.mobile-header-container .swipable-mobile-header nav ul li a img, .mobile-header-container .swipable-mobile-header nav ul li a p {
    align-self: center
}

.mobile-header-container .swipable-mobile-header nav ul li a p {
    margin: 15px 0;
    color: #d3d3d3;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s all
}

.mobile-header-container .swipable-mobile-header nav ul li  {
    background-color: #0b1727 !important;
}

.mobile-header-container .static-mobile-header {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.mobile-header-container .static-mobile-header ul {
    display: flex;
    flex-direction: row;
    background-color: #0b1727 !important;
    border-width: 2px 0px 2px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    justify-content: space-evenly;
    width: 100%;
    height: 100%
}

.mobile-header-container .static-mobile-header ul  {
    box-shadow: inset 0 0 6px black;
    border-bottom-color: #41b1da
}

.mobile-header-container .static-mobile-header ul .static-mobile-header__active  img {
    transform: rotate(145deg)
}

.mobile-header-container .static-mobile-header ul li {
    flex-grow: 1;
    flex-basis: 0
}

.mobile-header-container .static-mobile-header ul li:not(:last-of-type)  {
    border-right: 1px solid black
}

.mobile-header-container .static-mobile-header ul li  {
    display: flex;
    flex-direction: column-reverse;
    background-color: #0b1727 !important;
    transition: all 0.2s;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    //border-bottom: 4px solid #161a23
}

.mobile-header-container .static-mobile-header ul li  img, .mobile-header-container .static-mobile-header ul li  p {
    align-self: center
}

.mobile-header-container .static-mobile-header ul li  p {
    margin: 15px 0;
    color: #d3d3d3;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s all
}

.mobile-header-container .static-mobile-header ul li {
    background-color: #0b1727 !important;
}

.mobile-header-container .static-mobile-header ul li  img {
    transition: all 0.4s
}

@media (max-height: 459px) {
    .mobile-header-container {
        height: 40px
    }

    .mobile-header-container .static-mobile-header img {
        height: 28px
    }

    .mobile-header-container .swipable-mobile-header {
        margin-left: -132.5px
    }

    .mobile-header-container .swipable-mobile-header .account-options-mobile-links {
        width: 265px
    }

    .mobile-header-container .swipable-mobile-header .account-options-mobile-links a {
        width: 125px
    }

    .mobile-header-container .swipable-mobile-header nav ul {
        grid-template-columns: 60px 60px 60px 60px;
        grid-template-rows: 60px 60px 60px 60px;
        width: 265px;
        height: 265px
    }

    .mobile-header-container .swipable-mobile-header nav ul li {
        height: 60px;
        width: 60px;
        justify-self: center;
        align-self: center
    }

    .mobile-header-container .swipable-mobile-header nav ul li  {
        height: 60px;
        width: 60px;
        min-width: 0px;
        justify-content: center
    }

    .mobile-header-container .swipable-mobile-header nav ul li  p {
        display: none
    }
}
