﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
    background-color: #313540;
    color: #fff;
}

.page{
    display:block;
}

a {
    color: #fff;
}

    a:hover {
        color: #a2a2a2;
    }

.card {
    background-color: #3d4351;
    border: 1px solid rgb(61, 67, 81);
    box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.03);
}

/*center absolute loader start*/

.loading {
    position: fixed;
    z-index: 99999;
    height: 130px;
    width: 130px;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
    }

/*center absolute loader end*/

.highlight {
    all: initial;
}

.highlight {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.card-img-top {
    max-height: 160px;
}

.bg-header {
    background-color: #222222 !important;
}

.bg-header-second {
    background-color: #3d4351;
}

.nav-tabs .nav-link.active {
    border-color: #fcc400;
    color: #fcc400;
}

.nav-tabs .nav-link {
    border-bottom: 2px solid transparent;
}

.btn-primary {
    background-color: #e8b608;
    border-color: #e8b608;
}

.scroll {
    max-width: 1200px;
    overflow-x: auto;
}

div.jQBracket .team {
    background-color: #ced4da;
    color: #333;
}
/*div.jQBracket .team.highlight {
    background-color: #fcc400;
    color: #fff;
}*/ .nav-tabs .nav-link:hover:not(.disabled) {
    border-color: #ceced0;
    color: #ceced0;
}
/*div.jQBracket .connector.highlight{
     border-color: #fcc400;
 }
 div.jQBracket .connector div.connector.highlight{
     border-bottom: 2px solid #fcc400;
 }*/
.card-header {
    border-bottom: 1px solid rgb(49, 53, 64);
}

.table thead th, .table th {
    border-bottom: 1px solid #313540;
    BACKGROUND: #fcc400;
    color: black;
}

.table td {
    border-top: 1px solid #313540;
}

.nav-pills .nav-link.active {
    border-bottom: 2px solid var(--yellow);
    border-radius: 0px;
    background-color: transparent;
    padding: 5px;
}

.match-box {
    margin: 0 15px;
    background-color: #292e3b;
}

.match-box-inner {
    background-color: #292e3b;
}

.team-1, .team-2, .score-1, .score-2, .vs, .icon-info {
    padding: 10px;
    margin-bottom: 0px;
}

.icon-info {
    padding-left: 0px;
    color: #fcc400;
}

.border-right {
    border-right: 1px solid rgba(142, 165, 199, 0.33) !important;
}

.bg-win {
    background-color: #63be06;
}

.bg-lose {
    background-color: #cf201f;
}

.table thead.match td {
    background-color: #292e3b;
    color: #fff;
    border-bottom: none;
}

.modal-title {
    color: black;
}

.modal-body {
    color: black;
}
.info-team {
    background: #191b20;
}