﻿:root {
    --Primary: #59C5B9;
    --Secondary: #607D8B;
    --Notice: #FD6466;
    --Gray: #9D9D9D;
    --White: #FFFFFF;
}

button {
    width: 200px;
    margin: 0 auto 0 auto;
}

.loading {
    display: none;
    height: 56px;
    padding: 8px;
}

.searchPage {
}

    .searchPage .top {
        direction: rtl;
        line-height: 22px;
        text-align: justify;
        margin-bottom: 40px;
    }
    .searchPage .form {
        position: relative;
        max-width: 480px;
        margin: 0px auto;
        color: var(--White);
        text-align: center;
    }
        .searchPage .form .tabs {
            overflow: auto;
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid var(--Primary);
            direction: rtl;
        }
            .searchPage .form .tabs .tab {
                flex: 1;
                margin-right: 3px; /* Adjust the gap as needed */

                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-between;
                min-height: 34px;
                color: var(--White);
                font-weight: bold;
                cursor: pointer;
            }
            .searchPage .form .tabs .irani.tab {
                margin-right: 0;
            }

            .searchPage .form .tabs .khareji .text::before {
                content: 'پلاک ترانزیت خارجی';
            }
            .searchPage .form .tabs .entezami .text::before {
                content: 'پلاک انتظامی ایرانی';
            }
            .searchPage .form .tabs .irani .text::before {
                content: 'پلاک ترانزیت ایرانی';
            }
            
            .searchPage .form .tabs .text {
            }
            .searchPage .form .tabs .border {
                width: 100%;
                height: 8px;
                border-radius: 8px 8px 0px 0px;
            }
                .searchPage .form .tabs .border.selected {
                    background-color: var(--Primary);
                }

        .searchPage .form .pelakIrani {
            text-align: center;
            padding: 40px 0px 0px 0px;
        }

            .searchPage .form .pelakIrani .title {
                margin: 0px 0px 8px 0px;
            }

            .searchPage .form .pelakIrani .parts {
                margin: 0px 0px 24px 0px;
                line-height: 1px;
                direction: ltr;
            }

                .searchPage .form .pelakIrani .parts input {
                    display: inline-block;
                    max-width: 60px;
                    width: 100px;
                    height: 44px;
                    line-height: 44px;
                    border: 1px solid var(--Gray);
                    text-align: center;
                    direction: ltr;
                    box-sizing: border-box;
                }

                .searchPage .form .pelakIrani .parts .dash {
                    display: inline-block;
                    width: 13px;
                    height: 3px;
                    background-color: var(--Gray);
                    margin: 0px 9px 0px 9px;
                }

                .searchPage .form .pelakIrani .parts .part1 {
                    max-width: 70px;
                    width: 100px;
                    margin-right: 18px;
                }
                .searchPage .form .pelakIrani .parts .part2 {
                    margin-right: 18px;
                }
                .searchPage .form .pelakIrani .parts .part3 {
                    max-width: 83px;
                    width: 100px;
                }

            .searchPage .form .pelakIrani .sampleTitle {
                margin: 0px 0px 11px 0px;
                color: #999898;
                direction: rtl;
            }

            .searchPage .form .pelakIrani .sample {
                display: block;
                max-width: 193px;
                width: 100%;
                margin: 0px auto 0px auto;
            }

        .searchPage .form .pelakEntezami {
            display: none;
            text-align: center;
            padding: 40px 0px 0px 0px;
        }

            .searchPage .form .pelakEntezami .title {
                margin: 0px 0px 8px 0px;
            }

            .searchPage .form .pelakEntezami .parts {
                line-height: 1px;
                direction: ltr;
            }
                .searchPage .form .pelakEntezami .parts input {
                    display: inline-block;
                    max-width: 60px;
                    width: 100px;
                    height: 44px;
                    line-height: 48px;
                    border: 1px solid var(--Gray);
                    text-align: center;
                    direction: ltr;
                    box-sizing: border-box;
                }
                .searchPage .form .pelakEntezami .parts .dash {
                    display: inline-block;
                    width: 13px;
                    height: 3px;
                    background-color: var(--Gray);
                    margin: 0px 9px 0px 9px;
                }
                .searchPage .form .pelakEntezami .parts .part1 {
                    max-width: 70px;
                    width: 100px;
                    margin-right: 18px;
                }
                .searchPage .form .pelakEntezami .parts .part2 {
                    margin-right: 18px;
                }
                .searchPage .form .pelakEntezami .parts .part3 {
                    max-width: 83px;
                    width: 100px;
                }

        .searchPage .form .pelakKhareji {
            display: none;
            text-align: center;
            padding: 40px 0px 0px 0px;
        }

            .searchPage .form .pelakKhareji .title {
                margin: 0px 0px 8px 0px;
            }

            .searchPage .form .pelakKhareji .tirNoArea {
                line-height: 1px;
                direction: ltr;
            }

                .searchPage .form .pelakKhareji .tirNoArea .part1 {
                    display: inline-block;
                    max-width: 340px;
                    width: 100%;
                    height: 44px;
                    line-height: 44px;
                    border: 1px solid var(--Gray);
                    text-align: center;
                    direction: ltr;
                }

        .searchPage .form .main .formMessage {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            color: red;
            direction: rtl;
        }

    .searchPage .increasePrices {
        display: none;
        margin: 40px 16px 0px 16px;
        text-align: justify;
        font-size: 12px;
        direction: rtl;
    }

        .searchPage .increasePrices .pricess {
            font-size: 16px;
        }

            .searchPage .increasePrices .pricess .ch12m {
                color: #FFF799;
            }

.notFoundPage {
    display: none;
    position: relative;
    max-width: 480px;
    min-height: 508px;
    padding: 104px 16px 0px 16px;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    direction: rtl;
}
    .notFoundPage .message {
        max-width: 480px;
        min-height: 198px;
        margin: 0px auto 40px auto;
        text-align: justify;
        line-height: 22px;
    }
        .notFoundPage .message .tel {
            display: inline-block;
            direction: ltr
        }

.checkoutPage {
    display: none;
    position: relative;
    min-height: 508px;
}
    .checkoutPage .top {
        direction: rtl;
        line-height: 22px;
        text-align: justify;
        margin-bottom: 40px;
    }

    .checkoutPage .form {
        position: relative;
        width: 100%;
        max-width: 480px;
        margin: 0px auto;
        color: var(--White);
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }

        .checkoutPage .form .header {
            margin-bottom: 24px;
            direction: rtl;
        }

            .checkoutPage .form .header select {
                width: 100%;
                max-width: 340px;
                height: 44px;
                margin-bottom: 24px;
                border: 1px solid var(--Gray);
            }

            .checkoutPage .form .header .price {
                max-width: 280px;
                width: 100%;
                margin: 0px auto 4px auto;
                line-height: 37.57px;
                border-bottom: 1px solid var(--Gray);
                font-weight: bold;
                font-size: 24px;
            }
            .checkoutPage .form .header .expirationDate {
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0px auto 0px auto;
                line-height: 37.57px;
                font-weight: bold;
                font-size: 24px;
                color: #59C5B9;
            }
            .checkoutPage .form .header .expirationDate .title{
                margin-left: 10px;
            }

        .checkoutPage .form .records {
        }

            .checkoutPage .form .records .record {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 12px;
            }

            .checkoutPage .form .records .entezamiNo .data {
                display: inline-block;
                direction: ltr;
            }

                .checkoutPage .form .records .entezamiNo .data span {
                    unicode-bidi: bidi-override;
                    direction: ltr;
                }

            .checkoutPage .form .records .title {
                float: right;
                direction: rtl;
            }

            .checkoutPage .form .records .data {
                float: left;
            }

        .checkoutPage .form .mobileTitle {
            text-align: right;
            direction: rtl;
        }

        .checkoutPage .form .txtMobile {
            width: 100%;
            max-width: 340px;
            height: 44px;
            margin-bottom: 12px;
            padding: 11px;
            border: 1px solid var(--Gray);
            text-align: center;
            font-size: 22px;
            line-height: 22px;
        }

        .checkoutPage .form .bankTitle {
            width: 100%;
            max-width: 340px;
            margin: 0px auto;
            text-align: right;
        }

        .checkoutPage .form .ddlBank {
            width: 100%;
            max-width: 340px;
            height: 44px;
            border: 1px solid var(--Gray);
            direction: rtl;
        }

        .checkoutPage .form .description {
            display: flex;
            justify-content: flex-end;
            margin-top: 40px;
        }
            .checkoutPage .form .description div {
                text-align: right;
                direction: rtl;
            }
            .checkoutPage .form .description div span {
                display: inline-block;
                direction: ltr;
            }

        .checkoutPage .form .formMessage {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            color: red;
            direction: rtl;
        }

.factorPage {
    display: none;
    position: relative;
    height: 508px;
}

    .factorPage .top {
        direction: rtl;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 5px;
    }

    .factorPage .form {
        position: relative;
        height: 419px;
        padding: 15px 16px 0px 16px;
        color: var(--White);
        text-align: center;
        border-radius: 4px;
        font-size: 14px;
    }

        .factorPage .form .records {
        }

            .factorPage .form .records .record {
                overflow: auto;
                margin-bottom: 11px;
            }

        .factorPage .form .title {
            float: right;
            direction: rtl;
        }

        .factorPage .form .data {
            float: left;
        }

@media only screen and (max-width: 500px) {
    .searchPage .form .tabs .khareji .text::before {
        content: 'ترانزیت خارجی';
    }

    .searchPage .form .tabs .entezami .text::before {
        content: 'انتظامی ایرانی';
    }

    .searchPage .form .tabs .irani .text::before {
        content: 'ترانزیت ایرانی';
    }

    .checkoutPage .form .mobileTitle {
        text-align: justify;
    }
}
@media only screen and (max-width: 360px) {
    .loading {
        height: 50px;
    }

    .searchPage .form .tabs .border {
        height: 4px;
        border-radius: 4px 4px 0px 0px;
    }

    .searchPage .form .main {
        max-width: 280px;
        min-height: 340px;
        margin: 0px auto;
        text-align: center;
    }

    .searchPage .form .parts input {
        max-width: unset !important;
        height: 32px !important;
        line-height: unset !important;
    }

    .searchPage .form .pelakIrani .parts .dash {
        width: 8px;
        height: 2px;
        margin: 0px 6px 0px 6px;
    }

    .searchPage .form .pelakIrani .parts .part1 {
        width: 62px;
        margin-right: 6px;
    }

    .searchPage .form .pelakIrani .parts .part2 {
        width: 48px;
        margin-right: 6px;
    }

    .searchPage .form .pelakIrani .parts .part3 {
        width: 76px;
    }

    .searchPage .form .pelakIrani .parts .part4 {
        width: 62px;
    }

    .searchPage .form .pelakEntezami .parts .dash {
        width: 8px;
        height: 2px;
        margin: 0px 6px 0px 6px;
    }

    .searchPage .form .pelakEntezami .parts .part1 {
        width: 62px;
        margin-right: 6px;
    }

    .searchPage .form .pelakEntezami .parts .part2 {
        width: 48px;
        margin-right: 6px;
    }

    .searchPage .form .pelakEntezami .parts .part3 {
        width: 76px;
    }

    .searchPage .form .pelakEntezami .parts .part4 {
        width: 62px;
    }

    .searchPage .form .pelakKhareji input {
        max-width: unset !important;
        height: 32px !important;
        line-height: unset !important;
    }

    .searchPage .form .btnSearch {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 40px;
    }

    .checkoutPage .form {
        max-width: 280px;
    }

        .checkoutPage .form .header .price {
            line-height: 28.17px;
            font-size: 18px;
        }

        .checkoutPage .form .header .expirationDate {
            line-height: 28.17px;
            font-size: 18px;
        }

            .checkoutPage .form .header .expirationDate .title {
                margin-left: 0px;
            }
}

@media only screen and (max-width: 330px) {
    .searchPage .form .pelakIrani .parts {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
        .searchPage .form .pelakIrani .parts input {
            margin-right: 0px;
        }
        .searchPage .form .pelakIrani .parts .dash {
            margin-right: 0px;
        }

    .searchPage .form .pelakEntezami .parts {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .searchPage .form .pelakEntezami .parts input {
        margin-right: 0px;
    }
    .searchPage .form .pelakEntezami .parts .dash {
        margin-right: 0px;
    }
}
