﻿html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    /* Margin bottom by footer height */
/*    margin-bottom: 28px;*/
    /*margin-bottom: 60px;*/
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?62xwro');
    src: url('../fonts/icomoon.eot?62xwro#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?62xwro') format('truetype'), url('../fonts/icomoon.woff?62xwro') format('woff'), url('../fonts/icomoon.svg?62xwro#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-size: 20px;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi bi-arrow-left-circle:before {
    content: "\e900";
}

.bi-clock-history::before {
    content: "\f292";
    font-size: 22px;
}
.custom-a {
    margin-right: 8px;
    /*padding: 0.25rem 0.3rem;*/
    padding: 6px 6px;
}
    .custom-a:hover {
        background: #8C732D;
    }
    .logo-p {
        padding-right: 54px;
    }
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

::-webkit-input-placeholder {
    text-align: center !important;
}
input::placeholder {
    text-align: center !important;
}

hr {
    margin-top: 0rem !important;
}

.container .row .col {
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 65px;
}

.bg-custom {
    /*background-color: #AD8D3F !important;*/
    top: 0;
    position: sticky !important;
    /*position: fixed;*/
    width: 100%;
    /*z-index: 1020;*/
    z-index: 9994 !important;
    background-size: cover; /* Ensure the image covers the entire area */
    background-position: center;
    background-image: url(/img/SikhriImages/sikhri-graybgsvg.svg);
    /*background-image: url(/img/SikhriImages/tggsp-goldbg.png);*/
}
header{
    display: inline;
}
.vstack {
    /*padding-top: 106px;*/
}

/*.navbar > .container, .navbar > .container-fluid {
    height: 75px;
}*/
.navbar{
    height: 110px;
}

.btn-outline-custom {
    background-color: #AD8D3F;
    transition: background-color 0.2s ease-in;
}
    .btn-outline-custom:hover {
        text-decoration: none;
        background: #8C732D;
    }
    .input-group {
        margin-bottom: 10px;
        /*padding-top: 22px !important;*/
        /*padding-bottom: 22px !important;*/
    }
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url('../img/icons/x-mark.svg') no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
}
input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all;
}
.corners {
    border-radius: 25px;
    border: 1.5px solid #C9C9C9;
    width: 74%;
    /*width: 58%;*/
    margin-top: 14px;
    /*margin-top: 45px !important;*/
}
.btn-filter {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #e3e3e3;
    /*border-color: #6a6a6a;*/
    font-weight: 400;
    padding: .375rem .75rem;
    /*margin-left: 700px;*/
}
    .btn-filter:hover {
        box-shadow: 0 0 7px #AD8D3F;
        background-color: #FEFEFE;
    }
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50% !important;
}
.errorMsg {
    color: red;
}

p {
    margin-bottom: 0.5rem !important;
}

.bi-search::before {
    color: white;
}

.navbar .nav-title a {
    font-family: Garamond Premier Pro, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 36px !important; /*36px*/
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center !important;
    text-decoration: none;
    margin: 0 auto;
}
.nav-title {
    width: 60%;
}

.btn-custom {
    border: 2px solid #D7D7D7 !important;
    width: 140px;
    font-family: 'Poppins', sans-serif !important;
}

#progress {
    position: fixed;
    bottom: 100px;
    right: 45px;
    height: 50px;
    width: 50px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 99 !important;
}

#progress-value {
    display: block;
    height: calc(100% - 12px);
    width: calc(100% - 12px);
    background-color: #ffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 28px;
    color: #001a2e;
}

.dropdown-menu {
    min-width: 7rem !important;
}

.ui-widget-content {
    /*width: 390px !important;*/
    /*width: 587px !important;*/
    border: 1px solid #AD8D3F;
    width: auto;
    list-style: none;
    height: auto !important;
    overflow: auto !important;
    max-height: 330px;
    position: absolute !important;
    background: #fff;
}

    .ui-widget-content ul {
        padding: 0px;
    }

    .ui-widget-content li {
        padding-left: 0.3em;
        line-height: 40px;
        cursor: pointer;
    }

        .ui-widget-content li:before {
            content: "\f52a"; /* FontAwesome Unicode */
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-style: normal;
            font-weight: normal !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: -.125em;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.8em; /* same as padding-left set on li */
            width: 1.3em; /* same as padding-left set on li */
        }
            .ui-widget-content li:before:hover{
                color: #000 !important;
            }

            .ml-auto, .mx-auto {
                text-align: center;
            }

input[type="radio"] {
    display: none;
}

label {
    position: relative;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #D7D7D7 !important;
    border-radius: 5px;
    padding: 4px 18px;
    width: 240px;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    label:before {
        content: "";
        height: 16px;
        width: 16px;
        border: 3px solid #d7d7d7;
        border-radius: 50%;
        margin-right: 10px;
    }

input[type="radio"]:checked + label {
    background-color: #AD8D3F;
    color: #ffff;
}

    input[type="radio"]:checked + label:before {
        height: 16px;
        width: 16px;
        border: 4px solid #ffff;
    }

i {
    margin-right: 5px !important;
}

.btn-outline-custom {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}


.btn-outline-custom-advance {
    border-radius: 10px;
    background-color: #AD8D3F;
    transition: background-color 0.2s ease-in;
    color: white !important;
}


.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.form-control {
    height: calc(1.7em + 0.75rem + 2px);
}
/* .form-control:hover {
        box-shadow: 0 0 4px #AD8D3F;
    }*/
    .form-control:focus {
        color: #495057;
        border-color: #AD8D3F;
        box-shadow: 0 0 3px #c6b58b !important;
    }
button:focus {
    border-color: #AD8D3F !important;
    box-shadow: 0 0 6px #c6b58b !important;
}
.custom-a:focus {
    border-color: #AD8D3F !important;
    box-shadow: 0 0 6px #c6b58b !important;
}
.prev-btn:focus, .next-btn:focus {
    border-color: #fff !important;
    /*    box-shadow: 0 0 6px #c6b58b !important;*/
}
    .dictHeading {
        color: #AFAFAF;
        font-size: 16px;
    }

.rounded {
    border-radius: 1.25rem !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .50rem rgba(0,0,0,.075) !important;
}

.card-header {
    background-color: #AD8D3F !important;
    padding: 0rem 1.25rem;
}

.btn-link {
    color: #fff !important;
    padding: 0rem !important;
}

.accordion > .card:last-of-type {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
}

.customicon {
    width: 20px !important;
    text-align: center;
}
.keyboard-icon {
    margin-top: 160px;
    margin-left: -154px;
    position: absolute;
}
.keyboard-g {
    margin-top: 115px;
    margin-left: -81px;
    /*margin-left: -156px;*/
    position: absolute;
}

.panel-custom {
    background-color: #E6E7E8;
    padding-top: 2px;
    padding-bottom: 0px;
}

img {
    width: 120px !important;
}

.page-footer-wrapper {
    border-top-color: #AD8D3F;
    border-top-width: 3px;
    border-top-style: solid;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.sequentClass img {
    height: 35px;
    width: 69px !important;
}
/***glossary**/
#alpha-nav {
    display: inline-block !important;
    font-size: 12px;
    line-height: 2.2rem;
    letter-spacing: -1px;
}

.character-element {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #AD8D3F;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #000000 !important;
    font-weight: 600;
}

a:visited {
    color: inherit;
}

a {
    text-decoration: none;
}

.character-element:hover {
    background-color: #AD8D3F;
    color: #ffff !important;
    text-decoration: none;
    transition: background-color 0.5s ease-out 1ms;
}

.custom-h4 {
    font-family: Garamond Premier Pro, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #AD8D3F;
    line-height: 0.1em;
    margin: 10px 0 20px;
    color: #AD8D3F;
    font-weight: 100;
}

    .custom-h4 span {
        background: #fff;
        padding: 0 10px;
    }


.showRecentSearch {
    margin-left: 5px;
}

    .showRecentSearch a {
        color: #AD8D3F !important;
    }

.showRecentSearch_en a {
    color: #AD8D3F !important;
}
.bi-keyboard {
    color: #AD8D3F !important;
}
.custom-mg {
    display: inline-flex;
    text-align: left;
    /*margin-left: 42px;*/
}
/** error page style**/

#notfound {
    position: relative;
    height: 60vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 920px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

    .notfound .notfound-404 {
        position: absolute;
        height: 100px;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Maven Pro', sans-serif;
            color: #ececec;
            font-weight: 900;
            font-size: 276px;
            margin: 0px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .notfound h2 {
        font-family: 'Maven Pro', sans-serif;
        font-size: 46px;
        color: #000;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0px;
    }

    .notfound p {
        font-family: 'Maven Pro', sans-serif;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 15px;
    }

    .notfound a {
        font-family: 'Maven Pro', sans-serif;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        background: #AD8D3F;
        display: inline-block;
        padding: 16px 38px;
        border: 2px solid transparent;
        border-radius: 40px;
        color: #fff;
        font-weight: 400;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            background-color: #fff;
            border-color: #AD8D3F;
            color: #AD8D3F;
        }


.card-box {
    background-color: #fff;
    border-radius: 20px;
    border: 0.5px solid #ccc;
    box-shadow: 0 0 7px #c6b58b;
    width: 420px;
    height: 272px;
    /*height: 284px;*/
    margin-left: 26px;
    overflow: hidden;
}
    .card-box:hover {
        box-shadow: 0 0 7px #AD8D3F;
        /*box-shadow: 0 0 7px #4da0ff;*/
        background-color: #FEFEFE;
    }
.sub-card {
    padding: 10px 18px 18px 24px !important;
    height: fit-content;
    max-height: 82%;
    overflow-y: auto;
}
    .custom-h {
        font-family: Garamond Premier Pro, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
        /*border-bottom: 1px solid #AD8D3F;
    line-height: 0.1em;
    margin: 10px 0 20px;*/
        color: #AD8D3F;
        font-weight: 400;
    }
.bordered-text {
    color: #AD8D3F;
    font-weight: 500;
    position: relative;
    display: inline-block;
    border-bottom: 2.2px solid #AD8D3F;
    padding: 0 10px;
}

    .bordered-text::before,
    .bordered-text::after {
        content: "";
        position: absolute;
        bottom: -5px;
        width: 8px;
        height: 8px;
        background-color: #AD8D3F;
        transform: rotate(45deg);
    }

    .bordered-text::before {
        left: 0;
    }

    .bordered-text::after {
        right: 0;
    }
.box-header {
    background-color: #AD8D3F;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 6px #c6b58b !important;
}
.top-icon {
    width: 29px !important;
    height: 30px;
    text-align: center;
}
/*ul.sqaurelist {
    list-style-type: square;*/
    /*list-style: symbols(cyclic "\003E");*/
    /*color: #797979;
}
ul li {
    margin-bottom: 8px;
}*/
.sqaurelist {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px !important;
}
/*.sqaurelist ::marker {
    content: "»" !important;*/
    /*content: "»";*/
    /*font-size: 1.5em;
    --hue: 200;
    color: #AD8D3F;
}*/
    .sqaurelist li::before {
        content: "»"; /* Insert the arrow character */
        font-size: 1.5em;
        color: #AD8D3F; /* Custom color */
        position: absolute; /* Position the arrow */
        left: -13px;
        top: -0.1em;
    }
    .sqaurelist li {
        padding-inline-start: 1ch;
        position: relative;
        line-height: 34px;
    }

.sqaurelist li:nth-child()::marker {
    --hue: 200;
    font-size: 1.5em;
}


.sqaurelist ul,
.sqaurelist ol {
    max-width: 40ch;
}
.moreText {
    color: #659fdf;
    cursor: pointer;
}
.dictVarientBtn {
    color: #0366d6 !important;
}
/*dl, ol, ul {
    padding-inline-start: 0px !important;
}*/
/*.sqaurelist dl,
.sqaurelist ol,
.sqaurelist ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-inline-start: 22px !important;
}*/

.filter-p {
    /*margin-top: 163px;*/
    margin-top: 6px;
    /*margin-left: -172px !important;*/
    /*margin-left: -156px;*/
    position: relative;
    color: #212529;
    text-decoration: none;
}
    .filter-p:hover {
        color: #007bff;
    }
.filter-advance {
    /*margin-top: 160px;*/
    margin-top: 4px;
    /*margin-left: -140px;*/
    /*margin-left: -124px;*/
    position: relative;
    color: #212529;
    text-decoration: none;
    background: #a5998326;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 13px;
}
.alphabet-show{
    display: none;
}
.filter-advance:hover {
    color: #007bff;
    text-decoration: none;
}
.filter-advance-pn {
    margin-top: 163px;
    /*margin-left: -82px;*/
    position: relative;
    color: #212529;
    text-decoration: none;
}
    .filter-advance-pn:hover {
        color: #007bff;
        text-decoration: none;
    }
.dropdown-filter {
    border-radius: 8px;
    /*border-color: #b5b5b5;*/
    border: 2px solid #e5e5e5;
    /*background: #efefef;*/
    /*width: 218px;*/
    width: 173px;
    background-color: #AD8D3F;
    color: #ffff;
    padding-left: 10px !important;
    /*margin-right: 12px;*/
}
.dropdown-filter option {
    background-color: #f5f5f5; 
    color: #333333; /* Text color for options */
}
/*option.option-bg:hover {
    background-color: #AD8D3F !important;
}
.option-bg:hover {
    background-color: #AD8D3F !important;
}*/
/* Option for hover effect (optional) */
/*.dropdown-filter option:hover {
    background-color: #AD8D3F !important;
}
#bani option:hover {
    background-color: #AD8D3F !important;
}
select#bani option:hover {
    background-color: #AD8D3F !important;
}*/
.k-custom {
    margin-top: 3px;
    margin-left: 6px;
    /*margin-left: 37px;*/
    font-size: 20px;
    position: relative;
}
/*master word design*/
.masterword-header {
    background: #e7e7e7;
    text-align: center;
    border: 1px solid #6f6f6f;
    padding: 1px;
}
.custom-border {
    border: 1px solid #6f6f6f;
    padding-top: 12px;
    padding-bottom: 0px;
    vertical-align: top;
}

.Usage {
    background: #e7e7e7;
    border-radius: 6px;
   
    padding: 2px 6px;
    display: inline-block;
    line-height: normal;
    font-weight: 600;
    width: 104px;
    color: #5e5e5e;
}

.etymology {
    padding: 1px 6px;
    /*padding: 5px 10px;*/
    background: #AD8D3F;
    /*background: #ffcfc9;*/
    border-radius: 6px;
    display: inline-block;
    width: 104px;
    font-weight: 600;
    color: #fff;
}
.PartOfSpeechName {
    font-size: 18px;
    padding: 1px 10px;
    border-radius: 6px;
    background: #bfe1f6;
    display: inline-block;
    margin-bottom: 14px;
    font-weight: 600;
    min-width: 132px;
}
.partofspeechverb {
    font-size: 18px;
    padding: 1px 10px;
    border-radius: 6px;
    /*background: #bfe1f6;*/
    background: #E6E7E8;
    display: inline-block;
    margin-bottom: 14px;
    font-weight: 600;
    min-width: 237px;
}
textarea {
    resize: none;
}

.custom-list {
    /*align-items: center;*/
    display: flex;
    margin-bottom: 6px;
    gap: 8px;
}
/*    .custom-list a,
    .custom-list span {
        display: block;
    }*/
.usagetext{
    margin-bottom: 5px;
}
.mastertable{
    width: 90%;
}
.mastertable-container {
    display: block;
    justify-content: center;
    padding: 0px 15px;
    /*padding: 0px 30px;*/
}

/* Popup Container */
.popup-container {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Popup Content */
.popup-content {
    position: relative;
    /*margin: 10% auto;*/
    min-height: 234px;
    /*margin: 6% auto;*/
    margin: 3% 10% auto;
    /*padding: 20px;*/
    width: 80%;
    /*max-width: 600px;*/
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    text-align: left;
    max-height: 500px;
    overflow-y: auto;
}
a.filterRemove {
    /*margin-top: 159px;*/
    /*margin-left: -80px;*/
    margin-top: 4px;
    margin-left: 37px;
    position: absolute;
    font-size: 23px;
    cursor: pointer;
}
/* Close Button */
.close-button {
    position: absolute;
    top: 7px;
    color: #fff;
    right: 20px;
    font-size: 27px;
    cursor: pointer;
}
.icon-container {
    display: flex;
    align-items: center; /* Vertically center icons */
    gap: 10px; /* Adjust space between icons as needed */
}
/* Popup Title */
.popup-content h3 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
}

/* Popup Body */
.popup-body {
    font-size: 16px;
    line-height: 1.5;
    padding: 20px;
    padding-top: 8px;
    overflow-y: auto;
}

.select-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px; /* Adjust the gap between items as needed */
    justify-content: center; /* Center items horizontally */
}

img.advance-search {
    width: 24px !important;
    margin-top: -2px;
}


/* Add padding to the tooltip text */
.tooltip-inner {
    padding: 10px; /* Increase padding as needed */
    background-color: black; /* Optional: Background color for better visibility */
    color: white; /* Optional: Text color */
    font-size: 14px; /* Optional: Adjust font size */
}

/* Optional: Customize arrow for the tooltip */
.tooltip-arrow {
    border-top-color: black !important;
}

a.meaning {
    font-size: 17px;
    color: black !important;
}
.language-btn {
    /*padding: 4px 12px;*/
    padding: 6px 16px;
    background: #AD8D3F;
    color: #fff !important;
}
    .language-btn:focus {
        border-color: #AD8D3F;
    }
.prev-btn:focus, .next-btn:focus {
    border-color: #AD8D3F
}
/* .language-btn:hover {
        box-shadow: 0 0 7px #4da0ff;
        background: #AD8D3F;
    }*/
.text-header {
    color: #AD8D3F !important;
}
.isalphaNavDisabled {
    color: #c1c1c1 !important;
}

    .isalphaNavDisabled:hover {
        background: none;
        color: #c1c1c1 !important;
    }

.radio-group {
    display: flex;
    justify-content: center;
    gap: 154px;
    margin-bottom: 2px;
}
.popupheading {
    background: #AD8D3F;
    padding: 17px 28px;
    /* margin-right: 12px; */
    /* border-radius: 5px; */
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}

.popupheading-vid {
    background: #AD8D3F;
    /*padding: 17px 28px;*/
    /* margin-right: 12px; */
    /* border-radius: 5px; */
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    padding: 12px 28px !important;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}

.ui-autocomplete {
    z-index: 9999 !important;
    position: absolute;
    width: 599px !important;
    top: 207.001px !important;
    left: 26%;
}

/* Ensure the default border doesn't appear */
.ui-autocomplete .ui-menu-item {
    background-color: #fff !important;
    /*background-color: transparent !important;*/
    color: inherit !important;
    border: none; /* Remove any default border */
    outline: none; /* Remove default outline */
}

        /* On hover, apply desired styles */
        .ui-autocomplete .ui-menu-item:hover {
            background-color: #AD8D3F !important; /* Background color */
            color: #fff !important; /* Text color */
            cursor: pointer;
            border: 1px solid #AD8D3F !important; /* Add a border with the desired color */
        }

        /* Remove focus outline */
        .ui-autocomplete .ui-menu-item:focus {
            outline: none !important;
            border: 1px solid #AD8D3F !important; /* Border color on focus */
            background-color: #AD8D3F !important;
            color: #fff !important;
        }

        /* Reset the hover removal class */
        .ui-autocomplete .ui-menu-item.remove-hover {
            background-color: transparent !important;
            color: inherit !important;
            border: none !important; /* Reset border */
        }

.ui-widget-content li:before{
    color: #000 !important;
}
.ui-autocomplete .ui-menu-item:hover i {
    color: #000 !important;
}
.ui-widget-content li {
    padding-left: 0.3em;
    line-height: 40px;
    cursor: pointer;
    padding-left: 10px !important;
}

.custom-pd {
    padding-left: 72px;
    padding-right: 72px;
}
.advanceSearchResults {
    background: #fafafa !important;
    border: 1px solid #e8e8e8 !important;
}
.alphabet{
    width:32px !important;
   /*text-align: right;*/
}
.alphabet-icon {
    margin-left: 186px;
    margin-top: 6px;
    position: absolute;
}
.dynamic-font-increase {
    background: #393f47;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    margin-right: 4px;
}
.dynamic-font-increase:hover{
    color: #fff;
}
.filterRemove {
    background-color: #AD8D3F;
    /*background-color: #cfb472;*/
    color: #ffffff !important;
    border-radius: 8px;
    border: 2px solid #e5e5e5;
    min-width: 112px;
    /*padding: 0px 8px !important;*/
    padding: 4px 8px !important;
    transition: background-color 0.2s ease-in;
}
    .filterRemove:hover {
        text-decoration: none;
        background: #8C732D;
    }
    .separator {
        font-size: 20px;
    }
.disabled-btn {
    opacity: 0.3 !important;
    pointer-events: none !important; 
}
.sticky-height {
    height: 56px;
    /*height: 65px;*/
}
.bi-chevron-compact-down, .bi-chevron-compact-up {
    right: 14px;
    color: #fff;
    position: absolute;
    font-size: x-large;
}

/* Tooltip default style */
.tooltip-inner {
    background-color: #e7e7e7 !important;
    color: #000 !important; /* Text color */
}

/* Tooltip for Usage button */
.tooltip-usage .tooltip-inner {
    background-color: red !important;
    color: #fff !important;
}

/* Tooltip for Etymology button */
.tooltip-etymology .tooltip-inner {
    background-color: green !important;
    color: #fff !important;
}

/* Tooltip Button */
.Usage {
    padding: 5px 10px;
    background-color: #e7e7e7;
    color: #2d2d2d;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

.etymology {
    padding: 5px 10px;
    background-color: #AD8D3F;
    /*background-color: #ffcfc9;*/
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}
/* Tooltip Popup */
.tooltip-popup {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position above the button */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    /*width: 280px; curenlty using*/
    min-width: 280px;
    width: auto !important;
    max-width: 400px; 
    /*height: 150px;*/
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    word-wrap: break-word;
    white-space: normal;
    /*overflow: scroll;*/
}
    /* Custom scrollbar for WebKit browsers (Chrome, Safari) */
    .tooltip-popup::-webkit-scrollbar {
        width: 8px;
    }

    .tooltip-popup::-webkit-scrollbar-thumb {
        background-color: #888; 
        border-radius: 4px;
    }

        .tooltip-popup::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }
    /* Tooltip Arrow */
    .tooltip-popup::after {
        content: "";
        position: absolute;
        top: 100%; /* Arrow at the bottom */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

    /* Active state - show tooltip */
    .tooltip-popup.active {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

/* Usage Tooltip */
.usage-tooltip {
    background-color: #e7e7e7;
    color: #000;
    width: 99px;
    font-size: 15px;
    min-width: 106px;
    position: relative;
}
    .usage-tooltip::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%); 
        border-width: 5px;
        border-style: solid;
        border-color: transparent #e7e7e7 transparent transparent; 
    }
/* Etymology Tooltip */
/*.etymology-tooltip {
    background-color: #AD8D3F;
    color: #fff;
    z-index: 99;
    font-size: 15px;
}*/
.etymology-tooltip {
    background-color: #AD8D3F;
    color: #fff;
    z-index: 99;
    font-size: 15px;
    position: relative; /* Necessary for arrow positioning */
}

    .etymology-tooltip::before {
        content: ''; /* Creates an empty content */
        position: absolute;
        top: 50%; /* Center it vertically */
        left: -10px; /* Adjust as necessary to position the arrow */
        transform: translateY(-50%); /* Center it */
        border-width: 5px; /* Size of the arrow */
        border-style: solid;
        border-color: transparent #AD8D3F transparent transparent; /* Arrow color */
    }
.pagination-info {
    color: #848484;
}
.pagination-buttons {
    display: flex;
    gap: 15px;
}
.backToSearch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: normal;
    color: #AD8D3F;
}
.backToSearchText {
    color: #AD8D3F;
    margin-top: -2px;
}
.filter-p:hover {
    color: #AD8D3F;
}
.filter-advance:hover {
    color: #AD8D3F;
}
.bi bi-arrow-left-circle {
    padding-top: 4px;
    font-size: 18px;
}
.footer {
    background-color: #fff !important;
    padding: 20px 86px;
/*    padding: 20px 0;*/
    /*overflow: hidden;*/ /* Ensure the footer contains its content */
    position: relative !important;
    white-space: normal !important;
}

    .footer .footer-project p {
        max-width: 100%; /* Make sure it doesn't exceed its container */
        white-space: normal; /* Allow the text to wrap */
        word-wrap: break-word; /* Ensure long words wrap properly */
        line-height: 1.5; /* Increase line height for better readability */
        font-size: 14px;
        color: #6c757d;
    }


    .footer h5 {
        font-weight: bold;
        color: #000 !important;
    }
.about-footer {
    color: #ad8d3f;
}
    .about-footer:hover {
        color: #ad8d3f;
    }

    .footer p {
        color: #6c757d;
        font-size: 14px;
    }

    .footer ul li a {
        /*        font-size: 18px;
        margin: 0 10px;
        color: #AD8D3F !important;
        transition: color 0.3s ease;*/
        font-size: 18px;
        margin: 0 10px;
        background: #ad8d3f; 
        color: #ffffff !important;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

        .footer ul li a i {
            margin: 0px !important;
        }
            .footer ul li a i:hover{
                color: #fff;
            }
            .footer ul li a:hover {
                color: #fff !important;
            }
.footer-top-line {
    width: 100%;
    height: 0.5px;
    background-color: #e2e2e2;
    margin: 0 auto 20px;
    border-radius: 2px;
}
.bi-arrows-angle-contract {
    color: #AD8D3F !important;
}
.radio-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*gap: 16px;*/ /* Adjust the spacing between items */
}

.radio-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Spacing between input and label */
}

input[type="radio"] {
    margin: 0;
}

label {
    margin: 0;
    cursor: pointer;
}
.expand-collapse-btn{
    text-align: right;
}
.card-img-top {
    border: 2px solid #AD8D3F;
    border-radius: 50%;
}
.team-member-qualifications {
    color: #8b8b8b;
}
.team-member-designation {
    color: #ae8d3f;
}
.team-member-location {
    color: #8b8b8b;
    font-size: 14px;
}
.about-footer {
    display: block;
    text-decoration: none;
    color: #ad8d3f !important;
    line-height: 30px;
}
    .about-footer:hover{
        text-decoration: none;
    }
    .footer-col {
        flex: 1;
        padding: 0 10px;
    }
.footer-link-text, .footer-link-text:hover {
    text-decoration: none;
    color: #ad8d3f !important;
}
/*slect 2 style*/
/*.select-container select,
.select-container .select2-container {
    flex: 1 1 22%;*/ /* Adjust width as needed, ensure a consistent layout */
    /*min-width: 120px;*/ /* Ensure select elements have a minimum width */
/*}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #AD8D3F !important;*/ /* Change background on hover */
    /*color: #fff !important;
    border-radius: 6px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 6px !important;
    text-align: left;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #ffffff transparent transparent transparent;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
    border-width: 0 4px 5px 4px;
}*/
/* Hover effect for Select2 options */
/*.select2-results__option:hover {
    background-color: #AD8D3F !important;*/ /* Change background on hover */
    /*color: white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #AD8D3F !important;*/ /* Change background on hover */
    /*color: white;
}
.select-container select, .select-container .select2-container {
    flex: 1 1 22%;
    max-width: 180px !important;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 286px !important;
    overflow-y: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent !important;
}*/
.popover-trigger {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.popover-content {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    padding: 10px;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1050;
}

    .popover-content::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent white transparent;
    }
#custom-tooltip {
    position: fixed;
    display: none;
    top: 76px;
    background: black;
    color: white;
    padding: 5px;
    border-radius: 4px;
    z-index: 1000;
    max-width: 200px; /* Set a maximum width */
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    overflow-wrap: break-word;
}
.footer-right-content {
    width: auto; /* Bootstrap's utility 'w-100' or similar ensures this */
    display: flex !important;
    flex-direction: column !important;
    align-items-end; /* Bootstrap utility for alignment */
}
.bi bi-arrow-left-circle {
    padding-top: 0px;
}
/* Hamburger Button */
.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    width: 25px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #AD8D3F;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Slide Menu */
.slide-menu {
    position: fixed;
    top: 0;
    left: -300px; /* Initially hidden */
    height: 100%;
    width: 250px;
    background-color: #fff;
    color: #000;
    transition: left 0.3s ease;
    padding-top: 20px;
    z-index: 9997 !important;
}

.slide-menu-header {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
}

.close-btn {
    font-size: 30px;
    cursor: pointer;
}

.slide-menu-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    padding: 10px;
}

.menu-item {
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

    .menu-item:hover {
        color: #f0f0f0;
    }

button {
/*    margin-bottom: 10px;*/
    background-color: #444;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

/*    button:hover {
        background-color: #555;
    }*/
/* Transparent Black Background */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* 50% opacity black */
    z-index: 9994; /* Higher z-index than the menu */
    transition: opacity 0.3s ease-in-out;
}

/* Show overlay when the menu is open */
.slide-menu.open ~ .overlay {
    display: block;
    opacity: 1; /* Make the overlay visible */
}

/* Hide overlay when the menu is closed */
.slide-menu ~ .overlay {
    display: none;
    opacity: 0;
}
div#mlkeyboard ul li.active {
    background-color: #E6E7E8;
    border-color: #E6E7E8;
}
body.modal-open {
    padding-right: 0 !important;
}
/* Modal overlay */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
    animation: fadeIn 0.5s; /* Add fade-in animation */
}

/* Close button */
.close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

    .close-btn:hover,
    .close-btn:focus {
        color: #000;
        text-decoration: none;
    }

/* Adjust modal-content to enable relative positioning */
.modal-content {
    position: relative; /* Required for positioning child elements */
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.5s; /* Add slide-in animation */
}



.model-vid {
    padding: 0px !important;
    border-radius: 7px !important;
    margin: 8% auto !important;
}
/* Keyframes for fade-in */
    @keyframes fadeIn {
        from {
            background-color: rgba(0, 0, 0, 0);
        }

        to {
            background-color: rgba(0, 0, 0, 0.5);
        }
    }
    /* Keyframes for slide-in */
    @keyframes slideIn {
        from {
            transform: translateY(-50%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
    /* Keyframes for slide-out */
    @keyframes slideOut {
        from {
            transform: translateY(0);
            opacity: 1;
        }

        to {
            transform: translateY(-50%);
            opacity: 0;
        }
    }

    .nav-custom {
  /* // width: 183px;*/
    width: 220px;
}
  .nav-custom .circle-fill {
      font-size: 22px;
      margin-right: 0px !important;
  }
  .backToSearch i:focus{
      text-decoration: none !important;
  }
.collapse-padding {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.logo-p i {
    color: #AD8D3F !important;
    font-size: 52px;
    /*font-size: 60px;*/
}
.glossareies {
    text-align: center;
    position: relative;
}
.expand-col {
    position: absolute;
    top: 0;
    right: 60px;
}
.aplha-toggle h4 {
    text-align: center;
    color: #AD8D3F;
    font-weight: 500;
}
.aplha-toggle{
    display: none;
}
.filter-margin {
    display: flex;
    align-items: baseline;
    padding-left: 0px;
    margin-top: 8px !important;
    gap: 8px;
}

.SikhriHome {
    width: 48px !important;
}
/******************************* Mobile Responsiveness******************** */
@media (min-width: 769px) {
    .hamburger {
        display: none; /* Hide hamburger on desktop */
    }

    .slide-menu {
        display: none; /* Hide slide menu on desktop */
    }
    .nav-custom .language-btn {
        display: block; /* Show language button on mobile */
    }

    .nav-custom .btn.dynamic-font-increase {
        display: inline-block; /* Ensure font increase buttons are visible on mobile */
    }
    .logo-p {
        padding-right: 0px !important;
    }
    
}
@media (max-width: 768px) {
    .nav-custom .language-btn {
        display: none;
    }

    .nav-custom .btn.dynamic-font-increase {
        display: none;
    }
    .nav-custom{
        display: none !important;
    }
        .nav-custom .circle-fill {
            display: none;
        }
    .radio-group {
        display: flex !important;
        gap: 8px;
        margin-bottom: 8px;
    }

    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 9999 !important;
        top: 50%; /* Center vertically */
        left: 50%; /* Center horizontally */
        transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
        animation: fadeIn 0.5s; /* Add fade-in animation */
    }

    .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logo-p {
        padding-right: 0px;
    }
        .logo-p img,.logo-p i {
            max-width: 80px; /* Adjust logo width */
            height: auto; /* Maintain aspect ratio */
        }
    .mobile-margin-top {
        margin-top: 1rem !important;
    }
    .character-element {
        padding: 5px 9px !important;
    }
    #alpha-nav {
        font-size: 15px !important;
        line-height: 3rem !important;
        letter-spacing: -2px !important;
        margin-left: 92px;
    }
    .k-custom {
        margin-top: 3px;
        font-size: 25px;
        position: relative;
    }
    .filter-margin {
        text-align: right !important;
        padding-bottom: 10px;
    }
    .filter-advance {
        /* margin-top: 160px; */
/*        margin-top: 0px !important;*/
        margin-left: 0px !important;
        width: max-content;
        position: relative;
        color: #212529;
        text-decoration: none;
        background: #a5998326;
        padding: 5px 8px;
        border-radius: 5px;
        font-size: 13px;
    }
    .filter-p {
        /* margin-top: 163px; */
        /*        margin-top: 0px;*/
        margin-left: 0px !important;
        /* margin-left: -149px; */
        position: relative;
        font-size: 16px;
        color: #212529;
        text-decoration: none;
    }
    div#mlkeyboard{
        display: none !important;
    }
    .k-custom{
        display: none !important;
    }
    /*    .col-6 {
        max-width: 100% !important;
    }*/
    .box-head {
        font-size: 1rem !important;
    }
    .expand-col {
        position: unset !important;
    }
    .glossareies {
        text-align: right;
    }
    #alpha-nav {
        margin-left: 0px !important;
    }
    .aplhabet-nav {
        display: none !important;
    }
    .alphabet-show {
        display: block !important;
    }
    .filter-margin {
        flex-direction: row;
        justify-content: flex-end !important;
        gap: 15px;
    }
    #alpha-nav {
        font-size: 15px !important;
        line-height: 3rem !important;
    }
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .custom-list {
        display: block !important;
    }
    .tooltip-container {
        justify-content: flex-start !important;
    }
    .SikhriHome {
        width: 40px !important;
    }
    }
@media (max-width: 580px){
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 17px;
        width: 16px;
        cursor: pointer;
    }

    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 9999 !important;
        top: 50%; /* Center vertically */
        left: 50%; /* Center horizontally */
        transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
        animation: fadeIn 0.5s; /* Add fade-in animation */
    }

    .modal-content {
        padding: 0px !important;
        border-radius: 7px !important;
        margin: 8% auto !important;
        width: 302px;
        animation: 0.5s ease 0s 1 normal forwards running slideIn;
        top: 20%;
    }
    .navbar .nav-title a {
        font-size: 20px !important;
    }

    .text-header {
        font-size: 1rem; /* Smaller font size for smaller screens */
        white-space: normal; /* Allow wrapping */
        display: block; /* Block display for multi-line text */
    }

   .nav-title h1 a {
       color: #AD8D3F !important;
   }

    .nav-custom{
        display: none !important;
    }
    .justify-content-end {
        justify-content: center !important;
    }
    .row-center {
        justify-content: center !important;
    }

}
@media (min-width: 1281px) {
    #alpha-nav {
/*  padding-left: 17px;*/
    margin-left: 86px !important;
    }
}
@media (max-width: 1080px) {
    .radio-group {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }
}
@media (min-width: 1300px) {
    .filter-advance {
        min-width: 151px !important;
    }
}
    /*---------------------------------------------------------MEDIA TAGS-------------------------------------------------*/
    /*@media (max-width: 767px) {
    .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .logo-p {
        padding-right: 0px;
    }
}*/

    @media only screen and (max-width: 479px) {
        label {
            position: relative;
            font-family: 'Poppins', sans-serif;
            border: 2px solid #D7D7D7 !important;
            border-radius: 5px;
            width: 204px;
            font-size: 14px;
            display: flex;
            align-items: center;
            cursor: pointer;
            margin-left: -35px;
        }
        .modal-content {
            padding: 0px !important;
            border-radius: 7px !important;
            margin: 8% auto !important;
            width: 302px;
            animation: 0.5s ease 0s 1 normal forwards running slideIn;
            top: 20%;
        }

        .footer-right-content {
            align-items: center !important;
        }

        #alpha-nav {
            display: inline-block !important;
            font-size: 16px !important;
            /*        width: 336px !important;*/
            float: left !important;
            line-height: 3.2rem !important;
        }

        h4 {
            border-bottom: none;
        }

            h4 span {
                padding: 0px !important;
            }

        .ui-widget-content {
            /*width: 290px !important;*/
            width: auto;

        }

        .custom-mg {
            display: inline-flex !important;
            text-align: left;
            /*margin-left: 10px !important;*/
        }

        .keyboard-icon {
            margin-top: -30px;
            margin-left: 298px;
            position: absolute;
        }

        .keyboard-g {
            margin-top: -40px !important;
            margin-left: 248px !important;
            font-size: 18px;
            position: absolute;
        }

        /* .col-6 {
        max-width: 100%;
    }*/

        .card-box {
            width: 282px !important;
            height: 272px !important;
            /*height: 318px !important;*/
        }

        .corners {
            width: 74%;
        }

        .input-group {
            margin-bottom: 20px;
        }

        .card-box {
            margin-left: -2px !important;
        }


        .seach-word {
            /*        display: none;*/
        }

        /*.filter-p {
        /*margin-top: -5px !important;*/
        /*margin-top: -39px !important;
        margin-left: 372px !important;*/ /*302px*/
        /*position: absolute !important;
        color: #212529;
        text-decoration: none;
    }

    .k-custom {
        margin-top: -38px !important;*/ /*-5*/
        /*margin-left: 230px !important;*/ /*264*/
        /*position: absolute !important;
        color: #212529;
        font-size: 18px;
        text-decoration: none;
    }

    .filter-advance {*/
        /*margin-top: -5px !important;*/
        /*width: 120px !important;*/
        /*margin-left: 307px !important;*/
        /*        margin-left: 138px !important;*/
        /*margin-top: -42px !important;*/
        /*width: 144px !important;*/
        /*position: absolute;
        color: #212529;
        text-decoration: none;
    }*/

        .filter-advance-pn {
            margin-top: -5px !important;
            width: 120px !important;
            /*margin-left: 148px !important;*/
            position: relative;
            color: #212529;
            text-decoration: none;
        }

        .radio-group {
            margin-bottom: 2px;
            margin-left: 34px;
            display: flex !important;
        }

        a.filterRemove {
            margin-top: -42px;
            /* margin-left: -80px; */
            margin-left: 92px !important;
            position: absolute;
            font-size: 23px;
            cursor: pointer;
        }

        .sticky-height {
            height: 100px !important;
        }

        .filter-margin {
            margin-top: 0px !important;
        }

        .custom-pd {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        #alpha-nav {
            margin-left: 0px !important;
        }

        .responsive-break {
            display: none;
        }

        .expand-collapse-btn {
            padding-top: 10px;
            text-align: right !important;
            padding-bottom: 16px;
            padding-right: 22px;
        }

        .footer {
            padding: 20px 0px !important;
        }

        .navbar .nav-title a {
            font-size: 19px !important;
        }

        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 9999 !important;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
            animation: fadeIn 0.5s; /* Add fade-in animation */
        }
    }

    @media screen and (min-width: 478px) and (max-width: 768px) {
        /*.col-6 {
        max-width: 100% !important;
    }*/
        /*.col-6 {
            flex: 0 0 100%;
            max-width: 100% !important;
        }*/
        .col-md-6 {
            flex: 0 0 100%;
            max-width: 100% !important;
        }

        .box-head {
            font-size: 1rem !important;
        }
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 9999 !important;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
            animation: fadeIn 0.5s; /* Add fade-in animation */
        }

        .modal-content {
            padding: 0px !important;
            border-radius: 7px !important;
            margin: 8% auto !important;
            width: 302px;
            animation: 0.5s ease 0s 1 normal forwards running slideIn;
            top: 20%;
        }

        .select-container {
            display: block !important;
        }

        .radio-group {
            display: flex !important;
            /*        margin-left: 20px;*/
        }

        .nav-custom .circle-fill {
            font-size: 18px !important;
            margin-right: 0px !important;
        }

        /*.filter-advance {
            margin-top: -8px;*/
        /*        width: 146px;*/
        /*margin-left: 379px !important;*/
        /*        margin-left: 284px !important;*/
        /*}

        .filter-p {
            margin-top: -6px;
            margin-left: 449px !important;
        }*/

        .sticky-height {
            height: 106px !important;
        }

        .navbar .nav-title a {
            font-size: 24px !important;
        }

        #alpha-nav {
            margin-left: 0px !important;
        }

        .responsive-break {
            display: none;
        }

        col-md-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100% !important;
        }

       
        .expand-collapse-btn {
            text-align: right !important;
        }
    }

    @media screen and (min-width: 1024px) and (max-width: 1180px) {
        .filter-advance {
            /*margin-left: -116px !important;*/
            /*margin-left: -102px !important;*/
        }

        .filter-p {
            /*margin-left: -135px !important;*/
        }

        #alpha-nav {
            margin-left: 0px !important;
        }

        .k-custom {
            margin-top: 3px;
            margin-left: 6px;
            position: relative;
        }
    }

    @media screen and (min-width: 769px) and (max-width: 994px) {
        .responsive-break {
            display: none;
        }

        .filter-advance {
            /* margin-top: 160px; */
            margin-top: 4px;
            /*margin-left: -102px;*/
            position: relative;
            color: #212529;
            text-decoration: none;
            background: #a5998326;
            padding: 5px 8px;
            border-radius: 5px;
            font-size: 13px;
        }

        .filter-p {
            /* margin-top: 163px; */
            margin-top: 6px;
            /*margin-left: -120px !important;*/
            /* margin-left: -149px; */
            position: relative;
            color: #212529;
            text-decoration: none;
        }

        .radio-group {
            display: flex;
            margin-bottom: 2px;
        }

        .k-custom {
            margin-top: 3px;
            margin-left: 6px;
            position: relative;
        }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        /*        .col-md-6 {
            flex: 0 0 70.666667%;
            max-width: 70% !important;
        }
*/
        /* .col-6 {
            flex: 0 0 100%;
            max-width: 100% !important;
        }*/

        .container label {
            margin-left: 60px;
        }

        a.text-header.text-center {
            font-size: 36px !important;
        }

        /*        #alpha-nav {
            display: inline-block !important;
            font-size: 12px !important;
            width: 610px !important;
            float: left !important;
            line-height: 47px;
            font-weight: 100;
        }*/

        .ui-widget-content {
            /*width: 340px !important;*/
            width: auto;
        }

        .custom-mg {
            display: inline-flex !important;
            text-align: left;
            /*margin-left: 0px !important;*/
        }

        .keyboard-icon {
            margin-top: 160px;
            margin-left: -58px;
            position: absolute;
        }

        .keyboard-g {
            margin-top: 113px;
            margin-left: -60px;
            position: absolute;
        }

        /*.col-6 {
            max-width: 100%;
        }*/

        .top-icon {
            /*width: 30px !important;*/
            height: 35px;
        }

        .corners {
            width: 100%;
        }

        .custom-center {
            max-width: 478px;
        }

        .btn-filter {
            /*margin-left: 418px;*/
        }

        .container .row .col {
            padding-left: 46px;
        }

        .vstack {
            /*padding-top: 106px;*/
        }

        .col-md-5 {
            /*-ms-flex: 0 0 41.666667%;*/
            flex: 0 0 58.666667%;
            max-width: 65.666667%;
        }

        .input-group {
            margin-bottom: 20px;
        }

        .col-md-7 {
            /*-ms-flex: 0 0 58.333333%;*/
            flex: 0 0 70.333333%;
            max-width: 60.333333%;
        }

        .card-box {
            margin-left: 0px !important;
            /*margin-left: -22px !important;*/
        }

        .filter-p {
            margin-top: 6px;
            /*            margin-left: -136px !important;*/
            /*margin-left: -112px !important;*/
            position: relative;
            color: #212529;
            text-decoration: none;
        }

        .k-custom {
            /*            margin-top: 162px;
            margin-left: 61px !important;*/
            margin-top: 3px;
            margin-left: 6px !important;
            position: relative;
        }

        .filter-advance {
            margin-top: 3px;
            /*margin-left: -115px !important;*/
            /*margin-left: -93px !important;*/
            position: relative;
            color: #212529;
            width: 146px;
            text-decoration: none;
        }

        .filter-advance-pn {
            margin-top: 163px;
            margin-left: -52px !important;
            position: absolute;
            color: #212529;
            text-decoration: none;
        }

        a.filterRemove {
            margin-top: 10px;
            /* margin-left: -80px; */
            margin-left: 35px;
            /* position: absolute; */
            font-size: 23px;
            cursor: pointer;
        }

        .radio-group {
            gap: 0px !important;
            display: flex !important;
        }

        .col-md-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 100%;
        }

        #alpha-nav {
            margin-left: 0px !important;
        }

        .responsive-break {
            display: none;
        }
    }

    @media screen and (max-width: 360px) {
        .p-5 {
            padding: 1.8rem !important;
        }

        #alpha-nav {
            margin-left: 0px !important;
        }

        .responsive-break {
            display: none;
        }
        /*.custom-list {
            display: block;
        }*/
        .footer-right-content {
            align-items: center !important; /* Center the content on mobile */
        }
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 9999 !important;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
            animation: fadeIn 0.5s; /* Add fade-in animation */
        }

        .modal-content {
            padding: 0px !important;
            border-radius: 7px !important;
            margin: 8% auto !important;
            width: 302px;
            animation: 0.5s ease 0s 1 normal forwards running slideIn;
            top: 20%;
        }
        .footer {
            padding: 20px 0px !important;
        }

        .navbar .nav-title a {
            font-size: 17px !important;
        }
    }

    @media (max-width: 575.98px) {
        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            /*padding-left: 32px*/
        }

        /*        .custom-list {
            display: block;
        }*/

        .logo-p {
            padding-right: 0px;
        }

        .ui-widget-content {
            /*width: 290px !important;*/
            width: auto;
        }

        .custom-mg {
            display: inline-flex !important;
            text-align: left;
            /*margin-left: 0px !important;*/
        }

        .btn-filter {
            /*margin-left: 200px;*/
        }

        .col-md-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 95%;
            max-width: 100% !important;
        }

        .card-box {
            width: 340px;
            height: 251px;
        }

        .vstack {
            /*padding-top: 106px;*/
        }

        .col-7 {
            /*-ms-flex: 0 0 58.333333%;*/
            flex: 0 0 58.333333%;
            max-width: 46.333333%;
        }

        .col-5 {
            /*-ms-flex: 0 0 41.666667%;*/
            flex: 0 0 67.666667%;
            max-width: 53.666667%;
        }

        .input-group {
            margin-bottom: 20px;
        }

        .top-icon {
            width: 29px !important;
            height: 30px;
            text-align: center;
        }

        .navbar-toggler {
            display: none;
        }

        #alpha-nav {
            margin-left: 0px !important;
        }

        .responsive-break {
            display: none;
        }

        .footer-right-content {
            align-items: center !important; /* Center the content on mobile */
        }

        .footer {
            padding: 20px 0px !important;
        }

        .logo-p i {
            color: #AD8D3F !important;
            font-size: 34px;
        }
        /*.expand-col {
            position: unset !important;
            top: 0;
            right: 0;
            margin-left: auto;
            margin-right: 0;
        }


        .glossareies {
            text-align: right;
        }*/
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 9999 !important;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
            animation: fadeIn 0.5s; /* Add fade-in animation */
        }

        .modal-content {
            padding: 0px !important;
            border-radius: 7px !important;
            margin: 8% auto !important;
            width: 302px;
            animation: 0.5s ease 0s 1 normal forwards running slideIn;
            top: 20%;
        }
    }

    @media only screen and (max-width: 319px) {
        .keyboard-icon {
            margin-top: -48px !important;
            margin-left: 252px !important;
            position: absolute;
        }

        #alpha-nav {
            margin-left: 0px !important;
        }

        .responsive-break {
            display: none;
        }
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 9999 !important;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
            animation: fadeIn 0.5s; /* Add fade-in animation */
        }

        .modal-content {
            padding: 0px !important;
            border-radius: 7px !important;
            margin: 8% auto !important;
            width: 302px;
            animation: 0.5s ease 0s 1 normal forwards running slideIn;
            top: 20%;
        }
        .filter-advance {
            /*            width: 144px !important;*/
        }

        .footer-right-content {
            align-items: center !important; /* Center the content on mobile */
        }

        .footer {
            padding: 20px 0px !important;
        }

        .navbar .nav-title a {
            font-size: 16px !important;
        }
    }

    @media only screen and (max-width: 480px) {
        .notfound .notfound-404 h1 {
            font-size: 162px;
        }

        .notfound h2 {
            font-size: 26px;
        }

        div#mlkeyboard ul #mlkeyboard-backspace {
            width: 29px !important;
        }

        .custom-list {
            /*display: block !important;*/
        }
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 9999 !important;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
            animation: fadeIn 0.5s; /* Add fade-in animation */
        }

        .modal-content {
            padding: 0px !important;
            border-radius: 7px !important;
            margin: 8% auto !important;
            width: 302px;
            animation: 0.5s ease 0s 1 normal forwards running slideIn;
            top: 20%;
        }
        .responsive-break {
            display: none;
        }

        .bordered-text {
            color: #AD8D3F;
            font-size: 16px;
            text-align: center;
        }

        .footer-right-content {
            align-items: center !important; /* Center the content on mobile */
        }

        .footer {
            padding: 20px 0px !important;
        }
    }

    @media only screen and (max-width: 430px) {
        /*.filter-advance {
            margin-left: 276px !important;
            margin-top: -42px !important;
        }

        .filter-p {
            margin-top: -39px !important;
            margin-left: 342px !important;
        }*/
        .footer-right-content {
            align-items: center !important; /* Center the content on mobile */
        }

        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 9999 !important;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
            animation: fadeIn 0.5s; /* Add fade-in animation */
        }

        .modal-content {
            padding: 0px !important;
            border-radius: 7px !important;
            margin: 8% auto !important;
            width: 302px;
            animation: 0.5s ease 0s 1 normal forwards running slideIn;
            top: 20%;
        }
        .footer {
            padding: 20px 0px !important;
        }

        .navbar .nav-title a {
            font-size: 19px !important;
        }
    }

    @media only screen and (max-width: 390px) {
        /*.filter-advance {
            margin-left: 200px !important;*/
        /*margin-left: 218px !important;*/
        /*margin-top: -42px !important;
        }

        .filter-p {
            margin-top: -39px !important;
            margin-left: 260px !important;*/
        /*margin-left: 289px !important;*/
        /*}

        .k-custom {
            margin-top: -40px !important;
            font-size: 18px !important;
            margin-left: 157px !important;*/
        /*margin-left: 172px !important;*/
        /*position: absolute !important;
        }*/
        .footer-right-content {
            align-items: center !important; /* Center the content on mobile */
        }
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 9999 !important;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
            animation: fadeIn 0.5s; /* Add fade-in animation */
        }

        .modal-content {
            padding: 0px !important;
            border-radius: 7px !important;
            margin: 8% auto !important;
            width: 302px;
            animation: 0.5s ease 0s 1 normal forwards running slideIn;
            top: 20%;
        }
        
        .footer {
            padding: 20px 0px !important;
        }
    }

    @media only screen and (max-width: 768px) {
        .sticky-search {
            width: 80%;
        }

        .radio-group {
            display: flex !important;
        }

        /*.col-6 {
            flex: 0 0 52%;
            max-width: 52% !important;
        }*/

        .navbar .nav-title a {
            font-size: 20px !important;
        }
        .modal-content {
            padding: 0px !important;
            border-radius: 7px !important;
            margin: 8% auto !important;
            width: 302px;
            animation: 0.5s ease 0s 1 normal forwards running slideIn;
            top: 20%;
        }

        /*.filter-p {*/
        /* margin-top: 163px; */
        /*margin-top: 0px;
            margin-left: -102px;*/
        /* margin-left: -149px; */
        /*position: absolute;
            color: #212529;
            text-decoration: none;
        }

        .filter-advance {*/
        /* margin-top: 160px; */
        /*margin-top: -4px;
            margin-left: -73px;
            width: max-content;
            position: absolute;
            color: #212529;
            text-decoration: none;
            background: #a5998326;
            padding: 5px 8px;
            border-radius: 5px;
            font-size: 13px;
        }*/

        #alpha-nav {
            margin-left: 0px !important;
        }
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 9999 !important;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
            animation: fadeIn 0.5s; /* Add fade-in animation */
        }
        .responsive-break {
            display: none;
        }

        /*.k-custom {*/
        /*margin-top: 4px;
            margin-left: 245px;*/
        /*margin-top: -4px;
            margin-left: 333px;
            font-size: 18px;
            position: absolute;
        }*/
        #progress {
            bottom: 20px; /* Adjust the position for mobile */
            right: 20px; /* Adjust the position for mobile */
            width: 40px; /* Adjust size for mobile */
            height: 40px; /* Adjust size for mobile */
            font-size: 20px; /* Adjust font size for mobile */
        }

        #progress-value {
            font-size: 20px;
        }

        .footer-right-content {
            align-items: center !important;
        }
    }

    @media only screen and (max-width: 576px) {
        .sticky-search {
            width: 90%;
        }

        .radio-group {
            display: flex !important;
        }

        /*  .col-6 {
            flex: 0 0 52.666667%;
            max-width: 52% !important;
        }*/
        .modal {
            display: none; /* Hidden by default */
            position: fixed;
            z-index: 9999 !important;
            top: 50%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for element's own dimensions */
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
            animation: fadeIn 0.5s; /* Add fade-in animation */
        }

        .modal-content {
            padding: 0px !important;
            border-radius: 7px !important;
            margin: 8% auto !important;
            width: 302px;
            animation: 0.5s ease 0s 1 normal forwards running slideIn;
            top: 20%;
        }
        #alpha-nav {
            margin-left: 0px !important;
        }

        .responsive-break {
            display: none;
        }

        .footer-right-content {
            align-items: center !important;
        }

        .footer {
            padding: 20px 0px !important;
        }
        /*.expand-col {
            position: unset !important;
            top: 0;
            right: 0;
            margin-left: auto;
            margin-right: 0;
        }

        .glossareies {
            text-align: right;
        }*/
    }

    @media only screen and (max-width: 992px) {

        /*.col-6 {
            flex: 0 0 100%;
            max-width: 100% !important;
        }*/

        .navbar .nav-title a {
            font-size: 24px;
        }

        #alpha-nav {
            margin-left: 0px !important;
        }
    }

    @media only screen and (min-width: 993px) and (max-width: 1029px) {
        #alpha-nav {
            margin-left: 32px !important;
        }


        .filter-p {
            /* margin-top: 163px; */
            margin-top: 6px;
            /*margin-left: -136px !important;*/
            /* margin-left: -156px; */
            position: relative;
            color: #212529;
            text-decoration: none;
        }

        .filter-advance {
            /* margin-top: 160px; */
            margin-top: 4px;
            /*margin-left: -124px;*/
            /* margin-left: -124px; */
            position: relative;
            color: #212529;
            text-decoration: none;
            background: #a5998326;
            padding: 5px 8px;
            border-radius: 5px;
            font-size: 13px;
        }
    }
    /*@media only screen and (max-width: 820px) {
    .filter-p {
        margin-top: 6px !important;
        margin-left: -102px !important;
    }

    .filter-advance {
        margin-top: 4px !important;
        margin-left: -73px !important;
    }
}
*/

    @media (min-width: 768px) and (max-width: 1024px) { /* iPad sizes */
        .navbar {
            position: -webkit-sticky; /* For Safari */
            position: sticky;
            top: 0;
        }
        /*.expand-col {
        position: unset !important; 
        top: 0; 
        right: 0; 
        margin-left: auto;
        margin-right: 0;
    }
    .glossareies {
        text-align: right;

    }*/
    }
    /* Landscape*/

    /*@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .navbar {
        position: -webkit-sticky !important;*/ /* For Safari */
    /*position: sticky;
        top: 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .navbar {
        position: -webkit-sticky !important;*/ /* For Safari */
    /*position: sticky;
        top: 0;
    }
}*/

    /* Target iPad Pro 12.9-inch portrait */
    /*@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .bg-custom {
        background-color: #AD8D3F !important;
        top: 0;
        position: sticky !important;
        width: 100%;
        z-index: 1020;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
   
    .bg-custom {
        background-color: #AD8D3F !important;
        top: 0;
        position: sticky !important;
        width: 100%;
        z-index: 1020;
    }

}*/


    /* Portrait (iPad) */
    @media screen and (max-width: 1024px) and (min-width: 564px) and (orientation: portrait) {
        nav.navbar {
            padding: 0.5rem 1rem;
            text-align: center;
        }

        .nav-title {
            font-size: 1rem; /* Adjust font size for readability */
        }

        .navbar-custom .nav-custom a {
            font-size: 0.9rem; /* Adjust font size for buttons */
        }

        nav.navbar {
            position: sticky !important;
            top: 0 !important;
            z-index: 9999;
        }

        /*.col-6 {
        max-width: 50% !important;
    }*/

        #alpha-nav {
            font-size: 15px;
            line-height: 3rem;
            text-align: center !important;
            max-width: 100%;
/*            width: 80%;*/
            display: flex;
            justify-content: center;
            /*        margin: 0 auto !important;*/
            /*        border: 1px solid;*/
        }

        .select-container {
            display: flex;
            flex-wrap: wrap;
            gap: 12px !important;
            justify-content: center;
        }

            /*.select-container > * {*/
                /*margin: 6px;*/ /* Half the gap size */
                /*gap: 8px;
            }*/
    }

    /* Landscape (iPad) */
    @media screen and (min-width: 1025px) and (orientation: landscape) {
        nav.navbar {
            padding: 1rem 2rem;
        }

        .nav-title {
            font-size: 1.5rem; /* Adjust font size for better readability */
        }

        .navbar-custom .nav-custom a {
            font-size: 1rem; /* Adjust button font size */
        }

        nav.navbar {
            position: sticky !important;
            top: 0 !important;
            z-index: 9999; /* Higher z-index to ensure it's always on top */
        }

        /* .col-6 {
        max-width: 50% !important;
    }*/

        #alpha-nav {
            font-size: 15px;
            line-height: 3rem;
            text-align: center !important;
            max-width: 100%;
            /*width: 80%;*/
            display: flex;
            justify-content: center;
            /*        margin: 0 auto !important;*/
            /*        border: 1px solid;*/
        }

        /*.select-container > * {*/
            /*        margin: 6px 14px;*/
            /*gap: 8px;
        }*/

        /*    .expand-col {
        position: unset !important;
    }
    
    .glossareies {
        text-align: right;
    }*/

    }

    @media screen and (min-width: 1281px) and (orientation: landscape) {
        /*    ._glossariesLetters {
        width: 85%;
    }*/
        nav.navbar {
            position: sticky !important;
            top: 0 !important;
            z-index: 9999;
        }

        .filter-p {
            /* margin-top: 163px; */
            margin-top: 6px;
            /*margin-left: -180px !important;*/
            /* margin-left: -149px; */
            position: relative;
            color: #212529;
            text-decoration: none;
        }

        .filter-advance {
            /* margin-top: 160px; */
            margin-top: 4px;
            /*margin-left: -156px !important;*/
            position: relative;
            color: #212529;
            text-decoration: none;
            background: #a5998326;
            padding: 5px 8px;
            border-radius: 5px;
            font-size: 13px;
            min-width: 150px;
        }

        .k-custom {
            margin-top: 3px;
            margin-left: 6px !important;
            font-size: 20px;
            position: relative;
        }

        #alpha-nav {
            font-size: 15px !important;
            line-height: 2.6rem;
            letter-spacing: -2px !important;
            margin-left: 92px;
        }

        .select-container {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
        }

        .radio-group {
            display: flex;
            justify-content: center;
            gap: 10px !important;
            /*gap: 154px !important;*/
            margin-bottom: 2px;
        }
        .radio-item {
            padding: 0px 60px;
        }
    }

    @media screen and (min-width: 1281px) and (orientation: portrait) {
        .filter-p {
            /* margin-top: 163px; */
            margin-top: 6px;
            /*margin-left: -180px !important;*/
            /* margin-left: -149px; */
            position: relative;
            color: #212529;
            text-decoration: none;
        }

        .filter-advance {
            /* margin-top: 160px; */
            margin-top: 4px;
            /*margin-left: -156px !important;*/
            position: relative;
            color: #212529;
            text-decoration: none;
            background: #a5998326;
            padding: 5px 8px;
            border-radius: 5px;
            font-size: 13px;
            min-width: 154px;
        }

        .k-custom {
            margin-top: 2px;
            margin-left: 6px !important;
            font-size: 20px;
            position: relative;
        }

        .select-container {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            justify-content: center;
        }

        .radio-group {
            display: flex;
            justify-content: center;
            gap: 10px !important;
            margin-bottom: 2px;
        }
        .radio-item {
            padding: 0px 60px;
        }
       
    }
    /*@media screen and (min-width: 1300px) and (orientation: landscape) {
    .glossaries-scroll {
        height: 1280px;
        overflow: scroll;
    }
}*/

.golden-ellipsis {
    color: #8C732D;
}


.contextualdictionaryPnlBtn{
    text-decoration:none  !important;
}
