﻿/* Dil Dropdown */
.dropdown button {
    background-color: transparent;
    color: white;
}

.dropdown .btn:hover, .dropdown .btn:focus, .dropdown .btn.focus {
    color: white;
}
/* SEARCH BAR */
.searchbar {
    float: right;
    border: 0;
    background-color: rgba(150,150,150,0.6);
    border-radius: 5px;
}

    .searchbar input {
        border: 0;
        border-radius: 5px;
        color: white;
        background-color: transparent;
        height: 35px;
        padding-left: 15px;
    }

        .searchbar input[type=text]:focus {
            border: 0 solid rgb(250,250,250,0.6) !important;
            background-color: transparent;
            outline: 0;
        }

        .searchbar input::placeholder {
            color: white;
        }

    .searchbar button {
        background-color: transparent;
        color: white;
        border-width: 0px;
        margin-right: 15px;
        padding-left: 10px;
        padding-right: 0px;
    }

        .searchbar button:focus {
            border: 0 solid rgb(250,250,250,0.6) !important;
            border-radius: 15px;
            background-color: transparent;
            outline: 0;
        }

.searchbar-altsayfa {
    float: right;
}

    .searchbar-altsayfa input {
        border-radius: 25px;
        color: white;
        background-color: transparent;
        border-color: rgb(239, 134, 134);
        height: 35px;
    }

        .searchbar-altsayfa input::placeholder {
            color: white;
        }

    .searchbar-altsayfa button {
        background-color: transparent;
        color: white;
        border-width: 0px;
    }

.searchbar-mobile {
    float: right;
}

    .searchbar-mobile input {
        border-radius: 25px;
        background-color: transparent;
    }

    .searchbar-mobile button {
        background-color: transparent;
        border-width: 0px;
    }
