.profile-admin-image{
    width: 35px;
    height:35px;
    overflow:hidden;
    object-fit: cover;
    border-radius: 50%;
}
.form-control,.form-select{
    color:#4b4b4b;
}
.form-label,.form-check-label{
    color:#4b4b4b;
}
td{
    transition: all 0.3s ease-in-out;
}
td:hover{
    transform: scale(1);
}
tr{
    transform: scale(0.99);
    transition: all 0.3s ease-in-out;
}
tr:hover{
    background-color: #f9f9f9;
    transform: scale(1);
    cursor:pointer;
}
.report-card{
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.report-card:hover{
    transform: scale(1.05);
    cursor:pointer;
}
.bg-grey{
    background: #e9e9e9;
    color: #575757;
}
.bg-green-light{
    background-color: #d4edda;
}
.p-gallery{
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    cursor:move;
}
.p-gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-delete-checkbox{
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.7);
    padding: 2px 4px;
    border-radius: 3px;
}
.featured-image-preview{
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    border:1px solid #d8dfe7;
    margin-bottom: 15px;
}
.featured-image-preview img{
    width:100%;
    height:100%;
    object-fit:contain;
}

