﻿@charset "UTF-8";
@import '../fonts/SourceSansPro/source-sans-pro.css';
@font-face {
  font-family: "font-regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "font-medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
:root {
  --regular-font: "font-regular";
  --medium-font: "font-medium";
}

:root {
  --color--gray-light: hsl(0, 0%, 96%);
  --custom-color-dark: hsl(206, 93%, 16%);
  --custom-color-light: hsl(240, 62%, 90%);
  --custom-color-bright: hsl(240, 100%, 50%);
  --custom-color-bright-secundary: hsl(240, 62%, 90%);
  --custom-color-icons: hsl(28, 100%, 45%);
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 77px);
  background-color: hsl(0deg, 0%, 96%);
  margin-top: 77px;
}
@media (min-width: 992px) {
  .content {
    min-height: 100vh;
    margin-left: 220px;
    margin-top: 0;
  }
}
.content h2 {
  font-size: 1.1rem;
}

th > p {
  font-weight: bold !important;
}

/*Headers by xs*/
.mud-xs-table .mud-table-cell:before {
  font-weight: bold !important;
}

.mobile-only {
  display: block;
}

.desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}
.formSizedButton {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.formSizedButton p::before {
  content: "  ";
}
.formSizedButton button {
  flex-grow: 1;
}

.mud-stepper .mud-stepper-nav.mud-stepper-nav-scrollable .mud-stepper-nav-connector {
  min-width: 8px;
}

.mud-step-label-icon {
  transition: color 0.2s, background-color 0.2s;
}

.floatingWizard .stepperBar {
  position: sticky;
  top: 0;
  padding-top: 10px;
  z-index: 10;
}

.mud-tooltip-root.mud-tooltip-inline svg {
  position: relative;
  top: 6px;
  margin-left: 2px;
}

.signaturePad {
  position: relative;
}
.signaturePad canvas {
  border: 1px gray solid;
  width: 300px;
  height: 150px;
}
.signaturePad .signaturePadIcon {
  position: absolute;
  left: 276px;
  cursor: pointer;
}

.license-plate-input .mud-input-error {
  margin-top: 1.5em;
}

:root {
  --mud-palette-primary: #0082A3 !important;
  --mud-palette-primary-darken: #0082A3 !important;
  --mud-palette-primary-lighten: #008FB4 !important;
  --mud-palette-secondary: #ffce34 !important;
  --mud-palette-secondary-darken: #0082A3 !important;
  --mud-palette-secondary-lighten: #008FB4 !important;
  --mud-palette-secondary-text: #000 !important;
  --mud-typography-h1-family: "Source Sans Pro", "sans-serif" !important;
  --mud-typography-h2-family: "Source Sans Pro", "sans-serif" !important;
  --mud-typography-h3-family: "Source Sans Pro", "sans-serif" !important;
  --mud-typography-h4-family: "Source Sans Pro", "sans-serif" !important;
  --mud-typography-h5-family: "Source Sans Pro", "sans-serif" !important;
  --mud-typography-h6-family: "Source Sans Pro", "sans-serif" !important;
  --mud-typography-subtitle1-family: "Source Sans Pro", "sans-serif" !important;
  --mud-typography-subtitle2-family: "Source Sans Pro", "sans-serif" !important;
  --mud-typography-body1-family: "Source Sans Pro", "sans-serif" !important;
  --mud-typography-default-size: 17px !important;
  --mud-typography-subtitle1-size: 17px !important;
  --mud-typography-body1-size: 17px !important;
  --mud-palette-background: #fafafa !important;
  --mud-appbar-height: 40px !important;
  --mud-elevation-1: 0 3px 10px 0 rgba(0,0,0,.1) !important;
}

* {
  font-family: "Source Sans Pro", "sans-serif" !important;
}

.mud-stepper-nav {
  max-width: 888px;
}

.summaryCheckbox {
  font-weight: bolder;
}

.summaryCheckboxTrue {
  color: #97d3b9;
}

.summaryCheckboxFalse {
  color: #d39797;
}

.stepperBar {
  background: var(--mud-palette-background);
}

.headerBackground {
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  height: 98px;
  z-index: 5;
  background: var(--mud-palette-background);
}

.header {
  padding: 10px;
  z-index: 10;
}

.shoppingCart {
  height: fit-content;
  position: sticky;
  top: 10px;
  z-index: 10;
}

.mud-stepper-nav-connector {
  display: none;
}

.kiesVerzekeringen > .mud-card-content > div > div {
  margin-top: -12px;
}

/*-- dark-theme */
.dark-theme {
  background-color: rgb(50, 51, 61) !important;
}

.dark-theme .mud-appbar {
  background-color: rgb(50, 51, 61) !important;
}

.dark-theme .mud-table, .dark-theme .mud-paper, .dark-theme .mud-tabs-tabbar, .dark-theme .mud-expand-panel {
  background-color: rgb(50, 51, 61) !important;
}

.dark-theme .mud-appbar .mud-icon-root {
  fill: grey !important;
}

/*-- dark-theme */
.footer {
  background: white;
  height: 60px;
  margin-top: auto;
}

.footer > div.d-flex {
  margin: 10px 0 10px 0;
}

.mud-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header, .logo {
  width: 100%;
}

.logo-block {
  min-width: 120px;
}

.logo, .logo-block {
  background: no-repeat url("../images/Aevitae/logo.webp");
  background-size: contain;
  height: 40px;
}

@media only screen and (max-width: 1200px) {
  .hide_small {
    display: none;
  }
}
/* typography */
.mud-typography-h1 {
  color: var(--mud-palette-primary-lighten) !important;
}

.mud-typography-h2 {
  color: var(--mud-palette-primary-lighten) !important;
  font-size: 52px !important;
  line-height: 65px !important;
}

.mud-typography-h3 {
  color: var(--mud-palette-primary-lighten) !important;
  font-size: 36px !important;
  line-height: 45px !important;
}

.mud-typography-h4 {
  color: var(--mud-palette-primary-lighten) !important;
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 600 !important;
}

.mud-typography-h5 {
  color: var(--mud-palette-primary-lighten) !important;
  font-size: 24px !important;
  line-height: 31px !important;
  font-weight: 600 !important;
}

/* colors */
.mud-input-control .mud-icon-root.mud-svg-icon, .mud-tooltip-root .mud-icon-root.mud-svg-icon {
  fill: var(--mud-palette-primary) !important;
}

.mud-disabled .mud-icon-root, .mud-disabled .mud-svg-icon, .mud-disabled .mud-icon-default {
  fill: currentColor !important;
}

.mud-card-header {
  color: var(--mud-palette-primary-lighten) !important;
}
