@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@200;300;400;500;600;700;800;900&display=swap");
* {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif !important;
}

.arrowTransfer {
  margin-left: unset;
  margin-right: 20px;
}

.btnSec .arrowTransfer {
  position: absolute;
  transform: translateX(50px) rotate(180deg);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.btnSec:hover .arrowTransfer {
  transform: translateX(-70px) rotate(180deg);
  visibility: visible;
  opacity: 1;
}

.btnSec:hover span {
  transform: translateX(30px);
}

.btnMenu img {
  transform: rotate(180deg);
}

.iconNavMob {
  transform: rotate(180deg);
}

.accountNoDev .form-check label {
  margin-right: 30px;
}

.copy-link-inner form {
  padding-right: 10px;
}

.menuNavtop li:first-child {
  border: none;
  border-right: 1px solid #ffffff5e;
}
.menuNavtop li:last-child {
  border: none;
  border-left: 1px solid #ffffff5e;
}

.formLogin {
  margin-left: unset;
  margin-right: auto;
}

.eyeForm {
  margin-left: unset;
  margin-right: -30px;
}
.eyeForm2 {
  margin-left: unset;
  margin-right: -30px;
}

.inputlabel label {
  margin-left: unset;
  margin-right: 13px;
}

.texterrorP p {
  margin-bottom: 10px;
}

.titleHeaderH h1 span {
  line-height: 115%;
}

.accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}

.form-check {
  display: flex;
}

.formLogin .inputcrypto label {
  margin-right: 30px;
}

/* /////////////////////////////////// */

.searchCard {
  left: unset;
  right: 0;
}

.iconPage:after {
  content: "next";
}

.iconPagePrev:after {
  content: "prev";
}
@media (max-width: 767px) {
  .searchCard {
    left: 50%;
    right: unset;
  }
}
