:root {
  --text-md: 0.875rem;
  --font-stack: "Ubuntu", "Inter", "-apple-system", "BlinkMacSystemFont","Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
}

:root {
  --text-md: 0.875rem;
  --font-stack: "Ubuntu", "Inter", "-apple-system", "BlinkMacSystemFont","Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell","Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --primary: #16366b;
  --primary-color: #16366b;
  --brand-color: #97264f;
  --blue: #16366b;
}

.btn-primary:not(:disabled):not(.disabled):active,
div#driver-popover-item
  .driver-popover-footer
  button.driver-next-btn:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
div#driver-popover-item
  .driver-popover-footer
  button.driver-next-btn:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
div#driver-popover-item
  .driver-popover-footer
  .show
  > button.dropdown-toggle.driver-next-btn {
  background-color: #457ed9;
  border-color: #265fba;
  font-weight: 600 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
div#driver-popover-item
  .driver-popover-footer
  button.driver-next-btn:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
div#driver-popover-item
  .driver-popover-footer
  button.driver-next-btn:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
div#driver-popover-item
  .driver-popover-footer
  .show
  > button.dropdown-toggle.driver-next-btn:focus {
  box-shadow: 0 0 0 2px rgba(69, 126, 217, 0.5);
}

.app-logo {
  max-height: 100px !important;
}

.navbar .app-logo {
  width: 96px !important;
}

.forgot-password-message {
  display: none !important
}

.web-footer {
  display: none !important;
}

.navbar-light {
  border-bottom: 0px solid #E2E6E9;
  background: #f4f5f6;
}

.progress-bar {
  background-color: #1579d6 !important;
}

.bg-success {
  background-color: #2fa27d !important;
}

.bg-danger {
  background-color: #e25656 !important;
}



