.rc {
    background-color: #430f0f;
    font-weight: 900;
    font-size: 25px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: wheat;
}

.x {
    border-radius: 50%;
    padding: 1% 1.5%;
    color: red;
    font-weight: 700;
    background: #ffe7c7;
    font-size: xx-large;
}

.gc {
    background-color: #e9d2ad;
    color: #fff;
    padding: 10px;
    border-top: 4px solid green;
    border-bottom: 2px solid green;
    text-align: center;
}

.card1 {
    font-family: georgia;
    height: 100%;
    font-weight: 800;
    text-align: center;
    border: 1px solid black;
    background-color: #6e2126;
    color: antiquewhite;
}

.card1:hover {
    background-color: rgba(220, 66, 55, 0.74);
}

.card2 {
    font-family: georgia;
    height: 100%;
    background-color: rgb(42 42 42);
    font-weight: 800;
    text-align: center;
    color: antiquewhite;
}

.card2:hover {
    background-color: rgb(99 97 97);
}

.card3 {
    font-family: georgia;
    height: 100%;
    background-color: #e9d2ad;
    font-weight: 800;
    border: 1px solid black;
    text-align: center;
}

.card3:hover {
    background-color: rgb(255 199 120);
}

.gbder {
    border-radius: 50px;
    background-color: #6b1818;
    font-family: Arial;
    font-size: larger;
    border: 3px solid red;
    color: antiquewhite;
}

.chart-head {
    font-size: large;
    font-weight: 700;
}

.rc1 {
    border: 3px solid red;
    padding: 4px;
    color: red;
    background-color: #ffeeb5;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    font-family: algrin;
}

.rc1 a {
    text-decoration: none !important;
    color: red !important;
}

.gc1 {
    border: 3px solid #ff0101;
    padding: 4px;
    color: red;
    background-color: #ffedd7;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    font-family: algrin;
}

.gc1 a {
    text-decoration: none !important;
    color: red !important;
}

.ghead {
    background-color: maroon;
    color: white;
    font-size: 25px;
    padding: 28px;
    text-align: center;
    font-family: Algrin;
    font-weight: 900;
}

.gmarq {
    font-size: 17px;
    color: #111110;
    font-weight: 600;
    padding: 8px 0;
    margin: 8px 0;
    background: #e6c076;
    border-radius: 10px;
}

.marq {
    background-color: #6d2626;
    color: antiquewhite;
    text-shadow: 2px 1px 5px #0f0a02;
    font-family: algrin;
    font-size: 14px;
}

.green {
    font-weight: 700;
    font-size: 35px;
    font-family: Algrin;
    color: rgb(15, 197, 49);
    background-color: rgb(4, 59, 4);
    padding: 10px;
    border: 4px solid red;
    text-align: center;
}

#tdblue {
    color: blue
}

.table {
    border: 3px solid red;
    background-color: antiquewhite;
}

.my_row {
    background-color: #931d1d;
    color: floralwhite;
}

#online_btn {
    position: fixed;
    bottom: 20px;
    left: 5px;
    border-radius: 20px;
    padding: 5px 8px;
    background-color: brown;
}

#Refresh{
    position: fixed;
    bottom: 20px;
    right: 8px;
    background-color: rgb(42 42 42);
    color: white;
    border-radius: 20px;
}