﻿
.demo-uye {
    background-color: #000;
    color: #fafafa !important;
    padding: 1px;
    border-radius: 4px;
    font-weight: bold;
}

.tesettur-uye {
    background-color: #fdff00 !important;
}

.table thead th {
    padding: .4rem;
}

.odeme-yapmadi {
    animation: blinker 2s linear infinite;
    color: #e4097f;
    font-weight: bold;
}

@keyframes blinker {
    50% {
        opacity: 0.3;
    }
}

.antrenman-bitiyor {
    animation: antrenmanBitiyorBlinker 1s linear infinite;
    color: #e4097f;
    font-weight: bold;
}

@keyframes antrenmanBitiyorBlinker {
    50% {
        color: #009746;
    }
}

.btn-custom-pink {
    color: #fff;
    background-color: #4b4677;
    border-color: #3d3865;
}

    .btn-custom-pink:hover {
        color: #fff;
        background-color: #67619d;
        border-color: #67619d;
    }

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-11 {
    font-size: 11px;
}

.fs-10 {
    font-size: 10px;
}

.two-td {
    padding: .25rem !important;
}
/* Select 2*/
.select2 {
    width: 100% !important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu li {
        position: relative;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
