html {
    font-family: DroidArabicKufi;
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    /*background: url("/images/SyeImg/pos-system.jpg") no-repeat center center fixed;*/
    /* background-size: cover;*/
    font-family: DroidArabicKufi;
  margin-bottom: 60px;
    width: 100%;
    height: 100%;
    z-index: -3;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

@font-face {
    font-family: 'DroidArabicKufi';
    src: url('../fonts/DroidArabicKufi.woff') format('woff');
}

@font-face {
    font-family: 'NotoKufiArabic';
    src: url('../fonts/NotoKufiArabic-Bold.woff') format('woff');
}
@font-face {
    font-family: 'amiri-regular';
    src: url('../fonts/amiri-regular.ttf') format('truetype');
}