#ekual-announcement {
    left: 0;
    top: 0;
}

#ekual-announcement.none {
    display: none;
}

#ekual-announcement .ekual-announcement-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#ekual-announcement .ekual-announcement-box {
    background: #fff;
    border-radius: 8px;
    max-width: 520px;
    width: 100%;
    padding: 28px 32px 20px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
    position: relative;
}

#ekual-announcement .ekual-close-btn {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
}

#ekual-announcement .ekual-close-btn:hover {
    color: #111;
}

#ekual-announcement .ekual-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}

#ekual-announcement .ekual-icon {
    font-size: 22px;
    color: #cc0000;
    margin-top: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#ekual-announcement .ekual-title {
    color: #cc0000;
    font-weight: 700;
    font-size: 17px;
    margin: 0;
    line-height: 1.35;
}

#ekual-announcement p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
}

#ekual-announcement .ekual-highlight {
    color: #cc0000;
    font-weight: 600;
}

#ekual-announcement .ekual-divider {
    margin: 18px 0 16px;
    border-color: #e0e0e0;
}

#ekual-announcement .ekual-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

#ekual-announcement .ekual-btn-primary {
    background-color: #0d3273;
    color: #fff !important;
    border: 2px solid #0d3273;
    opacity: 1 !important;
    border-radius: 4px;
    padding: 9px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block;
}

#ekual-announcement .ekual-btn-primary:hover {
    background-color: #0a2660;
    border-color: #0a2660;
}

#ekual-announcement .ekual-btn-secondary {
    background-color: transparent;
    color: #0d3273;
    border: 2px solid #0d3273;
    border-radius: 4px;
    padding: 9px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    opacity: 1 !important;
}

#ekual-announcement .ekual-btn-secondary:hover {
    background-color: #0d3273;
    color: #fff;
}

#ekual-announcement .ekual-checkbox-row {
    margin-top: 14px;
    font-size: 13px;
    color: #555;
}

#ekual-announcement .ekual-checkbox-row label {
    cursor: pointer;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin: 0;
}

#ekual-announcement .ekual-checkbox-row input[type="checkbox"] {
    margin: 0;
    cursor: pointer;
}

@media (max-width: 480px) {
    #ekual-announcement .ekual-announcement-box {
        padding: 20px 16px 16px;
    }

    #ekual-announcement .ekual-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #ekual-announcement .ekual-btn-primary,
    #ekual-announcement .ekual-btn-secondary {
        width: 100%;
        text-align: center;
    }
}

.add-spacing-r-f {
    width: 660px;
    margin: 30px auto;
}

.arrow {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.arrow .fa {
    position: absolute;
    right: -45px;
    top: 50%;
    background: none !important;
    color: #000 !important;
    padding: 6px;
    font-size: 35px;
    cursor: pointer;
}

.arrow .postn-left-align {
    right: auto;
    left: -45px;
}

.lightgrey {
    background: darkgray !important;
    cursor: default !important;
}

.closing_btna {
    background: transparent !important;
    float: right;
    padding: 20px 20px 10px 0 !important;
    cursor: pointer;
}

.closing_btn {
    background: transparent !important;
    float: right;
    padding: 20px 20px 10px 0 !important;
    cursor: pointer;
}

.places_cat1 .error_report {
    position: absolute;
    top: 26px;
    display: flex;
    left: 10px;
}

.places_cat2 .error_report {
    position: absolute;
    top: 26px;
    display: flex;
    left: 10px;
}

.places_cat3 .error_report {
    position: absolute;
    top: 26px;
    display: flex;
    left: 10px;
}

.arrow > a.right_arr {
    position: sticky;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    float: right;
}

.arrow > a.left_arr {
    position: sticky;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
    float: left;
}

.numbrong-sectn {
    text-align: right;
    position: sticky;
    bottom: 0;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.numbrong-sectn .dictionary-desc {
    font-style: italic;
    color: grey;
    margin-top: 10px;
}

.numbrong-sectn .small-pagntn {
    width: 24%;
    display: inline-block;
    background: #242728;
    color: #fff;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}

.mention-data-custom {
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #ddd;
    position: relative;
    min-height: 360px;
    max-height: calc(100vh - 80px);
    margin-bottom: 0px;
    margin-top: 8px;
    box-shadow: rgb(204, 204, 204) 0px 0px 8px 1px !important;
    background-color: #ffffff;
    padding: 0 !important;
    overflow: hidden;
    resize: vertical;
    box-sizing: border-box;
}

.mention-data-custom .translate_lang_div {
    float: none !important;
    width: auto !important;
    flex: 0 0 auto;
}

.mention-data-custom .top-search-selector-btns-def {
    display: block !important;
    float: none !important;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    top: auto;
    background: #fff;
}

.mention-data-custom .mentionares {
    flex: 1 1 0;
    min-height: 0;
    max-height: none !important;
    overflow-x: hidden;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

.mention-data-custom .mentionares.mention-has-expanded {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.mention-data-custom .mentionares.mention-has-expanded > .words_mention,
.mention-data-custom .mentionares.mention-has-expanded > .partial_entries_single,
.mention-data-custom .mentionares.mention-has-expanded > .partial_entries_single_link {
    flex: 0 0 auto;
}

.mention-data-custom .mention-def-open {
    flex: 0 0 auto;
    flex-shrink: 0;
    min-height: 0;
    display: flex !important;
    flex-direction: column;
    overflow: auto;
    box-sizing: border-box;
    padding: 10px 14px 14px 14px;
}

.mention-data-custom .mentioned_definition {
    margin-bottom: 0 !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mention-data-custom .mention-def-open > .mentioned_definition {
    flex: 0 0 auto;
    width: 100%;
    min-height: 210px;
    height: 100%;
    max-height: 100%;
    resize: vertical;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: rgb(204 204 204) 0px 0px 8px 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
}

.mention-data-custom .mentioned_definition .top_content {
    flex: 0 0 auto;
}

.words_mention_definition {
    box-shadow: rgb(204, 204, 204) 0px 0px 8px 1px !important;
    margin-bottom: 10px;
    height: 210px;
    overflow: hidden;
    overflow-y: scroll;
    resize: vertical;
    padding: 55px 0 0 55px !important;
}

.mention-data-custom .words_mention_definition,
.mention-data-custom .mentioned_definition > .words_mention_definition {
    flex: 1 1 0;
    min-height: 0;
    height: auto !important;
    max-height: none !important;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto !important;
    resize: none !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    padding: 55px 15px 20px 55px !important;
    -webkit-overflow-scrolling: touch;
}

.defination_content_special {
    padding-left: 25px !important;
    background-color: #fff;
    padding: 60px 0 0 55px !important;
    height: 85% !important;
    overflow: hidden;
}
.defination_content_special:hover {
    overflow-y: scroll;
}

.defination_content_special1 {
    padding-left: 25px !important;
    background-color: #fff;
    height: 270px;
    overflow: hidden;
}
.defination_content_special1:hover {
    overflow-y: scroll;
}

.trans {
    margin: 10px 0 0 !important;
}

.nnmtht {
    width: 67% !important;
    float: right !important;
}

.translate_lang {
    padding: 1px 18px !important;
    /*background: #404040;*/
    border: 2px solid !important;
    border-radius: 7px;
    color: #000 !important;
    font-size: 12px;
    display: flex;
    width: auto !important;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    -webkit-appearance: none;
    text-transform: capitalize;
}

a.colourchnage {
    background: #724842 !important;
}

/* #showdefinition {
    display: block;
    border: 1px solid #ddd;
    position: relative;
    height: 330px;
    margin-bottom: 0px;
    margin-top: 8px;
    box-shadow: rgb(204, 204, 204) 0px 0px 8px 1px !important;
    background-color: #eaeaea;
    padding-top: 0;
    overflow: hidden;
	text-align: left;
} */

#modification_defination {
    border: 1px solid #ddd;
    position: relative;
    height: 330px;
    margin-bottom: 0px;
    margin-top: 8px;
    box-shadow: rgb(204, 204, 204) 0px 0px 8px 1px !important;
    /*background-color: #eaeaea;*/
    /*padding-top: 0;*/
    padding: 0;
    overflow: scroll;
    text-align: left;
    margin-bottom: 20px;
}

#new_parent_modification {
    border: 1px solid #ddd;
    position: relative;
    height: 330px;
    margin-bottom: 0px;
    margin-top: 8px;
    box-shadow: rgb(204, 204, 204) 0px 0px 8px 1px !important;
    background-color: #eaeaea;
    padding-top: 0;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
}

.defination_content {
    background-color: #fff;
    margin: 0 0 20px;
    height: 90%;
    overflow: hidden;
}

.defination_content:hover {
    overflow-y: scroll;
}

#search-div > .defination_content {
    background-color: #fff;
    margin: 0 0 20px;
    height: 80% !important;
    overflow: hidden;
}

#search-div > .defination_content:hover {
    overflow-y: scroll !important;
}

.disp_msgsb {
    text-align: center;
    padding: 0 0 20px !important;
    font-size: 14px !important;
}

.disp_msgsb a {
    float: none !important;
    display: block;
    line-height: 30px;
    padding-top: 10px;
    text-decoration: underline;
}

/* .parentbtn1-parent {
	display: block;
    border: 1px solid #ddd;
    position: relative;
    height: 330px;
    margin-bottom: 0px;
    margin-top: 8px;
    box-shadow: rgb(204, 204, 204) 0px 0px 8px 1px !important;
    background-color: #eaeaea;
    padding-top: 0 !important;
    overflow: hidden;
	text-align: left;
} */
.numbrong-sectn .small-pagntn .pages-number-type {
    background: #fff;
    color: grey;
    display: inline-block;
    width: 50%;
    font-weight: 400;
    text-align: center;
    border: 1px solid #000;
    margin: 0 0 0 5px;
    border-radius: 5px;
    font-size: 15px;
    padding: 0;
}

.numbrong-sectn .small-pagntn .pages-number-type_checkbox {
    background: #fff;
    color: gray;
    display: inline-block;
    width: 25%;
    font-weight: 400;
    text-align: center;
    border: 1px solid #000;
    margin: 0;
    border-radius: 5px;
    font-size: 15px;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.numbrong-sectn .small-pagntn .col_checked {
    background: gray;
    color: #fff;
}

#page_num {
    margin-bottom: 4px;
}

.go-right-3 {
    right: -3px !important;
}

.go-btn {
    height: 4px;
    display: inline-block;
    position: relative;
    top: -13.5px;
}

.go-btn a {
    background: #242728;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    font-weight: 600;
    height: 60.6px;
    display: flex;
    align-items: center;
}

.original_bottom {
    right: 0px;
    position: relative;
}

/* .parentbtn1-child {
    height: 250px;
    overflow-y: scroll;
} */
.parentbtn1 {
    height: 250px;
    overflow-y: scroll;
}

.synonyms_parent {
    padding-top: 0 !important;
}

.originalbtn {
    position: absolute;
    right: 18px;
    top: 26px;
    margin: 15px 0px 0px 60px !important;
}

.numbrong-sectn .bg-chnge-a {
    float: left;
    background: #242728;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    padding: 7px 20px;
    z-index: 9999;
    position: relative;
}

#result-img img {
    width: 100%;
}

/* .numbrong-sectn .small-pagntn #page_num {
    width: 40%;
} */
.share_block {
    overflow: hidden !important;
    height: 100% !important;
    display: block !important;
}

.share_block div {
    width: 100%;
    float: left;
}

th {
    border: 1px solid black;
}

table,
th {
    padding: 30px !important;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
    overflow-y: scroll;
    height: 400px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    width: 18%;
}

.table-btns-blue .fa {
    padding-left: 8px;
}

.share_block .table tbody tr .top-hdng-table {
    text-align: center;
    border: 1px solid #c6c1c1 !important;
    padding: 20px !important;
    background: #808080;
    color: #fff;
    transition: 0.5s;
}

.share_block .table tbody tr .top-hdng-table:hover {
    background: #fff;
    color: #222;
}

.share_block div a {
    /* margin: 0px 20px; */
    /*margin: 0 5px 0 0;*/
    float: left;
    position: unset;
    /* margin: 0px !important; */
}

.page_info ul {
    text-align: left;
}

.reviews ul li {
    width: 100%;
}

.table-btns-blue {
    background: #404040;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;

    text-transform: capitalize;
    padding: 0px 14px;
    line-height: 28px;

    font-family: monospace;
    margin-bottom: 10px;
}

.table-btns-icon {
    background: #404040;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;

    text-transform: capitalize;
    padding: 0px 14px;
    line-height: 28px;

    font-family: monospace;
    float: unset !important;
    margin: 0px 0px 0px 0px !important;
    width: 7% !important;

    font-family: "GILL-SANS-MT";
    font-size: 18px;
    text-transform: none;
    opacity: 1 !important;
}

[class*="lxnextprev_"] {
    display: none;
}

.mr-2px {
    margin-right: 2px !important;
}

.ml-2px {
    margin-left: 2px !important; 
}



.parentbtn1 div p {
    font-size: 22px;
}

.parentbtn1 div p span {
    display: block;
}

/*.grey {
    background: #808080;
}*/
.share_block div div {
    width: 100%;
    padding: 10px 10px 0;
    color: #000000;
    line-height: 20px;
    font-size: 22px;
}

.share_block div div span {
    display: inline-block;
    padding-left: 10px;
}

.reviews ul li::before {
    top: 24% !important;
}

.defination_content div div {
    font-size: 16px !important;
}

/* Mentioned In tabs only (Entries / Partial / Exact expanded bodies) */
.entries_mentions .words_mention_definition div,
.partial_mentions .words_mention_definition div,
.exact_mentions .words_mention_definition div {
    font-size: 16px !important;
}
.defination_content .translate_lang {
    margin: 15px 5px;
}

.def-special {
    padding-left: 25px !important;
}

.share_block .panel.with-nav-tabs.panel-default .no-p-auto-wdth {
    width: 33%;
    line-height: normal;
    margin: 0 3px 0 0;
    text-align: center;
    border: 0px solid #c6c1c1 !important;
    padding: 0px !important;
    background: #808080;
    color: #fff;
    transition: 0.5s;
    height: auto;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    z-index: 9;
}

.share_block .panel.with-nav-tabs.panel-default .no-p-auto-wdth:before {
    content: "";
}

.share_block .panel.with-nav-tabs.panel-default .no-p-auto-wdth a {
    padding: 0;
    background: transparent;
    border: none;
    float: none;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    font-size: 24px;
    display: block;
    margin: 0;
    font-family: "GILL-SANS-MT", Arial, Helvetica, sans-serif !important;
}

.share_block .panel.with-nav-tabs.panel-default .no-p-auto-wdth:last-child {
    margin: 0;
    width: 33.4%;
    z-index: 9;
}

.share_block .panel.with-nav-tabs.panel-default .no-p-auto-wdth.active {
    background: #fff;
    color: #000;
    z-index: 9;
}

/* .parentbtn3-parent {
	display: block;
    border: 1px solid #ddd;
    position: relative;
    height: 330px;
    margin-bottom: 0px;
    margin-top: 8px;
    box-shadow: rgb(204, 204, 204) 0px 0px 8px 1px !important;
    background-color: #eaeaea;
    padding-top: 0 !important;
    overflow: hidden;
	text-align: left;
} */
/* .definition_dis
{
	display: block;
    border: 1px solid #ddd;
    position: relative;
    height: 330px;
    margin-bottom: 0px;
    margin-top: 8px;
    box-shadow: rgb(204, 204, 204) 0px 0px 8px 1px !important;
    background-color: #eaeaea;
    padding-top: 0 !important;
    overflow: hidden;
	text-align: left;
} */
.no-p-auto-wdth.active a {
    color: #000 !important;
}

.panel.with-nav-tabs.panel-default .panel-heading {
    padding: 0;
    border: 0px solid #ddd;
}

.panel-tabs-content ul li {
    background: transparent !important;
}

.panel-tabs-content .style-place .custom-style {
    display: inline-block;
    position: relative;
    text-align: right;
    margin-bottom: 0px;
    float: left;
    width: 50%;
    padding: 12px 25px;
}

.panel-tabs-content .style-place .custom-style:hover {
    background: #eeeeee;
}

.panel-tabs-content .style-place .custom-style .error_report {
    float: right;
    padding: 8px 0 0;
}

.synonyms2 {
    margin: 20px 0;
    height: 250px;
    overflow-y: scroll;
}

.panel-tabs-content .style-place .custom-style a {
    color: #5e1b14 !important;
    /*font-family: "AdobeNaskh";*/
    font-family: "GILL-SANS-MT", "AdobeNaskh-LQ", "Calibri", Arial, sans-serif;
    /*font-size: 30px;*/
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    float: none;
    cursor: context-menu !important;
}

.style-place.places_cat1 span.custom-style.word-row1 a.row.popup-ajax.osid_data {
    cursor: pointer !important;
    color: #0100ff !important;
}

.style-place.places_cat1 .synonyms1 {
    height: 260px;
    overflow-y: scroll;
}

.panel-tabs-content .style-place .custom-style::before {
    position: absolute;
    top: 16px;
    right: 6px;
    font-family: "FontAwesome";
    content: "\f101";
    color: #000;
    display: inline-block;
    cursor: pointer;
    transform: rotate(180deg);
}

.panel-tabs-content .style-place .custom-style:hover:before {
    color: #cc0000;
    top: 16px;
    right: 6px;
    font-size: 12px;
}

/* a.row.popup-ajax.osid_data:hover{
	color: #cc0000;
} */
a.row.popup-ajax.osid_data:hover {
    color: blue;
    text-decoration: underline !important;
    cursor: pointer;
}

a.row.popup-ajax:hover {
    text-decoration: none !important;
    cursor: none;
}

.panel-tabs-content .style-place {
    width: 100%;
    margin: 0 auto 0px;
    display: flex;
    float: left;
    text-align: right;
    position: relative;
}

.synonyms3 {
    box-shadow: 0 0 8px 1px #ccc !important;
}

.synonyms1 {
    box-shadow: 0 0 8px 1px #ccc !important;
}

.synonyms2 {
    box-shadow: 0 0 8px 1px #ccc !important;
}

.share_block ul {
    background: #404040;
    padding: 5px 5px 0;
    border: none;
    overflow: hidden;
}

.pnl-tabs-round {
    overflow: hidden;
}

.parentbtn1 {
    box-shadow: 0 0 8px 1px #ccc !important;
}

/*
.parentbtn1-child {
	display: block;
    border: 1px solid #ddd;
    position: relative;
    height: 330px;
    margin-bottom: 0px;
    margin-top: 8px;
    box-shadow: rgb(204, 204, 204) 0px 0px 8px 1px !important;
    background-color: #eaeaea;
    padding-top: 0 !important;
    overflow: hidden;
	text-align: left;
} */
.places_parent {
    display: inline-block;
}

.parentbtn1 {
    margin: 20px 0;
    position: relative;
}

.top_content {
    width: auto;
    padding: 10px 10px 10px !important;
    text-align: right;
    width: 100%;
    /* float: left; */
    position: sticky;
    top: 0;
    background: #ffffff;
}

.fa-times-circle {
    color: #999999 !important;
}

.top_content a.subentry {
    margin: 10px 35px !important;
}
.top_content a.originalbtn {
    margin: 10px 5px 0 45px !important;
}

.top_content a.translate_lang {
    margin: 10px 5px !important;
}

.synonyms_parent {
    position: relative;
}

span.A7 {
    padding: 1px !important;
}

span.A6 {
    font-family: "AdobeNaskh-LQ" !important;
}

/* .item {
    height: 315px;
    overflow: hidden;
} */
.item img {
    height: auto !important;
    width: auto;
}

span.A6 {
    background: yellow;
    font-size: 22px;
    font-weight: 400;
}

.closing_box_definition {
    border: 2px solid #ddd;
    margin: 8px 0 2px;
}

.closing_box_definition:last-child {
    border: 2px solid #ddd;
    margin: 8px 0 12px;
}

.synonyms span {
    background: #a00000;
    color: #fff !important;
    text-align: left;
    padding: 5px 632px 5px 21px !important;
    font-size: 20px !important;
    width: 100%;
    float: left;
}

.synonyms {
    text-align: left;
    display: block;
}

.synonyms ul li:before {
    display: none;
}

.synonyms ul {
    padding: 0px;
}

synonyms p {
    width: 100%;
    padding: 0px;
    padding: 10px 0px;
}

.synonyms ul li {
    width: 100%;
    padding: 10px 0px;
}

.places_cat li:hover {
    background: transparent !important;
}

.console_log1 {
    float: right;
    padding: 1px 18px !important;
    /*background: #aaaaaa;*/
    border: solid 2px;
    border-radius: 7px;
    color: #391b14 !important;
    font-size: 12px;
    display: flex;
    width: auto !important;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    -webkit-appearance: none;
    text-transform: capitalize;
    /* margin: 23px 0 !important; */
}

.console_log_new {
    margin-left: 30px !important;
}

i {
    font-style: normal;
}

.close_mention {
    text-align: right;
    position: sticky;
    width: 60px !important;
    top: -0 !important;
    padding: 20px 20px 10px !important;
    background: transparent !important;
    float: right !important;
    cursor: pointer;

}

.words_mention {
    color: #000 !important;
    font-family: "AdobeNaskh-LQ" !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    text-decoration: none;
    text-align: right;
    margin: 0;
}

.words_mention .fa {
    padding-left: 10px;
}

.partial_entries_single,
.partial_entries_single_link,
.partial_entries_single_link a {
    color: #000 !important;
    font-family: "AdobeNaskh-LQ" !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    text-decoration: none;
    text-align: right;
    margin: 0;
    cursor: pointer;
    padding: 0 !important;
    float: unset !important;
    line-height: 40px !important;
    padding-right: 10px !important;
}

.partial_entries_single *,
.partial_entries_single_link *,
.partial_entries_single_link a * {
    font-weight: inherit !important;
}

.partial_entries_single.link,
.partial_entries_single_link,
.partial_entries_single_link a {
    color: #0100ff !important;
}

.partial_entries_single_link > a {
    padding: 0 !important;
    margin: 0 !important;
}

.partial_entries_single .fa,
.partial_entries_single_link .fa {
    padding-left: 10px;
}

.mentionares {
    background: #fff;
}

.console_log2 {
    float: right;
    padding: 4px 10px !important;
    background: #404040;
    border-radius: 7px;
    color: #fff !important;
    font-size: 12px;
    display: flex;
    width: auto !important;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    -webkit-appearance: none;
    text-decoration: none;
    margin: 10px 0 !important;
}

.synonyms ul:after {
    position: absolute;
    content: " ";
    height: 4px;
    width: 100%;
    background: #929292;
    bottom: -50px;
    left: 0;
}

.synonyms ul {
    position: relative;
}

.reviews ul li:before {
    top: 9% !important;
}

.reviews ul li:hover:before {
    color: #000 !important;
}

.places_cat li {
    width: 100% !important;
}

.popup-ajax {
    text-align: left;
}

.pagination a.active {
    background-color: #4caf50 !important;
    color: white !important;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pagination {
    display: inline-block !important;
    background: #e2e2e2 !important;
}

.paginationn {
    text-align: right;
}

.pagination a {
    color: black !important;
    float: left !important;
    padding: 8px 10px !important;
    text-decoration: none !important;
    margin: 6px 2px !important;
    border: 2px solid !important;
    width: 50px;
    text-align: center;
}

.pagination a:hover {
    background: #724842 !important;
    color: #fff !important;
    border: 2px solid #724842 !important;
}

.error_report {
    display: none;
}

#result-image img {
    width: 100%;
}

.reviews > div#myModal {
    z-index: 999999;
}

.custom_width_small_left {
    width: auto;
    float: left;
}

.custom_width_small_left li a {
    padding: 0 3px;
    font-size: 16px;
    color: #fff;
}

.custom_width_small_left li {
    background: #808080;
    margin: 0 2px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.custom_modal1_cont {
    border-radius: 10px !important;
    border: 1px solid #ddd;
    box-shadow: none !important;
}

.messge_userunauther {
    color: #333;
    margin: 10px 0 12px;
    font-size: 16px;
}

.button_userunauther a {
    color: #FFF;
    border: 1px solid #6159FF;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #6159FF;
}

.button_userunauther a:hover, .button_userunauther a:active {
    border: 1px solid #342afc;
    background-color: #342afc;
}

/**************pagination***********/

.pagination2 {
    text-align: right !important;
    background: transparent !important;
}

.pagination-two {
    display: inline-block !important;
    background: #e2e2e2 !important;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-two li a {
    color: black !important;
    float: left !important;
    padding: 8px 10px !important;
    text-decoration: none !important;
    border: 2px solid !important;
    width: 50px;
    text-align: center;
    line-height: 1.42857143;
    border-radius: 4px;
    background: #fff;
}

/* media */

@media screen and (max-width: 680px) and (min-width: 320px) {
    .modal .modal-dialog.add-spacing-r-f {
        width: 100%;
    }
}

@media screen and (max-width: 654px) and (min-width: 500px) {
    .numbrong-sectn .small-pagntn .pages-number-type {
        font-size: 12px;
        width: 60%;
    }

    .numbrong-sectn .small-pagntn .pages-number-type_checkbox {
        font-size: 12px;
    }

    .numbrong-sectn .small-pagntn {
        font-size: 12px;
        width: 35%;
    }

    .go-btn {
        top: -11px;
    }

    .go-btn a {
        font-size: 12px;
        height: 52px;
    }

    .numbrong-sectn .dictionary-desc {
        font-size: 12px;
    }
}

@media screen and (max-width: 499px) and (min-width: 376px) {
    .numbrong-sectn .small-pagntn .pages-number-type {
        font-size: 10px;
        width: 60%;
    }

    .numbrong-sectn .small-pagntn .pages-number-type_checkbox {
        font-size: 10px;
        width: 30%;
    }

    .numbrong-sectn .small-pagntn {
        font-size: 10px;
        padding: 4px 2px;
    }

    .numbrong-sectn .bg-chnge-a {
        padding: 7px 2px;
        font-size: 11px;
    }

    .go-btn {
        top: -10.5px;
    }

    .go-btn a {
        font-size: 10px;
        height: 45px;
    }

    .modal-body {
        padding: 15px 5px;
    }

    .numbrong-sectn .dictionary-desc {
        font-size: 10px;
    }
}

@media screen and (max-width: 375px) and (min-width: 320px) {
    .numbrong-sectn .small-pagntn .pages-number-type {
        font-size: 10px;
        width: 45%;
    }

    .numbrong-sectn .small-pagntn {
        font-size: 10px;
        width: 35%;
        padding: 4px 2px;
    }

    .numbrong-sectn .bg-chnge-a {
        padding: 5px 2px;
        font-size: 11px;
    }

    .go-btn a {
        font-size: 10px;
        height: 51px;
    }

    .go-btn {
        top: -12px;
    }

    .modal-body {
        padding: 15px 5px;
    }
}

.alert-grey {
    background: #f3f3f3;
    text-align: center;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.font-gills-sans-mt {
    font-family: "GILL-SANS-MT" !important;
}

.definition_dis > #modification_defination > .defination_content,
.parentbtn1-parent > #modification_defination > .defination_content,
#showdefinition > #modification_defination > .defination_content,
#new_parent_modification > .defination_content {
    padding: 0px !important;
    overflow: hidden;
}

#new_parent_modification > .defination_content:hover {
    overflow-y: scroll;
}

#showdefinition {
    padding: 0 !important;
}

.top-search-selector-btns-def {
    text-align: center;
}

/* Hide Expand All in Mentioned In (keep markup/JS; hide UI only) */
.top-search-selector-btns-def .mentioned-expand-button {
    display: none !important;
}

.top-search-selector-btns-def-a {
    float: left;
}

.top-search-selector-btns-def-b {
    float: right;
}

.pl-10 {
    padding-left: 10px !important;
}

.abode-heading {
    font-size: 33px !important;
    font-weight: bold;
    font-family: "AdobeNaskh-LQ" !important;
}

.A7 {
    font-family: "Redhouse" !important;
}

.A6 {
    font-family: "Redhouse" !important;
}

.redhouse {
    font-family: "Redhouse";
    font-size: 16px;
}

.translate_lang_div {
    float: left !important;
    width: 25% !important;
}

.chain-link img {
    position: absolute;
    margin-top: 5.2em;
    width: 3em;
    right: 40px;
    padding: 2px;
}

.changeable-link:hover {
    background: #ddd;
}

.ctmBorder1 {
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin: 20px;
}

.modification_defination{
    border: 1px solid #ddd;
    position: relative;
    height: 330px;
    margin-top: 8px;
    box-shadow: rgb(204 204 204) 0px 0px 8px 1px !important;
    /* background-color: #eaeaea; */
    /* padding-top: 0; */
    padding: 0;
    overflow: scroll;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 10px;
}

.disable_click {
    pointer-events: none;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 1199px) {
    .custom-search-input {
        font-size: 29px !important;
        line-height: 0 !important;
        padding-top: 0 !important;
    }
}

#custom-search-input {
    text-align: left;
}

#custom-search-input::placeholder {
    direction: ltr;
    text-align: left;
    opacity: 1;
    font-style: normal;
}

.keyboard ul li.vacant {
    background: #FFF;
}

.captcha-img {
    border: 1px solid #DDD;
    margin-left: 10px;
}

/* BuildLQ Integration Styles */
#buildlq-iframe {
    display: block;
    background: white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#search-result {
    overflow: visible !important;
}

body {
    overflow-y: auto !important;
}

/* Solution: Use GILL-SANS-MT but preserve Ottoman character mappings */
/* Define AdobeNaskh ONLY for Ottoman mapped characters (0-9 and special chars) */
@font-face {
    font-family: 'AdobeNaskh-Ottoman-Only';
    src: url('fonts/AdobeNaskh-Custom-LQ.woff') format('woff'),
         url('fonts/AdobeNaskh-Custom-LQ.ttf') format('truetype');
    /* Only apply to: 0-9, Ø(216), Ù(217), Ú(218), Û(219) */
    unicode-range: U+0030-0039, U+00D8, U+00D9, U+00DA, U+00DB;
}

/* Apply mixed font: AdobeNaskh for Ottoman (0-9), GILL-SANS-MT for everything else */
.custom-search-input,
#word-building,
.character input,
.word-input {
    font-family: "AdobeNaskh-Ottoman-Only", "Gill Sans MT", "Gill Sans", "GILL-SANS-MT", Arial, "AdobeNaskh-LQ", sans-serif !important;
}

.latin-search-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 16px;
    border-radius: 999px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    margin: 0 auto 14px;
    font-family: 'Gill Sans MT', 'Gill Sans', Arial, sans-serif;
    line-height: 1;
}

.latin-search-badge-icon {
    font-size: 14px;
    color: #d97706;
    line-height: 1;
}

.latin-search-badge-label {
    background: #8b1f1f;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    padding: 2px 7px;
    border-radius: 4px;
    text-transform: uppercase;
    line-height: 1.4;
}

.latin-search-badge-text {
    font-size: 12px;
    color: #4a5568;
    line-height: 1.3;
}

#rtl-support {
    position: relative;
}

.latin-placeholder-overlay {
    position: absolute;
    left: 12px !important;
    right: 12px !important;
    top: 56% !important;
    transform: translateY(-50%);
    pointer-events: none;
    color: #9a9a9a;
    font-family: "Gill Sans MT", "Gill Sans", "GILL-SANS-MT", Arial, sans-serif;
    font-size: 15px !important;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl !important;
    text-align: left;
    unicode-bidi: plaintext;
}

.latin-placeholder-overlay strong {
    font-weight: 700;
    color: #2f2f2f;
}

.latin-placeholder-overlay.is-hidden {
    display: none;
}

/* ── Latin Script Floating Popup ── */
#lq-latin-popup {
    position: absolute;
    left: -167px;
    top: 50%;
    transform: translateY(-50%);
    background: #0a2f79;
    color: #fff;
    border-radius: 8px;
    padding: 8px 6px 8px 6px;
    max-width: 150px;
    width: 150px;
    z-index: 120;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
    font-family: 'Inter', 'Gill Sans MT', 'Gill Sans', Arial, sans-serif;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#lq-latin-popup::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 15px solid #0a2f79;
}

#lq-latin-popup.lq-latin-hidden {
    display: none;
}

#lq-latin-popup-close {
    position: absolute;
    top: 2px;
    right: 5px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 17px !important;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s;
}

#lq-latin-popup-close:hover {
    color: #fff;
}

.lq-latin-popup-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding-right: 16px !important;
    margin-bottom: 4px;
}

.lq-latin-popup-star {
    color: #fbbf24;
    font-size: 28px !important;
    line-height: 1;
    flex-shrink: 0;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

.lq-latin-popup-badge {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 12px;
    font-weight: 1000;
    padding: 0 3px;
    min-height: 24px;
    min-width: 24px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    line-height: 1;
    flex-shrink: 0;
    box-sizing: border-box;
    text-align: center !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lq-latin-popup-text {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.32;
    color: #fff;
    text-align: center !important;
    letter-spacing: 0.2px;
}

@media (max-width: 768px) {
    #lq-latin-popup {
        left: -174px;
        top: auto;
        bottom: 10px;
        transform: none;
        max-width: 158px;
        width: 158px;
        border-radius: 8px;
        padding: 7px 5px;
    }

    #lq-latin-popup::after {
        right: -10px;
        border-top-width: 13px;
        border-bottom-width: 13px;
        border-left-width: 10px;
    }

    #lq-latin-popup-close {
        top: 2px;
        right: 5px;
        font-size: 15px;
    }

    .lq-latin-popup-header {
        gap: 2px;
        margin-bottom: 3px;
        padding-right: 14px !important;
    }

    .lq-latin-popup-star {
        font-size: 24px;
    }

    .lq-latin-popup-badge {
        font-size: 11px;
        border-width: 2px;
        min-width: 64px;
        border-radius: 4px;
        padding: 0 6px;
        min-height: 22px;
        box-sizing: border-box;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lq-latin-popup-text {
        font-size: 13px;
        line-height: 1.28;
    }
}

/* ── Homepage: ensure scroll indicator sits at viewport bottom ── */
.lq-homepage-root {
    position: relative;
    min-height: 90vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 94px;
}

.lq-homepage-root .lq-scroll-indicator-wrapper {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    margin-top: 0;
    padding-top: 0;
}

.lq-homepage-root .lq-scroll-indicator-wrapper:hover {
    transform: translateX(-50%) translateY(-4px);
}

#search-with-input .search_promo {
    position: relative;
    display: inline-block;
}
