﻿.validation-summary-errors
{
    color:red;
}

@font-face {
    font-family: 'AF_Najd';
    src: url('/theme/assets/plugins/global/fonts/Arabic/af_najed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "hafs18";
    src: url("/theme/assets/plugins/global/fonts/Arabic/hafs/hafs.18.woff2") format("woff2"),url("/theme/assets/plugins/global/fonts/Arabic/hafs/hafs.18.ttf") format("truetype");
}
body {
    font-family: Poppins, Helvetica, sans-serif,af_najed,hafs18;
}
.max-width{
    max-width:100px;
}
.paging-input-box {
   float:right;
}
/*.paging-input-box input {
    width: 5%;
}*/
/* For mobile devices with a minimum width of 320px (common minimum mobile width) */
/*@media (min-width: 320px) and (max-width: 600px) {
    .paging-input-box {
        position: relative;
        margin-left: 20% !important;
    }

        .paging-input-box input {
            width: 35%;
        }
}

@media (min-width: 600px) and (max-width: 768px) {
    .paging-input-box {
        position: absolute;
        right: 27%;
        bottom: 1%;
    }

        .paging-input-box input {
            width: 10%;
        }
}*/
