﻿body {
    overflow-x: hidden;
    background: #f1f1f1;
}

.content {
    min-height: 500px;
}

.mobile-slider {
    display: none;
}

a {
    text-decoration: none !important;
}

.top-gold {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    background-image: -moz-linear-gradient( 90deg, rgb(238,198,94) 0%, rgb(189,156,74) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(238,198,94) 0%, rgb(189,156,74) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(238,198,94) 0%, rgb(189,156,74) 100%);
}

    .top-gold .bg-puan {
        background: #efc75e;
    }

.top-silver {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    background-image: -moz-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(153,153,153) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(153,153,153) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(153,153,153) 100%);
}

    .top-silver .bg-puan {
        background: #e6e6e6;
    }


.top-default {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    background-image: -moz-linear-gradient( 90deg, rgb(211,33,47) 0%, rgb(215,106,116) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(211,33,47) 0%, rgb(215,106,116) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(211,33,47) 0%, rgb(215,106,116) 100%);
}

    .top-default .bg-puan {
        background: #C61F2E;
    }


.navigation-gold {
    padding: 15px;
}

    .navigation-gold nav a {
        color: #ddb757;
        font-weight: 600;
    }

.navigation-silver {
    padding: 15px;
}

    .navigation-silver nav a {
        color: #999999;
        font-weight: 600;
    }

.navigation-default {
    padding: 15px;
}

    .navigation-default nav a {
        color: #C71F2C;
        font-weight: 600;
    }

.circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}

.sepet-gold {
    background: #efc75e;
    padding: 0 15px;
    height: 55px;
}

.sepet-silver {
    background: #e6e6e6;
    padding: 0 15px;
    height: 55px;
}

.wrap {
    max-width: 1000px;
    margin: auto;
}

.i-kazan {
    background-color: #db2534;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e82030' fill-opacity='0.47' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.b-kazan {
    background-color: #c5212e;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d72936' fill-opacity='0.38' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.g-kendini {
    background-color: #ae1e2a;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c01c29' fill-opacity='0.33' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
}

.my-btn-1 {
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
}

.my-btn-2 {
    padding: 10px 20px;
    color: #fff;
    background: #d92231;
}

.my-btn-3 {
    padding: 10px 20px;
    border: 2px solid #555555;
    color: #555555;
}

.btn-secondary {
    padding: 10px 20px;
}

.lig-gold {
    background-image: -moz-linear-gradient( 90deg, rgb(238,198,94) 0%, rgb(189,156,74) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(238,198,94) 0%, rgb(189,156,74) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(238,198,94) 0%, rgb(189,156,74) 100%);
}

.lig-silver {
    background-image: -moz-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(153,153,153) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(153,153,153) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(227,227,227) 0%, rgb(153,153,153) 100%);
}

.siralama-tablo td:last-child {
    font-weight: bold;
}

.xerox-dunyasi {
    border-top: 5px solid #d92231;
}

.footer {
    background: #333;
}


.profil-menu .active {
    border-right: 5px solid #d61929;
    color: #d61929 !important;
}

.profil-menu a {
    color: #333;
    font-weight: 700;
    line-height: 40px;
}

.question p {
    font-size: 18px;
    color: #666666;
}

.time {
    color: #CB202E;
}

.wrong-answer {
    background: #dc3545 !important;
}

    .wrong-answer label {
        color: #fff !important;
    }

.wrong-text {
    color: #ff0000;
    text-align: center;
}

.correct-text {
    color: #1acf45;
    text-align: center;
}

.circle2 {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #d61929;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.foto-sayi {
    bottom: 0;
    left: 15px;
}

.login {
    max-width: 550px;
    margin: auto;
}
