:root {
  --maincolor: #000;
  --mainBorderRadius: 50px;
  --boxRadius: 0.8rem;
}


input::placeholder {
  color: var(--txtColor);
  opacity: 0.5;
  font-weight: 500 !important;
  text-transform: capitalize;
}

.blinkBoxShadow {
  animation: blinkBoxShadow 1s infinite alternate;
}

@keyframes blinkBoxShadow {
  0% {
    box-shadow: 0 0 2px 2px var(--primary-color);
  }

  100% {
    box-shadow: 0 0 4px 4px var(--primary-color);
  }
}


#int-modal-btn {
  display: none !important;
}

/* common loader css */
.loader {
  width: 100%;
  text-align: center;
}

.loader img {
  height: 100px;
}

.meduim-text2 {
  color: var(--maincolor) !important;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}


.footer-section .txt-secondary {
  font-size: 14px !important;
}

.feature,
.news {
  display: none;
  background-color: #F0C985 !important;
}

/* left panel elements css */
.left-sidebar-controller .wordCount {
  background-color: white;
  font-size: 16px;
  /* width: 450px; */
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000;
}

.allGroupWords {
  background-color: #fff !important;
  width: auto;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
  margin: 10px 0;
  margin-bottom: 30px;
  border: 2px solid var(--black-color);
}

.allGroupWords>.wordListHeading {
  background: var(--black-color);
  padding: 10px 0px 10px 25px;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

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

.wordList {
  padding: 15px;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}


.wordList .anchor__style {
  color: #000 !important;
  font-size: 15px;
  text-decoration: none !important;
  font-weight: 600;
  list-style: none;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 5px;
  margin: 6px 6px;
  width: auto;
  /* min-width: 100px; */
  text-align: center;
  border: solid 1px var(--black-color);
  box-shadow: 2px 2px 1px 0px var(--black-color);
}


.highlight {
  color: red !important;
}

.allGroupWords .wordList .anchor__style strong {
  color: #000;
}

.allGroupWords .wordList .anchor__style .points {
  color: #73716e;
  font-weight: 600;
  position: relative;
  top: 4px;
  font-size: 12px;
}

.allGroupWords .btn-container {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 13px;
  position: relative;
}

.allGroupWords .btn-container .showmore {
  width: 190px;
  background: #000 !important;
  color: #fff;
  font-size: 15px;
  border-radius: 999px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.allGroupWords .btn-container .showmore:hover {
  color: white;
}

.allGroupWords .btn-container .showmore:focus {
  box-shadow: unset;
}

.errorMsg {
  display: none;
  padding: 15px 25px;
  font-size: 15px !important;
  text-align: left;
  color: #721c24;
}

.length-select {
  background: #f8f9fa;
  border: solid 1px var(--black-color);
  box-shadow: 2px 2px 1px 0 var(--black-color);
  word-wrap: normal;
  width: 190px;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  text-align: left;
  color: #1c1107;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  outline: 0;
}

#select_dropDown,
.sort-select {
  background: #f8f9fa;
  border: solid 1px var(--black-color);
  box-shadow: 2px 2px 1px 0 var(--black-color);
  word-wrap: normal;
  width: 190px;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  text-align: left;
  color: #1c1107;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  outline: 0;
}

#not-found {
  display: none;
}



/* right panel elements css */
.right-sidebar-controller {
  margin-top: 3.3rem;
}

.results-sidebar-section {
  z-index: 9;
  position: sticky;
  top: 10px;
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 0.8rem;
  border: none;
}

/* scrolling word selector css */
.tab_link_wrapper {
  width: 100%;
  justify-content: center;
  background: #fff;
  border-radius: 40px;
  margin: 10px 0px;
  padding: 8px;
  box-shadow: 0 1px 4px 0 rgb(124 147 173 / 75%);
}

.tab_link_wrapper .flex-row {
  flex-direction: row !important;
  display: flex;
  overflow: hidden;
  margin: 0 22px !important;
}

.tab_link_wrapper .tab_link {
  font-size: 12px;
  font-weight: 900;
  margin: 0 5px;
  padding-top: 5px;
  border: none;
  outline: none;
  background-color: inherit;
}

.tab_link_wrapper #next {
  width: 20px;
  height: 20px;
  top: 12px;
  background: url(/assets/images/next.webp);
  background-size: cover;
  object-fit: cover;
  padding: 3px;
  border: none;
  position: absolute;
  right: 20px;
}

.tab_link_wrapper #prev {
  width: 20px;
  height: 20px;
  top: 12px;
  background: url(/assets/images/prev.webp);
  background-size: cover;
  object-fit: cover;
  padding: 3px;
  border: none;
  position: absolute;
  left: 20px;
}

.serachBtn {
  background-color: var(--primary-color) !important;
  background: url(/assets/images/search.svg) no-repeat center center;
  background-size: 35px 35px;
  height: 64px;
  width: 112px;
  border: none;
  position: absolute;
  top: 8px;
  right: 10px;
  outline: 0;
  border-radius: 74px
}

.active-tab {
  border-bottom: solid 2px black !important;
}


.wordCount {
  width: 450px;
  /* text-align: center; */
  font-size: 16px;
  background-color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000;
}

.search-box .txtBox::placeholder {
  color: var(--maincolor) !important;
  font-weight: 550 !important;
}

.sortingFilters {
  display: flex;
}

.ltr-cls-btn-commonPage {
  position: absolute;
  right: 150px;
  top: 24px;
  font-size: 15px;
  cursor: pointer;
  display: block !important;
}

/* advanced filter css */
.advanced-filter .startsWith,
.mustInclude,
.endsWith,
.exculdeWith,
.inculdeWith,
.wordLength {
  position: relative;
}

/* .advanced-filter .common_style::placeholder,
.advanced-filter .selct_style::placeholder,
.selct_style {
  color: var(--maincolor) !important;
} */

.advanced-filter .common_style,
.advanced-filter .selct_style {
  padding: 1rem;
  color: #000;
  background-color: transparent;
  height: 45px;
  position: relative;
  display: inline-block;
  width: 140px;
  border: solid 2px #313131;
  border-radius: var(--mainBorderRadius);
  /* margin-bottom: 0.2rem; */
  font-size: 16px;
  text-align: left;
}

.advanced-filter .common_style:focus,
.advanced-filter .selct_style:focus {
  box-shadow: unset !important;
  outline: none !important;
  border-color: rgba(0, 90, 156, 1) !important;
}

.tooltip {
  font-size: 1.2rem;
}

.advanced-filter .filter-tooltip {
  cursor: pointer;
  font-size: 18px;
  /* opacity: .5; */
  position: absolute;
  top: 20px;
  right: 10px;
  top: 9px;
}

.advanced-filter .buttonCommon {
  background-color: #F0C985;
  width: 100%;
  border: none;
  height: 45px;
  border-radius: var(--mainBorderRadius);
  margin: 0 2px;
  font-weight: 550;
  font-size: 16px;
  padding-top: 0.4rem;
}

.advanced-toggle {
  display: block !important;
}

.advanced-toggle-button {
  display: none;
}

.highlight_filter::before {
  content: "";
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 5px;
  position: absolute;
  right: 13px;
}

/* sorting controller css for desktop */
.desktop_sorting_container {
  position: sticky;
  top: 360px;
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 0.8rem;
  border: 1px solid rgba(184, 184, 184, 1);
}

.desktop_sorting_container .sorting-heading {
  font-size: 20px;
  font-weight: 900;
  border-bottom: 2px solid;
  width: 75px;
  margin-bottom: 1rem;
}

.desktop_sorting_container .form-check-label {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 3.5rem;
  line-height: 5rem;
  font-size: 18px;
}

.checboxSpan {
  margin-top: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid white;
  border-radius: 50px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1);
  background: white;
  border-width: 7px;
}

.checked {
  background-color: #000;
}

/* sorting controller css for mobile */
.mobile_sorting_container {
  display: none;
}

.mobile_sorting_container .sort-select:focus {
  outline: none;
}

.mobile-search-icon:focus {
  outline: none;
  box-shadow: unset;

}

/* footer text css */
.footer-single-col p {
  font-size: 15px;
}

.footer__link {
  font-size: 15px;
  color: #000;
}


/* placeholder loader css */

.placeholder-loader {
  display: flex;
  justify-content: center;
}

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}

.o-vertical-spacing li {
  list-style: none;
}

.skeleton-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.2) 20%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0));
  animation: shimmer 5s infinite;
  content: '';
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* //advanced filter css */
.filter_val {
  width: 150px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.filter-tooltip {
  cursor: pointer;
  margin-left: 5px;
}

.dropdown-content {
  display: none;
  /* position: absolute; */
  background-color: #fff;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-height: 300px;
  height: auto;
  overflow-y: scroll;
  border-radius: 8px;
}

.dropdown-content a {
  color: black;
  padding: 12px;
  text-decoration: underline;
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

.startsWith {
  position: relative;
  display: inline-block;
}

.arrow-down {
  display: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* Increased size */
  border-right: 10px solid transparent;
  /* Increased size */
  border-top: 10px solid #000;
  /* Increased size and color */
  position: absolute;
  /* bottom: -8px; */
  /* Adjust vertical positioning */
  left: calc(50% - 10px);
  /* Center the larger arrow */
}

@media (max-width: 768px) {

  .dropdown-content,
  .arrow-down {
    display: none !important;
  }
}

@media (max-width:768px) {

  .wordCount{
    text-align: center;
    width: auto !important;
  }
  .filters {
    flex-direction: column;
    margin-top: 2rem;
  }


  .main_panel {
    padding: 0;
  }

  .left-sidebar-controller {
    order: 2;
    padding: 0;
  }

  .left-sidebar-controller .wordCount {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    margin: 1rem 0px;
  }

  .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;
    border: 2px solid var(--black-color)
  }

  .allGroupWords>.wordListHeading {
    background: var(--black-color);
    padding: 10px 0px 5px 25px;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    color: #fff;
  }

  .wordList {
    padding: 15px;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
  }

  /* .allGroupWords>.wordListHeading {
    padding: 10px 25px;
    border-radius: 0px !important;
  } */

  .wordList .anchor__style {
    color: #000 !important;
    font-size: 15px;
    text-decoration: none !important;
    font-weight: 600;
    list-style: none;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 5px;
    margin: 6px 6px;
    width: auto;
    /* min-width: 100px; */
    text-align: center;
    border: solid 1px var(--black-color);
    box-shadow: 2px 2px 1px 0px var(--black-color);
  }

  .allGroupWords .wordList {
    padding: 15px;
  }

  .allGroupWords .wordList>ul li {
    font-size: 15px;
  }

  .allGroupWords .btn-container .showmore {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  /* right panel elements css for mobile */
  .right-sidebar-controller {
    margin-top: 0rem;
    padding: 0px;
    margin-bottom: 0rem;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .results-sidebar-section {
    position: unset;
    padding: 0px 15px;
  }

  .tab_link_wrapper {
    display: flex;
    background: #f8f9fa;
    padding: 5px;
  }

  .tab_link_wrapper .flex-row {
    margin: 0px 15px !important;
  }

  .tab_link_wrapper #next {
    top: 9px;
    right: 8px;
  }

  .tab_link_wrapper #prev {
    top: 9px;
    left: 8px;
  }



  .serachBtn {
    height: 50px !important;
    width: 50px !important;
    top: 10px;
    background-size: 20px 20px;
    right: 24px;
  }

  .left-sidebar-controller .wordCount {
    width: auto;
  }

  .copyright-text {
    padding: 1rem;
  }



  .search-box .ltr-cls-btn-commonPage {
    right: 90px;
    top: 20px;
  }

  .advanced-toggle-button {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #ccc;
    height: 100%;
    padding: 10px 15px;
    width: 50px;

  }

  .mobile-advanced-filter {
    /* display: none; */
    /* padding: 15px 0px; */
    margin-top: 1rem !important;
  }

  .filterShow div {
    gap: 5px !important;
  }

  #select_dropDown,
  .sort-select,
  .length-select {
    width: 140px;
    margin-right: 1rem;
  }

  .advanced-filter .common_style,
  .advanced-filter .selct_style {
    width: 140px;
    padding: 10px !important;
    font-size: 14px;
  }

  /* sorting controller css for mobile */
  .desktop_sorting_container {
    display: none;
  }

  .mobile_sorting_container {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 1rem;
  }

  .mobile_sorting_container .sort-icon {
    position: absolute;
    top: 10px;
    right: 76px;
    left: unset;
  }

  .mobile_sorting_container .sort-select {
    border-radius: 50px;
    background: transparent;
    color: #000;
    font-weight: 900;
    font-size: 12px;
    border: 1px solid #ccc;
    width: 11rem;
    padding-right: 0rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 3.8rem;
  }
}