.header {
    background: #23282d;
    padding: 13px 20px;
    color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 2;
}
#admin {
    position: fixed;
    top: 0;
    bottom: -120px;
    z-index: 1;
    width: 216px;
    background-color: #23282d;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100dvh;
    padding-bottom: 20px;
}
.header__logo img {
    max-width: 120px;
}
.header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    width: 200px;
    min-width: 200px;
}
.header__row {
    width: 100%;
}
.header__row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__items {
    position: relative;
}
.header__admins {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.header__admin {
    background: #f1f1f1;
    padding: 5px;
    border-radius: 50%;
    color: #000000;
}
.header__admin {
    background: #f1f1f1;
    padding: 5px;
    border-radius: 50%;
    color: #000000;
}
.header__exits {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    float: none;
    min-width: calc(100% + 30px);
    right: -20px;
    left: auto;
    top: 20px;
}
.header__exits--blocks {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    background: #32373c;
    margin-top: 19px;
}
.header__href {
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
}
.header__href a {
    color: #ffffff;
}
.header__items:hover .header__exits {
    display: block;
}
.header__href button {
    color: #ffffff;
    background: none;
    border: none;
}
#admin-menu {
    padding-top: 70px;
}
.navbar-nav {
    padding: 0;
}
.nav-link {
    color: #ffffff;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    white-space: normal;
    min-height: 37px;
}
.nav-link:hover{
color:#d82127;
}

.dropdown-menu.show {
    position: relative !important;
    top: 0 !important;
    margin: 0 !important;
    background: #686868;
    padding-left: 0;
    inset: 0 !important;
    transform: translate3d(0px, 0, 0px) !important;
    border: 0;
    width: 100%;
    opacity: 70%;
    padding: 10px 18px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.navbar-nav>li {
    width: 100%;
}
.dropdown-item {
    padding: 0;
    background: none;
    color: #ffffff;
    font-size: 14px;
    display: block;
    white-space: break-spaces;
}
.container {
    width: calc(100% - 216px);
    margin-left: auto;
    background: #f1f1f1;
    margin-right: 0;
    max-width: 100%!important;
    height: 100%;
}
.footer__container {
    background: none;
}
.footer__container p {
        margin: 0;

    }
.navbar-nav .nav-link {
    padding: 8px 18px;
}
.navbar-nav .nav-link.active{
    color: #d82127;
}
.navbar-nav .nav-link.show {
    background: #d82127;
    color: #fff;
}
.admin__hide {
    padding: 0 18px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    gap: 5px;
    align-items: center;
    height: 18px;
}
.dropdown-item.active {
    background: none;
    color: #d82127;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #d82127;
    background: none;
}
.admin__small .admin__item--text {
    display: none;
}
.main--active .container {
    width: calc(100% - 74px);
}
.admin__small#admin {
    width: 74px;
}
.admin__small .ti-arrow-circle-left {
    transform: rotate(180deg);
}
.btn-primary, .btn-saves, .btn-saves-dubl, .btn-success{
    background: #23282d;
    border-color: #23282d;
}
a {

    color: #23282d;
}
.btn-primary:hover, .btn-saves:hover, .btn-saves-dubl:hover, .btn-success:hover {
    opacity: 0.8;
    background: #23282d;
    border-color: #23282d;
}
.main-content {
    min-height: calc(100dvh - 54px);
}
.grid-view {
    overflow-x: auto;
}

.order-statistics-content li p::first-letter {
    text-transform: uppercase; /* Делает букву заглавной */
}