﻿*{
	margin:0;
	padding:0;
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    min-width: 320px;
    font-family: inter,sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #f3f3f3;
    color: #000;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

ul, li{list-style:none;}
a {text-decoration: none;color: #000}

h1, h2, h3,h4, h5, h6, p {
    margin:0;
    padding:0;
}
.header input::placeholder {
    font-weight: 400;
    font-size: 10px;
    letter-spacing: -0.03em;
    color: #666;
}
.header input::-webkit-input-placeholder { 
    font-weight: 400;
    font-size: 10px;
    letter-spacing: -0.03em;
    color: #666;
}

.header input:-ms-input-placeholder { 
    font-weight: 400;
    font-size: 10px;
    letter-spacing: -0.03em;
    color: #666;
}



::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #374A61;
}

input:-moz-placeholder {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #374A61;
}

input::-moz-placeholder {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #374A61;
}

input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.03em;
    color: #374A61;
}


:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus-visible {
    outline: none;
}

.ddownsearch .ddownscroll ul::-webkit-scrollbar {
    width: 6px;
}
.vekildagilimilist::-webkit-scrollbar {
    height: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #bbb;
}

::-webkit-scrollbar-thumb {
    background: #777;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #374a61;
}