
/*font-face*/
@font-face {
    font-family: 'l';
    src: url('./fonts/luciole-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  /*general styles*/
  :root {
    --main-client-color: #00239C;
  }
  
  a {
    color: black;
  }
  
  body {
    font-family: 'l', 'Arial', sans-serif;
    color: #000;
  }
  
  html,
  body,
  #app {
    height: 100%;
    overflow-x: hidden;
  }
  
  #app {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
  }
  
  
  .MuiTypography-h6 {
    font-family: 'Ubuntu', 'Arial', sans-serif !important;
    color: var(--main-client-color);
  }
  
  .MuiFormLabel-root {
    font-family: 'Ubuntu', 'Arial', sans-serif !important;
    color: var(--main-client-color);
  }
  
  .MuiFormHelperText-root {
    font-family: 'Ubuntu', 'Arial', sans-serif !important;
    color: var(--main-client-color);
  }
  
  body span,
  body p,
  body button,
  body a,
  
  .MuiTypography-subtitle1 {
    color: var(--main-client-color);
  }
  .MuiTypography-h6 {
    font-size: 28px;
    font-weight: normal;
    color: var(--main-client-color);
  
  }

  /* toolbar */

  .MuiToolbar-root a { 
    color: #00239C !important;
  }
  
  /*header */
  
  .MuiAppBar-colorPrimary {
    background-color: transparent;
    padding-top: 25px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    height: 64px;
    justify-content: center;
    min-height: 64px;
    box-shadow: none;
    background-image: url(img/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  /* cosmo fr btn general    */
  .MuiButton-label {
    margin-top: 2px;
    font-weight: 700;
  }
  
  .MuiButton-contained {
    background-color: #F5F5F5;
    color: #76787B;
    box-shadow: 1px 1px 6px 1px #00000029;
  }
  
  .google-map .gm-style :nth-child(15n) > div {
    z-index: 999999999 !important;
  }
  
  .MuiButton-containedPrimary[name='confirm'],
  .MuiButton-containedPrimary[name='register'],
  .MuiButton-containedPrimary[name='yes'],
  .MuiButton-containedPrimary[name='recheck'],
  .MuiButton-containedPrimary[name='addClaim'] {
    background-color: #00239C !important;
    border: none !important;
    box-shadow: none;
    font-size: 13px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .MuiButton-containedPrimary[name='confirm'] .MuiButton-label,
  .MuiButton-containedPrimary[name='register'] .MuiButton-label,
  .MuiButton-containedPrimary[name='yes'] .MuiButton-label,
  .MuiButton-containedPrimary[name='recheck'] .MuiButton-label,
  .MuiButton-containedPrimary[name='addClaim'] .MuiButton-label {
    color: #FFFFFF;
  }
  
  .MuiLinearProgress-bar1Determinate {
    background-color: #425464;
  }
  .MuiSvgIcon-colorPrimary {
    color: var(--main-client-color);
  }
  .MuiButton-outlinedSecondary {
    background-color: #fff !important;
    border: 1px solid #00239C !important;
    color: #00239C !important;
    border-radius: 4px !important;
  }
  .MuiButton-contained:focus,
  .MuiButton-containedPrimary[name='confirm']:focus,
  .MuiButton-containedPrimary[name='register']:focus,
  .MuiButton-containedPrimary[name='yes']:focus,
  .MuiButton-containedPrimary[name='recheck']:focus,
  .MuiButton-containedPrimary[name='addClaim']:focus {
    background-color: #00239C !important;
  }
  
  .MuiButton-contained:focus .MuiButton-label,
  .MuiButton-containedPrimary[name='confirm']:focus .MuiButton-label,
  .MuiButton-containedPrimary[name='register']:focus .MuiButton-label,
  .MuiButton-containedPrimary[name='yes']:focus .MuiButton-label,
  .MuiButton-containedPrimary[name='recheck']:focus .MuiButton-label,
  .MuiButton-containedPrimary[name='addClaim']:focus .MuiButton-label {
    color: #ffffff !important;
  }
  
  .MuiButton-contained.Mui-disabled {
    opacity: 0.5;
    background-color: #C8E4E7;
  }
  .MuiCollapse-wrapper .MuiButton-contained {
    background-color: #F5F5F5 !important;
    color: #76787B;
  }
  .MuiButton-containedPrimary[name='confirm'].Mui-disabled,
  .MuiButton-containedPrimary[name='register'].Mui-disabled,
  .MuiButton-containedPrimary[name='yes'].Mui-disabled,
  .MuiButton-containedPrimary[name='recheck'].Mui-disabled,
  .MuiButton-containedPrimary[name='addClaim'].Mui-disabled {
    opacity: 0.5;
  }
  
  div.google-map button[name='confirm'] {
    margin-bottom: 15px;
  }
  
  .google-map .MuiTypography-subtitle2.MuiTypography-alignCenter {
    color: var(--main-client-color);
  }
  
  button[name='close'] {
    background-color: #fff !important;
    color: #00239C !important;
    border: 1px solid #00239C !important;
  }
  
  /* selected */
  .MuiButton-contained.null {
    /* box-shadow: none; */
    background-color: #00239C !important;
  }
  
  .MuiButton-contained.null .MuiButton-label{
    color: #ffffff !important;
  }
  
  .MuiButton-containedPrimary {
    background-color: #F5F5F5 !important;
    color: #76787B !important;
  }
  img[src*="welcome"] {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 24px auto;
  }
  .MuiCheckbox-colorSecondary.Mui-checked {
    color: #00239C !important;
  }
  a[href="tel:17"] {
    font-weight: bold;
    color: #2C44FF !important;
  }
  /*events blocs*/
  #eventsContainer .MuiButton-contained {
    border: 1px solid #d8d8d8;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    background-color: white !important;
    color: #00239C;
  }
  #eventsContainer .MuiButton-contained:hover,
  #eventsContainer .MuiButton-contained.null {
    box-shadow: none;
    background-color: #00239C !important;
    border-color: #00239C;
    color: #ffffff !important;
  }
  [name="title"] + p {
    color: #000;
  }
  /* spinner  */
  /* #root > div .MuiGrid-root+.MuiGrid-root.MuiGrid-align-content-xs-center {
    width:700px;
  } */
  /* [name="CircularProgress"] > [role="progressbar"]{
    width: 50px!important;
    height: 50px!important;
  } */
  div[name='CircularProgress'] div svg{
    background-color: transparent;
    border-radius: 50%;
  }
  div[name='CircularProgress'] div svg circle {
    stroke: rgb(0, 35, 142);
    width: 50px;
    height: 50px;
  }
  /* second action  */
  .MuiButton-outlinedSecondary:hover {
    background: none;
    background-color: none;
  }
  .MuiPaper-elevation1 {
    background-color: #F5F5F5;
    box-shadow: 1px 1px 6px 1px #00000029;
  }
  .MuiPaper-root.MuiCard-root.MuiPaper-elevation1.MuiPaper-rounded {
    background-color: transparent;
    box-shadow: none;
  }
  /* icon general color  */
  .MuiAvatar-colorDefault {
    background-color: #00239C !important;
  }
  .MuiIcon-colorPrimary {
    color: #00239C !important;
  }
  
  /* cookie bar
  div[name='cookieBanner'] {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
  }  */
  
  /* breakdown autocomplete */
  .MuiFormLabel-root.Mui-focused,
  .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    color: var(--main-client-color);
    border-color: var(--main-client-color);
  }
  
  /*Highway km line color*/
  .MuiInput-underline:after {
    border-bottom: 2px solid #00239C;
  }
  .MuiMobileStepper-dotActive {
    background-color: #00239C;
  }
