.wordCount {
    text-indent: 10px;
    font-size: 18px;
}

.filterSortedIcons {
    flex-basis: 11%;
    display: flex;
    font-size: 20px;
    gap: 20px;
    cursor: pointer;
    display: none
}

.allGroupWords {
    background-color: white !important;
    width: auto;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.allGroupWords>.wordListHeading {
    background: gray;
    padding: 10px 0px 5px 25px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
}

.wordListHeading>h3 {
    font-size: 20px;
    font-weight: 600;
}

.wordList {
    padding: 15px;
}

.wordList>ul {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.wordList>ul li {
    border: solid 2px rgba(226, 248, 198, 0.47);
    padding: 8px 0;
    background: #f8f9fa;
    border-radius: 5px;
    margin: 6px 6px;
    width: auto;
    min-width: 100px;
    text-align: center;
}

.wordList .anchor__style {
    color: #000 !important;
    font-size: 15px;
    text-decoration: none !important;
    font-weight: 600;
}

.points {
    color: #73716e;
    font-weight: 600;
}

.letter-close-button-commonPage {
    position: absolute;
    right: 220px;
    top: 18px;
    font-size: 15px;
    cursor: pointer;
    display: none;
}

.ltr-cls-btn-commonPage {
    display: block;
}

@media (max-width: 768px) {
    .filterSortedIcons {
        display: flex;
        gap: 8px;
    }

    .letter-close-button-commonPage {
        right: 45%;
        font-size: 15px;
    }

    .wordCount {
        font-size: 1.2rem;
        /* margin-top: 15px; */
    }

    .pad {
        padding-bottom: 50px;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif !important;
}

:root {
    --txtColor: #000;
    --txtColor1: #fff;
    --bgColor: #000;
    --bgColor2: #fff;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    overflow-x: hidden !important;
}

.loader {
    width: 100%;
    text-align: center;
}

.loader img {
    height: 100px;
}

.bars {
    position: relative;
    /* top: 3px; */
    color: #000;
    font-size: 35px;
}

.bars::before {
    font-weight: 900 !important;
}


.angle-arrow {
    background: url(../images/angle-arrow-down.svg) no-repeat;
    background-size: contain;
    width: 10px;
    height: 20px;
    font-weight: 900;
    position: absolute;
    top: 20px;
    right: 5px;
    margin: -3px 0;
    cursor: pointer;
    /* z-index: 999; */
}

.hide {
    visibility: hidden;
}

.social-icons {
    position: fixed;
    right: 0;
    top: 35%;
    width: 47px;
    height: 174px;
    display: flex;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fff;
    box-shadow: 0 0 20px -7px #191a1a9e;
    line-height: 30px;
}

.social-icons a {
    color: #000 !important;
    padding: 4px 0;
}

.share-icon {
    width: 14px;
}

.share-this {
    font-weight: 900;
    font-size: 14px;
    /* width: 100%; */
    display: block !important;
    color: #000;
    text-align: center;
}


.txt-primary {
    color: #000;
    font-size: 16px;
    text-decoration: none !important;
}

.txt-secondary {
    color: gray;
    font-size: 15px;
    text-decoration: none !important;
    margin: 2rem 0px;
}

.txt-secondary:hover {
    color: #000;
}

.footer_hr {
    width: 50px;
    margin: 2rem auto;
    border: 2px solid #000;
}

.footer-section {
    padding: 50px 0px;
    background-color: #f8f9fa;
    margin-top: 3rem;
}

.footer-logo-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #000;
    font-weight: 900;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.navbar-nav .nav-link:hover {
    color: var(--txtColor) !important;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
  }
  
  .nav-link {
    text-decoration: none !important;
    font-size: 16px;
    color: gray !important;
  }


@media (max-width: 992px) {
    .dropdown-item {
        text-align: left;
        font-weight: 600;
        padding: 0.25rem 0;
    }
}