.kalkisPopulerContent{
	margin-left:5%;
	width:90%;
}.varisPopulerContent{
	margin-left:5%;
	width:90%;
}
#kalkis-input{
	border: 2px solid #e30613;
	border-radius:3px;
}
#varis-input{
	border: 2px solid #e30613;
	border-radius:3px;
}
.kalkisLastContentBaslik{
	color: #131717;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 14px;
}
.kalkisPopulerContentBaslik{
	color: #131717;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 14px;
}
.populerButtonVaris{
	margin-right:7px;
	margin-bottom:5px;
    font-weight: normal;
    outline: transparent solid 2px;
    outline-offset: 2px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    width: auto;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    position: relative;
    border-color: rgb(215, 221, 219);
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 4px 0px inset;
    height: 36px;
    font-size: 14px;
    padding: 10px 5px;
}
.populerButton{
	margin-right:7px;
	margin-bottom:5px;
    font-weight: normal;
    outline: transparent solid 2px;
    outline-offset: 2px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    width: auto;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    position: relative;
    border-color: rgb(215, 221, 219);
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 4px 0px inset;
    height: 36px;
    font-size: 14px;
    padding: 10px 5px;
}
.search-history-varis {
	margin-left:5%;
	width:90%;
}
.search-history {
	margin-left:5%;
	width:90%;
}
.search-item-varis {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.search-item-varis:last-child {
	border-bottom: none;
}
.search-item-varis i {
	font-size: 26px;
	height: 28px;
	margin-right: 10px;
}
.search-item {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.search-item:last-child {
	border-bottom: none;
}
.search-item i {
	font-size: 26px;
	height: 32px;
	margin-right: 10px;
}
.search-details {
	display: flex;
	flex-direction: column;
}
.search-route {
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
.search-date {
	font-size: 12px;
	color: #666;
}