/*!
* Version: 1.2.0
* Template: Example Project
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
:focus {
  outline: none;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.sign-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.sign-bg.sign-bg-right {
  left: auto;
  right: 0;
}

.gradient-main {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.login-bottom {
  margin-top: -12.5rem;
}

@media (min-width: 1400px) {
  .auth-card {
    padding: 0 6.25rem;
  }
}
@media (max-width: 575.98px) {
  .login-header {
    height: 12.5rem !important;
  }
  .login-bottom {
    margin-top: -6.25rem;
  }
}
.card .iq-dashed-border {
  padding: 1.5rem;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  border: 1px dashed #ced4da;
}
.card .card-body .grid-flow-col {
  grid-auto-flow: column;
}
.card .card-body .iq-icon-box-2 {
  height: 36px;
  width: 36px;
  min-width: 36px;
  line-height: 36px;
  background: #F5F6FA;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}
.card .card-body .iq-media-group-1 .iq-media-1 {
  margin-left: -1.25rem;
  position: relative;
  z-index: 0;
}
.card .card-body .iq-media-group-1 .iq-media-1:hover {
  z-index: 9;
}
.card .card-body .iq-media-group-1 .iq-media-1 img {
  border: 2px solid #eee;
}
.card .card-body .iq-media-group-1 .iq-media-1:first-child {
  margin-left: 0;
}
.card .card-body .iq-media-group-1 .iq-media.border {
  border: 2px solid #eee;
}
.card .card-body .iq-media-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
.card .card-body .iq-media-1:hover {
  text-decoration: none;
}

.pricing .table thead tr {
  background-color: unset;
}
.pricing .table th {
  border-top: none;
  border-bottom: 1px solid #eee;
}
.pricing .table td {
  border-top: none !important;
}
.pricing .table tr {
  border-bottom: 1px solid #eee;
}

.prc-box {
  background: #d8ddfa;
  padding: 15px;
  position: relative;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  cursor: pointer;
}

.type {
  position: absolute;
  background: #3a57e8;
  padding: 9px 25px;
  color: #ffffff;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 500;
}
.type:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -15px;
  top: 0px;
  border-left: 15px solid #0c112e;
  border-top: 15px solid transparent;
}
.type:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -15px;
  top: 0px;
  border-right: 15px solid #0c112e;
  border-top: 15px solid transparent;
}

.prc-box.active {
  background: #3a57e8;
}
.prc-box.active .h3 {
  color: #ffffff;
}
.prc-box.active .type {
  background: #d8ddfa;
  color: #212529;
}
.prc-box.active .type:before {
  border-left: 16px solid #0c112e;
  right: -16px;
}
.prc-box.active .type:after {
  border-right: 16px solid #0c112e;
  left: -16px;
}

.prc-wrap {
  border-bottom: none !important;
}

.child-cell.active {
  color: #3a57e8;
  stroke: #3a57e8;
}

.line-around {
  border-bottom: 1px solid #eee;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.line-around .line-around-1 {
  text-transform: uppercase;
  background: #ffffff;
  padding: 0 10px 0 0;
}

.iq-single-card {
  -webkit-border-radius: 0 0.5rem 0.5rem 0;
          border-radius: 0 0.5rem 0.5rem 0;
}

@media (max-width: 767.98px) {
  .iq-single-card {
    -webkit-border-radius: 0 0 0.5rem 0.5rem;
            border-radius: 0 0 0.5rem 0.5rem;
  }
}
.iq-star-inserted .iq-star-inserted-1.col {
  padding-right: unset;
}
.iq-star-inserted .iq-star-inserted-2 {
  z-index: 2;
}
.iq-star-inserted .iq-star-inserted-2.col {
  padding: unset;
}
.iq-star-inserted .iq-star-inserted-2.col .card {
  height: 100%;
}
.iq-star-inserted .iq-star-inserted-3.col {
  padding-left: unset;
}

@media (max-width: 991.98px) {
  .iq-star-inserted .card.my-5 {
    margin: unset !important;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-1.col {
    padding-right: -webkit-calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col {
    padding-right: -webkit-calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: -webkit-calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col .card {
    height: unset;
    margin-bottom: 2rem !important;
  }
  .iq-star-inserted .iq-star-inserted-3.col {
    padding-left: -webkit-calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
}
.body-class-1 {
  scroll-behavior: smooth;
}

.main-img .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.main-img .container h1 {
  margin: 0;
  font-size: 4.375rem;
  color: #ffffff;
}
.main-img .container h1 span {
  padding: 0.375rem 0.875rem;
  display: inline-block;
}

.bd-heading-1 .bd-example {
  margin-top: 1rem;
}
.bd-heading-1 .bd-example:first-child {
  margin-top: 0rem;
}

.bd-cheatsheet {
  margin-top: -2rem;
}
.bd-cheatsheet section article .card.iq-document-card {
  padding: 1.5rem;
}
.bd-cheatsheet section article .card.iq-document-card .tab-content pre.language-markup {
  margin: unset;
}

.bd-aside.card.iq-document-card {
  padding: 1.5rem;
  margin-top: -2rem;
}

/* Table of contents */
.bd-aside a {
  padding: 0.25rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 0.25rem;
  color: rgba(138, 146, 166, 0.95);
  text-decoration: none;
}
.bd-aside a:hover, .bd-aside a:focus {
  background-color: rgba(58, 87, 232, 0.1);
}
.bd-aside .active {
  font-weight: 600;
  background-color: rgba(58, 87, 232, 0.1);
  color: #3a57e8;
}
.bd-aside .btn {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: #8A92A6;
  border: 0;
}
.bd-aside .btn .right-icon {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.bd-aside .btn:hover, .bd-aside .btn:focus {
  background-color: rgba(58, 87, 232, 0.1);
  color: #3a57e8;
}
.bd-aside .btn:focus {
  -webkit-box-shadow: 0 0 0 0.063rem rgba(58, 87, 232, 0.7);
          box-shadow: 0 0 0 0.063rem rgba(58, 87, 232, 0.7);
}
.bd-aside .btn[aria-expanded=true] .right-icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scrollspy-example {
  position: relative;
  height: 12.5rem;
  margin-top: 0.5rem;
  overflow: auto;
}

[id=modal] .bd-example .btn,
[id=buttons] .bd-example .btn,
[id=tooltips] .bd-example .btn,
[id=popovers] .bd-example .btn,
[id=dropdowns] .bd-example .btn-group,
[id=dropdowns] .bd-example .dropdown,
[id=dropdowns] .bd-example .dropup,
[id=dropdowns] .bd-example .dropend,
[id=dropdowns] .bd-example .dropstart {
  margin-top: 0.5rem;
}

/* Layout */
@media (min-width: 1200px) {
  .body-class-1 {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 4fr 1fr;
    grid-template-rows: auto;
  }
  .bd-aside.sticky-xl-top {
    top: 2rem !important;
  }
  .bd-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    grid-column: 1/span 3;
  }
  .sticky-xl-top {
    z-index: 2;
  }
  .bd-cheatsheet, .bd-cheatsheet section, .bd-cheatsheet article {
    display: grid;
    gap: 2rem;
    grid-template-columns: 3fr 1fr;
    grid-column: span 2/span 2;
    grid-template-rows: auto;
  }
  .bd-aside {
    grid-area: 1/1;
    scroll-margin-top: 4rem;
  }
  .bd-cheatsheet section, .bd-cheatsheet section > .iq-side-content {
    top: 2rem;
    scroll-margin-top: 0;
  }
  .bd-cheatsheet article, .bd-cheatsheet .bd-heading {
    top: -webkit-calc(7.2rem + 2rem);
    top: calc(7.2rem + 2rem);
    scroll-margin-top: -webkit-calc(7.8rem + 2rem);
    scroll-margin-top: calc(7.8rem + 2rem);
  }
  .bd-cheatsheet .bd-heading {
    z-index: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .bd-cheatsheet .bd-heading .card {
    margin-bottom: 0;
  }
  .bd-cheatsheet article .iq-document-card {
    margin-bottom: unset;
  }
  .bd-cheatsheet article .iq-document-card.iq-doc-head {
    margin-top: -6.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .mobile-offcanvas {
    width: 40% !important;
  }
}
@media (max-width: 767.98px) {
  .main-img .container h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 1199.98px) {
  .header .container {
    max-width: unset !important;
  }
  aside.mobile-offcanvas {
    margin-top: unset !important;
  }
  aside.mobile-offcanvas .offcanvas-header {
    display: block;
  }
  .body-class-1 {
    padding: unset;
  }
  .body-class-1.container {
    max-width: unset;
  }
  #content .iq-side-content .card {
    margin-top: 1.25rem;
  }
  .mobile-offcanvas {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-border-radius: 0;
            border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1200;
    width: 75%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.8392156863);
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
  }
  .mobile-offcanvas.show {
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
@media (min-width: 1200px) {
  .bd-aside.card.iq-document-card, .bd-cheatsheet {
    margin-top: -3rem;
  }
  aside.mobile-offcanvas .offcanvas-header {
    display: none;
  }
  .bd-cheatsheet section .iq-side-content {
    grid-column-end: 3;
  }
  .bd-cheatsheet section .iq-side-content .card {
    margin-bottom: 0;
  }
}
body.offcanvas-active {
  overflow: hidden;
}

body.uikit .btn-download {
  display: none;
}

.uisheet.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(33, 37, 41, 0.6);
  -webkit-transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
  -o-transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
.uisheet.screen-darken.active {
  z-index: 10;
  -webkit-transition: opacity 0.3s ease, width 0s;
  -o-transition: opacity 0.3s ease, width 0s;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

#back-to-top {
  display: inline !important;
}
#back-to-top .top {
  bottom: 1.563rem;
  right: 1.563rem;
  z-index: 999;
}

.middle {
  display: inline !important;
}
.middle .mid-menu {
  position: fixed;
  top: 9.375rem;
  left: 0rem;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  background: #3a57e8;
  color: #ffffff;
  padding: 0.2rem;
  -webkit-border-radius: 0 1rem 1rem 0;
          border-radius: 0 1rem 1rem 0;
}

.top-1 {
  top: 1rem;
}

/* ==========================================================================
   MODERN SYSTEM COLOR THEME & REFACTOR OVERRIDES
   Colors:
   - Primary: #074799
   - Secondary/Dark: #001A6E
   - Accent: #009990
   - Highlight/Light bg: #E1FFBB
   - Background: #FFFFFF
   ========================================================================== */

:root {
  /* Primary Color Variable */
  --bs-primary: #074799;
  --bs-primary-rgb: 7, 71, 153;
  --bs-link-color: #074799;
  --bs-link-hover-color: #001A6E;

  /* Secondary/Dark Color Variable */
  --bs-secondary: #001A6E;
  --bs-secondary-rgb: 0, 26, 110;
  --bs-dark: #001A6E;
  --bs-dark-rgb: 0, 26, 110;
  --bs-heading-color: #001A6E;

  /* Accent Color Variable */
  --bs-success: #009990;
  --bs-success-rgb: 0, 153, 144;
  --bs-info: #009990;
  --bs-info-rgb: 0, 153, 144;
  --color-accent: #009990;
  --color-accent-rgb: 0, 153, 144;

  /* Highlight Color Variable */
  --color-highlight: #E1FFBB;
  --color-highlight-rgb: 225, 255, 187;
  --bs-highlight-bg: #E1FFBB;

  /* Main Background Color Variable */
  --bs-body-bg: #FFFFFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-card-bg: #FFFFFF;

  /* Soft and Modern Border Radii */
  --bs-border-radius: 0.75rem;
  --bs-border-radius-sm: 0.375rem;
  --bs-border-radius-lg: 1.25rem;
  --bs-border-radius-xl: 1.5rem;
  --bs-border-radius-2xl: 2.25rem;
}

/* Base Body Adjustments */
body {
  background-color: #F8F9FC !important; /* Soft background tint for depth contrast */
  color: #4A5568 !important; /* Professional dark gray text for optimal readability */
}

/* Headings Styling */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--bs-dark) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

/* Navbar / Header Adjustments */
.iq-navbar {
  background-color: var(--bs-body-bg) !important;
  border-bottom: 1px solid rgba(0, 26, 110, 0.08) !important;
  box-shadow: 0 4px 20px -2px rgba(0, 26, 110, 0.04) !important;
  padding: 0.75rem 2rem !important;
}

.logo-title {
  color: var(--bs-secondary) !important;
  font-weight: 800 !important;
}

/* Navbar Links and Active states */
.navbar-nav {
  justify-content: center !important;
  text-align: center !important;
  flex-wrap: nowrap !important;
}

.navbar-nav .nav-link {
  color: #4A5568 !important;
  font-weight: 600 !important;
  padding: 0.5rem 0.85rem !important;
  transition: all 0.2s ease-in-out;
  border-radius: var(--bs-border-radius);
  text-align: center !important;
  white-space: nowrap !important;
}

.dropdown-item {
  text-align: center !important;
}

.navbar-nav .nav-link:hover {
  color: var(--bs-primary) !important;
  background-color: rgba(7, 71, 153, 0.05);
}

.navbar-nav .nav-link.active {
  color: var(--bs-primary) !important;
  background-color: rgba(7, 71, 153, 0.08) !important;
  font-weight: 700 !important;
}

/* Premium Card Refactoring */
.card {
  background-color: var(--bs-card-bg) !important;
  border: 1px solid rgba(0, 26, 110, 0.06) !important;
  box-shadow: 0 10px 30px -5px rgba(0, 26, 110, 0.04), 0 5px 15px -3px rgba(0, 26, 110, 0.02) !important;
  border-radius: var(--bs-border-radius-lg) !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  margin-bottom: 2rem !important;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -8px rgba(0, 26, 110, 0.08), 0 8px 25px -4px rgba(0, 26, 110, 0.04) !important;
}

.card-header {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 26, 110, 0.06) !important;
  padding: 1.5rem 1.5rem 1rem !important;
}

.card-body {
  padding: 1.5rem !important;
}

/* Alternating Table Styles with Highlight Palette */
.table {
  border-color: rgba(0, 26, 110, 0.06) !important;
}

.table tbody tr:nth-of-type(odd) {
  background-color: rgba(225, 255, 187, 0.12) !important; /* Subtle tint of #E1FFBB */
}

.table thead th {
  background-color: rgba(7, 71, 153, 0.05) !important;
  color: var(--bs-secondary) !important;
  border-bottom: 2px solid rgba(7, 71, 153, 0.15) !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  padding: 1rem !important;
}

.table td {
  padding: 1rem !important;
  vertical-align: middle;
}

/* Button Refactoring (All Button Types) */
.btn {
  border-radius: var(--bs-border-radius) !important;
  padding: 0.625rem 1.5rem !important;
  font-weight: 600 !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}

.btn:hover {
  transform: translateY(-1px) !important;
}

.btn:active {
  transform: translateY(0) !important;
}

/* Small Button Sizing (e.g., in tables) */
.btn-sm {
  padding: 0.375rem 0.875rem !important;
  font-size: 0.825rem !important;
  border-radius: var(--bs-border-radius-sm) !important;
}

/* Primary Button */
.btn-primary {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(7, 71, 153, 0.15) !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  box-shadow: 0 6px 16px rgba(7, 71, 153, 0.25) !important;
}

/* Secondary Button */
.btn-secondary {
  background-color: #4A5568 !important;
  border-color: #4A5568 !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(74, 85, 104, 0.15) !important;
}

.btn-secondary:hover, .btn-secondary:focus {
  background-color: #2D3748 !important;
  border-color: #2D3748 !important;
  box-shadow: 0 6px 16px rgba(74, 85, 104, 0.25) !important;
}

/* Success / Accent Button */
.btn-success {
  background-color: var(--bs-success) !important; /* Accent #009990 */
  border-color: var(--bs-success) !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(0, 153, 144, 0.15) !important;
}

.btn-success:hover, .btn-success:focus {
  background-color: #007d76 !important;
  border-color: #007d76 !important;
  box-shadow: 0 6px 16px rgba(0, 153, 144, 0.25) !important;
}

/* Danger Button */
.btn-danger {
  background-color: #C03221 !important;
  border-color: #C03221 !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(192, 50, 33, 0.15) !important;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #962418 !important;
  border-color: #962418 !important;
  box-shadow: 0 6px 16px rgba(192, 50, 33, 0.25) !important;
}

/* Warning Button */
.btn-warning {
  background-color: #FAA938 !important;
  border-color: #FAA938 !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(250, 169, 56, 0.15) !important;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #D58C28 !important;
  border-color: #D58C28 !important;
  box-shadow: 0 6px 16px rgba(250, 169, 56, 0.25) !important;
}

/* Info Button */
.btn-info {
  background-color: #079AA2 !important;
  border-color: #079AA2 !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(7, 154, 162, 0.15) !important;
}

.btn-info:hover, .btn-info:focus {
  background-color: #057B82 !important;
  border-color: #057B82 !important;
}

/* Dark Button */
.btn-dark {
  background-color: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(0, 26, 110, 0.15) !important;
}

.btn-dark:hover, .btn-dark:focus {
  background-color: #000E3D !important;
  border-color: #000E3D !important;
}

/* Light Button */
.btn-light {
  background-color: #F8F9FA !important;
  border-color: #E2E8F0 !important;
  color: #4A5568 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.btn-light:hover, .btn-light:focus {
  background-color: #E2E8F0 !important;
  border-color: #CBD5E0 !important;
}

/* Badges & Indicators */
.badge.bg-success {
  background-color: var(--bs-success) !important; /* Accent #009990 */
  color: #FFFFFF !important;
  border-radius: 0.375rem !important;
  padding: 0.35em 0.65em !important;
  font-weight: 600 !important;
}

.badge.bg-primary {
  background-color: var(--bs-primary) !important;
  color: #FFFFFF !important;
  border-radius: 0.375rem !important;
  padding: 0.35em 0.65em !important;
  font-weight: 600 !important;
}

.badge.bg-danger {
  background-color: #C03221 !important;
  color: #FFFFFF !important;
  border-radius: 0.375rem !important;
  padding: 0.35em 0.65em !important;
  font-weight: 600 !important;
}

/* Alert Notification Overrides */
.alert-success {
  background-color: rgba(225, 255, 187, 0.45) !important; /* Light highlight #E1FFBB */
  border: 1px solid var(--bs-success) !important;
  color: #005A54 !important;
  border-radius: var(--bs-border-radius) !important;
  font-weight: 500 !important;
}

/* Middle Menu Float Override */
.middle .mid-menu {
  background: var(--bs-primary) !important;
}

/* Spacing and White Space */
.content-inner {
  padding: 2rem !important;
}

.footer {
  background-color: var(--bs-secondary) !important; /* Secondary/Dark #001A6E */
  color: rgba(255, 255, 255, 0.8) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 1.5rem 0 !important;
}

.footer-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Modern Input Fields (Form Control) Styling */
.form-control {
  border: 1.5px solid #E2E8F0 !important; /* Clearly defined borders */
  background-color: #F8F9FA !important; /* Soft grey background for contrast */
  color: #2D3748 !important; /* Dark text */
  border-radius: var(--bs-border-radius-sm) !important;
  padding: 0.625rem 1rem !important;
  transition: all 0.2s ease-in-out !important;
}

.form-control:focus {
  border-color: var(--bs-primary) !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(7, 71, 153, 0.15) !important;
  color: #1A202C !important;
}

.form-label {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: var(--bs-secondary) !important;
  margin-bottom: 0.5rem !important;
  display: inline-block;
}

.modal-content {
  background-color: var(--bs-card-bg) !important;
  border-radius: var(--bs-border-radius-lg) !important;
  border: 1px solid rgba(0, 26, 110, 0.08) !important;
  box-shadow: 0 24px 48px -12px rgba(0, 26, 110, 0.16) !important;
  padding: 1rem !important;
}

.modal-header {
  border-bottom: 1px solid rgba(0, 26, 110, 0.06) !important;
  padding-bottom: 1rem !important;
}

.modal-footer {
  border-top: 1px solid rgba(0, 26, 110, 0.06) !important;
  padding-top: 1rem !important;
}

.input-group .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.input-group .toggle-password {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: 1.5px solid #E2E8F0 !important;
  border-left: none !important;
  background-color: #F8F9FA !important;
  color: #718096 !important;
  padding: 0 1.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.input-group .toggle-password:hover {
  background-color: #EDF2F7 !important;
  color: #4A5568 !important;
}
