/*
* FrontEnd Designer : Murat Aydemir
* Company : Murat Aydemir
* Last Update : 2021-05-29 10:30
* Contact : destek@emaygo.com
*/
 

/* START ARAMA */
.AramaUstMenu {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center; 
    margin-bottom: -16px;
    position: relative;
		background: #282d32; 
}
.AramaUstMenu > .UstMenuButton {
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    /*font-family: 'PT Sans', 'Roboto', sans-serif;*/
		font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    padding: .5rem;
    box-sizing: border-box;
}
.AramaUstMenu > .AramaSale { 
    color: #FFF;
}
.AramaUstMenu > .AramaRent { 
    color: #FFF;
}
.AramaAltMenu {
    background-color: #282d32;
    padding: 15px;
    box-sizing: border-box;  
}

.AramaAltMenu > .secenek{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.AramaAltMenu > .secenek > .AramaItems {
    width: 100%;
    margin: .5rem;

}
.AramaAltMenu > .secenek > .AramaItems > .text {
    text-transform: uppercase;
    /*font-family: 'PT Sans', 'Roboto', sans-serif;*/
		font-family: "Times New Roman", Times, serif;
    margin-bottom: .5rem;
}
.AramaAltMenu > .secenek > .AramaItems > select {
    padding: 10px;
    border: 1px Solid #8d8d8d;
    width: 100%;
}
.AramaAltMenu > .secenek > .AramaItems > input {
    padding: 10px;
		
    width: 100%;
}

/* END ARAMA */
