/* ===============================
   Stockz Header – UPDATED
   Bigger height + Sticky
================================ */

/* Header wrapper */
.stockz-header {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(97, 51, 138, 0.15);

    /* 🔥 NEW */
    position: sticky;
    top: 0;
    z-index: 1100;

    /* 🔥 Increased padding */
    padding: 18px 0;
}

/* Logo size (optional but recommended) */
.stockz-header-logo img {
    height: 60px; /* was 42px */
    max-width: 100%;
}

/* Desktop navigation */
.stockz-nav {
    display: flex;
    gap: 36px;
}

/* Nav links */
.stockz-nav a {
    text-decoration: none;
    color: #61338a;
    font-size: 18px;
    font-weight: 500;
}

/* Mobile toggle */
.stockz-menu-toggle {
    background: none;
    border: none;
    font-size: 26px;
    color: #61338a;
    cursor: pointer;
    padding: 6px 10px;
}

/* Mobile menu */
.stockz-mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    border-top: 1px solid rgba(97, 51, 138, 0.15);
    padding: 20px 0;
}

/* Active mobile menu */
.stockz-mobile-menu.active {
    display: flex;
}

/* Mobile links */
.stockz-mobile-menu a {
    padding: 14px 24px;
    text-decoration: none;
    color: #61338a;
    font-size: 16px;
    font-weight: 500;
}

.stockz-mobile-menu a:hover {
    background-color: rgba(97, 51, 138, 0.08);
}
/*footer*/
/* ===============================
   Active Stocks Footer
   Color base: #61338a (lighter)
================================ */

.active-stocks-footer {
    background-color: #3f2b55; /* darker base */
    color: #f1ecf6;
    font-family: Arial, sans-serif;
}

/* Logo */
.active-stocks-footer-logo {
    max-width: 226px;
}

/* Text */
.active-stocks-footer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #e6dbf0;
}

/* Contact */
.active-stocks-footer-contact a {
    color: #e6dbf0;
    text-decoration: none;
    display: inline-block;
    margin-top: 4px;
}

.active-stocks-footer-contact a:hover {
    color: #ffffff;
}

/* Titles */
.active-stocks-footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}

/* Links */
.active-stocks-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.active-stocks-footer-links li {
    margin-bottom: 8px;
}

.active-stocks-footer-links a {
    color: #e6dbf0;
    text-decoration: none;
    font-size: 15px;
}

.active-stocks-footer-links a:hover {
    color: #ffffff;
}

/* Social Icons */
.active-stocks-footer-social a {
    display: inline-block;
    margin-right: 14px;
    font-size: 18px;
    color: #e6dbf0;
}

.active-stocks-footer-social a:hover {
    color: #ffffff;
}

/* Bottom Bar */
.active-stocks-footer-bottom {
    background-color: #2f1f40;
    color: #e6dbf0;
    font-size: 14px;
}

.active-stocks-footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}

/* WhatsApp Floating */
.active-stocks-whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}

.active-stocks-whatsapp-float img {
    width: 58px;
    height: 58px;
}
.text-justify{
    text-align:justify;
}
/* login-page */
.login-card .login-main {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 37px rgba(8, 21, 66, .05);
    margin: 0 auto;
    padding: 40px;
    width: 460px;
}
.login-home{
 width: 550px !important;
}
.form-control:focus, .form-select:focus {
    border-color: #6f00ff !important;
    box-shadow: 0 0 0 .25rem rgba(43, 94, 94, .3) !important;
}
.link-color{
    color: #ef83e2 !important;
}
a, a:hover {
    color: #6f00ff;
}
.btn-primary {
    background-color: #8500ff !important;
    border-color:  #8500ff !important;
}
/* End login-page */

.btn-color {
    background-color: #852fd6 !important;
    border-color: #852fd6 !important;
}
.col-xl-3.col-lg-4.col-md-6 {
   max-width: 260px;   /* adjust this value */
   width: 100%;
}
.width-form {
    width: 93% !important;
}
/* Active badge */
.badge.bg-success {
    background-color:#a55fe5 !important;
    color: #ffffff !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
    color: #ef83e2;
    font-weight: 500;
    vertical-align: middle;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu:before {
    background: #ef83e2;
    content: "";
    height: 0;
    height: calc(100% - 14px);
    left: 20px;
    position: absolute;
    top: 3px;
    transition: height .5s;
    width: 2px;
}
/* Inactive badge */
.badge.bg-danger {
    background-color: #dc5ccd !important;
    color: #ffffff !important;
}
.btn-outline-primary {
    background-color: transparent;
    border-color: #a55fe5;
    color: #a55fe5;
}
.btn-outline-danger {
    background-color: transparent;
    border-color: #dc5ccd;
    color: #f500d9;
}
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
    background-color: #a55fe5 !important;
    border-color: #a55fe5 !important;
    color: #fff;
}
.btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus, .btn-outline-danger:hover {
    background-color: #dc5ccd !important;
    border-color: #dc5ccd !important;
    color: #fff;
}
.btn-outline-success {
    background-color: transparent;
    border-color:#46335c;
    color: #46335c;
}
.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:focus, .btn-outline-success:hover {
    background-color: #46335c !important;
    border-color: #46335c !important;
    color: #fff;
}
.color-anchor{
     color: #2b5e5e !important;
}
/* Fix dropdown text not visible */
select,
select option {
    color: #000 !important;
    background-color: #fff !important;
}
#profileViewWrapper .profile-card {
    background: #fff;
    border-radius: 10px;
}

#profileViewWrapper .profile-avatar {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

#profileViewWrapper .info-group-title {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}

#profileViewWrapper .info-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

#profileViewWrapper .info-label {
    color: #555;
    font-weight: 600;
}

#profileViewWrapper .info-value {
    color: #222;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li svg {
    margin-right: 10px;
    vertical-align: bottom;
    width: 16px;
    stroke: #ef83e2;
    fill: none;
}
.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
    height: 16px;
    width: 16px;
    stroke: #ef83e2 !important;
    vertical-align: middle;
}
.pading-card{
    padding: 20px !important;
}
.text-center{
    text-align: center;
}
.btn-success{
    background-color: #852fd6 !important;
    border-color: #852fd6 !important;
}
.btn-secondary{
    background-color: #dc5ccd !important;
    border-color: #dc5ccd !important;
}
.trial-validity{
    color:#8500ff!important;
}
.icon-color {
    stroke: #ef83e2 !important;
}
.head-menu-color{
     color: #61338a !important;
     font-weight: 600 !important;
}
.toggle-sidebar svg {
    stroke: #61338a !important;
}
.view-mb-color{
    color:#1f2f3e !important;
}
.breadcrumb-text-color {
    color: #8500ff !important;
}
.breadcrumb-text-color a,
.breadcrumb-text-color .color-anchor {
    color: #8500ff !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #8500ff !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a span {
    color: #61338a !important;
    transition: color .3s ease;
}
#simple-bar  span {
    font-weight: 600;
}
#dashboard-table table th{
    font-size: 15px !important;
}
.page-link {
      color: #8500ff !important;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg, 
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg path {
    stroke:#ef83e2 !important;
    transition: stroke .3s ease;
}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li span {
    color: #61338a;
}

.pagination .page-item.active span.page-link {
    background-color: #8500ff !important;
    border-color: #8500ff !important;
    color: #ffffff !important;
}
.product-list-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

.product-image-na {
    font-size: 14px;
    color: #9ca3af;
    font-weight: 500;
}
.bg-light {
    background-color: #ffffff !important;
    color: #000000;
}
.product-qty-btn{
    padding: 8px ;
}
.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown li:hover a svg{
      color: #ef83e2 !important;
}
.top-color:hover{
     color: #61338a !important;
}
/* Qty input: allow horizontal scroll for large numbers */
#productsTable .qty {
    width: 70px;
    min-width: 70px;
    padding: 4px 6px;
    text-align: center;

    /* KEY PART */
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;

    /* Prevent flex squeeze */
    flex-shrink: 0;
}

/* Hide ugly vertical scrollbar (optional) */
#productsTable .qty::-webkit-scrollbar {
    height: 6px;
}

#productsTable .qty::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 4px;
}
.bg-dan{
    background-color:#dc3545 !important ;
    color:#ffffff;
}