[x-cloak] { display: none !important; }


.tox-promotion,
.tox-statusbar__branding {
    display: none;
}


body .article-detail ol,
body .article-detail ul
{
    padding-left: 20px;
}

body .article-detail ol li
{
    list-style-type: decimal;
    list-style-position: outside;
}


body .article-detail ul li
{
    list-style-type: disc;
    list-style-position: outside;
}


body .article-detail p
{
    line-height: 180%;
}

body .article-detail em
{
    font-weight: bold;
}

body .article-detail a
{
    text-decoration: underline;
}

/* Select2 */

.select2-container--default {
    color: #000;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

.select2-container--default .select2-selection--single {
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 38px;
    border: 1px solid rgb(209 213 219 / 1);
    border-radius: 0.375rem;

    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px;
    line-height: normal;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    width: 40px;
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
}


.opacity-65 {
    opacity: 0.65;
}
