html,
body {
    height: 100%;
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Roboto Mono', monospace;*/
}

p, h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Roboto Mono', monospace;*/
    /*color: black;*/
}

.single-blog-post-slide h3 a {
    /*font-family: 'Roboto', sans-serif;*/
}


.img-rounded {
    border-radius: 10px;
}


.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
     display: block;
        margin: 0.35rem 25px 0 0.25rem;

}

.has-star {
    font-weight: bold;
}

.iti {
    /*position: relative;*/
     display: block;
}

.sorter-b{
    padding: 10px;
}

.asc{
    font-weight: bold;
    color: black;
}
.desc{
    font-weight: bold;
    color: black;
}


.asc:after{
    padding-left: 5px;
    content: "↓";
}

.desc:after{
    padding-left: 5px;
    content: "↑";
}

.table th, .table td {
    padding: 0.1rem;
    vertical-align: middle;
}


input::placeholder {
    color: #999;
}

.suggestions-input::placeholder {
    color: #999;
}

.form-control::placeholder {
    color: #999;
}



