@import "web-yekan.css"; 

body {
  direction:rtl;
  font-family: 'yekan',tahoma,'Open Sans',sans-serif;
}

header.header {
  background-color: #008DA8;
}

header.header .search {
  flex-direction: row-reverse;
}

.ml-3, .mx-3 {
  margin-right: 1rem !important;
  margin-left: inherit;
}

header.header .logo-img {
  max-height: 90px;
}

header.header .navbar a {
  color: #fff;
}

.dropdown-menu-right {
  left: 0;
  right: auto;
}

.dropdown-menu {
  background-color: #369;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #E9ECEF;
  color: #000 !important;
}

.input-group {
  flex-direction: row-reverse;
}

.home-domain-search .input-group-wrapper .form-control {
  direction: ltr;
}




