﻿




/* 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;
}

.checkbox-large{
    width:24px;
    margin-right:4px;
    height:24px;
}
.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;
}
