﻿




/* Card */
.login-card {
    border-radius: 25px;
    background: #ffffff;
}


/* Input wrapper */
.accoric-input {
    border: 1px solid #000000; /* black border */
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff; /* white background to prevent autofill color */
}

/* Input text */
.accoric-field {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 10px 12px;
}

/* Remove autofill background color in Chrome */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #000 !important;
}

/* Icons (left + right) */
.accoric-icon {
    border: 0 !important;
    background: transparent !important;
    color: #666;
}

/* Eye cursor */
.toggle-eye {
    cursor: pointer;
}


/* Focus effect */
.accoric-input:focus-within {
    border-color: #2196f3;
}



/* Forget password link */

.reset-badge {
    background: linear-gradient(135deg, #2fa4f4 0%, #1e8edc 100%);
    border-radius: 14px 14px 0 0;
    margin: -1.5rem -1.5rem 1.4rem -1.5rem;
    padding: 18px 24px;
}

.badge-icon {
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
}

.strength-bar-wrap .seg {
    flex: 1;
    height: 4px;
    border-radius: 4px;
    background: #e0e0e0;
    transition: background 0.3s;
}

.req-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 8px;
}

    .req-list li {
        font-size: 11.5px;
        color: #aaa;
        transition: color 0.25s;
    }

        .req-list li .ri {
            font-size: 10px;
        }

        .req-list li.met, .req-list li.met .ri {
            color: #2fa4f4;
        }

.match-ok {
    color: #2fa4f4;
}

.match-fail {
    color: #e53935;
}

.top-left-logo {
    top: 20px;
    left: 24px;
    width: 170px;
    z-index: 10;
}


.large-modal {
}

    .large-modal .modal-dialog {
        max-width: 80% !important;
    
    }

.medium-modal {
}

    .medium-modal .modal-dialog {
        max-width: 50% !important;
    }



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid red !important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


input.error {
    border: 1px solid red;
    color: red;
}

.error {
    color: red;
    font-size: 0.75rem;
    font-weight: 700;
}

.checkbox-large {
    width: 24px;
    margin-right: 4px;
    height: 24px;
}

.checkbox-medium {
    width: 18px;
    margin-right: 4px;
    margin-top:4px;
    height: 18px;
}

.required {
    color: red !important;
}

.radio-large {
    transform: scale(1.8);
    margin-right: 6px;
}


.ui-autocomplete {
    z-index: 9999 !important;
}

.popover-link {
    text-decoration: underline;
    cursor: pointer;
}

.graph-headerheight {
    min-height: 75px;
}

.popover-graph {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
/* ─────────────────────────────────────────────────────────────
   Certification Normalizer – page styles
   ───────────────────────────────────────────────────────────── */

/* Sortable column headers */
.cn-sortable {
    cursor: pointer;
}

    .cn-sortable:hover {
        color: #2fa4f4;
    }

/* Fingerprint chip */
.fp-chip {
    font-family: Consolas, monospace;
    font-size: .75rem;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 2px 8px;
    display: inline-block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #64748b;
}

/* Normalised display text */
.norm-text {
    font-family: Consolas, monospace;
    font-size: .8rem;
    color: #2fa4f4;
    font-weight: 600;
}

/* Duplicate row highlight */
tr.is-dupe > td {
    background: #fffbeb !important;
}

tr.is-dupe:hover > td {
    background: #fef3c7 !important;
}

/* Group separator – subtle divider between fuzzy groups */
tr.group-separator > td {
    padding: 0 !important;
    height: 6px;
    background: #f1f5f9 !important;
    border-top: 2px solid #e2e8f0;
    border-bottom: 2px solid #e2e8f0;
}

/* ── Fuzzy-group badge palette ─────────────────────────────── */
.fg-1 {
    background: #dbeafe;
    color: #1d4ed8;
}

.fg-2 {
    background: #dcfce7;
    color: #15803d;
}

.fg-3 {
    background: #fef9c3;
    color: #854d0e;
}

.fg-4 {
    background: #fce7f3;
    color: #9d174d;
}

.fg-5 {
    background: #f3e8ff;
    color: #6b21a8;
}

.fg-6 {
    background: #ffedd5;
    color: #9a3412;
}

.fg-7 {
    background: #e0f2fe;
    color: #0369a1;
}

.fg-8 {
    background: #f1f5f9;
    color: #475569;
}

.fg-9 {
    background: #fef2f2;
    color: #991b1b;
}

.fg-10 {
    background: #ecfdf5;
    color: #065f46;
}
html[dir="rtl"] .main-sidebar {
    left: auto;
    right: 0;
}

html[dir="rtl"] .content-wrapper,
html[dir="rtl"] .main-header,
html[dir="rtl"] .main-footer {
    margin-left: 0 !important;
    margin-right: 250px !important;
}
html[dir="rtl"] .nav-sidebar .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

html[dir="rtl"] .nav-sidebar .nav-icon {
    margin-left: .5rem;
    margin-right: 0;
    order: 0;
}

html[dir="rtl"] .nav-sidebar .nav-link p {
    order: 1;
    text-align: right;
}
html[dir="rtl"] .nav-sidebar .nav-link > p > .right {
    float: left !important;
    margin-left: 0;
    margin-right: -14px;
}
html[dir="rtl"] .card-title {
    float: right;
}

html[dir="rtl"] .card-header > .card-tools {
    float: left;
}
html[dir="rtl"] .custom-file-label::after {
    right: auto;
    left: 0;
    border-left: 0;
    border-right: inherit;
}
html[lang="en"] .custom-file-label::after {
    content: "Browse";
}

html[lang="ar"] .custom-file-label::after {
    content: "تصفح";
}

html[lang="nl"] .custom-file-label::after {
    content: "Bladeren";
}
.brand-logo-mini {
    display: none;
}
body.sidebar-collapse .brand-logo-full {
    display: none;
}

body.sidebar-collapse .brand-logo-mini {
    display: block;
}
.modal-content{
    border-radius:40px;
    padding:10px;
}
.select2-container--default .select2-selection--single {
    border-radius: 1.25rem !important;
}
.custom-file-label {
    border-radius: 25px !important;
}
 .custom-file-label::after {
        border-radius: 0 25px 25px 0 !important;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #234491;
    background-color: #234491;
}