@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* form */
.form-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.form-label span {
    color: var(--bs-danger) !important;
}

.app-breadcrumb {
    margin-bottom: 1rem;
}

.app-breadcrumb .breadcrumb {
    justify-content: end;
    margin-bottom: 0;
}

.app-breadcrumb .breadcrumb .breadcrumb-item {
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
}

.app-breadcrumb .breadcrumb .breadcrumb-item a {
    text-decoration: none;
}

/* app-navbar */
.app-navbar {
    border-bottom: 1px solid #F2F2F7;
    background-color: var(--bs-white);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.app-navbar .navbar {
    padding: 0;
}

.app-navbar .navbar .navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.app-navbar .navbar .navbar-brand span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.app-navbar .navbar .navbar-brand img {
    height: 3rem;
}

.app-navbar .navbar .navbar-nav {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.app-navbar .navbar .navbar-nav .nav-item {
    min-height: 2.50rem;
    min-width: 2.50rem;
    background-color: var(--bs-primary-bg-subtle);
    border-radius: var(--bs-border-radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-navbar .navbar .navbar-nav .nav-item:hover {
    background-color: var(--bs-primary);
}

.app-navbar .navbar .navbar-nav .nav-item:hover a {
    color: var(--bs-white);
}

.app-navbar .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.app-navbar .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 20px;
    color: var(--bs-primary-1);
}

.app-navbar .navbar .navbar-nav .nav-item .nav-link .badge {
    font-size: 08px;
}

/* nav-profile */
.app-navbar .navbar .nav-profile {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    padding: 0.50rem;
    position: relative;
    border-left: 2px solid var(--bs-primary-bg-subtle);
    transition: 0.3s all;
}

.app-navbar .navbar .nav-profile img {
    height: 2.600rem;
    width: 2.600rem;
    border-radius: var(--bs-border-radius-lg);
    border: 2px solid var(--bs-border-color);
}

.app-navbar .navbar .nav-profile h6 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.app-navbar .navbar .nav-profile p {
    margin-bottom: 0;
    color: var(--bs-secondary);
}

.app-navbar .navbar .nav-profile:hover {
    background-color: var(--bs-light);
}

/* side-bar */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    padding: 10px;
    background: var(--bs-white);
    z-index: 100;
    transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
    box-shadow: 0 .125rem .375rem #22303e14;
}

.sidebar.close {
    width: 70px;
}

.sidebar.close:hover {
    width: 250px;
}

.sidebar .menu-bar {
    height: calc(100% - 55px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
    min-height: 100%;
    /* padding: 10px; */
}

.sidebar .menu {
    margin-top: 50px;
}

.sidebar .menu-bar .bottom-content {
    position: sticky;
    bottom: 0;
    background-color: var(--bs-white);
    z-index: 100;
}

.sidebar .menu-bar .menu-links {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.sidebar .menu-bar .menu .menu-links .nav-link {
    height: 45px;
    margin-top: 0.50rem;
}

.sidebar .menu-bar .menu .menu-links .nav-link.active a {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.sidebar .menu-bar .menu .menu-links .nav-link.active a .text,
.sidebar .menu-bar .menu .menu-links .nav-link.active a .icon {
    color: var(--bs-white);
}

.sidebar .menu-bar .menu .menu-links .nav-link a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s;
}

.sidebar .icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    min-width: 50px;
    border-radius: var(--bs-border-radius-sm);
}

.sidebar .text,
.sidebar .icon {
    color: #707070;
}

.sidebar .menu-bar .text {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 1;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item {
    border: 0;
    margin-top: 0.50rem;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .text,
.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon {
    color: var(--bs-white) !important;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button {
    padding: 0;
    background-color: var(--bs-white);
    box-shadow: none;
    height: 45px;
    border-radius: 4px;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:hover {
    background-color: var(--bs-primary);
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:hover span,
.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:hover i {
    color: var(--bs-white) !important;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .icon,
.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .text,
.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    color: var(--bs-white);
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-body {
    padding: 0;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-body ul {
    padding: 0;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-body ul li {
    margin: 0.25rem 0;
    height: 40px;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-body ul li a {
    text-decoration: none;
    color: var(--bs-secondary);
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-body ul li a:hover {
    background-color: #cfe2ff;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-body ul li a:hover .text,
.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-body ul li a:hover .icon {
    color: var(--bs-primary) !important;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-body ul li .text {
    font-size: 14px;
    text-wrap: nowrap;
}

.sidebar .menu-bar .bottom-content .nav-link {
    height: 45px;
    list-style: none;
    border-radius: 4px;
}

.sidebar .menu-bar .bottom-content .nav-link:hover {
    background-color: var(--bs-primary);
}

.sidebar .menu-bar .bottom-content .nav-link:hover a .text,
.sidebar .menu-bar .bottom-content .nav-link:hover a .icon {
    color: var(--bs-white) !important;
}

.sidebar .menu-bar .bottom-content .nav-link.active {
    background-color: var(--bs-primary);
}

.sidebar .menu-bar .bottom-content .nav-link.active a .text,
.sidebar .menu-bar .bottom-content .nav-link.active a .icon {
    color: var(--bs-white);
}

.sidebar .menu-bar .bottom-content .nav-link a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s;
}

.sidebar .menu-bar .bottom-content .nav-link a:hover .text,
.sidebar .menu-bar .bottom-content .nav-link a:hover .icon {
    color: var(--bs-primary);
}

.sidebar .menu-bar::-webkit-scrollbar {
    display: none;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header:hover .accordion-button::after {
    color: var(--bs-white) !important;
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "\ea4a";
    font-family: 'boxicons';
    font-size: 18px;
    font-weight: normal;
    background: none;
    margin-right: 8px;
    color: #707070;
    transition: transform 0.3s ease;
}

.sidebar .menu-bar .menu .menu-links .nav-link a:hover .text,
.sidebar .menu-bar .menu .menu-links .nav-link a:hover .icon {
    color: var(--bs-white);
}

.sidebar .menu-bar .menu .menu-links .nav-link a:hover {
    background-color: var(--bs-primary);
}

.sidebar li a:hover .icon,
.sidebar li a:hover .text {
    color: var(--bs-white);
}

.sidebar li a:hover .icon,
.sidebar li a:hover .text {
    color: var(--bs-white);
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:hover {
    color: var(--bs-primary);
}

.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:hover .icon,
.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:hover .text,
.sidebar .menu-bar .menu .menu-links .menu-dropdown .accordion .accordion-item .accordion-header .accordion-button:hover::after {
    color: var(--bs-white) !important;
}

/* page-wrapper */
.sidebar.close~.page-wrapper {
    margin-left: 70px;
    margin-bottom: 30px;
}


.page-wrapper {
    margin-left: 250px;
    transition: margin 0.3s ease-in-out;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #f7f7ff;
    position: relative;
}

.page-wrapper .update-notification {
    background-color: var(--bs-primary);
}

.page-wrapper .update-notification .alert {
    font-size: 14px;
    color: var(--bs-white);
    text-align: center;
    padding: 0.50rem 1rem;
    margin-bottom: 0;
}

.page-wrapper .update-notification .alert span {
    font-weight: 600;
}

.page-wrapper .update-notification .alert .btn-close {
    box-shadow: none;
    color: var(--bs-white);
    font-size: 24px;
    padding: 0.25rem;
    margin-right: 1rem;
    opacity: 1;
    background: none;
    background-color: var(--bs-primary);
}

.page-wrapper .home-section .card {
    border: 2px solid #ECEEF6;
    width: 100%;
    overflow: hidden;
}

/* .page-wrapper  */
.page-wrapper .home-section {
    padding: 1.50rem;
    /* position: relative; */
}

.page-wrapper .home-section .top-section {
    margin-bottom: 1rem;
}

.page-wrapper .home-section .top-section .filter-action {
    display: flex;
    justify-content: end;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 1rem;
}

.page-wrapper .home-section .top-section .filter-action .form-control,
.page-wrapper .home-section .top-section .filter-action .form-select {
    border-radius: var(--bs-border-radius-lg);
    border: 2px solid var(--bs-border-color);
    color: var(--bs-secondary);
    font-weight: 500;
    width: 50%;
}

.page-wrapper .home-section .top-section .filter-action .form-select {
    text-transform: capitalize;
}

.page-wrapper .home-section .top-section .filter-action .btn {
    background-color: var(--bs-white);
    border: 2px solid var(--bs-border-color);
    font-weight: 500;
    color: var(--bs-secondary);
    display: flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: var(--bs-border-radius-lg);
}

.page-wrapper .home-section .top-section .filter-action .btn i {
    font-size: 18px;
}

.page-wrapper .home-section .top-section h5 {
    margin-bottom: 0;
}

.page-wrapper .home-section .dashboard-cards .card {
    border: 2px solid #ECEEF6;
    border-radius: var(--bs-border-radius-lg);
    width: 100%;
}

/* Centering Card */
.login-page {
    background-color: var(--bs-primary);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.login-page .card {
    border: none;
    max-width: 900px;
    width: 100%;
    box-shadow: var(--bs-box-shadow);
    overflow: hidden;
    border-radius: var(--bs-border-radius-lg);
}

.login-page .login-left p {
    color: var(--bs-secondary);
}

.login-page .login-left h2 {
    font-weight: 600;
}

.login-page .login-right {
    background-image: url(../img/icoimage.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.login-page .login-left .tpin-input {
    letter-spacing: 10px;
    text-align: center;
    font-size: 1.5rem;
}

.login-page .login-left .toggle-password {
    cursor: pointer;
    font-size: 1.2rem;
}

.login-page .login-left .otp-box {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.login-page .login-left .otp-box:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

/* Enhanced Login Page Styles */
.login-page .login-left .form-control {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.login-page .login-left .form-control:focus {
    border-color: var(--bs-primary);
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
    transform: translateY(-1px);
}

.login-page .login-left .form-control:hover {
    border-color: #adb5bd;
    background-color: #ffffff;
}

.login-page .login-left .form-control::placeholder {
    color: #6c757d;
    font-weight: 400;
}

/* Enhanced Submit Button */
.login-page .login-left .btn-primary {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #0056b3 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.login-page .login-left .btn-primary:hover {
    background: linear-gradient(135deg, #0056b3 0%, var(--bs-primary) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
}

.login-page .login-left .btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

.login-page .login-left .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.login-page .login-left .btn-primary:hover::before {
    left: 100%;
}

/* Enhanced Form Labels */
.login-page .login-left .form-label {
    color: #495057;
}

/* Textbox ke andar icons ke liye space reserve */
.position-relative .form-control {
    padding-right: 75px;  /* enough space for both icons */
}

/* Eye icon (sabse right) */
.login-page .login-left .toggle-password {
    position: absolute;
    top: 53%;
    right: 31px;   /* border se 10px */
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #6c757d;
    cursor: pointer;
    border-radius: 6px;
}

/* Alert icon (eye ke left me fix) */
#passwordAlert {
    position: absolute;
    top: 50%;
    right: 45px;   /* eye icon se ~35px left */
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #dc3545;
}


.login-page .login-left .toggle-password:hover {
    color: var(--bs-primary);
    background-color: rgba(13, 110, 253, 0.1);
}

/* Enhanced Checkbox */
.login-page .login-left .form-check-input {
    border: 2px solid #dee2e6;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.login-page .login-left .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.login-page .login-left .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

/* Enhanced Forgot Password Link */
.login-page .login-left a[href="forgot-password.html"] {
    color: var(--bs-primary);
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.3s ease;
}

.login-page .login-left a[href="forgot-password.html"]:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Global Footer Styling */
.footer {
    background: var(--bs-white);
    left: 250px;
    right: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
    z-index: 3;
}

.footer p {
    margin: 0;
    padding: 0;
}

/* Sidebar closed state adjustments */
.sidebar.close~.page-wrapper {
    margin-left: 70px;
}

/* api-docs */
.api-docs .card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.api-docs .card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px 16px 0 0 !important;
    padding: 1.5rem;
    border: none;
}

.api-docs .card-body {
    padding: 2rem;
}

.api-docs .endpoint {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    border-left: 4px solid #667eea;
    margin-bottom: 1rem;
}

.api-docs .method {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 1rem;
}

.api-docs .endpoint-url {
    color: #495057;
    font-weight: 600;
}

.api-docs .section-title {
    color: #495057;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.api-docs .table {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.api-docs .table th {
    background: #f8f9fa;
    border: none;
    font-weight: 600;
    color: #495057;
    padding: 1rem;
}

.api-docs .table td {
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #e9ecef;
    vertical-align: middle;
}

.api-docs .required {
    background: #dc3545;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.api-docs .optional {
    background: #6c757d;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.api-docs .code-block {
    background: #2d3748;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1rem 0;
    overflow-x: auto;
    position: relative;
}

.api-docs .code-block pre {
    margin: 0;
    color: #e2e8f0;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Source Code Pro', monospace;
    font-size: 13px;
    line-height: 1.6;
}

.api-docs .code-block code {
    color: #e2e8f0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
}

.api-docs .response-example {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    border-left: 4px solid #28a745;
    margin: 1rem 0;
}

.api-docs .error-example {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
    border-left: 4px solid #dc3545;
    margin: 1rem 0;
}

.api-docs .status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 0.5rem;
}

.api-docs .status-success {
    background: #d4edda;
    color: #155724;
}

.api-docs .status-error {
    background: #f8d7da;
    color: #721c24;
}

.api-docs .status-warning {
    background: #fff3cd;
    color: #856404;
}

.api-docs .nav-tabs {
    border: none;
    margin-bottom: 2rem;
}

.api-docs .nav-tabs .nav-link {
    border: none;
    border-radius: 8px;
    margin-right: 0.5rem;
    padding: 0.75rem 1.5rem;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.3s ease;
}

.api-docs .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.api-docs .nav-tabs .nav-link:hover {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}

.api-docs .copy-btn {
    background: #6c757d;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 1rem;
}

.api-docs .copy-btn:hover {
    background: #495057;
}

.api-docs .copy-btn.copied {
    background: #28a745;
}

/* Inline code styling */
.api-docs code:not(.code-block code) {
    background: #f1f5f9;
    color: #dc2626;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', monospace;
    font-size: 13px;
    font-weight: 600;
}

/* profile */
.my-profile-card .card {
    overflow: hidden;
}

.my-profile-card .card .head-bg {
    height: 8rem;
    object-fit: cover;
    width: 100%;
    pointer-events: none;
}

.my-profile-card .card .card-body .profil-name-overview {
    margin-top: -5rem;
    text-align: left;
}

.my-profile-card .card .card-body .profil-name-overview img {
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    border: 1px solid #ddd;
    object-fit: cover;
    margin-bottom: 1rem;
}

.my-profile-card .card .card-body .profil-name-overview ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.my-profile-card .card .card-body .profil-name-overview ul li {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    font-weight: 500;
}

.my-profile-card .card .card-body .profil-name-overview ul li img {
    height: 1.5rem;
    border-radius: 4px;
    width: 1.5rem;
    pointer-events: none;
    margin: 0 !important;
}

.my-profile-card .card .card-body .my-profile-tabs .nav {
    margin-bottom: 1rem;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.my-profile-card .card .card-body .my-profile-tabs .nav::-webkit-scrollbar {
    display: none;
}

.my-profile-card .card .card-body .my-profile-tabs .nav-link {
    background-color: #fff;
    font-weight: 500;
    white-space: nowrap;
    color: #6c757d;
}

.my-profile-card .card .card-body .my-profile-tabs .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
}

.my-profile-card .card .card-body .manage-profile p {
    color: #6c757d;
    margin-bottom: 0.25rem;
    font-size: 14px;
}

.my-profile-card .card .card-body .manage-profile p:last-of-type {
    color: #212529;
    margin-bottom: 0;
    font-size: 1rem;
    /* font-weight: 500; */
}


/* registration */
.register-page .card .card-body .stepper {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.register-page .card .card-body .stepper .step {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
}

.register-page .card .card-body .stepper .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--bs-white);
    z-index: 2;
}

.register-page .card .card-body .stepper .line {
    flex: 1;
    height: 2px;
    background: #dee2e6;
    position: relative;
    margin: 0 10px;
    z-index: 1;
}

.register-page .card .card-body .step.active .circle {
    background-color: var(--bs-primary);
}

.register-page .card .card-body .step.completed .circle {
    background-color: var(--bs-primary);
}

.register-page .card .card-body .step.completed .circle::before {
    content: "✔";
    font-size: 16px;
}

.register-page .card .card-body .step.completed .circle span {
    display: none;
}

.register-page .card .card-body .step .label {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.register-page .card .card-body .step .desc {
    font-size: 12px;
    color: var(--bs-secondary);
    margin: 0;
}

.register-page .card .card-body .form-section {
    display: none;
}

.register-page .card .card-body .form-section.active {
    display: block;
}

/* app table */
.app-table .card {
    border: none;
    border-radius: 10px;
}

.app-table .card .card-header {
    background: white;
    border-bottom: 1px solid #e9ecef;
}

.app-table .card .card-header .card-title {
    color: var(--bs-dark);
    font-weight: 600;
    font-size: 1.2rem;
}

.app-table .card .card-body .table th {
    border-top: none;
    border-bottom: 2px solid #e9ecef;
    font-weight: 600;
    color: #566a7f;
    padding: 1rem 0.75rem;
}

.app-table .card .card-body .table td {
    padding: .75rem 0.75rem;
    vertical-align: middle;
}

.app-table .card .card-body .table td .badge {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
}

.app-table .card .card-body .table td .badge .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.app-table .card .card-body .table td .avatar img {
    object-fit: cover;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_length {
    margin-bottom: 1rem;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_filter {
    margin-bottom: 1rem;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_info {
    padding-top: 1rem;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_paginate {
    padding-top: 1rem;
}

/* Custom pagination styling to match the image exactly */
.app-table .card .card-body .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #d1d5db;
    background: #f9fafb;
    color: #6b7280 !important;
    padding: 0.5rem 0.75rem;
    margin: 0 3px;
    border-radius: 0.375rem;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
    font-size: 0.875rem;
    font-weight: 500;
    min-width: 40px;
    text-align: center;
    display: inline-block;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f3f4f6;
    border-color: #9ca3af;
    color: #374151 !important;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #3b82f6 !important;
    border-color: #3b82f6 !important;
    color: white !important;
    font-weight: 600;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: white !important;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #9ca3af !important;
    background: #f9fafb;
    border-color: #d1d5db;
    cursor: not-allowed;
    opacity: 0.6;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_info {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    padding-top: 1rem;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_paginate {
    padding-top: 1rem;
    text-align: right;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_length {
    margin-bottom: 1rem;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_filter {
    margin-bottom: 1rem;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_length select {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}

.app-table .card .card-body .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
}

.app-table .card .card-body .table thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #566a7f;
    font-size: 14px;
    padding: 1rem 0.75rem;
    vertical-align: middle;
}

.app-table .card .card-body .table tbody tr {
    border-bottom: 1px solid #f1f3f4;
}

.app-table .card .card-body .table tbody tr:hover {
    background-color: #f8f9fa;
}

.app-table .card .card-body .card-body {
    padding: 1.5rem;
}

.app-table .card .card-body .btn-outline-secondary {
    border-color: #d1d5db;
    color: #6b7280;
}

.app-table .card .card-body .btn-outline-secondary:hover {
    background-color: #f3f4f6;
    border-color: #9ca3af;
    color: #374151;
}

.app-table .card .card-body .btn-outline-primary {
    border-color: #3b82f6;
    color: #3b82f6;
}

.app-table .card .card-body .btn-outline-primary:hover {
    background-color: #3b82f6;
    border-color: #3b82f6;
    color: white;
}

.app-table .card .card-body .badge {
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
}

.app-table .card .card-body .badge.bg-primary {
    background-color: #6366f1 !important;
}

.app-table .card .card-body .badge.bg-danger {
    background-color: #ef4444 !important;
}

.app-table .card .card-body .badge.bg-info {
    background-color: #06b6d4 !important;
}

.app-table .card .card-body .badge.bg-success {
    background-color: #10b981 !important;
}

.app-table .card .card-body .avatar img {
    object-fit: cover;
    border: 2px solid #e5e7eb;
}

.app-table .card .card-body .rounded-circle {
    border: 2px solid #e5e7eb;
}

/* Search box styling */
.app-table .card .search-box {
    display: flex;
    align-items: center;
}

.app-table .card .search-box .form-label {
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 0;
}

.app-table .card .search-box .form-control {
    width: 250px;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}

.app-table .card .search-box .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.25);
}

.app-table .card .card-body table.table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    box-shadow: none !important;
}

.app-table .card .card-body .dt-info {
    color: var(--bs-secondary) !important;
}

.app-table .card .card-body .pagination {
    gap: 10px;
}

.app-table .card .card-body .pagination .page-link {
    border-radius: 5px;
    padding: 4px 12px;
}

.bg-gradient-cosmic {
    background: linear-gradient(to right, #8e2de2, #4a00e0) !important;
}

.bg-gradient-ibiza {
    background: #ee0979;
    background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
    background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}

.bg-gradient-quepal {
    background: #42e695;
    background: -webkit-linear-gradient(45deg, #42e695, #3bb2b8) !important;
    background: linear-gradient(45deg, #42e695, #3bb2b8) !important;
}

/*  */
.dropdown-toggle::after {
    display: none;
}

.bg-gradient-scooter {
    background: #17ead9;
    background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
    background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}

.widgets-icons-2 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 27px;
    border-radius: 10px;
}

.bg-gradient-bloody {
    background: #f54ea2;
    background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
    background: linear-gradient(45deg, #f54ea2, #ff7676) !important;
}

.bg-gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
    background: linear-gradient(45deg, #00b09b, #96c93d) !important;
}

.bg-gradient-blooker {
    background: #ffdf40;
    background: -webkit-linear-gradient(45deg, #ffdf40, #ff8359) !important;
    background: linear-gradient(45deg, #ffdf40, #ff8359) !important;
}

.dt-buttons {
    display: none !important;
}

.select2-selection--single {
    height: 38px !important;
    border-radius: 0.375rem !important;
    border-color: #dee2e6 !important;
}

.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-selection__clear {
    line-height: 38px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

/* all serivces */
.services-overview {
    padding: 2rem 0;
}

/* Service Statistics Cards */
.services-overview .service-stat-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 1rem;
    padding: 1.5rem;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.services-overview .service-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.services-overview .service-stat-card:nth-child(2) {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.services-overview .service-stat-card:nth-child(3) {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.services-overview .service-stat-card:nth-child(4) {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.services-overview .service-stat-card .stat-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.services-overview .service-stat-card .stat-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.services-overview .service-stat-card .stat-content p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}

/* Section Headers */
.services-overview .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.services-overview .section-header h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.services-overview .section-header p {
    font-size: 1.1rem;
    color: #718096;
    max-width: 600px;
    margin: 0 auto;
}

/* Service Cards */
.services-overview .service-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid #f7fafc;
    text-align: center;
}

.services-overview .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.services-overview .service-card .service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.services-overview .service-card .service-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

/* Service Card Links */
.services-overview .service-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.services-overview .service-card-link:hover {
    text-decoration: none;
    color: inherit;
}

/* Remove unused styles */
.services-overview .service-features,
.services-overview .service-actions,
.services-overview .feature-tag {
    display: none;
}

/* API Credentials Page Styles */
.credential-section {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.credential-section:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.section-title {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.section-title i {
    color: #3b82f6;
    font-size: 1.2rem;
}

.response-section {
    margin-top: 1.5rem;
}

.response-tabs {
    margin-bottom: 1rem;
}

.response-tabs .btn {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.json-response-box {
    position: relative;
    background: #1e293b;
    border-radius: 12px;
    padding: 1.5rem;
    overflow: hidden;
}

.json-code {
    color: #e2e8f0;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

.copy-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e2e8f0;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.copy-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    transform: scale(1.05);
}

/* Notification styles */
@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.notification-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    margin-left: auto;
    padding: 0;
    line-height: 1;
}

.notification-close:hover {
    opacity: 0.8;
}

.receipt-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
}

.receipt-header {
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 15px;
}

.receipt-header h4 {
    color: #0d6efd;
    font-weight: bold;
}

.receipt-details .row {
    border-bottom: 1px solid #f8f9fa;
    padding: 8px 0;
}

.receipt-details .row:last-child {
    border-bottom: none;
}

.receipt-footer {
    border-top: 2px solid #e9ecef;
    padding-top: 15px;
}