body {
    font-weight: 500;
    line-height: 1.3;
    width: 100%;
    color: #12141d;
    background-color: #ebf2f2;
    font-family: 'Gilroy';
    font-size: 17px;
}
section.footer_menu {
    background: #fff;
    width: 100%;
    bottom: 0px;
    position: fixed;
    padding: 10px 0;
}
section.header {
    background: #2563eb;
    color: #fff;
    padding: 20px;
    min-height: 100px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.logo {
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    margin-top: -1px;
}
.search {
    margin-top: 20px;
}
.search input {
    width: 100%;
    border: 0px;
    line-height: 40px;
    border-radius: 10px;
    padding: 3px 34px;
    font-size: 14px;
}
section.footer_menu {
    background: #fff;
    width: 100%;
    bottom: 0px;
    position: fixed;
    padding: 20px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    min-height: 65px;
    text-align: center;
}
section.body {
    margin: 20px 0 20px 0;
}
.row {
    margin: 0 -30px;
}
.app-iteam {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    min-height: 75px;
}
section.body .row {
    margin: 0 -15px;
}
.app-iteam-body {
    text-align: center;
    font-size: 10px;
}
.app-iteam-name {
    margin-top: 10px;
}
.blockhead {
    background: #fff;
    border-bottom-left-radius: 20px;
    padding: 10px;
    min-height: 80px;
}
section.headerapp .logo {
    max-width: 135px;
    margin: 23px 0 0 15px;
}
section.headerapp .logo img {
    width: 100%;
}
.appbotsbox .col-md-3 {
    width: 20%;
}
.appbotsbox .col-md-9 {
    width: 80%;
}
.row {
    margin: 0;
}
section.headerapp {
    margin: 0 0 30px 0;
}
.menu-container {
            width: 280px;
            background-color: white;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            height: 100vh;
            overflow-y: auto;
            position: fixed;
            left: 0;
            top: 0;
        }

        .menu-header {
            padding: 20px;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            gap: 12px;
        }

       
        .menu {
            list-style: none;
            padding: 10px 0;
            font-size: 16px;
        }

        .menu-item {
            position: relative;
        }

        .menu-link {
            display: flex;
            align-items: center;
            padding: 12px 20px;
            color: #000;
            text-decoration: none;
            transition: all 0.2s;
            border-left: 3px solid transparent;
        }

        .menu-link:hover {
            color: #2563eb;
        }
        ul.menu li a:hover {
            color: #2563eb;
        }
        

        .menu-link.active {
            background-color: #d1dff1;
            color: #0063ef;
            border-radius: 100px;
        }

        .menu-link.active i {
            color: #0063ef;
        }

        .menu-link i {
            margin-right: 12px;
            width: 20px;
            text-align: center;
            color: #000;
            font-size: 17px;
        }

        .submenu {
            list-style: none;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .submenu.open {
            max-height: 500px;
        }

        .submenu-link {
            display: flex;
            align-items: center;
            padding: 10px 20px 10px 15px;
            color: #000;
            text-decoration: none;
            transition: all 0.2s;
        }

        .sub-submenu {
            list-style: none;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .sub-submenu.open {
            max-height: 500px;
        }

        .sub-submenu-link {
        display: flex;
            align-items: center;
            padding: 8px 20px 8px 0px;
            color: #000;
            text-decoration: none;
            transition: all 0.2s;
        }

        .sub-submenu-link:hover {
            color: #2563eb;
        }
        .sub-submenu-link.active {
            color: #0063ef;
            font-weight: 500;
        }

        .arrow {
            margin-left: auto;
            transition: transform 0.3s;
        }

        .arrow.open {
            transform: rotate(90deg);
        }
        .menu a {
            text-decoration: none;
        }
        .menu a:hover {
            text-decoration: none;
        }
i.fa.fa-chevron-right.arrow {
    font-size: 10px;
}
ul.sub-submenu.open {
    font-size: 14px;
}
.appbotsbox h1 {
    font-size: 25px;
    margin: 0;
    font-weight: 600;
}
.maincontent {
    background: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px;
    margin-top: 15px;
    height: 100vh;
    min-height: 300px;
    position: fixed;
    width: 76%;
}
.row.appcontent {
    margin-top: 0px;
}
a.buttonsin {
    color: #fff !important;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: none;
    padding: 15px 15px 15px 15px;
    text-align: center;
    width: 230px;
    max-width: 300px;
    background: #2563eb;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Gilroy';
    text-decoration: none;
    margin: -10px 0 3px 0;
    float: right;
}
.appbotsbox h2 {
    font-size: 21px;
    font-weight: 600;
}
.row.maincontentwidth {
    max-width: 850px;
    margin: 0 auto;
}
.bodytext {
    margin: 15px 0 100px 0;
}
ul.rashan {
    list-style: none;
    display: -webkit-box;
    padding: 0;
    float: right;
    margin: 20px 0 0 0;
}
ul.rashan li {
    font-size: 14px;
    background: #ebf2f2;
    padding: 5px 15px;
    border-radius: 100px;
    margin: 0 0 0 15px;
    font-weight: 600;
}
.bodytextdate {
    font-size: 14px;
    color: #8c8787;
    margin-top: 30px;
}
a {text-decoration: none;}
a:hover {text-decoration: none; }
a, a:active, a:focus {
   outline: none;
}
.zadvopr textarea {
    width: 100%;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #c4c0c0;
    min-height: 120px;
}
.zadvopr {
width: 100%;
    max-width: 820px;
    position: fixed;
    bottom: 5px;
}
.parent-container {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
}
.row.maincontentwidth {
    height: 400px;
    overflow-y: scroll;
}
.maincontentwidth::-webkit-scrollbar {
  width: 7px; /* Ширина всего элемента навигации */
}

.maincontentwidth::-webkit-scrollbar-track {
  background: #fff; /* Цвет дорожки */
}

.maincontentwidth::-webkit-scrollbar-thumb {
  background-color: #ced2d2; /* Цвет бегунка */
  border-radius: 20px; /* Округление бегунка */
  border: 3px solid #ced2d2; /* Оформление границ бегунка */
}
.userpic {
    float: left;
    width: 50px;
    height: 50px;
}
#search input {
    border: 0px;
    border-radius: 100px;
    background: #ebf2f2;
    box-shadow: none;
    height: 45px;
    padding: 10px 30px;
    font-size: 14px;
    width: 400px;
}
.searchapp {
    max-width: 400px;
    margin: 5px 0 0 0;
    float: right;
}
.searchapp button {
    border: 0px;
    margin-left: -60px !important;
    background: transparent;
    opacity: 0.3;
}
.user {
    font-size: 15px;
}
.usertext p {
    margin: 0;
}
.userpic {
    float: left;
    width: 50px;
    height: 50px;
    background: #ebf2f2;
    border-radius: 100px;
    margin-right: 15px;
}
.user {
    font-size: 15px;
    float: right;
    min-width: 200px;
    margin: 5px 0 0 0;
}
.usertext p:nth-child(1) {
    font-weight: 600;
    margin: 4px 0 0 0;
}
.row.blockhead {
    margin-left: 10px;
}