﻿body {
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif !important;
}

a {
    text-decoration: none !important;
}

.wrap {
    max-width: 1080px;
    margin: auto;
}

.mobile-slider {
    display: none;
}

.logo {
    max-height: 60px;
}

.top {
    padding: 15px;
}

.profile-name {
    font-size: 16px;
    letter-spacing: -.50px;
    font-weight: bold;
}

.profile-point {
    font-size: 14px;
    color: #999999;
}

.content {
    background-image: -moz-linear-gradient(90deg, rgb(239 172 193) 0%, rgb(239,232,234) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(239 172 193) 0%, rgb(239,232,234) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(239 172 193) 0%, rgb(239,232,234) 100%);
    min-height: 640px;
}

.h-rotasi {
    background: repeat-y left center url(../img/dots.png) #e40045;
    min-height: 160px;
}

.d-ligi {
    min-height: 160px;
    background: repeat-y left center url(../img/dots.png) #4697d2;
}


.login-box {
    max-width: 500px;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
}

.text-red {
    color: #e40045;
}

.login-box .form-control {
    background: #b3b2b3;
    height: 60px;
    border: 2px solid #e40045;
}

.login-box .btn-main {
    height: 60px;
    width: 100%;
}

.btn-main {
    background: #303c49;
    color: #fff;
    border: none !important;
}

.login-logo {
    position: absolute;
    width: 200px;
    top: -70px;
    left:50%;
    margin-left:-100px;
}

.lig-isim {
    font-size: 18px;
}

.lig-puan {
    font-size: 18px;
    font-weight: bold;
}

.lig-sira {
    font-size: 20px;
    font-weight: bold;
}

.birinci {
    color: #fff;
    background: #e40045;
}

.ikinci {
    background: #303c49;
    color: #fff;
}

.ucuncu {
    background: #aaacae;
    color: #fff;
}

.others {
    background: #fff;
}

.benim-siram {
    background: #303c49;
    text-align: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #000 !important;
}

.nav-link {
    color: #444444;
}

.text-gray {
    color: #7b7f83 !important;
}

.btn-primary {
    background: #303c49 !important;
    border: none !important;
    padding: 10px;
    font-weight: bold;
}

.btn-bordered {
    border: 2px solid #303c49 !important;
    color: #303c49 !important;
    padding: 10px;
    font-weight: bold;
}

.question {
    font-size: 16px;
    font-weight: 700;
}

.wrong-answer {
    background: #e40045 !important;
}

    .wrong-answer label {
        color: #fff !important;
    }

.correct-answer {
    background: #6cd042 !important;
}

    .correct-answer label {
        color: #fff !important;
    }
