    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Manufacturing+Consent&display=swap');

    body,
    html {
        margin: 0;
        padding: 0;
          height: 100%;
  overflow: hidden;
        font-family: "Helvetica", sans-serif;
        background-color: #EFF3F4;
    }


    .banner-section {
        min-height: 100vh;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
    }

    .banner-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(49, 130, 206, 0.85), rgba(49, 130, 206, 0.85)),
            url('../../assets/images/signInImage.webp') center center / cover no-repeat;
        z-index: -1;
    }

    .navbar-custom {
        background-color: transparent;
        padding: 1rem 2rem;
    }

    .navbar-custom .nav-link {
        color: white;
        font-weight: 500;
        margin: 0 10px;
    }

    .navbar-custom .nav-link:hover {
        text-decoration: underline;
    }

    .navbar-custom .btn-download {
        background: white;
        color: black;
        font-weight: 500;
        border-radius: 6px;
        padding: 4px 12px;
        font-size: 0.9rem;
    }

    .content {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .register-box {
        background-color: white;
        padding: 2rem;
        border-radius: 10px;
        width: 100%;
        max-width: 400px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    }

    .social-btns .btn {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 5px;
        font-size: 20px;
    }

    .form-control {
        border-radius: 8px;
    }

    .divider {
        text-align: center;
        position: relative;
        margin: 20px 0;
    }

    .divider::before,
    .divider::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 40%;
        height: 1px;
        background: #ccc;
    }

    .divider::before {
        left: 0;
    }

    .divider::after {
        right: 0;
    }

    .divider span {
        padding: 0 10px;
        background: #fff;
        color: #888;
    }

    .form-check-input:checked {
        background-color: #000;
        border-color: #000;
    }

    footer {
        text-align: center;
        padding: 1.5rem;
        font-size: 0.875rem;
        background: #fff;
        color: #333;
    }

    footer a {
        color: #333;
        text-decoration: underline;
    }

    footer a:hover {
        text-decoration: none;
    }

    /* dashboard */

    .layout {
        display: flex;
        height: 100vh;
        position: relative;
    }

    /* .layout::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        min-height: 40vh;
        width: 100%;
        background:
            url('../../assets/images/main-banner.png') center center / cover no-repeat;
        z-index: -1;
    } */

    /* Sidebar */
    .sidebar {
        width: 260px;
        background-color: #fff;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        transition: 0.2s linear;
        height: calc(-32px + 100vh);
        padding-inline: 20px;
        margin: 0px;
        filter: drop-shadow(rgba(0, 0, 0, 0.05) 0px 5px 14px);
        border-radius: 20px;
    }

    .sidebar .logo {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
        margin-top: 35px;
        margin-left: 40px;
    }

    .sidebar .logo img {
        width: 24px;
        margin-right: 10px;
    }

    .sidebar .logo span {
        font-weight: bold;
        font-size: 18px;
    }

    .sidebar nav a {
        display: flex;
        align-items: center;
        padding: 12px 25px;
        margin-bottom: 10px;
        color: #9f9f9f;
        text-decoration: none;
        border-radius: 8px;
        font-weight: 600;
        font-size: 14px;
    }

    .sidebar nav a.active,
    .sidebar nav a:hover {
        background-color: #ffffff;
        color: #2d3748;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 7px 11px;
    }

    /* .sidebar nav a .active i{

    } */
    .active i {
        background: #3282ce !important;
        color: white !important;
        font-size: 14px !important;
        height: 30px !important;
        padding: 8px !important;
        width: 30px !important;
        border-radius: 5px !important;
    }

    .sidebar nav a i {
        margin-right: 12px;
        width: 18px;
        text-align: center;
        font-size: 14px;
        color: #3182ce;

    }

    /* Content */
    .contents {
        flex: 1;
        position: relative;
        padding: 30px;
    }

    /* Top Nav */
    .topnav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 5px;
    }

.searchbox {
    background: #e9edee;
    padding: 4px 18px 4px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
    border: 1px solid #DEDEDE;
    border-radius: 25.5px;
        width: 35%;
}

    .searchbox input {
        border: none;
        outline: none;
        margin-left: 10px;
         background: #e9edee;
    }
.searchbox i{
        background-color: #EFF3F4;
    padding: 13px;
    border-radius: 50%;
    margin: 0 !important;
}
    .topnav i {
        color: #737373;
        font-size: 16px;
        margin-left: 20px;
        cursor: pointer;
    }
.bg_gray{
    background-color: #e9edee;
    padding: 18px;
        border-radius: 12px;
}
    /* Table Card */
    .card {
        background: white;
        border-radius: 18px;
        padding: 30px;
        max-width: 95%;
        margin: 0 auto;
        border: 0;
    }

    .card h2 {
        margin-bottom: 20px;
        font-size: 20px;
        color: #2d3748;
    }

    .table-responsive {
        width: 100%;
        overflow-x: auto;
    }

    .table {
        width: 100%;
        min-width: 600px;
        border-collapse: collapse;
    }

    th,
    td {
        padding: 12px 15px;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap;
    }

    th {
        background-color: #f9fafb;
        font-weight: 600;
        color: #4a5568;
        font-size: 14px;
    }

    .author {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .author img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
    }

    .author-info strong {
        display: block;
        font-size: 14px;
        color: #2d3748;
    }

    .author-info span {
        font-size: 12px;
        color: #718096;
    }

    .badge {
        display: inline-block;
        padding: 4px 10px;
        background-color: #38a169;
        color: #fff;
        font-size: 12px;
        border-radius: 12px;
    }

    .edit-link {
        color: #3182ce;
        cursor: pointer;
        font-size: 13px;
        text-decoration: underline;
    }

    @media (max-width: 768px) {
        .table-responsive {
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            overflow-x: auto;
        }

        th,
        td {
            padding: 10px;
            font-size: 13px;
        }

        .author-info strong {
            font-size: 13px;
        }

        .author-info span {
            font-size: 11px;
        }
    }


    .badge {
        background-color: #38b2ac;
        color: white;
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 12px;
        display: inline-block;
    }

    .edit-link {
        color: #718096;
        font-weight: 600;
        cursor: pointer;
    }

    /* Mobile Sidebar Default Hidden */
    @media (max-width: 768px) {
        .sidebar {
            position: fixed;
            top: 0;
            left: -300px;
            height: 100vh;
            z-index: 999;
            transition: left 0.3s ease;
        }

        .sidebar.sidebar-open {
            left: 0;
        }

        .contents {
            padding: 20px;
        }

        .toggle-btn {
            display: inline-block;
            font-size: 22px;
            margin-right: auto;
            margin-left: 10px;
            color: #333;
            cursor: pointer;
        }
    }

    /* On Desktop, hide toggle */
    @media (min-width: 769px) {
        .toggle-btn {
            display: none;
        }
    }

    /* Backdrop style */
    .sidebar-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        z-index: 998;
        display: none;
    }

    /* Show backdrop when sidebar is open */
    .sidebar-open~.sidebar-backdrop {
        display: block;
    }

    /* Close button inside sidebar */
    .sidebar-close-btn {
        display: none;
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        z-index: 1001;
    }

    @media (max-width: 768px) {
        .sidebar-close-btn {
            display: block;
        }
    }

    .breadcrumb-wrapper {

        margin-bottom: 1rem;
        border-radius: 6px;
    }

    .breadcrumb {
        margin-bottom: 0;
        font-size: 14px;
    }

.breadcrumb a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
}
.breadcrumb .active {
    color: #737373;
    font-weight: 300;
    font-size: 16px;
}
    .breadcrumb-item::before {
        color: #000 !important;
    }

    /* Drag & Drop Upload */
    #drop-area {
        border: 2px dashed #00bcd4;
        border-radius: 16px;
        padding: 30px;
        text-align: center;
        background-color: #f1faff;
        transition: background-color 0.3s ease;
    }

    #drop-area.hover {
        background-color: #e0f7fa;
    }

    #drop-area p {
        font-size: 16px;
        color: #2d3748;
        margin: 0 0 10px;
        font-weight: 600;
    }

    #drop-area .button {
        display: inline-block;
        padding: 10px 18px;
        background-color: #00bcd4;
        color: white;
        border-radius: 12px;
        cursor: pointer;
        font-weight: bold;
        margin-top: 10px;
        transition: background 0.3s;
    }

    #drop-area .button:hover {
        background-color: #0097a7;
    }

    #fileElem {
        display: none;
    }

    #gallery {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    #gallery img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid #ccc;
    }

    #gallery div {
        background: #f5f5f5;
        padding: 6px 10px;
        font-size: 13px;
        border-radius: 6px;
        border: 1px solid #ccc;
    }

    .submit_button {

        display: inline-block;
        padding: 10px 18px;
        background-color: #00bcd4;
        color: white !important;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        font-weight: bold;
        margin-top: 10px;
        transition: background 0.3s;

    }

    .cancel_button {

        display: inline-block;
        padding: 10px 18px;
        background-color: #f34747;
        color: white !important;
        border: none;
        border-radius: 12px;
        cursor: pointer;
        font-weight: bold;
        margin-top: 10px;
        transition: background 0.3s;

    }

    .icon_size {
        color: white;
        margin-left: 10px;
        font-weight: 700;
        font-size: 18px;

    }
    .danger{
        color:red;
    }

.sidebar {
  height: 100vh;
  overflow-y: auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}

.contents {
  flex: 1;
  overflow-y: auto;
  height: 100vh;
}