
/** SURPASSPORT.com - FMS Preview
 *
 *  Copyright (c) 2023 Adrian Geissel. All Rights Reserved.
 *  Unauthorised use prohibited without written Licence Agreement
 */

 :root {
   --primary-color: #126f43;
   --secondary-color: #283b8f;
   --accent-color: #008ece;
 }


.portal {
  background: white;
}
.portal .sign-in {
    padding-top: 4em;
    font-size: 1.15rem;
}

.grid.list-view .list-item.completed {
  background: #283b8f1a !important;
}

.map-view { height: 100%; }
.findmysport { font-size: 10pt !important; }
.findmysport h2 { text-decoration: none; }
.findmysport .modal>.inner {
  position:fixed; z-index: 2000 !important; top:50%; left:50%; max-height:100vh; z-index:550; transform: perspective(1px) translate(-50%,-50%) translateZ(0); transform-style: flat; -webkit-font-smoothing: subpixel-antialiased;
}
