.profile-user-img {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.member-img {
    height: 75px;
    width: 75px;
    object-fit: cover;
    padding: 3px;
    border: 3px solid #adb5bd;
}

.member-list tr{
    font-size: 15px ;
}

.card {
    border-radius: 0 0 0 0;
}

.active-user {
    height: 40px !important;
    width: 40px !important;
    object-fit: cover;
}

.notify {
    display:none;
    position: fixed;
    bottom: 20px !important;
    left: 15px !important;
    z-index: 9999 !important;
    background-color: rgba(23,162,184,0.8) !important;
    padding: 10px;
    line-height: 18px;
    width:220px;
    text-align: justify;
}

.notify p{
    font-size: 1rem !important;
    color:#ffffff !important;
}

.modal-header, .modal-footer{
    padding:10px !important;
}

#portfolio, #gallery, #services{
    width: 300px;
    height:300px;
    object-fit: contain;

}

.portfolio-list img, .gallery-list img{
    width:100%;
    height:200px;
    object-fit: contain;
}

.active{
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

