#MostSellItemsDiv {
  width: 100%;
  height: 300px;
}
#MonthlyOrdersDIv{
  width: 100%;
  height: 300px; 
}
#LeadMonthly{
  width: 100%;
  height: 350px;   
}
.card-header .card-title {
    margin: 0;
    display: inline-block;
}

.card-title {
    /*font-size: 1.3rem;*/
    font-size: 16px;
    line-height: 1.5rem;
    /*color: #464a53;*/
    color: white;
    text-transform: capitalize;
}
/*.span-color{*/
/*    color:black;*/
/*    font-weight:bold;*/
/*}*/
.card {
    margin-bottom: 1.2rem;
    border: 0;
    background: #fff;
    border: 0 solid #fff;
    box-shadow: 2px 3px 10px 0px rgba(119,119,119,0.1);
    transition: all .5s ease-in-out;
}
.card-body {
    padding: 0.7rem;
}

.mr-4, .mx-4 {
    margin-right: 1.3rem !important;
}
.mr-2, .mx-2 {
    margin-right: 1.2rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.media {
    display: flex;
    align-items: flex-start;
}
.stat-widget-two .media .media-body {
    margin-top: .5rem;
}
.media-body {
    flex: 1;
}


.text-infos {
    color: #00a2ff !important;
    font-weight:bold;
}
.text-successs {
    color: #4CAF50  !important;
    font-weight:bold;
}
.text-dangers {
    color: #FF5722 !important;
    font-weight:bold;
}
.text-warnings{
  color: #FFC107  !important;
    font-weight:bold;   
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.stat-widget-two .media .media-body span {
    font-size: 1.2rem;
}

.stat-widget-three .media-body span {
    font-size: 1.2rem;
    font-weight: 500;
}

.color-pale-sky, .text-pale-sky {
    color: #6a707e;
}



.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.recent-order-list-table.table-padded {
    border-spacing: 0 1rem;
}
.table-padded {
    border-collapse: separate;
    border-spacing: 0 1.5rem;
}
.table-padded tbody tr {
    transition: all .3s ease-in-out;
}

tbody tr {
    background: #fff;
    transition: all 0.5s;
}

.transparent-card .table>tbody>tr>td, .transparent-card .table>tbody>tr>th, .transparent-card .table>tfoot>tr>td, .transparent-card .table>tfoot>tr>th, .transparent-card .table>thead>tr>td, .transparent-card .table>thead>tr>th {
    border: 0;
}
.table-padded tr td:first-child, .table-padded tr th:first-child {
    padding-left: 2.5rem;
}
.table>tbody>tr>td {
    color: #6a707e;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    /*border-top: 0.1rem solid rgba(120,130,140,0.13);*/
}
.table-padded td {
    padding: 2rem 1rem;
}
.table th, .table td {
    vertical-align: middle;
}

.pb-2{
    padding-bottom: .5rem !important;
    /*font-family: "Poppins",sans-serif;*/
    font-size:16px;
}


.task-table table td span {
    position: relative;
    margin-left: 2rem;
}



.text-white .card-title {
    color: #fff;
}

.statisticsc-card h4 {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.3rem;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}



.border-bottom {
    border-bottom: 1px solid #DDDFE1 !important;
}
 .text-dpink {
    color: #fe60ad;
}

/*h6 {*/
/*    line-height: 1.6rem;*/
/*    font-size: 1.4rem;*/
/*    font-weight: 400;*/
/*}*/
.justify-content-between {
    justify-content: space-between !important;
}





.md-layout-item {
    padding-right: 15px;
    padding-left: 15px;
}
.md-layout, .md-layout-item {
    width: 100%;
}

.md-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin: 20px 0;
    overflow: unset;
    font-size: .875rem;
    border-radius: 6px;
    color: #333;
    background: #fff;
}
.md-card {
    position: relative;
    z-index: 1;
    border-radius: 2px;
    transition: .3s cubic-bezier(.4,0,.2,1);
    transition-property: color,background-color;
    will-change: color,background-color;
}
.md-card [class*=md-card-header-] {
    margin: 0 15px;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
}
.md-card .md-card-header .card-icon, .md-card .md-card-header .card-text {
    border-radius: 3px;
    background-color: #4e73df;
    color:white;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}

.md-card .md-card-header .rohit-card-icon, .md-card .md-card-header .card-text {
    border-radius: 3px;
    /* background-color: #4e73df; */
    
    color: white;
    padding: 10px;
    padding-bottom: 0px;
    margin-top: -15px;
    margin-right: 15px;
    float: left;
}
.md-card-stats .md-card-header .rohit-card-icon+.category, .md-card-stats .md-card-header .card-icon+.title {
    padding-top: 10px;
}

.md-card-stats .md-card-header.md-card-header-icon i, .md-card-stats .md-card-header.md-card-header-text i {
    font-size: 36px!important;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}
.md-card-stats .md-card-header .card-icon+.category, .md-card-stats .md-card-header .card-icon+.title {
    padding-top: 10px;
}
.md-card-stats .md-card-header .category:not([class*=text-]) {
    color: #999;
    font-size: 14px;
}
.md-card-stats .md-card-header.md-card-header-icon .title, .md-card-stats .md-card-header.md-card-header-text .title {
    margin: 0;
}
.md-card .md-card-header.md-card-header-icon .title, .md-card .md-card-header.md-card-header-text .title {
    color: #3c4858;
    margin-top: 15px;
}
.md-card-stats .md-card-header+.md-card-actions {
    margin-top: 20px;
}
.md-card .md-card-actions {
    margin: 0 15px 10px;
    font-size: 14px;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
}
.md-card-actions.md-alignment-left {
    justify-content: flex-start;
}
.md-card .md-card-actions .stats {
    line-height: 22px;
    color: #999;
    font-size: 12px;
}
.md-card .md-card-actions .stats .md-icon.md-theme-default.md-icon-font {
    position: relative;
    top: -1px;
    font-size: 16px!important;
    color: #999;
}
















.border-left-primary {
    border-left: .25rem solid #4e73df!important;
}
.border-left-warning {
    border-left: .25rem solid #f6c23e!important;
}
.border-left-danger {
    border-left: .25rem solid #FF5722!important;
}
.border-left-success {
    border-left: .25rem solid #1cc88a!important;
}


.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.h-100 {
    height: 100%!important;
}
.shadow {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.align-items-center {
    align-items: center!important;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.mr-2, .mx-2 {
    margin-right: .5rem!important;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.text-xs {
    font-size: 1.0rem;
}
.text-primaryst {
    color: #4e73df!important;
}
.text-warningst {
    color: #f6c23e!important;
}
.text-dangerst {
    color: #FF5722!important;
}
.text-successst {
    color: #1cc88a!important;
}
.text-gray-800 {
    color: #5a5c69!important;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-top: .5rem;
}


.text-gray-300 {
    color: #dddfeb!important;
}

.font-weight-bold {
    font-weight: 700!important;
}

.rohit-card-body {
    flex: 1 1 auto;
    min-height: 1px;
    /*padding: 1.10rem;*/
    padding: 0.7rem;
}
.fa-32x{
        font-size: 3.8em;
}



.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.rohit-card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
}


/*.rohit-card-header {*/
/*    padding: .75rem 1.25rem;*/
/*    margin-bottom: 0;*/
/*    background-color: #f8f9fc;*/
/*    border-bottom: 1px solid #e3e6f0;*/
/*}*/


.rohit-card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #002082;
    border-bottom: 1px solid white;
    color:white;
}


.border-right {
    border-right: 1px solid #EEEEEE !important;
}
.text-center {
    text-align: center !important;
}
.pb-3, .py-3 {
    /*padding-bottom: 0.8rem !important;*/
    line-height: 35px;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-0 {
    margin: 0 !important;
    color:black;
}



.well {
    box-shadow: none;
}

.well-rohit {
    min-height: 20px;
    padding: 8px;
    font-size:16px;
    margin-bottom: 5px;
    margin-left:5px;
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}