﻿body {
    color: #212529;
    overflow-x: hidden;
    font-family: "Barlow", sans-serif !important;
}

a {
    color: #29a4d4 !important
}

.wrap {
    max-width: 1100px;
    margin: auto;
}

header {
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 20px;
}

.shadow200 {
    background: #fafafa;
}

.shadow300 {
    background: #f5f5f5;
}

.bg-primary {
    background: #3ab56d !important
}

.shadow400 {
    background: #f0f0f0;
}

header .float-right table td {
    padding: 0 5px;
}

.logo {
    max-height: 55px;
}

.navigation nav a {
    color: #212529 !important;
}

.profile-img {
    width: 55px;
    height: 55px;
}

.profile-puan,
.profile-icon {
    padding: 9px 15px;
    border-radius: 25px;
}

.login {
    max-width: 960px;
    margin: auto;
}

.sign-up {
    max-width: 480px;
    margin: auto;
}

.btn-primary {
    background: #3ab56d !important;
    border-color: #3ab56d !important;
}

    .btn-primary:hover {
        background: #3ab56d !important;
    }

.btn-third {
    color: #3ab56d !important;
    border: 1px solid #3ab56d;
}

.btn-third:hover {
    background: #fafafa;
}

.kod-ekle .form-control {
    height: 50px;
}

.bildirim {
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: #3ab56d;
    line-height: 25px;
    text-align: center;
    color: white;
    border-radius: 100%;
}
.bildirimVar {
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: #E03A3E;
    line-height: 25px;
    text-align: center;
    color: white;
    border-radius: 100%;
}

.duyuru-heading{
    height: 48px;
}

.duyuru-body{
    height: 96px;
}

.left-menu .active{
    font-weight: 900;
}
.notibg {
    width: 60%;
    border: 3px solid #dc2c32;
    height: auto;
    z-index: 222520;
    padding: 20px;
    text-align: center;
    color: #fff;
    position: fixed;
    top: 50%;
    left: 20%;
    margin-top: -200px;
    background: #dc2c32;
    border-radius: 5px;
}

.noticlose {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.notifooter {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .7;
    z-index: 90;
}
.divimizMaster {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.5) !important;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999999;
}
.puanGecmis td {
    line-height: 40px !important;
}

.mesaj {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 4px;
}

.mesaj-box {
    width: 100%;
}

    .mesaj-box td {
        font-size: 16px;
    }