﻿header{background:#E30011 !important;}
.color-text-primary {
    color: #000000;   
}
.background-color-primary {
    color: #E30011
}
.kcard, .kpage{background:#fff;}
.kcard-header ,.kpage-header{
    background: #fff;
    color: #000;
}
.kcard-button {
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
.kcard-header a {
    color: #000000;
}
.klinks {
    background: #ffffff;
    color: #000;
    border: 1px solid #dfe2fe;
}
.footer{background:#f8f8f8}
 

    header a{color:#fff;text-decoration:none;}
.card-title, .event-title{color:#E30011}
.event-date {color:#000;}
.event-location{color:#808080}


.game-date, button, .registration-header,  .registration-button, .calendar-header {
    background: #fff;
}
    .registration-header a, .calendar-header ,.registration-button, .kbreadcrumb a {
        color: #000;
    }
.championship-header, calendar-header, .game-score, calendar-list-attendance, 
 .title-page,.title-circle, .title-dash {
    color: #000;
}
    /*html, body {
    background-color: #ffffff !important;
    color: #0d3c88 !important
}

    

.langmenu {
    background: #fff;
}

 

body .sub-nav {
    background: #ffffff !important;
}

body .navbar-item {
    background-color: #FFFFFF !important;
}

body #WithMenuMoreCircles {
    color: #413e3e;
    font-weight: 700;
    font-style: italic;
}

body div, body p, body strong,  body table {
    color: #0f2145;
}

body a {
    color: #3d588e !important;
    font-weight: 500 !important;
}

    body a:link {
        text-decoration: none !important;
    }
body .subtitle{
    
}
body .title {
    color: #0847af !important;
    font-size: 1.2rem !important;
}

body .button {
    background-color: #ffffff !important;
    color: #0b3100 !important;
    border: 2px solid #c4cedd !important;
}

body .notification {
    background-color: #fff !important;
}

body .button-submit {
    background-color: #ffffff !important;
    color: #002c3e !important;
    border: 2px solid #bbd6e8 !important;
}
body .link-cancel {
    background-color: #ffffff !important;
    color: #f50707 !important;
    border: 2px solid #e4e4e4 !important;
}
body .button-cancel {
    background-color: #ffffff !important;
    color: #f50707;
}
body select {
    background-color: #fff !important;
    color: #35542C !important;
    border-radius: 4px;
    border: 2px solid #c4cedd !important;
}

body .box {
    background-color: #fff !important;
}
body .link-normal {
    
}
body .link-underline {
}

body table-dashboard tr:nth-child(even) {
    background-color: #e4e4e4;
}*/
    /* Target odd rows */
    /*body .table-dashboard tr:nth-child(odd) {
    background-color: #dce8f1;
}
.footer {
    background: #fafafa !important;
    top: 20px !important;
    bottom: -30px !important;
    padding: 50px !important;
    color: #b9b7b7 !important;
}

body .primary-white {
    color: #FFF !important;
}

body .primary-light {
    color: #DEE5FD;
}
body li { 
    border-bottom: 1px dotted #e4e4e4;
 
}

body .primary-medium {
    color: #8FA0F5;
}

body .primary-default {
    color: #0d3c88;
}

body .primary-dark {
    color: #0847af;
}

body .primary-bg {
    color: #EEF2FD;
}
body .card{
    background:#fff !important;
}
body .card-title-top {
    border-bottom: 1px solid #e4e4e4;
}

.child3 {  
    border: 1px solid #e4e4e4;
}

.k-box-background{
    background:#fff;
    border:1px solid #d1d4d7;
    
}
.k-social {
    background: #fff;
    border: 1px solid #d1d4d7;
}
.kcard{}
.kcard-header {
}
.kcard-content {
}

 .kaypic-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    gap: 10px;
    row-gap: 10px;
    column-gap: 20px
}

.kaypic-list-item {
    margin-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 20px
}

.kaypic-list-image {
    text-align: center;
    width: 20%;
    display: inline-block
}

    .kaypic-list-image img {
        box-shadow: revert;
        border-radius: 5px
    }

.kaypic-list-content {
    margin: 0px 0px 0px 20px;
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.kaypic-list-title {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .kaypic-list-title {
        font-size: 15px;
        font-weight: bold
    }

    .kaypic-list-image {
        display: inline;
        width: 100%
    }

    .kaypic-list-content {
        display: inline;
        width: 100%;
        vertical-align: top
    }

    .kaypic-list-select {
        width: 100%;
        text-align: center;
        margin: 20px 0px 0px 0px;
        display: inline-block
    }

        .kaypic-list-select a {
            margin-bottom: 2%
        }
}*/