::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(360deg,#343a5d 0,#e0376f 100%);
    background-image: -webkit-linear-gradient(360deg,#343a5d 0,#e0376f 100%);
    background-image: -ms-linear-gradient(360deg,#343a5d 0,#e0376f 100%);
    -webkit-box-shadow: 4px 3px 6px 0 rgba(0,0,0,.2);
    box-shadow: 4px 3px 6px 0 rgba(0,0,0,.2);    
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 3px;
    height: 9px;
	background-color: transparent;
}




.login-auth-bg {
    background: linear-gradient(to bottom,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 100%),url(/assets/images/auth-background-image.jpg);
    min-height: 101vh;
}

:root {
    scrollbar-width: thin;

}

.media .media-body i {
    font-size: 62px;
}

.custom-search {
    background-color: #fdfdff !important;
    border-color: #e4e6fc !important;
    height: 39px;
    border: 1px solid whitesmoke;
    right: 6px;
}

.main-sidebar .sidebar-menu li a span {
 text-align: left !important;
}

.main-loader {
    position: absolute;
    top:50%;
}

.main-content {
    min-height: 90vh;
}



.card.card-sales-widget {
    display: inline-block;
    width: 100%;
    min-height: 152px;
}


.grayscale {
    filter: grayscale(0.7);
}


.table td {
    color: black;
}


.header-text {
    margin-bottom: 3px;
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
    color: #34395e;
    text-align: left;
    margin-top: 15px;
}
.round {
    border-radius:  50%;
}

.custm-dimension {
    width:200px;
}

.pagination {
    cursor: pointer;
}

.table-overflow {
    overflow-x: scroll;
}



