:root {
    --c-bg:#fff;
    --c-black:#000;
    --c-blue:#5b84ff;
    --c-red:#cd4545;
    --c-green:#476fbf;
    --c-grey:#6d6d6d;
    --c-disabled:#bbb;
    --c-on:#39f;
    --c-ero:#ff0303;
    --c-text:#476fbf;
    --c-text-mycar:#000;
}
:root body.dark{
    --c:#f9f9f9;
}


.position-fixed {
  position: fixed !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

.w-100 {
  width: 100% !important;
}
