body{
    font-size: 16px;
}
.user-dashboard small{
    font-style: 14px;
}
.user-dashboard .small {
    font-size: 14px;
}
.table-responsive table th, .table-responsive table td {

    font-size: 14px;

}



.table-responsive table th{

    background-color: #f2f2f2;

}



.profile-user .user-profile-image {

    -o-object-fit: cover;

    object-fit: cover;

}



.avatar-xl {

    height: 7.5rem;

    width: 7.5rem;

}

.profile-user .profile-photo-edit {

    position: absolute;

    right: 0;

    left: auto;

    bottom: 0;

    cursor: pointer;

}

.avatar-xs {

    height: 2rem;

    width: 2rem;

}

.profile-user .profile-img-file-input {

    display: none;

}

.profile-user .profile-photo-edit {

    position: absolute;

    right: 0;

    left: auto;

    bottom: 0;

    cursor: pointer;

}

.avatar-title {

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    background-color: var(--vz-primary);

    color: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    font-weight: var(--vz-font-weight-medium);

    height: 100%;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    width: 100%;

}

.dashboard-wrapper .nav.nav-pills a{

    color: #303940;

    padding:15px 10px;

    font-size: 16px;

        letter-spacing: 0;

}
.sidebarNav a.nav-link {
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.dashboard-wrapper .nav.nav-pills a.nav-link.active{
    color: #bd000d;
    background: transparent;
    border-bottom-color: #bd000d;

}

.dashboard-wrapper .nav.nav-pills a i{

    font-size: 22px;

} 

.dashboard-wrapper{

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

        background: #fff;

        border-radius: 10px;

}

.card-header-tabs li{

    background: transparent;

    color: #303940;

}

.card-header-tabs a{

    background: transparent;

    color: #303940;

        letter-spacing: 0;

}

.card-header-tabs .nav-link.active{

    background: var(--primary-color);

    color: #fff;

}



.userDetails{





}



.card table{

    border: 1px solid #e9ebec;

}

.card table td{

border:1px solid #e5e7eb

}







form .form-control[type="file"]{

    height: auto;

    width: auto;

}
