#button-back {
    margin: 10px;
}

ost-create-title {
    margin: 20px;
}

.navbar-user {
    margin-right: 10px;
}

.white_letter {
    color: white;
}

.card {
    margin-bottom: 5px;
}

.main-block-content{
    margin: 6px;
}

.orders_user_salary {
    display: flex;
    justify-content: flex-end;
}

.order_operations_choices {
    max-width: 50%;
}

.plan-table-body-sos {
    background-color: "red";
}

.all-stage-batch-in-work {
    width: 1000px;
}


/*       Изменение Navbar       */

@media screen and (max-width: 576px) {
    .navbar-collapse {
        display: flex;
        opacity: 0;
    }
    .navbar-collapse.show {
        display: flex;
        opacity: 1;
        transition: all 1s;
    }
    .navbar-nav {
        max-width: 100px;
    }
    .navbar-user {
        display: flex;
        max-width: 200px;
    }
    .nav-link {
        font-size: 20px;
    }
}
.collapsing {
-webkit-transition: height .01s ease;
-o-transition: height .01s ease;
transition: height .01s ease;
}
/*       Изменение Navbar       */

.link_text_decoration_none {
  text-decoration: none;
}


