﻿
html, body {
    font-family: "Open Sans", sans-serif;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


.display .h4{
    margin-bottom: 5px;
}
/*Default Users CSS*/
.DefaultUser-Body {
    background-image: url('/img/DefaultUserBG.jpg');
    background-repeat: no-repeat;
    background-position: unset;
    min-height: 675px;
    width: 100%;
}

/*Categories List Items CSS*/
.CategoryPage {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    background-color: rgb(255,255,255);
    min-height: 100%;
}


#Category-Header {
    box-shadow: 0px 3px 2px -3px #c2c2c2;
    /*background: linear-gradient(135deg, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 39%, rgba(255,175,75,1) 69%, rgba(255,175,75,1) 100%);*/
    /*background-image: url('/img/CategoriesHeader-BG.png');*/
    /*background-image: url('/img/CategoryHeader-BG2.jpg');*/
    background-image: url('/img/CategoryHeader-BG3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 2px solid #ffffff;
}

#CategoryHeader-Text {
    margin-left: 1.5rem;
    padding-top: .5rem;
}

#CategoryHeader-Title {
    font-size: 1.6rem;
    color: rgba(252,252,252,1);
    font-family: Arial;
}

.Categories-Body {
    transition: .3s all;
}

.Categories-InnerBody {
    /*background: linear-gradient(135deg, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);*/
    /*background-image: url('/img/CategoryItem-BG.jpg');*/
    /*background-image: url('/img/CategoryItem-BG2.jpg');*/
    background-image: url('/img/CategoryItem-BG3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 86.5vh;
}

.CategoryItem-Body {
    opacity:.8;
    /*background-image: url('/img/BG-Original.jpg');
    background-repeat: round;
    background-position:center;*/
    font-family: "Open Sans", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(252,249,252,1) 90%, rgba(252,249,252,1) 100%);
    border-radius: 5px;
    border: solid 1px #eeeeee;
    transition: .3s all;
}

    .CategoryItem-Body:hover {
        opacity: 1;
        box-shadow: 1px 1px 2px 0px rgba(158,158,158,.3);
        animation: mymove .3s;
    }

@keyframes mymove {
    0% {
        top: 0px;
    }

    50% {
        top: -5px;
    }

    100% {
        top: 0px;
    }

}
    .CategoryItem-Link {
        text-decoration: none !important;
        transition: .3s all;
    }

/*.CategoryItem-Icon i {
    font-size:100px;
    color:#17A2B8;
    transition: .3s all;
}

    .CategoryItem-Icon i:hover {
        color: #1f93a5;
    }*/

.CategoryItem-Icon img {
    width: 74px;
    height: 74px;
}


.CategoryItem-Title h5 {
    color: rgba(102,102,102,1);
    font-size: 12px !important;
    transition: .3s all;
}

.CategoryItem-Body:hover .CategoryItem-Title h5 {
    color: #1f93a5;
}


footer.CategoryItem-footer {
    position: absolute;
    border-top: 2px solid #ffffff;
    width: 100%;
    /*background-image: url('/img/CategoriesFooter-BG.png');*/
    /*background-image: url('/img/CategoryFooter-BG2.jpg');*/
    background-image: url('/img/CategoryFooter-BG3.jpg');
    background-repeat: no-repeat;
    bottom: 0;
    /*background: linear-gradient(135deg, rgba(255,146,10,1) 0%, rgba(255,146,10,1) 39%, rgba(255,175,75,1) 69%, rgba(255,175,75,1) 100%);*/
    padding: 5px 0;
}

    footer.CategoryItem-footer p {
        font-size: 0.7em;
        color: white;
        margin: 0;
    }

/* MAIN FOOTER MEDIAQUERIES ------------------------- */
@media (max-width: 575px) {
    CategoryItem-footer div[class*="col-"] {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    CategoryItem-footer p {
        font-size: 0.9em;
    }
}

#Dashboard-Header {
    box-shadow: 0px 3px 2px -3px #c2c2c2;
    background: white;
}

.DashBoardHeader-Icons {
    width: auto;
    height: 55px;
}

.fa-header-icon {
    font-size: 2.7rem;
}

#DashboardHeader-Text {
    margin-left: 1.5rem;
}

#DashboardHeader-Title {
    font-size: 1.6rem;
    color: rgba(102,102,102,1);
    font-family: Arial;
}

#Header-DatePicker {
    float: right;
}

.Header-inputbox {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    border-bottom: 1px solid #fafafa !important;
    transition: .2s all;
    float: left;
}

    .Header-inputbox:hover, .Header-inputbox:focus {
        border-bottom: 1px solid #128ec4 !important;
        outline: none !important;
    }

.faWhite {
    color: white !important;
}

.card {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.cards {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.bg-orange {
    background: linear-gradient(to right, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
}

.bg-blue {
    background: linear-gradient(to right, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
}

.bg-green {
    background: linear-gradient(to right, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 50%, rgba(145,232,66,1) 100%);
}

.bg-red {
    background: linear-gradient(to right, rgba(252,126,104,1) 0%, rgba(231,56,39,1) 73%, rgba(231,56,39,1) 100%);
}

.bg-olive {
    background: linear-gradient(to right, rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%);
}

.bg-skyblue {
    background: linear-gradient(to right, rgba(105,213,255,1) 0%, rgba(41,184,229,1) 50%, rgba(41,184,229,1) 100%);
}

.bg-yellow {
    background: linear-gradient(to right, rgba(235,215,0,1) 0%, rgba(254,182,69,1) 58%, rgba(254,182,69,1) 100%);
}

.bg-magenta {
    background: linear-gradient(to right, rgba(219,54,164,1) 0%, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 100%);
}

.bg-black {
    background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(28,28,28,1) 16%, rgba(71,71,71,1) 59%, rgba(19,19,19,1) 100%);
}

.bg-grey {
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(245,242,245,1) 100%);
}

.bg-pink {
    background: linear-gradient(to right, rgba(219,54,164,1) 0%, rgb(190, 107, 171) 0%, rgb(228, 56, 203) 100%);
}

.text-black {
    color: #1c1c1c !important;
}

.text-magenta {
    color: #cb60b3 !important;
}

.text-yellow {
    color: #feb645 !important;
}

.text-blue {
    color: #49a5bf !important;
}

.text-green {
    color: #91e842 !important;
}

.text-red {
    color: rgba(252,126,104,1) !important;
}

.text-skyblue {
    color: #29b8e5 !important;
}
.text-pink {
    color: rgb(228, 56, 203) !important;
}

.text-olive {
    color: rgba(164,179,87,1) !important;
}

.text-orange {
    color: rgba(255,175,75,1) !important;
}

.text-grey {
    color: #adadad;
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
}

.Dashboard-Sidenav-Icon {
    margin-left: 2%;
    font-size: 12px !important;
}

.border-radius32px {
    border-radius:32px;
}
/*Sale Administration*/
/*Sale CSS*/
.SaleAdminCard .card-statistics {
    border-radius: 80px !important;
}

.SaleAdminCard {
    border-radius: 80px;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.SaleAdminCharts-Body {
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(246,246,246,1) 100%);
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
}

.SaleAdminCard .SaleAdminCard-body {
    min-height: 130px;
    border-radius: 63px !important;
    padding: .8rem 1.2rem 0rem 1.2rem;
    /*box-shadow: 6px 6px 15px -5px rgba(235,235,235,1);*/
    /*background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(246,246,246,1) 100%);*/
}


.SaleAdminCard-body-bottom {
    padding: 1rem;
    margin: 2rem 1rem 2rem 1rem;
    box-shadow: 6px 6px 15px -5px rgba(235,235,235,1);
    background: radial-gradient(ellipse at center, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 41%, rgba(247,247,247,1) 100%);
}


.SaleAdminIcons {
    border-radius: 80px;
    padding: 2px;
    margin-top: -20px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    transition: all .3s;
}

.SaleAdminCard .SaleAdminCard-body:hover .SaleAdminIcons {
    margin-top: -25px;
}

.SaleAdminIcons .fa {
    color: white !important;
    font-size: 2rem;
    line-height: 50px;
    width: 50px;
    text-align: center;
}

.SaleAdminCard-BodyTitle {
    font-weight: 500;
    font-size: .93rem !important;
    line-height: 1.538462;
    color: rgb(250, 250, 250)!important;
}

.SaleAdminBorder-Right {
    transform: rotate(10deg);
    margin-left: 2%;
    border-right: 2px solid #f5efef !important;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 47%;
}

.SaleAdminIcons-bottom {
    font-size: 5rem;
}

.SaleAdminCard-title {
    font-size: 13px;
    line-height: 1.538462;
    color: #fbfbfb;
}

.SaleAdminPaddingBottom {
    padding-bottom: 1%;
}

.SaleAdminfont-weight-medium {
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center !important;
    color: #fbfbfb !important;
}

.SaleAdminfont-weight-medium-bottom {
    font-weight: 500;
    font-size: 3rem;
    text-align: center !important;
    color: #fbfbfb!important;
}

.SaleAdmincard-footer {
    padding: .5rem .5rem .1rem .5rem;
    border-top: 1px solid #eee;
}


/*Sale CSS*/
.SaleCard {
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.SaleCharts-Body {
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(246,246,246,1) 100%);
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
}

.SaleCard .SaleCard-body {
    min-height: 130px;
    padding: .8rem .8rem 0rem .8rem;
    /*box-shadow: 6px 6px 15px -5px rgba(235,235,235,1);*/
    /*background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(246,246,246,1) 100%);*/
}


.SaleCard-body-bottom {
    padding: 1rem;
    margin: 2rem 1rem 2rem 1rem;
    box-shadow: 6px 6px 15px -5px rgba(235,235,235,1);
    background: radial-gradient(ellipse at center, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 41%, rgba(247,247,247,1) 100%);
}


.SaleIcons {
    border-radius: 3px;
    padding: 2px;
    margin-top: -20px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    transition: all .3s;
}

.SaleCard .SaleCard-body:hover .SaleIcons {
    margin-top: -25px;
}

.SaleIcons .fa {
    color: white !important;
    font-size: 2rem;
    line-height: 50px;
    width: 50px;
    text-align: center;
}

.SaleCard-BodyTitle {
    font-weight: 500;
    font-size: .93rem !important;
    line-height: 1.538462;
    color: rgb(150, 150, 150);
}

.SaleBorder-Right {
    transform: rotate(10deg);
    margin-left: 7%;
    border-right: 2px solid #dbdbdb !important;
    height: 50px;
}

.SaleIcons-bottom {
    font-size: 5rem;
}

.SaleCard-title {
    font-size: 13px;
    line-height: 1.538462;
    color: #7d7d8e;
}

.SalePaddingBottom {
    padding-bottom: 1%;
}

.Salefont-weight-medium {
    font-weight: 500;
    font-size: 1.5rem;
    text-align:center!important;
}

.Salefont-weight-medium-bottom {
    font-weight: 500;
    font-size: 3rem;
    text-align: center !important;
}

.Salecard-footer {
    padding: .5rem .5rem .1rem .5rem;
    border-top: 1px solid #eee;
}


/*ORDER TRACKING CSS*/
.OrderCards-bg {
    background-color: rgba(245,245,245,.1);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    margin: .5rem;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) !important;
}

.OrderIcons {
    position: absolute;
    z-index: 0;
    top: -1.8rem;
    right: 0rem;
    opacity: 0.8;
    font-size: 4.7rem;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.OrderIcons-bottom {
    position: absolute;
    z-index: 0;
    top: -.2rem;
    right: 0rem;
    opacity: 0.8;
    font-size: 3.2rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.OrderCharts-bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(45deg, rgba(246,246,246,1) 0%, rgba(255,255,255,0.96) 14%, rgba(255,255,255,0.92) 28%, rgba(255,255,255,0.85) 51%, rgba(255,255,255,0.83) 59%, rgba(237,237,237,0.71) 100%);
}

.Order-Title {
    font-size: 1.1rem;
}

.Order-Muted-Text {
    color: rgba(120,120,120,8);
    font-size: 2.2rem !important;
    margin-left: .5rem !important;
}

.OrderCard-Footer-Text1 {
    color: #FE9F00;
    font-size: 1.4rem !important;
}


.OrderCard-Footer-Text2 {
    color: rgba(120,120,120,8) !important;
    font-size: .8rem !important;
}

.OrderCard-footer {
    padding: .65rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
    box-shadow: 0px 1px 1px 0px rgba(222,222,222,1);
}

/*Inventory Card Css*/
.InventoryCard {
    font-family: "Poppins", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(254,254,254,1) 73%, rgba(246,246,246,1) 100%);
    background-clip: border-box;
    border-radius: .25rem;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.Inventorytext-muted {
    color: rgba(132,132,132,1) !important;
    font-size: .8rem;
}

.InventoryLargetext-muted {
    color: #c2c2c2 !important;
    font-size: 1rem;
}

.font-weight-medium {
    font-weight: 500;
    font-size: 2.2rem;
}

.font-weight-medium-bottom {
    font-weight: 500;
    font-size: 3rem;
}

.InventoryCard .InventoryCard-body {
    padding: 1rem;
}

.InventoryCharts-Body {
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 66%, rgba(246,246,246,1) 100%);
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
}

.InventoryIcons {
    font-size: 4rem;
}

.InventoryIcons-bottom {
    font-size: 5rem;
}

.InventoryCard-title {
    font-size: 1rem;
    color: rgba(102,102,102,1);
}


/*ImportExport*/

.ImportExportCard {
    font-family: "Poppins", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .20rem;
    background: linear-gradient(135deg, rgba(229,229,229,1) 0%, rgba(246,246,246,0.67) 47%, rgba(237,237,237,0.29) 90%);
    box-shadow: 10px 10px 2px -5px rgba(247,247,247,1);
}

.ImportExportChart-bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(45deg, rgba(246,246,246,1) 0%, rgba(255,255,255,0.96) 14%, rgba(255,255,255,0.92) 28%, rgba(255,255,255,0.85) 51%, rgba(255,255,255,0.83) 59%, rgba(237,237,237,0.71) 100%);
}

.ImportExportfont-weight-medium {
    font-weight: 500;
    color: rgba(122,122,122,1);
    font-size: 2.2rem;
}

.ImportExportCard .ImportExportCard-body {
    padding: 1.2rem;
}

.ImportExportcard-title {
    font-size: .9rem;
    font-weight:500;
}

/*CRM SYSTEM*/


.CRMCard {
    border-right: 2px solid white !important;
    padding-right: .7rem;
}

.CRMCard-Last {
    padding-right: .7rem;
}

/*.CRMfont-weight-medium {
    font-weight: 500;
    color: white;
    font-size: 1rem;
}*/

.CRMCard-body {
    /*background: linear-gradient(to bottom, rgba(119,175,224,1) 18%, rgba(119,175,224,1) 47%, rgba(69,136,202,1) 76%, rgba(27,103,184,1) 100%);*/
    font-family: "Poppins", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-top-left-radius: .20rem;
    border-top-right-radius: .20rem;
    box-shadow: 2px 2px 10px -1px rgba(102,102,102,1);
    padding: .8rem .8rem .3rem .8rem;
}

.CRMCard-body-bottom {
    background: radial-gradient(ellipse at center, rgba(252,252,252,1) 0%, rgba(252,252,252,1) 50%, rgba(255,255,255,1) 100%);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-top-left-radius: .20rem;
    border-top-right-radius: .20rem;
    padding: .5rem;
    box-shadow: 1px 0px 5px -1px #cccccc;
}

.CRMIcons {
    color: white !important;
    font-size: 2.8rem;
}


.CRMCard-title {
    color: white;
    padding-top:5px;
    font-size: 1.1rem;
}

.CRMcard-footer {
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1.5px solid white;
}

.CRMcard-footer-bottom {
    margin-top: .1rem;
    padding: 0px 1rem 0px 1rem;
    border-top: 1.5px solid white;
    box-shadow: 2px 2px 10px -1px rgba(102,102,102,1);
}

.CRMCard-Footer-Text {
    color: white !important;
    text-align: center;
    font-size: 2rem !important;
}

.Border-Right {
    transform: rotate(12deg);
    margin-left: 20%;
    border-right: 2.4px solid white !important;
    height: 60px;
}

.CRMCard-Footer-Text strong {
    color: white !important;
    font-size: .7rem !important;
}

.CRMCard-title-last {
    color: white;
    font-size: 1.25rem;
}

.CRMCharts-Body {
    background: linear-gradient(45deg, rgba(250,250,250,1) 0%, rgba(250,250,250,1) 19%, rgba(254,254,254,1) 44%, rgba(254,254,254,1) 68%, rgba(250,250,250,1) 89%, rgba(250,250,250,1) 100%);
    padding: 2rem 2rem 2rem 3rem;
    background-clip: border-box;
    border-radius: .25rem;
}


/*Mail And SMS Css*/

.MailSMSCard {
    border-radius: 4px;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.MailSMSCharts-Body {
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,250,255,1) 68%, rgba(252,252,252,1) 87%, rgba(252,252,252,1) 100%);
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: .25rem;
    box-shadow: 1px 1px 8px 1px rgba(232,232,232,1);
}

.MailSMSCard .MailSMSCard-body {
    min-height: 64px;
    padding: 0.3rem;
    border-radius: .25rem;
    box-shadow: 2px 2px 4px 1px rgba(181,181,181,1);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 19%, rgba(250,250,250,1) 51%, rgba(255,255,255,1) 94%, rgba(255,255,255,1) 100%);
}


.MailSMSCard-body-bottom {
    padding: 1rem;
    margin: 2rem 1rem 2rem 1rem;
    box-shadow: 6px 6px 15px -5px rgba(235,235,235,1);
    background: radial-gradient(ellipse at center, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 41%, rgba(247,247,247,1) 100%);
}

.MailSMSUpperCard {
    margin-left: 1%;
}

.MailSMSIcons {
    min-width: 48%;
    border-radius: 3px;
    padding: 2px;
    margin-bottom: 10px;
    float: left;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    transition: all .3s;
    margin-left: 1%;
}

    .MailSMSIcons .fa {
        color: white !important;
        font-size: 2rem;
        line-height: 50px;
        width: 50px;
        text-align: center;
    }

    .MailSMSIcons span {
        color: white !important;
        font-size: 1rem !important;
        padding-right: 10px;
        padding-left: 10px;
        width: 160px;
        line-height: 50px;
        text-align: center;
    }

.MailSMSCard-BodyTitle {
    font-weight: 500;
    font-size: .93rem !important;
    line-height: 1.538462;
    color: rgb(150, 150, 150);
}

.MailSMSBorder-Right {
    transform: rotate(10deg);
    margin-left: 0%;
    border-right: 2px solid !important;
    height: 50px;
}

.MailSMSIcons-bottom {
    font-size: 5rem;
}

.MailSMSCard-title {
    font-size: 13px;
    line-height: 1.538462;
    color: #7d7d8e;
}

.MailSMSfont-weight-medium {
    font-weight: 500;
    font-size: 1.5rem;
}

.MailSMSfont-weight-medium-bottom {
    font-weight: 500;
    font-size: 3rem;
}

.MailSMScard-footer {
    padding: 0rem 1rem 0rem 1rem;
}


/*Accounts*/

.AccountsCard {
    font-family: "Poppins", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background: linear-gradient(45deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 38%, rgba(245,245,245,1) 90%, rgba(245,245,245,1) 100%);
    border: solid 1px #eeeeee;
    /*box-shadow: 18px 18px 0px -10px rgba(120,120,120,.2);*/
}

.AccountsCharts-bg {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(135deg, rgba(181,198,208,1) 0%, rgba(242,246,248,1) 0%, rgba(235,247,255,1) 84%, rgba(235,247,255,1) 100%);
}

.Accountsfont-weight-medium {
    font-weight: 500;
    font-size: 2rem;
}

.AccountsProgressBars {
    margin-top: .4rem;
    height: 7px;
}

.AccountsCard .AccountsCard-body {
    padding: 1rem;
}

.AccountsCard .AccountsCard-body-bottom {
    padding: 1rem;
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 51%, rgba(246,246,246,1) 100%);
}

.Accountscard-title {
    font-size: .8rem;
    color: rgba(135,135,135,1);
}

.Accountscard-title-bottom {
    font-size: .7rem;
    margin-right: .2rem;
    color: rgba(135,135,135,1);
}

.bg-custom {
    background: linear-gradient(135deg, rgba(181,198,208,1) 0%, rgba(242,246,248,1) 0%, rgba(235,247,255,1) 84%, rgba(235,247,255,1) 100%);
}

/*B To B CSS*/
.BToBCards-bg {
    background-color: #f8f9fa;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.BToBIcons {
    background: rgba(0,0,0,.8);
    opacity: .8;
    border-radius: 50%;
    padding: 14px 12px 10px 12px;
    float: left;
}

    .BToBIcons .fa {
        color: white !important;
        font-size: 1.8rem;
        text-align: center;
    }

.BToBIcons-bottom {
    position: absolute;
    z-index: 0;
    top: -.2rem;
    right: 0rem;
    opacity: 0.8;
    font-size: 3.2rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.BToBcard-body {
    padding: 1rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 0px -2px 5px 0px rgba(222,222,222,1);
}

.BToBcard-body-bottom {
    padding: .6rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 0px -2px 5px 0px rgba(222,222,222,1);
}

.BToBCharts-bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(to right, rgba(237,248,255,1) 0%, rgba(237,248,255,1) 20%, rgba(207,236,255,1) 100%);
}

.BToB-Title {
    font-size: .75rem;
}

.BToB-Muted-Text {
    color: white;
    text-align: center;
    font-size: 2rem !important;
}

.BToBCard-Footer-Text1 {
    font-size: 1.3rem !important;
}


.BToBCard-Footer-Text2 {
    margin: 7px 0px 0px 12px;
    color: rgba(120,120,120,8);
    font-size: .75rem !important;
}

.btobcard-footer-text2 {
    margin: 3px 0px 0px 12px;
    color: rgba(120,120,120,8);
    font-size: .75rem !important;
}

.BToBCard-footer {
    padding: .1rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
    box-shadow: -2px 2px 5px 0px rgba(222,222,222,1);
}

/*Customized Order CSS*/

.CustomizedOrderCard {
    font-family: "Poppins", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 1px 0px 3px -1px grey;
}

.CustomizedOrderIcons {
    margin-top: .2rem;
    font-size: 4.3rem;
    color: white !important;
}

.CustomizedOrder-SubIcons {
    font-size: .7rem;
    color: white !important;
    margin-right: 1px;
}

.CustomizedOrderChart-bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(to right, rgba(250,250,250,1) 0%, rgba(237,244,247,1) 94%, rgba(237,244,247,1) 100%);
}

.CustomizedOrderfont-weight-medium {
    font-weight: 500;
    color: white;
    font-size: 2rem;
}

.CustomizedOrderCard .CustomizedOrderCard-body {
    padding: .5rem 1rem;
    border-radius: .25rem;
}

.CustomizedOrdercard-title {
    /*font-size: .8rem;*/
    color: white;
}

.CustomizedOrder-subtext {
    color: white;
    font-size: .7rem;
}


/*Tax CSS*/

.TaxCard {
    font-family: "Poppins", sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 1px 0px 3px -1px grey;
}

.TaxIcons {
    font-size: 2rem;
    color: white !important;
}

.TaxChart-bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(to right, rgba(250,250,250,1) 0%, rgba(237,244,247,1) 94%, rgba(237,244,247,1) 100%);
}

.Taxfont-weight-medium {
    font-weight: 500;
    text-align: center;
    color: white;
    font-size: 2rem;
    margin-top: -18px;
}

.TaxCard .TaxCard-body {
    padding: 1rem;
    border-radius: .25rem;
}

.TaxCard-InnerLeftBody {
    padding: 2rem 0rem 2rem 0rem;
    background: rgba(10,10,10,.55);
    border-radius: 4rem;
}


.TaxDivider {
    padding: 1px;
    margin-bottom: 25px;
    margin-left: 20%;
    width: 60%;
    /*border-bottom: .5px solid white;*/
    color: white;
}

.Taxcard-title {
    margin-top: 6px;
    text-align: center;
    font-size: .8rem;
    color: white;
}

/*Human Resource CSS*/

.canvasHRChats {
    padding: 0 30px 0 0;
}

.HRCards-bg {
    background-color: #f8f9fa;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.HRCards {
    background-color: #f8f9fa;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.HRIcons {
    text-align: center;
}

    .HRIcons .fa {
        color: white !important;
        font-size: 1.8rem;
    }

.HRIcons-middle {
    text-align: center;
}

    .HRIcons-middle .fa {
        font-size: 4rem;
    }

.HRIcons-bottom {
    font-size: 3.2rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.HRcard-body {
    padding: 1rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 1px 0px 5px -1px rgba(222,222,222,1);
}

.HRcard-body-middle {
    padding: 1rem;
    margin-bottom: 1px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.HRcard-body-bottom {
    padding: .2rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 1px 0px 5px -1px rgba(222,222,222,1);
}

.HRCharts-bg {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(to right, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 71%, rgba(237,237,237,1) 100%);
}

.HR-Title {
    font-size: .75rem;
}

.HR-Title-middle {
    line-height: 38px;
    margin-left: 6px;
    font-size: .8rem;
}

.HR-Muted-Text {
    color: white;
    text-align: center;
    font-size: 2rem !important;
}

.HRCard-Footer-Text {
    font-size: 2rem;
    margin-right: 6px;
}

.HRCard-footer {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: .1rem;
    border-top: 1px solid #eee;
}

.HRCard-footer-bottom {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 1px;
}


/*Human Resource CSS*/

.canvasCourierChats {
    padding: 0 30px 0 0;
}

.CourierCards-bg {
    background-color: #f8f9fa;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.CourierCards {
    background-color: #f8f9fa;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.CourierIcons {
    text-align: center;
}

.CourierIcons .fa {
    color: Black;
    font-size: 2.4rem;
}

.CourierIcons-middle {
    text-align: center;
}

.CourierIcons-middle .fa {
    font-size: 4rem;
}

.CourierIcons-bottom {
    font-size: 3.2rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.Couriercard-body {
    padding: 1rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 1px 0px 5px -1px rgba(222,222,222,1);
}

.Couriercard-body-middle {
    padding: 1rem;
    margin-bottom: 1px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.Couriercard-body-bottom {
    padding: .2rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 1px 0px 5px -1px rgba(222,222,222,1);
}

.CourierCharts-bg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(to right, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 71%, rgba(237,237,237,1) 100%);
}

.Courier-Title {
    font-size: .8rem;
    color: rgba(102,102,102,.7);
}

.Courier-Title-middle {
    line-height: 38px;
    margin-left: 6px;
    font-size: .8rem;
}

.Courier-Muted-Text {
    color: Black;
    text-align: center;
    font-size: 2rem !important;
}

.CourierCard-Footer-Text {
    font-size: 2rem;
    margin-right: 6px;
}

.CourierCard-footer {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: .1rem;
    border-top: 1px solid #eee;
}

.CourierCard-footer-bottom {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 1px;
}


.SolidBoxShadowInfo {
    box-shadow: 17px 17px 0px -6px rgba(23,162,184,.85);
}

.SolidBoxShadowSuccess {
    box-shadow: 17px 17px 0px -6px rgba(40,167,69,.85);
}

.SolidBoxShadowDanger {
    box-shadow: 17px 17px 0px -6px rgba(220,53,69,.85);
}

.SolidBoxShadowWarning {
    box-shadow: 17px 17px 0px -6px rgba(255,193,7,.85);
}

.SolidBoxShadowWhite {
    box-shadow: 17px 17px 0px -6px rgba(255,255,255,0.96);
}

.SolidBoxShadowBlack {
    box-shadow: 17px 17px 0px -6px rgba(0, 0, 0, 0.7);
}

.SolidBoxShadowBlackAlt {
    box-shadow: -17px -17px 0px -6px rgba(0, 0, 0, 0.7);
}

.SolidBoxShadowInfoAlt {
    box-shadow: -17px -17px 0px -6px rgba(23,162,184,.85);
}

.SolidBoxShadowSuccessAlt {
    box-shadow: -17px -17px 0px -6px rgba(40,167,69,.85);
}

.SolidBoxShadowDangerAlt {
    box-shadow: -17px -17px 0px -6px rgba(220,53,69,.85);
}

.SolidBoxShadowWarningAlt {
    box-shadow: -17px -17px 0px -6px rgba(255,193,7,.85);
}

.SolidBoxShadowWhiteAlt {
    box-shadow: -17px -17px 0px -6px rgba(255,255,255,0.96);
}

.Courier-BG {
    background-image: linear-gradient(to top right, rgba(20,20,20,.85) 20%, rgba(230,23,67,.85) 80%); /*for Courier */
}


/*Cash Management CSS*/

.CashCards-bg {
    background-color: #f8f9fa;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.CashCards {
    background-color: #f8f9fa;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.CashIcons {
    position: absolute;
    text-align: center;
    left: 0;
    margin: auto;
}

    .CashIcons .fa {
        opacity: .9;
        padding-top: 14%;
        border-radius: 50%;
        background: white;
        width: 80px;
        height: 80px;
        font-size: 3.5rem;
    }


.CashIcons-middle {
    text-align: center;
}

    .CashIcons-middle .fa {
        font-size: 4rem;
    }

.CashIcons-bottom {
    font-size: 3.2rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.Cashcard-body {
    padding: 1rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 1px 0px 5px -1px rgba(222,222,222,1);
}

.Cashcard-body-middle {
    padding: 1rem;
    margin-bottom: 1px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.Cashcard-body-bottom {
    padding: .2rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 1px 0px 5px -1px rgba(222,222,222,1);
}

.CashCharts-bg {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(to right, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 71%, rgba(237,237,237,1) 100%);
}

.Cash-Title {
    font-size: .7rem;
}

.Cash-Title-middle {
    line-height: 38px;
    margin-left: 6px;
    font-size: .8rem;
}

.Cash-Muted-Text {
    color: white;
    text-align: center;
    font-size: 2.9rem !important;
}

.CashCard-Footer-Text {
    font-size: 2rem;
    margin-right: 6px;
}

.CashCard-footer {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: .1rem;
    border-top: 1px solid #eee;
}

.CashCard-footer-bottom {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 1px;
}

.Cash-BG {
    background-image: linear-gradient(to bottom right, rgba(11,182,52, 0.85) 30%, rgba(34,35,39,.85) 70%); /*for Cash*/
}

.CashSolidBoxShadow {
    box-shadow: 14px 14px 0px -6px rgba(56, 73, 60, 0.10);
}

/*BankingCard CSS*/

.BankingCard-bg {
    border-radius:.25rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    /*border-radius: .25rem;*/
}

.BankingCard {
    background-color: transparent;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.BankingIcons {
    left: -20px;
    top: -20px;
    border: 1px solid white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    /* text-align: center; */
    /* left: 0; */
    margin: auto;
    box-shadow: 14px 14px 0px -8px rgba(250,250,250,.8);
}

    .BankingIcons .fa {
        opacity: .9;
        margin-top: 10px;
        vertical-align: central;
        color: white !important;
        font-size: 2.2rem;
    }

.BankingCard-body {
    padding: 1rem 0rem 1rem 3rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    /*box-shadow: 1px 0px 5px -1px rgba(222,222,222,1);*/
}

.SolidBoxShadow {
    box-shadow: 14px 14px 0px -6px rgba(222,222,222,1);
}

.Banking-BG {
    background-image: linear-gradient(to bottom right, rgba(38,47,62, 0.91) 30%, rgba(76,136,162, 0.90) 90%); /*for green & Blue*/
}

.BankingCard-Title {
    font-size: .91rem;
}


.BankingCard-Muted-Text {
    color: white;
    text-align: center;
    font-size: 2rem !important;
}



/*Project CSS*/

.ProjectCard-bg {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    /*border-radius: .25rem;*/
}

.ProjectCard {
    background-color: transparent;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.ProjectCard-body {
    padding: 1rem;
    border-top-left-radius: 3.25rem;
    border-bottom-right-radius: 3.25rem;
    /*box-shadow: 1px 0px 5px -1px rgba(222,222,222,1);*/
}

.ProjectIcons {
    position: absolute;
    text-align: right;
    right: 10px;
    top:10px;
    margin: auto;
}

    .ProjectIcons .fa {
        opacity: .9;
        color: white !important;
        font-size: 5rem;
    }

.ProjectCard-Title {
    font-size: .85rem;
    font-weight:400;
    text-align:left;
}


.ProjectCard-Muted-Text {
    color: white;
    text-align: left;
    font-size: 2rem !important;
}

.ProjectBrogressBars {
    margin: 6% 5% 1% 0%;
    height: 5px;
}

.Project-BG {
    background-image: linear-gradient(to bottom right, rgba(111,143,164,.95) 20%, rgba(14,34,45,.95) 80%); /*for Project*/
}

.ProjectSolidBoxShadow {
    box-shadow: 16px 16px 0px -6px rgba(222,222,222,1);
}


.ProjectSolidBoxShadowCards {
    box-shadow: 16px 16px 0px -6px rgba(222,222,222,1);
    border-top-left-radius: 3.25rem;
    border-bottom-right-radius: 3.25rem;
}


/*Online User CSS*/
.OnlineUserCards-bg {
    /*background-color: #f8f9fa;*/
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 25rem;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.OnlineUserCardsBorderRadiusTop {
    border-top-left-radius: 2rem!important;
    border-top-right-radius: 2rem!important;
}

.OnlineUserCardsBorderRadiusBottom {
    border-bottom-left-radius: 2rem!important;
    border-bottom-right-radius: 2rem!important;
}

.OnlineUserCardsBorderRadiusAll {
    border-radius: 2rem !important;
}

.OnlineUserIcons {
    /*background: rgba(0,0,0,.8);*/
    opacity: .95;
    border-radius: 50%;
    padding: 14px 12px 10px 12px;
    float: left;
}

    .OnlineUserIcons .fa {
        color: white;
        font-size: 1.8rem;
        text-align: center;
    }

.OnlineUserCard-body {
    padding: 1rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    /*box-shadow: 0px -2px 5px 0px rgba(222,222,222,1);*/
}

.OnlineUserCard-Lowerbody {
    padding: 8px 1rem;
    border-top: 2px solid white;
}

.OnlineUser-Muted-LowerText{
    color: rgba(255,255,255,.95);
    font-size: 1rem !important;
}

.OnlineUser-Muted-LowerTextTitle h3 {
    font-size: .8rem !important;
    color:rgba(250,250,250,.95);
    margin-top:5px;
}

.OnlineUser-Muted-TextProducts {
    text-align: right;
    font-size: 1.3rem !important;
}

.OnlineUserCharts-bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(to right, rgba(237,248,255,1) 0%, rgba(237,248,255,1) 20%, rgba(207,236,255,1) 100%);
}

.OnlineUser-Title {
    font-size: .75rem;
    text-align:right;
}

.OnlineUser-Muted-Text {
    color: rgba(120,120,120,8);
    text-align: right;
    font-size: 1.7rem !important;
}


.OnlineUser-BG {
    background-image: linear-gradient(to bottom left, rgba(214,30,0, 0.85) 10%, rgba(60,1,0, 0.85) 50%, rgba(108,180,202, 0.85) 90%); /*for Online User*/
}

.OnlineUserSolidBoxShadow {
    box-shadow: 3px 3px 3px -2px rgba(56, 73, 60, 0.1);
}


/*Retail CSS*/

.RetailCards-bg {
    /*background-color: #f8f9fa;*/
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-right: 2px solid rgb(234, 234, 234);
}

.RetailBorderRadiusTop {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
}

.RetailBorderRadiusBottom {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
}

.RetailCard-body {
    padding: 1rem;
    /*box-shadow: 0px -2px 5px 0px rgba(222,222,222,1);*/
}

.Retail-Title {
    font-size: .8rem;
    text-align: left;
    font-weight: 500;
}

.Retail-Muted-Text {
    color: rgba(120,120,120,8);
    text-align: left;
    font-size: 2rem !important;
}

.Retail-BG {
    background-image: linear-gradient(to top left, rgba(204,214,226,.85) 10%, rgba(46,48,60,.85) 100%) !important; /*for Retail*/
}

.RetailSolidBoxShadow {
    box-shadow: 3px 3px 3px -2px rgba(56, 73, 60, 0.1);
}


/*OnlinePayment CSS*/

.OnlinePaymentCards-bg {
    /*background-color: #f8f9fa;*/
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    /*border: 2px solid rgb(234, 234, 234);*/
    border-radius:50%;
}

.OnlinePaymentBorderYellow {
    border: 2px solid #feb645 !important;
}

.OnlinePaymentBorderBlue {
    border: 2px solid #49a5bf !important;
}

.OnlinePaymentBorderGreen {
    border: 2px solid #91e842 !important;
}

.OnlinePaymentBorderRed {
    border: 2px solid rgba(252,126,104,1) !important;
}

.OnlinePaymentBorderOlive {
    border: 2px solid rgba(164,179,87,1) !important;
}

.OnlinePaymentBorderMagenta {
    border: 2px solid #cb60b3 !important;
}

.OnlinePaymentCard-body {
    padding: 2.4rem 1rem;
    /*box-shadow: 0px -2px 5px 0px rgba(222,222,222,1);*/
}

.OnlinePayment-Title {
    font-size: .68rem;
    text-align: center;
    font-weight: 500;
}

.OnlinePayment-Muted-Text {
    color: rgba(120,120,120,8);
    text-align: center;
    font-size: 2rem !important;
}

.OnlinePaymentIcons {
    text-align: center;
}

    .OnlinePaymentIcons .fa {
        color: black;
        font-size: 2.7rem;
    }

.OnlinePayment-BG {
    background-image: linear-gradient(to top left, rgba(204,214,226,.85) 10%, rgba(46,48,60,.85) 100%) !important; /*for Retail*/
}

.OnlinePaymentSolidBoxShadow {
    box-shadow: 3px 3px 3px -2px rgba(56, 73, 60, 0.1);
}


/*SaleAdmin CSS*/

/*.SaleAdminCards-bg {
    background-color: white;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.SaleAdminIcons {
    opacity: .95;
    height: 94px;
    width: 94px;
    line-height: 7.55;
    display: block;
    text-align: center;
    float: left;
}

    .SaleAdminIcons .fa {
        color: white;
        font-size: 3.1rem;
        text-align: center;
    }

.SaleAdminCard-body {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.SaleAdminCard-Right {
    padding: .4rem .8rem;
}

.SaleAdminCard-RightBottom {
    padding: .5rem .8rem;
}

.SaleAdmin-Title {
    font-size: .76rem;
    text-align: right;
}

.SaleAdmin-Muted-Text {
    color: rgba(120,120,120,8);
    text-align: right;
    font-size: 2.4rem !important;
}

.SaleAdmin-BG {
    background-image: linear-gradient(to bottom left, rgba(214,30,0, 0.85) 10%, rgba(60,1,0, 0.85) 50%, rgba(108,180,202, 0.85) 90%);
}

.SaleAdminSolidBoxShadow {
    box-shadow: 3px 3px 3px -2px rgba(56, 73, 60, 0.1);
}*/


/*ShoppingCard CSS*/

.ShoppingCard-bg {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    /*border-radius: .25rem;*/
}

.ShoppingCard {
    background-color: transparent;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.ShoppingCard-body {
    /*padding: 1rem;*/
    height:180px;
    width: 180px;
    padding-top: 25px;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    /*box-shadow: 1px 0px 5px -1px rgba(222,222,222,1);*/
}

.ShoppingCardIcons {
    text-align: center;
    margin: auto;
}

    .ShoppingCardIcons .fa {
        opacity: .8;
        color: white;
        font-size: 1.2rem;
        margin-top:10px;
        padding: 10px;
        border-radius: 50%;
        border: 1px solid white;
    }

.ShoppingCard-Title {
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
    border-radius:50%;
    border-top: 2px solid rgba(255,255,255,.3);
    padding-top: 20px;
}


.ShoppingCard-Muted-Text {
    color: white;
    text-align: center;
    font-size: 1.8rem !important;
}

.ShoppingCard-BG {
    background-image: linear-gradient(to top left, rgba(0, 0, 0, .61) 20%, rgba(182,0,0,.7) 60%, rgba(251,210,0,.7) 100% ); /*for Orange*/
}

.ShoppingCardSolidBoxShadow {
    box-shadow: 16px 16px 0px -6px rgba(222,222,222,1);
}


.ShoppingCardSolidBoxShadowCards {
    box-shadow: 16px 16px 0px -6px rgba(222,222,222,1);
    height: 180px;
    width: 180px;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
}


/*CallCenter CSS*/

.CallCenterCards-bg {
    background-color: #f8f9fa;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.CallCenterIcons {
    position:absolute;
    top:-30px;
    left: 35%;
    text-align:center;
    border-radius: 50%;
    height: 60px;
    width:60px;
}

    .CallCenterIcons .fa {
        color: white !important;
        font-size: 1.8rem;
        text-align: center;
        line-height: 2;
    }

.CallCenterCard-body {
    padding: .5rem 0rem .5rem 0rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    box-shadow: 16px 16px 0px -6px rgba(15, 22, 27,.1);
}

.CallCenter-Title {
    margin-top:30px!important;
    font-size: .7rem;
}

.CallCenter-Muted-Text {
    color: white;
    text-align: center;
    font-size: 2rem !important;
}


/*VendorPortal CSS*/

.VendorPortalCards-bg {
    background-color: white;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.VendorPortalIcons {
    padding: 22px 0px 0px 0px;
    float: right;
}

    .VendorPortalIcons .fa {
        color: white;
        font-size: 2.5rem;
        text-align: right;
    }

.VendorPortalCard-body {
    padding: 1rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    /*box-shadow: 0px 6px 5px 0px rgba(222,222,222,1);*/
}

.VendorPortal-Title {
    font-size: .75rem;
    text-align: left;
    font-family: sans-serif;
    font-weight: 700;
    color: rgba(102,102,102,.7);
}

.VendorPortal-Muted-Text {
    color: rgba(102,102,102,1);
    text-align: left;
    font-size: 2.2rem !important;
}


/*UserForms CSS*/

.UserFormsAbout {
    color: rgba(102,102,102,.8);
    font-size: 14px;
}

.UserFormsIcons {
    opacity: .8;
    border-radius: 50%;
    padding: 1rem;
    float: left;
}

    .UserFormsIcons .fa {
        color: white !important;
        font-size: 2rem;
        text-align: center;
    }


.UserFormsIcons-bottom .fa {
    margin-left: .5rem;
    margin-top: .1rem;
    font-size: 4.4rem;
    color: white !important;
}


.UserFormsIcons-bottom {
    opacity: .9;
    float: left;
}

.UserFormscard-body {
    padding: 1rem;
    min-height: 95px;
    box-shadow: 1px 0px 5px 0px rgba(235,235,235,1);
}

.UserFormsCharts-bg {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
    border-radius: .25rem;
    box-shadow: 0px 11px 5px -8px rgba(247,247,247,1);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(250,247,250,1) 55%, rgba(240,240,240,1) 100%);
}

.UserFormsCharts2-bg {
    padding: 1.2rem 0rem 1.4rem 0rem;
    background: rgba(255,255,255,.8);
    border-top-left-radius: 10rem;
    border-bottom-right-radius: 2rem;
}

.UserForms-Title {
    font-size: .75rem;
}

.UserForms-Muted-Text {
    color: white;
    text-align: center;
    font-size: 2.5rem !important;
}

.UserForms-Title-bottom {
    font-size: .68rem;
}

.UserForms-Muted-Text-bottom {
    color: white;
    text-align: center;
    font-size: 2.5rem !important;
}

.UserFormsCard-Footer-Text1 {
    font-size: 1.3rem !important;
}


.UserFormsCard-Footer-Text2 {
    margin: 7px 0px 0px 12px;
    color: rgba(120,120,120,8);
    font-size: .75rem !important;
}

.UserFormsCard-footer {
    padding: .1rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
    box-shadow: 1px 0px 5px -3px rgba(235,235,235,1);
}

.UserFormsUserOfTheDayImg {
    padding-right: 2rem;
    border-radius: 1rem;
    height: 260px;
    width: 260px;
}

.UserForm-CheckBoxesLabels {
    font-size: .9rem !important;
}

.UserForm-labels {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.UserForm-labels-Heading {
    font-size: .80rem;
    list-style-type: none;
}

.UserForm-h4Labels {
    margin-top: .6rem;
    margin-left: 4rem;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

select.form-control {
    height: 50px;
    box-shadow: none !important;
    font-size: 14px !important;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 100%;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 12px;
        margin-left: -1.6rem;
        margin-top: -4px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 35px;
    }

    .material-switch > label::after {
        background: #17a2b8 !important;
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 20px;
        margin-left: -1.6rem;
        margin-top: -4px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 20px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: #28a745 !important;
    left: 20px;
}

/*Media Queries*/

@media all and (min-width: 960px) {
    #DashboardHeader-Title {
        font-size: 1.6rem;
    }
}

@media all and (max-width: 959px) and (min-width: 600px) {
    #DashboardHeader-Title {
        font-size: 22px;
    }
}

@media all and (max-width: 599px) and (min-width: 320px) {
    #DashboardHeader-Title {
        font-size: 20px;
    }

    #Header-DatePicker {
        margin-top: 4%;
        margin-left: 100%;
    }

    .UserFormsUserOfTheDayImg {
        height: 200px;
        margin-top: -22rem;
        margin-left: 12rem;
        width: 200px;
    }

    .UserFormsCharts2-bg {
        padding: 1rem;
        background: rgba(255,255,255,.7);
        border-bottom-left-radius: 0rem;
        border-top-left-radius: 0rem;
    }

    .UserForm-labels {
        font-size: 1rem;
        margin-bottom: 2.5rem;
    }

    .UserForm-labels-Heading {
        font-size: .80rem;
        list-style-type: none;
    }

    .UserForm-h4Labels {
        margin-top: .6rem;
        margin-left: 0rem;
    }
}
