/* _content/VedalexGlobalCoreWeb/Areas/Global/Views/Global/Dashboard.cshtml.rz.scp.css */

.dash-card[b-jam2jdosra] {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.06);
    background: #fff;
    height: 100%;
}

.dash-header[b-jam2jdosra] {
    padding: 14px 18px;
    background: linear-gradient(135deg,#2563eb,#3b82f6);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

    .dash-header i[b-jam2jdosra] {
        margin-right: 8px;
    }

.dash-table[b-jam2jdosra] {
    margin-bottom: 0;
}

    .dash-table thead th[b-jam2jdosra] {
        background: #f8fafc;
        color: #64748b;
        font-size: 13px;
        font-weight: 600;
        border-bottom: 1px solid #e5e7eb;
        text-align: center;
    }

    .dash-table td[b-jam2jdosra] {
        vertical-align: middle;
        text-align: center;
        padding: 12px;
    }

    .dash-table tbody tr:hover[b-jam2jdosra] {
        background: #f8fbff;
    }

.total-count[b-jam2jdosra] {
    color: #2563eb;
    font-weight: 700;
}

.pending[b-jam2jdosra] {
    color: #f59e0b;
    font-weight: 600;
}

.approved[b-jam2jdosra] {
    color: #10b981;
    font-weight: 600;
}

.rejected[b-jam2jdosra] {
    color: #ef4444;
    font-weight: 600;
}

.section-gap[b-jam2jdosra] {
    margin-bottom: 24px;
}

.dashboard-link[b-jam2jdosra] {
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    color: #0d6efd;
}

    .dashboard-link:hover[b-jam2jdosra] {
        text-decoration: underline;
    }
/* _content/VedalexGlobalCoreWeb/Areas/Global/Views/Global/login.cshtml.rz.scp.css */
body[b-luf6qelo5j] {
    font-family: 'Lexend', sans-serif;
}

.admin-wrap[b-luf6qelo5j] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/WorldMapGlobe.webp);
    background-size: cover;
    object-fit: cover;
    background-position: center;
}

[b-luf6qelo5j] .admin-wrap {
    min-height: 540px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 12px;
    position:relative;
}
    [b-luf6qelo5j] .admin-wrap::after {
        content: '';
        background: #6366f157;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9;

    }
[b-luf6qelo5j] .login-card {
    background: #ffffffde;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.75rem 1.25rem;
    width: 100%;
    max-width: 410px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    backdrop-filter: blur(26px);
    z-index: 99;
}

[b-luf6qelo5j] .brand-icon {
    max-width: 60%;
    height: 54px;
    color: #4f46e5;
    margin-bottom: 1.4rem;
    margin: 0px auto;
    margin-bottom: 20px;
}


[b-luf6qelo5j].login-card h2 {
    color: #0f172a;
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}


[b-luf6qelo5j].login-card p.sub {
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 10px;
}


[b-luf6qelo5j] .form-label {
    color: #475569;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 0.4rem;
}


[b-luf6qelo5j] .input-group-text {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-right: none !important;
    color: #94a3b8 !important;
    border-radius: 12px 0 0 12px !important;
    padding: 0 0.85rem;
    font-size: 17px;
}

.form-control[b-luf6qelo5j] {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: none !important;
    color: #0f172a !important;
    border-radius: 0 12px 12px 0 !important;
    padding: 0.7rem 0.9rem !important;
    font-size: 0.875rem !important;
    font-family: 'Lexend', sans-serif !important;
    font-weight: 400;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .form-control:focus[b-luf6qelo5j] {
        border-color: #6366f1 !important;
        box-shadow: none !important;
        outline: none;
        background: #fff !important;
    }

.input-group:focus-within .input-group-text[b-luf6qelo5j] {
    border-color: #6366f1 !important;
    background: #fff !important;
    color: #6366f1 !important;
}

.form-control[b-luf6qelo5j]::placeholder {
    color: #cbd5e1 !important;
    font-weight: 300;
}

.toggle-pw[b-luf6qelo5j] {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-left: none !important;
    color: #94a3b8 !important;
    border-radius: 0 12px 12px 0 !important;
    cursor: pointer;
    padding: 0 0.85rem;
    font-size: 17px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
}

    .toggle-pw:hover[b-luf6qelo5j] {
        color: #6366f1 !important;
    }

.input-group:focus-within .toggle-pw[b-luf6qelo5j] {
    border-color: #6366f1 !important;
    background: #fff !important;
}

.no-right-radius[b-luf6qelo5j] {
    border-right: none !important;
    border-radius: 0 !important;
}

.btn-login[b-luf6qelo5j] {
    background: #4f46e5;
    border: none;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'Lexend', sans-serif;
    padding: 0.75rem;
    width: 100%;
    transition: background 0.2s, transform 0.1s;
    margin-top: 0.5rem;
    letter-spacing: 0.01em;
}

    .btn-login:hover[b-luf6qelo5j] {
        background: #4338ca;
        color: #fff;
        transform: translateY(-1px);
    }

    .btn-login:active[b-luf6qelo5j] {
        transform: scale(0.98);
    }

    .btn-login:disabled[b-luf6qelo5j] {
        background: #a5b4fc;
        cursor: not-allowed;
        transform: none;
    }

.form-check-input[b-luf6qelo5j] {
    border-color: #cbd5e1 !important;
    border-radius: 6px !important;
    cursor: pointer;
}

    .form-check-input:checked[b-luf6qelo5j] {
        background-color: #4f46e5 !important;
        border-color: #4f46e5 !important;
    }

.form-check-label[b-luf6qelo5j] {
    color: #64748b;
    font-size: 0.83rem;
    font-weight: 300;
    cursor: pointer;
}

.forgot-link[b-luf6qelo5j] {
    color: #4f46e5;
    font-size: 0.83rem;
    font-weight: 500;
    text-decoration: none;
}

    .forgot-link:hover[b-luf6qelo5j] {
        color: #4338ca;
        text-decoration: underline;
    }

.divider[b-luf6qelo5j] {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin: 1.75rem 0 1.25rem;
}

.error-box[b-luf6qelo5j] {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    border-radius: 12px;
    font-size: 0.83rem;
    font-weight: 400;
    padding: 0.65rem 0.9rem;
    display: none;
    margin-bottom: 1.1rem;
    align-items: center;
    gap: 8px;
}

.footer-text[b-luf6qelo5j] {
    color: #cbd5e1;
    font-size: 0.75rem;
    font-weight: 300;
    text-align: center;
}

.spinner-border[b-luf6qelo5j] {
    width: 0.9rem;
    height: 0.9rem;
    border-width: 2px;
}

.badge-secure[b-luf6qelo5j] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 500;
    padding: 2px 10px;
    margin-bottom: 1.4rem;
}
/* _content/VedalexGlobalCoreWeb/Areas/Global/Views/Shared/_Layout.cshtml.rz.scp.css */
.side-nav[b-lkypiqm8nl] {
    max-width: 280px;
}

.sidebar[b-lkypiqm8nl] {
    width: 280px;
    height: 100vh;
    position: fixed;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #eceaff;
}
.right-panel[b-lkypiqm8nl]{
    width:calc(100% - 280px)
}
.profile-info h6[b-lkypiqm8nl] {
    margin: 0;
    font-weight: 600;
}

.profile-info span[b-lkypiqm8nl] {
    font-size: 14px;
    color: #6c757d;
}

.arrow[b-lkypiqm8nl] {
    transition: transform 0.3s ease;
}

.arrow.rotate[b-lkypiqm8nl] {
    transform: rotate(180deg);
}

 
.toggle[b-lkypiqm8nl] {
    margin-top: 20px;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 10px;
} 

.header[b-lkypiqm8nl] {
    box-shadow: #f0f1f3 10px 20px 14px 25px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}


/* Profile */
.avatar-btn[b-lkypiqm8nl] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #CECBF6;
    color: #3C3489;
    font-weight: 600;
    font-size: 13px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .avatar-btn:focus[b-lkypiqm8nl] {
        outline: 2px solid #7F77DD;
        outline-offset: 2px;
    }

.dropdown-menu[b-lkypiqm8nl] {
    min-width: 230px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 0;
    overflow: hidden;
}

.profile-header[b-lkypiqm8nl] {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa;
}

.avatar-lg[b-lkypiqm8nl] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #CECBF6;
    color: #3C3489;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 15px;
    flex-shrink: 0;
}

.dropdown-item[b-lkypiqm8nl] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
}

    .dropdown-item:hover[b-lkypiqm8nl] {
        background: #f5f5f5;
        color: #111;
    }

    .dropdown-item i[b-lkypiqm8nl] {
        font-size: 18px;
        color: #888;
    }

    .dropdown-item.danger[b-lkypiqm8nl] {
        color: #c0392b;
    }

        .dropdown-item.danger i[b-lkypiqm8nl] {
            color: #c0392b;
        }

        .dropdown-item.danger:hover[b-lkypiqm8nl] {
            background: #fff5f5;
        }

.dropdown-divider[b-lkypiqm8nl] {
    margin: 4px 0;
    border-color: #f0f0f0;
}

.badge-pro[b-lkypiqm8nl] {
    margin-left: auto;
    font-size: 10px;
    font-weight: 600;
    background: #EEEDFE;
    color: #3C3489;
    padding: 2px 8px;
    border-radius: 20px;
}

.status-dot[b-lkypiqm8nl] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #27ae60;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Dropdown */
 

.header[b-lkypiqm8nl] {
    box-shadow: #f0f1f3 10px 20px 14px 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #13238f;
}



 

    

/* Layout FIX (only addition) */
.wrapper[b-lkypiqm8nl] {
    display: flex;
}

.main[b-lkypiqm8nl] {
    flex: 1;
    padding: 20px;
}

/* page-bread-crumbs css */

.page-breadcrumbs[b-lkypiqm8nl] {
    margin-bottom: 0;
}

[b-lkypiqm8nl] .page-breadcrumbs li a {
    color: #000;
    text-decoration:none;
}
.breadcrumb-item + .breadcrumb-item[b-lkypiqm8nl]::before, .breadcrumb-item.active[b-lkypiqm8nl] {
    color: #fff;
}
 
[b-lkypiqm8nl] .main-content {
    padding: 15px 20px;
}

.canvas-footer[b-lkypiqm8nl] {
    /* background-color: #c5c5c51f; */
    padding: 10px;
    /* margin-bottom: 14px; */
    border-top: 1px solid #e1e1e1;
}

[b-lkypiqm8nl] .forms-bg {
    border: none;
    box-shadow: 0 8px 24px rgb(19 35 143 / 8%);
    border-radius: 14px;
    border: 1px solid #c7c7c0 !important
}


[b-lkypiqm8nl] .contentsection {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 8px 32px rgba(0,0,0,.06);
    padding: 16px;
}
[b-lkypiqm8nl] .form-control, [b-lkypiqm8nl] .form-select {
    font-size: 14px; 
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 14px; 
}
/* _content/VedalexGlobalCoreWeb/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-l1wh2n2649] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-l1wh2n2649] {
  color: #0077cc;
}

.btn-primary[b-l1wh2n2649] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-l1wh2n2649], .nav-pills .show > .nav-link[b-l1wh2n2649] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-l1wh2n2649] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-l1wh2n2649] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-l1wh2n2649] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-l1wh2n2649] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-l1wh2n2649] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
