﻿.search-click {
    line-height: 36px;
    height: 36px;
    color: #000;
    text-align: left !important;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    background: transparent;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-right: 15px;
}
.search-click:focus{
    border: none;
    outline: none !important;
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-content{
    height: 100%;
}
.search-input {
    width: 100%;
    background-color: transparent;
    border: 0;
    font-size: 38px;
    border-bottom: 2px solid #ddd;
    color: #000;
    padding: 0 60px;
    font-weight: 400;
    height: 70px;
    transition: all .8s;
}
.search .modal-body {
    padding: 15rem;
}
.search-box {
    height: 70px;
    width: 50px;
    line-height: 70px;
    position: absolute;
    margin-right: 50px;
    padding: 0;
    background-color: transparent;
    color: #000;
    border: 0;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}
.search-button{
    background: transparent;
    border: none;
}
.search-button:focus {
    border: none;
    outline: none !important;
}
.search-input:focus{
    outline: none;
    border-bottom: 1px solid black;
}
.search-close {
    height: 70px;
    width: 50px;
    line-height: 70px;
    position: absolute;
    text-align: center;
    padding: 0;
    right: 12%;
    font-size: 50px;
    border: 0;
    font-style: normal;
    font-weight: 400;
    font-family: auto;
    cursor: pointer;
}
.search-close:focus {
    border: none;
    outline: none !important;
}

.giris-buton{
    border: none;
    background: transparent;
}