body {
    background-color: #f5f5f5;
    position: relative;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cardBody {
    height: 110px;
    overflow-y: auto;
}

.cat-image {
    width: 100%;
    max-height: 95px;
}

.prod-image {
    width: 100%;
    max-height: 95px;
}

.modal-fullscreen .modal-header {
    background-color: #7952B3;
}

.per-title {
    margin-left: 10px;
    color: #fff;
}

.modal-fullscreen .modal-body {
    background-color: #f5f5f5;
}

.bgRGBA {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
}

.cardItemName {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    font-size: 20px;
    font-weight: 700;
}

.cardItemPrice {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0f0f0;
    font-size: 18px;
    font-weight: 700;
}

.home-cursor {
    cursor: pointer;
}

.user-action {
    margin-left: -12px;
}

.personal-action {
    margin-left: -20px;
}

.candinate-action {
    margin-left: -16px;
}

.customer-action {
    margin-left: -14px;
}

.product-action {
    margin-left: -12px;
}

.category-action {
    margin-left: -10px;
}

.table-action {
    margin-left: -10px;
}

.expense-action {
    margin-left: -20px;
}

.action-sale {
    margin-left: -10px;
}

.cursor:hover {
    cursor: pointer;
    background-color: #7952B3;
    color: #fff;
    border-color: #7952B3;
}

.modal-footer .prod-per-total {
    font-size: 20px;
    font-weight: 700;
}

.prod-total {
    font-size: 20px;
    font-weight: 700;
}

.table>tbody {
    cursor: pointer;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #ffc107;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.table-striped>tbody>tr>* {
    background-color: #ced4da;
    font-weight: 500;
    font-size: 15px;
}

.td-size {
    font-size: 10px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #7952B3;
    border-color: #7952B3;
}

.page-link:hover {
    cursor: pointer;
    z-index: 2;
    color: #fff;
    background-color: #7952B3;
    border-color: #7952B3;
}

.bg-purple {
    color: #fff;
    background-color: #7952B3;
    border-color: #7952B3;
}

.minus {
    width: 11%;
}

.plus {
    position: relative;
    left: 42%;
}

.qty {
    width: 255%;
}

.minus-rel {
    width: 20%;
}

.plus-rel {
    position: relative;
    left: 21%;
}

.qty-rel {
    width: 208%;
}

.btn-outline-primary {
    color: #7952B3;
    border-color: #7952B3;
}

.btn-outline-primary:hover {
    background-color: #7952B3;
    color: #fff;
    border-color: #7952B3;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #7952B3;
    color: #fff;
    border-color: #7952B3;
}

.btn-outline-primary:disabled {
    background-color: #7952B3;
    color: #fff;
}

.btn-outline-warning {
    color: #ffe484;
    border-color: #ffe484;
    font-weight: 600;
}

.discount-servis {
    font-size: 13px;
}

.react-switch {
    vertical-align: middle;
    margin-left: 4px;
}

.cust-del {
    cursor: pointer;
}

.packer-footer {
    padding: 0.75rem;
    background-color: #fff;
}

.filter {
    cursor: pointer;
    border-right: #000000;
    border-left: #000000;
}

.filter:hover {
    background-color: #808080;
    color: #ffffff;
}

.prod_size {
    width: 60px;
    height: 50px;
}

/* Emoji list */

.eval-work {
    text-align: center;
    margin-bottom: 20px;
}

.emoji-list {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    height: 50px;
    justify-content: center;
}

.emoji-container {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.emoji-state {
    height: 50px;
    cursor: pointer;
    -webkit-transition: -moz-transform .2s ease-out;
    -moz-transition: -webkit-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    transition: transform .2s ease-out;
}

.emoji-container:hover .emoji-state {
    background-position: bottom center;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.emoji-gray {
    filter: grayscale(100%);
}

.emoji-scaled {
    transform: scale(1.2);
}

.emoji-label {
    margin-top: 5px;
    font-weight: 400;
    cursor: pointer;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.emoji-label-selected {
    text-decoration: underline;
}

.offline_style {
    display: flex;
    justify-content: center;
    color: rgb(255, 0, 0);
    font-size: 20px;
    font-weight: 700;
}