@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --oe-red: #f2392f;
  --oe-red-dark: #d92f27;
  --oe-dark: #07111d;
  --oe-navy: #1d2b3a;
  --oe-text: #243244;
  --oe-muted: #6f7a86;
  --oe-light: #f4f4f4;
  --oe-border: #d9dde3;
  --oe-white: #ffffff;
}

/* GLOBAL */
body {
  font-family: 'Poppins', sans-serif!important;
  background: var(--oe-light)!important;
  color: var(--oe-text)!important;
}

h1, h2, h3, h4, h5, h6,
.desc-heading,
.btn,
button,
p,
span,
a {
  font-family: 'Poppins', sans-serif!important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700!important;
  letter-spacing: -0.8px!important;
  color: var(--oe-navy)!important;
}

/* FIX PAGE OFFSET FOR FIXED NAV */
.page-container {
  padding-top: 92px!important;
}

/* NAVIGATION */
.nav-bar {
  position: fixed!important;
  top: 0!important;
  left: 0!important;
  right: 0!important;
  z-index: 9999!important;
  background: var(--oe-dark)!important;
  border-top: 5px solid var(--oe-red)!important;
  border-bottom: 0!important;
  box-shadow: none!important;
  min-height: 82px!important;
  height: 82px!important;
}

.nav-bar,
.nav-bar__flex-container,
.nav-bar--left,
.nav-bar--right,
.nav-bar__item,
.nav-bar__item--small,
.nav-bar__dropdown,
.nav-bar__dropdown .dropbtn {
  min-height: 82px!important;
  height: 82px!important;
}

.nav-bar__item,
.nav-bar__item--small,
.nav-bar__dropdown {
  background: var(--oe-dark)!important;
  border-left: 1px solid rgba(255,255,255,0.55)!important;
  border-right: 0!important;
}

.nav-bar__item:last-child,
.nav-bar__dropdown:last-child {
  border-right: 1px solid rgba(255,255,255,0.55)!important;
}

.nav-bar__item a,
.nav-bar__item a:visited,
.nav-bar__item a:active,
.nav-bar__dropdown .dropbtn {
  color: #ffffff!important;
  font-weight: 700!important;
  font-size: 13px!important;
  letter-spacing: 1.2px!important;
  text-transform: uppercase!important;
  text-decoration: none!important;
}

.nav-bar__item:hover,
.nav-bar__item:hover a,
.nav-bar__dropdown:hover,
.nav-bar__dropdown:hover .dropbtn {
  background: var(--oe-dark)!important;
  color: #ffffff!important;
}

.nav-bar__item.active,
.nav-bar__item.router-link-active {
  border-bottom: 3px solid var(--oe-red)!important;
}

/* DROPDOWNS */
.dropdown-content {
  top: 82px!important;
  background: var(--oe-dark)!important;
  border: 1px solid rgba(255,255,255,0.08)!important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22)!important;
  border-radius: 0!important;
}

.dropdown-content li,
.dropdown-content li a,
.dropdown-content li a b {
  background: var(--oe-dark)!important;
  color: #ffffff!important;
}

.dropdown-content li:hover,
.dropdown-content li:hover a,
.dropdown-content li:hover a b {
  background: var(--oe-red)!important;
  color: #ffffff!important;
}

/* MAIN CONTENT */
.main-content {
  padding: 28px!important;
  background: var(--oe-light)!important;
}

/* HEADINGS */
h3.font-size-24 {
  font-size: 34px!important;
  line-height: 1.2!important;
  color: var(--oe-navy)!important;
  border-bottom: 0!important;
  position: relative!important;
  margin-bottom: 30px!important;
}

h3.font-size-24:after {
  content: ""!important;
  display: block!important;
  width: 54px!important;
  height: 4px!important;
  background: var(--oe-red)!important;
  margin-top: 12px!important;
}

h4.font-size-28.xs-mb-5 {
  font-size: 42px!important;
  font-weight: 800!important;
  color: var(--oe-navy)!important;
  letter-spacing: -1.2px!important;
}

/* CARDS */
.card,
.card-body,
.card-body.xs-mb-0,
.tw-bg-white {
  border-radius: 18px!important;
  border: 1px solid var(--oe-border)!important;
  background: #ffffff!important;
  box-shadow: 0 12px 34px rgba(16,24,32,0.06)!important;
}

.card-body.xs-mb-0:before {
  content: ""!important;
  display: block!important;
  width: 42px!important;
  height: 4px!important;
  background: var(--oe-red)!important;
  margin-bottom: 18px!important;
}

/* PRIMARY BUTTONS */
.btn-primary,
.btn-info,
.tw-bg-primary,
button.tw-bg-primary,
a.tw-bg-primary {
  background-color: var(--oe-red)!important;
  border-color: var(--oe-red)!important;
  color: #ffffff!important;
}

.btn-primary:hover,
.btn-info:hover,
.tw-bg-primary:hover,
button.tw-bg-primary:hover,
a.tw-bg-primary:hover,
.hover:tw-bg-primary-600:hover {
  background-color: var(--oe-red-dark)!important;
  border-color: var(--oe-red-dark)!important;
  color: #ffffff!important;
}

/* PRIMARY BUTTON ICONS */
.tw-bg-primary svg,
button.tw-bg-primary svg,
a.tw-bg-primary svg {
  color: #ffffff!important;
  stroke: #ffffff!important;
}

/* SECONDARY / OUTLINE BUTTONS */
button.tw-bg-white.tw-border-primary,
a.tw-bg-white.tw-border-primary,
div.tw-bg-white.tw-border-primary,
.tw-border-primary.tw-bg-white {
  background-color: #ffffff!important;
  border-color: var(--oe-red)!important;
  color: var(--oe-red)!important;
}

button.tw-bg-white.tw-border-primary:hover,
a.tw-bg-white.tw-border-primary:hover,
div.tw-bg-white.tw-border-primary:hover,
.hover:tw-bg-primary-100:hover {
  background-color: rgba(242,57,47,0.08)!important;
  border-color: var(--oe-red-dark)!important;
  color: var(--oe-red-dark)!important;
}

button.tw-bg-white.tw-border-primary svg,
a.tw-bg-white.tw-border-primary svg,
div.tw-bg-white.tw-border-primary svg,
.tw-border-primary svg {
  color: var(--oe-red)!important;
  stroke: var(--oe-red)!important;
}

/* SPLIT BUTTON RIGHT SIDE */
div.tw-border-primary.tw-border-l-0 {
  background-color: #ffffff!important;
  border-color: var(--oe-red)!important;
  color: var(--oe-red)!important;
}

/* FORMS */
input,
textarea,
select,
.form-control {
  border-radius: 0!important;
  border: 1px solid var(--oe-border)!important;
  box-shadow: none!important;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border-color: var(--oe-red)!important;
  box-shadow: 0 0 0 3px rgba(242,57,47,0.12)!important;
}

/* TABLES */
.table,
table {
  background: #ffffff!important;
  border-radius: 14px!important;
  overflow: hidden!important;
}

.table thead th,
table thead th {
  background: var(--oe-dark)!important;
  color: #ffffff!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  letter-spacing: 0.8px!important;
  font-size: 12px!important;
  border: 0!important;
}

/* LABELS */
.label,
.tag {
  border-radius: 0!important;
  background: var(--oe-dark)!important;
  color: #ffffff!important;
  font-weight: 600!important;
}

/* PROGRESS */
.progress {
  height: 10px!important;
  border-radius: 20px!important;
  background: #e9ecf1!important;
}

.progress-bar,
.progress-bar-success,
.bg-success,
.bg-primary {
  background-color: var(--oe-red)!important;
}

/* REMOVE SOME ICON CLUTTER */
i.fad.fa-home-lg-alt.text-primary.xs-mr-5,
i.fad.fa-bullseye-pointer.text-info.xs-mr-5,
i.fad.fa-tasks.text-success.xs-mr-5,
i.fad.fa-store.text-gmb.xs-mr-5,
i.fad.fa-link.text-danger.xs-mr-5,
i.fad.fa-analytics.text-primary.xs-mr-5,
i.fas.fa-graduation-cap,
i.fad.fa-browser.text-primary.xs-mr-5,
i.fad.fa-users.text-danger.xs-mr-5 {
  display: none!important;
}



/* FINAL FIX: Make Changes split secondary button */

button .tw-text-primary,
button.tw-text-primary,
div.tw-text-primary {
  color: var(--oe-red)!important;
}

button .tw-border-primary,
button.tw-border-primary,
div.tw-border-primary {
  border-color: var(--oe-red)!important;
}

/* Main left part of Make Changes */
div.tw-cursor-pointer .tw-text-primary,
div.tw-cursor-pointer.tw-text-primary {
  color: var(--oe-red)!important;
}

div.tw-cursor-pointer .tw-border-primary,
div.tw-cursor-pointer.tw-border-primary {
  border-color: var(--oe-red)!important;
}

/* Dropdown right part */
div.tw-border-l-0.tw-border-primary {
  border-color: var(--oe-red)!important;
  color: var(--oe-red)!important;
}

/* Icons inside Make Changes */
div.tw-cursor-pointer svg,
div.tw-border-l-0 svg {
  color: var(--oe-red)!important;
  stroke: var(--oe-red)!important;
}

/* Keep hover subtle red, not blue */
div.tw-cursor-pointer:hover,
div.tw-border-l-0:hover {
  background-color: rgba(242,57,47,0.08)!important;
  color: var(--oe-red-dark)!important;
  border-color: var(--oe-red-dark)!important;
}