.ellipsis-3
{
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    white-space       : pre-wrap;
}
.section-b-space, .cart-section{
    min-height: 700px;
}
.show .user-info::after { top: 18px !important; }
.user-info::after { top: 15px !important; }
header .top-nav, header.active .sticky-header { padding: 10px 0 !important; }
header .navbar.navbar-expand-xl .navbar-nav.no-child .nav-link::before
{
    display: none !important;
}
.img-upload-custom{
    width   : 150px;
    height  : 150px;
    display : block;
    position: relative;
}
.img-upload-custom a.upload, .img-upload-custom button.upload{
    border          : 0;
    position        : absolute;
    top             : -5px;
    right           : -5px;
    width           : 25px;
    height          : 25px;
    border-radius   : 12px;
    display         : flex;
    justify-content : center;
    align-items     : center;
    background-color: #ff9e43;
    color           : white;
}
.cropperjs-sweetalert .swal2-html-container
{
    max-height: 500px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.table tbody tr td { border-bottom: none !important; }
body .table tbody tr
{
    color: #97A2D2;
    border-bottom: 1px solid #f3dede;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    color           : #ffffff !important;
    background-color: #FF9F43 !important;
}
@media (width <= 700px) {
    .mobile-hide {
        display: none;
    }
}
.input-group .select2-container
{
    min-width  : 0 !important;
    margin-left: 0 !important;
    flex-grow  : 1 !important;
}
.input-group .select2-selection
{
    border-radius: 0 !important;
}
.avatar-card
{
    background-size    : cover;
    background-position: center;
    min-height         : 120px;
}
.modal .modal-footer .btn
{
    min-width: 0 !important;
}