﻿/* 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. */


.currDate {
    color: #73BF69;
    font-size: 24px;
}
.lflDate {
    color: #F2CC0C;
    font-size: 20px;
}
.arrow {
    font-size: 60px;
}

[data-href] {
    cursor: pointer;
}

.bg-gray-100 {
    background-color: var(--bs-gray-100) !important
}

.bg-gray-200 {
    background-color: var(--bs-gray-200) !important
}

.bg-gray-300 {
    background-color: var(--bs-gray-300) !important
}

.bg-gray-400 {
    background-color: var(--bs-gray-400) !important
}

.bg-gray-500 {
    background-color: var(--bs-gray-500) !important
}

.bg-gray-600 {
    background-color: var(--bs-gray-600) !important
}

.bg-gray-700 {
    background-color: var(--bs-gray-700) !important
}

.bg-gray-800 {
    background-color: var(--bs-gray-800) !important
}

.bg-gray-900 {
    background-color: var(--bs-gray-900) !important
}
