﻿:root {
    --Primary: #59C5B9;
    --Secondary: #607D8B;
    --Notice: #FD6466;
}
* {
    box-sizing: border-box
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input {
    border: 0px;
    border: 1px solid #9D9D9D;
}
    input[type=text], input[type=tel] {
        padding: 0px 8px 0px 8px;
    }

input.dark {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border: 1px solid white !important;
    color: white;
    text-align: center;
    direction: ltr;
}

.forgotPassword .inputs .buttonArea button.disabled {
    opacity: 0.25;
    background: var(--Primary);
    cursor: default;
}

.asLink {
    width: unset !important;
    background-color: transparent;
    color: var(--Primary);
    margin: 0px;
    padding: 0px;
    font-family: IRANSans, Tahoma;
    font-size: 14px;
    border: 0px;
    cursor: pointer
}

.mainArea {
    position: relative;
}

.topMessage {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0px auto;
    display: none; /* flex */
    max-width: 760px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Notice);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30), 0px 4px 8px 3px rgba(0, 0, 0, 0.15);
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    z-index: 1;
}
    .topMessage span {
        margin: 0 auto;
    }

    .topMessage .close {
        margin-left: 4px;
        cursor: pointer;
    }
.forgotPassword {
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-width: 760px;
    min-height: 380px;
    margin: 0px auto;
    color: white;
    font-size: 14px;
    text-align: justify;
}

    .forgotPassword .getUserInfo {
        display: none;
    }

        .forgotPassword .getUserInfo .topTitle {
            margin-bottom: 40px;
        }

        .forgotPassword .getUserInfo .inputs {
            width: 100%;
            max-width: 280px;
            margin: 0px auto;
        }
            .forgotPassword .getUserInfo .inputs input[type=text], .forgotPassword .getUserInfo .inputs input[type=tel], .forgotPassword .getUserInfo .inputs select {
                width: 100%;
                height: 40px;
            }

            .forgotPassword .getUserInfo .inputs input, .forgotPassword .getUserInfo .inputs select {
            }

            .forgotPassword .getUserInfo .inputs .userType {
                display: flex;
                justify-content: center;
                gap: 40px;
                direction: ltr;
                margin-bottom: 16px;
            }
                .forgotPassword .getUserInfo .inputs .userType label {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap:4px;
                }
            .forgotPassword .getUserInfo .inputs .resetType {
                margin-bottom: 40px;
            }
            .forgotPassword .getUserInfo .inputs .byUserName input {
                direction: ltr;
            }
            .forgotPassword .getUserInfo .inputs .byPelak {
                display: none;
            }
                .forgotPassword .getUserInfo .inputs .byPelak .nationality {
                    margin-bottom: 16px;
                }
                .forgotPassword .getUserInfo .inputs .byPelak input {
                }

                .forgotPassword .getUserInfo .inputs .byPelak .iran {
                }
                    .forgotPassword .getUserInfo .inputs .byPelak .iran .parts {
                        font-size: 0px;
                        direction: ltr;
                    }
                        .forgotPassword .getUserInfo .inputs .byPelak .iran .parts * {
                            font-size: 14px;
                        }
                        .forgotPassword .getUserInfo .inputs .byPelak .iran .parts input {
                            width: 56px;
                        }
                        .forgotPassword .getUserInfo .inputs .byPelak .iran .parts .part1 {
                            margin-right: 6px;
                            position: relative;
                        }
                        .forgotPassword .getUserInfo .inputs .byPelak .iran .parts .part2 {
                            margin-right: 6px;
                        }
                        .forgotPassword .getUserInfo .inputs .byPelak .iran .parts .part3 {
                            margin-right: 5px;
                            width: 80px;
                        }
                        .forgotPassword .getUserInfo .inputs .byPelak .iran .parts .dash {
                            display: inline-block;
                            width: 10px;
                            height: 2px;
                            margin: 0px 5px 2px 0px;
                            background-color: white;
                        }

                .forgotPassword .getUserInfo .inputs .byPelak .afghanestan {
                    display: none;
                }
                    .forgotPassword .getUserInfo .inputs .byPelak .afghanestan .parts {
                        font-size: 0px;
                        direction: ltr;
                    }
                        .forgotPassword .getUserInfo .inputs .byPelak .afghanestan .parts * {
                            font-size: 14px;
                        }
                        .forgotPassword .getUserInfo .inputs .byPelak .afghanestan .parts input {
                            width: 56px;
                        }
                        .forgotPassword .getUserInfo .inputs .byPelak .afghanestan .parts .part1 {
                            width: 52px;
                            margin-right: 10px;
                        }
                        .forgotPassword .getUserInfo .inputs .byPelak .afghanestan .parts .part2 {
                            width: 108px;
                            margin-right: 10px;
                        }
                        .forgotPassword .getUserInfo .inputs .byPelak .afghanestan .parts .part3 {
                            width: 100px;
                        }


                .forgotPassword .getUserInfo .inputs .byPelak .other {
                    display: none;
                }

            .forgotPassword .getUserInfo .inputs .byNationalCode {
                display: none;
            }
                .forgotPassword .getUserInfo .inputs .byNationalCode input {
                    text-align: center;
                    direction: ltr;
                }

            .forgotPassword .getUserInfo .inputs .mobileNo {
                margin: 16px 0px 40px 0px;
            }
                .forgotPassword .getUserInfo .inputs .mobileNo input {
                    text-align: center;
                    direction: ltr;
                }

            .forgotPassword .getUserInfo .inputs .buttonArea {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 56px;
                margin-bottom: 24px;
            }
                .forgotPassword .getUserInfo .inputs .buttonArea .btnContinue {
                    width: 100%;
                    height: 56px;
                    color: white;
                    font-size: 24px;
                    font-weight: bold;
                    border: 1px solid var(--Secondary);
                }
                .forgotPassword .getUserInfo .inputs .buttonArea .loading {
                    display: none;
                }

            .forgotPassword .getUserInfo .inputs .btnNoaccessToMobile {
            }

    .forgotPassword .goToSupport {
        display: none;
        text-align: justify;
    }
.forgotPassword .goToSupport button {
    margin-top: 40px;
    padding: 0px 10px 0px 10px;
    color: white !important;
    border: 1px solid var(--Secondary);
    font-size: 24px;
    font-weight: bold;
}


    .forgotPassword .enterCode {
        display: none;  /*flex*/
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .forgotPassword .enterCode .topTitle {
        }

    .forgotPassword .enterCode .inputs {
        width: 100%;
        max-width: 280px;
    }
        .forgotPassword .enterCode .inputs * {
            font-size: 14px;
        }

        .forgotPassword .enterCode .inputs .parts {
            display: flex;
            flex-direction: row;
            gap: 10px;
            margin-top: 40px;
            direction: ltr;
        }
            .forgotPassword .enterCode .inputs .parts input {
                width: 48px;
                height: 48px;
            }

        .forgotPassword .enterCode .inputs .codeMessage {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            min-height: 40px;
            color: var(--Notice);
            font-size: 13px;
        }


        .forgotPassword .enterCode .inputs .buttonArea {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 56px;
            margin-bottom: 24px;
        }

            .forgotPassword .enterCode .inputs .buttonArea .btnSend {
                width: 100%;
                height: 56px;
                color: white;
                font-size: 24px;
                font-weight: bold;
                border: 1px solid var(--Secondary);
            }

            .forgotPassword .enterCode .inputs .buttonArea .loading {
                display: none;
            }

        .forgotPassword .enterCode .inputs .btnReSendCode {
            position: relative;
            display: flex;
            justify-content: right;
            align-items: center;
            gap: 14px;
            width: 210px;
            height: 32px;
            padding: 5px 4px;
            margin: 0px auto 24px auto;
            color: white;
            border: 1px solid white;
            background: transparent;
            font-family: IRANSans, Tahoma;
            cursor: pointer;
        }
            .forgotPassword .enterCode .inputs .btnReSendCode.disabled {
                cursor: default;
            }
            .forgotPassword .enterCode .inputs .btnReSendCode.disabled .text {
                opacity: 0.4;
            }
            .forgotPassword .enterCode .inputs .btnReSendCode .number {
                position: absolute;
                top: 4px;
                left: 4px;
            }

    .forgotPassword .passwordChanged {
        display: none;
    }
        .forgotPassword .passwordChanged .successMessage {
            padding: 12px;
            background-color: var(--Secondary);
            line-height: 22px;
            text-align: justify;
        }
        .forgotPassword .passwordChanged .askToChange {
            padding: 12px;
            text-align: justify;
            font-weight: bold;
            line-height: 22px;
            text-align: center;
        }


@media (max-width: 780px) {
    .topMessage {
        margin: 0px 20px;
        max-width: unset;
        width: unset
    }

    .forgotPassword {
        margin: 0px 6px;
    }
}

@media (max-width: 440px) {
        .topMessage .close {
            position: absolute;
            top: 0px;
            left: 0px;
        }
}