.page_title {
    font-family: var(--heading-font), serif;
    font-weight: 700;
    font-size: 35px;
}
.search-box {
    width: 100%;
    background: #EDEDED;
    padding: 3rem;
    border-radius: 2rem;
    border: 1px solid var(--csred);
    margin: 2rem 0;
}
.search-box label {
    color: var(--csred);
    margin-bottom: 5px;
}
.btn-danger {
    background: var(--csred) !important;
    color: #fff !important;
}
.btn-danger:hover {
    background: var(--csred-hover) !important;
}
.search-box .search-btn {
    margin-top: 2rem;
    float: right;
}
.search-box .search-btn i {
    margin-right: 1rem;
}
.searchInfo h2 {
    font-size: 27px;
    font-weight: 700;
}
.searchInfo h3{
    font-size: 20px;
    font-weight: 600;
}
.searchInfo p{
    font-size: 19px;
}
.input-group .select2 {
    flex:1;
    display: inline;
}
.input-group .btn {
    padding: 7px 10px;
}
.input-group .select2 .select2-selection{
    height: 100%;
}

.input-group .selectbox-dropdown.function {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    line-height: 36px;
    font-size: 16px;
    height:100%;
    padding-right: 15px;
    width: 185px;
    overflow: hidden;
    border-radius: 5px;

}
.selectbox-dropdown.function:disabled {
    background-color: #eee;
    cursor: default;
}
.select-function-wrapper {
    position: relative;
    display: inline-block;
}

.select-function-wrapper::before {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border-color: #707070 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    pointer-events: none; /* تا کلیک روی select بخوره */
    z-index: 1;
}

.input-group .selectbox-dropdown {
    /*background: #dbdbdb;*/
    border: 1px solid #d6d6d6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px;
    margin-left: 20px;
}
.select2-container--default .select2-selection--multiple {
    padding: 7px 10px;
    border: 1px solid #d7d7d7 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
}
.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #707070 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;top: 50%;
    width: auto;
    cursor: pointer;
    z-index: 900;
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #bdbdbd transparent;
    border-width: 8px 5px 0 5px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;top: 50%;
    width: auto;
    cursor: pointer;
    z-index: 900;
}
.input-group .selectbox-dropdown {
    color: #000000;
    text-align: left;
}
.selectbox-dropdown option {
    text-align: left;
    padding-left: 5px;
}
.input-group .select2 .select2-selection {
    padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    text-wrap: auto;
}
.searchResult > p {
    color: #333;
    font-weight: 600;
    font-size: 17px;
}
.uppercase-text {
    text-transform: uppercase;
}
.search-box-items .checkbox{
    padding-left: 15px;
}
.all-articlesCount{
    display:block;
    font-size: 21px;
    /*text-align: right;
    margin-right: 80px;*/
    text-align: center;
    color: var(--csred);
}
.tabMain .article{
    margin-top: 1rem;
}
