.km_stats_desc{
	font-weight: bolder;
	color: #444444;	
}

/* RCP-inspired admin pass */
.admin-modern {
  --admin-bg: #0b0e14;
  --admin-surface: #171d29;
  --admin-border: rgba(88, 98, 126, 0.28);
  --admin-border-strong: rgba(128, 138, 168, 0.34);
  --admin-text: #eef3ff;
  --admin-text-soft: #8c96ad;
  --admin-accent: #ffd43b;
  --admin-success: #73d46d;
  font-family: 'Inter', system-ui, sans-serif;
  background:
    linear-gradient(135deg, rgba(255, 122, 47, 0.08) 0, rgba(255, 122, 47, 0.08) 4px, transparent 4px, transparent 44px),
    linear-gradient(0deg, #0b0e14 0%, #101521 100%);
  background-size: 44px 44px, auto;
  color: var(--admin-text);
}

.admin-modern .content-wrapper,
.admin-modern .right-side,
.admin-modern .main-footer {
  margin-left: 340px;
}

.admin-modern .admin-logo-shell {
  background: #0f131d;
  border-bottom: 1px solid var(--admin-border);
  box-shadow: none;
  backdrop-filter: none;
  justify-content: flex-start;
  padding: 0 28px;
  height: 86px;
}

.admin-modern .admin-logo-image {
  height: 30px;
  filter: brightness(1.2);
}

.admin-modern .admin-topbar-shell {
  min-height: 62px;
  background: rgba(14, 18, 28, 0.92);
  border-bottom: 1px solid var(--admin-border);
  box-shadow: none;
}

.admin-modern .admin-sidebar-shell {
  background: #0c111b;
  border-right: 1px solid var(--admin-border);
  box-shadow: none;
  width: 340px;
  padding-top: 86px;
}

.admin-modern #acc-btn {
  width: 42px;
  height: 42px;
  margin: 10px 0;
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.admin-modern .admin-user-panel {
  padding: 18px 20px 10px;
  border-bottom: 1px solid var(--admin-border);
  margin-bottom: 18px;
}

.admin-modern .admin-sidebar-name {
  color: var(--admin-text);
  font-size: 16px;
  font-weight: 800;
}

.admin-modern .admin-sidebar-role {
  color: var(--admin-text-soft);
  font-family: 'Rajdhani', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-modern .admin-nav-switcher-tabs {
  margin: 0 18px 18px;
  padding: 0;
  background: #171c28;
  border: 1px solid var(--admin-border);
  border-radius: 18px;
}

.admin-modern .admin-nav-switcher-link {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--admin-text-soft);
}

.admin-modern .admin-nav-switcher-link.is-active,
.admin-modern .admin-nav-switcher-link:hover,
.admin-modern .admin-nav-switcher-link:focus {
  background: #f3f4f6;
  color: #1a1f2b;
  box-shadow: none;
}

.admin-modern ul.sidebar-menu li a {
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #c4cbda;
}

.admin-modern .activeSideBar {
  background: rgba(255, 212, 59, 0.1);
  color: var(--admin-accent);
  box-shadow: inset 4px 0 0 var(--admin-accent);
}

.admin-modern .notSideBar {
  color: #c4cbda;
}

.admin-modern .notSideBar i {
  color: #96a2bc;
}

.admin-modern .notSideBar:hover {
  background: rgba(255, 255, 255, 0.04);
  color: var(--admin-text);
}

.admin-modern .notSideBar:hover i {
  color: var(--admin-accent);
}

.admin-modern .activeSubSideBar {
  background: rgba(255, 122, 47, 0.12);
  color: #ffd6bf;
}

.admin-modern .notSubSideBar {
  color: #99a6c2;
}

.admin-modern .notSubSideBar:hover {
  background: rgba(255, 255, 255, 0.04);
  color: var(--admin-text);
}

.admin-modern .content-header,
.admin-modern .content-header-101,
.admin-modern .content {
  padding-left: 38px;
  padding-right: 38px;
}

.admin-modern .admin-dashboard-hero {
  padding: 20px 24px;
  border-radius: 18px;
  background: rgba(29, 42, 24, 0.72) !important;
  border: 1px solid rgba(74, 128, 61, 0.45);
  box-shadow: none;
}

.admin-modern .admin-dashboard-hero::before,
.admin-modern .admin-dashboard-hero::after,
.admin-modern .admin-eyebrow,
.admin-modern .admin-hero-pills,
.admin-modern .admin-dashboard-hero .chibi,
.admin-modern .admin-dashboard-hero-figure {
  display: none;
}

.admin-modern .great {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #d4f2d0;
}

.admin-modern .ready {
  margin: 6px 0 0;
  color: #a5caa0;
  font-size: 14px;
  line-height: 1.5;
}

.admin-modern .admin-hero-actions {
  justify-content: flex-end;
  gap: 10px;
}

.admin-modern .admin-hero-action {
  min-width: 150px;
  padding: 12px 18px;
  border-radius: 12px;
  background: #f5f7fa !important;
  color: #171d29 !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.admin-modern .admin-hero-action-secondary {
  background: transparent !important;
  color: #eef3ff !important;
  border-color: rgba(255, 255, 255, 0.16);
}

.admin-modern .admin-page-heading-card,
.admin-modern .admin-surface-callout,
.admin-modern .admin-filter-panel,
.admin-modern .admin-page-card,
.admin-modern .box,
.admin-modern .info-box,
.admin-modern .small-box,
.admin-modern .nav-tabs-custom,
.admin-modern .callout,
.admin-modern .modal-content {
  background: var(--admin-surface) !important;
  border: 1px solid var(--admin-border);
  border-radius: 18px;
  box-shadow: none;
}

.admin-modern .admin-page-heading-card::before,
.admin-modern .admin-page-card::before,
.admin-modern .admin-surface-callout::before {
  display: none;
}

.admin-modern .content-header h4,
.admin-modern .content-header-101 h4,
.admin-modern .box-title,
.admin-modern .admin-dashboard-section-head > span {
  color: var(--admin-text);
  font-family: 'Russo One', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-modern .box-title,
.admin-modern .admin-dashboard-section-head > span {
  font-size: 14px;
}

.admin-modern .admin-dashboard-section-head > small,
.admin-modern .breadcrumb {
  color: var(--admin-text-soft);
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-modern .card-icon,
.admin-modern .info-box-icon {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.admin-modern .admin-stat-icon-ocean {
  background: linear-gradient(135deg, #ff9a45 0%, #ff7a2f 100%) !important;
}

.admin-modern .admin-stat-icon-mint {
  background: linear-gradient(135deg, #67c06b 0%, #4cae72 100%) !important;
}

.admin-modern .admin-stat-icon-violet {
  background: linear-gradient(135deg, #5c87ef 0%, #4f7de3 100%) !important;
}

.admin-modern .admin-stat-icon-warm {
  background: linear-gradient(135deg, #ffd84c 0%, #f5b935 100%) !important;
}

.admin-modern .info-box-text {
  color: #8f9ab2;
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-modern .info-box-number {
  color: var(--admin-text);
  font-family: 'Russo One', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.admin-modern .box-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-modern .table > thead > tr > th {
  background: #131a26;
  color: #8f9ab2;
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-modern .table > tbody > tr > td {
  color: var(--admin-text);
}

.admin-modern .form-control,
.admin-modern .select2-container--default .select2-selection--single,
.admin-modern .select2-container--default .select2-selection--multiple,
.admin-modern textarea,
.admin-modern .dynamic_form,
.admin-modern .input-group-addon {
  background: #111722 !important;
  border-color: rgba(120, 132, 160, 0.22) !important;
  color: var(--admin-text) !important;
  box-shadow: none !important;
}

.admin-modern .progress {
  background: #0f141f !important;
}

.admin-modern .progress-bar {
  background: linear-gradient(90deg, #ff9a45 0%, #ffd84c 100%) !important;
}

.admin-modern .main-footer {
  color: var(--admin-text-soft);
}

.admin-modern .main-footer a {
  color: var(--admin-accent);
}

@media (max-width: 767px) {
  .admin-modern .content-wrapper,
  .admin-modern .right-side,
  .admin-modern .main-footer {
    margin-left: 0;
  }

  .admin-modern .admin-sidebar-shell {
    width: 320px;
    padding-top: 64px;
  }

  .admin-modern .admin-logo-shell {
    height: 64px;
    padding: 0 18px;
  }

  .admin-modern .content,
  .admin-modern .content-header,
  .admin-modern .content-header-101,
  .admin-modern .main-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .admin-modern .admin-hero-actions {
    justify-content: flex-start;
  }
}
.description-block{
	text-align: left !important; 
}

.description-block > .description-header {
    margin: 0;
    padding: 0;
    font-weight: bolder;
    font-size: 24px;
    color: #666666;
}
.description-block > .description-text {
    font-weight: 700;
    font-size: 11px;
}
.main-sidebar {
    background-color: #ecf0f5;
}

ul.sidebar-menu li a{
    font-weight: bolder;
    color: #343b41;
}

.logo-lg{
    color: #EEEEEE;
}

.logo-mini{
    color: #EEEEEE;
}

.main-header .sidebar-toggle {
    color: rgb(11, 50, 153);
}
.main-header .sidebar-toggle:hover {
    color: rgb(49, 127, 190);
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*
 * Misc: print
 * -----------
 */
@media print {
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none !important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0 !important;
  }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
  }
}

.pagination{
  width: 50%;
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

.page-item a{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 1.2rem;
}

@media (min-width: 550px) {
  .login_div{
    float: right;
  }
  .register-box{
    width: 35% !important;
  }
  .login-box{
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  .login-slider{
    display: none;
  }
  .login-box{
    margin-left: 0px;
    padding-top: 2rem
  }
  .logo-lg {
    color: #e42525;
  }
  .border-right {
    border-right: none !important;
  }
}

.login-box{
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 20%;
}

.dynamic_form{
    color: #333 !important;
    padding: 10px !important;
    width: 100% !important;
    border-radius: 35px !important;
    background-color: #fff !important;
    border: 1px solid #d2d2d2 !important;
    height: 40px !important;
}

#dynamic_row{
      border-bottom: 2px solid #ec0101;
}

.dynamic_btn{
  float: right;
}

select.dynamic_form{
    width: -webkit-fill-available !important;
}
/*
input[type=text], select{
    color: #333 !important;
    padding: 10px !important;
    width: 100% ;
    border-radius: 35px !important;
    background-color: #fff !important;
    border: 1px solid #d2d2d2 !important;
    height: 40px !important;
}*/
/*
textarea{
    border-radius: 35px !important;
}*/

.widget-user-view .widget-user-image-view > img{
    width: 125px;
    height: auto;
    border: 3px solid #fff;
}

.widget-user-view .widget-user-image-view {
    position: absolute;
    top: 55px;
    left: 48%;
    margin-left: -45px;
}

.widget-user-view .box-footer {
    padding-top: 50px;
}

.logo-title{
  font-size: 25px
}

@media (min-width: 1200px){
  .logo-img{
      width: 70%;
  }
}
@media (max-width: 1200px){
  .logo-img{
    width: 40%;
  }
}

@media (max-width: 768px){
  .logo-img{
    width: 25%;
  }
}

@media (min-height: 568px){
  .login-box{
    padding-top: 12rem
  }
}

@media (min-height: 736px){
  .login-box{
    padding-top: 14rem
  }
}

@media (min-height: 812px){
  .login-box{
    padding-top: 16rem
  }
}

@media (min-height: 1024px){
  .login-box{
    padding-top: 28rem
  }
}

@media (min-height: 1366px){
  .login-box{
    padding-top: 37rem
  }
}

.text-nav{
  text-transform: uppercase;
  color: black;
  border-bottom: 1px solid black;
  padding-bottom: 3px;
}

.login-btn{
  border-radius: 40px;
  background: linear-gradient(71deg, #3e9ef7, #1071bf,  #103ba3,  #001e81);
  border: 2px solid rgba(0,0,0,0.3);
  color:white;
}

p{
  margin:0px;
}

.breadcrumb{
  margin-bottom: 0px;
  background: transparent;
  float:right;
  padding: 0px 15px
}

#acc-btn{
  /*padding: 4px 12px;*/
  /*background: #343b41;*/
  width: 30px;
  color: white;
  font-weight: 900;
  border-radius: 50%;
  margin: 10px 10px 10px 0px;
  border: 1px solid white; 
  cursor: pointer;
} 

@media(max-width: 768px){
  .breadcrumb{
    float: left;
    padding: 8px 0px 0px

  }
}

@media(min-width: 768px){
  a.sidebar-toggle{
    display: none
  }
  .main-sidebar{
    padding-top: 54px;
  }
}

@media(max-width: 767px){
  a.sidebar-toggle{
    display: block;
  }
  .content-header{
    padding-top: 70px;  
  }
}

@media(max-width:767px){
  .main-header .navbar{
    position: fixed;
    display: block;
  }
  .main-sidebar{
    margin-top: -45px;
  }
  #acc-btn{
    /*padding: 11px 12px;*/
    /*background: white;*/
    color: #343b41;
    font-weight: 900;
    border-radius: 50%;
    margin: 10px 10px 0px 0px;
    border: 1px solid #343b41; 
  } 
  #acc-drpdown{
    right: 0px
  }
}


.img-circle{
  border: 2px solid #3a3232;
}

.activeSideBar{
  background: #40b6f9;
}

.notSideBar{
  background: white;
  color: black;
}

.notSideBar i{
  color: #40b6f9;
}

.notSideBar:hover{
  background: #40b6f9;
  color: white;
}

.notSideBar:hover i{
  background: #40b6f9;
  color: white
}

.activeSubSideBar{
  border-left:5px solid #40b6f9;
}

.notSubSideBar{
  border-left:5px solid transparent;
}

.notSubSideBar:hover{
  border-left:5px solid #40b6f9;
}

.icon-btn{
  color: #40b6f9;
}

.card-box{
  min-height: 50px;
  padding: 10px;
  margin:0px;
  box-shadow: none
}

.card-icon{
  width: 55px;
  height: 55px;
  line-height: 50px;
  font-size: 25px;
  background: white;
  border: 1px solid #d2d6de;
  border-radius: 5px
}

.card-divider{
  border-bottom: 1px solid #d2d6de;
  padding-top: 10px   
}

.table-tool {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

/*.table-tool:hover{
  color: white;
  border: 1px solid #3a3232;
}*/

@media (max-width: 992px){
  .spark-logo{
    margin-bottom: 5px
  }
}

.button-click:focus{
  border: 1px solid white;
}

.nav-tabs-custom > .nav-tabs > li > a.tab-navigation, .nav-tabs-custom > .nav-tabs > li > a.tab-navigation:hover{
  text-decoration: none;
  font-weight: 600;
  color: #40b6f9;
}

.nav-tabs-custom > .nav-tabs > li > a.tab-navigation2{
  text-decoration: none;
  font-weight: 600;
  color: #3a3232;
}

.nav-tabs-custom > .nav-tabs > li > a.tab-navigation2:hover{
  text-decoration: none;
  font-weight: 600;
  color: #40b6f9;
}

.nav-tabs-custom > .nav-tabs > li:hover > a.tab-navigation2{
  border-bottom: 4px solid #40b6f9
}

.active_1{
  border-bottom: 4px solid #40b6f9
}

@media (min-width: 992px){
  .padding-res {
      padding: 15px 5px;
  }  
}

@media (max-width: 992px){
  .padding-res {
      padding: 5px 15px;
  }  
}

.maximium-height{
  max-height: 400px
}

@media (max-height: 657px){
  .maximium-height{
    max-height: 440px
  }
}

@media (max-height: 658px){
  .maximium-height{
    max-height: 400px
  }
}                             

.form-control:focus{
  border-color: #d2d6de;
  box-shadow: none; 
}
@media (min-height: 800px){
  .maximium-height{
    max-height: 650px
  }
}

@media (min-height: 1024px){
  .maximium-height{
    max-height: 800px
  }
}

.change-hover{
  width: 180px;
  height: 180px;
  border: 2px solid white;
  padding: 7px;
  cursor: pointer;
  margin-top: 8rem;
  background: rgba(58, 50, 50, 0.5);
}

.dp-name{
  color: white;
  margin-top: 15px;
  font-size: 30px;
}

.chibi{
  width: 130px;
}

.great{
  margin:0px;
  color: white;
  font-size:55px;
  margin-top:2rem;
  margin-left: 3rem; 
  max-width: fit-content;
}

.ready{
  margin:0px;
  color: white;
  margin-top: 5px;
  margin-left: 3rem 

}

.content-header-101{
  padding:15px 15px 0px 15px; 
}

.buttons{
  text-align:center;
  margin-top: 5rem
}


@media (max-width: 1199px){
  .chibi-container{
    padding: 0px
  }
  .great{
    margin:0px;
    color: white;
    font-size:45px;
    margin-top:2rem;
    border-bottom: 2px solid white;
    margin-left: -1rem;
    max-width: unset;

  }
  .ready{
    margin:0px;
    color: white;
    margin-top: 5px;
    margin-left: -1rem 
  }
  .buttons{
    margin-top: 5rem
  }
}

@media (max-width: 991px){
  .chibi-container{
    padding-left: 15px
  }
  .great{
    margin:0px;
    color: white;
    font-size:45px;
    margin-top:2rem;
    border-bottom: 2px solid white;
    margin-left: 2rem;
    max-width: unset;

  }
  .ready{
    margin:0px;
    color: white;
    margin-top: 5px;
    margin-left: 2rem 
  }
  .buttons{
    margin-top: 1rem
  }
}

@media (max-width: 768px){
  .chibi-container{
    padding: 0px
  }
  .great{
    margin:0px;
    color: white;
    font-size:30px;
    margin-top:3rem;
    border-bottom: 2px solid white;
    margin-left: 2rem;

  }
  .ready{
    margin:0px;
    color: white;
    margin-top: 5px;
    margin-left: 2rem 
  }

} 

@media (max-width: 767px){
  .chibi-container{
    padding: 0px
  }
  .great{
    margin:0px;
    color: white;
    font-size:30px;
    margin-top:3rem;
    border-bottom: 2px solid white;
    margin-left: 5rem;
    max-width: unset;

  }
  .ready{
    margin:0px;
    color: white;
    margin-top: 5px;
    margin-left: 5rem 
  }

} 

@media (max-width: 500px){
  .great{
    margin:0px;
    color: white;
    font-size:30px;
    margin-top:3rem;
    border-bottom: 2px solid white;
    margin-left: 6rem 
  }
  .ready{
    margin:0px;
    color: white;
    margin-top: 10px;
    margin-left: 6rem 
  }
  .change-hover{
    margin-top: 3rem
  }

  
}

@media (max-width: 414px){
  .chibi-container{
    padding: 0px
  }
  .great{
    margin:0px;
    color: white;
    font-size:25px;
    margin-top:3rem;
    border-bottom: 2px solid white;
    margin-left: 6rem 
  }
  .ready{
    margin:0px;
    color: white;
    margin-top: 5px;
    margin-left: 6rem; 
    font-size:10px;
  }
}


@media (max-width: 375px){
  .chibi-container{
    padding: 0px
  }
  .great{
    margin:0px;
    color: white;
    font-size:25px;
    margin-top:3rem;
    border-bottom: 2px solid white;
    margin-left: 6rem 
  }
  .ready{
    margin:0px;
    color: white;
    margin-top: 5px;
    margin-left: 6rem 
  }
  .dp-name{
    font-size: 25px
  }  
}

@media (max-width: 320px){
  .chibi{
    width: 110px;
  }
  .great{
    margin:0px;
    color: white;
    font-size:25px;
    margin-top:3rem;
    border-bottom: 2px solid white;
    margin-left: 5rem 
  }
  .ready{
    margin:0px;
    color: white;
    margin-top: 5px;
    margin-left: 5rem 
  }
  .dp-name{
    font-size: 20px
  }  
}

@media (max-width: 280px){
  .chibi{
    width: 100px;
  }
  .chibi-container{
    padding: 0px
  }
  .great{
    margin:0px;
    color: white;
    font-size:20px;
    margin-top:2rem;
    border-bottom: 2px solid white;
    margin-left: 5rem 
  }
  .ready{
    margin:0px;
    color: white;
    margin-top: 5px;
    margin-left: 5rem; 
    font-size:10px;
  }
  

}


.green-btn{
  background: #68e259;
  border-color: #68e259;
  color: white;
  text-transform: uppercase;
  margin:0 10px;
}

.yellow-btn{
  background: #f9b12d;
  border-color: #f9b12d;
  color: white;
  text-transform: uppercase;
  margin:0 10px;
}

.red-btn{
  background: #f34545;
  border-color: #f34545;
  color: white;
  text-transform: uppercase;
  margin:0 10px;
}

.blue-btn{
  background: #476fe0;
  border-color: #476fe0;
  color: white;
  text-transform: uppercase;
  margin:0 10px;
}

.violet-btn{
  background: #7862f7;
  border-color: #7862f7;
  color: white;
  text-transform: uppercase;
  margin:0 10px;
}

.orange-btn {
  background: #f57544;
  border-color: #f57544;
  color: white;
  text-transform: uppercase;
  margin:0 10px;
}

.green-btn:active, .green-btn:focus,
.yellow-btn:active, .yellow-btn:focus,
.reb-btn:active, .reb-btn:focus,
.blue-btn:active, .blue-btn:focus, {
  outline: none;

}

@media (min-width: 1200px){
  .divide-col{
    border-right: 1px solid #dee2e8;
  }  
}

.nested{
  vertical-align: middle;
  font-size: 10px;
  cursor: pointer;
  margin-right: 10px;
}

#check-btn{
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 19px;
  height: 19px;
  border: 0px;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 5px;
}

.helper{
  position: absolute;
  top: 0%; 
  left: 0%; 
  display: block; 
  width: 100%; 
  height: 100%; 
  margin: 0px; 
  padding: 0px; 
  background: rgb(255, 255, 255) none repeat scroll 0% 0%; 
  border: 0px none; 
  opacity: 0;
}

.switch-bg {
  width: 40px;
  height: 20px;
  border-radius: 30px;
  border:1px solid #dfdfdf;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: inline-flex;
  cursor: pointer;
}

.toggle {
  height: 18px;
  width: 18px;
  position: relative;
  top: 0px;
  border-radius: 50px;
  background-color: white;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  -o-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}

.admin-modern {
  --admin-bg: #f4f7fb;
  --admin-surface: rgba(255, 255, 255, 0.92);
  --admin-surface-solid: #ffffff;
  --admin-border: #dbe4f0;
  --admin-border-strong: #c6d3e4;
  --admin-text: #122033;
  --admin-text-soft: #607086;
  --admin-accent: #1f6feb;
  --admin-accent-soft: #eaf2ff;
  --admin-success: #12805c;
  --admin-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  --admin-shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.06);
  font-family: 'Manrope', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(31, 111, 235, 0.10), transparent 26%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 35%, #eef3f9 100%);
  color: var(--admin-text);
}

.admin-modern .wrapper,
.admin-modern .content-wrapper,
.admin-modern .right-side {
  background: transparent;
}

.admin-modern .content-wrapper,
.admin-modern .right-side,
.admin-modern .main-footer {
  margin-left: 260px;
}

.admin-modern .main-header {
  max-height: none;
}

.admin-modern .admin-logo-shell {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(219, 228, 240, 0.9);
  padding-bottom: 0;
  height: 70px;
  box-shadow: var(--admin-shadow-soft);
  backdrop-filter: blur(18px);
}

.admin-modern .admin-logo-image {
  height: 42px;
  width: auto;
  cursor: pointer;
}

.admin-modern .admin-topbar-shell {
  position: fixed;
  display: flex;
  align-items: center;
  min-height: 70px;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(219, 228, 240, 0.85);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  backdrop-filter: blur(18px);
}

.admin-modern .admin-sidebar-toggle {
  position: fixed;
  margin-top: 0;
  padding: 24px 20px;
}

.admin-modern .navbar-custom-menu > .nav {
  margin-right: 16px;
}

.admin-modern #acc-btn {
  width: 38px;
  height: 38px;
  object-fit: cover;
  margin: 16px 6px 16px 0;
  border: 2px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 20px rgba(31, 111, 235, 0.16);
}

.admin-modern .admin-account-menu {
  border: 1px solid var(--admin-border);
  padding: 0;
  right: 0;
  min-width: 240px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--admin-shadow);
}

.admin-modern .admin-account-header {
  background: linear-gradient(135deg, #1f6feb 0%, #5ba7ff 100%);
  padding-top: 24px;
}

.admin-modern #pic-A,
.admin-modern .img-circle {
  border: 2px solid rgba(255, 255, 255, 0.82);
}

.admin-modern .admin-account-footer {
  background: white;
  padding: 16px;
}

.admin-modern .admin-primary-btn,
.admin-modern .btn-primary,
.admin-modern .blue-btn {
  background: var(--admin-accent);
  border-color: var(--admin-accent);
  color: #fff;
  box-shadow: 0 10px 20px rgba(31, 111, 235, 0.16);
}

.admin-modern .admin-secondary-btn {
  background: #fff;
  border-color: var(--admin-border-strong);
  color: var(--admin-text);
}

.admin-modern .btn,
.admin-modern .btn-flat {
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.admin-modern .btn-success,
.admin-modern .green-btn {
  background: var(--admin-success);
  border-color: var(--admin-success);
}

.admin-modern .btn-default,
.admin-modern .yellow-btn,
.admin-modern .orange-btn,
.admin-modern .red-btn,
.admin-modern .violet-btn {
  border-radius: 12px;
}

.admin-modern .admin-sidebar-shell {
  background: rgba(255, 255, 255, 0.82);
  position: fixed;
  border-right: 1px solid rgba(219, 228, 240, 0.92);
  box-shadow: 8px 0 24px rgba(15, 23, 42, 0.05);
  padding-top: 58px;
  margin-top: 0;
  backdrop-filter: blur(20px);
}

.admin-modern .admin-user-panel {
  padding: 6px 16px 0;
}

.admin-modern .admin-sidebar-name {
  color: var(--admin-text);
  margin: 0;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.35;
}

.admin-modern .admin-sidebar-role {
  display: inline-block;
  margin-top: 6px;
  text-decoration: none;
  color: var(--admin-text-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-modern .admin-nav-switcher {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.admin-modern .admin-nav-switcher-tabs {
  display: flex;
  gap: 8px;
  margin: 0 12px 12px;
  padding: 6px;
  background: #eef3fa;
  border-radius: 16px;
  border-bottom: 0;
}

.admin-modern .admin-nav-switcher-tabs > li {
  float: none;
  flex: 1;
  margin: 0;
}

.admin-modern .admin-nav-switcher-link {
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--admin-text-soft);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 10px;
}

.admin-modern .admin-nav-switcher-link.is-active,
.admin-modern .admin-nav-switcher-link:hover,
.admin-modern .admin-nav-switcher-link:focus {
  background: #fff;
  color: var(--admin-text);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.admin-modern .admin-nav-switcher-content {
  color: var(--admin-text);
  background: transparent;
}

.admin-modern ul.sidebar-menu li a {
  font-weight: 700;
  color: var(--admin-text);
}

.admin-modern .sidebar-menu {
  padding: 0 10px 18px;
}

.admin-modern .sidebar-menu > li {
  margin-bottom: 6px;
}

.admin-modern .activeSideBar,
.admin-modern .notSideBar {
  border-radius: 14px;
  padding: 13px 14px;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.admin-modern .activeSideBar {
  background: linear-gradient(135deg, #1f6feb 0%, #4a96ff 100%);
  box-shadow: 0 12px 24px rgba(31, 111, 235, 0.18);
}

.admin-modern .notSideBar {
  background: transparent;
  color: var(--admin-text);
}

.admin-modern .notSideBar i {
  color: #4d77b5;
}

.admin-modern .notSideBar:hover {
  background: rgba(234, 242, 255, 0.9);
  color: var(--admin-text);
}

.admin-modern .notSideBar:hover i {
  background: transparent;
  color: var(--admin-accent);
}

.admin-modern .activeSubSideBar,
.admin-modern .notSubSideBar {
  border-left: 0;
  border-radius: 12px;
  padding: 10px 12px;
  margin: 2px 0;
}

.admin-modern .activeSubSideBar {
  background: var(--admin-accent-soft);
  color: var(--admin-accent);
}

.admin-modern .notSubSideBar:hover {
  background: rgba(234, 242, 255, 0.75);
  border-left: 0;
}

.admin-modern .icon-btn {
  color: inherit;
}

.admin-modern .content-header {
  padding: 28px 24px 14px;
}

.admin-modern .content {
  padding: 0 24px 28px;
}

.admin-modern .content-header-101 {
  padding: 0 24px 14px;
}

.admin-modern .content-header > h1,
.admin-modern .content-header h1,
.admin-modern .box-title,
.admin-modern .info-box-text,
.admin-modern .description-header {
  color: var(--admin-text);
}

.admin-modern .content-header > h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.admin-modern .content-header .breadcrumb {
  background: transparent;
  color: var(--admin-text-soft);
}

.admin-modern .box,
.admin-modern .info-box,
.admin-modern .small-box,
.admin-modern .nav-tabs-custom,
.admin-modern .callout,
.admin-modern .modal-content,
.admin-modern .register-box-body,
.admin-modern .login-box-body {
  background: var(--admin-surface);
  border: 1px solid rgba(219, 228, 240, 0.75);
  border-radius: 22px;
  box-shadow: var(--admin-shadow-soft);
}

.admin-modern .box {
  border-top: 0;
}

.admin-modern .admin-page-heading-card,
.admin-modern .admin-page-card,
.admin-modern .admin-surface-callout {
  position: relative;
  overflow: hidden;
}

.admin-modern .admin-page-heading-card::before,
.admin-modern .admin-page-card::before,
.admin-modern .admin-surface-callout::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), transparent 60%);
  pointer-events: none;
}

.admin-modern .admin-page-heading-card {
  padding: 22px 24px;
  border-radius: 24px;
}

.admin-modern .admin-surface-callout {
  padding: 22px;
  border-radius: 22px;
}

.admin-modern .admin-filter-panel {
  padding: 18px 22px;
}

.admin-modern .admin-dashboard-section {
  margin-bottom: 28px;
}

.admin-modern .admin-dashboard-section-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 4px 14px;
}

.admin-modern .admin-dashboard-section-head > span {
  color: var(--admin-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.admin-modern .admin-dashboard-section-head > small {
  color: var(--admin-text-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.admin-modern .admin-dashboard-hero {
  position: relative;
  overflow: hidden;
  padding: 30px 28px;
  border: 0;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #0f172a 0%, #173861 45%, #1f6feb 100%) !important;
  color: #fff !important;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}

.admin-modern .admin-dashboard-hero::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -60px;
  top: -80px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.admin-modern .admin-dashboard-hero::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: 32%;
  bottom: -90px;
  border-radius: 999px;
  background: rgba(91, 167, 255, 0.16);
}

.admin-modern .admin-dashboard-hero .row {
  position: relative;
  z-index: 1;
}

.admin-modern .admin-dashboard-hero-figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-modern .admin-dashboard-hero .chibi {
  width: 118px;
  filter: drop-shadow(0 12px 22px rgba(15, 23, 42, 0.25));
}

.admin-modern .admin-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.admin-modern .great {
  margin: 18px 0 0;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  border-bottom: 0;
  max-width: none;
}

.admin-modern .ready {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.7;
  max-width: 520px;
}

.admin-modern .admin-hero-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.admin-modern .admin-hero-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.admin-modern .admin-hero-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 0;
}

.admin-modern .admin-hero-action {
  min-width: 180px;
  padding: 13px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #fff !important;
  color: #0f172a !important;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.admin-modern .content .btn-block.admin-hero-action {
  width: 100%;
  min-width: 0;
}

.admin-modern .admin-hero-action-secondary {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.admin-modern .box-header {
  border-bottom: 1px solid rgba(219, 228, 240, 0.72);
  padding: 20px 22px 16px;
}

.admin-modern .box-body,
.admin-modern .box-footer {
  padding: 20px 22px;
}

.admin-modern .info-box {
  min-height: 120px;
  padding: 18px;
}

.admin-modern .card-box {
  min-height: 70px;
  padding: 18px;
  box-shadow: none;
}

.admin-modern .card-icon,
.admin-modern .info-box-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 18px;
  border: 1px solid rgba(219, 228, 240, 0.9);
  background: linear-gradient(180deg, #fff 0%, #f7faff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.admin-modern .admin-stat-icon {
  border: 0;
  color: #fff;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.12);
}

.admin-modern .admin-stat-icon i {
  color: inherit !important;
}

.admin-modern .admin-stat-icon-ocean {
  background: linear-gradient(135deg, #1f6feb 0%, #69a9ff 100%) !important;
}

.admin-modern .admin-stat-icon-mint {
  background: linear-gradient(135deg, #0f9f75 0%, #39c39e 100%) !important;
}

.admin-modern .admin-stat-icon-violet {
  background: linear-gradient(135deg, #6658f5 0%, #9389ff 100%) !important;
}

.admin-modern .admin-stat-icon-warm {
  background: linear-gradient(135deg, #f97316 0%, #ffb04d 100%) !important;
}

.admin-modern .info-box-content {
  margin-left: 76px;
}

.admin-modern .info-box-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--admin-text-soft);
}

.admin-modern .info-box-number {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--admin-text);
}

.admin-modern .progress {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: #edf2f8 !important;
  border: 0 !important;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.admin-modern .progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, #1f6feb 0%, #6ab0ff 100%) !important;
}

.admin-modern .progress-group {
  margin-bottom: 20px;
  color: var(--admin-text);
}

.admin-modern .nav-stacked > li > a {
  border-top: 1px solid rgba(219, 228, 240, 0.85);
  padding: 14px 18px;
  color: var(--admin-text);
  font-weight: 600;
}

.admin-modern .nav-stacked > li:first-child > a {
  border-top: 0;
}

.admin-modern .label,
.admin-modern .badge {
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
}

.admin-modern .table-responsive {
  border-radius: 18px;
}

.admin-modern .table,
.admin-modern .table > thead > tr > th,
.admin-modern .table > tbody > tr > td {
  border-color: rgba(219, 228, 240, 0.9);
}

.admin-modern .table > thead > tr > th {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--admin-text-soft);
  background: #f7faff;
}

.admin-modern .table > tbody > tr > td {
  color: var(--admin-text);
  vertical-align: middle;
}

.admin-modern .table-hover > tbody > tr:hover {
  background: rgba(234, 242, 255, 0.4);
}

.admin-modern .table-tool {
  outline: 0;
  outline-offset: 0;
  border-radius: 999px;
  border: 1px solid var(--admin-border);
  color: var(--admin-text);
  background: #fff;
}

.admin-modern .form-control,
.admin-modern .select2-container--default .select2-selection--single,
.admin-modern .select2-container--default .select2-selection--multiple,
.admin-modern textarea,
.admin-modern .dynamic_form {
  min-height: 44px;
  border-radius: 14px;
  border: 1px solid var(--admin-border-strong) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: var(--admin-text) !important;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.02);
}

.admin-modern .select2-container {
  width: 100% !important;
}

.admin-modern .select2-container--default .select2-selection--single {
  height: 44px;
  padding: 7px 14px;
}

.admin-modern .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--admin-text);
  line-height: 28px;
}

.admin-modern .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  right: 10px;
}

.admin-modern .input-group-addon {
  border-color: var(--admin-border-strong);
  background: #f8fbff;
  color: var(--admin-text-soft);
}

.admin-modern .input-group .form-control:first-child,
.admin-modern .input-group-addon:last-child {
  border-radius: 14px;
}

.admin-modern .form-control:focus,
.admin-modern .select2-container--default.select2-container--focus .select2-selection--single,
.admin-modern .select2-container--default.select2-container--focus .select2-selection--multiple,
.admin-modern textarea:focus {
  border-color: rgba(31, 111, 235, 0.45) !important;
  box-shadow: 0 0 0 4px rgba(31, 111, 235, 0.10) !important;
}

.admin-modern .pagination {
  width: auto;
  gap: 8px;
}

.admin-modern .pagination > li > a,
.admin-modern .pagination > li > span,
.admin-modern .page-item a {
  border-radius: 12px;
  border: 1px solid var(--admin-border);
  color: var(--admin-text);
  background: rgba(255, 255, 255, 0.92);
}

.admin-modern .pagination > .active > a,
.admin-modern .pagination > .active > span {
  background: var(--admin-accent);
  border-color: var(--admin-accent);
  color: #fff;
}

.admin-modern .main-footer {
  background: transparent;
  border-top: 0;
  color: var(--admin-text-soft);
  padding: 18px 24px 24px;
}

.admin-modern .main-footer a {
  color: var(--admin-accent);
  font-weight: 700;
}

.admin-modern #toast-container > div {
  border-radius: 16px;
  box-shadow: var(--admin-shadow);
}

@media (min-width: 768px) {
  .admin-modern a.sidebar-toggle {
    display: none;
  }

  .admin-modern .main-sidebar {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .admin-modern .content-wrapper,
  .admin-modern .right-side,
  .admin-modern .main-footer {
    margin-left: 0;
  }

  .admin-modern .admin-topbar-shell {
    min-height: 64px;
  }

  .admin-modern .admin-logo-shell {
    height: 64px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  }

  .admin-modern .main-header .navbar {
    position: fixed;
    display: block;
  }

  .admin-modern .admin-sidebar-shell {
    margin-top: -45px;
    padding-top: 54px;
  }

  .admin-modern .content-header {
    padding-top: 86px;
  }

  .admin-modern .content,
  .admin-modern .content-header,
  .admin-modern .content-header-101,
  .admin-modern .main-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .admin-modern .admin-nav-switcher-tabs {
    margin-left: 10px;
    margin-right: 10px;
  }

  .admin-modern #acc-btn {
    margin-top: 13px;
    margin-bottom: 13px;
    border-color: rgba(18, 32, 51, 0.12);
  }

  .admin-modern .admin-dashboard-hero {
    padding: 24px 20px;
  }

  .admin-modern .admin-dashboard-hero .chibi {
    width: 84px;
  }

  .admin-modern .great {
    font-size: 34px;
    margin-top: 14px;
  }

  .admin-modern .ready {
    font-size: 14px;
  }

  .admin-modern .admin-hero-actions {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .admin-modern .admin-hero-action {
    min-width: 0;
    width: 100%;
  }

  .admin-modern .admin-dashboard-section-head {
    display: block;
  }

  .admin-modern .admin-dashboard-section-head > small {
    display: block;
    margin-top: 4px;
  }
}

/* Final RCP override: keep this at the end so it wins the cascade */
.admin-modern {
  --admin-text: #eef3ff;
  --admin-text-soft: #8c96ad;
  --admin-border: rgba(88, 98, 126, 0.28);
  --admin-accent: #ffd43b;
  font-family: 'Inter', system-ui, sans-serif !important;
  background:
    linear-gradient(135deg, rgba(255, 122, 47, 0.08) 0, rgba(255, 122, 47, 0.08) 4px, transparent 4px, transparent 44px),
    linear-gradient(0deg, #0b0e14 0%, #101521 100%) !important;
  background-size: 44px 44px, auto !important;
  color: var(--admin-text) !important;
}

.admin-modern .wrapper,
.admin-modern .content-wrapper,
.admin-modern .right-side,
.admin-modern .main-footer {
  background: transparent !important;
}

.admin-modern .content-wrapper,
.admin-modern .right-side,
.admin-modern .main-footer {
  margin-left: 280px !important;
}

.admin-modern .admin-logo-shell {
  background: #0f131d !important;
  border-bottom: 1px solid var(--admin-border) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  justify-content: flex-start !important;
  padding: 0 18px !important;
  height: 74px !important;
}

.admin-modern .admin-topbar-shell {
  min-height: 62px !important;
  background: rgba(14, 18, 28, 0.92) !important;
  border-bottom: 1px solid var(--admin-border) !important;
  box-shadow: none !important;
}

.admin-modern .admin-sidebar-shell,
.admin-modern .main-sidebar {
  background: #0c111b !important;
  border-right: 1px solid var(--admin-border) !important;
  box-shadow: none !important;
  width: 280px !important;
  padding-top: 74px !important;
}

.admin-modern .admin-user-panel {
  padding: 14px 14px 8px !important;
  border-bottom: 1px solid var(--admin-border) !important;
  margin-bottom: 12px !important;
}

.admin-modern .admin-sidebar-name {
  color: var(--admin-text) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.admin-modern .admin-sidebar-role {
  color: var(--admin-text-soft) !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.admin-modern .admin-nav-switcher-tabs {
  margin: 0 12px 12px !important;
  padding: 0 !important;
  background: #171c28 !important;
  border: 1px solid var(--admin-border) !important;
  border-radius: 14px !important;
}

.admin-modern .admin-nav-switcher-link {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
  color: var(--admin-text-soft) !important;
  padding: 10px 8px !important;
}

.admin-modern .admin-nav-switcher-link.is-active,
.admin-modern .admin-nav-switcher-link:hover,
.admin-modern .admin-nav-switcher-link:focus {
  background: #f3f4f6 !important;
  color: #1a1f2b !important;
  box-shadow: none !important;
}

.admin-modern ul.sidebar-menu li a {
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.03em !important;
  color: #c4cbda !important;
}

.admin-modern .sidebar-menu {
  padding: 0 10px 18px !important;
}

.admin-modern .sidebar-menu > li {
  margin-bottom: 2px !important;
}

.admin-modern .activeSideBar,
.admin-modern .notSideBar {
  padding: 11px 12px !important;
  border-radius: 10px !important;
}

.admin-modern .activeSubSideBar,
.admin-modern .notSubSideBar {
  padding: 8px 10px !important;
  border-radius: 8px !important;
  margin: 2px 0 2px 8px !important;
}

.admin-modern #pic-A,
.admin-modern .user-panel > .image > img {
  width: 42px !important;
  height: 42px !important;
}

.admin-modern .user-panel > .info {
  left: 50px !important;
  padding-left: 6px !important;
}

.admin-modern .activeSideBar {
  background: rgba(255, 212, 59, 0.1) !important;
  color: var(--admin-accent) !important;
  box-shadow: inset 4px 0 0 var(--admin-accent) !important;
}

.admin-modern .notSideBar {
  background: transparent !important;
  color: #c4cbda !important;
}

.admin-modern .notSideBar i,
.admin-modern .icon-btn {
  color: #96a2bc !important;
}

.admin-modern .notSideBar:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--admin-text) !important;
}

.admin-modern .notSideBar:hover i {
  color: var(--admin-accent) !important;
}

.admin-modern .activeSubSideBar {
  background: rgba(255, 122, 47, 0.12) !important;
  color: #ffd6bf !important;
}

.admin-modern .notSubSideBar {
  color: #99a6c2 !important;
}

.admin-modern .notSubSideBar:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--admin-text) !important;
}

.admin-modern .content-header,
.admin-modern .content-header-101,
.admin-modern .content {
  padding-left: 38px !important;
  padding-right: 38px !important;
}

.admin-modern .admin-dashboard-hero {
  padding: 20px 24px !important;
  border-radius: 18px !important;
  background: rgba(29, 42, 24, 0.72) !important;
  border: 1px solid rgba(74, 128, 61, 0.45) !important;
  box-shadow: none !important;
}

.admin-modern .admin-dashboard-hero::before,
.admin-modern .admin-dashboard-hero::after,
.admin-modern .admin-eyebrow,
.admin-modern .admin-hero-pills,
.admin-modern .admin-dashboard-hero .chibi,
.admin-modern .admin-dashboard-hero-figure {
  display: none !important;
}

.admin-modern .great {
  margin: 0 !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #d4f2d0 !important;
}

.admin-modern .ready {
  margin: 6px 0 0 !important;
  color: #a5caa0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.admin-modern .admin-hero-actions {
  justify-content: flex-end !important;
  gap: 10px !important;
}

.admin-modern .admin-hero-action {
  min-width: 150px !important;
  padding: 12px 18px !important;
  border-radius: 12px !important;
  background: #f5f7fa !important;
  color: #171d29 !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
}

.admin-modern .admin-hero-action-secondary {
  background: transparent !important;
  color: #eef3ff !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

.admin-modern .admin-page-heading-card,
.admin-modern .admin-surface-callout,
.admin-modern .admin-filter-panel,
.admin-modern .admin-page-card,
.admin-modern .box,
.admin-modern .info-box,
.admin-modern .small-box,
.admin-modern .nav-tabs-custom,
.admin-modern .callout,
.admin-modern .modal-content {
  background: #171d29 !important;
  border: 1px solid var(--admin-border) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.admin-modern .admin-page-heading-card::before,
.admin-modern .admin-page-card::before,
.admin-modern .admin-surface-callout::before {
  display: none !important;
}

.admin-modern .content-header h4,
.admin-modern .content-header-101 h4,
.admin-modern .box-title,
.admin-modern .admin-dashboard-section-head > span {
  color: var(--admin-text) !important;
  font-family: 'Russo One', sans-serif !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.admin-modern .box-title,
.admin-modern .admin-dashboard-section-head > span {
  font-size: 14px !important;
}

.admin-modern .admin-dashboard-section-head > small,
.admin-modern .breadcrumb,
.admin-modern .content-header .breadcrumb {
  color: var(--admin-text-soft) !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.admin-modern .card-icon,
.admin-modern .info-box-icon {
  border-radius: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.04) !important;
  box-shadow: none !important;
}

.admin-modern .admin-stat-icon-ocean {
  background: linear-gradient(135deg, #ff9a45 0%, #ff7a2f 100%) !important;
}

.admin-modern .admin-stat-icon-mint {
  background: linear-gradient(135deg, #67c06b 0%, #4cae72 100%) !important;
}

.admin-modern .admin-stat-icon-violet {
  background: linear-gradient(135deg, #5c87ef 0%, #4f7de3 100%) !important;
}

.admin-modern .admin-stat-icon-warm {
  background: linear-gradient(135deg, #ffd84c 0%, #f5b935 100%) !important;
}

.admin-modern .info-box-text {
  color: #8f9ab2 !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.admin-modern .info-box-number {
  color: var(--admin-text) !important;
  font-family: 'Russo One', sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

.admin-modern .box-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.admin-modern .table > thead > tr > th {
  background: #131a26 !important;
  color: #8f9ab2 !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.admin-modern .table > tbody > tr > td {
  color: var(--admin-text) !important;
  background: transparent !important;
}

.admin-modern .form-control,
.admin-modern .select2-container--default .select2-selection--single,
.admin-modern .select2-container--default .select2-selection--multiple,
.admin-modern textarea,
.admin-modern .dynamic_form,
.admin-modern .input-group-addon {
  background: #111722 !important;
  border-color: rgba(120, 132, 160, 0.22) !important;
  color: var(--admin-text) !important;
  box-shadow: none !important;
}

.admin-modern .progress {
  background: #0f141f !important;
}

.admin-modern .progress-bar {
  background: linear-gradient(90deg, #ff9a45 0%, #ffd84c 100%) !important;
}

@media (max-width: 767px) {
  .admin-modern .content-wrapper,
  .admin-modern .right-side,
  .admin-modern .main-footer {
    margin-left: 0 !important;
  }

  .admin-modern .admin-sidebar-shell,
  .admin-modern .main-sidebar {
    width: 250px !important;
    padding-top: 64px !important;
  }

  .admin-modern .admin-logo-shell {
    height: 64px !important;
    padding: 0 18px !important;
  }

  .admin-modern .content,
  .admin-modern .content-header,
  .admin-modern .content-header-101,
  .admin-modern .main-footer {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .admin-modern .admin-hero-actions {
    justify-content: flex-start !important;
  }
}

/* Final light override */
.admin-modern {
  --admin-text: #1e293b;
  --admin-text-soft: #64748b;
  --admin-border: rgba(148, 163, 184, 0.24);
  --admin-accent: #3b82f6;
  font-family: 'Inter', system-ui, sans-serif !important;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%) !important;
  background-size: auto !important;
  color: var(--admin-text) !important;
}

.admin-modern .wrapper,
.admin-modern .content-wrapper,
.admin-modern .right-side,
.admin-modern .main-footer {
  background: transparent !important;
}

.admin-modern .content-wrapper,
.admin-modern .right-side,
.admin-modern .main-footer {
  margin-left: 280px !important;
}

.admin-modern .admin-logo-shell {
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid var(--admin-border) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
  backdrop-filter: blur(14px) !important;
  border-radius: 0 !important;
}

.admin-modern .admin-topbar-shell {
  background: rgba(255, 255, 255, 0.78) !important;
  border-bottom: 1px solid var(--admin-border) !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
  backdrop-filter: blur(14px) !important;
  border-radius: 0 !important;
}

.admin-modern .admin-sidebar-shell,
.admin-modern .main-sidebar {
  background: rgba(255, 255, 255, 0.88) !important;
  border-right: 1px solid var(--admin-border) !important;
  box-shadow: 8px 0 28px rgba(15, 23, 42, 0.06) !important;
}

.admin-modern .admin-user-panel {
  border-bottom: 1px solid rgba(148, 163, 184, 0.18) !important;
}

.admin-modern .admin-sidebar-name,
.admin-modern .content-header h4,
.admin-modern .content-header-101 h4,
.admin-modern .box-title,
.admin-modern .admin-dashboard-section-head > span {
  color: var(--admin-text) !important;
}

.admin-modern .admin-sidebar-role,
.admin-modern .admin-dashboard-section-head > small,
.admin-modern .breadcrumb,
.admin-modern .content-header .breadcrumb {
  color: var(--admin-text-soft) !important;
}

.admin-modern .admin-nav-switcher-tabs {
  background: #eaf0f7 !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  border-radius: 10px !important;
}

.admin-modern .admin-nav-switcher-link {
  color: var(--admin-text-soft) !important;
}

.admin-modern .admin-nav-switcher-link.is-active,
.admin-modern .admin-nav-switcher-link:hover,
.admin-modern .admin-nav-switcher-link:focus {
  background: #ffffff !important;
  color: var(--admin-text) !important;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06) !important;
  border-radius: 8px !important;
}

.admin-modern ul.sidebar-menu li a,
.admin-modern .notSideBar,
.admin-modern .notSubSideBar {
  color: var(--admin-text) !important;
}

.admin-modern .notSideBar i,
.admin-modern .icon-btn {
  color: #5b7db8 !important;
}

.admin-modern .activeSideBar {
  background: linear-gradient(135deg, #3b82f6 0%, #5b96f7 100%) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.admin-modern .activeSideBar i {
  color: #ffffff !important;
}

.admin-modern .notSideBar:hover,
.admin-modern .notSubSideBar:hover {
  background: rgba(59, 130, 246, 0.08) !important;
  color: var(--admin-text) !important;
}

.admin-modern .activeSubSideBar {
  background: rgba(59, 130, 246, 0.12) !important;
  color: #2563eb !important;
}

.admin-modern .admin-dashboard-hero {
  background: linear-gradient(135deg, #1e3358 0%, #355fa6 52%, #5d91ef 100%) !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
  min-height: 120px !important;
}

.admin-modern .great {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.admin-modern .ready {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 13px !important;
}

.admin-modern .admin-hero-action {
  background: #ffffff !important;
  color: #172033 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.admin-modern .admin-hero-action-secondary {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.admin-modern .admin-page-heading-card,
.admin-modern .admin-surface-callout,
.admin-modern .admin-filter-panel,
.admin-modern .admin-page-card,
.admin-modern .box,
.admin-modern .info-box,
.admin-modern .small-box,
.admin-modern .nav-tabs-custom,
.admin-modern .callout,
.admin-modern .modal-content {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(203, 213, 225, 0.6) !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06) !important;
  border-radius: 10px !important;
}

.admin-modern .card-icon,
.admin-modern .info-box-icon {
  border: 1px solid rgba(203, 213, 225, 0.72) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%) !important;
  border-radius: 10px !important;
  color: #3b82f6 !important;
}

.admin-modern .card-icon i,
.admin-modern .info-box-icon i {
  color: inherit !important;
}

.admin-modern .info-box-text {
  color: #64748b !important;
  font-size: 11px !important;
}

.admin-modern .info-box-number {
  color: var(--admin-text) !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.admin-modern .admin-stat-icon-ocean i {
  color: inherit !important;
}

.admin-modern .admin-stat-icon-mint i {
  color: inherit !important;
}

.admin-modern .admin-stat-icon-violet i {
  color: inherit !important;
}

.admin-modern .admin-stat-icon-warm i {
  color: inherit !important;
}

.admin-modern .admin-stat-icon-ocean {
  color: #ff7a2f !important;
}

.admin-modern .admin-stat-icon-mint {
  color: #38a169 !important;
}

.admin-modern .admin-stat-icon-violet {
  color: #5b6ff5 !important;
}

.admin-modern .admin-stat-icon-warm {
  color: #d97706 !important;
}

.admin-modern .box-header {
  border-bottom: 1px solid rgba(226, 232, 240, 0.9) !important;
}

.admin-modern .box-title,
.admin-modern .content-header h4,
.admin-modern .content-header-101 h4,
.admin-modern .admin-dashboard-section-head > span {
  font-size: 13px !important;
  letter-spacing: 0.05em !important;
}

.admin-modern .activeSideBar,
.admin-modern .notSideBar {
  border-radius: 8px !important;
}

.admin-modern .activeSubSideBar,
.admin-modern .notSubSideBar {
  border-radius: 6px !important;
}

/* Keep dashboard hero readable after generic callout/card overrides */
.admin-modern .callout.admin-dashboard-hero {
  background: linear-gradient(135deg, #1e3358 0%, #355fa6 52%, #5d91ef 100%) !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
  min-height: 120px !important;
}

.admin-modern .callout.admin-dashboard-hero .great {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.admin-modern .callout.admin-dashboard-hero .ready {
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 13px !important;
}

.admin-modern .callout.admin-dashboard-hero .admin-hero-action {
  background: #ffffff !important;
  color: #172033 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.admin-modern .callout.admin-dashboard-hero .admin-hero-action-secondary {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
}

.admin-modern .table > thead > tr > th {
  background: #f7faff !important;
  color: #64748b !important;
}

.admin-modern .table > tbody > tr > td {
  color: var(--admin-text) !important;
}

.admin-modern .form-control,
.admin-modern .select2-container--default .select2-selection--single,
.admin-modern .select2-container--default .select2-selection--multiple,
.admin-modern textarea,
.admin-modern .dynamic_form,
.admin-modern .input-group-addon {
  background: #ffffff !important;
  border-color: rgba(148, 163, 184, 0.28) !important;
  color: var(--admin-text) !important;
}

.admin-modern .progress {
  background: #eaf0f7 !important;
}

.admin-modern .progress-bar {
  background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%) !important;
}

.admin-modern .main-footer {
  color: var(--admin-text-soft) !important;
}

.admin-modern .main-footer a {
  color: #2563eb !important;
}

@media (max-width: 767px) {
  .admin-modern .content-wrapper,
  .admin-modern .right-side,
  .admin-modern .main-footer {
    margin-left: 0 !important;
  }
}

.admin-modern .admin-table-toolbar {
  margin-bottom: 18px;
}

.admin-modern .admin-table-primary {
  max-width: 180px;
  border-radius: 8px !important;
}

.admin-modern .admin-data-table-shell {
  border: 1px solid rgba(203, 213, 225, 0.6);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.admin-modern table.dataTable.admin-data-table {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-collapse: collapse !important;
}

.admin-modern .admin-data-table thead th {
  border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
  padding: 16px 18px !important;
}

.admin-modern .admin-data-table tbody td {
  padding: 18px !important;
  border-top: 1px solid rgba(226, 232, 240, 0.85) !important;
  vertical-align: middle !important;
}

.admin-modern .admin-data-table tbody tr:hover {
  background: rgba(59, 130, 246, 0.04) !important;
}

.admin-modern .admin-table-actions {
  white-space: nowrap;
}

.admin-modern .admin-table-actions .btn {
  margin-right: 6px;
  border-radius: 999px !important;
}

.admin-modern .admin-data-table-head,
.admin-modern .admin-data-table-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.admin-modern .admin-data-table-head .dataTables_filter,
.admin-modern .admin-data-table-foot .dataTables_info,
.admin-modern .admin-data-table-foot .dataTables_paginate {
  float: none !important;
  text-align: initial !important;
}

.admin-modern .admin-data-table-head .dataTables_filter label {
  margin: 0;
  font-weight: 600;
  color: var(--admin-text-soft);
}

.admin-modern .admin-data-table-head .dataTables_filter input {
  margin-left: 0 !important;
  width: 280px;
  max-width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  padding: 0 14px;
  background: #fff;
  color: var(--admin-text);
}

.admin-modern .admin-data-table-foot .dataTables_info {
  color: var(--admin-text-soft);
  font-size: 13px;
}

.admin-modern .admin-data-table-foot .paginate_button {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--admin-text-soft) !important;
  border-radius: 8px !important;
}

.admin-modern .admin-data-table-foot .paginate_button.current,
.admin-modern .admin-data-table-foot .paginate_button:hover {
  background: rgba(59, 130, 246, 0.08) !important;
  color: #2563eb !important;
}

@media (max-width: 767px) {
  .admin-modern .admin-data-table-head,
  .admin-modern .admin-data-table-foot {
    display: block;
  }

  .admin-modern .admin-data-table-head .dataTables_filter input {
    width: 100%;
    margin-top: 8px;
  }
}


/* Sales dashboard refresh */
.admin-modern .admin-sales-hero {
  margin-bottom: 18px !important;
}

.admin-modern .admin-sales-hero-grid {
  display: flex;
  align-items: center;
  gap: 24px;
}

.admin-modern .admin-sales-hero .great {
  max-width: 540px;
}

.admin-modern .admin-sales-heading h4 {
  margin: 0 !important;
}

.admin-modern .admin-sales-overview-section {
  margin-top: 4px;
}

.admin-modern .admin-sales-topband {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
}

.admin-modern .admin-sales-filter-card,
.admin-modern .admin-sales-mini-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(203, 213, 225, 0.65);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.admin-modern .admin-sales-filter-card {
  padding: 18px;
}

.admin-modern .admin-sales-filter-label {
  display: block;
  margin-bottom: 10px;
  color: #64748b;
  font-family: 'Rajdhani', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-modern .admin-sales-kpi-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-modern .admin-kpi-card {
  min-height: 116px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(203, 213, 225, 0.65);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.admin-modern .admin-kpi-card-primary {
  background: linear-gradient(135deg, #1f3b68 0%, #325aa1 100%);
  border-color: transparent;
}

.admin-modern .admin-kpi-label {
  display: block;
  margin-bottom: 14px;
  color: #64748b;
  font-family: 'Rajdhani', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-modern .admin-kpi-card-primary .admin-kpi-label,
.admin-modern .admin-kpi-card-primary .admin-kpi-value,
.admin-modern .admin-kpi-card-primary .admin-kpi-meta {
  color: #ffffff;
}

.admin-modern .admin-kpi-value {
  display: block;
  color: #0f172a;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
}

.admin-modern .admin-kpi-meta {
  display: block;
  margin-top: 10px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
}

.admin-modern .admin-sales-stat-grid .col-lg-3,
.admin-modern .admin-sales-stat-grid .col-md-6,
.admin-modern .admin-sales-stat-grid .col-sm-6 {
  margin-bottom: 18px;
}

.admin-modern .admin-sales-metric-card {
  min-height: 132px;
}

.admin-modern .admin-sales-metric-card .info-box-content {
  margin-left: 64px !important;
}

.admin-modern .admin-sales-metric-note {
  display: block;
  margin-top: 10px;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.45;
}

.admin-modern .admin-sales-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 2px;
}

.admin-modern .admin-sales-mini-card {
  padding: 16px 18px;
}

.admin-modern .admin-sales-mini-card span {
  display: block;
  color: #64748b;
  font-family: 'Rajdhani', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-modern .admin-sales-mini-card strong {
  display: block;
  margin: 10px 0 6px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 800;
}

.admin-modern .admin-sales-mini-card small {
  color: #94a3b8;
  font-size: 12px;
}

.admin-modern .admin-analytics-card,
.admin-modern .admin-feed-card {
  min-height: 100%;
}

.admin-modern .admin-analytics-card .box-body,
.admin-modern .admin-feed-card .box-body {
  padding: 18px 20px 20px !important;
}

.admin-modern .admin-analytics-card-compact .box-body {
  padding-bottom: 16px !important;
}

.admin-modern .admin-chart-caption {
  margin-bottom: 14px;
  color: #94a3b8;
  font-size: 12px;
}

.admin-modern .admin-chart-switcher .btn {
  min-width: 32px;
  height: 32px;
  border-radius: 999px !important;
}

.admin-modern .admin-inline-link {
  color: #2563eb !important;
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-modern .admin-panel-table thead th {
  background: #f7faff !important;
  color: #64748b !important;
  font-family: 'Rajdhani', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9) !important;
}

.admin-modern .admin-panel-table tbody td {
  padding: 14px 16px !important;
  color: #1e293b !important;
  border-top: 1px solid rgba(226, 232, 240, 0.75) !important;
}

.admin-modern .admin-priority-list {
  display: grid;
  gap: 12px;
}

.admin-modern .admin-priority-item {
  padding: 16px 18px;
  background: #f8fbff;
  border: 1px solid rgba(203, 213, 225, 0.65);
  border-radius: 10px;
}

.admin-modern .admin-priority-title {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
  font-weight: 700;
}

.admin-modern .admin-priority-item strong {
  display: block;
  color: #1d4ed8;
  font-size: 20px;
  font-weight: 800;
}

.admin-modern .admin-priority-item small {
  display: block;
  margin-top: 6px;
  color: #64748b;
  line-height: 1.45;
}

@media (max-width: 1199px) {
  .admin-modern .admin-sales-topband,
  .admin-modern .admin-sales-kpi-strip,
  .admin-modern .admin-sales-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .admin-modern .admin-sales-hero-grid {
    display: block;
  }

  .admin-modern .admin-sales-topband,
  .admin-modern .admin-sales-kpi-strip,
  .admin-modern .admin-sales-mini-grid {
    grid-template-columns: 1fr;
  }

  .admin-modern .admin-sales-filter-card {
    padding: 16px;
  }
}


/* Shared page info toggle */
.admin-modern .content-header h4,
.admin-modern .content-header-101 h4 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.admin-modern .admin-page-info-toggle {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 999px;
  background: #ffffff;
  color: #3b82f6;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.admin-modern .admin-page-info-toggle:hover,
.admin-modern .admin-page-info-toggle:focus,
.admin-modern .admin-page-info-toggle.is-active {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: rgba(59, 130, 246, 0.32);
  outline: none;
}

.admin-modern .admin-page-info-panel {
  margin: 0 38px 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(203, 213, 225, 0.7);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.admin-modern .admin-page-info-title {
  margin-bottom: 8px;
  color: #0f172a;
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-modern .admin-page-info-copy {
  margin: 0 0 14px;
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}

.admin-modern .admin-page-info-list {
  display: grid;
  gap: 10px;
}

.admin-modern .admin-page-info-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  padding: 10px 12px;
  background: #f8fbff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 8px;
}

.admin-modern .admin-page-info-term {
  color: #1d4ed8;
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-modern .admin-page-info-meaning {
  color: #334155;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .admin-modern .admin-page-info-panel {
    margin: 0 16px 16px;
    padding: 14px 14px;
  }

  .admin-modern .admin-page-info-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}


/* Minimal waybill queue */
.admin-modern .admin-waybill-list-shell .box-body {
  padding: 18px 20px 20px !important;
}

.admin-modern .admin-compact-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.admin-modern .admin-waybill-create {
  max-width: 170px;
  min-height: 42px;
  box-shadow: none !important;
}

.admin-modern .admin-table-search-col {
  float: right !important;
}

.admin-modern .admin-inline-search .form-control {
  height: 44px;
  border-radius: 10px 0 0 10px !important;
}

.admin-modern .admin-inline-search .input-group-addon {
  width: 46px;
  border-radius: 0 10px 10px 0 !important;
  background: #ffffff !important;
  color: #334155 !important;
}

.admin-modern .admin-generated-table {
  background: #ffffff;
}

.admin-modern .admin-generated-table .gs-table-head {
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
}

.admin-modern .admin-generated-table .gs-table-body tr:hover {
  background: rgba(59, 130, 246, 0.035);
}

.admin-modern .admin-generated-table .gs-table-body .label-warning.admin-status-pill {
  background: rgba(245, 158, 11, 0.14) !important;
  color: #b45309 !important;
}

.admin-modern .admin-generated-table .gs-table-body .label-primary.admin-status-pill {
  background: rgba(59, 130, 246, 0.14) !important;
  color: #1d4ed8 !important;
}

.admin-modern .admin-generated-table .gs-table-body .label-success.admin-status-pill {
  background: rgba(16, 185, 129, 0.14) !important;
  color: #047857 !important;
}

.admin-modern .admin-generated-table .gs-table-body .label-danger.admin-status-pill {
  background: rgba(239, 68, 68, 0.14) !important;
  color: #b91c1c !important;
}

.admin-modern .admin-generated-table .blue-btn,
.admin-modern .admin-generated-table .yellow-btn,
.admin-modern .admin-generated-table .violet-btn,
.admin-modern .admin-generated-table .green-btn,
.admin-modern .admin-generated-table .orange-btn {
  box-shadow: none !important;
  border-width: 0 !important;
}

.admin-modern .admin-generated-table .blue-btn {
  background: #eff6ff !important;
  color: #2563eb !important;
}

.admin-modern .admin-generated-table .yellow-btn {
  background: #fff7ed !important;
  color: #d97706 !important;
}

.admin-modern .admin-generated-table .violet-btn {
  background: #f5f3ff !important;
  color: #7c3aed !important;
}

.admin-modern .admin-generated-table .green-btn {
  background: #ecfdf5 !important;
  color: #047857 !important;
}

.admin-modern .admin-generated-table .orange-btn {
  background: #fff7ed !important;
  color: #ea580c !important;
}

@media (max-width: 767px) {
  .admin-modern .admin-compact-toolbar {
    display: block;
  }

  .admin-modern .admin-waybill-create {
    max-width: none;
    margin-bottom: 12px;
  }

  .admin-modern .admin-table-search-col {
    float: none !important;
  }
}
