.uno-ctc-txt {
  padding: 6px 0px 0px 15px;
  font-size: 12px;
}

#label-txt-id > .form-check > label {
  font-size: 15px;
  color: #0059ab;
  text-decoration: underline;
  cursor: pointer;
}

.search-icon-rt:after {
  content: "Q";
  font-size: 21px;
  display: flex;
  flex-direction: row-reverse;
  bottom: 10px;
  margin-top: -48px;
  padding-bottom: 12px;
  margin-right: 10px;
  color: #86868b;
}

.qs-bg {
  background: #0000000d !important;
}

.ad-sh {
  direction: rtl;
  padding-right: 25px !important;
}

@media screen and (min-width:768px) {
  #edit-language > .form-check {
      float: left !important;
      padding-right: 2%;
  }
}