﻿body {
    font-family: 'KGMissKindergarten';
    background-image: url(../images/giris-2026.png?t=002);
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    cursor: default;
    padding: 0;
    margin: 0;
}

.govde {
    position: relative;
    width: 1200px;
    height: 950px;
    z-index: 1;
    padding: 0;
    margin: 0 auto;
}

.anasayfa {
    position: absolute;
    top: 25px;
    left: 300px;
    width: 600px;
    height: 225px;
    background: rgba(0, 0, 0, 0);
}

.davet {
    position: absolute;
    top: 305px;
    left: 295px;
    width: 145px;
    height: 140px;
    background: rgba(0, 0, 0, 0);
}

.kayit-konaklama {
    position: absolute;
    top: 455px;
    left: 508px;
    width: 125px;
    height: 120px;
    background: rgba(0, 0, 0, 0);
}

.genel-bilgiler {
    position: absolute;
    top: 479px;
    left: 160px;
    width: 95px;
    height: 95px;
    background: rgba(0, 0, 0, 0);
}

.duzenleme-kurulu {
    position: absolute;
    top: 564px;
    left: 309px;
    width: 139px;
    height: 95px;
    background: rgba(0, 0, 0, 0);
}

.bildiri-gonderimi {
    position: absolute;
    top: 288px;
    left: 756px;
    width: 117px;
    height: 100px;
    background: rgba(0, 0, 0, 0);
}

.bilimsel-program {
    position: absolute;
    top: 508px;
    left: 709px;
    width: 137px;
    height: 119px;
    background: rgba(0, 0, 0, 0);
}

.bildiri-kitapcigi {
    position: absolute;
    top: 275px;
    left: 554px;
    width: 137px;
    height: 119px;
    background: rgba(0, 0, 0, 0);
}

.iletisim {
    position: absolute;
    top: 603px;
    left: 915px;
    width: 100px;
    height: 80px;
    background: rgba(0, 0, 0, 0);
}

.ana-konular {
    position: absolute;
    top: 383px;
    left: 925px;
    width: 116px;
    height: 110px;
    background: rgba(0, 0, 0, 0);
}

.odul {
    position: absolute;
    top: 442px;
    right: -30px;
    width: 116px;
    height: 110px;
    background: rgba(0, 0, 0, 0);
}

.covid19-onlemleri {
    position: absolute;
    top: 641px;
    left: 25px;
    width: 148px;
    height: 83px;
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #007de5;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ffba13;
    }

footer {
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #7fa23e;
}

    footer table {
        font-size: 14px !important;
        color: #003300;
        padding-bottom: 5px
    }

    footer h4 {
        color: yellow;
        margin: 0 0 5px 0
    }

    footer a {
        color: white;
    }

.arkadyas {
    text-align: right;
    margin-top: 5px;
    padding: 3px 30px 3px 3px;
    font-size: 12px;
    font-family: Arial;
    color: white;
    background-color: #5a7921;
}

    .arkadyas a {
        text-decoration: none;
    }
