* {
  font-family: "Ubuntu", sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.navbar-brand.yellow {
  color: yellow;
}

.navbar {
  background: #0100ca;
}

.container {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

div#preloader {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("/static/images/ajax-loader.gif") no-repeat center center;
}

.content {
  margin-top: 5px;
  flex-grow: 1;
}

.content footer {
  flex-shrink: 0;
}

.search-bar {
  justify-content: space-between;
  flex-wrap: wrap;
  position: fixed;
  top: 56px;
  height: 55.99px;
  width: 100%;
  background: #aa00ff;
  z-index: 999;
}

.search-bar__letters > span.btn {
  border-radius: 0;
}

.search-bar__letters > span.btn:nth-child(1) {
  border-radius: 0.25rem 0 0 0.25rem;
}

.search-bar__letters > span.btn:nth-child(3) {
  border-radius: 0 0.25rem 0.25rem 0;
}

.letters-and-filter {
  display: none;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  background: #aa00ff;
  width: 100%;
  z-index: 999;
  padding: 5px;
}

.letters-and-filter > .btn-link {
  color: white;
}

.letters-and-filter .input-group-text {
  background: white;
}

.search-bar__letters {
  display: flex;
}

.search-bar__input-container {
  position: relative;
  width: 100%;
}

.search-bar__input {
  width: 70%;
  margin-left: 5px;
  border-radius: 0.25rem;
}

.dropdown-toggle {
  min-width: 121px;
}

.left-letter {
  border-radius: 0.25rem;
}

.translations {
  height: 100%;
}

.translations h2,
.other_translations {
  font-size: 1.5rem !important;
}

.results {
  padding-bottom: 1rem;
}

.hint,
.Abbrev {
  cursor: help;
  font-style: italic;
  color: #0c6;
}

.article {
  border-bottom: 1px solid grey;
}

.article p {
  margin-bottom: 0;
}

.article header {
  width: 100%;
}

.article h1 {
  font-size: 18px;
  align-items: center;
  background: #304fff;
}

.article h1 a {
  color: white;
}

.active-article {
  flex-direction: column;
}

.word_click {
  font-family: Arial, Helvetica, sans-serif;
  color: #0000ff;
  text-decoration: underline;
  cursor: pointer;
}

.banner {
  display: none;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  max-height: 100%;
  margin-bottom: 15px;
}

.banner__bottom {
  display: none;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}

.front-page-widgets {
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.front-page-widget {
  display: flex;
  width: 47%;
  height: 8rem;
}

.front-page-widget a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.front-page-widget div {
  width: 100%;
  height: 100%;
}

.rotated-btn {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #8739ff;
}

.not-found {
  font-size: 22px;
}

.text-white {
  color: white;
}

.background-blue {
  background: #304fff;
}

.fs-1-rem {
  font-size: 1rem;
}

.button-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.select-wrapper {
  position: relative;
}

.select-triangle {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.3em 0.3em 0 0.3em;
	border-color: #ffffff transparent transparent transparent; 
  z-index: 1;
}

.gt--textarea {
  resize: none;
}

/* Desktop styles */

@media (min-width: 992px) {
  .search-bar__input-group {
    width: 100%;
  }

  .search-bar {
    flex-wrap: nowrap;
  }

  #bottom-stripe {
    visibility: hidden;
  }

  .letters-and-filter {
    display: none;
    width: auto;
    position: relative;
    padding: 5px 0 5px 5px;
  }

  .letters-and-filter > .btn-link {
    display: none;
  }

  .search-bar__letters > span.btn:nth-child(1) {
    border-radius: 0;
  }

  .search-bar__letters {
    display: flex;
    flex-grow: 0;
  }

  .search-bar__input {
    width: 100%;
    border-radius: 0.25rem 0 0 0.25rem;
  }
}

.title__of__cards {
  margin-bottom: 10px;
  font-size: 20px;
  max-width: 100%;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.title__between__dictinory {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: bolder;
  position: relative;
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
  margin-left: 10px;
}

.card__container {
  width: 100%;
  display: flex;
  height: 100%;
}

.card__sytle {
  margin-bottom: 20px;
  height: 100%;
  min-width: 100%;
  text-align: initial;
  padding: 15px;
  padding-top: 0px;
}

.card__sytle a {
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: row;
}

.card__sytle a:focus {
  color: black;
}

#lil__imc {
  max-width: 120px;
  display: flex;
  height: 100px;
  border-radius: 10px;
  align-self: center;
}

#title__of__main__text {
  color: black;
  font-weight: 700;
  text-align: start;
  font-size: 15px;
}

#title__for {
  height: 100%;
  display: flex;
  padding-right: 10px;
  font-weight: 600;
  align-items: center;
  font-size: 18px;
}

.recomended_content {
  display: flex;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

#result_container a {
  padding-left: 0;
}

.dictionary_name {
  margin: 0;
  border-bottom: 1px solid black;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.dictionary_name a {
  color: #009624;
  text-decoration: underline;
}

.dictionary_info--img {
  max-width: 50vw;
}

#img_detail {
  height: 250px;
  display: flex;
  width: 250px;
  border-radius: 15px;
}

.img_detail_container {
  display: flex;
  max-width: 7000px;
  justify-content: center;
}

.title_detail {
  margin-top: 10px;
}

.text_detail {
  width: 100%;
}

#news_link {
  height: 100%;
  align-items: center;
  width: 100%;
}

.wrapper_for_collapse {
  display: flex;
  justify-content: center;
}

.col-12 {
  padding-right: 8px;
  padding-left: 8px;
}
.gsc-control-cse {
  padding: 0px !important;
  border-width: 0px !important;
}

form.gsc-search-box,
table.gsc-search-box {
  margin-bottom: 0px !important;
}

.gsc-search-box .gsc-input {
  padding: 0px 4px 0px 6px !important;
}

#gsc-iw-id1 {
  height: auto !important;
  padding: 0px !important;
  border-width: 0px !important;
  box-shadow: none !important;
}

#gs_tti50 {
  padding: 0px !important;
}

#gsc-i-id1 {
  height: 33px !important;
  padding: 0px !important;
  background: none !important;
  text-indent: 0px !important;
}

.gsib_b {
  display: none;
}

button.gsc-search-button {
  display: block;
  width: 13px !important;
  height: 13px !important;
  border-width: 0px !important;
  margin: 0px !important;
  padding: 10px 6px 10px 13px !important;
  outline: none;
  cursor: pointer;
  box-shadow: none !important;
  box-sizing: content-box !important;
}

.gsc-branding {
  display: none !important;
}

.gsc-control-cse,
#gsc-iw-id1 {
  background-color: transparent !important;
}

.gsc-control-cse {
  padding: 0 !important;
  border-width: 0 !important;
}

form.gsc-search-box,
table.gsc-search-box {
  margin-bottom: 0 !important;
}

.gsc-search-box .gsc-input {
  padding: 0 4px 0 6px !important;
}

#gsc-iw-id1 {
  height: auto !important;
  padding: 0 !important;
  border-width: 0 !important;
  box-shadow: none !important;
}

#gs_tti50 {
  padding: 0 !important;
}

#gsc-i-id1 {
  height: 33px !important;
  padding: 0 !important;
  background: 0 0 !important;
  text-indent: 0 !important;
}

.gsib_b {
  display: none;
}

button.gsc-search-button {
  display: block;
  width: 13px !important;
  height: 13px !important;
  border-width: 0 !important;
  margin: 0 !important;
  padding: 10px 6px 10px 13px !important;
  outline: 0;
  cursor: pointer;
  box-shadow: none !important;
  box-sizing: content-box !important;
}

.gsc-branding {
  display: none !important;
}

#gsc-iw-id1,
.gsc-control-cse {
  background-color: transparent !important;
}

#gsc-i-id1::-webkit-input-placeholder {
  color: #fff;
}

#gsc-i-id1:-ms-input-placeholder {
  color: #fff;
}

#gsc-i-id1::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#gsc-i-id1:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#search-box {
  height: 55.99px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background-color: #aa00ff;
  border-radius: 5px;
}

button.gsc-search-button {
  border-left: #0000ff 1px solid !important;
  background-color: transparent !important;
}

#gsc-i-id1 {
  color: #fff;
  font-size: 20px;
}

.pagination-arrow {
  padding: 5px 10px;
}

.pagination-arrow i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  border-color: #007bff;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.pagination-container {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}

.pagination li {
  padding: 0 10px;
}

li.active a {
  color: #aa00ff;
}

.gs-title,
.gs-snippet {
  font-family: "Ubuntu", sans-serif;
}
.gsc-url-top,
.gsc-url-bottom {
  display: none !important;
}
.gcsc-branding {
  display: none !important;
}
.gcsc-find-more-on-google-root {
  display: none !important;
}
