.pagination .page-item {
    padding: 5px;
}

.table-responsive {
    margin-bottom: 0px !important;
}

/* Item List */
#item-list .links {
    text-align: center;
    margin-bottom: 10px;
}

#item-list .stat {
    border-radius: 4px;
    padding: 5px;
    box-shadow: rgb(0 0 0 / 16%) 0px 4px 12px 0px;
    font-size: 12px;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
}

#item-list .stats .stat .title {
    color: #666;
    font-size: 13px;
}

#item-list .stats .stat .value {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}

#item-list .item {
    display: flex;
    justify-content: flex-start;
}

#item-list .item .image {
    width: 120px;
    text-align: center;
}

#item-list .item .details {
    flex-grow: 1;
}

#item-list .item .title {
    font-size: 17px;
    margin-bottom: 5px;
}

#item-list .item .features {
    display: flex;
    justify-content: flex-start;
}

#item-list .item .features .feature {
    border-radius: 4px;
    margin: 5px;
    padding: 5px;
    box-shadow: rgb(0 0 0 / 16%) 0px 4px 12px 0px;
    width: 130px;
    font-size: 12px;
    text-align: center;
    background: #fff;
}

#item-list .item .features .feature .title {
    color: #666;
    font-size: 13px;
}

#item-list .item .features .feature .value {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
}



/**
 for bootstrap and tabler compatible.
**/
.dropdown-toggle:after {
    border-top: 0 !important;
    border-right: 0 !important;
}

/**
 for laravel pagination
**/

.table-pagination>nav>div:first-child {
    display: none !important;
}

.table-pagination>nav>div>div:first-child {
    display: none !important;
}

.select2-container {
    display: block !important;
}

.profit_is_plus {
    color: green !important;
    font-weight: bolder;
    font-size: 18px;
}

.profit_is_misus {
    color: red !important;
    font-weight: bolder;
    font-size: 18px;
}