﻿body {
    overflow-x: hidden;
    font-family: 'Segoe UI' !important;
}

.content {
    min-height: 600px;
}

a {
    color: #0067B8;
}

.sure {
    font-size: 18px;
    color: #0067B8 !important;
}

.top-profile-image {
    width: 45px;
    height: 45px;
}

    .top-profile-image img {
        width: 45px;
        height: 45px;
    }

.puan {
    color: #856A1A;
    font-weight: 500;
}

.main-nav li a {
    color: #404040;
    padding: 18px;
}

.wrap {
    max-width: 1060px;
    margin: auto;
}

.btn-primary1 {
    background: #599DD5;
    color: #fff;
}

    .btn-primary1:hover {
        background: #4194D8;
    }

.mobile-top, .mobile-slider {
    display: none;
}

.left-menu a {
    font-weight: 500;
}

.activee {
    border-right: 4px solid #0067B8;
    font-weight: bold;
}

.left-menu-btn {
    display: none;
}

.login {
    width: 96%;
    max-width: 500px;
    margin:50px auto;
}

.wrong-text {
    color: #ff0000;
    text-align: center;
}

.correct-text {
    color: #1acf45;
    text-align: right;
}

.wrong-answer {
    background: #ff0000 !important;
}

.correct-answer {
    background: #1acf45 !important;
    color: #fff !important;
}

    .wrong-answer label, .correct-answer label {
        color: #fff !important;
    }