/* Hide scrollbar for Chrome, Safari and Opera */
.main-sidebar::-webkit-scrollbar {
    display: none;
}

body{
    font-family: "Montserrat", sans-serif;
}
/* Hide scrollbar for IE, Edge and Firefox */
.main-sidebar,
* {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
   
}

.sidebar .nav-item {
    background: rgb(246, 246, 246);
    margin: 5px;
    font-size: 15px;
    color: #000 !important;
   
}
.sidebar .a{
    color: #000;
}.sidebar .a:hover{
    color: #000;
}
.content-header .row {
    /* background: rgb(18, 14, 14); */
    margin: 5px;
    padding: 9px;
    align-items: center;
    font-size: 17px;
    border-bottom: .5px solid #1f1e1e;
    color: #000000;
}

.content-header .breadcrumb-item {
    color: #181717;
    font-size: 17px;
}

.content-header .breadcrumb-item a {
    color: #000000;
}

.content-header h1 {
    color: #000000 !important;
    font-size: 18px;
}

.content-wrapper {
    padding-top: 10px;
    background-color: rgb(255, 255, 255);
}
.btn{
    border-radius: 0px;
}
.info-box {
  
    margin: 5px;
    font-size: 15px;
   
   
    border-radius: 0px;
    justify-content: center;
    align-items: center;
}

.info-box-icon {
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px;
    padding: 20px !important;
    font-size: 20px !important;
    box-shadow: none !important;
}

.info-box-icon i {
    font-size: 19px;
}

.card-header {
    background: rgb(255, 255, 255);
    color: #000000;
    border: .5px solid #e1e1e1;
    font-weight: bolder;
    border: none !important;
}
.card{
    border: none !important;
    background-color: #ffffff;
    box-shadow: none !important;
}
.table{
    border: none !important;
}
.card-body{
    border: none !important;
}
.login-box .card{
    background-color: #000 !important;
}
.user-panel .image img{
    border-radius: 50%;
   
}
.overview-card{
    display: flex;
    padding: 30px;
  
    color: #fff;
}
.overview-card .image{
    margin: auto;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
   
}
.overview-card .col{
    text-align: center;
}
.overview-card span{
    font-size: 15px;
    color: #ffffff
}
.overview-card img{
    width: 100px;
}
.overview-card .content  span{
    display: block;
    text-align: left;
}
.overview-card .text{
    font-size: 15px;
    color: #ccc;
}

.overview-card .balance {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 30px;
    /* font-weight: bold; */
}
.overview-card .name{
    font-size: 17px;
    color: #a1a1a1;
}