/*@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap'); */
@import url('https://fonts.cdnfonts.com/css/dubai');

:root {
    --blue: #4c81c7;
    --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
}

* {
    box-sizing: border-box !important;
    font-family: dubai;
}

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

.entry-title {
    font-size: 26px;
}

.entry-title span {
    color: var(--dark_blue);
}

.mrgnTop50 {
    margin-top: 50px;
}

.more-examples,
.more-meanings {    
    border: var(--dark_blue_op20) 3px solid;
}

.more-meanings {
    padding: 0 5px;
}

.more-examples {

    width: 95%;
    padding: 5px;
    border-radius: 10px;
    margin: 5px auto;
}

.showMore {
    width: 250px;
    text-align: center;
    /*width: 95%;*/
    padding: 7px;
    border-radius: 5px;
    background-color: var(--dark_blue_op20);
    margin: 20px auto;
    transition: 0.2s;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.showMore:hover {

    background-color: var(--dark_blue);
    font-weight: bold;
    scale: 1.05;
}

.HMeanings {
    background-color: var(--white_blue);
    cursor: pointer;
}

.HMeanings:hover {
    background-color: var(--light_blue);
}

.footer,
.meaningTitle,
.search-bar,
.site-title {
    font-weight: 700
}

.totalBox {
    width: 100%;
    height: auto;
    margin: 5px;
    text-align: center;
}

.totalBox span {
    background: var(--dark_blue_op20);
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    display: inline-block;
}

.verticalAlignCenter {
    vertical-align: middle
}

.icon,
.input,
.search-bar {
    overflow-wrap: break-word;
    box-sizing: border-box;

}

.search-bar {
    position: relative;
}

#search-result {
    position: absolute;
    right: 0;
    top: 85px;
    z-index: 10;
}

.suggestion {
    margin-bottom: 2px;
    width: 100vw;
    padding: 5px 0;
    border-bottom: var(--white) 1px solid;
    margin: auto;
    text-align: center;
    background-color: var(--white_blue);
}

.suggestion:last-child {
    border-radius: 0 0 20px 20px;
}

.suggestion:hover {
    background-color: var(--light_blue);
}

.suggestion a {
    color: var(--black) !important;
    display: block;
    font-size: 25px;
    text-decoration: none;
}

.logo {
    height: 90px;
    margin-top: 10px;
    padding: 0 5px
}

#addon-chk:checked~.with-harakat,
#totop,
.displayBlock,
.footer:hover>.hcodyURL,
.see-page-ar,
.see-page-en {
    display: block
}

.youtube {
    width: 533px;
    height: 300px;
    margin: 30px auto !important;
    display: block;
}

.instagram {
    width: 500px;
    height: 500px;
    display: block;
    margin: 30px auto !important;
}

.tiktok {
    width: 300px;
    height: 533px;
    display: block;
    margin: 30px auto !important;
}

#addon-chk,
#addon-chk:checked~.without-harakat,
#addon-chk:checked~* .without-harakat,
.DropListContainer,
.chkQa,
.containerQa,
.display-none,
.d-none,
.f-links,
.hcodyURL,
.posted-on,
.with-harakat {
    display: none
}

#addon-chk:checked~* .with-harakat {
    display: inline;
}

.center,
.search-bar,
.see-page-h,
.site-title,
h1,
.alignCenter {
    text-align: center
}



#totop,
.page-header {
    position: fixed
}

#totop,
.icon,
.with-harakat-lbl {
    cursor: pointer
}

.customVideo {
    width: 50vw;
    margin: auto
}

.customVideo .normalVideo {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 40px;
}

.customVideo .mobileVideo {
    display: none
}

.H2Row {
    margin-top: 30px;
    position: relative;
}

.input {
    width: 250px;
    padding-left: 40px !important;
    direction: inherit;
}

@media only screen and (min-width:981px) {
    .DropListTitle {
        font-size: 28px !important;
        padding: 5px 0 !important;
    }

    #totop {
        right: 5vw !important;
        bottom: 11px;
    }

    #menu-label {
        display: none
    }

    .site-title {
        font-size: 40px !important;
        margin: 40px 20px 0 !important
    }

    .site-title img {
        width: 70px;
        height: 70px;
        margin-top: 20px;
    }

    .miniLogo {
        margin: 0 20px !important;
        line-height: 50px;
        font-size: 30px !important
    }

    .miniLogo img {
        margin-top: 0px !important;
        width: 60px;
        height: 60px
    }

    .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
    }
}

.homeHeader {
    padding: 10px 0;
}

@media only screen and (max-width:980px) {


    picture img {
        max-width: 95vw !important;
        height: auto;
    }

    #menu-checkbox:checked+#menu-label::after,
    #menu-checkbox:checked+#menu-label::before {
        background: var(--white);
        left: 4px;
        width: 12px;
        top: 8px
    }

    .site-title img {
        width: 35px !important;
        height: 35px !important;
        margin-top: 12px !important;
    }

    .site-title {
        margin: 0 !important;
    }

    body {
        overflow-x: hidden
    }

    .page-header {
        flex-direction: row-reverse;
        padding: 0 10px
    }

    .logo {
        margin-top: 50px
    }

    #search-select,
    .menu {
        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);
        text-align: justify;
        padding: 0;
        left: 0;
        background-color: var(--white)
    }

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

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

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

    #menu-checkbox:checked+#menu-label::after {
        opacity: 1;
        visibility: visible
    }

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

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

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

    #menu-label::after {
        opacity: 0;
        visibility: hidden;
    }
}

.intro {
    width: 90%;
    margin: auto;
    line-height: 2;
    padding: 5px;
    font-size: 18px;
    border-radius: 20px/50px;
    background-color: var(--light_blue_op20);
    text-align: center;
}

.DropListTitle {
    margin: 50px 0;
    padding: 10px 0;
    color: var(--white);
    border-radius: 20px/50px;
    background-color: var(--black);
    transition: 0.2s;

}

.DropListTitle:hover {
    font-weight: bold;
    background-color: var(--dark_blue);
    color: var(--black);
}

@media only screen and (max-width:499px) {

    #addon-label {
        margin-top: 12px !important;
    }

    .DropListTitle:hover {
        background-color: var(--black);
        color: var(--white);
    }

    .totalBox span {
        width: 70%;
        display: block;
        margin: 5px auto;
    }

    .customVideo {
        width: 100vw;
    }

    .DropListTitle {
        width: 85vw;
        margin: 30px auto !important;
    }

    .youtube {
        width: 85vw;
        height: auto;
        border-radius: 10px;

    }

    .tiktok {
        width: 95vw;
        height: auto;
    }

    .instagram {
        width: 85vw;
        height: auto;


    }

    .customVideo .mobileVideo {
        display: block;
        width: 100vw;
    }

    .customVideo .normalVideo {
        display: none
    }

    #search-and-addon {
        margin: 5px 0;
        height: auto !important
    }

    .wp-post-image {
        /* margin-bottom: 20px !important*/
        width: 85vw;
        height: auto;
        display: block !important;
        margin: auto !important;
    }

    .HRow {
        width: auto !important
    }

    .lightBack {
        padding: 15px !important;
        width: 87%
    }

    .HRow h2,
    .HRow h3 {
        vertical-align: middle
    }

    .HRow h2 .audio-cover {
        display: block;
        /*scale:1.2;*/
        margin: 0px 20px 10px;

    }

    .Hsmall,
    h3 {
        font-size: 16px !important
    }

    .search-bar {
        display: inline-flex;
        margin-bottom: 10px;
        padding: 5px;
    }

    .site-title {
        font-size: 20px !important
    }

    h2 {
        font-size: 17px !important
    }

    .audio-img {
        /*scale: 0.7;*/
        scale: 0.9;
        top: 12px;
    }

}

#page,
.page-header,
article {
    width: 100%
}





body {
    padding: 0;
    margin: 0
}

.page-header {
    align-items: center;
    background-color: var(--dark_blue);
    z-index: 99
}

.home .page-header {
    height: auto
}

.HRow a {
    color: #a3a1d5;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.HRow a:hover {
    color: #3498db;
}

.HRow a::before {
    content: '';
    position: absolute;
    height: 3px;
    bottom: -3px;
    /*left: 0;*/
    background-color: #3498db;
    /*transition: width 0.3s ease;*/
    width: calc(100% - 5px);
}

a:hover::before {
    background-color: gray;
}

.ex_link {
    /*display: inline-block;*/
    margin-inline-end: 5px;
}

.ex_link::after {
    content: " [^]";
    font-size: 0.8em;
    margin-inline-end: 2px;
    opacity: 0.7;
}

.ar2 a:hover,
.en2 a:hover {
    background-color: var(--light_blue_op20);
    border-radius: 5px;
    color: var(--black);
}

.page-header a,
.page-header a:active,
.page-header a:link,
.page-header a:visited {
    color: var(--white);
    font-weight: bold;
    font-size: 20px
}

.input,
h2.center {
    color: var(--dark)
}

.page-header a:hover {
    color: var(--black) !important
}

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

.site-logo {
    display: inline-block !important
}

.site-title {
    font-size: 28px;
    margin: 2px 20px 0
}


.input,
.search-bar {
    font-size: 16px;
}

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

.menu-cover {
    min-width: 30px;
    min-height: 30px
}

.menu {
    list-style: none
}

/*
     TODO lost
    padding: 5px 10px;
    border-radius: 50px;
    color:var(--black);

}*/

@keyframes pulse {

    0%,
    100% {
        color: gray
    }

    50% {
        color: var(--black)
    }
}

@keyframes scaler {

    0%,
    100% {
        scale: 1.3
    }

    50% {
        scale: 1
    }
}

.search-bar {
    line-height: 1.6;
    display: flex;
    align-items: center;
    border-radius: 3px;
    position: relative;
    max-width: 880px;
}

#page {
    position: absolute;
    top: 0;
}

.admin-bar #page {
    top: 32px;
}

.icon {
    position: absolute
}

.input {
    border: none;
    outline: 0;
    flex-grow: 1;
    padding: 5px 10px 5px 0;
    border-radius: 35px
}

.input::placeholder {
    color: var(--dark)
}

.icon {
    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
}

#addon-label,
.search-section,
.search-shortcode-section {
    display: inline-block;
    border-radius: 20px
}

.toch {
    position: relative
}

.audio-img:hover {
    opacity: .4
}
.onSubmit{
    background-color: #ffcc36;
}
.onSubmit~.SubmitBackground {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    background: var(--white);
    border-radius: 0;
    z-index: 10000;
    bottom: 0;
    right: 0;
}

.onSubmit~.SubmitCircle {
    width: 200px;
    height: 200px;
    position: fixed;
    background: url(https://arabiclantern.com/wp-content/uploads/2023/05/logo.png);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--light_blue_op20);
    background-color: var(--dark_blue);
    z-index: 10001;
    border-radius: 50%;
    bottom: calc(50% - 100px);
    right: calc(50% - 100px);
    animation: 5s cubic-bezier(.41, .44, .65, .7) infinite border-transform;
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

li {
    display: inline;
    margin: 10px
}

#search-and-addon {  
    text-align: center;  
    height: 40px;
    margin-bottom: 5px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center
}
#search_form1{
    max-width: 220px;
    display: inline-block;
}
#addon-label {
    width: 120px;
    margin: 2px 10px 0;
    height: 32px;
    line-height: 32px;
    border-radius: 50px;
    cursor: pointer !important;
    position: relative;
    transition: 0.2s;    
    /*background-color: var(--black);*/
    /*margin: 2px 10px 0;    */
    direction: rtl;
    width: 120px;
    
}
.without-harakat-label {
    background-color: var(--white);
}

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

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

.with-harakat-label::before {
    background-color: var(--white);
    scale: 0.8;
    right: calc(100% - 32px);
}

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


}

.with-harakat-label::after {
    font-size: 14.5px;
    content: attr(with-harakat-label);
    right: 10px;
    color: var(--white);
}

.without-harakat-label {
    background-color: var(--white);
}

.without-harakat-label::before {
    right: 0;
    scale: 0.8;
    background-color: var(--black);
}

.without-harakat-label::after {

    content: attr(without-harakat-label);
    font-size: 14.5px;
    right: 33px;

}

.ar.with-harakat-label::after {
    right: 33px;
    font-size: 17px !important;
}

.ar.without-harakat-label::after {
    right: 10px;
    font-size: 16px !important;
}

.ar.with-harakat-label::before {
    right: 0;
}

.ar.without-harakat-label::before {
    right: calc(100% - 32px);
}


.button-faq:hover,
.word-frontend-toc-cover a:hover,
.rmp-rating-widget__icons-list__icon:last-child {
    scale: 1.1;
    background-color: var(--light_blue);
}

#content {
    margin: 160px auto 0;
    max-width: 980px;
    min-height: calc(100vh - 160px)
}

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

.HRow h2,
h2 span,
.meaningTitle span {
    color: var(--dark_blue)
}

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

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

.post-edit-link::before {
    content: url('icons/edit.png')
}

.archive-item-title::before,
.singular-title::before {
    content: "";
    background-image: url('icons/archive-item-title.png');
    display: inline-block
}

.archive-item-title::before {
    background-size: 2.5vw 2.5vw;
    width: 2.5vw;
    height: 2.5vw
}

.singular-title::before {
    background-size: 3vw 3vw;
    width: 3vw;
    height: 3vw
}

.archive-item-title,
.archive-item-title a,
.singular-title {
    color: var(--dark_blue)
}

.ARtitle,
.meaningTitle,
.title {
    text-align: center;
    color: var(--dark)
}

.title {
    font-size: 24pt;
}


.ar2 .audio-img {
    rotate: 180deg
}

.meaningTitle {
    width: 95%;
    font-size: 14pt;
    line-height: 2;
    padding: 5px
}

.ARtitle {
    font-size: 24pt
}

h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ar,
.ar2 {
    direction: rtl;
}

.archive-word-english,
.en,
.en2,
.flex2,
.rmp-rating-widget__icons-list,
.rmp-rating-widget__results,
table {
    direction: ltr
}

.abbreviation {
    font-size: medium
}

.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
}

.label_ar,
.label_en {
    display: block;
    font-size: 18px;
    color: green
}

#totop,
.footer {
    font-size: 20px
}

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

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

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

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

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

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


#coffee-front,
.DropListTitle,
.footer {
    text-align: center
}

.see-page-hr {
    margin-bottom: 3px;
    border-top: 2px dashed var(--light_blue_op20)
}

.with-harakat-lbl {
    direction: ltr;
    display: flex;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    padding: 5px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #add8e6
}

.decoration-none,
.decoration-none:active,
.decoration-none:hover,
.decoration-none:link,
.decoration-none:visited {
    text-decoration: none !important;
    color: var(--dark)
}

#totop {
    z-index: 20;
    bottom: 9px;
    right: 15px;
    margin: 5px;
    scale: 1.7;
}


.DropListTitle {
    cursor: pointer
}


.button-faq {
    background-color: var(--black);
    color: var(--white) !important
}


.tocspan {
    position: absolute;
    top: -80px;
    width: 5px;
    height: 5px;
    background-color: transparent;
}

.footer,
.lightBack {
    background-color: var(--dark_blue)
}

.footer {
    position: relative;
    display: block;
    width: 100%;
    color: var(--white);
    padding: 20px 0
}

.HRow,
.lightBack {
    color: var(--black)
}

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

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

.archive-h2 {
    display: inline-block;
    min-width: 100px;
    margin: 5px 20px
}

.wp-post-image {
    margin: 0 auto;
    display: block;
    border-radius: 15px;
}

picture img {
    margin: 0 auto;
    display: block;
    max-width: 500px;
    max-height: 500px;
    border-radius: 15px;
}

.HRow h2,
.HRow h3,
.audio-cover,
.dropDownArrow {
    display: inline-block
}

.audio-img {
    background-image: url('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-api {
    background-image: url('audio/volume-up-solid2.svg');
}

.audio-api-wait {
    background-image: url('audio/wait.webp');
    /*background-size: cover;*/
}

.audio-cover {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    position: relative
}

.rmp-rating-widget__icons-list__icon:nth-child(4) {
    scale: 1.05
}

.rmp-rating-widget__icons-list__icon:first-child {
    scale: 0.9
}

.rmp-rating-widget__icons-list__icon:nth-child(2) {
    scale: 0.95
}

.rmp-rating-widget__results__votes::before {
    content: ' × '
}

/*
#coffee-front {
    margin-top: -80px
}

 
#coffee-front {
    margin-left: auto;
    margin-right: auto;
    display: block;
    direction: ltr
}*/

.h150 {
    line-height: 150%
}

.HRow {
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;    
    gap: 10%;
    direction: rtl;
    width: 100%;
    padding: 20px    
}
.HRow * {
    flex: 1;
}
.endSection {
    text-align: center;
    font-size: 40px;
    color: var(--dark_blue);

}

.endSection span {
    transition: 0.1s;
    scale: 1;
    padding-top: 5px;
    display: inline-block;
}

.lightBack {
    padding: 30px 0;
    border-radius: 40px/100px;
    margin: auto;
    position: relative;
    background-color: var(--white_blue);
    color: var(--black);
    padding: 30px 0;
    font-size: 1.5em;
    font-weight: bold;
    min-height: 100px;
}


.videoDiv {
    background-color: var(--light_blue_op20)
}

@keyframes backTrans {

    0% {
        background-color: var(--dark_blue);
        color: var(--black);
    }

    100% {
        background-color: var(--black);
        color: var(--white);
    }
}

#imgAndVideo {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

.videoDiv {
    width: 300px;
    height: 300px
}

.Hsmall {
    font-size: 18px
}

.Hsmaller {
    font-size: 12px;
    color: black;
    vertical-align: baseline;
}

.QaSection {
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: var(--dark_blue_op20);
}

.chkQa:checked~.containerQa {
    display: block;
    margin: 0 20px
}

.conjugation {
    background-color: var(--dark_blue_op20);
    /*background-color: var(--light_blue_op20);*/
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 5px 0;
}

.DropListContainerClicked {
    display: block !important;
    background-color: var(--dark_blue_op20);
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 5px 0;

}

picture,
picture img {
    margin: auto;
    display: block;
}

.rmp-icon--ratings {
    color: #ffe699;
}

.rmp-rating-widget .rmp-icon--full-highlight {
    color: #ffcc36;
}

.seo-scores {
    direction: ltr;
}

.meaningTitle .audio-cover,
.title .audio-cover {
    scale: 1.25;
    margin: 0 -10px;
}

.title .audio-cover {
    top: -4px !important;
}

pre.seo-scores {
    background-color: var(--dark_blue_op20);
    padding: 15px;
    border-radius: 15px;
    font-size: 18px;
    line-height: 2;
    color: var(--dark);
}

.rank-math-html-sitemap__item {
    display: inline-block;
    min-width: 100px;
}

.archive-h2 {
    color: darkgreen;
}

a.totalValue {
    color: blue;
}

.jfk-bubble,
.gtx-bubble {
    display: none !important;
}

.none {
    display: none;
}

.page #search_form1, .page #addon-label {
    display: none !important;
}

h2 {
    font-weight: bold;
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
    line-height: 1.75;
}
#content{
    max-width: 980px;
    position: relative;
}
.type-word-arabic{
    position: relative;
}

.word-frontend-toc-cover{
    display: block;
    text-align: center;
    margin-top: 30px;
}

.button-faq,
.word-frontend-toc-cover a {
    display: inline-block;
    margin: 10px 12.25px;
    border-radius: 20px;
    padding: 5px 7.5px;
    text-align: center;
    max-height: 27px;
    cursor: pointer !important;
    transition: .2s;
    line-height: 1;
    scale: 1.2;   
    text-decoration: none;        
    color: black !important;
    background-color: rgba(139, 217, 247, 0.4);
}

.word-frontend-toc-cover a:hover,
.word-frontend-toc-cover a:focus-visible {
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: .05em;
}

.word-frontend-toc-cover a:active {
    background: var(--color);
    color: #fff;
}

.btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.DropListTitle:hover span{
    color: black;
}
.edit {
    font-weight: normal;
    font-size: 18px;
    /*background-color: lightgray;*/
    color: red !important;    
    text-decoration: none;
}
.edit::before{
    display: none;
}
.archive {
    display: block;
}
.archive-word-english-container{
    direction: ltr;
}
.archive-word-arabic-container{
    direction: rtl;
}
.page-header{
    display: block;
    text-align: center;
}
