.main-body .page-wrapper {
    padding: 1.8rem;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.cardPosDashBoard {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 50%);
    border: none;
    margin-bottom: 30px;
}

.cardPosDashBoard-block {
    padding: 1.25rem;
}

.cardDigitDashBoard-block {
    padding: 1.25rem;
}

.cardPosDashBoard .cardPosDashBoard-footer {
    background-color: #fff;
    border-top: none;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.text-right {
    text-align: right !important;
}

.bg-c-yellow {
    background: -webkit-gradient(linear, left top, right top, from(#fe9365), to(#feb798));
    background: linear-gradient(to right, #fe9365, #feb798);
}

.bg-c-green {
    background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3));
    background: linear-gradient(to right, #0ac282, #0df3a3);
}

.bg-c-pink {
    background: -webkit-gradient(linear, left top, right top, from(#fe5d70), to(#fe909d));
    background: linear-gradient(to right, #fe5d70, #fe909d);
}

.bg-c-blue {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf);
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.text-white {
    color: #fff !important;
}

.text-right {
    text-align: right !important;
}

.cardPosDashBoard-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.text-c-yellow {
    color: #fe9365;
}

.text-c-green {
    color: #0ac282;
}

.text-c-pink {
    color: #fe5d70;
}

.text-c-blue {
    color: #01a9ac;
}

p {
    margin-bottom: 0px !important;
}

.PosDashBoardtext-muted {
    font-size: 14px;
    color: #6c757d !important;
}


.Border-Right-c-yellow {
    border-right: 4px double #fe9365;
}

.Border-Right-c-green {
    border-right: 4px double #0ac282;
}

.Border-Right-c-pink {
    border-right: 4px double #fe5d70;
}

.Border-Right-c-blue {
    border-right: 4px double #01a9ac;
}