* {
    box-sizing: border-box;
}

@media (min-width: 650px) {
    .two-columns {
        max-width: 50% !important;
    }
}

@media only screen and (min-width:601px) {
    #aside-and-content {
        position: relative;
        display: flex;
    }

    #sidebar-2,
    #sidebar-1 {
        width: 25%;
        min-width: 300px;
    }

    .order2 {
        order: 2;
    }
}

.sub-menu2 {
    display: none;
}

.sub-menu {
    /*display: none;*/
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub-menu a {
    text-align: center !important;
    font-size: 18px !important;
}

#page {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

#content {
    width: 100%;
    padding: 0 15px;
}

.ltr {
    direction: ltr;
}

.value,
pre {
    margin: 0 15px !important;
    display: inline-block;
    background: transparent;
    padding: 0;
    line-height: 2em;
    font-size: 17px;
    text-align: justify;
    max-width: 90%;
    text-wrap: wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

dl {
    margin-bottom: 10px;
    display: block;
    /*display: flex;*/
}

dt {
    font-weight: bold;
    font-size: 22px;
    color: green;
    text-align: right !important;
    padding: 0px;
    min-width: 150px;
}

dt::after {
    content: ':';
}

dt,
dd {
    margin: 0;
    display: inline-block;
    /*display: inline;*/
}

.archive-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.archive-post {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 310px;
    margin: 3px;
}

.archive-post-excerpt {
    text-align: justify;
    font-size: 18px;
    margin: 0 20px;
}

.archive-post a {
    text-decoration: none;
}

.archive-picture-cover {
    text-align: center;
    width: 220px;
    height: 220px;
    border-radius: 20px;
    border-width: 1px;
    border-color: transparent;
}

.archive-picture {
    margin: 10px;
    height: 200px;
    width: 200px;
    overflow: hidden;
}

.archive-title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 10px auto;
}

.archive {
    padding: 5px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

img {
    object-position: center center;
    object-fit: contain;
}


.no-border {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.no-border:focus {
    border: none !important;
    box-shadow: none !important;
}

.custom-logo {
    max-width: 470px;
    max-height: 150px;
}

.page-header a,
.page-header a:link,
.page-header a:visited,
.page-header a:hover,
.page-header a:active {
    text-decoration: none;
    color: black;
}

.page-header a {
    font-size: 20px;
}

.page-header {
    /*padding: top right bottom left;*/
    padding: 10px;
    align-items: center;
    z-index: 10;
    position: relative;
    width: 100%;
}

.page-header {
    display: flex;
}

.d-none {
    display: none;
}

.nav-ul {
    flex-grow: 1;
    padding: 0px;
    min-height: 35px;
    margin: 0;
    display: block;
    text-align: center;
    font-weight: normal;
    /*background-color: lightgoldenrodyellow;*/
}

.nav-ul [aria-current="page"] {
    font-weight: bold;
}

.nav-ul a {
    font-size: 16px !important;
}

.nav-ul>li {

    position: relative;
    margin: 0;
    padding: 5px 15px;
    display: inline-block;
    transition: 0.2s;
}

.nav-ul li:hover {
    /*background-color: var(--black);
    border-radius:10px;*/
    text-decoration: underline;
}

@media only screen and (min-width: 981px) {
    #menu-label {
        display: none;
    }

    .nav-ul>li:hover ul,
    .nav-ul>li:active ul,
    .nav-ul>li:focus ul {
        display: inline-block;

    }

    .sub-menu {
        background-color: var(--color2);
        /*background-color: antiquewhite;*/
        z-index: 100;
        position: absolute;
        /*top: 100%;*/
        top: 90%;
        left: -100px;
        border-radius: 10px;
        box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 400px;
        /*display: inline-block;*/
        display: none;
    }

    .sub-menu li {
        display: block;
        width: auto;
        clear: both;
        text-align: center;
        padding: 7px;
    }
}

@media only screen and (max-width: 980px) {
    .sub-menu {
        display: none;
    }

    /*label*/
    #menu-label {
        box-sizing: border-box !important;
        z-index: 9;
        background: none transparent;
        border: 4px solid cornflowerblue;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        cursor: pointer;
        display: block;
        height: 24px;
        position: absolute;
        top: 18px;
        margin: 0 10px;
        /*left: 20px;*/
    }

    #menu-label,
    #menu-label::before,
    #menu-label::after {
        width: 24px;
        transition: all 0.2s;
    }

    #menu-label::before,
    #menu-label::after {
        background: cornflowerblue;
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 6px;
        /*top: 50%;*/
    }

    #menu-label::after {
        opacity: 0;
        visibility: hidden;
        transform: rotate(90deg);
    }

    #menu-checkbox:checked+#menu-label {
        border: 4px solid silver;
        border-radius: 50%;
        top: 16px;
        min-height: 28px;
        min-width: 28px;
        transform: rotate(-135deg);

    }

    #menu-checkbox:checked+#menu-label::before {
        background: silver;
        top: 8px;
        left: 4px;
        width: 12px;
    }

    #menu-checkbox:checked+#menu-label::after {
        background: silver;
        opacity: 1;
        top: 8px;
        left: 4px;
        visibility: visible;
        width: 12px;
    }

    .nav-ul {
        display: none;
    }

    #menu-checkbox:checked~.nav-ul {
        z-index: 100;
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        position: absolute;
        top: 50px;
        /*width: 190px;*/
        width: 100%;
        height: calc(100vh - 60px);
        list-style: none;
        margin: 0px;
        text-align: justify;
        padding: 0;
        background-color: lightgray;
        /*min-height: 200px;*/
    }

    .nav-ul li {
        display: block;
    }
}

#totop {
    z-index: 20;
    bottom: 20px;
    left: 10px;
    margin: 5px;
    position: fixed;
    display: block;
    scale: 1.7;
    width: 20px;
}

img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h2,
h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.subterms {
    display: grid;
    /*display: flex;*/
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 20px auto;
    grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), max-content));
    gap: 10px;
    row-gap: 12px;
    column-gap: 12px;
    max-width: 900px;    
}

.subterms li {    
    flex: 1 0 auto;
    min-width: 200px;
    line-height: 1;
    margin: 0;
    min-height: 40px;
    padding: 10px 16px;
    background-color: #e9ecef;
    border: 1px solid #e0e3e7;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-overflow: clip;
}

.subterms a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.subterms a::before {
    content: "» ";
}

.subterms li:hover {
    background-color:  #ced4da;
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    color: #1a73e8;
    border-color: #d0d7de;
}

.subterms li:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}/* List with bullets */
:root {
    --website-color: #66CCFF;
    --website-color-rgb: 0, 184, 255;
    --bg-opacity: 0.75;
    --border-radius-sm: 0.25rem;
    --border-radius-lg: 0.5rem;
    --border-radius-xl: 1rem;
}

.content-default {
    min-height: 68vh;
}


.body-gradient {
    min-height: 100vh;
    background-color: 248, 249, 250;
    background-image: linear-gradient(to right, #eff2f4 0%, #F8F9FA 100%);
}

.list-bullets {
    list-style: none;
}

.list-bullets div,
.list-bullets-examples div {
    display: flex;
    align-items: center;
}

.list-bullets div::before {
    content: '';
    width: 10px;
    height: 10px;
    min-width: 3px;
    min-height: 3px;
    border-radius: 50%;
    background: rgba(var(--website-color-rgb), var(--bg-opacity));
    /* border: 2px solid rgba(var(--website-color-rgb), var(--bs-bg-opacity));*/
    display: block;
    margin-right: 1rem;
    margin-left: 1rem;
    flex-shrink: 0;
}

.list-bullets-examples div::before {
    content: '';
    width: 8px;
    height: 8px;
    min-width: 3px;
    min-height: 3px;
    border-radius: 50%;
    background: rgba(var(--website-color-rgb), var(--bg-opacity));

    display: block;
    margin-right: 1rem;
    margin-left: 1rem;
}

.shadow-default {
    /*box-shadow: 10px 10px 5px lightblue inset*/

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.alphabet-btn-default {
    width: 40px;
    height: 40px;
}

.bg-custom {
    background-color: #bfedff;
    /*rgba(0, 184, 255, 0.25);*/
    /* Light blue background */
    border-radius: 10px;
    /* Rounded corners */
    display: inline-block;
}

.rtl {
    direction: rtl;
}

/*.form-check-inline:hover, .form-check-inline:has(.r:checked) {
    --badge-border-radius: var(--border-radius-lg);
    --bg-opacity: 1;
    color: #ffffff;
    border-radius: var(--badge-border-radius);
    background-color: rgba(var(--website-color-rgb), var(--bg-opacity)) !important;
}*/

.rStartsEndsWith:checked+label,
.rStartsEndsWith:hover+label,
.rStartsEndsWith2:checked+label,
.rStartsEndsWith2:hover+label {
    --badge-border-radius: var(--border-radius-lg);
    --bg-opacity: 1;
    color: #ffffff;
    border-radius: var(--badge-border-radius);
    background-color: rgba(var(--website-color-rgb), var(--bg-opacity)) !important;
}

body {
    background-color: white;
}

.h1-plainword{
    font-size: 40px !important;
}

#second-row-default {
    background-image: url('/wp-content/themes/div-alkamoos/images/Books.jpg');
    background-color: #cccccc;
    height: 600px;
    min-height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.buttons-starts-with .ends-with-only,
.buttons-ends-with .starts-with-only{
    display: none;
}

.words a{
    /* overflow: hidden;*/
    width: auto;
    min-width: 60px;    
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
   /* min-width: 100px;*/
}

#starts_with1, #starts_with2{
    display: inline-block;
    width: 40px;
}
#starts_ends_form > *{
    width: 20%;
    text-align: center;
}
.w-search{
    width: 200px;
}

.lh-3 {
    line-height: 3;
}


@media only screen and (max-width: 992px) {
    .width-for-search-header-default {
        width: 100%;
    }

    #second-row-default {
        height: 450px;
    }
}

@media only screen and (min-width: 993px) {
    .width-for-search-header-default {
        width: 25%;
    }

    #second-row-default {
        height: 600px;
    }


}

dt, dd{
    display: inline-block;
}
dt, dd, .di{
    font-size: 1.25rem !important;
    line-height: 1.5;
    color: #212529;        
}
dt::after{
    content: ":";
}
dt::before, .di::before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 10px;
    border-radius: 50%;
    background-color: #3cc3f9;
    vertical-align: middle;
}
dt, .di{
    box-sizing: border-box !important;
    margin-left: .5rem !important;
}
dt{
    min-width: 150px;           
    font-weight: bold !important;
}@font-face {font-display:swap;
    font-family: dubai;
    font-style: normal;
    font-weight: 400;
    src: local('Dubai'),
        url(/wp-content/themes/dev-core/fonts/Dubai-Regular.woff) format('woff')
}

@font-face {font-display:swap;
    font-family: dubai;
    font-style: normal;
    font-weight: 700;
    src: local('Dubai'),
        url(/wp-content/themes/dev-core/fonts/Dubai-Bold.woff) format('woff')
}

*,
pre,
input {
    font-family: Dubai;
    font-display: swap;
}


* {
    box-sizing: border-box !important;
}

body {
    padding: 0;
    margin: 0;
    background-color: var(--white);
}

pre {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    word-wrap: break-word;
}

.post-picture,
.post-picture-150 {
    padding: 0 !important;
    margin: 0 auto;
    display: block;
    object-position: center;
    object-fit: contain;
    overflow: hidden !important;
}

.post-picture-150 {
    width: 150px;
    height: 150px;
}

p {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px;
}

body {
    font-size: 17px;
}

:root {
    --light_blue: #8bd9f7;
    --dark_blue: #a3a1d5;
    --dark_blue_op20: rgba(163, 161, 213, 0.3);
    --light_blue_op20: rgba(139, 217, 247, 0.4);
    --white_blue: #cae7f2;
    /*--white: #f2f0ff;*/
    --black: #01334b;
    --dark: #404040;
    --white: #f2f2f2
}

.label {
    font-size: 17px;
}

.header {
    align-items: center;
    position: fixed;
    /*position: sticky;*/
    width: 100%;
    /*height: 50px;*/
    /*background-color: lightgray;*/
    padding-bottom: 5px;
    z-index: 99;
}

.site-logo {
    min-width: 200px;
    display: inline-block !important;
    /*background-color:aqua;*/
}



.site-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /*display: block;*/
}

.tagline {
    text-align: center;
    font-size: 14px;
}

#menu-checkbox,
#seach-checkbox {
    display: none;
    position: absolute;
}

.menu-cover {
    /*background-color: yellowgreen;*/
    min-width: 30px;
    min-height: 30px;
    /*position: relative;*/
}

.menu {
    list-style: none;
}

.icon {
    box-sizing: border-box !important;
    overflow-wrap: break-word;
    cursor: pointer;
    position: absolute;
    border: none;
    width: 45px;
    height: 45px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAARdJREFUOBHNkz1uwkAQhTGkhCuELlQUiAtwilzHtU8BVLkHF4iokbJJkS41EiTS5nvL2FrQGMsdIz3N7ntvZn+8HgyyiDEuwBv4BifLmi8yW/sQ4xMowRl4Ib4Eo/YuKGYixT9QgSUYW9ZcvKJsbYSo42hFmVeeUbzp8vnHRNAdKCqvSc1JTy78NXeVEXWxiuWVcDORnlz4b6TLFFFfRzF2DUaiT5IrxqPnG0L+mDDzDBn3YuNDxjVDNdrZ7LVh/UGtv7sy2+3z1X7xz91GIhFLoOh6R+vWJtao62VrgW1aKsZP8rSrYf6vHSnYgw1IxyEHoAjgfrN7K6kYBKAI4DGbfbCzZ72j3lEUxRdFKxB6F3sF2okg7R/6f6gee6OuegAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    filter: invert(100%);
    background-position: 50% 50%;
    background-color: transparent;
    opacity: 1;
    left: 0;
}

#search-svg {
    /*margin:10px;*/
}

#search-label {
    padding-top: 2px;
    margin: 0 10px;
}

@media only screen and (min-width: 981px) {
    .site-title {
        font-size: 50px !important;
        margin: 40px 20px 0 !important;
    }

    #menu-label {
        display: none;
    }

    .menu {
        display: flex
    }

    .menu li {
        margin: 0 10px
    }

    .sub-menu {
        border-top: 3px solid var(--light_blue_op20);
        border-bottom: 3px solid var(--light_blue_op20)
    }

    .sub-menu a {
        text-decoration: none;
        border-bottom: 2px solid var(--light_blue_op20);
        background: var(--white);
        color: var(--dark);
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding: 12px 20px;
        transition: .3s
    }

    .sub-menu a:hover {
        color: var(--dark_blue) !important
    }


    #search-select {
        display: inline;
    }

    .search-input {
        width: 250px;
    }
}

@media only screen and (max-width: 980px) {
    .header {
        flex-direction: row-reverse;
        padding: 0 10px;
    }

    .menu {
        display: none;
    }

    #search-select {
        display: none;
    }

    .search-input {
        width: 100px;
    }

    #menu-checkbox:checked~.menu {
        z-index: 20;
        display: block;
        transform: translateY(0);
        position: absolute;
        top: 80px;
        width: 100%;
        height: calc(100vh - 120px);
        /*margin: 0 -150px;*/
        text-align: justify;
        padding: 0;
        left: 0;
        background-color: white;
        /*background-color: aqua;*/
    }

    .menu li {
        /*width: 150px;*/
    }

    .menu a {
        border-bottom: 2px solid #ddd;
        background: #fff;
        color: #404040;
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding: 12px 20px;
        transition: all 0.3s;
    }

    .menu a:hover {
        color: var(--black);
    }

    /*label*/
    #menu-checkbox:checked+#menu-label {
        border: 4px solid silver;
        border-radius: 50%;
        height: 28px;
        top: 6px;
        width: 28px;
        transform: rotate(-135deg);
    }

    #menu-checkbox:checked+#menu-label::before {
        background: silver;
        top: 8px;
        left: 4px;
        width: 12px;
    }

    #menu-checkbox:checked+#menu-label::after {
        background: silver;
        opacity: 1;
        top: 8px;
        left: 4px;
        visibility: visible;
        width: 12px;
    }

    #menu-label,
    #menu-label::before,
    #menu-label::after {
        width: 24px;
        transition: all 0.2s;
    }

    #menu-label {
        box-sizing: border-box !important;
        z-index: 99;
        background: none transparent;
        border: 4px solid var(--black);
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        cursor: pointer;
        display: block;
        height: 24px;
        position: absolute;
        top: 8px;
        /*left: 20px;*/
    }

    #menu-label::before,
    #menu-label::after {
        background: var(--black);
        content: "";
        height: 4px;
        left: 0;
        position: absolute;
        top: 6px;
    }

    #menu-label::after {
        opacity: 0;
        visibility: hidden;
        transform: rotate(90deg);
    }
}

@media only screen and (max-width: 410px) {
    .header {
        height: auto !important;

    }

   
    #search-and-diacritical {
        height: auto !important;
    }

    h1 {
        margin-top: 140px !important;
    }
}

body {
    padding: 0;
    margin: 0;
}


.onSubmit button {
    visibility: hidden;
}

.SubmitBackground,
.SubmitCircle {
    display: none;
}

.onSubmit~.SubmitBackground {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: white;
    border-radius: 0;
}

.onSubmit~.SubmitBackground .SubmitCircle {
    display: block;
    background: url(https://alkamoos.miniindustry.com/wp-content/uploads/2024/07/wait1.gif);
    margin: 0 auto;
    width: 170px;
    height: 170px;
    left: calc(50% - 100px);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: lightblue;
    /*animation: 5s cubic-bezier(.41, .44, .65, .7) infinite border-transform;*/
}

.search-submit svg {}

.header {
    /*height: 90px;*/
    width: 100%;
    /* background-color: lightgray;*/
    background-color: var(--dark_blue);
}

#site-title-and-menu {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row-reverse;*/
}

.site-title {
    margin: 0 10px;
}

.site-logo {
    min-width: 200px;
    display: inline-block !important;
    /*background-color:aqua;*/
}

.site-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /*display: block;*/
}

#search-and-diacritical {

    height: 40px;
    margin-bottom: 5px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

#addon-label {

    width: 120px;
    margin: 2px 10px 0;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    cursor: pointer !important;
    display: block;
    /*display: none;*/
    position: relative;
    transition: .2s;
}

.falseHarakat {
    background-color: var(--white);
}

.with-harakat {
    background-color: var(--black);
}

.with-harakat::before,
.falseHarakat::before {
    position: absolute;
    display: block;
    content: "";
    font-size: 20px;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    transition: 0.2s;


}

.with-harakat::before {
    background-color: var(--white);
    scale: 0.8;

    right: 0
}

.with-harakat::after,
.falseHarakat::after {
    position: absolute;
    display: block;
    line-height: 32px;
    transition: 0.2s;


}

.with-harakat::after {

    content: attr(With-harakat);

    right: 33px;
    font-size: 17px !important;
    color: var(--white);
}

.falseHarakat {
    background-color: var(--white);
}

.falseHarakat::before {

    scale: 0.8;
    right: calc(100% - 32px);
    background-color: var(--black);
}

.falseHarakat::after {

    content: attr(Without-harakat);

    right: 10px;
    font-size: 16px !important;

}

#tashkil-chk1:checked~#diacritical-label {
    background-color: rgb(215, 255, 215);
}

#search-select {
    width: 105px;
    padding: 0;
    outline: none;
    border: none;
    height: 20px;
    background-color: transparent;
}

.home .header {
    /*height: 50px;*/
    height: auto;
}

body {
    margin: 0;
    padding: 0;
}

#page {    
    width: 100%;
    padding-top: 0;
}
#content {  
margin: 100px 0 0 0;
}
*{
    box-sizing: border-box !important;
}
#page {    
    padding-left: 15px;
    padding-right: 15px;
    flex-grow: 1;
    min-height: 450px;
}
article {
    width: 100%;
}

.txtAlignCenter {
    text-align: center;
}

.numTitle {
    color: var(--dark_blue);
    /*text-align: center;*/
}

h1 {
    font-size: 28px;
    margin-top: 5px;
    text-align: center;
}

h2,
h3,
.HTitle {
    /*background-color: var(--light_blue_op20);*/
    padding: 5px;
    border-radius: 25px/60px;
    font-size: 24px;
}

.rootBox {
    margin: 0 20px;
}

.post-type-archive-word-arabic h2 {
    text-align: right;
    direction: rtl;
}

h2 {
    /*color: red*/
    /*text-align:center;*/
}

h2.center {
    color: black;
}

.center {
    text-align: center;
}

h2 span {
    color: #993366;
}

h2 .abbreviation {
    font-size: 12px !important;
}

.post-edit-link {
    font-size: small;
}

.post-edit-link::before {
    content: url('/wp-content/themes/div-alkamoos/icons/edit.png');
}

.archive-item-title::before {
    content: "";
    background-image: url('/wp-content/themes/div-alkamoos/icons/archive-item-title.png');
    background-size: 2.5vw 2.5vw;
    display: inline-block;
    width: 2.5vw;
    height: 2.5vw;
}

.singular-title::before {
    content: "";
    background-image: url('/wp-content/themes/div-alkamoos/icons/archive-item-title.png');
    background-size: 3vw 3vw;
    display: inline-block;
    width: 3vw;
    height: 3vw;
}

.singular-title,
.archive-item-title,
.archive-item-title a {
    color: green;
}

table,
.flex2 {
    direction: ltr;
}


.en {
    direction: ltr;
}

.ar {
    direction: rtl;
}

.abbreviation {
    font-size: medium;
}

h4,
.flex2,
.see-page {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    float: none;
    clear: both;
    /*background: lightsalmon;*/
}

.label_ar,
.label_en {
    display: block;
    font-size: 18px;
    color: green;
    /*text-decoration:underline;*/
    /*min-width:90px;*/
}

.label_ar {
    direction: rtl;
    text-align: right;
    right: 0;
}

.label_en {
    direction: ltr;
    text-align: left;
}

.ar_present_verb,
.ar_past_verb,
.ar_command_verb {
    direction: rtl;
    text-align: right;
}

.en_meaning,
.en_abbreviation,
.en_note,
.en_example_text,
.en_related_word,
.purity {
    direction: ltr !important;
    text-align: left !important;
    float: none !important;
}

.entry-header {
    /* display:none; */
}

.posted-on {
    display: none;
}

.see-page-ar,
.see-page-en {
    display: block;
}

.see-page-ar,
.ar2 {
    /*float:right;*/
    text-align: right !important;
    direction: rtl !important;
}

.see-page-en,
.en2 {
    /*float:left;*/
    text-align: left !important;
    direction: ltr !important;
}

.see-page-hr {
    /*float:none;*/
    /*margin-top:0;*/
    margin-bottom: 3px;
    border-top: 2px dashed gray;
}

.see-page-h {
    text-align: center;
}

.f-links {
    display: none;
}

#tashkil-chk {
    display: none;
}

.tashkil-lbl {
    direction: ltr;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    padding: 5px;
    /*width: 200px;*/
    margin: 0 auto 0;
    border-radius: 5px;
    background-color: var(--lightblue);
}

.tashkil-s {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/div-alkamoos/inc/uncheck-switcher.svg);
    background-size: 24px 24px;
}

#tashkil-chk:checked+label .tashkil-s {
    background-image: url(/wp-content/themes/div-alkamoos/inc/checkmark-switcher.svg);
}

#tashkil-chk:checked~.no-tashkil,
#tashkil-chk:checked~* .no-tashkil {
    display: none;
}

.tashkil {
    display: none;
}

#tashkil-chk:checked~.tashkil {
    display: block;
}

#tashkil-chk:checked~* .tashkil {
    display: inline;
}

.decoration-none,
.decoration-none:link,
.decoration-none:visited,
.decoration-none:hover,
.decoration-none:active {
    text-decoration: none !important;
    color: black;
}

#totop {
    z-index: 20;
    position: fixed;
    bottom: 20px;
    /*top: 88vh;*/
    margin: 5px;
    cursor: pointer;
    font-size: 20px;
    display: block;
}

.tocbtn-cover {
    text-align: center;
    /*position: fixed;*/
    /*z-index: 10;*/
    /*top:60px;*/
}

.tocbtn {
    display: inline-block;
    margin: 5px;
    background-color: lightblue;
    border-radius: 20px;
    padding: 0 8px;
    text-align: center;
    max-height: 27px;
    /* !important;*/
    cursor: pointer !important;
    transition: 0.2s;
}

.tocbtn:hover {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.toch {
    position: relative;
}

.tocspan {
    position: absolute;
    top: -90px;
    width: 20px;
    height: 20px;
    background-color: aqua;
    visibility: hidden;
}

.sameRootBox a,
.endWithBox a {
    background-color: var(--light_blue_op20);
    color: var(--black);
    text-decoration: none;
    border-radius: 20px;
    padding: 2px 5px;
    margin-bottom: 5px;
    display: inline-block;
    transition: 0.2s;
}

.sameRootBox a:hover,
.endWithBox a:hover {
    scale: 1.05;

}

.footer {
    text-align: center;
    display: block;
    width: 100%;
    background-color: var(--dark_blue);
    padding: 5px 0;
}

footer {
    min-height: 200px;
}

.list1 {
    list-style-type: disc !important;
}

.list1 li {
    display: list-item !important;
}

.archive-h2 {
    display: inline-block;
    /*min-width: 100px;*/
    margin: 5px 10px;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 15px;
    background-color: var(--white_blue);
    color: var(--black);
}

.archive-h2:hover {
    scale: 1.05;
}

.archive-word-english {
    direction: ltr;
}

.wp-post-image {
    margin: 0 auto;
    display: block;
}

.audio-img {
    background-image: url('/wp-content/themes/div-alkamoos/audio/volume-up-solid.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px !important;
    height: 24px !important;
    position: absolute;
    top: 8px;
    cursor: pointer;

}

.audio-cover {
    display: inline-block;
    width: 24px;
    height: 24px;
    /*background-image: url('/wp-content/themes/div-alkamoos/audio/volume-up-solid.svg');
    background-repeat: no-repeat;
    background-size: contain;*/
    margin: 0 5px;
    position: relative;
    /*border: solid medium red;*/
}

.edit {
    font-weight: normal;
    font-size: 18px;
    background-color: lightgray;
    color: red;
    text-decoration: none;
}

.stars {
    display: block;
    /*margin: 0 auto;*/
    text-align: center;
}

.stars span {
    font-size: 40px;
    display: inline-block;
    transform: rotate(45deg);
    color: darkcyan;
    /*content: "✦ ✦ ✦ ✦ ✦";*/
}

.archive-article {
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    min-width: 200px;
    width: auto;
}

.adsbygoogle {
    min-width: 200px;
    min-height: 200px;
    /*background-color: #a3a1d5;*/
}

.wiktionary {
    border: darkgreen 3px dashed;
    border-radius: 10px;
    padding: 0 10px;
}

.wiki-pre {
    font-size: 20px;
    overflow-y: hidden;
    margin-right: 30px;
}

.value-sameroot a {

    color: var(--black);
    text-decoration: none;

    padding: 2px 5px;
    margin-bottom: 5px;
    display: inline-block;
    transition: 0.2s;
}

#arrow1,
#arrow2 {
    content: url("/wp-content/themes/div-alkamoos/{{get_stylesheet_directory_uri}}/images/arrow-down-24px.png");
    width: 16px;
    height: 16px;
    padding: 0;
    margin: auto 5px;    
}

#arrow1.collapsed,
#arrow2.collapsed {
    content: url("/wp-content/themes/div-alkamoos/{{get_stylesheet_directory_uri}}/images/arrow-right-24px.png");
}
.archive-plainword-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.np a,
.np-a,
.archive-plainword-container>a {
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 1px;
    border-color: #0d6efd;
    width: auto;
    height: 40px;
    text-decoration: none;
    color: #0d6efd;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    padding: 0 3px;
}

.np-a2 {
    color: #993366;
    font-size: 18px;
}

.np a,
.np-a,
.np-a2 {
    margin: 0.25rem !important;
    min-width: 40px;
}

.archive-plainword-container>a {
    min-width: 100px;
    margin: 10px;
}

.np a:hover,
.np-a:hover,
.np-a2:hover,
.archive-plainword-container>a:hover {
    color: black;
    background-color: #00b8ff;
}

.value-meanings {
    list-style-type: none;
    position: relative;
}

.value-meanings>*::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00b8ff;
    display: inline-block;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 7px;
}