.bhashini-skip-translation {
  right: 220px !important;
  left: auto !important;
  top: 35px !important;
}

.bhashini-dropdown-content {
  top: auto !important;
  bottom: auto !important;
}

.bhashini-dropdown-content>div{
  font-family: "OpenSans-Regular";
  font-weight: 500;
  font-size: 14px;
  color: #181818;
}

.bhashini-toast.visible{
  display: none;
}

/* Tablet */
@media (max-width: 1024px) {
  .bhashini-skip-translation {
    right: 15px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .bhashini-skip-translation {
    right: 10px !important;
    bottom: 15px !important;
  }
}

.bhashini-lang-selector,
.bhashini_translate,
.bhashini-btn {
  display: none !important;
}

/* iframe[src*="bhashini"],
select[class*="bhashini"] {
  opacity: 0;
  pointer-events: none;
} */

.ptbhashini_lang_switcher_wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Style injected dropdown */
.ptbhashini_lang_switcher_wrapper select,
.ptbhashini_lang_switcher_wrapper iframe,
.ptbhashini_lang_switcher_wrapper [class*="bhashini"] {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  z-index: 9999;
  background: white;
  /* display: none; */
}

.bhashini-dropdown-btn {
  display: none;
}

.lang-switcher-wrapper {
  display: inline-block;
  cursor: pointer;
}

.mobileresources-page .bhashini-dropdown-btn {
  display: flex;
  background-color: #2743A3;
  color: #fff !important;
  padding: 10px 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  width: 13.75rem;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  font-family: "Noto Sans";
  position: fixed !important;
  right: 20px !important;
  /* right: auto !important; */
  bottom: 20px !important;
}

.mobileresources-page .bhashini-dropdown-content {
  bottom: 50px !important;
  top: auto !important;
  right: 15px;
}

.mobileresources-page{
  padding-top: 133px !important;
}