#cell_table_list {
    font-size: 13px;
}
.input-cell-shelf {
    text-transform: uppercase;
}
input.input-cell-shelf::placeholder {
    text-transform: none;
}
div.dt-container .dt-search input {
    margin-left: 10px;
}
div.dt-container select.dt-input {
    margin-right: 15px;
}
.pack-in-storage {
    width: 100%;
    font-family: inherit;
    border: 1px solid #b0e1a8;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #e2f7d2;
    margin-bottom: 25px;
}
.pack-in-storage .title {
    font-size: 18px;
}
.pack-in-storage .subtitle {
    font-size: 22px;
    font-weight: 600;
}
.pack-in-storage .pack-action {
    display: flex;
    align-items: center;
}
.pack-in-storage .pack-add-cell {
    display: inline-flex;
    background: #1dc900;
    font-size: 20px;
    padding: 10px 35px;
    border-radius: 5px;
    color: #fff;
    height: fit-content;
    cursor: pointer;
}
.select2-container {
    font-size: 20px;
}
.select2-container .select2-selection--single {
    height: 30px;
}
#list_order_product .empty-pack-for-opp {
    background: #ff7b7b;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #d13232;
    border-radius: 10px;
    font-weight: 600;
}
.issue-orders .input-search-opp {
    position: relative;
    max-width: 500px;
}
.issue-orders .input-search-opp .but-search-pack {
    position: absolute;
    top: 0;
    right: 0;
}
table#accept_list {
    width: 100%;
    font-size: 16px;
}
#accept_list .accept-action {
    display: flex;
    justify-content: center;
}
#accept_list .pack-add-cell {
    display: flex;
    justify-content: center;
    background: #58c318;
    width: fit-content;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.empty-pack-for-opp .info-search-pack {
    background: #408ccf;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
}
.empty-pack-for-opp .error-search-pack {
    background: #e97c7c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
}
#header .pull-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#header .head-change-opp {
    display: flex;
    align-items: center;
    width: 500px;
    margin-right: 20px;
}
#header .head-change-opp .title-change-opp {
    white-space: nowrap;
    margin-right: 10px;
    font-weight: 600;
    color: #000;
}
.blocks-dashboard {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.blocks-dashboard a {
    width: 50%;
    padding: 0 30px;
}
.blocks-dashboard a .block-dashboard {
    border: 3px solid #e5e5e5;
    padding: 15px 20px;
    text-align: center;
    color: #ababab;
}
.block-dashboard .icon-block {
    font-size: 60px;
}
.block-dashboard .text-block {
    font-size: 22px;
    font-weight: 600;
}
.blocks-dashboard a .block-dashboard:hover {
    border: 3px solid #e5791f;
    background: rgb(49 165 42);
    color: #fff;
}