/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


.bar {
    background-color: #23272A;
    font-weight: bold;
    font-size: 14.5px
}

.background {
    background-color: #2C2F33
}

@font-face {
    font-family: 'Tesla';
    src: url('/css/TESLA.ttf');
}

.TeslaFont {
    font-family: 'Tesla';
    color: whitesmoke !important;
    font-size: medium;
    text-decoration: none !important;
}


.filterBox {
    margin-top: 9px;
    font-size: larger;
}

.box {
    width: 50%;
    font-size: larger;
}

thead {
    color: white;
}

tbody {
    background-color: #36393e !important;
}

h1 {
    color: white;
    font-weight: bold;
}

h3 {
    color: whitesmoke
}

p {
    color: whitesmoke
}

li {
    color: whitesmoke
}

.btn {
    background-color: #40444b !important;
    color: white !important;
    font-weight: bold !important;
}

.btnFilter {
    background-color: #40444b !important;
    color: white !important;
    font-weight: bold !important;
    width: 25% !important;
}


.homeBox {
    margin-top: 2%;
    margin-left: 2%;
    margin-bottom: 1%;
    color: whitesmoke
}

.homeBox2 {
    margin-left: 2%;
    margin-bottom: 2%;
    color: whitesmoke
}

.error {
    color: red;
}

.card {
    border: none;
    background-color: #36393e;
}

.card-body {
    background-color: #36393e;
    color: lightgray;
}

.card-header {
    background-color: #36393e;
    color: lightgray;
}

.nav {
    border: none;
    background-color: #2C2F33;
}

.nav-dailyEvents {
    border: none;
    background-color: #23272A;
}

#myTab .nav-link {
    background-color: #2C2F33;
    color: white;
    border-color: #2C2F33
}

    #myTab .nav-link.active {
        background-color: #36393e;
        color: white;
    }

.tableStyle {
    font-weight: bold !important;
    background-color: #36393e !important;
    color: lightgray !important;
}

.profileLink {
    color: #37b6cf;
}

.clanName {
    font-weight: bold;
    color: lightgray;
}

.card-DailyEvents {
    margin-left: 45px;
    margin-right: 45px;
    margin-top: 15px;
    margin-bottom: 15px
}

.padding {
    padding: 0.01%
}

.col-bold {
    font-weight: bold
}

.td-right {
    text-align: right;
}

.donate {
    text-align: right;
    color: whitesmoke
}

.hiddenCheckBox {
    color: black !important;
    border-color: pink
}

a {
    text-decoration: none !important;
}
tr{
    border-color: whitesmoke;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}