﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan+2:400,500,600,700&display=swap');

body {
    font-family: 'Baloo Chettan 2', cursive;
    font-weight: 400;
    background:url('../Gorseller/bg.png') no-repeat;
    background-size:cover
}

p {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

header {
    background-image: url(../Gorseller/header-bg.png);
    background-size: 100%;
    background-color: #0E4B94;
    padding: 5px 0;
}

.bg-dark {
    background-color: transparent !important
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF !important;
    font-weight: 500;
    min-width: 130px;
    font-size: 16px
}

.nav-item {
    background-color: #1b68b9;
    border-radius: 30px;
    margin: 0 10px;
    padding: 4px 8px;
    min-width: 115px;
    text-align: center;
}

.nav-itemx {
    background-color: #1f5ca5;
    color: #fff;
    border-radius: 0 !important;
    padding: 5px;
    min-width: 115px;
    text-align: center;
}

.nav-linkx {
    font-size: 16px !important;
}

    .nav-linkx:hover {
        color: #feffbb;
    }

.navbar {
    padding: 1rem 5rem;
    border-radius: 5px;
}

.navbarx {
    float: right;
    padding: .2rem 0rem .2rem 0.6rem;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0.1rem !important;
        margin-left: 0.1rem !important;
    }
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #19bbd3 !important
}


.buton-bg {
    width: 160px;
    padding: 15px;
    border-radius: 5px 20px;
    background-color: #208bc4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg %3E%3Ccircle fill='%23208bc4' cx='50' cy='0' r='50'/%3E%3Cg fill='%232c8ec7' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%233591ca' cx='50' cy='100' r='50'/%3E%3Cg fill='%233e94cd' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%234596d0' cx='50' cy='200' r='50'/%3E%3Cg fill='%234c99d3' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%23539cd6' cx='50' cy='300' r='50'/%3E%3Cg fill='%23599fd9' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%2360a2dc' cx='50' cy='400' r='50'/%3E%3Cg fill='%2366a5df' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%236ca8e2' cx='50' cy='500' r='50'/%3E%3Cg fill='%2371abe5' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%2377aee8' cx='50' cy='600' r='50'/%3E%3Cg fill='%237cb1eb' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%2382b4ee' cx='50' cy='700' r='50'/%3E%3Cg fill='%2387b7f0' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%238cbaf3' cx='50' cy='800' r='50'/%3E%3Cg fill='%2392bdf6' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%2397c0f9' cx='50' cy='900' r='50'/%3E%3Cg fill='%239cc3fc' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%23a1c6ff' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: contain;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.btn:hover {
    color: #000 !important;
}


footer {
    width: 100%;
    padding: 25px 0;
    background: #0e4b94;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
/*    margin-top: 15px;*/
}

@media (max-width: 992px) {
    #footer-logo {
        text-align: left !important
    }
}

.baslik {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    background-color: #1f5ca5;
    margin: 40px 0 20px 0;
    padding: 10px;
    border-radius: 5px;
}

.carousel-inner {
    border-radius: 5px
}

.sponsor {
    margin-top: 20px;
}

.altbaslik {
    text-align: center;
    font-size: 20px;
    padding: 0px;
    margin: 0;
    font-weight: 500;
    color: #1f5ca5;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.dropdown-item:hover {
    color: #FFC600;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
}

.dropdown > .dropdown-menu {
    background-color: #ffffff !important;
    top: 200%;
    transition: 0.3s all ease-in-out;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.page-footer, .top-nav-collapse {
    background-color: #ffffff;
}

.dropdown .dropdown-menu .dropdown-item, .dropleft .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item, .dropup .dropdown-menu .dropdown-item {
    font-size: 1rem;
}


.dropdown-item:hover {
    color: #FFC600;
}


.nav-link {
    font-size: 13px;
}

.vjs-error-display {
    visibility: hidden;
}

@media screen and (max-width: 990px) {
    header {
        background-size: contain !important;
    }

    .girisbg {
        margin: 0 !important
    }

    .msgtable td:nth-child(1) {
        width: 60% !important;
    }

    .logo {
        /*width: 215px !important;*/
    }

    .form-control {
        width: 100% !important;
    }

    .nav-item {
        border-radius: 30px !important;
        margin: 0 !important;
        text-align: left !important;
        background-color: #1b68b8 !important;
        padding-left: 30px;
        border-top: 1px solid #ffffff73 !important;
    }

    .navbar {
        width: 100% !important;
    }

    .nav-itemx {
        width: 100% !important;
    }
}

.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

    .AlseinTable td:first-child {
        color: #ff0000;
        width: 8px;
    }

    .AlseinTable td:nth-child(2) {
        background-color: #de0015;
        color: white;
        border-radius: 3px;
        width: 150px;
        text-align: center;
        padding: 0 3px;
    }


.t-1000 {
    transition: 1s ease;
}

.login-content .sign-user_card .logo {
    max-height: 120px!important;
    margin-bottom:0!important
}

#Giris_Icerik_p_Baslik {
    padding-bottom: 15px;
    color: #000
}

.floating-input:not(:placeholder-shown) ~ label {
    color: #6e6e6e;
    background: transparent;
    font-size:12px;
    padding: 4px
}

.floating-input:focus ~ label {
    color: #6e6e6e;
    background: transparent;
    font-size: 12px;
    padding: 4px
}

.floating-label {
    margin-bottom: 25px;
}

.floating-input:not(:placeholder-shown) ~ label {
    top: -12px;
    font-size:12px;
}

.floating-input:focus ~ label {
    top: -12px;
    font-size: 12px;
}

.btn-success {
    background-color: #1b68b9;
    border-color: #1b68b9;
    border-radius: 23px;
    padding: 10px 0;
}

.btn-success:focus, .btn-success:hover {
    color: #fff!important;
    background-color: #3995f4;
    border-color: #3995f4;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3995f4;
    border-color: #3995f4;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(57, 149, 244, .125), 0 0 0 .2rem rgba(57, 149, 244, .5);
}

.btn-success.focus, .btn-success:focus {
    box-shadow: unset, 0 0 0 .2rem rgba(57, 149, 244, .5)!important;
}

.btn-outline-primary {
    background-color: #FFF;
    border-radius: 23px;
    padding: 10px 0;
    border: 1px solid #1b68b9;
    color: #1b68b9;
}

.btn-outline-primary:focus, .btn-outline-primary:hover {
    color: #fff !important;
    background-color: #1b68b9;
    border-color: #1b68b9;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b68b9;
    border-color: #1b68b9;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(57, 149, 244, .125), 0 0 0 .2rem rgba(57, 149, 244, .5);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgba(255, 255, 255, 2);
}

.navbar-collapse {
    margin-top: 15px;
}

.carousel-control-next-icon {
    display:none;
}

.carousel-control-prev-icon {
    display: none;
}

.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 0;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
   border-bottom-right-radius: 5px;
}

.etkinlik-buton {
    padding: 10px 20px;
    font-weight: 600;
    font-size:20px;
    border-radius: 15px
}

.login-content .sign-user_card {
    border-color: #FFF!important
}

.custom-control-input:checked ~ .custom-control-label:before {
    background-color: #1b68b9;
    border-color: #1b68b9;
}

.login-content .form-control:focus {
    border: 1px solid;
    border-color: #1b68b9;
}

.floating-input {
    border: 1px solid #e0e0e0!important;
}

.floating-input:focus {
    border: 1px solid;
    border-color: #1b68b9!important;
}

.floating-input:not(:placeholder-shown) {
    border: 1px solid #e0e0e0;
}

.form-control {
    background: #FFF!important
}

