/* ------------- */
/* CSS Variables */
/* ------------- */

:root {
  --logo-taglines-height: 18px;
}

/* ----------- */
/* Body Styles */
/* ----------- */

body {
  position: relative;
  z-index: 0;
}

.banded-container-row {
  margin-left: calc((100vw - 100%) / -2) !important;
  padding-left: calc((100vw - 100%) / 2);
  margin-right: calc((100vw - 100%) / -2) !important;
  padding-right: calc((100vw - 100%) / 2);
}

.page-breadcrumb {
  position: relative;
  top: -2.5rem;
  height: 0;
  font-size: 0.85rem;
}

.page-breadcrumb nav {
  margin: 0;
}

/* -------------------- */
/* Anchor Offset Styles */
/* -------------------- */

a.anchor-offset {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden;
}

/* ------------- */
/* Header Styles */
/* ------------- */

body > header {
  position: relative;
  z-index: 999;
}

body > section.vh-100 {
  height: calc(100vh - 6rem) !important;
  min-height: 32rem;
}

body > section.vh-100 {
  height: calc(100vh - 6rem) !important;
  min-height: 32rem;
}

.cropped-logo .logo-globe img {
  height: 32px;
}

.cropped-logo .logo-text {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
}

header .header-right {
  max-width: 400px;
}

header .login-fields > div > input {
  max-height: calc(1.5em + 0.5rem);
  min-height: calc(1.5em + 0.5rem);
  font-size: 0.8rem;
}

header .login-fields .form-check {
  min-height: auto !important;
}

#logo-globe-mobile a:hover {
  text-decoration: none;
}

#logo-globe-mobile .iir-text-logo {
  color: #fff;
  line-height: 17px;
  font-size: 16px;
}

/* --------------------- */
/* Main Container Styles */
/* --------------------- */

.main-container {
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
    flex-grow: 1;
}

/* ------------- */
/* Footer Styles */
/* ------------- */

.main-footer {
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(/img/bg_globe_05.png);
  background-size: 560px 594px;
  background-position: 12px 15px;
  background-repeat: no-repeat;
}

/* -------------- */
/* Basic Elements */
/* -------------- */

.gmi-globe-tiny {
  width: 18px;
  height: auto;
}

.gmi-globe-nav {
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.3rem;
}

fieldset legend {
  width: auto;
  float: none;
}

/* ----------------- */
/* Ad Server Banners */
/* ----------------- */

@media (min-width: 1200px) {
  ins img {
    width: 100%;
  }
}

.blog-post img {
  width: auto;
}

/* --------------- */
/* Utility Classes */
/* --------------- */

.x-small {
  font-size: 0.75rem;
}

.img-flip-x {
  transform: scaleX(-1);
}

.img-flip-y {
  transform: scaleY(-1);
}

/* ------------------- */
/* Bootstrap Overrides */
/* ------------------- */

.carousel-control-prev,
.carousel-control-next {
  width: 40px;
}

/* .container max-width */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}

/* .nav-tabs */
.nav-tabs .nav-link {
  color: var(--bs-gray-800);
}

.nav-tabs .nav-link:hover {
  color: var(--logo-orange);
  opacity: 0.8;
}

.nav-tabs .nav-link {
  border: none;
  margin-bottom: -2px;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--logo-orange);
}

.nav-tabs .nav-link.active:hover {
  opacity: 1;
}

/* ---------- */
/* Animations */
/* ---------- */

.smooth {
  transition: all 0.25s ease;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-top: 100px;
  left: 0;
}

/* --------- */
/* Keyframes */
/* --------- */

@keyframes rotation {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(-359deg);
  }
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 20px);
  }

  to {
    transform: translate(0, -0px);
  }
}

/* ------------- */
/* Media Queries */
/* ------------- */

/* desktop view */
@media all and (min-width: 992px) {
  /* navigation */
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    box-shadow: 0 0.5rem 3rem rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    overflow-x: hidden;
  }

  .navbar .megamenu-2 {
    padding: 1.25rem 1rem !important;
    background: #000000af;
    backdrop-filter: blur(0.5rem);
    color: #fff;
  }

  .navbar .megamenu-2 .dropdown-item.active {
    border-left: 5px solid var(--logo-orange) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
  }

  .navbar .megamenu-2 .dropdown-item.active:hover,
  .navbar .megamenu-2 .dropdown-item.active:focus {
    border-left: 5px solid var(--logo-orange) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
    transform: translateX(2px);
    cursor: pointer;
  }

  .navbar .megamenu-2 .fa-2x.text-success {
    color: limegreen !important;
  }

  .nav-item.dropdown .nav-item-img {
    max-width: 45px;
    width: 45px;
    height: auto;
  }

  .navbar .nav-item .dropdown-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }

  .navbar .nav-item .dropdown-menu-end {
    right: 0;
  }

  .navbar {
    width: 100%;
  }

  .navbar .nav-item {
    flex: 1 1 auto;
    padding: 1.3%;
  }

  .navbar .nav-item .nav-link {
    font-size: clamp(0.9rem, 0.95rem, 1vw);
    padding: 0.75rem 0 !important;
  }

  .navbar .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease; /* Slide to its final position */
    transition-delay: 0.3s;
  }

  .navbar .nav-item .dropdown-menu.thin {
    width: 250px;
  }

  .navbar .nav-item .dropdown-menu.mid {
    width: 365px;
  }

  .navbar .nav-item .dropdown-menu.expanded {
    width: 480px;
  }

  .navbar .nav-item .dropdown-menu.wide {
    width: 600px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .navbar .nav-item .nav-link {
    font-size: clamp(0.7rem, 0.75rem, 1vw);
  }
}

@media (max-width: 991px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar .megamenu {
    max-height: 70vh;
    overflow: auto;
    overflow-x: hidden;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-top: 0;
  }

  .navbar .megamenu .border-start {
    border-left: 0 !important;
  }

  .navbar .megamenu .border-end {
    border-right: 0 !important;
  }

  nav .navbar-nav {
    padding-right: 0;
    width: 100%;
  }

  .dropdown-toggle::after {
    position: absolute;
    top: 1.1rem;
    right: 1rem;
  }

  nav .navbar-nav .nav-link {
    color: #fff !important;
    text-align: left !important;
    font-size: 1.1rem;
    padding: 0.8rem 0;
  }

  .navbar-nav > .nav-item > .nav-link:hover,
  .navbar-nav > .nav-item > .nav-link:focus {
    color: var(--logo-orange) !important;
  }

  .nav.navbar-nav .nav-link:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .navbar .nav-item .dropdownToggleButton {
    /* width: 40px; */
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: top;
    padding: 1rem;
    border: 0;
    color: #fff !important;
  }

  .navbar .nav-item .dropdownToggleButton:hover,
  .navbar .nav-item .dropdownToggleButton:focus {
    color: var(--logo-orange) !important;
  }

  .navbar .nav-item .dropdownToggleButton .fa,
  .navbar .nav-item .dropdownToggleButton .fas,
  .navbar .nav-item .dropdownToggleButton .far,
  .navbar .nav-item .dropdownToggleButton .fal,
  .navbar .nav-item .dropdownToggleButton .fa-solid,
  .navbar .nav-item .dropdownToggleButton .fa-regular,
  .navbar .nav-item .dropdownToggleButton .fa-light {
    color: inherit !important;
  }

  .navbar-collapse {
    margin: 0 -1.5rem 0 -1.5rem;
    position: relative;
    background: inherit;
    width: 100%;
    padding-bottom: 1rem;
  }

  .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    margin: 0 -1.5rem 0 -1.5rem;
    box-shadow: none !important;
  }

  .navbar .nav-item .dropdown-menu ul.nav-ul .arrow {
    margin-left: 107px;
  }

  .navbar .nav-item .dropdown-menu ul.nav-ul li a {
    padding: 10px 0 10px 102px;
  }

  #logo-globe-mobile {
    padding: 1rem;
  }

  .make-white {
    filter: brightness(0) invert(1);
  }
}

@media (max-width: 768px) {
  .dropdown-menu.megamenu .megamenu-arrow i.fa-chevron-right,
  .dropdown-menu.megamenu .megamenu-arrow i.fal.fa-chevron-right,
  .dropdown-menu.megamenu .megamenu-arrow i.fa-regular.fa-chevron-right {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
  }
}

/* Header SVG */

header .header-svg-logo {
    max-width: 200px;
    width: fit-content;
}

/* Page Headers */

.page-header {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.page-header:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.page-header > * {
    z-index: 2;
    position: relative;
    text-shadow: 0 0 15px #0009, 0 0 15px #0009, 0 0 15px #0009;
}

.page-header-subtitle {
    letter-spacing: 2px;
}

/* Page Header Background Images */

/* Default */
.page-header-default {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/about-banner.webp');
}

.page-header-industries {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/coverage-banner-new.webp');
    background-position: center 70%;
}

.page-header-database {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/database-banner.png');
}

.page-header-gmitools {
    background-image: url('https://media.industrialinfo.com/gmi-platform/geospatial-solutions-bg.jpg');
}

.page-header-analytics {
    background-image: url('https://media.industrialinfo.com/img/banners/iir-banner-analytics.png');
}

.page-header-news {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/news-banner.png');
}

.page-header-advertising {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/advertisement-banner.png');
}

.page-header-events {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/events-banner.webp');
}

.page-header-podcasts {
    background-image: url('https://media.industrialinfo.com/images/headers/2025-banners/podcasts-banner.webp');
}

.page-header-contact {
    background-image: url('https://media.industrialinfo.com/img/banners/iir-banner-contact.png');
}

.page-header-members {
    background-image: url('https://media.industrialinfo.com/img/banners/iir-banner-1.png');
}

.page-header-internal {
    background-image: url('https://media.industrialinfo.com/banners/2024/iir-training-header.jpg');
}
.primary-btn,
a.primary-btn,
button.primary-btn,
.primary-btn-inverted,
a.primary-btn-inverted,
button.primary-btn-inverted {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 1.5rem;
    padding: .85em 1em;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.primary-btn,
a.primary-btn,
button.primary-btn {
    background-color: #00263d;
    border: 1px solid #00263d;
    color: #66ffff !important;
    text-decoration: none !important;
}

.primary-btn:hover,
a.primary-btn:hover,
button.primary-btn:hover {
    background-color: #66ffff;
    border: 1px solid #00263d;
    color: #00263d !important;
}

@media (min-width: 992px) {
    .primary-btn,
    .primary-btn-inverted {
        margin: 0 0 1rem;
        width: auto;
    }
}

.primary-btn-inverted,
a.primary-btn-inverted,
button.primary-btn-inverted {
    background-color: #66FFFF;
    border: 1px solid #66FFFF;
    color: #00263d !important;
}

.primary-btn-inverted:hover,
a.primary-btn-inverted:hover,
button.primary-btn-inverted:hover {
    background-color: #0094a2;
    border: 1px solid #0094a2;
    color: #66FFFF !important;
}

a.primary-btn.rounded-btn {
    border-radius: 6px;
    margin-right: 1rem;
    padding: .85rem 1.95rem;
}
/* New Megamenu Styles (In-Progress) */

/* Overall Styles */
.navbar .megamenu {
  padding: 0rem;
}

.has-megamenu .dropdown-menu.megamenu {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  top: 0;
  transform: none !important;
  z-index: 9999;
  border-left: 0;
  border-right: 0;
  max-height: 85vh !important;
  overflow-y: auto;
}

.megamenu-item {
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, transform 0.2s ease,
    box-shadow 0.2s ease;
}

.megamenu-item:hover,
.megamenu-item:focus {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateX(2px);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}

.megamenu-tab-item.active {
  background-color: rgba(255, 255, 255, 0.08);
}

.megamenu-link-title {
  color: #ffffff;
  transition: color 0.2s ease;
}

.megamenu-item:hover .megamenu-link-title,
.megamenu-item:focus .megamenu-link-title,
.megamenu-item:focus-visible .megamenu-link-title,
.megamenu-tab-item.active .megamenu-link-title,
.dropdown-item.active .megamenu-link-title {
  color: var(--logo-orange);
}

.megamenu-icon,
.megamenu-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex-shrink: 0;
}

.megamenu-icon {
  width: 2.5rem;
  min-width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.megamenu-icon i {
  line-height: 1;
}

.megamenu-arrow {
  min-width: 1.5rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.megamenu-item:hover .megamenu-arrow,
.megamenu-item:focus .megamenu-arrow {
  transform: translateX(2px);
}

.megamenu .dropdown-item {
  white-space: normal;
}

/* Industry Dropdown Styles */
.industry-card {
  min-height: 6.75rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-color: rgba(255, 255, 255, 0.04);
}

.industry-card:hover,
.industry-card:focus {
  border-color: rgba(255, 255, 255, 0.4);
}

.industry-card:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
}

.industry-card-img {
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.9;
}

.industry-card-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 38%,
    rgba(0, 0, 0, 0.2) 65%,
    rgba(0, 0, 0, 0.12) 100%
  );
}

.industry-card:hover::before,
.industry-card:focus::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.68) 45%,
    rgba(0, 0, 0, 0.3) 75%,
    rgba(0, 0, 0, 0.18) 100%
  );
}

.industry-card-content {
  min-height: 6rem;
  padding: 0.5rem !important;
}

.industry-card-content .small,
.industry-card-content p,
.industry-card-cta {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.industry-card-cta {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.03em;
}

.industry-card-cta i {
  transition: transform 0.2s ease;
}

.industry-card:hover .industry-card-img,
.industry-card:focus .industry-card-img {
  transform: scale(1.1);
  opacity: 0.82;
}

.industry-card:hover .industry-card-cta,
.industry-card:focus .industry-card-cta {
  color: rgba(255, 255, 255, 1);
}

.industry-card:hover .industry-card-cta i,
.industry-card:focus .industry-card-cta i {
  transform: translateX(2px);
}

/* News Dropdown Styles */
.news-headline-block {
  border-left: 3px solid var(--logo-orange);
  padding-left: 1rem;
  max-width: 32rem;
}

.news-feature-card {
  min-height: 11rem;
}

.white-paper-card-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.75) 38%,
    rgba(0, 0, 0, 0.65) 85%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.white-paper-card:hover::before,
.white-paper-card:focus::before {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.85) 30%,
    rgba(0, 0, 0, 0.75) 90%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/* Podcasts & Events Dropdown Styles */
.event-highlight-cta {
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

.event-highlight-card:hover .event-highlight-cta,
.event-highlight-card:focus .event-highlight-cta,
.event-highlight-card:focus-visible .event-highlight-cta {
  background-color: var(--logo-orange);
  color: #ffffff;
  border-color: var(--logo-orange);
}

.outlook-icon {
  width: 0.85rem;
  min-width: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Mobile */

@media (max-width: 991.98px) {
  .navbar .has-megamenu {
    position: relative !important;
  }

  .has-megamenu .border-bottom {
    border-bottom: 0 !important;
  }

  .has-megamenu .dropdown-menu.megamenu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    background-color: transparent;
    box-shadow: none;
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0.5rem;
    border-left: 0;
    border-right: 0;
  }

  .navbar .megamenu-2 {
    padding: 0.25rem 0 1rem 0;
    backdrop-filter: none;
  }

  .header-mobile-megamenu-left {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 1rem !important;
    margin-bottom: 0.25rem;
  }

  .header-mobile-megamenu-right {
    padding-left: 0 !important;
  }

  .header-mobile-megamenu-subcol {
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  .header-mobile-megamenu-subcol + .header-mobile-megamenu-subcol {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 1rem;
    padding-top: 1rem !important;
  }

  .header-mobile-megamenu-tabs .megamenu-tab-item {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .header-mobile-megamenu-tabs .megamenu-arrow {
    display: none;
  }

  .navbar .megamenu .tab-pane.fade {
    transition: none;
  }

  .has-megamenu .nav-link > span > span:first-child {
    position: relative;
    color: #fff;
    transition: color 0.2s ease;
  }

  .has-megamenu .nav-link > span > span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 2px;
    background-color: var(--logo-orange);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
  }

  .has-megamenu.mobile-submenu-open .nav-link > span > span:first-child {
    color: var(--logo-orange) !important;
  }

  .has-megamenu.mobile-submenu-open .nav-link > span > span:first-child::after {
    transform: scaleX(1);
  }

  .has-megamenu .nav-link > span > span:first-child {
    position: relative;
    color: #fff;
    transition: color 0.2s ease;
  }

  .has-megamenu .nav-link > span > span:first-child::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 2px;
    background-color: var(--logo-orange);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
  }

  .has-megamenu.mobile-submenu-open .nav-link > span > span:first-child {
    color: var(--logo-orange) !important;
  }

  .has-megamenu.mobile-submenu-open .nav-link > span > span:first-child::after {
    transform: scaleX(1);
  }

  .header-mobile-pane-slot {
    overflow: hidden;
    /* padding-bottom: 0.75rem; */
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.2s ease, margin-top 0.3s ease;
  }

  .header-mobile-pane-slot.is-open {
    opacity: 1;
    margin-top: 0.25rem;
  }

  .header-mobile-pane-slot > .tab-pane {
    display: block;
  }

  .header-mobile-toggle-tabs .megamenu-tab-item .megamenu-arrow i {
    transition: transform 0.25s ease, opacity 0.2s ease;
  }

  .header-mobile-toggle-tabs
    .megamenu-tab-item.mobile-tab-open
    .megamenu-arrow
    i {
    transform: rotate(180deg);
  }

  .header-mobile-pane-slot > .tab-pane.fade:not(.show) {
    opacity: 0;
  }

  .header-mobile-pane-slot > .tab-pane.fade.show {
    opacity: 1;
  }

  .header-mobile-pane-slot .border-start {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 1rem;
    padding-top: 1rem !important;
    padding-left: 0 !important;
  }
}
