﻿.CamStyle {
    /*transform: scaleX(-1);*/
    border-radius: 50%;
}

.CenterItems {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.EmptyStyle{
    border-color:red !important;
}
.PageTitleBlue {
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
    background: linear-gradient(to left, #3498db, rgba(41, 128, 185,.29));
    color: white;
    border: 1px;
}

.GridToolbarItems {
    position: absolute;
    /*چون تولبار میفته روی پاپ اپ و ایجاد باگ میکن*/
    z-index: 10;
    bottom: 0;
    left: 175px;
}
/*     /* برای لپ‌تاپ */
@@media (min-width: 1024px) {
    .GridToolbarItems {
        left: 175px;
    }
}
/* برای تبلت */
@@media (max-width: 768px) {
    .GridToolbarItems {
        left: 230px;
    }
}

/* برای موبایل */
@@media (max-width: 480px) {
    .GridToolbarItems {
        left: 280px;
        bottom: 29px;
    }
}

