﻿/* 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
}

body {
    zoom: 1.0;
    -moz-transform: scale(1.0);
    -moz-transform-origin: 0 0;
}

.max150 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px
}

.max200 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px
}

.max450 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px
}

.contentDashboard {
    min-height: calc(100vh - 40px); 
    padding-bottom: 40px; 
}

.footerDashboard {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 9999999;
    cursor: pointer;
}