﻿
.DimoContent{
    font-size:13px;
}

.pnl {
    border-radius: 5px;
    box-shadow: 3px 3px 5px #dadada;
    background: #f9f9f9;
}

.mytextbox {
    border: none;
    padding: 5px 10px;
    box-shadow: 2px 2px 5px #dcdcdc;
    height: auto;
}
    .mytextbox::placeholder {
        font-size: 11px;
    }


.DimoContent .rdb {
    margin: 0 !important;
    width: 100% !important;
    background: #f7f9ff;
    line-height: 3 !important;
    box-shadow: 2px 2px 5px #dcdcdc;
}

.rdb td, .rdb tr {
    border: 0 !important;
}

.rdb label {
    margin-bottom: 0;
    top: -1px;
}

.rdb input {
    top: 8px;
    width: 22px;
    height: 22px;
}

.chk input {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
.chk label {
    font-weight: 400;
    position: relative;
    bottom: 13px;
    top:initial;
}

.ms_capcha {
    height: 43px;
    box-shadow: 2px 2px 5px #dcdcdc;
}

.reg-pg-img {
    box-shadow: 3px 3px 4px #b9b9b9;
    border-radius: 5px;
    width: 100%;
}


/**********************************************************************************
****************************password Show[start]***********************************
***********************************************************************************/

.password-bx {
    position: relative;
}

.pw-toggle-btn {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 4px;
    color: #555;
    line-height: 0;
}

/* آیکون مخفی */
.pw-icon {
    display: inline-block;
}

.pw-icon-hide {
    display: none;
}

.pw-detail {
    padding-right: 15px;
    font-size: 11px;
    color: #898989;
}


/**********************************************************************************
*****************************password Show[end]************************************
***********************************************************************************/





/**********************************************************************************
**************************password ProgressBar[start]******************************
***********************************************************************************/


.pw-gmail-wrapper {
    display: none;
}

/* Wrapper */
.pw-gmail-wrapper {
    margin-top: 10px;
}

/* segmented bar */
.pw-segments {
    display: flex;
    gap: 6px;
    margin-bottom: 8px;
    align-items: center;
    width: 92%;
}

    .pw-segments .seg {
        flex: 1;
        height: 10px;
        border-radius: 6px;
        background: #e6e6e6; /* default gray */
        transition: background 250ms ease, transform 200ms ease;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.06);
    }
        /* active colors */
        .pw-segments .seg.active-red {
            background: #e74c3c;
            transform: scaleY(1.05);
        }

        .pw-segments .seg.active-orange {
            background: #f39c12;
            transform: scaleY(1.05);
        }

        .pw-segments .seg.active-yellow {
            background: #f1c40f;
            transform: scaleY(1.05);
        }

        .pw-segments .seg.active-green {
            background: #27ae60;
            transform: scaleY(1.05);
        }

/* label and percent */
.pw-gmail-label {
    font-size: 12px;
    color: #333;
    line-height: 8px;
}

.pw-gmail-percent {
    float: left;
    font-size: 10px;
    color: #666;
    margin-top: -28px;
}

/* checklist */
.pw-checklist {
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 6px;
    line-height: 14px;
    padding-bottom: 25px;
}

    .pw-checklist li {
        font-size: 12px;
        color: #777;
        padding-left: 18px;
        position: relative;
        list-style: none !important;
        padding-right: 25px
    }

        .pw-checklist li::before {
            content: '✖';
            position: absolute;
            right: 0;
            top: 0;
            color: #c0392b;
            font-weight: bold;
        }

        .pw-checklist li.pw-valid {
            color: #2d2d2d;
        }

            .pw-checklist li.pw-valid::before {
                content: '✔';
                color: #27ae60;
            }

/* button style coherence */
.submit-btn {
    transition: opacity 200ms ease;
}

    .submit-btn[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }

/* small responsive adjustments */
@media (max-width:480px) {
    .pw-checklist {
        grid-template-columns: 1fr;
    }

    .pw-gmail-percent {
        margin-top: -22px;
    }
}

/**********************************************************************************
**************************password ProgressBar[end]********************************
***********************************************************************************/