.tox-tinymce .tox-statusbar__right-container {
    display: none !important;
}

.tox-tinymce .tox-promotion {
    display: none !important;
}

a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.break-word {
    word-break: break-word;
}

.breadcrumb-item {
    word-break: break-all;
}

.table td {
    word-break: break-word;
}

.background-fluid {
    background-position: center center;
    background-size: cover;
}

.main-item-right-title {
    text-align: justify;
}

.text-org {
    color: #102F8C;
}

.ui-datepicker td.highlight2 > a {
    border: 1px solid #9322ff !important;
    color: #fff;
!important;
    background: #9322ff !important;
}

.ui-datepicker td.highlight > a {
    border: 1px solid #102F8C !important;
    color: #102F8C !important;
}

.ui-datepicker td > a {
    border-radius: 1000rem !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    height: 2rem !important;
    padding: 0.4rem 0 !important;
    text-align: center !important;
    width: 2rem !important;
}

.ui-datepicker td > a:hover {
    color: #fff !important;
}

.dropdown.bootstrap-select {
    padding: 0;
}

.bootstrap-select .dropdown-toggle {
    background: transparent !important;
    padding-right: 2em;
}

.bootstrap-select .dropdown-toggle::after {
    display: none;
}