﻿.NewsContetnt {
    margin-top: 15px;
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #d4d4d4;
}

    .NewsContetnt p, h4 {
        direction: rtl;
    }

    .NewsContetnt a {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .NewsContetnt img {
        text-align: right;
        direction: rtl;
        width: 250px;
        border-radius: 5px;
        border: 5px solid #2a2a2a;
    }
/*پپپپپپپپپپپپپپپپپپپپپپپپپپپپ*/
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;
    }
/*پپپپپپپپپپپپپپپپپپپپپپپپپپپپ*/
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;
}