*{
    margin: 0;
    padding: 0;
}
:focus{
    outline: none;
}
body{
    overflow: hidden;
}

/* Uyarı */
#uyari{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
#uyari #uyari-content{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 80%;
    padding: 20px 0;
    border-radius: 10px;
    background: white;
    text-align: center;
    color: black;
    font-family: 'Comfortaa', cursive;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#uyari #uyari-content i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background: #f57a3e;
    color: white;
    font-size: 40px;
}
#uyari #uyari-content h1{
    margin: 10px 0;
    font-size: 30px;
}
#uyari #uyari-content span{
    font-size: 12px;
}

/* Form */
#form{
    width: 100%;
    transition: .3s ease-in-out;
}
#form section{
    width: 100%;
    padding: 10px;
    background: white;
    border-radius: 3px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
#form section h1{
    font-family: 'Comfortaa', cursive;
    font-size: 13px;
    color: #f57a3e;
    margin-bottom: 8px;
}
#form section input[type="text"],
#form section input[type="email"],
#form section textarea{
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
    font-family: 'Comfortaa', cursive;
    font-size: 10px;
}
#form section textarea{
    resize: none;
    height: 100px;
}
#form section #butonlar{
    display: flex;
    margin-bottom: 10px;
}
#form section #butonlar #buton{
    width: 100%;
    background: #dcdcdc;
    color: #454545;
    text-align: center;
    font-family: 'Comfortaa', cursive;
    font-size: 13px;
    margin-right: 10px;
    padding: 5px;
    box-sizing: border-box;
    font-weight: bold;
    cursor: pointer;
}
#form section #butonlar #buton:last-child{
    margin-right: 0;
}
#form section #butonlar #buton.secili{
    background: #f57a3e;
    color: white;
}
#form section .window{
    display: none;
    width: 100%;
}
#form section .window[data-name="kisisel"] input{
    width: calc((100% / 2) - 5px);
    margin-right: 10px;
    float: left;
}
#form section .window[data-name="kisisel"] input:last-child{
    margin-right: 0;
}
#form section #uzantilar{
    font-family: 'Comfortaa', cursive;
    font-size: 11px;
    display: table;
    width: 100%;
}
#form section #uzantilar label{
    width: calc(100% / 4);
    float: left;
    margin-bottom: 7px;
    display: none;
}
#form section #uzantilar label input{
    float: left;
    margin-right: 3px;
}
#form section #uzantilar label span{
    float: left;
    display: block;
}
#form section #diger-uzantilar{
    color: #f57a3e;
    font-family: 'Comfortaa', cursive;
    font-size: 10px;
    margin-top: 10px;
    cursor: pointer;
}
#form #ara{
    width: 100%;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    color: white;
    background: #f57a3e;
    cursor: pointer;
}

/* Önerilenler */
#oneriler{
    width: 100%;
    background: white;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100%;
    transition: .3s ease-in-out;
}
#oneriler h1{
    font-family: 'Comfortaa', cursive;
    font-size: 16px;
    color: #f57a3e;
    margin-bottom: 10px;
    height: 25px;
    display: table;
    width: 100%;
}
#oneriler h1 i{
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #f57a3e;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
    float: left;
    cursor: pointer;
}
#oneriler h1 span{
    float: left;
    display: table;
    margin-top: 5px;
}
#oneriler #onerilen_domainler{
    width: 100%;
}
#oneriler #onerilen_domainler img{
    height: 70px;
    margin: 10px 0;
}
#oneriler #onerilen_domainler #liste{
    padding: 10px 0;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
}
#oneriler #onerilen_domainler #liste:last-child{
    padding-bottom: 0;
}
