﻿/*پپپپپپپپپپپپپپپپپپپپپپپپپپپپ*/
form {
    width: 100%;
}

    form.example input[type=text] {
        padding: 10px;
        float: left;
        font-size: 17px;
        border: 1px solid #d4d4d4;
        direction: rtl;
        text-align: right;
        width: 40%;
        min-width: 150px;
        background: #ffffff;
        border-radius: 0 5px 5px 0;
    }

    form.example button {
        display: inline;
        width: auto;
        height: 45px;
        float: left;
        padding: 10px;
        background: #22205f;
        color: white;
        font-size: 17px;
        border: 1px solid #22205f;
        border-right: none;
        cursor: pointer;
        border-radius: 5px 0 0 5px;
    }

        form.example button:hover {
            background: #dc1f26;
        }

    form.example::after {
        content: "";
        clear: both;
        display: table;
    }
/*پپپپپپپپپپپپپپپپپپپپپپپپپپپپ*/
/***********************/
.column {
    float: right;
    width: 25%;
    margin-bottom: 16px;
    padding: 0 8px;
}

@media screen and (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    direction: rtl;
}

    .card img {
        width: 250px !important;
        height: 250px !important;
        border-radius: 50%;
    }

.Container {
    padding: 0 16px;
}

    .Container::after, .ROW::after {
        content: "";
        clear: both;
        display: table;
    }

.title {
    color: grey;
}

.button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #22205f;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

    .button:hover {
        background-color: #8a89ad;
    }

.after {
    /*margin-top: -40px;*/
    font-size: 18px;
    color: #115a00;
}

.befor {
    color: #dc1f26;
    font-size: 15px;
    text-decoration: line-through;
}

.card img:hover {
    animation: shake 2s;
    cursor:pointer;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}
/***********************/

select {
    min-width: 150px;
    text-align: right;
    float: right;
    direction: rtl;
    margin-top: 5px;
    width: 40% !important;
    height: 40px !important;
}

.Search {
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #d4d4d4;
}

.loading i {
    z-index: 1000000;
    font-size: 50px;
    color: rgba(126, 126, 126, 0.80);
    display: block;
    margin: 0 auto;
    text-align: center;
    text-align: center !important;
}
