/* /////////// common css //////////////// */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

html {
    transition: 0.4s linear;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

section {
    transition: 0.4s linear;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    background-color: #f7f9fc;
}

.layout-app.light {
    background-color: #f1f5f9;
}

.heading_description {
    color: #808287;
}

a {
    color: #000;
    text-decoration: none;
}

/* a:hover {
  color: #000;
} */

.main_btn {
    padding: 12px 40px 12px 40px;
    color: #fff;
    background-color: #008080;
    border: 1px solid #008080;
    font-weight: 500;
    transition: 0.5s linear;
}

.main_btn:hover {
    background-color: #6272af;
    border-color: #6272af;
}

/* ////////////// index ////////////////*/

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
    display: flex;
}

.right-bar.justify-center-between {
    padding: 0px 40px;
}

.gm-message {
    color: white;
}

.gm-message h4 {
    font-size: 24px;
    margin: 0;
    line-height: 14px;
}

.gm-message span {
    font-size: 11px;
}
#sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    border-radius: 10px;
    /* box-shadow: 0px 0px 5px 2px #ccc; */
}

#sidebar-wrapper::-webkit-scrollbar {
    background: transparent;
    /* margin: 10px 0; */
    width: 7px;
}
#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.menu__icon {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.menu-item.active .menu-link .menu__icon {
    fill: #fff;
    transition: all 0.3s ease;
}

.menu-item.active .menu-link svg {
    fill: #ffffff !important;
    background: #009688;
    padding: 7px;
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 8px;
}

#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}

#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #105177;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
}

#navbar-wrapper .navbar a {
    color: #757575;
}

#navbar-wrapper .navbar a:hover {
    color: #008080;
}

#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px 5px;
    top: 100px;
}

#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 60px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 60px;
    }

    #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

    #content-wrapper {
        position: relative;
        top: 0;
    }

    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}

/* login */
.login {
    background-image: url(../images/loginbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.loginassets {
    padding-bottom: 3rem;
    padding-top: 3rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background-color: #fff;
    border-radius: 5px;
}

h2.font-bold.text-xl {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.75rem;
}

.border-b {
    border-bottom: 1px solid #ccc;
    width: 30%;
    margin: auto;
}

.form-label {
    font-size: 15px;
    font-weight: 700;
}

.btn-indigo {
    background-color: #105177;
    color: white;
    font-weight: 700;
    padding: 10px;
    border-radius: 5px;
    padding: 12px 20px;
}

.btn-indigo:hover {
    background-color: #559484;
    color: white;
}

.profile img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

.profile .dropdown-toggle {
    font-size: 14px;
    background-color: transparent;
    color: #fff;
    outline: 0;
    color: #fff;
    border: 0;
    box-shadow: none;
}

.profile .dropdown-item {
    font-size: 12px;
    color: #000 !important;
}

.profile .dropdown-item:hover {
    background-color: #105177;
    color: #fff !important;
}

.profile .dropdown-menu {
    min-width: 8rem;
}

.container-head {
    align-items: center;
    background-color: #fff;
    border-bottom: 0;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-radius: 15px;
}

.w-3 {
    width: 0.75rem;
}
.h-3 {
    height: 0.75rem;
}
.container-head .ch-left .breadcrumb {
    align-items: center;
    display: flex;
    flex-flow: row;
    gap: 8px;
    margin: 0;
}
.container-head .ch-left .page-title {
    font-size: 20px;
    font-weight: 600;
}

.form-control,
.form-select {
    padding: 10px;
    font-size: 14px;
}
.drops {
    width: 14%;
}

/* table */
.shadow,
.shadow-md {
    box-shadow: 0px 0px 6px rgba(60, 72, 88, 0.15) !important;
}

.table {
}
table tr th {
    background-color: #fff !important;
    color: #202224;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
}

table.ticket_list tr th {
    padding: 16px 24px;
}
table.ticket_list tr td {
    padding: 1rem;
}

.card-bodys {
    padding: 2rem;
}

.select2-container .select2-selection--single {
    height: 42px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    height: 13px;
    left: 50%;
    margin-left: -16px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 13px;
    border: 0;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

    background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.pr-1 {
    padding-right: 0.25rem;
}
.fill-gray-400 {
    fill: #94a3b8;
}
.h-8 {
    height: 2rem;
}
.hidden {
    display: none;
}
.fill-gray-400 {
    fill: #94a3b8;
}

.w-6 {
    width: 1.5rem;
}
.h-6 {
    height: 1.5rem;
}
table.ticket_list tr td:last-child,
table.ticket_list tr th:last-child {
    text-align: right;
}

/* new css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.signup-link {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

.signup-link a {
    color: #5a2d82;
    text-decoration: none;
}

.powered-by {
    margin-top: 20px;
    font-size: 14px;
}

.powered-by img {
    width: 80px;
    height: auto;
    margin-top: 10px;
}

footer {
    margin-top: -45px;
    font-size: 12px;
}

footer a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 10px;
}

.h-100vh {
    height: 100vh;
}

.signin-left {
    padding: 0px 100px;
}

.signin-left h1 {
    font-size: 36px;
    font-weight: 700;
    color: #2b3674;
    line-height: 56px;
}

.badge1 {
    display: none;
}

.signin-left p {
    font-size: 16px;
    font-weight: 400;
    color: #a3aed0;
    line-height: 16px;
}

.signin-left label {
    font-size: 14px;
    font-weight: 500;
    color: #2b3674;
    line-height: 14px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e0e5f2;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    height: 50px;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #6b6b6b;
}

.form-options a {
    color: #6b6b6b;
    text-decoration: none;
}

.form-options input {
    margin-right: 5px;
}

.btn {
    padding: 20px 20px;
    background-color: #66449b;
    color: #ffffff;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.text-forget {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #66449b !important;
    line-height: 20px !important;
}

.signin-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
}

.signin-right img {
    width: 150px;
    height: auto;
}

.signin-right h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 69px;
}

/* user css */

.nav-logo span {
    color: #66449b;
}

.nav-logo img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

.sidebar.collapsed h2 {
    opacity: 0;
}

.sidebar ul {
    list-style: none;
    overflow-y: auto;
}

/* Default when sidebar collapsed */
.content {
    width: 100%;
    margin-left: 0;
    transition: all 0.3s ease;
}

.content.sidebar-open {
    width: calc(100% - 260px);
    margin-left: 260px;
}

/* Hide logo text */
.sidebar .logo-text,
.sidebar ul li a span {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* Show when expanded */
.sidebar.expanded .logo-text,
.sidebar.expanded ul li a span {
    opacity: 1;
    visibility: visible;
}

.sidebar-desktop-toggle {
    position: fixed;
    top: 9px;
    left: 0px;
    width: 40px;
    height: 40px;
    border: 0px solid #66449b;
    background: transparent;
    color: #333;
    border-radius: 50px;
    z-index: 1200;
}

.sidebar ul li a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
}

.sidebar ul li img {
    min-width: 14px;
}

.list-group-item button {
    padding: 0px 0px;
    background-color: #66449b00;
    color: #000;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 16px; */
}

.list-group-item {
    border-color: #d5d5d5;
    background-color: #f9f9fb;
    padding: 20px;
}

.search {
    position: relative;
    display: inline-block;
}

.search input[type="text"] {
    width: 100%;
    padding: 10px 20px 10px 40px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 50px;
}

.search .fa-search {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    cursor: pointer;
    margin-left: 5px;
}

.page-top {
    display: flex;
    justify-content: space-between;
}

.page-top button {
    background-color: #563091;
    padding: 5px 70px;
    border-radius: 8px;
    color: white;
    margin: 5px;
    cursor: pointer;
}

.page-top h2 {
    font-size: 32px;
    font-weight: 700;
    color: #202224;
    line-height: 44px;
}

.svg-color fill {
    stroke: #fff;
}

.svg-color path {
    stroke: #fff;
}

.svg-color circle {
    stroke: #fff;
}

.svg-color rect {
    fill: #fff !important;
}

.language-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

.language-dropdown .selected-language {
    padding: 0px;
    border: 0px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-right: 20px;
}

.language-dropdown .arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.language-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    min-width: 150px;
    overflow: hidden;
}

.language-dropdown .dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.language-dropdown .dropdown-menu a:hover {
    background-color: #f5f5f5;
}

.bell-container {
    position: relative;
}

.bell {
    width: 100%;
    height: 100%;
}

.badge1 {
    position: absolute;
    top: 0;
    right: 18px;
    background-color: #ff3d57;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 6px;
    border-radius: 50%;
    transform: translate(50%, -50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 20px;
}

.dropdown {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 250px;
    z-index: 1000;
}

.dropdown.active {
    display: block;
}

.dropdown .notification-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
}

.dropdown .notification-item:last-child {
    border-bottom: none;
}

.dropdown .notification-item:hover {
    background-color: #f9f9f9;
}

.upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.upload-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.upload-button:hover {
    background-color: #ddd;
}

.camera-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.image-preview {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.btn-userform {
    padding: 20px 80px;
    background-color: #4880ff;
    color: #fff;
    border: 1px solid #4880ff;
    border-radius: 16px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
}

.btn-userform:hover {
    padding: 20px 80px;
    background-color: #fff;
    color: #4880ff;
    border: 1px solid #4880ff;
    border-radius: 16px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
}

.upload-container label {
    font-size: 18px;
    color: #4379ee;
}

/* iconsent css  start */

body {
    font-family: "Inter", sans-serif;
    display: flex;
    height: 100vh;
    background-color: #f7f9fc;
    margin: 0;
}

.nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.nav-logo img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 14px;
}

.nav-logo h6 {
    font-size: 24px;
    font-weight: 700;
    color: #0040a1;
    line-height: 16px;
    text-align: left;
    margin-bottom: 5px;
}

.nav-logo p {
    font-size: 10px;
    font-weight: 400;
    color: #737785;
    line-height: 15px;
    text-align: left;
    margin-bottom: 5px;
}

/* Default Collapsed */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0px;
    height: 100vh;
    background: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 999;
}

/* Expanded */
.sidebar.expanded {
    width: 260px;
    padding: 0 10px;
}

/* Sidebar Menu */
.sidebar ul li {
    display: flex;
    align-items: center;
    padding: 16px 12px;
    cursor: pointer;
    margin-bottom: 10px;
    color: #424654;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    transition: 0.3s;
}

.sidebar ul li:hover,
.sidebar ul li.active {
    background-color: #f2f4f7;
    color: #0040a1;
    border-radius: 12px;
    border-right: 4px solid #0040a1;
}

/* Bottom Buttons */
.sidebar ul li.set-btm {
    position: absolute;
    background: #fff;
}

.sidebar ul li.set-btm.support-btn {
    bottom: 128px;
}

.sidebar ul li.set-btm.settings {
    bottom: 56px;
    width: 85%;
}

.sidebar ul li.set-btm.logout {
    bottom: 0;
    width: 85%;
    color: #ba1a1a;
}

.sidebar-toggle-btn {
    position: fixed;
    top: 15px;
    left: 15px;
    width: 45px;
    height: 45px;
    border: none;
    background: #0040a1;
    color: #fff;
    border-radius: 10px;
    z-index: 1100;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* =========================
   OVERLAY
========================= */

.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 998;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 991px) {
    .sidebar-toggle-btn {
        display: flex;
    }

    .sidebar {
        transform: translateX(-100%);
        width: 280px;
    }

    .sidebar.active {
        transform: translateX(0);
    }

    .content {
        margin-left: 0;
        width: 100%;
        padding-top: 70px;
    }

    .header {
        padding-left: 60px;
    }

    .sidebar ul li.set-btm.settings,
    .sidebar ul li.set-btm.logout {
        width: calc(100% - 40px);
    }
}

.content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f9fc;
    padding: 10px 20px;
    border-radius: 0px;
    margin-bottom: 20px;
    position: sticky;
    top: 0px;
}

.content .header .search {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content .header input {
    padding: 5px;
    border: 1px solid #c3c6d6;
    border-radius: 50px;
    background-color: #f2f4f7;
    min-width: 100px;
    padding-left: 35px;
    margin-right: 10px;
    margin-left: 10px;
}

.content .header .profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.content .header .profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.content .table-container {
    background-color: white;
    padding: 0px;
    border-radius: 14px !important;
}

.content .filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.content .filters select {
    /* padding: 10px; */
    border: 0px solid #ccc;
    /* border-radius: 5px; */
    background-color: #f9f9fb;
}

.profile {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0px;
    border: 0px solid #ccc;
    border-radius: 5px;
}

.profile img {
    border-radius: 50%;
    margin-right: 10px;
}

.profile h5 {
    font-size: 12px;
    font-weight: 700;
    color: #191c1e;
    line-height: 19px;
    margin-bottom: 0px;
}

.profile h6 {
    font-size: 10px;
    font-weight: 400;
    color: #737785;
    line-height: 16px;
    margin-bottom: 0px;
}

.profile .arrow {
    margin-left: auto;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.profile .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.profile .dropdown-menu a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.profile .dropdown-menu a:hover {
    background-color: #f5f5f5;
}

.main-card {
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

.main-btn {
    border: none;
    border-radius: 9999px;
    background: #0040a1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    padding: 12px 24px;
    box-shadow: 0px 10px 15px -3px rgba(0, 64, 161, 0.2);
}

.main-btn:hover {
    background: #083993;
    color: #fff;
}

.main-card h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0040a1;
    line-height: 38px;
    margin-bottom: 6px;
}

.main-card h3 {
    font-size: 16px;
    font-weight: 400;
    color: #424654;
    line-height: 24px;
}

.main-card.counters,
.main-card.graphs {
    border-radius: 32px;
}

.main-card.counters h2 {
    font-size: 48px;
    font-weight: 700;
    color: #191c1e;
    line-height: 52px;
    margin-bottom: 6px;
}

.main-card.counters h3 {
    font-size: 12px;
    font-weight: 700;
    color: #737785;
    line-height: 12px;
    margin-bottom: 0px;
}

.main-card.counters h4 {
    font-size: 16px;
    font-weight: 400;
    color: #006d2f;
    line-height: 24px;
    margin-bottom: 0px;
}

.main-card.graphs h2 {
    font-size: 24px;
    font-weight: 600;
    color: #191c1e;
    line-height: 31px;
    margin-bottom: 6px;
}

.main-card.graphs {
    display: flex;
    flex-direction: column;
}

.time-btn {
    border: none;
    border-radius: 9999px;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    padding: 4px 12px;
}

.time-btn.month {
    background-color: #eceef1;
    color: #424654;
}

.time-btn.year {
    background-color: #0040a1;
    color: #fff;
}

.main-card.counters.a {
    border-bottom: 4px solid #0040a1;
}

.main-card.counters.b {
    border-bottom: 4px solid #006d2f;
}

.main-card.counters.c {
    border-bottom: 4px solid #004d6a;
}

.purpose-leaderboard,
.withdrawal-chart {
    flex-grow: 1;
}

/* Optional: Make sure chart areas take full available space */
.purpose-leaderboard {
    padding-bottom: 10px;
}

.withdrawal-chart {
    height: auto;
    min-height: 200px; /* You can adjust this */
}

/* horizontal graph css */
.purpose-leaderboard .bar-item {
    margin-bottom: 18px;
}
.purpose-leaderboard .bar-label {
    font-weight: 600;
    font-size: 14px;
    color: #191c1e;
    min-width: 160px;
}
.purpose-leaderboard .consent-value {
    font-weight: 600;
    color: #0040a1;
    font-size: 14px;
}
.purpose-leaderboard .progress {
    height: 12px;
    background-color: #eceef1;
    border-radius: 8px;
    overflow: hidden;
}
.purpose-leaderboard .progress-bar {
    transition: width 1.5s ease-in-out;
    border-radius: 8px;
}

/* Withdrawal Trends Bar Chart */
.withdrawal-chart {
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
}
.bar-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 8px;
}
.bar {
    width: 36px;
    background: linear-gradient(180deg, #0d6efd, #0dcaf0);
    border-radius: 6px 6px 0 0;
    transition: height 1.2s ease-in-out;
    position: relative;
    min-height: 20px;
}
.bar-value {
    position: absolute;
    top: 0px;
    font-weight: 600;
    color: #0d6efd;
    font-size: 0.9rem;
}
.bar-label {
    margin-top: 12px;
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}
.bar-btm .d-flex h2 {
    font-weight: 600;
    font-size: 14px;
    color: #191c1e;
}
.bar-btm p {
    font-weight: 400;
    font-size: 10px;
    color: #737785;
    text-decoration: italic;
}

.company-info img {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.company-info h2 {
    font-size: 32px;
    font-weight: 600;
    color: #191c1e;
    line-height: 38px;
    margin-bottom: 0px;
}

.company-details h3 {
    font-size: 12px;
    font-weight: 500;
    color: #424654;
    line-height: 16px;
    margin-bottom: 0px;
}

.company-details h4 {
    font-size: 16px;
    font-weight: 700;
    color: #191c1e;
    line-height: 24px;
    margin-bottom: 0px;
    word-break: break-all;
}

.company-info .app-details h2 {
    color: #0040a1;
}

.company-info .app-details h3 {
    font-size: 16px;
    font-weight: 400;
    color: #424654;
    line-height: 24px;
    margin-bottom: 0px;
}

.heading.with-bg {
    padding: 20px 24px;
    background-color: #fff;
    border-radius: 24px 24px 0px 0px;
    border: 1px solid #e0e3e6;
}

.heading h2 {
    font-size: 24px;
    font-weight: 600;
    color: #191c1e;
    line-height: 31px;
    margin-bottom: 0px;
}

.heading h3 {
    font-size: 16px;
    font-weight: 400;
    color: #424654;
    line-height: 24px;
    margin-bottom: 0px;
}

.icon-btn {
    border: none;
    border-radius: 8px;
    background: #e6e8eb;
    color: #191c1e;
    cursor: pointer;
    transition: 0.3s;
    padding: 8px 11px;
}

.icon-btn:hover {
    background: #dadce0;
}

tbody,
td,
tfoot,
th,
thead {
    border-radius: 0px;
}

thead tr th {
    background-color: #f2f4f7 !important;
    border-radius: 0px;
    color: #424654 !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 10px 16px !important;
    white-space: nowrap;
}

.content .table-container table {
    width: 100%;
    border-collapse: collapse;
}

.content .table-container table td {
    padding: 10px 16px !important;
    text-align: left;
    border-bottom: 1px solid #e0e3e680;
    background-color: #fff;
    font-size: 12px !important;
}

.content .table-container table th {
    background-color: #f3f3f3;
}

.badge {
    padding: 4px 12px;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.8rem;
}

.badge.active {
    background-color: #5dfd8a;
    color: #007232;
}

.badge.inactive {
    background-color: #e0e3e6;
    color: #424654;
}

.badge.api {
    background-color: #eceef1;
    color: #424654;
    border-radius: 8px !important;
    padding: 8px !important;
    font-weight: 400 !important;
}

.table-col .d-flex h5 {
    font-size: 16px;
    font-weight: 700;
    color: #191c1e;
    line-height: 24px;
    margin-bottom: 0px;
}

.table-col .d-flex h6 {
    font-size: 12px;
    font-weight: 400;
    color: #424654;
    line-height: 24px;
    margin-bottom: 0px;
}

.web-url {
    font-size: 14px;
    font-weight: 400;
    color: #424654;
    line-height: 24px;
    margin-bottom: 0px;
}

.breadcrumb-item.active {
    color: #0040a1;
    font-weight: 700;
}

.app-info-card .info-label {
    font-size: 12px;
    font-weight: 700;
    color: #424654;
    line-height: 12px;
    margin-bottom: 10px;
}

.app-info-card .info-block h4 {
    font-size: 18px;
    font-weight: 700;
    color: #191c1e;
    line-height: 27px;
    margin-bottom: 0px;
}

.access-url {
    font-size: 18px;
    font-weight: 500;
    color: #191c1e;
    line-height: 27px;
    margin-bottom: 0px;
}

.ip-badge {
    background: #eceef1;
    color: #737785;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.app-info-card .info-block p {
    font-size: 14px;
    font-weight: 400;
    color: #424654;
    line-height: 27px;
    margin-bottom: 0px;
}

.app-info-card .info-block a {
    font-size: 18px;
    font-weight: 500;
    color: #0040a1;
    line-height: 27px;
    margin-bottom: 0px;
}

.app-key-box {
    background-color: #eceef1;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-btn {
    border: none;
    background: transparent;
    color: #0056d2;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    transition: 0.3s;
}

.copy-btn:hover {
    background: rgba(0, 86, 210, 0.08);
}

.copy-btn i {
    font-size: 18px;
}

.stats-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 24px;
    gap: 32px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -40px;
    border-radius: 0px 0px 12px 12px;
}

.stats-box {
    position: relative;
    padding-right: 32px;
}

.stats-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 50px;
    background: #d9d9d9;
}

.stats-box h6 {
    font-size: 10px;
    font-weight: 700;
    color: #424654;
    margin-bottom: 10px;
}

.stats-value {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
}

.stats-value.compliant {
    color: #007232;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #007a33;
}

.stats-count {
    font-size: 14px;
    font-weight: 700;
    color: #191c1e;
}

.feature-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px;
    min-height: 170px;
    height: 100%;
    transition: 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;
}

.feature-icon i {
    font-size: 18px;
}

.feature-icon.blue {
    background: #e9eef7;
    color: #1d4ed8;
}

.feature-icon.sky {
    background: #ddf3ff;
    color: #0f4c6e;
}

.feature-icon.red {
    background: #ffe6e6;
    color: #d62828;
}

.feature-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #191c1e;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    color: #424654;
    margin-bottom: 0;
}

.consent-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

.consent-header1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

.consent-left h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0040a1;
    margin-bottom: 10px;
}

.consent-left p {
    font-size: 16px;
    line-height: 24px;
    color: #424654;
    max-width: 500px;
    margin-bottom: 0;
}

.sample-btn {
    border: 1px solid #0040a1;
    background: #ffffff;
    color: #0040a1;
    padding: 10px 28px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
    margin-left: 15px;
}

.sample-btn:hover {
    background: #0056d2;
    color: #fff;
}

.consent-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.app-select select {
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    padding: 12px 35px 12px 20px; /* Left padding 20px, Right padding 35px */
    font-size: 16px;
    color: #191c1e;
    outline: none;
    background: #fff;
    /* Custom Dropdown Arrow */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center; /* ← यहीं से control करें */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.import-btn {
    background: #0040a1;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.import-btn:hover {
    background: #002f79;
}

.import-btn.btn-sm {
    font-size: 12px;
    padding: 6px 16px;
    transition: 0.3s ease;
}

/* Responsive */

@media (max-width: 991px) {
    .consent-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .consent-right {
        align-items: flex-start;
        width: 100%;
    }

    .consent-left h2 {
        font-size: 38px;
    }

    .consent-left p {
        font-size: 18px;
        line-height: 28px;
    }

    .sample-btn,
    .import-btn,
    .app-select select {
        width: 100%;
    }
}

/* =========================
   DataTable Design
========================= */

.consent-table {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
    padding: 0;
}

.consent-table table {
    width: 100% !important;
    border-collapse: collapse !important;
}

.consent-table thead th {
    background: #f4f6f8 !important;
    color: #4b5563 !important;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 16px !important;
    border-bottom: none !important;
}

.consent-table tbody td {
    padding: 22px 26px !important;
    border-bottom: 1px solid #eceef2 !important;
    vertical-align: middle;
    font-size: 16px;
    color: #191c1e;
}

.consent-id {
    color: #0047bb;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.badge {
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.badge.yes {
    background: #63e283;
    color: #006b2d;
}

.badge.no {
    background: #ffd9d6;
    color: #c62828;
}

.badge.active-status {
    background: #5dfd8a33;
    color: #006d2f;
    border: 1px solid #006d2f33;
}

.badge.withdrawn {
    background: #ffdad6;
    color: #ba1a1a;
    border: 1px solid #ba1a1a33;
}

.badge.view-consent {
    background: #c8c8c8 !important;
    color: #636363;
    border: 1px solid #ba1a1a33;
    margin-left: 10px;
}

/* =========================
   DataTable Top Area
========================= */

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    padding: 10px 20px 0px;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    padding: 8px 14px;
    outline: none;
    margin-left: 10px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 5px 10px;
}

/* =========================
   Pagination
========================= */

.dataTables_wrapper .dataTables_paginate {
    padding: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none !important;
    background: #0040a1 !important;
    color: #191c1e !important;
    border-radius: 4px !important;
    min-width: 36px;
    height: 36px;
    line-height: 24px;
    margin: 0 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #0040a1 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #e8eef9 !important;
    color: #0040a1 !important;
}

/* =========================
   Footer Info
========================= */

.dataTables_wrapper .dataTables_info {
    padding: 28px 20px;
    color: #5f6675;
    font-size: 14px;
}

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {
    .consent-table {
        overflow-x: auto;
    }

    #consentTable {
        min-width: 900px;
    }
}

/* =========================
   API Import Section
========================= */

.api-import-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.04);
}

.api-import-card h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0040a1;
    margin-bottom: 18px;
}

.api-import-card p {
    font-size: 16px;
    line-height: 28px;
    color: #424654;
    margin-bottom: 32px;
}

/* Feature */

.api-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.api-feature .feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e9eeff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #295bff;
    font-size: 16px;
}

.feature-content h5 {
    font-size: 16px;
    font-weight: 400;
    color: #191c1e;
    margin-bottom: 4px;
}

.feature-content span {
    font-size: 14px;
    line-height: 20px;
    color: #424654;
}

/* =========================
   Code Preview
========================= */

.code-preview-card {
    background: #18181b;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    position: relative;
}

/* Top Bar */

.code-topbar {
    height: 48px;
    background: #111114;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 18px;
}

.dots {
    display: flex;
    gap: 7px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot.red {
    background: #ff5f57;
}

.dot.yellow {
    background: #febc2e;
}

.dot.green {
    background: #28c840;
}

.api-url {
    font-size: 11px;
    color: #8e8e93;
    letter-spacing: 1px;
}

/* Code */

.code-body {
    padding: 28px;
    position: relative;
}

.code-body pre {
    margin: 0;
    color: #e4e4e7;
    font-size: 14px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
}

/* Copy Button */

.copy-code-btn {
    position: absolute;
    bottom: 18px;
    right: 18px;

    width: 34px;
    height: 34px;

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;

    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
}

.copy-code-btn:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* =========================
   Responsive
========================= */

@media (max-width: 991px) {
    .api-import-card,
    .code-preview-card {
        height: auto !important;
    }

    .api-import-card {
        padding: 24px;
    }

    .code-body {
        overflow-x: auto;
    }

    .code-body pre {
        min-width: 500px;
    }
}

.table-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.action-btn {
    height: 42px;
    padding: 0 18px;

    border: 1px solid #d0d5dd;
    border-radius: 999px;

    background: #ffffff;
    color: #424654;

    font-size: 14px;
    font-weight: 700;

    display: flex;
    align-items: center;
    gap: 8px;

    transition: 0.3s ease;
}

.action-btn i {
    font-size: 12px;
}

.action-btn:hover {
    background: #f5f7fa;
    border-color: #b8c0cc;
}

/* =========================
   Stats Cards
========================= */

.stats-card {
    background: #ffffff;
    border: 1px solid #e6e8ec;
    border-radius: 18px;
    padding: 18px;
    height: 100%;
}

/* Small Cards */

.small-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
}

/* Large Card */

.large-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 150px;
    overflow: hidden;
}

/* Icon */

.stats-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 16px;
}

.stats-icon i {
    font-size: 18px;
}

.stats-icon.blue {
    background: #e9eeff;
    color: #0047bb;
}

.stats-icon.green {
    background: #e8f7ee;
    color: #0a8f45;
}

/* Label */

.stats-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #6b7280;
    margin-bottom: 10px;
    display: block;
}

/* Bottom */

.stats-bottom {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.stats-bottom h2,
.large-card h2 {
    font-size: 42px;
    font-weight: 700;
    color: #191c1e;
    line-height: 1;
    margin-bottom: 0;
}

.stats-change {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

.stats-change.negative {
    color: #d92d20;
}

.stats-change.positive {
    color: #0a8f45;
}

/* Large Card Text */

.large-card p {
    font-size: 14px;
    line-height: 22px;
    color: #6b7280;
    max-width: 280px;
    margin-top: 10px;
    margin-bottom: 0;
}

/* Image */

.stats-image img {
    width: 140px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

/* Responsive */

@media (max-width: 991px) {
    .large-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .stats-image img {
        width: 100px;
    }

    .stats-bottom h2,
    .large-card h2 {
        font-size: 34px;
    }
}

.consent-table-wrapper {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ececec;
}

.consent-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 1100px;
    font-family: "Inter", sans-serif;
}

.consent-table thead th {
    text-align: left;
    border-bottom: 1px solid #ececec;
    white-space: nowrap;
}

.consent-table tbody td {
    padding: 16px 14px;
    vertical-align: middle;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.consent-table tbody tr:last-child td {
    border-bottom: 0;
}

.consent-id {
    color: #0040a1 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.user-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

.user-info h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

.detail-cell {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.detail-cell span {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.3;
}

.detail-cell small {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.3;
}

.purpose-tags {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.purpose-badge {
    display: inline-block;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.app-name {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
}

.date-text {
    font-size: 14px;
    color: #4b5563;
    white-space: nowrap;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.status-badge.review {
    background: #ffdad6;
    color: #93000a;
}

.status-badge.withdrawn {
    background: #5dfd8a;
    color: #007232;
}

.action-btns {
    background: linear-gradient(180deg, #1e63d5 0%, #0d4fb3 100%);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    min-width: 88px;
}

.action-btns:hover {
    background: linear-gradient(180deg, #1b5cc7 0%, #0b469f 100%);
}

.processed-text {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    white-space: nowrap;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 8px 0;
}
.card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 18px;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #0000;
    border-bottom: 0px solid #fff !important;
}
.icon-wrap {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-wrap.purple {
    background: #ede9fe;
}
.icon-wrap.blue {
    background: #e0f2fe;
}
.icon-wrap.green {
    background: #dcfce7;
}
.icon-wrap.purple svg {
    stroke: #7c3aed;
}
.icon-wrap.blue svg {
    stroke: #0284c7;
}
.icon-wrap.green svg {
    stroke: #16a34a;
}
.badge {
    background: #22c55e;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 20px;
}
.card-body {
    margin-top: 0px;
}
.card-label {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 4px;
}
.card-value {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

/* Tabs Wrapper */
#myTab {
    border: none;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f7f9fc;
    border: 1px solid #e0e3e6;
    padding: 16px 16px;
    border-radius: 12px 12px 0 0;
}

/* Remove default bootstrap border */
#myTab .nav-item {
    margin: 0;
}

#myTab .nav-link {
    border: 1px solid #c3c6d6;
    border-radius: 30px;
    padding: 6px 16px;
    background: #ffffff;
    color: #424654;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

/* Active Tab */
#myTab .nav-link.active {
    background: #0040a10d;
    border: 1.5px solid #0040a1;
    color: #0040a1;
}

/* Hover */
#myTab .nav-link:hover {
    color: #424654;
    border-color: #0040a1;
}

#historyTab {
    border: none;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f7f9fc00;
    border: 0px solid #e0e3e6;
    padding: 16px 16px;
    border-radius: 12px 12px 0 0;
}

/* Remove default bootstrap border */
#historyTab .nav-item {
    margin: 0;
}

#historyTab .nav-link {
    border: 1px solid #c3c6d6;
    border-radius: 30px;
    padding: 5px 16px;
    background: #f2f4f7;
    color: #424654;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.3s ease;
}

/* Active Tab */
#historyTab .nav-link.active {
    background: #0040a1;
    border: 1.5px solid #0040a1;
    color: #fff;
}

/* Hover */
#historyTab .nav-link:hover {
    color: #fff;
    border-color: #0040a1;
}

#appTab {
    border: none;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 0px solid #e0e3e6;
    padding: 15px 16px;
    border-radius: 16px 16px 0 0;
}

/* Remove default bootstrap border */
#appTab .nav-item {
    margin: 0;
}

#appTab .nav-link {
    border: 0px solid #c3c6d6;
    border-radius: 30px;
    padding: 5px 16px;
    background: #f2f4f700;
    color: #424654;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
}

/* Active Tab */
#appTab .nav-link.active {
    background: #0040a1;
    border: 1.5px solid #0040a1;
    color: #ccd8ff;
}

/* Hover */
#appTab .nav-link:hover {
    color: #fff;
    border-color: #0040a1;
}

/* More Filters Button */
.more-filter-btn {
    margin-left: auto;
    border: none;
    background: transparent;
    color: #6b7280;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.more-filter-btn i {
    font-size: 15px;
}

.usermanage-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 14px;
}

.usermanage-table tbody tr {
    background: #f7f7f8;
    border-radius: 16px;
    overflow: hidden;
}

.usermanage-table tbody td {
    padding: 18px 20px;
    vertical-align: middle;
    border: none;
}

/* User Info */
.usermanage-table .um-user-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.usermanage-table .um-user-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #dbeafe;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.usermanage-table .um-user-details h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #191c1e;
    line-height: 1.3;
}

.usermanage-table .um-user-details span {
    color: #737785;
    font-size: 12px;
}

/* Contact */
.usermanage-table .um-contact-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.usermanage-table .um-contact-info span {
    color: #1f2937;
    font-size: 12px;
    font-weight: 500;
}

.usermanage-table .um-contact-info small {
    color: #6b7280;
    font-size: 12px;
}

/* Role */
.usermanage-table .um-role-wrap {
    display: flex;
    align-items: center;
}

.usermanage-table .um-role-badge,
.usermanage-table .um-role-count {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
}

.usermanage-table .um-role-badge {
    background: #e5e7eb;
    color: #111827;
}

.usermanage-table .um-role-count {
    background: #d9dbea;
    color: #424654;
    margin-left: -8px;
    font-size: 14px;
}

/* Admin Badge */
.usermanage-table .um-admin-badge {
    background: #ececef;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #4b5563;
    display: inline-block;
}

/* Status */
.usermanage-table .um-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
}

.usermanage-table .um-status.active {
    color: #0b7a2a;
}

.usermanage-table .um-status .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0b7a2a;
}

/* Actions */
.usermanage-table .um-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.usermanage-table .um-actions i {
    color: #6b7280;
    font-size: 14px;
    cursor: pointer;
}

/* Toggle Switch */
.usermanage-table .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 17px;
}

.usermanage-table .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.usermanage-table .slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #c3c6d6;
    transition: 0.3s;
    border-radius: 50px;
}

.usermanage-table .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

.usermanage-table input:checked + .slider {
    background-color: #006d2f;
}

.usermanage-table input:checked + .slider:before {
    transform: translateX(18px);
}

.user-form-wrapper {
    max-width: 100%;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.form-label {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.form-control {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #d7dbe3;
    font-size: 16px;
    color: #2f2f2f;
    box-shadow: none !important;
}

.form-select {
    height: 48px;
    /* width: 60px !important; */
    border-radius: 10px;
    border: 1px solid #d7dbe3;
    font-size: 16px;
    color: #2f2f2f;
    box-shadow: none !important;
}

.form-control::placeholder {
    color: #9ca3af;
}

.form-control:focus,
.form-select:focus {
    border-color: #0a4abf;
}

.info-box {
    background: #eaf2ff;
    border: 1px solid #d7e5ff;
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}

.info-box i {
    color: #0d4ab3;
    font-size: 18px;
    margin-top: 2px;
}

.info-box p {
    margin: 0;
    color: #0d4ab3;
    font-size: 15px;
    line-height: 1.5;
}

.btn-cancel {
    background: transparent;
    border: none;
    color: #4b5563;
    font-weight: 600;
    font-size: 18px;
}

.btn-add-user {
    background: #0a4abf;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 12px 34px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 6px 14px rgba(10, 74, 191, 0.25);
    transition: 0.3s;
}

.btn-add-user:hover {
    background: #083a96;
}

.btn-filter {
    background: #0a4abf;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 12px 34px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(10, 74, 191, 0.25);
    transition: 0.3s;
}

.btn-filter:hover {
    background: #083a96;
}

.btn-filter img {
    width: 16px;
    height: auto;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .user-form-wrapper {
        padding: 25px;
    }

    .btn-add-user,
    .btn-cancel {
        width: 100%;
    }
}

.form-btm {
    font-size: 14px;
    font-weight: 400;
    color: #737785;
    margin-top: 20px;
}

.form-btm span {
    color: #0040a1;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.card {
    background: white;
    border-radius: 16px;
    padding: 32px 32px;
    border: 1px solid #e6e8eb;
    box-shadow: 0px 8px 30px 0px rgba(0, 64, 161, 0.08);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.dpr-img {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.title {
    font-size: 24px;
    font-weight: 600;
    color: #191c1e;
    margin-bottom: 12px;
}

.description {
    color: #737785;
    line-height: 1.55;
    font-size: 14px;
    margin-bottom: 24px;
}

.action {
    color: #2563eb;
    font-weight: 500;
    text-decoration: none;
    font-size: 14.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.action:hover {
    text-decoration: underline;
}

/* Icon Colors - Matched with your image */
.access {
    background: #dbeafe;
    color: #1e40af;
}
.correct {
    background: #dbeafe;
    color: #1e40af;
}
.erase {
    background: #fee2e2;
    color: #b91c1c;
}
.grievance {
    background: #dbeafe;
    color: #1e40af;
}
.withdrawal {
    background: #d1fae5;
    color: #166534;
}

/* Responsive */
@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.compliance-card {
    background: #f2f4f7;
    padding: 32px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    border-radius: 16px;
    margin: 32px 16px;
}

.left-content {
    flex: 1;
    min-width: 260px;
}

.left-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #191c1e;
    margin-bottom: 8px;
}

.left-content p {
    font-size: 14px;
    line-height: 1.4;
    color: #737785;
    max-width: 290px;
}

.stats {
    display: flex;
    align-items: center;
    gap: 42px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    min-width: 70px;
}

.circle {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 10px;
    background: transparent;
}

.circle span {
    font-size: 16px;
    font-weight: 400;
    color: #191c1e;
}

.circle small {
    font-size: 13px;
    color: #333;
}

.green {
    border: 5px solid #0b7a3d;
}

.blue {
    border: 5px solid #0f56b3;
}

.label {
    font-size: 12px;
    color: #7a7a7a;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .compliance-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .stats {
        gap: 20px;
        justify-content: flex-start;
    }
}

.ticket-id {
    font-weight: 600;
    color: #0040a1 !important;
}

.version {
    color: #64748b;
    font-size: 14px;
}

.product {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-badge {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.odin {
    background: #3b82f6;
    color: #fff;
}
.zeus {
    background: #c4e7ff;
    color: #004c69;
}
.atlas {
    background: #c3c3c3;
    color: #737785;
}

.product small {
    font-size: 14px;
    font-weight: 400;
    color: #191c1e;
}

.status {
    padding: 6px 10px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.completed {
    background: #d1fae5;
    color: #166534;
}

.in-progress {
    background: #dbeafe;
    color: #1e40af;
}

.pending {
    background: #fef3c7;
    color: #92400e;
}

.description {
    color: #475569;
    max-width: 320px;
}

.date {
    color: #64748b;
    white-space: nowrap;
}

.card {
    padding: 24px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    min-width: 280px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

/* Blue Efficiency Card */
.efficiency {
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    color: white;
}

/* White Cards */
.avg-time,
.attention {
    background: white;
    border: 1px solid #e5e7eb;
}

.metric-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.efficiency .icon-circle {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.avg-time .icon-circle {
    background: #dcfce7;
    color: #16a34a;
}

.attention .icon-circle {
    background: #fee2e2;
    color: #ef4444;
}

.title {
    font-size: 12px;
    font-weight: 700;
    opacity: 1;
    letter-spacing: 0.5px;
    color: #c3c6d6 !important;
}

.value {
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0;
    line-height: 1;
}

.subtitle {
    font-size: 10px;
    color: #737785;
    font-weight: 400;
}

.white-subtitle {
    color: #64748b;
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    .card {
        width: 100%;
        max-width: 340px;
    }
}

.system-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.badge {
    font-size: 13px;
    font-weight: 600;
}

.stat-card {
    background: white;
    border-radius: 16px;
    padding: 32px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.circle.green {
    font-size: 24px !important;
    color: #006d2f;
    border-color: #006d2f;
}

.circle.blue {
    font-size: 24px !important;
    color: #0040a1;
    border-color: #0040a1;
}

.circle.dgreen {
    font-size: 24px !important;
    color: #005322;
    border-color: #005322;
}

.blue-circle {
    font-size: 24px !important;
    color: #1e40af;
    border-color: #1e40af;
}

.green-circle {
    font-size: 24px !important;
    color: #10b981;
    border-color: #10b981;
}

.red-circle {
    font-size: 24px !important;
    color: #ef4444;
    border-color: #ef4444;
}

.blue-circle span {
    font-size: 24px !important;
    font-weight: 700;
    color: #1e40af;
    border-color: #1e40af;
}

.green-circle span {
    font-size: 24px !important;
    font-weight: 700;
    color: #10b981;
    border-color: #10b981;
}

.red-circle span {
    font-size: 24px !important;
    font-weight: 700;
    color: #ef4444;
    border-color: #ef4444;
}

.percentage {
    font-size: 32px;
    font-weight: 700;
}

.history-tile-title {
    font-size: 12px;
    font-weight: 700;
    color: #424654;
}

.history-tile-desc {
    font-size: 14px;
    color: #737785;
    margin-top: 4px;
    margin-bottom: 0px;
}

.privacy-banner {
    background: #0056d2;
    border-radius: 12px;
    padding: 0px 40px;
}

.privacy-banner h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ccd8ff !important;
    margin-bottom: 12px !important;
}

.privacy-banner p {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #ccd8ff !important;
    margin-bottom: 12px !important;
}

.privacy-banner .btn.download {
    color: #fff !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    font-size: 12px !important;
    padding: 8px 24px !important;
    background-color: #006d2f !important;
    text-decoration: none !important;
    margin-right: 10px !important;
}

.privacy-banner .btn.faq {
    color: #0040a1 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    font-size: 12px !important;
    padding: 8px 24px !important;
    background-color: #fff !important;
    text-decoration: none !important;
    margin-right: 10px !important;
}

.company-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0040a1 !important;
    margin-bottom: 0px !important;
}

.company-table td {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #424654 !important;
}

.company-table .badge.active {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #007232 !important;
    padding: 6px 15px !important;
    background-color: #5dfd8a !important;
}

.company-table .badge.inactive {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #93000a !important;
    padding: 6px 15px !important;
    background-color: #ffdad6 !important;
}

.company-table .badge.active .dot {
    background-color: #007232 !important;
}

.company-table .badge.inactive .dot {
    background-color: #93000a !important;
}

.company-table th {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #737785 !important;
    border-bottom: none !important;
}

.company-table thead tr th {
    background-color: #fff !important;
}

.company-table.table-container {
    background-color: #fff !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px -2px rgba(0, 64, 161, 0.15);
}

.address-cell {
    padding: 8px 12px;
    vertical-align: middle;
}

.address-pill {
    background: #f2f4f7; /* Light gray */
    color: #737785;
    font-size: 10px;
    padding: 4px 4px 4px 8px;
    border-radius: 8px; /* Pill shape */
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.address-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.copy-btn {
    width: 24px;
    height: auto;
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.copy-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Optional: Copy success feedback */
.copy-btn.copied {
    color: #22c55e;
}

.company-title a {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #0040a1 !important;
    margin-bottom: 0px !important;
}

.app-col span {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #191c1e !important;
    margin-bottom: 4px !important;
}

.app-col small {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #737785 !important;
    margin-bottom: 0px !important;
}

.owner-name {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #191c1e !important;
    margin-bottom: 0px !important;
}

.contact-details-col span {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #191c1e !important;
    margin-bottom: 4px !important;
}

.contact-details-col small {
    font-size: 10px !important;
    font-weight: 400 !important;
    color: #737785 !important;
    margin-bottom: 0px !important;
}

.env-col {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #0040a1 !important;
    margin-bottom: 0px !important;
}

.app-badge.active {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #007232 !important;
    padding: 6px 15px !important;
    background-color: #5dfd8a !important;
    border-radius: 999px !important;
}

.app-badge.inactive {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #93000a !important;
    padding: 6px 15px !important;
    background-color: #ffdad6 !important;
    border-radius: 999px !important;
}

.compliance-info {
    background: #c4e7ff; /* Light blue */
    border-radius: 32px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    min-height: 150px;
}

.info-icon {
    width: 64px;
    height: 64px;
    background: #1e2937; /* Dark color */
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon span {
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.info-content h4 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 400;
    color: #001e2c;
}

.info-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #004c69;
    width: 60%;
}

.btn-generate {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #fff !important;
    padding: 15px 24px !important;
    background-color: #0040a1 !important;
    border-radius: 8px !important;
}

.encryption-info {
    background: #5dfd8a33; /* Light green */
    border: 1px solid #5dfd8a4c;
    border-radius: 9999px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.info-icon.green {
    width: 24px;
    height: 24px;
    border: 2px solid #007232;
    background: #10b98100; /* Green */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
    color: #007232 !important;
    font-weight: 600;
}

.info-icon.green span {
    color: #007232 !important;
    font-size: 14px;
}

.encryption-info p {
    margin: 0;
    font-size: 14px;
    color: #007232;
    line-height: 1.5;
}

.info-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #c3c6d633;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.icon-wrapper {
    width: 40px;
    height: 40px;
    background: #eff6ff00;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 24px;
    color: #3b82f6;
}

.info-card h5 {
    font-size: 12px;
    font-weight: 700;
    color: #191c1e;
    margin-bottom: 12px;
}

.info-card p {
    font-size: 14px;
    font-weight: 400;
    color: #424654;
    line-height: 1.5;
    margin: 0;
}

/* =========================
   DATATABLE CUSTOM DESIGN
========================= */

.dataTables_wrapper {
    padding: 0;
}

/* Search Box */
.dataTables_filter {
    /* margin-bottom: 20px; */
}

.dataTables_filter input {
    border: 1px solid #e4e7ec !important;
    border-radius: 12px !important;
    height: 44px !important;
    padding: 10px 15px !important;
    background: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Show Entries */
.dataTables_length select {
    border-radius: 10px !important;
    padding: 5px 10px !important;
    border: 1px solid #e4e7ec !important;
}

/* Pagination */
.dataTables_paginate {
    /* margin-top: 20px !important; */
}

.dataTables_paginate .paginate_button {
    border: none !important;
    background: #f2f4f7 !important;
    color: #344054 !important;
    border-radius: 10px !important;
    margin: 0 4px !important;
    min-width: 40px;
    height: 40px;
    line-height: 28px;
    transition: 0.3s;
}

.dataTables_paginate .paginate_button.current {
    background: #0040a1 !important;
    color: #fff !important;
}

.dataTables_paginate .paginate_button:hover {
    background: #0040a1 !important;
    color: #fff !important;
}

/* Table */
table.dataTable {
    margin-top: 0 !important;
}

table.dataTable thead th {
    border-bottom: none !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

/* Mobile */
@media (max-width: 767px) {
    .dataTables_wrapper .row {
        row-gap: 15px;
    }

    .dataTables_filter {
        text-align: left !important;
    }

    .dataTables_length,
    .dataTables_filter,
    .dataTables_info,
    .dataTables_paginate {
        text-align: left !important;
    }
}

.badge.ch-active {
    font-size: 12px;
    font-weight: 600;
    background-color: #5dfd8a;
    color: #006d2f;
    padding: 4px 12px;
}

.badge.ch-dpo {
    font-size: 12px;
    font-weight: 600;
    background-color: #fff;
    color: #424654;
    padding: 4px 12px;
}

.badge.ch-withdrawn {
    font-size: 12px;
    font-weight: 600;
    background-color: #ffdad6;
    color: #93000a;
    padding: 4px 12px;
}

.page-link {
    border-radius: 4px !important;
}

.active > .page-link,
.page-link.active {
    background-color: #0040a1 !important;
    border-color: #0040a1 !important;
    color: #fff !important;
}

.main-card.tile {
    height: 100% !important;
    min-height: 220px; /* Aap isko apne design ke hisab se adjust kar sakte ho */
    padding: 24px 16px;
    margin: 0 20px;
}

.main-card.tile .d-flex {
    height: 100%;
}

/* Targets the length dropdown inside standard DataTables wrappers */
.dataTables_wrapper select[name$="_length"],
.dt-container select[name$="_length"] {
    width: 60px !important;
    display: inline-block;
}

/* Left Card - Blue */
.left-card1 {
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: white;
    border-radius: 16px;
    padding: 32px;
    flex: 1; /* Equal width + equal height */
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.left-card1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("assets/images/bulk.png") center/cover;
    opacity: 0.15;
    z-index: 0;
}

.left-content1 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.title1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ccd8ff;
}

.subtitle1 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #ccd8ff;
    flex-grow: 1; /* Pushes button to bottom */
}

.btn-bulk-user {
    background-color: white;
    color: #0040a1;
    padding: 8px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    align-self: flex-start;
}

.btn-bulk-user:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Right Card - Light */
.right-card1 {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    flex: 1; /* Equal width + equal height */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.sparkle1 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 12px;
}

.right-title1 {
    font-size: 24px;
    font-weight: 600;
    color: #0040a1;
    margin-bottom: 8px;
}

.right-text1 {
    font-size: 16px;
    line-height: 1.6;
    color: #424654;
    flex-grow: 1;
}

.bulk-img {
    position: absolute;
    right: -30px;
    top: -32px;
    width: 50%;
}

/* responsive css */
@media (max-width: 1399px) {
    .main-card h2 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 6px;
    }

    .main-card h3 {
        font-size: 13px;
        line-height: 24px;
    }

    .main-btn {
        border: none;
        border-radius: 9999px;
        background: #0040a1;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
    }

    .main-card.counters h2 {
        font-size: 32px;
        font-weight: 700;
        color: #191c1e;
        line-height: 52px;
        margin-bottom: 6px;
    }

    .main-card.graphs h2 {
        font-size: 18px;
        line-height: 31px;
        margin-bottom: 6px;
    }

    .purpose-leaderboard .bar-label {
        font-weight: 600;
        font-size: 12px;
        color: #191c1e;
        min-width: 160px;
    }

    .sidebar ul li {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 24px;
        transition: 0.3s;
    }

    .sidebar {
        width: 230px;
    }

    .content {
        margin-left: 230px;
    }

    .main-card.tile {
        height: 100% !important;
        min-height: 200px;
        padding: 24px 16px 0px;
    }

    .main-card {
        padding: 8px 24px;
        border-radius: 12px;
        margin-bottom: 18px;
    }
}

@media (max-width: 1024px) {
    .main-card h2 {
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 6px;
    }

    .main-card h3 {
        font-size: 11px;
        line-height: 24px;
    }

    .main-btn {
        border: none;
        border-radius: 9999px;
        background: #0040a1;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
    }

    .main-card.counters h2 {
        font-size: 24px;
        font-weight: 700;
        color: #191c1e;
        line-height: 52px;
        margin-bottom: 6px;
    }

    .main-card.counters img {
        width: 32px;
        height: 32px;
    }

    .main-card.graphs h2 {
        font-size: 14px;
        line-height: 31px;
        margin-bottom: 6px;
    }

    .main-card.counters h3 {
        font-size: 10px;
    }

    .main-card.counters h4 {
        font-size: 10px;
    }

    .purpose-leaderboard .bar-label {
        font-weight: 600;
        font-size: 10px;
        color: #191c1e;
        min-width: 160px;
    }

    .purpose-leaderboard .consent-value {
        font-weight: 600;
        color: #0040a1;
        font-size: 10px;
    }

    .time-btn {
        border: none;
        border-radius: 9999px;
        font-size: 8px;
    }

    .bar-value {
        position: absolute;
        top: 0px;
        font-weight: 600;
        color: #0d6efd;
        font-size: 8px;
    }

    .bar-label {
        font-size: 8px;
    }

    .sidebar ul li {
        display: flex;
        align-items: center;
        font-size: 10px;
        line-height: 24px;
        transition: 0.3s;
        padding: 6px 12px;
    }

    .sidebar ul li img {
        width: 12px;
        height: 12px;
        margin-right: 6px !important;
    }

    .sidebar ul li.set-btm.settings {
        bottom: 36px;
        width: 85%;
    }

    .sidebar {
        width: 200px;
        padding: 10px;
    }

    .content {
        margin-left: 200px;
    }

    .main-card.tile {
        height: 100% !important;
        min-height: auto;
        padding: 24px 16px 0px;
    }

    .main-card {
        padding: 8px 24px;
        border-radius: 12px;
        margin-bottom: 18px;
    }

    .nav-logo img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        margin-bottom: 14px;
    }

    .nav-logo h6 {
        font-size: 18px;
        line-height: 10px;
        margin-bottom: 5px;
    }

    .nav-logo p {
        font-size: 8px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .nav-logo {
        margin-bottom: 0px;
    }

    .search input[type="text"] {
        font-size: 10px;
    }

    .bell-container img,
    .help-container img {
        width: 16px;
        height: 16px;
    }

    .profile-dropdown img {
        width: 24px !important;
        height: 24px !important;
    }
}

/* By 06-06-2026 */
.app-badge.pause {
    background: #e9e9e9;
    color: #5e5e5e;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 6px 15px !important;
    border-radius: 999px !important;
}

.app-badge.expired {
    background: #fee2e2;
    color: #991b1b;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 6px 15px !important;
    border-radius: 999px !important;
}

