.theSearchBar {
  /* the arrow */
}
.theSearchBar .custom-cse-options {
  padding: 5px;
  height: 100%;
  position: relative;
}
.theSearchBar .custom-cse-options__toggler {
  font-size: 18px;
  color: #111;
  width: 30px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .theSearchBar .custom-cse-options__toggler {
    width: 40px;
  }
}
.theSearchBar .custom-cse-options__toggler i.fa {
  display: block !important;
}
.theSearchBar .custom-cse-options__list {
  display: none;
  position: absolute !important;
  width: 140px;
  left: 50%;
  top: 100%;
  padding-top: 0px;
  box-sizing: border-box;
  z-index: 100;
  transform: translateX(-50%);
}
@media (max-width: 1180px) {
  .theSearchBar .custom-cse-options__list {
    left: -10px;
    transform: none;
  }
}
.theSearchBar .custom-cse-options__list__inner {
  position: relative !important;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.45);
  padding: 0px;
}
.theSearchBar .custom-cse-options__list__inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 49%;
  z-index: 5;
  background: #fff;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateX(-50%);
}
@media (max-width: 1180px) {
  .theSearchBar .custom-cse-options__list__inner:after {
    left: 16px;
  }
}
@media (max-width: 767px) {
  .theSearchBar .custom-cse-options__list__inner:after {
    left: 16px;
  }
}
.theSearchBar .custom-cse-options__list__inner label {
  border-radius: 2px;
  position: relative;
  padding: 0.4em;
  cursor: pointer;
  color: #777;
  transition: 0.3s all;
  text-align: center;
  display: block;
  z-index: 10;
  font-family: Amiri;
}
.theSearchBar .custom-cse-options__list__inner label:hover {
  background: #d5d5d5;
}
.theSearchBar .custom-cse-options__list__inner label .checkmark {
  position: absolute;
  top: 50%;
  right: 0.3em;
  display: block;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 100%;
}
.theSearchBar .custom-cse-options__list__inner label .checkmark:after {
  position: absolute;
  content: '';
  display: none;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  margin-left: -3px;
  background: #333;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.theSearchBar .custom-cse-options__list__inner label input {
  display: none;
}
.theSearchBar .custom-cse-options__list__inner label input:checked ~ .checkmark:after {
  display: block;
}
.theSearchBar .custom-cse-options__list__inner label:hover {
  color: #444;
}
.theSearchBar .custom-cse-options:hover .custom-cse-options__toggler {
  color: #444;
}
.theSearchBar .custom-cse-options:hover .custom-cse-options__list {
  display: block;
}
#keyboardInputMaster {
  margin-top: 16px;
  background-color: #e1f3da;
}
#keyboardInputMaster tbody tr td table tbody tr td {
  font-family: 'Amiri';
  font-weight: bold;
}
#keyboardInputMaster tbody tr td table tbody tr td.space small {
  font-size: 13px !important;
  font-family: Amiri, sans-serif !important;
}
#keyboardInputMaster thead tr th {
  background-color: #94cc7a;
  text-align: left;
  padding: 0.1em 0.3em 0.3em 0.3em;
}
#keyboardInputMaster thead tr th div {
  float: none;
  display: inline-block;
}
#keyboardInputMaster thead tr th small,
#keyboardInputMaster thead tr th big,
#keyboardInputMaster thead tr th strong,
#keyboardInputMaster thead tr th span {
  margin-left: 0 !important;
  margin-right: 10px;
}
#keyboardInputMaster thead tr th small,
#keyboardInputMaster thead tr th big,
#keyboardInputMaster thead tr th strong {
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#keyboardInputMaster thead tr th small {
  border-right: 1px solid #5d5d5d;
}
#keyboardInputMaster thead tr th big {
  border-left: 1px solid #e5e5e5;
}
#keyboardInputMaster .fa {
  font: normal normal normal 14px/1 FontAwesome;
}
.theSearchBar,
.theSearchBar * {
  box-sizing: border-box;
}
.theSearchBar {
  display: flex;
  align-items: center;
  position: fixed;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 6000;
  transition: 0.4s all;
}
.theSearchBar.inactive {
  top: -100%;
}
.theSearchBar svg {
  display: block;
}
.theSearchBar__results__counter {
  transition: 0.4s all;
}
.theSearchBar__results__counter.tsb-hidden {
  opacity: 0.2;
  pointer-events: none;
}
.theSearchBar__container {
  width: 1180px;
  margin: 0 auto;
  user-select: none;
  padding: 8px 0;
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-color: #F5F5F5;
  direction: rtl;
  border: 1px solid #0003;
  font-size: 17.5px;
  box-shadow: 0 s1px 3px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .theSearchBar__container {
    padding-bottom: 4px;
    border-left: none;
    border-right: none;
    font-size: 15.5px;
  }
}
.theSearchBar__main-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  gap: 16px;
}
@media (max-width: 1080px) {
  .theSearchBar__main-box {
    flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .theSearchBar__main-box {
    gap: 8px;
  }
}
.theSearchBar__main-box--form {
  flex-grow: 1;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .theSearchBar__main-box--form {
    flex-wrap: wrap;
  }
  .theSearchBar__main-box--form .theSearchBar__mode-selector,
  .theSearchBar__main-box--form .theSearchBar__search {
    flex: 0 0 100%;
  }
}
.theSearchBar__search {
  position: relative;
  border: 1px solid #1115;
  background-color: #00ffff22;
  flex: 1 0 auto;
}
.theSearchBar__search__input[type="text"] {
  padding: 10px 58px 10px 96px;
  border: none !important;
  background: transparent !important;
  display: block;
  width: 100%;
  height: auto;
  line-height: 2;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
}
.theSearchBar__search__input[type="text"]:focus,
.theSearchBar__search__input[type="text"]:active {
  outline: none;
  box-shadow: none;
}
.theSearchBar__search__button {
  padding: 0.5em;
  margin: 0;
  border-radius: 0.3em;
  background-color: #0002;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.theSearchBar__search__options {
  position: absolute;
  display: flex;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 84px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.theSearchBar__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
  transition: 0.3s background-color;
}
@media (max-width: 767px) {
  .theSearchBar__btn--close {
    position: absolute;
    top: 11px;
    left: 8px;
    z-index: 100;
  }
}
.theSearchBar__btn:hover {
  background-color: #0003;
}
.theSearchBar__mode-selector select {
  height: unset;
  padding: 0 !important;
  margin: 0;
  line-height: 1;
  border: none;
  background: transparent;
}
@media (max-width: 767px) {
  .theSearchBar__mode-selector select {
    font-size: 14px;
  }
}
.theSearchBar__mode-selector > div {
  display: inline-block;
  border: 1px solid #1115;
  background: #00ffff22;
}
.theSearchBar .keyboardInputInitiator {
  position: absolute;
  top: 50%;
  left: 27px;
  transform: translateY(-50%);
  z-index: 10;
}
.theSearchBar__results {
  flex: 0 0 100%;
}
#keyboardInputMaster {
  direction: ltr;
  border: none;
}
.mark {
  font-size: inherit !important;
  background-color: #ff0;
}
.mark:focus {
  background-color: #abab00 !important;
}
@media (max-width: 767px) {
  .tippy-box {
    display: none !important;
  }
}
