/*------- In logged in view --------*/
.admin-bar {
    margin-bottom: 30px;
}

/*------- 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 .search_icon {
    top: 50%;
    transform: translateY(-50%);
}

.search-box i {
    position: absolute;
    left: 15px;
    top: 49.59999%;
    transform: translateY(-50%) scaleX(-1);
    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%;
    height: 50px;
    border-radius: 4px;
    line-height: 35px;
    text-indent: 15px;
    padding: 4px 8px 6px 45px;
}

.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%;
    }
}

/*------- Ajax Forum --------*/
.single-forum-post-widget .post-content .post-category a{
    display:inline-block;
}

/** === Focust Search Form === **/
body.search-focused .focus_overlay {
    opacity: 1;
    visibility: visible;
}

.focus_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s linear;
    width: 100% !important;
    max-width: 100% !important;
}