.fs-14{
    font-size: 14px !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-12{
    font-size: 12px !important;
}
.lh-2{
    line-height: 2;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.two-lines.text-ellipsis {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.mnh-2-lines {
    line-height: 1.8;
    min-height: calc(1.8em* 2);
}
.imh-cards .card-body{
    padding: 4px 10px;
}
.imh-cards a:hover{
    text-decoration: unset;
    i{
        color :#5ec2b1;
    }
    /* .card {
        box-shadow: 4px 4px 8px gray;
    } */
}

.lazy-load{
    animation: lazy-placeholder 2s ease-in infinite;
}
.simple_form.new_user fieldset.user_tos_agreement {
    margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
    .container-xxl{
        max-width: 1190px!important;
    }
}