body {
    direction: rtl;
}

p i {
    margin-left: 5px;
}

label i {
    margin-left: 5px;
}

.loding {
    width: 15px;
    height: 15px;
    border: 5px solid;
    border-color: #2aa532 transparent;
    border-radius: 50%;
    display: inline-block;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.toman {
    font-size: 8px;
}
.star
{
    color: #ff4a4a;
}
.toman-dubel {
    font-size: 12px;
    color: #007100;
}


.discount {
    min-width: 50px;
    background-color: #ff4a4a;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    height: 25px;
}

.toman-dubel i {
    font-size: 8px;
}

label {
    font-weight: normal;
}

.loader {
    width: 20px;
    margin: 10px;
    height: 20px;
    border: 5px solid;
    border-color: #a200ff transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.img-pro {

    border-radius: 100px;
    display: block;
    overflow: hidden;
    border: #d8d8d8 1px solid;
    width: 100px;
    height: 100px;
    margin: 10px;
    ;
}

.img-size {
    width: 100px;
}

.minyinput {
    height: 30px;
    width: 50px;
    text-align: center;
}

.dataimage {
    width: 300px;
}

.panelbity {
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0.2, 0.2, 0.2, 0.2);
    padding: 5px;
    border: 1px #d7d7d7 solid;
    overflow: auto;
}

.InventoryInStock {
    text-align: center;
    font-size: 10px;
    margin-top: 5px;
    color: #ff4a4a;
}

.panelbity.start {
    margin-top: 70px;
}

s {
    color: #ff4a4a;
}


.panelbity.c {
    width: 250px;
    float: right;
    margin-right: 10px;
}

.center {
    text-align: center;
}


input.big {
    width: 400px;
}

select.full,
input.full {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.item-Warp {
    display: flex;
    flex-wrap: wrap;
}

.item-Warp div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 5px;
    margin-left: 5px;
}

.item-Warp div label {
    font-size: 12px;
    margin-right: 5px;
}

.divinputtitel {

    float: right;
}

.divinputtitel p,

.d-flex-warp {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
}

.d-flex-warp div {
    margin: 5px;
    display: flex;
    flex-direction: column;
}

.minmig {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.minmig50 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.bigmig {
    width: 150px;
    height: 150px;
}

.text-disciption {
    font-size: 12px;
    margin-top: 5px;
    color: #ff4a4a;
    width: 300px;
}

.pagention {
    text-align: center;
    direction: ltr;
}

.minyinput.Plas {
    height: 40px;
    width: 100px;
    text-align: center;
}

input,
select {
    height: 35px;
    width: 150px;
    border-radius: 5px;
    border: 1px #a8a8a8 solid;
    margin-bottom: 10px;
}

.textcenter {
    text-align: center;
}

.check {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-right: 20px;
    float: right;
    height: 30px;
}

.checkbox {
    width: 15px;
    text-align: right;
}

.check p {
    margin-right: 5px;
}

@media screen and (max-width: 400px) {

    input,
    select {
        height: 35px;
        width: 100%;
        border-radius: 5px;
        border: 1px #a8a8a8 solid;
        padding: 5px;
    }
}