.text-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card ul{
    list-style: none;
}
.blog-card ul.actions {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 2px;
    /* display: none; */
}
.blog-card ul.actions li a.delete {
    display: block;
    text-indent: -9999px;
    position: relative;
    height: 1em;
    width: 1em;
    font-size: 1.4em;
}
.blog-card ul.actions li a.tips {
    cursor: pointer;
}

.badge-soft-yellow {
    background-color: #FFFF99 !important;
    color: #fdb71a !important;
    box-shadow: 0px 0px 13px 0px rgb(18 164 237 / 5%);
}

.badge-soft-red {
    background-color: #f70404 !important;
    color: #440d0d !important;
    box-shadow: 0px 0px 13px 0px rgb(18 164 237 / 5%);
}

.badge-outline-success {
    border: 1px solid rgba(3,216,127,0.5);
    color: #03d87f;
}

.badge-outline-red {
    border: 1px solid #ff0000 !important;
    color: #ff0000  !important;
}

.badge-outline-yellow {
    border: 1px solid #fdb71a !important;
    color: #fdb71a !important;
}

.badge-outline-pink {
    border: 1px solid #fd3c97 !important;
    color: #fd3c97 !important;
}

.notification-ringing {
    animation-name: ring;
    transform-origin: 70% 1em;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.notification-ringing span {
    font-weight: bold;;
    color: red!important;
}

@keyframes ring
{
    0% { transform: rotate(0deg) }
    5% { transform: rotate(45deg) }
    15% { transform: rotate(-40deg) }
    25% { transform: rotate(20deg) }
    35% { transform: rotate(-15deg) }
    45% { transform: rotate(10deg) }
    55% { transform: rotate(-5deg) }
    60% { transform: rotate(0deg) }
    100% { transform: rotate(0deg) }
}

.dastone-profile-main-pic img{
    width: 5.5rem;
    height: 5.5rem;
    flex-shrink: 0;
    object-fit: cover;
}
.avatar-item img {
    width: 7rem !important;
    height: 7rem !important;
    flex-shrink: 0;
    object-fit: cover;
}

.avatar-box{
    text-transform: uppercase;
}

.avatar-col{
    width: 140px !important;
}

/* .emoticon-col img {
    width: 7rem !important;
    height: 7rem !important;
    flex-shrink: 0;
    object-fit: cover;
}
.emoticon-col{
    width: 140px !important;
} */

.resource-col{
    min-width: 300px !important;
}

.flag-icon{
    /* widows: 64px; */
    height: 12px;
    margin-bottom: 3px;
}

.mental-feeling {
    position: relative;
    margin-top: 1.5rem;
}

.mental-feeling strong {
    display: block;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: rgba(10, 10, 10, 0.15) 0 3px 3px;
    background: #e7efff;
    text-align: center;
    transition: 0.1s ease all;
}

.mental-feeling:hover strong {
    background: #f2f3f4;
    transform: scale(0.98);
}

.mental-feeling strong span {
    display: block;
    font-size: 0.8rem;
    color: #999;
    font-weight: normal;
}

.mental-feeling .feelings {
    top: -70%;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.mental-feeling:hover .feelings {
    opacity: 1;
    visibility: visible;
}

.mental-feeling .feelings .feeling-item {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 5px;
    transform: translateY(15px);
    transition: 0.15s ease all;
    cursor: pointer;
}

.mental-feeling .feelings .feeling-item:nth-child(2) {
    transition-delay: 0.025s;
}

.mental-feeling .feelings .feeling-item:nth-child(3) {
    transition-delay: 0.05s;
}

.mental-feeling .feelings .feeling-item:nth-child(4) {
    transition-delay: 0.1s;
}

.mental-feeling .feelings .feeling-item:nth-child(5) {
    transition-delay: 0.125s;
}

.mental-feeling .feelings .feeling-item:nth-child(6) {
    transition-delay: 0.15s;
}

.mental-feeling .feelings .feeling-item img {
    width: 2rem;
}

.mental-feeling:hover .feelings .feeling-item {
    transform: translateY(0);
}

.mental-feeling:hover .feelings .feeling-item:active {
    transform: scale(1.2);
}

.mental-feeling .feelings .feeling-item.button-item {
    width: auto;
    height: auto;
}

.mental-feeling .feelings .feeling-item.button-item .btn {
    padding: 0.5rem 1.5rem;
}

.row-reminder{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.icon-reminder .active {
    border: #ddd solid 1px;
    box-shadow: rgba(10, 10, 10, 0.15) 0 3px 3px;
    background: #e7efff;
}
.feeling-item{
    cursor: pointer;
}
.icon-reminder{
    padding-bottom: 5px;
}

.chat-box-left .chat-list {
    height: 100% !important;
}

@media only screen and (max-width: 768px) {
    .card-body > p > img {
        max-width: 100%;
        height: auto;
    }
}

.btn-close{
    color: #FFF !important;
}

.icon-filling{
    width: 32px;
}

.selt-test-results-img{
    width: 100px;
}

.txt-red {
    color: #ff0000 !important;
}
.txt-right {
    text-align: end;
}
