﻿/* PLEASE MATCH THESE COLORS TO THE MUDTHEME WITHIN THE FILE WineCATTheme.cs FOR CONSISTENCY */
:root {
  --appbar-height: 64px;
}
html {
  scroll-behavior: smooth;
  color: #D4C4A8;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #0A0F1A;
}
body.no-scroll {
  overflow: hidden;
}
.pointer {
  cursor: pointer;
}
h1:focus {
  outline: none;
}
/* #region MUDOVERLAY */
.mud-overlay {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body > .mud-overlay {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.mud-dialog .mud-overlay,
.mud-dialog-content .mud-overlay,
.mud-popover-provider .mud-overlay {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
/* #endregion */
/* #region STANDARD PAGE LAYOUT */
.page-title {
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 34px;
  color: #fff;
}
.page-subtitle {
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  color: #fff;
}
.standard-page {
  margin-top: 50px;
  padding: 24px;
  max-width: 100%;
}
.standard-page-title-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.standard-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 16px;
  flex-wrap: wrap;
}
.standard-page-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.standard-page-content {
  width: 100%;
}
/* #endregion STANDARD PAGE LAYOUT */
/* #region FONTS */
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-ExtraLightIt.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-LightIt.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-It.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-SemiboldIt.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-BoldIt.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/fonts/SourceSansPro-BlackIt.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.font-sourceSansPro {
  font-family: "Source Sans Pro", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font-cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* #endregion FONTS */
/* #region TOP MENU */
a:hover {
  color: #3d75f5;
}
.wi-appbar {
  background-color: #333 !important;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}
.wi-nav-logo {
  height: 40px;
  width: auto;
}
.wi-nav-logo-footer {
  height: auto;
  width: 35%;
}
/* Push content below the fixed AppBar (default MudAppBar height is 64px) */
.wi-main-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* TOP MENU */
.wi-menu-buttongroup .wi-menu-button {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-right: 10px;
  color: #949494 !important;
  font-size: 20px;
  font-weight: 400;
}
.wi-menu-buttongroup .wi-menu-button.selected {
  background-color: #1F1F1F;
}
/* #endregion TOP MENU */
/* #region TABS */
.mud-tab.mud-tab-active {
  cursor: default;
  background: linear-gradient(180deg, #5085EC 0%, rgba(80, 133, 236, 0.4) 100%);
  color: white;
}
.mud-tab:not(.mud-tab-active) {
  cursor: pointer;
}
/* #endregion TABS */
/* #region DIALOG BOX */
.mud-dialog-actions {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
/* #endregion DIALOG BOX */
/* #region DATAGRID */
.mud-table-head th {
  background-color: #2e343a !important;
  white-space: nowrap;
}
.min-width {
  width: min-content !important;
  min-width: fit-content !important;
  white-space: nowrap;
}
.min-width button {
  padding-left: 3px;
  padding-right: 3px;
}
/* #endregion DATAGRID */
/* #region BREADCRUMBS */
.mud-breadcrumb-item.mud-disabled > a {
  color: #fff !important;
}
.mud-breadcrumb-item.mud-disabled > a svg {
  color: #fff !important;
}
/* #endregion BREADCRUMBS */
/* #region FOOTER */
.wi-footer {
  background-color: #0A0F1A;
  color: #D4C4A8;
  padding-top: 48px;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 100px;
  font-family: "Source Sans Pro", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.wi-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.wi-footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.wi-footer-logo {
  height: 88px;
  width: auto;
  display: block;
}
.wi-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.wi-footer-nav-link {
  color: #D4C4A8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  transition: color 150ms ease;
}
.wi-footer-nav-link:hover {
  color: #fff;
}
.wi-footer-divider {
  border: 0;
  border-top: 1px solid rgba(212, 196, 168, 0.25);
  margin: 32px 0 24px 0;
}
.wi-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  line-height: 1.5;
}
.wi-footer-line {
  margin: 0;
}
.wi-footer-company {
  font-weight: 700;
  margin-top: 12px;
}
.wi-footer-link {
  color: #D4C4A8;
  text-decoration: none;
}
.wi-footer-link:hover {
  color: #fff;
}
@media (max-width: 960px) {
  .wi-footer {
    padding: 32px 24px;
  }
  .wi-footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
/* #endregion FOOTER */