﻿/* CMS Style Variables */
/* ------------------------------------------ */
:root {
    --ThemeMain: #181818;
    --ThemeAccent: #d6af7c;
    --ThemeWhite: #fff;
    --ThemeRed: #FF0000;
    --ThemeSmoke: #F5F5F5;
}

/* Custom Styles */
/* ------------------------------------------ */
label.is-invalid {
    color: #f93b7a !important;
    width: 100%;
}

.full-height {
    min-height: 75vh;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-35 {
    margin-top: 35px;
}

div.app-search.margin-top-15 > a {
    line-height: 36px;
}

.header-row .btn {
    margin-left: 5px;
}

#time {
    width: 100%;
    color: var(--ThemeWhite);
    font-size: 60px;
    margin-bottom: 80px;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.card-icon {
    position: absolute;
    left: 43%;
    top: 30%;
    right: 10px;
    font-size: 75px;
    color: var(--ThemeRed);
    opacity: 0.4;
    z-index: 0;
}

.dahscolors {
    background: var(--ThemeMain);
}

.left-sidenav-menu .menu-title {
    color: var(--ThemeMain);
    background: var(--ThemeAccent);
    font-weight: bold;
}

.dashboard-heading {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.dashboard-count {
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    color: var(--ThemeAccent);
}

.entry-label {
    color: #f8f9fa;
    font-size: 15px;
    margin-top: 4px;
}

.entry-change {
    color: #ffd700;
    font-size: 15px;
    margin-top: 4px;
    margin-left: 1rem;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.page-wrapper-img {
    background-image: url("../images/Background_Logo.jpg");
    box-shadow: inset 0 0 0 2000px rgba(8, 8, 10, 0.3) !important;
    -webkit-box-shadow: inset 0 0 0 2000px rgba(8, 8, 10, 0.6) !important;
}

.accountbg {
    -webkit-box-shadow: inset 0 0 0 2000px rgba(35, 34, 47, 0.3);
    box-shadow: inset 0 0 0 2000px rgba(35, 34, 47, 0.3);
}

.left-sidenav-menu li.active > a {
    border-left-color: var(--ThemeRed);
    color: var(--ThemeMain);
    font-weight: 700;
}

left-sidenav-menu li > a {
    padding: 3px 20px !important;
    transition: 0.1s ease-in-out;
}

.left-sidenav-menu li.active > a,
.left-sidenav-menu li.active > a i {
    color: var(--ThemeMain) !important;
    font-weight: 700;
}

.left-sidenav-menu li:hover,
.left-sidenav-menu li:active,
.left-sidenav-menu li:focus {
    background: var(--ThemeSmoke);
}

.left-sidenav-menu li.menu-title:hover,
.left-sidenav-menu li.menu-title:active,
.left-sidenav-menu li.menu-title:focus {
    background: var(--ThemeAccent);
}

.left-sidenav-menu li > a:hover,
.left-sidenav-menu li > a:hover i,
.left-sidenav-menu li > a:active,
.left-sidenav-menu li > a:active i,
.left-sidenav-menu li > a:focus,
.left-sidenav-menu li > a:focus i {
    color: var(--ThemeMain);
    font-weight: 700;
}