.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
}

fieldset {
    border: 0;
}

.visually-hidden {

    display: none;
}

.uk-toolbar-buttom {
    font-size: 13px !important;
}

.uk-accordion-small .uk-accordion-title {
    line-height: 1.1;
    font-size: inherit;
    padding: 0;
    text-transform: inherit;
}

.uk-accordion.uk-accordion-small > :nth-child(n+2) {
    padding-top: 0;
    margin-top: 0;
}

.uk-accordion.uk-accordion-small > li {
    padding-left: 15px;
}