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

/* Modern Modal Styles - Global */
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='m.235 1.027 14.4 14.4a.75.75 0 1 0 1.06-1.06L1.295-.033a.75.75 0 1 0-1.06 1.06Z'/%3e%3cpath d='M14.635 1.027 .235 15.427a.75.75 0 0 0 1.06 1.06L15.695 2.087a.75.75 0 0 0-1.06-1.06Z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
  border: none !important;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 1;
  color: #6c757d;
  text-shadow: none;
  opacity: 0.75;
  transition: all 0.3s ease !important;
  border-radius: 8px !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
}

.btn-close:hover {
  opacity: 1 !important;
  background-color: #f8f9fa !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%3e%3cpath d='m.235 1.027 14.4 14.4a.75.75 0 1 0 1.06-1.06L1.295-.033a.75.75 0 1 0-1.06 1.06Z'/%3e%3cpath d='M14.635 1.027 .235 15.427a.75.75 0 0 0 1.06 1.06L15.695 2.087a.75.75 0 0 0-1.06-1.06Z'/%3e%3c/svg%3e") !important;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.15) !important;
}

.btn-close:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
  opacity: 1 !important;
  transform: scale(1.05);
}

.btn-close:active {
  transform: scale(0.95) !important;
}

.modal-header {
  border-bottom: 1px solid #e9ecef;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px 12px 0 0;
}

.modal-content {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.modal-title {
  font-weight: 600;
  color: #495057;
  margin: 0;
}

.modal-footer {
  border-top: 1px solid #e9ecef;
  padding: 1.25rem 1.5rem;
  border-radius: 0 0 12px 12px;
  background-color: #fafbfc;
}

.modal.fade .modal-dialog {
  transition: all 0.3s ease-out;
  transform: scale(0.9) translate(0, -30px);
}

.modal.show .modal-dialog {
  transform: scale(1) translate(0, 0);
}

/* End Modern Modal Styles */

:focus {
  outline: none;
}

.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;
  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: 14px;
  text-decoration: none;
  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: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  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;
  border-radius: 0.5rem;
  cursor: pointer;
}

.type {
  position: absolute;
  background: #000ECC;
  padding: 9px 25px;
  color: #fff;
  top: -15px;
  left: 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: #000ECC;
}
.prc-box.active .h3 {
  color: #fff;
}
.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: #000ECC;
  stroke: #000ECC;
}

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

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

@media (max-width: 767.98px) {
  .iq-single-card {
    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: calc(var(--bs-gutter-x) / 2);
  }
  .iq-star-inserted .iq-star-inserted-2.col {
    padding-right: 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: calc(var(--bs-gutter-x) / 2);
  }
}
.body-class-1 {
  scroll-behavior: smooth;
}

.main-img .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.main-img .container h1 {
  margin: 0;
  font-size: 4.375rem;
  color: #fff;
}
.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(120, 31, 255, 0.1);
  color: #000ECC;
}
.bd-aside .btn {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: #8A92A6;
  border: 0;
}
.bd-aside .btn .right-icon {
  transition: transform 0.35s ease;
}
.bd-aside .btn:hover, .bd-aside .btn:focus {
  background-color: rgba(120, 31, 255, 0.1);
  color: #000ECC;
}
.bd-aside .btn:focus {
  box-shadow: 0 0 0 0.063rem rgba(120, 31, 255, 0.7);
}
.bd-aside .btn[aria-expanded=true] .right-icon {
  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: calc(7.2rem + 2rem);
    scroll-margin-top: calc(7.8rem + 2rem);
  }
  .bd-cheatsheet .bd-heading {
    z-index: 1;
    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;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1200;
    width: 75%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: #ffffffd6;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
  }

  .mobile-offcanvas.show {
    visibility: visible;
    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);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
.uisheet.screen-darken.active {
  z-index: 10;
  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: #000ECC;
  color: #fff;
  padding: 0.2rem;
  border-radius: 0 1rem 1rem 0;
}

.top-1 {
  top: 1rem;
}

/* Sidebar Scroll Fix - override hope-ui.css overflow:hidden */
/* Also disable smooth-scrollbar JS plugin's custom scrollbar to prevent duplicates */
.sidebar .sidebar-body {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  overscroll-behavior-x: none;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar .sidebar-body.data-scrollbar {
  max-height: calc(100vh - 80px);
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sidebar .sidebar-body .scroll-content {
  max-width: 100%;
  overflow-x: hidden !important;
}

/* Hide smooth-scrollbar plugin elements (prevents double scrollbar) */
.sidebar .sidebar-body .scrollbar-track {
  display: none !important;
}

/* Hide native scrollbar UI but keep scrolling active */
.sidebar .sidebar-body::-webkit-scrollbar,
.sidebar .sidebar-body.data-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

/* =============================================
   Modern Navbar Styling
   ============================================= */
.iq-navbar {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

body.dark .iq-navbar {
  background: rgba(33, 37, 41, 0.9) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.iq-navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  transition: all 0.25s ease;
  color: #495057;
}

.iq-navbar .navbar-nav .nav-item .nav-link:hover {
  background: rgba(0, 14, 204, 0.08);
  transform: translateY(-1px);
}

.iq-navbar .navbar-nav .nav-item .nav-link svg {
  transition: all 0.25s ease;
}

.iq-navbar .navbar-nav .nav-item .nav-link:hover svg {
  color: #000ecc !important;
}

/* User profile area in navbar */
.iq-navbar .caption-title {
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
}

/* =============================================
   Modern Sidebar Styling
   ============================================= */
.sidebar {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%) !important;
  border-right: 1px solid rgba(0, 14, 204, 0.06);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.03) !important;
}

body.dark .sidebar {
  background: linear-gradient(180deg, #1a1d21 0%, #212529 100%) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

/* Sidebar header - subtle gradient accent */
.sidebar .sidebar-header {
  border-bottom: none !important;
  margin-bottom: 0.5rem;
  padding: 1.25rem 1rem 0.75rem;
  position: relative;
}

.sidebar .sidebar-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 14, 204, 0.15), transparent);
}

/* Sidebar toggle button */
.sidebar .sidebar-toggle {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(58, 87, 232, 0.22);
  background: linear-gradient(135deg, #ffffff 0%, #eef3ff 100%) !important;
  color: #1f3fd6;
  box-shadow: 0 8px 20px rgba(58, 87, 232, 0.22) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

.sidebar .sidebar-toggle:hover {
  transform: translateY(-1px) scale(1.04);
  background: linear-gradient(135deg, #f8faff 0%, #e3ebff 100%) !important;
  box-shadow: 0 10px 24px rgba(58, 87, 232, 0.3) !important;
}

.sidebar .sidebar-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(58, 87, 232, 0.22), 0 10px 24px rgba(58, 87, 232, 0.3) !important;
}

.sidebar .sidebar-toggle .icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sidebar .sidebar-toggle .icon svg {
  width: 18px;
  height: 18px;
}

body.dark .sidebar .sidebar-toggle {
  border-color: rgba(110, 138, 255, 0.35);
  background: linear-gradient(135deg, #2a3558 0%, #1f2b49 100%) !important;
  color: #d8e2ff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35) !important;
}

body.dark .sidebar .sidebar-toggle:hover {
  background: linear-gradient(135deg, #31406a 0%, #243357 100%) !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45) !important;
}

/* Section headers in sidebar */
.sidebar-default .navbar-nav .nav-item .nav-link.static-item {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #8a92a6 !important;
  font-weight: 700;
  padding-top: 0.75rem;
}

/* Nav items - modern hover & active */
.sidebar-default .navbar-nav .nav-item {
  margin: 2px 0;
}

.sidebar-default .navbar-nav .nav-item .nav-link:not(.disabled):not(.static-item) {
  border-radius: 8px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
  font-size: 0.875rem;
}

/* Sidebar link alignment (expanded mode) */
.sidebar-default .navbar-nav .nav-item .nav-link:not(.disabled) {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 42px;
}

.sidebar-default .navbar-nav .nav-item .nav-link .item-name {
  flex: 1;
  min-width: 0;
}

.sidebar-default .navbar-nav .nav-item .nav-link .right-icon {
  margin-inline-start: auto;
  opacity: 0.75;
}

.sidebar-default .navbar-nav .nav-item .nav-link:not(.disabled):hover:not(.active):not([aria-expanded="true"]) {
  background: linear-gradient(135deg, rgba(0, 14, 204, 0.06) 0%, rgba(58, 87, 232, 0.1) 100%) !important;
  color: #000ecc !important;
  transform: translateX(4px);
}

[dir="rtl"] .sidebar-default .navbar-nav .nav-item .nav-link:not(.disabled):hover:not(.active):not([aria-expanded="true"]) {
  transform: translateX(-4px);
}

/* Sidebar mini mode cleanup */
.sidebar.sidebar-mini {
  max-width: 5.25rem;
}

.sidebar.sidebar-mini .sidebar-header {
  padding-inline: 0.55rem;
}

.sidebar.sidebar-mini .sidebar-list .static-item {
  display: none;
}

.sidebar.sidebar-mini .navbar-nav .hr-horizontal {
  margin: 0.5rem 0.75rem;
}

.sidebar.sidebar-mini .navbar-nav .nav-item .nav-link:not(.disabled):not(.static-item) {
  justify-content: center;
  padding: 0.62rem 0.5rem !important;
  min-height: 44px;
  border-radius: 12px;
}

.sidebar.sidebar-mini .navbar-nav .nav-item .nav-link .right-icon,
.sidebar.sidebar-mini .navbar-nav .nav-item .nav-link .notipoint,
.sidebar.sidebar-mini .navbar-nav .nav-item .nav-link .badge,
.sidebar.sidebar-mini .navbar-nav .nav-item .nav-link .item-name {
  display: none !important;
}

.sidebar.sidebar-mini .navbar-nav .nav-item .nav-link i:not(.sidenav-mini-icon):not(.right-icon) {
  margin: 0;
  font-size: 1rem;
}

.sidebar.sidebar-mini .sidebar-default .navbar-nav .nav-item .nav-link:not(.disabled):hover:not(.active):not([aria-expanded="true"]) {
  transform: none;
}

.sidebar-default .navbar-nav .nav-item .nav-link:not(.disabled).active,
.sidebar-default .navbar-nav .nav-item .nav-link:not(.disabled)[aria-expanded="true"] {
  background: linear-gradient(135deg, #000ecc 0%, #3a57e8 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(0, 14, 204, 0.3) !important;
  border-radius: 8px;
}

/* Nav item icons - color only, no box */
.sidebar-default .navbar-nav .nav-item .nav-link:not(.active):not([aria-expanded="true"]) i:not(.sidenav-mini-icon):not(.right-icon) {
  color: #000ecc;
  transition: all 0.25s ease;
}

.sidebar-default .navbar-nav .nav-item .nav-link.active i:not(.sidenav-mini-icon):not(.right-icon),
.sidebar-default .navbar-nav .nav-item .nav-link[aria-expanded="true"] i:not(.sidenav-mini-icon):not(.right-icon) {
  color: #fff;
}

/* Horizontal dividers in sidebar */
.sidebar .navbar-nav .hr-horizontal {
  border-color: rgba(0, 14, 204, 0.06) !important;
  margin: 0.5rem 1rem;
}

/* Notification badge modern */
.navbar-nav .badge.bg-danger {
  font-size: 0.6rem !important;
  padding: 0.25em 0.45em;
  box-shadow: 0 2px 6px rgba(220, 53, 69, 0.4);
  animation: badge-pulse 2s infinite;
}

@keyframes badge-pulse {
  0%, 100% { box-shadow: 0 2px 6px rgba(220, 53, 69, 0.4); }
  50% { box-shadow: 0 2px 12px rgba(220, 53, 69, 0.6); }
}

/* Dropdown menus modern */
.sub-drop.dropdown-menu,
.dropdown-menu {
  border: none !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12) !important;
  border-radius: 12px !important;
  overflow: hidden;
}

.dropdown-item {
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
  border-radius: 6px;
  margin: 2px 6px;
}

.dropdown-item:hover {
  background: rgba(0, 14, 204, 0.08) !important;
  color: #000ecc !important;
  transform: translateX(4px);
}

[dir="rtl"] .dropdown-item:hover {
  transform: translateX(-4px);
}

/* Packages form checkboxes (RTL + LTR aligned) */
.package-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

[dir="rtl"] .package-checkbox {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[dir="ltr"] .package-checkbox {
  flex-direction: row;
  justify-content: flex-start;
}

.package-checkbox .form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
}

.package-checkbox .form-check-label {
  margin: 0;
}
