﻿.search-form--is-hidden {
    height: 0 !important;
}

.search-form__toggle {
    height: 40px;
    cursor: pointer;
    margin: 0 auto;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 15px;
    font-weight: bold;
    color: #004899;
}
div#bolumlerSonuc {
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-height: 300px;
    overflow: scroll;
    z-index: 99999;
    overflow-x: hidden;
    background-color: #f0f5fb;
    width: 96.7%;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */

    /* Chrome, Edge, and Safari */
    div#bolumlerSonuc::-webkit-scrollbar {
        width: 16px;
    }

    div#bolumlerSonuc::-webkit-scrollbar-track {
        background: #f0f5fb;
    }

    div#bolumlerSonuc::-webkit-scrollbar-thumb {
        background-color: #004899;
        border: 3px none #ffffff;
    }

​

.search-form__outer {
    position: relative;
    transition: height 0.2s ease-out;
    height: 100%;
    width: 100%;
    /*overflow-y: hidden;*/
    margin: 20px 0;
}

.search-form {
    /* position: absolute; */
    position: relative;
    bottom: 0;
    width: 100%;
}

    .search-form .form-group {
        width: 100%;
        margin-right: -80px;
        float: left;
    }

        .search-form .form-group input {
            border: 2px solid #004899;
            border-radius: 0px;
            width: 100%;
            padding-right: 80px;
            height: 40px;
            padding-left: 10px;
            background-color: transparent;
        }

    .search-form .search-form__btn {
        width: 80px;
        height: 40px;
        border: 1px solid 004899;
        font-size: 16px;
    }

.search-form__toggle span {
    margin-right: 35px;
    margin-top: 7px;
    display: inline-block;
}

.guzel__sanatlar__container__bolumler__title img {
    position: absolute;
    right: 0px;
    width: 20px;
    top: 10px;
    height: 20px;
}

.search-dropdown-main > ul {
    border: 2px solid #004899;
    border-top: 0px;
    margin-bottom: 0px;
}

.alt-dropdown-main {
    list-style-type: none;
}

    .alt-dropdown-main .img-icon {
        top: 0px;
        right: 10px;
    }

.ust-dropdown-main .img-icon {
    top: 10px;
    right: 10px;
}

.ust-dropdown-main li::marker {
    color: #004899;
}

.alt-dropdown-main .img-icon-left {
    left: -17px;
    top: 5px;
    width: 14px;
    height: 14px;
}

.ust-dropdown-main .title-main {
    color: #004899;
    font-weight: bold;
}

.ust-dropdown-main .title-main-alt {
    color: #004899;
    font-weight: bold;
    text-decoration: underline;
}


@media(max-width:600px) {
    .search-form__toggle {
        position: relative;
    }

    .guzel__sanatlar__container__bolumler__title img {
        position: relative;
        top: 0px;
    }

    .ust-dropdown-main .img-icon {
        display: none;
    }

    ul.alt-dropdown-main {
        padding-left: 0px;
    }

    .alt-dropdown-main .img-icon-left {
        left: 0px;
        top: 0px;
    }
}
