
* {
    box-sizing: border-box;
}

.container {
    max-width: 540px;
    margin: auto;
    width: calc(100% - 20px);
    padding: 30px 30px;
    background: white;
    margin: 60px auto;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 8%);
}

h1 {
    font-size: 20px;
    color: #9aca3c;
    font-weight: 700;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
}
h1 img {
    width: 220px;
    vertical-align: middle;
    /* margin-left: 20px; */
    display: block;
    margin-bottom: 20px;
}

body {
    font-family: 'Heebo', 'Arial';
    color: #3c3c3c;
    background: whitesmoke;
	direction: rtl;
}
h1 span {
    /* display: block; */
    font-size: 13.4px;
    /* text-align: left; */
    /* display: inline-block; */
    /* margin-right: auto; */
    margin-top: auto;
    /* margin-right: 160px; */
    flex: auto;
    text-align: center;
    color: #3c3c3b;
}
.title a {
    text-align: center;
    display: table;
    margin: auto;
	margin-inline-end:0;
    color: #003e7e;
    font-weight: 600;
}
.input-field {
    display: flex;
    padding: 10px 0px;
    align-items: center;
    font-size: 20px;
    flex-wrap: wrap;
}

.input-field label {
    flex: 0 0 110px;
    font-weight: 600;
    color: #080808;
    font-size: 16px;
}
.input-error {
    flex: 0 0 100%;
    text-align: center;
    color: red;
    font-size: 15px;
    padding: 10px;
    font-weight: 800;
}
.input-field input {
    line-height: 30px;
    height: 32px;
    padding: 0px 20px;
    border: 1px solid #bdbdbd;
    box-shadow: 0px 0px 5px -2px rgb(0 0 0 / 30%);
    flex: 1;
    font-size: 22px;
    max-width: 100%;
    width: 100%;
    text-align: right;
    direction: ltr;
    letter-spacing: 2px;
}
.input-field input:focus {
    outline: 2px solid #003e7e;
    border-color: transparent;
}
button.reset {
    background: none;
    line-height: 40px;
    padding: 0px 10px;
    color: red;
    text-decoration: underline;
    border: 0px;
    outline: none;
}
.buttons {
    margin: 20px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
button.submit {
    height: 32px;
    line-height: 24px;
    padding: 0px 20px;
    background: #0081c5;
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Heebo';
    border: 0px;
    outline: none;
    cursor: pointer;
    border-radius: 33px;
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.11);
    margin-right: auto;
}
hr {
    border-bottom: 1px ridge #DDD;
    height: 1px;
    margin: 30px 0px;
    border-top: 0px;
}

.bottom {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.bottom a {
    color: black;
    text-decoration: none;
    text-decoration: underline;
}
button.button.green.small {
    color: green;
}

table#af_posts_table button.button.small + button, table#af_posts_table button.button.small {
    display: inline-block;
}

tr.post-tr[data-status="1"] td {
    color: green;
}

tr.post-tr[data-status="1"] td button.green {
    display: none !important;
}
.lity-active,
.lity-active body {
    overflow: hidden;
}
.bottom a {
    color: #003e7e;
}

article {
    max-width: 690px;
    direction: rtl;
    margin: 30px auto;
    padding: 30px;
    background: white;
    box-shadow: 0px 10px 10px -6px rgba(0,0,0,0.2);
}

article p {
    font-size: 14px;
}

article h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 900;
    margin-top: 30px;
    color: #003e7e;
}
article strong {
    font-weight: 900;
    color: black;
}

article a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    color: #003e7e;
}


article h1 {
    display: table;
    margin: 0px 0px 10px;
    font-size: 30px;
    color: #003e7e;
}