﻿
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed');



* {
    font-family: 'Encode Sans Condensed', sans-serif;
    letter-spacing: 0.5px;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    background: black;
    background-size: cover !important;
    width: 100%;
    height: 100% !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.darkButton {
    z-index: 99;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}


.ustMenuDestkop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

    .ustMenuDestkop img {
        margin-top: -25px;
        z-index: 99;
        padding: 0px 15px;
    }

    .ustMenuDestkop::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50%;
        content: "";
        /* background-image: linear-gradient(to bottom, rgb(0 9 36), rgb(0 9 36 / 50%)); */
        background-image: linear-gradient(to bottom, rgb(0 9 36), transparent);
    }

    .ustMenuDestkop div {
        padding: 5px 20px;
        color: white;
        z-index: 99;
    }

        .ustMenuDestkop div:hover {
            font-weight: bold;
            cursor: pointer;
        }

.middlePage {
    display: flex;
    /* position: fixed;*/
    top: 120px;
    width: 100%;
    /* height: calc(100% - 200px); */
    bottom: 20px;
    z-index: 9999;
    overflow-y: auto;
    left: 0px;
    align-items: center;
    justify-content: center;
}

.onlineBasvuruForm {
    padding: 25px;
    margin-top: 25px;
    /*background-color: rgba(0, 0, 0, 0.80);*/
    background-color: rgba(255, 255, 255, 0.90);
    display: flex;
    flex-direction: column;
    /* border-radius: 15px;*/
    /* padding: 0 25px; */
    width: 800px;
    align-items: center;
    z-index: 99;
}

.onlineBasvuruFormBaslik {
    color: white;
    color: black;
    font-size: 1.5em;
    line-height:1.5em;
    letter-spacing: 3px;
    font-weight: bold;
    margin: 2px;
    width: 90%;
    text-align: center;
    border-bottom: 2px dotted black;
    padding-bottom: 12px;
    margin-bottom: 12px;
}


      /*  .jconfirm .container {
            max-width: 400px;
        }*/

.copyright {
    color: white;
    margin: 31px;
    display: block;
    text-align: center;
}


.mobilPanel {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    background-color: rgb(7 0 36);
    left: 0px;
    width: 100%;
    z-index: 999;
}



    .mobilPanel div {
        height: 12%;
        text-align: center;
        font-size: 1.5rem;
        color: white;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        align-items: center;
        display: flex;
        justify-content: center;
    }

   /* .mobilPanel div:first-child {
        right:15px;
        color:white;
        font-size:2rem;

    }*/

.menuBar {
    display:none;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 99;
}

.jconfirm-title, .jconfirm-content {
    line-height: 30px;
    letter-spacing: 2.5px;
    color:black !important
}



@media (max-width: 800px) {

    .onlineBasvuruForm{

        margin-top:0px !important;
    }

    .darkButton{

        display:none;
    }

    .ustMenuDestkop div {
        display: none;
    }

    .menuBar {
        display:block;
    }

    .jconfirm-box {

        width:80% !important;
    }

 .onlineBasvuruForm {

     padding:0px !important;
     padding-bottom:25px !important;
 }
}

.form-check {
    display: flex;
    align-items: center;
}

.jconfirm-box-container{
    width:inherit;
}


.uyariToggle {
    animation: blinker 1.4s step-start infinite;
    /*font-family: 'Encode Sans Condensed', sans-serif !important;*/
}


@keyframes blinker {

    50% {
        opacity: 1;
    }


    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}