:root {
    --sidebar-width: 280px;
    --sidebar-collapsed: 80px;
    --primary-color: #FF9700;
    --primary-2-color: #3BE055;
    --primary-3-color: #C284FA;
    --primary-4-color: #FF5B88;
    --primary-5-color: #FFF7EC;
    --primary-dark: #F57C00;
    --primary-dark-green: #4DB747;
    --primary-gray: #b5b5b5;
    --primary-gray2: #88888A;
    --primary-gray-bg: #F7F7F8;
    --heading-color: #1D1D1F;
    --primary-gray-hover: #8a8a8a;
    --bg-white: #ffffff;
    --bg-light: #f5f5f5;
    --border-radius: 16px;
}

 body {
       margin: 0;
       padding: 0;	
	 overflow-x: hidden;
	   font-family: "Poppins", sans-serif;
	 font-style: normal;
	 position: relative;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
   
    color: var(--heading-color);
}
a {
    text-decoration: none;
    color: inherit; 
}
h1{font-size: 24px;  font-weight: 500;}
h2{font-size: 20px;}

.card-box {
	background: var(--bg-white);
	padding: 30px;
	border-radius: var(--border-radius);
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

 .fw-200 {
	 font-weight: 200;
}
 .fw-300 {
	 font-weight: 300;
}
 .fw-200 {
	 font-weight: 200;
}
 .fw-600 {
	 font-weight: 500;
}
 .fw-700 {
	 font-weight: 700;
}
 .fw-800 {
	 font-weight: 800;
}
 .fw-900 {
	 font-weight: 900;
}

/* login screen */
 .login-container {
            min-height: 100vh;
            display: flex;
        }

        /* Left Side - Illustration */
        .illustration-section {
            background: linear-gradient(135deg, #ff9800 0%, #ff6f00 100%);
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;
        }

        .illustration-section::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
            opacity: 0.5;
        }

        .illustration-content {
            position: relative;
            z-index: 1;
            text-align: center;
            /*! max-width: 500px; */
        }

        .illustration-img {
            width: 100%;
            max-width: 450px;
            height: auto;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .decorative-elements {
            position: absolute;
            width: 100%;
            /*! height: 100%; */
            bottom: -83px;
            right: -77px;
        }

        .circle {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            animation: pulse 4s ease-in-out infinite;
        }

        .circle-1 { width: 60px; height: 60px; top: 10%; left: 10%; }
        .circle-2 { width: 40px; height: 40px; top: 70%; left: 20%; animation-delay: 1s; }
        .circle-3 { width: 50px; height: 50px; bottom: 10%; right: 15%; animation-delay: 2s; }

        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.3; }
            50% { transform: scale(1.2); opacity: 0.6; }
        }

        /* Right Side - Login Form */
        .form-section {
            background-color: var(--primary-5-color);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 2rem;flex-direction: column;
        }

     .login-card {
	background: var(--bg-white);
	border-radius: 24px;
	padding: 3rem 2.5rem;
	border: 1px solid var(--primary-gray-bg);
	width: 100%;
	max-width: 550px;
}

        .logologin {
            text-align: center;
            margin-bottom: 2rem;
        }

        .logologin-icon {
            width: 60px;
            height: 60px;
            margin-bottom: 1rem;
        }

        .logologin-text {
            font-size: 1.8rem;
            font-weight: 700;
            color: #333;
        }

        .logologin-text .ledger {
            color: #ff9800;
        }

       
        .login-subtitle {
            color: var(--primary-gray2);
            text-align: center;
            margin-bottom: 2rem;
        }

        .form-label {
            /*! color: #333; */
            /*! font-weight: 500; */
            /*! margin-bottom: 0.5rem; */
        }

       .login-card .form-control {
            border: 0px solid #ddd;
            border-radius: 8px;
            padding: 0.75rem 1rem;
            transition: all 0.3s;
            background: var(--primary-gray-bg);
        }

        .form-control:focus {
            border-color: #ff9800;
            box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.15);
        }

        .password-wrapper {
            position: relative;
        }

        .password-toggle {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            border: none;
            background: none;
           color: #88888A;
  cursor: pointer;
  font-size: 19px;
            padding: 0;
        }

        .password-toggle:hover {
            color: #ff9800;
        }

        .form-options {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.5rem;
            font-size: 16px;
        }

        .form-check-input:checked {
            background-color: #ff9800;
            border-color: #ff9800;
        }

        .forgot-link {
            font-weight: 500;
        }

        .forgot-link:hover {
            color: #ff6f00;
            text-decoration: underline;
        }

        .form-options a:hover{  color: #ff6f00;}
.form-check-input {
	width: 20px;
	height: 20px;

}
        .btn-signin {
	background: var(--primary-color);
	border: none;
	color: var(--bg-white);
	padding: 0.9rem;
	border-radius: 47px;
	font-weight: 500;
	font-size: 18px;
	width: 100%;
	transition: transform 0.2s, box-shadow 0.2s;
}

        .btn-signin:hover {
         
            background: var(--heading-color); color: var(--bg-white);
        }
.remember {
	margin-top: 2px;
}
        /* Responsive Design */
        @media (max-width: 991px) {
            .illustration-section {
                display: block;
                min-height: 242px;
            }
            
            .form-section {
                flex: 1;
            }
        }

        @media (max-width: 576px) {
            .login-card {
                padding: 15px;
            }

            .login-title {
                font-size: 1.5rem;
            }

            .form-options {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.5rem;
            }
        }
/*end login screen */

 
        /* Sidebar Styles */
        .sidebar {
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            width: var(--sidebar-width);
            /*! background: #f8f9fa; */
            transition: width 0.3s ease;          
            z-index: 1000;           
        }
        
        .sidebar.collapsed {
            width: var(--sidebar-collapsed);
        }
        
        .sidebar-header {
            padding: 19px;
            background: var(--primary-color);
            color: var(--bg-white);
            display: flex;
            align-items: center;
            gap: 10px;
            white-space: nowrap;
            position: sticky;
            top: 0;
            z-index: 10;
            border-right: 1px solid rgba(255,255,255, 0.1);
            height: 80px;
        }
        
        .sidebar-header i {
            font-size: 28px;
        }
        
        .sidebar-header span {
            font-size: 20px;
            font-weight: bold;
        }
        
        .sidebar.collapsed .sidebar-header span,
        .sidebar.collapsed .menu-text {
            opacity: 0;
            width: 0;
        }
        
        .menu-toggle {
            position: fixed;
            top: 20px;
            left: calc(var(--sidebar-width) - -9px);
            width: 30px;
            height: 30px;
            background: var(--primary-color);
            border: none;
            border-radius: 50%;
            color: var(--bg-white);
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
           
            z-index: 1001;
            transition: left 0.3s ease;
        }
        
        .sidebar.collapsed ~ .menu-toggle {
            left: calc(var(--sidebar-collapsed) - -13px);
        }
        
.sidebar-menu {
    padding: 20px 18px;
    height: calc(100vh - 80px);
    transition: width 0.3s ease;
    overflow-x: hidden;
    overflow-y: auto;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: var(--primary-gray) transparent;
}

/* Chrome, Edge, Safari */
.sidebar-menu::-webkit-scrollbar {
    width: 6px;
}

.sidebar-menu::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background-color: var(--primary-gray);
    border-radius: 10px;
}

.sidebar-menu::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-gray-hover);
}
        
        .menu-section {
            margin-bottom: 5px;
        }
        
        .menu-section-title {
            padding: 10px 1px;
            /*! font-size: 12px; */
            /*! color: #6c757d; */
            /*! text-transform: uppercase; */
            font-weight: 500;
            white-space: nowrap;
        }
        
        .sidebar.collapsed .menu-section-title {
            opacity: 0;
            height: 0;
            padding: 0;
        }
        
        .menu-item {
            display: flex;
            align-items: center;
            padding: 12px 5px;
            color: #000;
            text-decoration: none;
            transition: all 0.3s;
            cursor: pointer;
            position: relative; border-radius: 4px;
        }
        
        .menu-item:hover {
            background: #FFF5E5; border-radius: 4px;
            /*! color: var(--primary-color); */
        }
        
        .menu-item.active {
            background: #FFF5E5;
            /*! color: var(--primary-color); */
            /*! border-left: 3px solid var(--primary-color); */
            border-radius: 4px;
        }

          .active-icon{display: none;}
         .menu-item.active .menu-icon.active-icon{display: inline-block; margin: auto;}

         .menu-item.active .menu-icon{
           display: none;
        }

         .menu-item:hover .menu-icon{
           display: none;
        }
         .menu-item:hover .menu-icon.active-icon{display: inline-block; margin: auto;}

        
        .menu-item i {
            font-size: 20px;
            min-width: 40px;
            text-align: center;
        }

           .menu-item  span.icon {
           
            min-width: 40px;
            text-align: center;
        }

          .menu-item .menu-icon {
	width: 20px;
	height: 20px;
}
        
        .menu-text {
            white-space: nowrap;
            transition: opacity 0.3s;
        }
        
.sidebar.collapsed .menu-item {
	justify-content: center;
	padding: 7px 5px 8px;
	width: 39px;
	height: 39px;
	margin-bottom: 15px;
}
        
        .menu-item .bi-chevron-down {
            margin-left: auto;
            font-size: 12px;
            transition: transform 0.3s ease;
        }
        
        .menu-item.open .bi-chevron-down {
            transform: rotate(180deg);
        }
        
        .sidebar.collapsed .menu-item .bi-chevron-down {
            display: none;
        }
        
        /* Submenu Styles */
        .submenu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
           
        }
        
        .submenu.open {
            max-height: 300px;
        }
        
.submenu .menu-item {
	
	font-size: 14px;
	background: transparent;
	padding: 10px 5px 10px 44px;
}

            .submenu .menu-item.active, .submenu .menu-item:hover {
               color: var(--primary-color);
            }

        
        .sidebar.collapsed .submenu {
            display: none;
        }
        
        /* Tooltip for collapsed sidebar */
    .sidebar.collapsed .menu-item::after {
	content: attr(data-tooltip);
	position: absolute;
	left: -7px;
	top: 0;
	transform: translateY(0%);
	background: #333;
	color: var(--bg-white);
	padding: 2px 4px;
	border-radius: 4px;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
	margin-left: 0;
	font-size: 11px;
}
        
        .sidebar.collapsed .menu-item:hover::after {
            opacity: 0;
        }
        
        /* Main Content */
        .main-content {
            margin-left: var(--sidebar-width);
            transition: margin-left 0.3s ease;
            min-height: 100vh;
            background: var(--primary-gray-bg);
        }
        
        .main-content.expanded {
            margin-left: var(--sidebar-collapsed);
        }
        
        /* Top Header */
        .top-header {
            background: var(--primary-color);
            padding: 11px 30px;
            color: var(--bg-white);
            display: flex;
            align-items: center;
            justify-content: end;
            position: sticky;
            top: 0;
            z-index: 100;
            /*! box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
            height: 80px;
        }
        
        .search-bar {
            flex: 1;
            max-width: 400px;
            margin: 0 30px;
            position: relative;
        }
        
        .search-bar input {
        border-radius: 24px;
        border: none;
        padding: 13px 20px 13px 51px;
        outline: none;
        font-size: 14px;
        color: var(--primary-gray2);
        }

        .search-icon {
	position: absolute;
	top: 14px;
	left: 17px;
}
        
.top-user-bar {
    display: flex;
    align-items: center;
    /*! background: #ffa000; */
    padding: 6px 14px;
    border-radius: 30px;
    width: fit-content;
    gap: 14px;
    /*! font-family: 'Segoe UI', sans-serif; */
}

/* Notification */
.notification {
    position: relative;
    width: 47px;
    height: 47px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification i {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.notification .badge {
    position: absolute;
    top: 8px;
    right: 10px;
    background: #ff3b3b;
    color: #fff;
    font-size: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* User info */
.user-info {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 4px 17px 4px 8px;
    border-radius: 34px;
    gap: 8px;
    cursor: pointer;
}

.avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
}

.user-text .name {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.user-text .role {
    font-size: 12px;
    color:var(--primary-gray2);
}

.arrow {
    font-size: 17px;
    color: #555;
}

/* Dropdown */
.user-dropdown {
    position: absolute;
    top: 110%;
    right: 0;
    background: #fff;
    min-width: 180px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    padding: 6px 6px;
    display: none;
    z-index: 100;
}

.user-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
}



.user-dropdown a:hover {
    background: #fff5e5;
}

.user-dropdown a:hover img{
   filter: brightness(000);
}

.user-dropdown .divider {
    height: 1px;
    background: #eee;
    margin: 6px 0;
}



/* Show dropdown */
.user-info.active .user-dropdown {
    display: block;
}
        
        /* Dashboard Content */
        .dashboard-content {
            padding: 30px;
        }
        
       .analytics-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 10px;
}

/* Card */
.card-stat {
    border-radius: 14px;
    padding: 0;
    position: relative;
    overflow: hidden;
    /*! border-left: 4px solid; */
}

/* Colors */
.card-stat.orange { background: var(--primary-5-color) }
.card-stat.green  { background: #DCFCE7; }
.card-stat.purple { background: #F4EDFF; }
.card-stat.pink   { background: #FFE2E6; }

.card-stat.orange .card-stat-icon { background: var(--primary-color) }
.card-stat.green  .card-stat-icon { background: var(--primary-2-color); }
.card-stat.purple .card-stat-icon { background: var(--primary-3-color); }
.card-stat.pink   .card-stat-icon { background: var(--primary-4-color); }

    .card-stat-top::after {
            position: absolute;
            content: "";
            left: 0;
            height: 70px;
            background: var(--primary-color);
            width: 5px;
            margin: auto;
        }

        .green .card-stat-top::after {
            background: var(--primary-2-color);
        }

        .purple .card-stat-top::after {
            background: var(--primary-3-color);
        }

        .pink .card-stat-top::after {
            background: var(--primary-4-color);
        }


/* Top Row */
.card-stat-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 22px 22px 22px;
}

/* Value */
.card-stat-value {
    font-size: 40px;
    /*! font-weight: 700; */
    line-height: 1;
}

/* Label */
.card-stat-label {
    margin-top: 6px;
    /*! color: #555; */
    /*! font-size: 15px; */
}

/* Icon */
.card-stat-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}



        .card-stat-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /*! margin-top: 18px; */
            padding: 10px 21px;
            border-radius: 0 0 14px 14px;
            /*! font-size: 14px; */
            background: rgba(255,151,0,0.10);
        }

        .green .card-stat-footer {
            background: rgba(59,244,85,0.10);
        }
         .purple .card-stat-footer {
            background: rgba(194,132,250,0.10);
        }

        .pink .card-stat-footer {
            background: rgba(255,91,136,0.10);
        }
        

        
        /* Quick Statistics */
        .quick-stats {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 10px;
        }
        
        .stat-card {
            background: var(--bg-white);
            border-radius: 8px;
            padding: 36px 10px;
            text-align: center;
            width: 100%;
            min-height: 150px;
            align-items: center;
            display: flex;
            flex-direction: column;
        }
        
        .stat-card.red {
            background: linear-gradient(137deg,rgba(255, 105, 106, 1) 0%, rgba(255, 144, 146, 1) 100%);
        }
        
        .stat-card.blue {
            background: linear-gradient(137deg,rgba(105, 183, 255, 1) 0%, rgba(141, 175, 249, 1) 100%);
        }
        
        .stat-card.yellow {
            background: linear-gradient(137deg,rgba(255, 203, 105, 1) 0%, rgba(255, 225, 151, 1) 100%);
        }
        
        .stat-value {
            font-size: 40px;
            font-weight: 500;
            margin-bottom: 10px;
            line-height: 1;
            margin: auto;
        }
        
        .stat-label {
            /*! font-size: 14px; */
            color: #000;
            margin-bottom: auto;
        }
        
        /* Recent Activity */
        .activity-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            display: flex;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 10px;
        }
        
        .activity-card {          
            border-radius: 8px;
            padding: 26px 10px;
            text-align: center;
            width: 100%;
            min-height: 150px;
            align-items: center;
            display: flex;
            flex-direction: column;
            margin: auto;
        }
        
        .activity-card.pink {
            background: #FFE2E6;
        }
        
        .activity-card.light-green {
            background: #DCFCE7;
        }
        
        .activity-card.light-gray {
            background: var(--primary-5-color);
        }
    .activecount {
	font-size: 18px;font-weight: 500;
}
        
        @media (max-width: 768px) {
            :root {
            --sidebar-collapsed: 0px;
           
        }
           
/*             
            .sidebar .menu-text,
            .sidebar .menu-section-title,
            .sidebar-header span {
                opacity: 0;
                width: 0;
            }
            
            .main-content {
                margin-left: var(--sidebar-collapsed);
            }
            
            .menu-toggle {
                left: calc(var(--sidebar-collapsed) - 15px);
            } */
            
            .sidebar.collapsed .sidebar-menu {padding: 0; }

            .analytics-cards,
            .quick-stats,
            .activity-grid {
                grid-template-columns: 1fr;
            }
        }
  

      @media (max-width: 575px) {
        .search-bar{display: none;}

            .analytics-cards,
            .quick-stats,
            .activity-grid {
                grid-template-columns: 1fr;
                display: grid;
            }
            .dashboard-content, .card-box {padding: 18px;}
.top-user-bar {
	padding: 6px 0px;
	gap: 10px;
}
.user-text .name {
	font-size: 12px;
}
.sidebar.collapsed .sidebar-header{padding: 19px 0;}
.sidebar.collapsed ~ .menu-toggle {
	left: calc(var(--sidebar-collapsed) - -85px);top: 12px;
}

.logo-icon {
	width: 32px;

}

.sidebar.collapsed .logo-icon {
	width: 45px;
	position: relative;
	left: 18px;
	top: 1px;
}

.logo-icon + span img{
	width: 121px;
}


 }

 /* pages page */
   .add-page-btn {
            background: var(--primary-dark-green);
            color: var(--bg-white);
            border: none;
            padding: 10px 20px;
            border-radius: 33px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 2px;
            font-size: 14px;
            transition: all 0.3s;
        }

        .add-page-btn:hover {
            background: var(--primary-2-color);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
        }

      .table-container {
	border-radius: 10px;
	/* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
	overflow-x: auto;
	border: 1px solid #EDEDED;
}

        .pages-table {
            width: 100%;
            border-collapse: collapse;
        }

        .pages-table thead {
            background: #FFF5E5;
        }

        .pages-table th {
            padding: 15px;
            text-align: left;
            font-weight: 600;
            color: var(--heading-color);
            font-size: 14px;
            border-bottom: 2px solid rgba(136,136,138,0.05);
        }

        .pages-table td {
            padding: 15px;
            border-bottom: 1px solid #f0f0f0;
            color: var(--heading-color);
            font-size: 14px;
        }

        .pages-table tbody tr {
            transition: all 0.3s;
        }

        .pages-table tbody tr:hover {
            background: #f9f9f9;
        }

        .status-toggle {
            width: 42px;
            height: 19px;
            background: #E5E5E5;
            border-radius: 20px;
            position: relative;
            cursor: pointer;
            transition: all 0.3s;
        }

        .status-toggle.active {
            background: #CBEAC8;
        }

        .status-toggle::after {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            background: var(--bg-white);
            border-radius: 50%;
            top: -2px;
            left: -5px;
            transition: all 0.3s;
            box-shadow: 0px 0px 3px;
        }

        .status-toggle.active::after {
            left: 20px;
            background: #51B849;
            box-shadow: 0px 0px 0px;
        }

        .action-btn {
            width: 32px;
            height: 32px;
            border-radius: 5px;
            border: none;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            margin: 0 3px;
        }

        .edit-btn {
            background: #EDF8ED;
            color: var(--primary-color);
        }

        .edit-btn:hover {            
            color: var(--bg-white);
        }

        .delete-btn {
            background: #FFEFEE;
            color: var(--danger-color);
        }

        .delete-btn:hover {
            color: var(--bg-white);
        }

        /* Mobile Card View */
        .mobile-card {
            display: none;
            background: var(--bg-white);
            border-radius: 10px;
            padding: 15px;
            margin-bottom: 16px;
            /*! box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
        }

        .mobile-card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f0f0f0;
        }

        .mobile-card-id {
            background: var(--bg-light);
            padding: 5px 12px;
            border-radius: 5px;
            font-weight: 600;
            color: #666;
            font-size: 12px;
        }

        .mobile-card-title {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            margin: 10px 0;
        }

        .mobile-card-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
        }

        .mobile-card-label {
            font-size: 13px;
            /*! color: #999; */
            /*! text-transform: uppercase; */
            font-weight: 500;
        }

        .mobile-card-value {
            font-size: 13px;
            /*! color: #666; */
        }

        .mobile-card-actions {
            display: flex;
            justify-content: flex-end;
            gap: 1px;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #f0f0f0;
        }

        .pages-table tbody tr:nth-child(odd) {
    background-color:var(--bg-white);
}

.pages-table tbody tr:nth-child(even) {
    background-color: var(--primary-gray-bg);
}

        @media (max-width: 768px) {
            .table-container {
                display: none;
            }

            .mobile-card {
                display: block;
            }

            .page-header {
                /*! flex-direction: column; */
                gap: 15px;
                align-items: flex-start;
            }

            .add-page-btn {
                /*! width: 100%; */
                justify-content: center;
            }
        }

        .form-select {
            padding: 13px 2.25rem 13px .75rem;
            border: var(--bs-border-width) solid #F2F2F9;
            border-radius: 6px;
            
}

.form-control {
	padding: 13px;
	border-radius: 6px;  border: var(--bs-border-width) solid #F2F2F9;
}
.btn-create {
	background: var(--primary-color);
	border: none;
	color: var(--bg-white);
	padding: 10px 20px;
	border-radius: 47px;
	font-weight: 500;
	font-size: 14px;	
	transition: transform 0.2s, box-shadow 0.2s;
}

.btn-create:hover {
    background: var(--heading-color); color: var(--bg-white);
}
 /* Rich Text Editor Toolbar */
        .editor-toolbar {
            background: var(--primary-gray-bg);
            border: 0px solid #ddd;
            border-bottom: none;
            border-radius: 6px 6px 0 0;
            padding: 10px;
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            align-items: center;
        }

        .toolbar-btn {
            background: transparent;
            border: 0px solid #ddd;
            border-radius: 4px;
            padding: 6px 1px;
            cursor: pointer;
            font-size: 14px;
            color: #555;
            transition: all 0.2s;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 26px;
            height: 32px;
        }

        .toolbar-btn:hover {
            /*! background: #e9ecef; */
            /*! border-color: #bbb; */
        }

        .toolbar-btn.active {
            background: #ff9800;
            color: var(--bg-white);
            border-color: #ff9800;
        }

        .toolbar-separator {
            width: 0px;
            height: 24px;
            background: #ddd;
            margin: 0 5px;
        }

        .toolbar-select {
            border: 0px solid #ddd;
            border-radius: 4px;
            padding: 6px 10px;
            font-size: 13px;
            background: transparent;
            cursor: pointer;
            min-width: 120px;
        }

        .editor-content {
            background: var(--bg-white);
            border: 1px solid #F2F2F9;
            border-radius: 0 0 6px 6px;
            min-height: 300px;
            padding: 20px;
            font-size: 15px;
            line-height: 1.6;
            outline: none;
            border-top: 0px;
        }

        .editor-content:focus {
            border-color: #ff9800;
        }

        .editor-content:empty:before {
            content: "Start typing your content here...";
            color: #999;
        }

/* features list */



.feature-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
    gap: 13px;
}

.feature-row span{
    color:#8a8f99;
    font-size:14px;
}

.btn-remove, .btn-add {
	width: 37px;
	height: 35px;
	border-radius: 50%;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
}

.btn-remove{
    background:#ff3b3b;
}

.btn-add{
    background:#3dbb3d;
}

.btn-remove:hover{ background:#e02b2b; }
.btn-add:hover{ background:#2ea72e; }



/* User Cell with Avatar */
        .user-cell {
            display: flex;
            align-items: center;
            gap: 12px;
        }

       .user-cell .user-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }

       .user-cell .user-info {
            display: flex;
            flex-direction: column;
            background: transparent;
            line-height: 1;
            align-items: start;
        }

     

       .user-cell .user-email-inline {
            color: #888;
            font-size: 0.8rem;
            line-height: 1.3;
        }

         .mobile-card-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
            margin-right: 13px;
        }

        .users-table .mobile-card-user-info {
            flex: 1;
        }

        .users-table  .mobile-card-id {
            margin-bottom: 0;
            background: transparent;
            padding: 0;
        }

        .users-table  .mobile-card-name {
          
            margin-bottom: -4px;
        }

        .users-table  .mobile-card-email {
            color: #888;
            font-size: 0.8rem;
        }




.custom-file{
    display:flex;
    align-items:center;
    border:1px solid #eef1f6;
    border-radius:8px;
    overflow:hidden;
    cursor:pointer;
}

.custom-file input{
    display:none;
}

.btn-text{
    background:var(--primary-gray-bg);
    padding:12px 18px;
    font-size:14px;
    white-space:nowrap;
}

.file-name{
    padding:12px 15px;
    font-size:14px;
    flex:1;
}

.preview{
    margin-top:12px;
    display:none;
}

.preview img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 12px;
	background: var(--primary-gray-bg);
	padding: 8px;
}


/* general screen */
 /* Tabs Navigation */
        .settings-tabs {
            /*! background: var(--bg-white); */
            border-bottom: 1px solid #C3C3C4;
        }

        .settings-card .nav-tabs {
            border-bottom: none;
            /*! padding: 0 30px; */
        }

        .settings-card .nav-tabs .nav-link {
            border: none;
            color: var(--primary-gray2);
            font-weight: 500;
            padding: 15px 25px;
            border-bottom: 3px solid transparent;
            transition: all 0.3s;
        }

        .settings-card .nav-tabs .nav-link:hover {
            color: var(--heading-color);
            border-bottom-color: var(--primary-color);
        }

        .settings-card .nav-tabs .nav-link.active {
            color: var(--heading-color);
            background: transparent;
            border-bottom-color: var(--primary-color);
        }

      

     

        /* Upload Areas */
        .settings-card .upload-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 35px 0px;
        }

        
        .settings-card .upload-box {
            border: 2px dashed #88888A;
            border-radius: 8px;
            padding: 40px 20px;
            text-align: center;
            transition: all 0.3s;
            cursor: pointer;
            background: var(--bg-white);
            
        }

        .settings-card .upload-box:hover {
            /*! border-color: #0d6efd; */
            /*! background: #f8f9fa; */
        }

        .settings-card .upload-box i {
            font-size: 3rem;
            color: #ccc;
            margin-bottom: 15px;
        }

        .settings-card .upload-box .settings-card .upload-text {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 8px;
        }

        .settings-card .upload-box .browse-btn {
            color: var(--primary-gray);
            font-size: 14px;
            text-decoration: none;
            cursor: pointer;
            background: var(--primary-gray-bg);
            padding: 5px 15px;
            border-radius: 33px;
           
        }
.upload-text {
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 300;
}
        .settings-card .upload-box .browse-btn:hover {
            text-decoration: underline;
        }

        .settings-card .upload-label {
            /*! font-weight: 600; */
            color: #333;
            margin-bottom: 10px;
            /*! font-size: 0.95rem; */
        }

        .status-toggle.right-10 {
	position: absolute;
	bottom: 17px;
	right: 10px;
}
.toggle-input{opacity: 0.5; }
.toggle-input.active{opacity: 1; }

.alert-success-box {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 12px 16px;
    border: 2px solid #4DB747;
    background-color: #E3FBE2;
    border-radius: 6px;
    max-width: 100%;
}

.alert-icon {
    width: 22px;
    height: 22px;
    color: var(--bg-white);
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.alert-content {
    display: flex;
    flex-direction: column;
}

.alert-title {
    font-size: 16px;
    font-weight: 500;
    color: #4DB747;
    line-height: 1;
}

.alert-text {
    font-size: 15px;
    color: #1D1D1F;
}

         .user-photo {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            object-fit: cover;
        }
         .mobile-card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .action-buttons-btn {
                width: 85px;
        }
        

.pagging ul li{ margin:0 5px;}
.pagging ul li a{ border-radius:5px;  color:var(--heading-color); /*! line-height:16px; *//*! text-align: center; */}
.pagging ul li a span svg {
	width: 14px;
	height: 23px;
	fill: #808495;
}
.pagging ul li a span { line-height:10px;}
.pagging ul li a:hover{ background:var(--primary-dark); border-color:var(--primary-dark); color:#fff;}
.pagging ul li a.active{ background:var(--primary-dark); border-color:var(--primary-dark); color:#fff !important;}
.pagging ul li a:hover svg{ fill:#fff;}
.pagging ul li.allpage{ width:110px;}
.pagging ul li.allpage .select2-choice{ height:35px; border-color:#E9E9F0 !important; }
.pagging ul li.allpage .select2-chosen{ font-size:13px; line-height:25px; margin-top:0; color:var(--heading-color)}
.pagging ul li.allpage .select2-arrow b{ background-position: right 10px center !important; background-size:25% !important;}
.pagging ul li.allpage .select2-choice:hover{ background:none;}
.pagging ul li.allpage .form-select {
	padding: 6px 0.25rem 6px 0.75rem;
	border: var(--bs-border-width) solid #d6d6d6;
	border-radius: 6px;
}
        

        @media (max-width: 768px) {
          
            .main-content {margin-left: 0;}
            .sidebar {background: var(--bg-white);box-shadow: 0 0 3px var(--bs-focus-ring-color);}
            .top-header {padding: 12px 4px;height: 55px;}
            .search-bar {max-width: 243px;margin: 0 5px;}
            .search-icon {top: 9px;}
            .top-user-bar {padding: 6px 10px;}
            .notification {width: 40px;height: 40px;}
            .notification i {font-size: 18px;}
            .notification .badge {width: 13px;height: 13px;font-size: 10px;top: 6px;right: 8px;}
            .user-info {padding: 4px 10px;}
            .avatar {width: 30px;height: 30px;}
            .user-text .name {font-size: 12px;}
            .user-text .role {font-size: 10px;}
            .arrow {font-size: 15px;}
            .sidebar.collapsed ~ .menu-toggle {left: calc(var(--sidebar-collapsed) - -79px);}
.sidebar ~ .menu-toggle {
	left: calc(var(--sidebar-collapsed) - -241px);
	top: 9px;
}
                .sidebar-header span img{width: 147px;}
            .sidebar-header {padding: 17px;height: 55px;}
            h1 {font-size: 20px;font-weight: 500;}
            .add-page-btn {padding: 6px 13px;font-size: 14px;}
            h2 {font-size: 18px;}

            .card-stat-value {
	font-size: 30px;
}


            .logologin img{width: 138px;margin-top: 12px;}
            .form-section {
	padding: 1rem;
}


           .mobile-card-photo {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            flex-shrink: 0;
        }
        .mobile-card-designation {
                color: #777;
                font-size: 0.85rem;
            }


            .settings-card .nav-tabs {
                padding: 0 20px;
                overflow-x: auto;
                white-space: nowrap;
            }

            .settings-card .nav-tabs .nav-link {
                padding: 12px 15px;
                font-size: 0.9rem;
            }

            .settings-content {
                padding: 20px;
            }

            .settings-card.upload-section {
                grid-template-columns: 1fr;
            }

            .toggle-section {
                grid-template-columns: 1fr;
            }
            .menu-item {padding: 7px 5px;font-size: 14px;}


        }
     

        /* Menu Item */
        .menu-item-menu {
          
            border: 1px solid #e9ecef;
            border-radius: 8px;
            padding: 15px 20px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: move;
            transition: all 0.3s;
            position: relative;
        }
.menu-actions {
	align-items: center;
	display:flex ;
}
        .menu-item-menu:hover {
            background: #f8f9fa;
            border-color: #dee2e6;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .menu-item-menu.dragging {
            opacity: 0.5;
            cursor: grabbing;
        }

        .menu-item-menu.drag-over {
            border-top: 3px solid #0d6efd;
        }

        /* Drag Handle */
        .drag-handle {
            color: #999;
            font-size: 1.1rem;
            cursor: grab;
        }

        .drag-handle:active {
            cursor: grabbing;
        }

        /* Menu Text */
        .menu-text {
            flex: 1;
           
        }

        /* Collapse Icon */
        .collapse-icon {
            color: #999;
            font-size: 0.9rem;
            cursor: pointer;
            transition: transform 0.3s;
        }

        .collapse-icon.expanded {
            transform: rotate(180deg);
        }

        /* Sub Menu */
        .sub-menu-move {
            
            margin-top: 10px;
            display: none;
        }

        .sub-menu-move.show {
            display: block;
        }

        .sub-menu-move .menu-item-menu {
            background: #fafafa;           
        }

        /* Parent Menu Item */
        .menu-item-menu.parent {
            font-weight: 600;
        }

        /* Drag Placeholder */
        .drag-placeholder {
            background: #e3f2fd;
            border: 2px dashed #0d6efd;
            border-radius: 8px;
            height: 50px;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .menu-container {
                padding: 10px;
            }

            .page-title {
                font-size: 1.1rem;
            }

            .menu-item-menu {
                padding: 12px 15px;
            }

            
        }

          /* Modal Styles */
        .modal-backdrop {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 2222;
            justify-content: center;
            align-items: center;
        }

        .modal-backdrop.show {
            display: flex; opacity: 1;
        }

        .modal-content {
            background: var(--bg-white);
            border-radius: 10px;
            padding: 30px;
            max-width: 600px;
            width: 90%;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
            animation: modalSlideIn 0.3s ease-out;
        }

        @keyframes modalSlideIn {
            from {
                transform: translateY(-50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .modal-header {
            font-size: 1.3rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 25px;
        }

          /* Sub Menu */
        .sub-menu-move {
            margin-top: 10px;
            display: none;
        }

        .sub-menu-move.show {
            display: block;
        }

       .menu-group {
	background: #F7F7F8;
	border-radius: 8px;
	border: 1px solid #DFDFE0;
	padding: 20px;
    margin-bottom: 30px;
}
.profile-img {
	width: 82%;
	object-fit: cover;
	border: 3px solid #e41534;
}

.text-muted.small {
  letter-spacing: 0.5px;
}

.bor-b{border-bottom: 1px solid #f7f7f7;}