body {
  direction: rtl;
}

.top_navbar .nav-link.signup {
  width: 128px;
}

.dropdown-item {
  text-align: right;
}

.carousel-heading .search-controls .search-submit {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.more-gigs .more {
  text-align: right;
}

.more-gigs .more svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gig .bottom .user .user-info .job {
  text-align: right;
}

.gig .bottom .user .user-info .name {
  padding: 0 2px;
}

.gig .bottom .price .number > span:first-child {
  margin-left: 5px;
}

.gig .bottom .title {
  text-align: right;
}

.add-bid a {
  font-size: 12px;
}

.chat-messages .chat-message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.collps .d-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.request-view .body .row .cols:last-child {
  padding-right: 10px;
}

.more-gigs .more a span:first-child {
  text-align: right;
}

.nav-cats .nav-item .nav-link, .nav-link {
  text-align: right !important;
}

.page-item:first-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-top-left-radius: .0;
  border-bottom-left-radius: .0;
}

.page-item:last-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: .0;
  border-bottom-right-radius: .0;
}

.notifications .notification {
  text-align: right;
}

.modal-header .btn-close {
  margin: 0;
}
/*# sourceMappingURL=apps-rtl.css.map */