﻿/* PLEASE MATCH THESE COLORS TO THE MUDTHEME WITHIN THE FILE WineryInvestmentMarketplaceTheme.cs FOR CONSISTENCY */
:root {
  --appbar-height: 64px;
  --font-exo2-weight: 400;
  --font-oswald-weight: 400;
  --font-inter-weight: 400;
  --font-montserrat-weight: 400;
}
html {
  scroll-behavior: smooth;
  color: #fff;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
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-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: var(--font-exo2-weight);
  font-style: normal;
  --font-exo2-weight: 600;
  font-size: 34px;
  color: #fff;
}
.page-subtitle {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: var(--font-exo2-weight);
  font-style: normal;
  --font-exo2-weight: 400;
  font-size: 20px;
  color: #fff;
}
.standard-page {
  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-montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font-playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font-raleway {
  font-family: "Raleway", sans-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;
}
/* 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 */