/*------- In logged in view --------*/
.admin-bar {
    margin-bottom: 30px;
}

/*------- Forum Tab widget tags --------*/
/* .single-forum-post-widget .post-tags a {
    font-family: inherit;
    font-weight: 400;
    line-height: 14px;
    font-size: 12px;
    padding: 3px 10px;
    background: #6078ce;
    margin: 12px 10px 0 0;
    border-radius: 3px;
    color: #fff;
} */

/*------- Forum Widget ( Category view ) --------*/
.forum-category-area .col-custom {
    margin-bottom: 30px;
}



/*------- Newsletter widget --------*/
.aj-ballon-animation img {
    animation: BallonAnimation 3s linear infinite alternate-reverse;
}

.newsletter-form-widget.aj-newsletter-form-widget {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    transform: none;
}

.newsletter-form-widget.aj-newsletter-form-widget form .form-group input{
    background: var(--bs-white);
    border: 1px solid var(--black_50);
}

/*------- Ama Search Widget --------*/
.search-box {
    position: relative;
}

.search-box i {
    position: absolute;
    right: 8px;
    top: 49.59999%;
    transform: translateY(-50%);
    line-height: 22px;
    padding: 10px;
    border-radius: 4px;
    border-left-color: transparent;
    box-sizing: border-box;
    color: var(--brand_color);
}

.search-box input {
    width: 100%;
    border-radius: 4px;
    line-height: 35px;
    text-indent: 15px;
    padding-right: 43px;
}

.ama-search-widget {
    position: relative;
}

.ama-search-widget #ama-search-result {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%)
}

.ama-search-keyword-wrapper .header-search-form__keywords-label {
    color: var(--black_800);
}

.ama-search-keyword-wrapper .header_search_keyword ul li a {
    color: var(--black_600);
    background: var(--black_50);
    font-weight: normal;
}

.search-box{
    z-index:99;
}

.single-forum-post-widget .post-time img {
    margin-right: 0 !important;
}

.post-filter-widget .data-active{
    color:var(--brand_color);
}

.single-filter-item i:has( + .data-active){
    color:var(--brand_color);
}

@media all and (max-width: 1024px) {
    #ama-search-result {
        width: 650px;
    }
}

@media all and (max-width: 768px) {
    #ama-search-result {
        width: 487px;
    }
}

@media all and (max-width: 425px) {
    #ama-search-result {
        width: 100%;
    }
}