.term_and_condition div {
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    justify-content: flex-end
}

.abstract_toolbar joomla-toolbar-button {
    margin-right: 10px;
}

#jform_terms_conditions {
    margin-left: 0 !important;
}

.basics .control-label {
    text-align: left !important;
}

.choices__button_joomla {
    margin-left: 5px;
}

.visually-hidden {
    display: none;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: -1px !important;
}

.affiliationField {
    width: 600px;
}

.ast-tooltip {
    display: none;
    width: max-content;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    background: #222;
    color: white;
    font-weight: bold;
    padding: 5px;
    border-radius: 4px;
    opacity: 1;
    font-size: 90%;
    max-width: 500px;
}

.hasTooltip::after {
    content: "\e222";
    font-family: 'IcoMoon', serif;
    font-style: normal;
    padding-left: 5px;
}

.ast-hidden {
    display: none !important;
}

.js-stools-container-filters{
    display: none;
}

.js-stools-container-filters-visible{
    display: flex;
    margin-top: -25px;
    margin-bottom: 15px;
    margin-left: 5px;
}


.js-stools-container-filters-visible .choices{
    margin-right: 10px;
}

.js-stools-container-filters-visible .choices__inner{
    max-height: 10px;
    border: 1px solid rgb(162, 162, 162);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));
    border-radius: 5px;
    padding-bottom: 0 !important;
    min-width: 275px;
}

.filter-search-bar .input-group {
    min-width: 250px;
    display: flex;
}

.filter-search-bar .input-group input[type="text"] {
    margin-bottom: 0;
}

.choices__item--selectable .choices__button_joomla{
    display: none;
}
@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
        padding-right: 0!important;
    }
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable::after {
        content: unset!important;
    }
}

.pu_popup  {
    display: none;
    padding: 20px;
    top: 27%;
    position: absolute;
    background-color: white;
    z-index: 20001;
    width: 430px;
    box-shadow: 0 7px 15px 0 rgba(50, 50, 50, 0.7);
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.pu_popup-header {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
}

.pu_popup-body {
    font-size: 16px;
    display: flex;
    justify-content: center;
}

.pu_popup-ctrl {
    border: none;
    background-color: inherit;
    transition: 200ms;
    width: auto;
    color: red;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.link-icon{
    width: 40px;
    margin-top: 2px;
}

.link-icon:after{
    content: unset;
    padding-bottom: 1px;
}

.icon-plus::before {
    content: "\2a" !important;
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    font-family: 'IcoMoon' !important;
    font-style: normal;
    speak: none;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block !important;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    margin-top: 4px !important;
}