* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,p,span,div,input,button,textarea,select,option,li,a{
  font-family: "IBM Plex Sans Arabic", tahoma;

}

.header {
    box-shadow: 0 2px 64px 3px rgba(0,0,0,.03);
    text-align: center;
    margin-bottom: 2rem;
}

img.site-logo {
    max-height: 98px;
}

.container {
    max-width: 1098px;
    margin: 0px auto;
    width: 90%;
}

.main-title {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    color: #222;
    margin: 1rem 0px;
    padding-bottom: .7rem;
    margin-top: 3rem;
}

.main-content {
    padding-bottom: 10rem;
}

.flex-2 {
    display: flex;
    gap: 1rem;
}

a {
    text-decoration: none;
    color: #2d6c6c;
}

.flex-2 a img {
    max-width: 48px;
    margin-bottom: .4rem;
}

.flex-2 a {
    text-align: center;
    box-shadow: 1px 2px 3px #eee , -2px -1px 3px #eee;
    padding: 16px;
    border-radius: 16px;
    font-size: 12px;
    color: #296762;
    flex-grow: 1;
    /* flex: 50%; */
    width: 50%;
}

.footer {
    box-shadow: 0px -11px 64px 3px rgba(0, 0, 0, .03);
    position: fixed;
    bottom: 0px;
    padding: 16px;
    text-align: center;
    width: 100%;
    left: 0px;
    z-index: 10;
    background: #fff;
}

ul.footer-links {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: .5rem;
}

html,body {
    direction: rtl;
}

input, textarea,select {
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 1px 2px 3px #eee;
    padding: 8px;
    border-radius: 8px;
    text-align: right;
    margin: 1rem 0px;
    font-size: 16px;
}

button , input[type="submit"] ,.primary-button{
    background: #3e837e;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    border: 0px;
    font-size: 16px;
}

.primary-button{
    margin:1rem auto;
    display:inline-block;
}

div#result {
    display: none;
    margin-top: 2rem;
    border-top: 1px dotted #ddd;
    padding-top: 1rem;
}


.grid-auto {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

div#qrcode {
    box-shadow: 1px 2px 10px #ccc;
    margin: 1rem auto;
    max-width: 580px;
}

div#qrcode img {
}

button i , input[type="submit"] i {
    margin-left: .4rem;
}

ul.footer-links i {
    display: block;
    margin-bottom: -4px;
}


.footer p {
    font-size: 13px;
    border-top: 1px solid #eee;
    padding-top: .5rem;
}

ul.footer-links a {
    font-size: 14px;
}
li{
    list-style: none;
}