.w-160px{
    width: 160px;
}
.star-no-color{
    color: #EEEEEE !important;
}

.dataTable thead{
    background: var(--primary-opacity);
}

.table-responsive{
    overflow: visible !important;
}

.cs-text {
    font-weight: 400;
    color: var(--color-body);
    font-size: 16px;
}

.toastui-editor-contents blockquote > :first-child {
    margin-top: 0;
    font-size: 16px;
}

.toastui-editor-contents > p {
    font-size: 16px;
}

.toastui-editor-contents blockquote {
    border: none;
    padding: none;
    border-left: none;
    font-style: none;
    font-weight: none;
    border-radius: 0px;
}

.toastui-editor-contents {
    font-size: 16px !important;
}

.toastui-editor-contents ul li {
    margin: 0px;
}

.toastui-editor-contents p {
    font-size: 16px;
}
.text-desc {
    /* height: 4em; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

.toastui-editor-contents ol>li:before {
    color: black !important;
}

.toastui-editor-contents ul>li:before {
    background-color: black !important;
}
