
@font-face {
    font-family: "Noto Naskh Arabic UI";
    src: url('../webfonts/NotoNaskhArabic-VariableFont_wght.ttf') format("truetype");
}

html, body {
    font-family: 'Noto Naskh Arabic UI', serif;
    font-size: 14px;
}


a {
    text-decoration: none !important;
    color:#555 !important;
}
html {
    direction: rtl;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



    body {
        background-color: #ACA;
        margin: 0; 
        height: 100vh;          
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; 
        background-attachment: fixed;
    }


#puklogo {
    max-height: 50%;
    max-width: 50%;
    position: fixed;
    left: calc(50% - 150px);
    top: 50%;
    transform: translate(-50%, -50%);
}

.landscape-only {
    display: none; /* Hide the element by default */
}

@@media (orientation: landscape) {
    .landscape-only {
        display: block; /* Show the element in landscape orientation */
    }
}

.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: 'Noto Naskh Arabic UI', serif;
    
    font-size: 14px;
    margin-bottom: 60px;
}

a {
    text-decoration: none !important;
}

ul {
    padding-left: 0 !important;
}

.dropdown-item span {
    text-align: right;
    width: 100px;
    display: inline-block;
}

.row {
    margin-top: 5px;
}


.navbar, .nav-link {
    font-size: 16px !important;
    
}


.main-body {
    margin-top: 60px;
}

@media print {
    header, footer, nav, aside {
        display: none;
    }
}

.wt-50 {
    width: 50px !important;
}

    .wt-50 input {
        width: 50px !important;
    }

.form-switch.form-switch-md {
    padding-left: 4.5em;
    margin-left: 2em;
    height: 2.5em;
}

.form-switch {
    min-width: 100px;

    background-color: lightblue;
    border-radius: 8px 14px 14px 8px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.form-check-input {
    float:none !important;
    margin-left: -4.5em;
    margin-top: 0px;
    height: 2.2em;
    width: 4em !important;
}

.form-check-label {
    padding:0.4em 4.5em 0 0 !important;
    white-space:nowrap;       
}


.form-switch.form-switch-lg {
    padding-left: 8.5em;
    height: 4.5em;
}

    .form-switch.form-switch-lg .form-check-input {
        margin-left: -8.5em;
        height: 4em;
        width: 8em;
    }

    .form-switch.form-switch-lg .form-check-label {
        padding-top: 1.5em;
    }

.form-check-input:checked {
}

.form-check-input:checked {
}


th {
    text-align: center !important;
}


.text-num {
    text-align: left !important;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgb(226 255 239);
}

.from-inline{
    display:inline-block;
}

.x2space {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.main_color {
    background-color: rgb(226 255 239);
}

@media screen and (max-width: 600px) {
    .vr {
        display:none;
    }
}

.btn-group {
    /*border-radius: var(--bs-border-radius);*/
    direction: rtl;    
}

.pad10 {
    margin-left: 10px;
}


.div-striped .row-striped:nth-of-type(odd) {
    background: #e0e0e0;
}

.div-striped .row-striped:nth-of-type(even) {
    background: #FFFFFF;
}

.form-control input
{
    background-color:transparent !important;
}



.progress {
    background: rgb(187 227 191);
    overflow: visible;
    padding: 3px 0 18px 0;
    text-wrap: nowrap;
    white-space: nowrap;
}

.icon-col {
    width: 10px;
    white-space: nowrap;
}


.mini-image {
    height: 150px;
    border-radius: 5px;
}


.img50v {
    border: 1px solid #333;
    height: 50vh !important;
    width: auto;
    display: block;
}