

.hide{
display: none;
}
.nav__holder .dropdown-item {
    text-align: initial!important;
}

.status.btn-success , button.submit.accept:hover{
    background-color: #28a745!important;
    border-color: #28a745!important;
}

.status.btn-danger , button.submit.reject:hover{
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}


div.alert.alert-success {
    background: #d5edda;
}


table.text-inital th, table.text-inital td {
    text-align: initial!important;
    vertical-align: middle!important;
}

.user-avatar img {
    height: 48px !important;
}

.card__body .btn-container {
    display: block!important;
    text-align: end;
}

#show .block-header.text-center{
    display: block;
}


#show .card-inner span {
    white-space: unset !important;
}

.mce-notification-warning {
    display: none;
}

#vols-comments .testimonial__img {
    object-fit: cover;
    height: 55px;
}
.testimonial__img.avatr-card{
    object-fit: cover;
    height: 100px;
}
#show .cover-img {
    background-size: contain!important;
    background-repeat: no-repeat;
}


.social-email {
    background-color: #F44336;
  }
  
.social-email:hover {
    background-color: #F44336 !important;
    color: #fff !important;
  }
