#searchList {
    position: absolute;
    width: 100%;
    border: 1px solid #F5F5F5;
    background: #FFF;
    top: 0;
    display: none;
    z-index: 9999 !important;
    border-radius: 0px 0px 3px 3px;
    margin-top: 43px;
    left: 0px !important;
    top: 8px !important;
    width: 768px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08);
}

.result-text {
    display: block;
    width: 100%;
    position: absolute;
    font-weight: 700;
    margin-top: 0;
    padding-top: 0px;
    /* border-top: 1px solid rgb(234, 234, 234); */
    bottom: 0px;
    width: 100%;
    background: #fff;
}

.result-text a {
    color: #395FA9;
    padding: 15px 0px;
    cursor: pointer;
    display: block;
}


.result-text a i {
    margin-left: 13px;
}

#upButton {
    display: none;
    position: fixed;
    right: 55px;
    bottom: 18px;
    width: 32px;
    height: 32px;
    font-size: 25px;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 30px;
}

#upButton:hover {
    color: #fff;
    border: 1px solid #395FA7;
    background-color: #395FA7;
}


.AramaUL {
    width: 100%;
    height: auto;
}

.AramaUL h3 {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.AramaUL .AramaUL_Liste {
    justify-content: flex-start;
    background-color: #fff;
    padding: 20px 15px 20px 20px;
    height: 400px;
}

.AramaUL .AramaUL_Liste.listesag {
    padding: 20px 15px 20px 20px;
}

.AramaUL .AramaUL_Liste.bgGri {
    background-color: #FBFBFB;
}

.AramaUL .AramaUL_Liste .menu-akordiyon {
    max-height: 337px;
    padding-right: 8px;
    overflow-y: auto;
}

.AramaUL .AramaUL_Liste.listesag .menu-akordiyon {
    max-height: 305px;
}

.AramaUL .AramaUL_Liste .menu-akordiyon::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 20px !important
}

.AramaUL .AramaUL_Liste .menu-akordiyon::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    border-radius: 20px !important;
}

.AramaUL .AramaUL_Liste .menu-akordiyon::-webkit-scrollbar-thumb {
    background-color: #0e121d;
}


.AramaUL .AramaUL_Liste ul>li>ul {
    display: none;
    margin-left: 0;
    padding-left: 0px;
    padding-right: 0px;
}

.AramaUL .AramaUL_Liste ul>li>ul>li>a>span {
    margin-right: 0;
    max-height: 40px;
    overflow: hidden;
    margin-left: 10px;
    font-weight: 700;
    margin-left: auto;
    position: relative;
}

.AramaUL .AramaUL_Liste ul>li>ul>li>a {
    font-size: 12px;
    font-weight: 400;
}


.AramaUL .AramaUL_Liste ul::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.AramaUL .AramaUL_Liste ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.AramaUL .AramaUL_Liste ul::-webkit-scrollbar-thumb {
    background-color: #8B8889;
}


.AramaUL .AramaUL_Liste ul li:first-child {
    margin-top: 0px;
}

.AramaUL .AramaUL_Liste ul li {
    margin-top: 0px;
}

.AramaUL .AramaUL_Liste ul li a {
    position: relative;
    display: flex;
    padding: 7px 5px;
    width: 100%;
    color: inherit;
    border-radius: 2px;
    font-weight: 600;
    font-size: 13px;
    align-items: center;
}

.AramaUL .AramaUL_Liste ul li a .icon {
    display: none;
}

.AramaUL .AramaUL_Liste ul li a:hover {
    background: rgb(232, 232, 232);
}


.AramaUL .AramaUL_Liste ul li span {
    margin-right: 0px;
    max-height: 40px;
    overflow: hidden;
}

.AramaUL .AramaUL_Liste ul li .count {
    font-weight: 400;
    margin-left: auto;
}


.AramaUL .AramaUL_Liste ul li .resimm {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 46px;
    height: 50px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    padding: 2px;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 0;
}

.AramaUL .AramaUL_Liste ul li img {
    max-width: 100%;
    max-height: 100%;
}