@charset "UTF-8";

/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */



/* LTR */
img[src*="next"],
img[src*="prev"] {
  transform: rotate(-180deg);
}

img[src*="link-white"],
img[src*="link-arrow-top"] {
  transform: rotate(90deg);
}

.scroll {
  direction: rtl !important;
}

.scroll>*,
.navbar-nav {
  direction: ltr !important;
}

@media(max-width: 767px) {

  .navbar-toggler {
    order: 2;
  }

  .navbar-brand {
    order: 1;
  }
}