.msg {
    max-width: 300px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.max-image-60px {
    max-width: 60px;
}

.text-truncate-3-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.widget-search a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0;
    background: #f0f0f0;
    color: #1c1d1f;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 5px;
    border: 0;
    font-size: 12px;
}

.user-img .activity {
    background-image: linear-gradient(230deg, #8bc34a, #4caf50);
}

@media screen and (max-width:600px) {
    .content-body {
        margin-left: 0px !important;
    }
}
.btn-warning {
    color: #FFFFFF !important;
    background-color: #c49f47 !important;
    border-color: #c49f47 !important;
}
.btn-danger {
    color: #FFFFFF !important;
    background-color: #c23f44 !important;
    border-color: #c23f44 !important;
}
