﻿header{background-color:var(--main);padding:12px;font-size:16px;display:flex;width:100%;box-shadow:0 4px 14px rgba(132,132,132,.25);justify-content:space-between;align-items:center;position:sticky;top:0;z-index:9;}header .logo{max-width:140px;}header .logo img{width:100%;max-height:45px;}header .btn-container{display:flex;gap:10px;}header .speedmap-form-btn,header .help-btn{padding:5px 7px;border-radius:20px;text-transform:uppercase;color:var(--main);background-color:#fff;font-weight:600;border:0;font-size:12px;height:fit-content;cursor:pointer;text-decoration:none;}header .help-btn{border-radius:50%;padding:6px 11px;}.header-modal img{width:100%;}.header-modal *{color:#002341;}.header-modal h3{font-family:"Poppins",sans-serif;font-weight:600;font-size:20px;margin:0;text-align:center;}footer{width:100%;background-color:var(--main);min-height:100px;margin-top:20px;}body{padding:0;margin:0;max-width:820px;margin:0 auto;}body *{box-sizing:border-box;}*:not(i,.glyphicon,.fa){font-family:"roboto",sans-serif;}main{padding:10px;}.circle-text{border-radius:100%;width:25px;height:25px;min-width:26px;background-color:var(--secondary);color:#fff!important;display:flex;justify-content:center;align-items:center;}