﻿/* ------------------------------------------- Added Code ------------------------------------------- */

.display-none {
    display: none;
}

.xfile-cus-padding {
    padding: 7px;
}

.border-radius-0 {
    border-radius: 6px;
}

.chr-border {
    font-weight: bolder;
    border: 1px groove darkgray;
    border-radius: 4px;
}

#password-checklist {
    margin-top: 6px;
    font-size: 13px;
}

.requirement {
    margin-bottom: 2px;
    font-size: 12px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .requirement .status {
        margin-left: 0px;
        font-weight: bolder;
        font-size: 14pt;
        transition: transform 0.3s ease;
    }

    .requirement.valid .status {
        color: limegreen;
        font-weight: bolder;
        font-size: 14pt;
        transform: scale(1.2);
    }

    .requirement.valid {
        color: green;
    }

    .requirement.invalid .status {
        color: red;
        font-weight: bolder;
        font-size: 14pt;
        transform: scale(1);
    }

#passwordHelp {
    height: auto;
    font-size: 12px;
}

    #passwordHelp.valid {
        height: auto;
        font-size: 12px;
    }

    #passwordHelp.invalid {
        height: auto;
        font-size: 12px;
        font-weight: bold;
        color: red;
    }

#DDM, #FNType, #LNType {
    background: rgba(255, 255, 255, 0.2); /* پس‌زمینه نیمه‌شفاف */
    backdrop-filter: blur(10px); /* افکت مات و شبیه آینه */
    -webkit-backdrop-filter: blur(10px); /* پشتیبانی از مرورگرهای مبتنی بر وب‌کیت */
    border-radius: 6px; /* لبه‌های گرد */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* سایه برای ظاهری بهتر */
    border: 1px solid rgba(255, 255, 255, 0.3); /* حاشیه نیمه‌شفاف */
    padding: 10px; /* فاصله داخلی */
    transition: all 0.3s ease; /* انیمیشن برای تغییرات */
}

#FNType,#LNType div {
        height: auto;
        font-size: 12px;
        font-weight: bold;
        color: darkred;
}

.xfile-top-dashboard {
    height: 100px;
}

.xfile-h4-defalt {
    height: 10px;
}

.user-img {
    width: 100px;
    height: 100px;
    border-radius: 15%;
}

.mouse-cursor {
    cursor: pointer;
}

.img-pointer-events {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.reg_fpwd-form {
    display: none;
}

.form-distance {
    display: flex;
    gap: 5px;
}

.form-wigth-reg {
    width: 100%;
}

#password_strength_01 {
    height: 100%;
    border-radius: 5px;
}

#password_strength_border_01 {
    width: 100%;
    height: 15px;
    border: 1px groove #000000;
    text-anchor: middle;
    border-radius: 5px;
}

#password_description_01 {
    height: 100%;
    font-size: 8pt;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    text-anchor: middle;
    border-radius: 5px;
}

.strength0 #password_description_01 {
    background: transparent;
    width: 100%;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    text-anchor: middle;
    transition: 0.5s ease;
    border-radius: 5px;
}

.strength1 #password_description_01 {
    background: #000000;
    width: 15%;
    font-size: 8pt;
    color: white;
    font-weight: bold;
    text-align: center;
    text-anchor: middle;
    transition: 0.5s ease;
    border-radius: 5px;
}

.strength2 #password_description_01 {
    background: #310000;
    width: 25%;
    font-size: 8pt;
    color: white;
    font-weight: bold;
    text-align: center;
    text-anchor: middle;
    transition: 0.5s ease;
    border-radius: 5px;
}

.strength3 #password_description_01 {
    background: #FF0000;
    width: 40%;
    color: white;
    font-weight: bold;
    text-align: center;
    text-anchor: middle;
    transition: 0.5s ease;
    border-radius: 5px;
}

.strength4 #password_description_01 {
    background: #FF6A00;
    width: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
    text-anchor: middle;
    transition: 0.5s ease;
    border-radius: 5px;
}

.strength5 #password_description_01 {
    background: #ffff00;
    width: 60%;
    color: black;
    font-weight: bold;
    text-align: center;
    text-anchor: middle;
    transition: 0.5s ease;
    border-radius: 5px;
}

.strength6 #password_description_01 {
    background: #56E500;
    width: 80%;
    color: black;
    font-weight: bold;
    text-align: center;
    text-anchor: middle;
    transition: 0.5s ease;
    border-radius: 5px;
}

.strength7 #password_description_01 {
    background: #399800;
    width: 100%;
    color: black;
    font-weight: bold;
    text-align: center;
    text-anchor: middle;
    transition: 0.5s ease;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .form-btn-width {
        width: 100%;
        margin-top: 5px;
    }
}

/* ------------------------------------------- Added Code ------------------------------------------- */
