﻿
* {
    font-family: "El Messiri";
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    direction: rtl;
    text-align: right;
    background-image: url('../images/bg.jpg');
}


.full-height {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header {
/*    height: 14vh;
    max-height: 14vh;
*/    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .main-header {
        height: auto;
        max-height: none;
    }
}



#imgMaster {
    content: url("../images/king.png") !important;
}


form {
    direction: rtl;
    text-align: right;
    /*background: url("../images/bg.jpg") !important;*/
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.div_vertical_Print2 {
    vertical-align: top;
    display: inline-block;
    text-align: right;
    direction: rtl;
    width: 450px;
    height: 300px;
    overflow: scroll;
    border: solid 1px #000;
    font-size: 16pt;
}


.div_vertical_Print3 {
    vertical-align: top;
    display: inline-block;
    text-align: right;
    direction: rtl;
    width: 100%;
    height: 200px;
    overflow: scroll;
    border: solid 1px #000;
    font-size: 16pt;
}


.Grid_vertical {
    vertical-align: top;
    display: inline-block;
    text-align: right;
    direction: rtl;
    width: 100%;
    height: 380px;
    overflow: scroll;
}

.radio-list input[type="radio"] {
    margin-bottom: 10px; /* Adjust the value as needed */
}

.radio-list input[type="radio"] {
    margin-right: 10px; /* Add margin to the right of the radio buttons */
}

.radio-list label {
    display: block;
    margin-bottom: 10px; /* Add margin below each label */
}

img{
    width:100px!important;
}

