.onerilenkonular {
    position: sticky;
    top: 92px;
}

.mobil-bg {
    background: none;
    display: inline-table;
}

@media (max-width: 576px) {

    .mobil-bg a {
        color: var(--color-surface-white);
        border: 1px solid var(--color-surface-white);
    }

    .mobil-bg a:hover {
        color: var(--color-just-black);
        background: var(--color-surface-white);
        border: 1px solid var(--color-surface-white);
        box-shadow: 1px 2px 16px var(--color-surface-white);
    }
}

@media screen and (max-width: 992px) {
    .input-container-none {
        display: none !important;
    }

    .suggestions-container {
        position: unset !important;
        background-color: #fff;
        border: 1px solid #ccc;
        z-index: 1000;
        max-height: 200px;
        overflow-y: auto;
        border-radius: 10px;
        width: 100% !important;
    }

    .input-container {
        position: relative;
        width: 100%;
    }

    .inputMangos {
        width: 100%;
        padding-right: 40px;
        /* Adjust as needed to fit the icons */
    }

    .input-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        cursor: pointer;
    }

    #clearIcon {
        right: 30px;
    }

    .sm-clear-icon {
        right: 16px !important;
        top: 21px !important;
    }
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translateY(-50%);
    color: #6a5acd;
    pointer-events: none;
    padding-right: 10px;


}

@media (min-width: 992px) and (max-width: 1200px) {
    .search-icon {
        position: absolute;
        right: 15px;
        top: 20px;
        transform: translateY(-50%);
        color: #6a5acd;
        pointer-events: none;
    }
}

.inputMangos[type=search] {
    font-size: 13px;
}

.inputMangos {
    width: 100%;
    background-color: transparent;
    color: #242424;
    padding: .15rem 1.5rem;
    min-height: 30px;
    border-radius: 0.375rem;
    outline: none;
    border: none;
    line-height: 1.15;
    box-shadow: 0px 10px 20px -18px;
    margin-bottom: 15px;
    border: 1px solid var(--color-just-black) !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.clear-icon {
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translateY(-50%);
    color: #6a5acd;
    padding-right: 10px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.sm-clear-icon {
    position: absolute;
    right: 91px;
    top: 172px;
    transform: translateY(-50%);
    color: #6a5acd;
    padding-right: 10px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.list-inline-item {
    font-size: 14px;
    font-weight: 600;
    color: #5a59a5;
}

.rotate-icon {
    transition: transform 0.3s ease-in-out;
}

.rotate {
    transform: rotate(180deg);
}

.aside-buttons.collapse {
    display: none;
}

.aside-buttons.show {
    display: block;
}

#tag-list {
    overflow: hidden;
    transition: height 0.5s ease;
}

.hiddens {
    display: none;
}

.aside-buttons>li {
    margin-bottom: 10px;
}

.buttonbtn:hover {
    color: var(--color-surface-white) !important;
    background-color: var(--color-just-black) !important;
    
}

.color-blue {
    color: var(--color-just-black) !important;
}

.buttonRightPage {
    background: #e2e2e2;
    color: #514f4f !important;
    padding: 0.3rem 0.6rem !important;
    font-size: 13px;
    font-weight: 500 !important;
    transition: background 0.5s ease, color 0.5s ease;
    white-space: nowrap;
}

.img-area-best {
    width: 40px;
    height: 40px;
    margin-right: 3px;
}

.suggestion-item {
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f0f0f0;
}

.visibleST {
    opacity: 1 !important;
}

@media (min-width: 320px) and (max-width: 480px) {


    .color-blue {
        margin-top: 6px;
    }
}

.img-area-best {
    width: 40px;
    height: 40px;
    margin-right: 3px;

}
