﻿
@font-face {
    font-family: 'kufi';
    src: url('https://cdn.uobabil.net/fonts/kufi.ttf') format('truetype');
}
html {
  font-size: 18px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

.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%;
}

body {
  
    font-family: 'kufi' !important;
}
.section-login {
    height: 100%;
  
}
.login-bg {
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url('../images/auth-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%
}
.btn-leave {
    font-size: 15px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.ui-autocomplete {
    z-index: 1055 !important; /* أعلى من z-index الخاص بـ Bootstrap Modal */
    position: absolute;
}

.btn-login{
    position : relative;
    z-index : 8;
}

@media print {

  

    table {
        width: 100%;
        border-collapse: collapse;
    }

 

    tr {
        page-break-inside: avoid;
    }

    .no-print {
        display: none !important;
    }
}
table td, table th {
    text-align: center; /* Horizontal center */
    vertical-align: middle; /* Vertical center */
}

