* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css);

body {
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
    -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color: #15b3f0;
    font-family: 'Noto Kufi Arabic',system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif;
    /*font-size:12px;*/
    height: 100vh;
    margin: 0px;
    padding: 0px !important;
    /* Padding to avoid the "unsafe" areas behind notches in the screen */
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-right, 0px);
    text-transform: uppercase;
    width: 100%;
    direction: rtl;
    /*background: url('../img/splash.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

nav{
position:fixed;
}

input,select,textarea, button {
    font-family: 'Noto Kufi Arabic',system-ui, -apple-system, -apple-system-font, 'Segoe UI', 'Roboto', sans-serif !important;
}