
/* Sidebar */
    .siderbar-number {
        color: white;
        font-weight: bold;
        background: #d22d3d;
        padding: 1px 4px;
        border-radius: 10px;
        font-size: 14px;
        margin-left: 5px;
    }
    .box-form-flex {
        display: flex;
        margin-bottom: 100px;
        margin-top: 50px;
    }
    .box-left-sidebar {
        height: 100%;
        background: #ddd;
    }
    .box-left-sidebar img {
        width: 80%;
    }
    .box-sidebar-logo {
        background: #d22d3d;
        padding: 40px;
        display: flex;
        justify-content: center;
        justify-items: center;
    }
    .box-left-sidebar .box-sidebar-item {
        width: 100%;
        display: inline-block;
        margin-bottom: 100px;
    }
    .box-left-sidebar .nav-item {
        line-height: 22px;
        font-size: 16px;
    }
    .box-left-sidebar .nav-item.main {
        padding: 5px 0;
        margin: 10px 10px 0;
    }
    .box-left-sidebar .nav-item.main span {
        padding: 0 10px;
    }
    .box-left-sidebar .ul .nav-item {
        padding: 5px;
        margin: 10px 0 0;
    }
    .box-left-sidebar .nav-item a {
        color: black;
    }
    .box-left-sidebar .nav-item.active .title {
        border-left: 3px solid #d22d3d;
    }
    .box-slider-mobile,
    .btn-toggle-menu  {
        display: none;
    }
    .box-form-sidebar {
        padding-left: 0;
    }
    .box-form-content {
        padding-right: 0;
    }
    .box-sidebar-item .icon {
        float: right;
        font-size: 12px;
    }
/*  */

@media (max-width: 768px) {
    .box-form-flex {
        display: unset;
    }

    .box-form-content {
        padding-right: 15px;
    }

    .box-header {
        display: inline-block;
    }
    .box-opt-right {
        padding: 0;
    }
    .box-slider-mobile {
        border-radius: 5px;
        width: 50%;
        border: 2px solid #eee;
        margin-left: 20px;
        position: absolute;
        z-index: 9999;
        background: white;
        display: none !important;
    }
    .box-slider-mobile ul li a {
        border-bottom: 2px solid #eee;
        padding: 10px 0;
        font-size: 17px;
    }
    .box-slider-mobile ul li:last-child a {
        border: none;
    }
    .btn-toggle-menu {
        display: block;
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
        background: white;
        border: none;
        margin-left: -5px;
    }
    .btn-toggle-menu span {
        font-size: 25px;
    }
    .btn-toggle-menu:focus {
        outline: none;
    }
    .side-menu {
        display: none;
        margin-bottom: 50px;
        border-radius: unset;
        position: fixed;
        width: 215px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        background: white;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-animation: slide 0.5s forwards;
        -webkit-animation-delay: 2s;
        animation: slide 0.5s forwards;
        animation-delay: 0s;
    }
}
