/* form#form-mosad {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
} */
span.icon-calendar:before {
    font-family: 'Font Awesome 5 Free';
    content: "";
    color: #fff;
}
span.icon-search:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
}
i.icon-plus:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    color: #fff;
}
i.icon-publish:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    color: green;
    border: 2px solid green;
    border-radius: 50%;
    color: green;
    font-size: 1rem;
    height: 26px;
    line-height: 22px;
    width: 26px;
    padding: 3px;
}
i.icon-unpublish:before{
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    color: red;
    border: 2px solid red;
    border-radius: 50%;
    color: red;
    font-size: 1rem;
    height: 26px;
    line-height: 22px;
    width: 26px;
    padding: 3px 5px;
}
input#filter_search {
    max-width: 300px;
}
.block {
    display: block;
}
.choices__button_joomla:before {
    bottom: 0;
    content: "×";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: 0;
    top: 0;
}
.choices__button_joomla {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    opacity: .5;
    padding: 0 10px;
    position: relative;
    text-indent: -9999px;
}
.choices__list--multiple .choices__item {
    background: #007bff linear-gradient(180deg ,#268fff,#007bff) repeat-x!important;
    border-radius: 2px;
}
span.icon-arrow-down-3:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
}
span.icon-arrow-up-3:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
}
/* a.hasPopover:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
} */
div#custom-tabs-three-actions .card.card-primary {
    box-shadow: none;
    margin-bottom: 0;
}
footer.main-footer {
    margin-right: 0 !important;
}

.sidebar-mini.sidebar-collapse .main-footer {
    margin-right: 0 !important;
}
