/* LTR classes from theme.css */

.pagination > li > span {
  margin-left: 10px;
}

.logo-container {
  margin-left: 9px;
}

.fixed-top.navbar .form-inline {
  margin-left: 0;
  margin-right: 0;
}

.static-top.navbar .form-inline {
  margin-left: 0;
  margin-right: 0;
}

.fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  border-right: 1px solid #fff;
  border-left: 1px solid #666;
}

.static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  border-right: 1px solid #fff;
  border-left: 1px solid #666;
}

.fixed-top.navbar-dark .divider-vertical {
  border-right-color: #fff;
  border-left-color: #111;
}

.static-top.navbar-dark .divider-vertical {
  border-right-color: #fff;
  border-left-color: #111;
}

.menu-bar .shopping_link .cart_amount {
  right: -6px;
  padding-left: 1.9px;
}

.    .card-header .card-title a:before {
  margin-right: 10.5px;
}

.section-inline-search .row > div .form-inline .row .input-group {
  margin-right: 21px;
}

.section-inline-search
  .row
  > div
  .form-inline
  .row
  .input-group
  .input-group-text {
  border-right: none;
}

.section-inline-search
  .row
  > div
  .form-inline
  .row
  .input-group
  .form-control {
  border-left: none;
}

.section-inline-search
  .row
  > div
  .form-inline
  .row
  .input-group
  .form-control:focus {
  border-right: none;
}

.list-social-links {
  padding-left: 0;
}

@media screen and (max-width: 993px) {
  .section-landing h2 {
    margin-left: -3px;
  }
}

.user-icon {
  margin-right: 7px;
}

.article-title-container {
  padding-left: 15px;
}

.article-title {
  margin-left: -35px;
}

.article-title > span {
  margin-left: 3px;
}

@media screen and (max-width: 993px) {
  .article-title {
    margin-left: 0;
  }
}

.section-search input {
  padding-left: 10px;
}

.section-search .media .media-body {
  padding-left: 20px;
}

.carousel-custom .carousel-inner > .carousel-item {
  margin-right: auto;
  margin-left: auto;
}

.carousel-custom .carousel-inner > .carousel-item .carousel-caption {
  left: 5%;
  right: 5%;
}

@media screen and (min-width: 768px) {
  .carousel-custom .carousel-inner > .carousel-item .carousel-caption {
    left: 5%;
    right: 5%;
  }
}

.poll {
  padding-left: 15px;
  padding-right: 15px;
}

.poll .poll-content .poll-buttons {
  padding-left: 11px;
}

.nav-sidebar {
  padding-left: 20px;
}

.nav-sidebar .nav > li > a:hover,
.nav-sidebar .nav > li > a:focus {
  border-right: 2px solid #555555;
}

.nav-sidebar .nav > li > a:before {
  margin-right: 7px;
}

.nav-sidebar .nav > .active > a {
  border-right: 2px solid #555555;
}

.nav-sidebar .nav .nav > li > a {
  padding-left: 30px;
}

.nav-sidebar .nav .nav .nav > li > a {
  padding-left: 60px;
}

@media (max-width: 1199px) {
  #navbar .dropdown-search #search-filter {
    text-align: left;
    padding-left: 25px;
  }
}

.form-search .dropdown-submenu {
  right: -2px;
}

.section-diagonal-left .section-diagonal-left-content:before {
  left: 0;
}

.section-diagonal-right .section-diagonal-right-content:before {
  left: 0;
}

@media screen and (max-width: 767px) {
  .section-default:before {
    left: 0;
  }
}

.content-home .list-group-item img {
  margin-right: 25px;
}

.sidebar-home .card-header {
  padding-left: 0;
}

.sidebar-home .list-group-item {
  padding-left: 0;
}

h1 {
  margin-left: 0px;
  margin-right: 0px;
}

.skip-to-content a {
  left: 0px;
}

.skip-to-content a:focus {
  left: 0px;
}

.frenchAccessibilityLink {
  float: right;
}

/* LTR classes from portalbasictheme.css */

.sectionBlockLayout {
  margin-left: 0px;
  margin-right: 0px;
}

/* LTR studio inline styling */

.p-r-5 {
  padding-right: 5px;
}

.start-50pc {
  left: 50%;
}

.ml-2 {
  margin-left: 8px;
}

/* 
        -----------------------------
        LTR and RTL classes partition
        ----------------------------- 
*/

/* RTL classes from bootstrap-rtl.css */

html[dir="rtl"] {
  /*# sourceMappingURL=bootstrap.min.css.map */
}
html[dir="rtl"] .glyphicon-align-left:before {
  content: "\e054";
}
html[dir="rtl"] .glyphicon-align-right:before {
  content: "\e052";
}
html[dir="rtl"] .glyphicon-indent-left:before {
  content: "\e058";
}
html[dir="rtl"] .glyphicon-indent-right:before {
  content: "\e057";
}
html[dir="rtl"] .carousel-control-prev-icon:before {
  content: "\e080";
}
html[dir="rtl"] .carousel-control-next-icon:before {
  content: "\e079";
}
html[dir="rtl"] .glyphicon-arrow-left:before {
  content: "\e092";
}
html[dir="rtl"] .glyphicon-arrow-right:before {
  content: "\e091";
}
html[dir="rtl"] .glyphicon-hand-right:before {
  content: "\e128";
}
html[dir="rtl"] .glyphicon-hand-left:before {
  content: "\e127";
}
html[dir="rtl"] .glyphicon-circle-arrow-right:before {
  content: "\e132";
}
html[dir="rtl"] .glyphicon-circle-arrow-left:before {
  content: "\e131";
}
html[dir="rtl"] .glyphicon-object-align-left:before {
  content: "\e249";
}
html[dir="rtl"] .glyphicon-object-align-right:before {
  content: "\e247";
}
html[dir="rtl"] .glyphicon-triangle-right:before {
  content: "\e251";
}
html[dir="rtl"] .glyphicon-triangle-left:before {
  content: "\e250";
}
html[dir="rtl"] .glyphicon-menu-left:before {
  content: "\e258";
}
html[dir="rtl"] .glyphicon-menu-right:before {
  content: "\e257";
}
html[dir="rtl"] .text-start {
  text-align: right;
}
html[dir="rtl"] .text-end {
  text-align: left;
}
html[dir="rtl"] .list-unstyled {
  padding-right: 0;
}
html[dir="rtl"] .list-inline {
  padding-right: 0;
  margin-right: -5px;
}
html[dir="rtl"] dd {
  margin-right: 0;
}
@media (min-width: 768px) {
  html[dir="rtl"] .dl-horizontal dt {
    float: right;
    clear: right;
    text-align: left;
  }
  html[dir="rtl"] .dl-horizontal dd {
    margin-right: 180px;
  }
}
html[dir="rtl"] blockquote {
  border-right: 5px solid #eee;
}
html[dir="rtl"] .blockquote-reverse,
html[dir="rtl"] blockquote.float-end {
  padding-right: 0;
  padding-left: 15px;
  text-align: left;
  border-right: 0;
  border-left: 5px solid #eee;
}
html[dir="rtl"] .col-md-1,
html[dir="rtl"] .col-md-10,
html[dir="rtl"] .col-md-11,
html[dir="rtl"] .col-md-12,
html[dir="rtl"] .col-md-2,
html[dir="rtl"] .col-md-3,
html[dir="rtl"] .col-md-4,
html[dir="rtl"] .col-md-5,
html[dir="rtl"] .col-md-6,
html[dir="rtl"] .col-md-7,
html[dir="rtl"] .col-md-8,
html[dir="rtl"] .col-md-9 {
  float: right;
}
html[dir="rtl"] .col-md-pull-12 {
  left: 100%;
}
html[dir="rtl"] .col-md-pull-11 {
  left: 91.66666667%;
}
html[dir="rtl"] .col-md-pull-10 {
  left: 83.33333333%;
}
html[dir="rtl"] .col-md-pull-9 {
  left: 75%;
}
html[dir="rtl"] .col-md-pull-8 {
  left: 66.66666667%;
}
html[dir="rtl"] .col-md-pull-7 {
  left: 58.33333333%;
}
html[dir="rtl"] .col-md-pull-6 {
  left: 50%;
}
html[dir="rtl"] .col-md-pull-5 {
  left: 41.66666667%;
}
html[dir="rtl"] .col-md-pull-4 {
  left: 33.33333333%;
}
html[dir="rtl"] .col-md-pull-3 {
  left: 25%;
}
html[dir="rtl"] .col-md-pull-2 {
  left: 16.66666667%;
}
html[dir="rtl"] .col-md-pull-1 {
  left: 8.33333333%;
}
html[dir="rtl"] .col-md-pull-0 {
  left: auto;
}
html[dir="rtl"] .col-md-push-12 {
  right: 100%;
}
html[dir="rtl"] .col-md-push-11 {
  right: 91.66666667%;
}
html[dir="rtl"] .col-md-push-10 {
  right: 83.33333333%;
}
html[dir="rtl"] .col-md-push-9 {
  right: 75%;
}
html[dir="rtl"] .col-md-push-8 {
  right: 66.66666667%;
}
html[dir="rtl"] .col-md-push-7 {
  right: 58.33333333%;
}
html[dir="rtl"] .col-md-push-6 {
  right: 50%;
}
html[dir="rtl"] .col-md-push-5 {
  right: 41.66666667%;
}
html[dir="rtl"] .col-md-push-4 {
  right: 33.33333333%;
}
html[dir="rtl"] .col-md-push-3 {
  right: 25%;
}
html[dir="rtl"] .col-md-push-2 {
  right: 16.66666667%;
}
html[dir="rtl"] .col-md-push-1 {
  right: 8.33333333%;
}
html[dir="rtl"] .col-md-push-0 {
  right: auto;
}
html[dir="rtl"] .col-md-offset-12 {
  margin-right: 100%;
}
html[dir="rtl"] .col-md-offset-11 {
  margin-right: 91.66666667%;
}
html[dir="rtl"] .col-md-offset-10 {
  margin-right: 83.33333333%;
}
html[dir="rtl"] .col-md-offset-9 {
  margin-right: 75%;
}
html[dir="rtl"] .col-md-offset-8 {
  margin-right: 66.66666667%;
}
html[dir="rtl"] .col-md-offset-7 {
  margin-right: 58.33333333%;
}
html[dir="rtl"] .col-md-offset-6 {
  margin-right: 50%;
}
html[dir="rtl"] .col-md-offset-5 {
  margin-right: 41.66666667%;
}
html[dir="rtl"] .col-md-offset-4 {
  margin-right: 33.33333333%;
}
html[dir="rtl"] .col-md-offset-3 {
  margin-right: 25%;
}
html[dir="rtl"] .col-md-offset-2 {
  margin-right: 16.66666667%;
}
html[dir="rtl"] .col-md-offset-1 {
  margin-right: 8.33333333%;
}
html[dir="rtl"] .col-md-offset-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  html[dir="rtl"] .col-lg-1,
  html[dir="rtl"] .col-lg-10,
  html[dir="rtl"] .col-lg-11,
  html[dir="rtl"] .col-lg-12,
  html[dir="rtl"] .col-lg-2,
  html[dir="rtl"] .col-lg-3,
  html[dir="rtl"] .col-lg-4,
  html[dir="rtl"] .col-lg-5,
  html[dir="rtl"] .col-lg-6,
  html[dir="rtl"] .col-lg-7,
  html[dir="rtl"] .col-lg-8,
  html[dir="rtl"] .col-lg-9 {
    float: right;
  }
  html[dir="rtl"] .col-lg-pull-12 {
    left: 100%;
  }
  html[dir="rtl"] .col-lg-pull-11 {
    left: 91.66666667%;
  }
  html[dir="rtl"] .col-lg-pull-10 {
    left: 83.33333333%;
  }
  html[dir="rtl"] .col-lg-pull-9 {
    left: 75%;
  }
  html[dir="rtl"] .col-lg-pull-8 {
    left: 66.66666667%;
  }
  html[dir="rtl"] .col-lg-pull-7 {
    left: 58.33333333%;
  }
  html[dir="rtl"] .col-lg-pull-6 {
    left: 50%;
  }
  html[dir="rtl"] .col-lg-pull-5 {
    left: 41.66666667%;
  }
  html[dir="rtl"] .col-lg-pull-4 {
    left: 33.33333333%;
  }
  html[dir="rtl"] .col-lg-pull-3 {
    left: 25%;
  }
  html[dir="rtl"] .col-lg-pull-2 {
    left: 16.66666667%;
  }
  html[dir="rtl"] .col-lg-pull-1 {
    left: 8.33333333%;
  }
  html[dir="rtl"] .col-lg-pull-0 {
    left: auto;
  }
  html[dir="rtl"] .col-lg-push-12 {
    right: 100%;
  }
  html[dir="rtl"] .col-lg-push-11 {
    right: 91.66666667%;
  }
  html[dir="rtl"] .col-lg-push-10 {
    right: 83.33333333%;
  }
  html[dir="rtl"] .col-lg-push-9 {
    right: 75%;
  }
  html[dir="rtl"] .col-lg-push-8 {
    right: 66.66666667%;
  }
  html[dir="rtl"] .col-lg-push-7 {
    right: 58.33333333%;
  }
  html[dir="rtl"] .col-lg-push-6 {
    right: 50%;
  }
  html[dir="rtl"] .col-lg-push-5 {
    right: 41.66666667%;
  }
  html[dir="rtl"] .col-lg-push-4 {
    right: 33.33333333%;
  }
  html[dir="rtl"] .col-lg-push-3 {
    right: 25%;
  }
  html[dir="rtl"] .col-lg-push-2 {
    right: 16.66666667%;
  }
  html[dir="rtl"] .col-lg-push-1 {
    right: 8.33333333%;
  }
  html[dir="rtl"] .col-lg-push-0 {
    right: auto;
  }
  html[dir="rtl"] .col-lg-offset-12 {
    margin-right: 100%;
  }
  html[dir="rtl"] .col-lg-offset-11 {
    margin-right: 91.66666667%;
  }
  html[dir="rtl"] .col-lg-offset-10 {
    margin-right: 83.33333333%;
  }
  html[dir="rtl"] .col-lg-offset-9 {
    margin-right: 75%;
  }
  html[dir="rtl"] .col-lg-offset-8 {
    margin-right: 66.66666667%;
  }
  html[dir="rtl"] .col-lg-offset-7 {
    margin-right: 58.33333333%;
  }
  html[dir="rtl"] .col-lg-offset-6 {
    margin-right: 50%;
  }
  html[dir="rtl"] .col-lg-offset-5 {
    margin-right: 41.66666667%;
  }
  html[dir="rtl"] .col-lg-offset-4 {
    margin-right: 33.33333333%;
  }
  html[dir="rtl"] .col-lg-offset-3 {
    margin-right: 25%;
  }
  html[dir="rtl"] .col-lg-offset-2 {
    margin-right: 16.66666667%;
  }
  html[dir="rtl"] .col-lg-offset-1 {
    margin-right: 8.33333333%;
  }
  html[dir="rtl"] .col-lg-offset-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  html[dir="rtl"] .col-xl-1,
  html[dir="rtl"] .col-xl-10,
  html[dir="rtl"] .col-xl-11,
  html[dir="rtl"] .col-xl-12,
  html[dir="rtl"] .col-xl-2,
  html[dir="rtl"] .col-xl-3,
  html[dir="rtl"] .col-xl-4,
  html[dir="rtl"] .col-xl-5,
  html[dir="rtl"] .col-xl-6,
  html[dir="rtl"] .col-xl-7,
  html[dir="rtl"] .col-xl-8,
  html[dir="rtl"] .col-xl-9 {
    float: right;
  }
  html[dir="rtl"] .col-xl-pull-12 {
    left: 100%;
  }
  html[dir="rtl"] .col-xl-pull-11 {
    left: 91.66666667%;
  }
  html[dir="rtl"] .col-xl-pull-10 {
    left: 83.33333333%;
  }
  html[dir="rtl"] .col-xl-pull-9 {
    left: 75%;
  }
  html[dir="rtl"] .col-xl-pull-8 {
    left: 66.66666667%;
  }
  html[dir="rtl"] .col-xl-pull-7 {
    left: 58.33333333%;
  }
  html[dir="rtl"] .col-xl-pull-6 {
    left: 50%;
  }
  html[dir="rtl"] .col-xl-pull-5 {
    left: 41.66666667%;
  }
  html[dir="rtl"] .col-xl-pull-4 {
    left: 33.33333333%;
  }
  html[dir="rtl"] .col-xl-pull-3 {
    left: 25%;
  }
  html[dir="rtl"] .col-xl-pull-2 {
    left: 16.66666667%;
  }
  html[dir="rtl"] .col-xl-pull-1 {
    left: 8.33333333%;
  }
  html[dir="rtl"] .col-xl-pull-0 {
    left: auto;
  }
  html[dir="rtl"] .col-xl-push-12 {
    right: 100%;
  }
  html[dir="rtl"] .col-xl-push-11 {
    right: 91.66666667%;
  }
  html[dir="rtl"] .col-xl-push-10 {
    right: 83.33333333%;
  }
  html[dir="rtl"] .col-xl-push-9 {
    right: 75%;
  }
  html[dir="rtl"] .col-xl-push-8 {
    right: 66.66666667%;
  }
  html[dir="rtl"] .col-xl-push-7 {
    right: 58.33333333%;
  }
  html[dir="rtl"] .col-xl-push-6 {
    right: 50%;
  }
  html[dir="rtl"] .col-xl-push-5 {
    right: 41.66666667%;
  }
  html[dir="rtl"] .col-xl-push-4 {
    right: 33.33333333%;
  }
  html[dir="rtl"] .col-xl-push-3 {
    right: 25%;
  }
  html[dir="rtl"] .col-xl-push-2 {
    right: 16.66666667%;
  }
  html[dir="rtl"] .col-xl-push-1 {
    right: 8.33333333%;
  }
  html[dir="rtl"] .col-xl-push-0 {
    right: auto;
  }
  html[dir="rtl"] .col-xl-offset-12 {
    margin-right: 100%;
  }
  html[dir="rtl"] .col-xl-offset-11 {
    margin-right: 91.66666667%;
  }
  html[dir="rtl"] .col-xl-offset-10 {
    margin-right: 83.33333333%;
  }
  html[dir="rtl"] .col-xl-offset-9 {
    margin-right: 75%;
  }
  html[dir="rtl"] .col-xl-offset-8 {
    margin-right: 66.66666667%;
  }
  html[dir="rtl"] .col-xl-offset-7 {
    margin-right: 58.33333333%;
  }
  html[dir="rtl"] .col-xl-offset-6 {
    margin-right: 50%;
  }
  html[dir="rtl"] .col-xl-offset-5 {
    margin-right: 41.66666667%;
  }
  html[dir="rtl"] .col-xl-offset-4 {
    margin-right: 33.33333333%;
  }
  html[dir="rtl"] .col-xl-offset-3 {
    margin-right: 25%;
  }
  html[dir="rtl"] .col-xl-offset-2 {
    margin-right: 16.66666667%;
  }
  html[dir="rtl"] .col-xl-offset-1 {
    margin-right: 8.33333333%;
  }
  html[dir="rtl"] .col-xl-offset-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  html[dir="rtl"] .col-xxl-1,
  html[dir="rtl"] .col-xxl-10,
  html[dir="rtl"] .col-xxl-11,
  html[dir="rtl"] .col-xxl-12,
  html[dir="rtl"] .col-xxl-2,
  html[dir="rtl"] .col-xxl-3,
  html[dir="rtl"] .col-xxl-4,
  html[dir="rtl"] .col-xxl-5,
  html[dir="rtl"] .col-xxl-6,
  html[dir="rtl"] .col-xxl-7,
  html[dir="rtl"] .col-xxl-8,
  html[dir="rtl"] .col-xxl-9 {
    float: right;
  }
  html[dir="rtl"] .col-xxl-pull-12 {
    left: 100%;
  }
  html[dir="rtl"] .col-xxl-pull-11 {
    left: 91.66666667%;
  }
  html[dir="rtl"] .col-xxl-pull-10 {
    left: 83.33333333%;
  }
  html[dir="rtl"] .col-xxl-pull-9 {
    left: 75%;
  }
  html[dir="rtl"] .col-xxl-pull-8 {
    left: 66.66666667%;
  }
  html[dir="rtl"] .col-xxl-pull-7 {
    left: 58.33333333%;
  }
  html[dir="rtl"] .col-xxl-pull-6 {
    left: 50%;
  }
  html[dir="rtl"] .col-xxl-pull-5 {
    left: 41.66666667%;
  }
  html[dir="rtl"] .col-xxl-pull-4 {
    left: 33.33333333%;
  }
  html[dir="rtl"] .col-xxl-pull-3 {
    left: 25%;
  }
  html[dir="rtl"] .col-xxl-pull-2 {
    left: 16.66666667%;
  }
  html[dir="rtl"] .col-xxl-pull-1 {
    left: 8.33333333%;
  }
  html[dir="rtl"] .col-xxl-pull-0 {
    left: auto;
  }
  html[dir="rtl"] .col-xxl-push-12 {
    right: 100%;
  }
  html[dir="rtl"] .col-xxl-push-11 {
    right: 91.66666667%;
  }
  html[dir="rtl"] .col-xxl-push-10 {
    right: 83.33333333%;
  }
  html[dir="rtl"] .col-xxl-push-9 {
    right: 75%;
  }
  html[dir="rtl"] .col-xxl-push-8 {
    right: 66.66666667%;
  }
  html[dir="rtl"] .col-xxl-push-7 {
    right: 58.33333333%;
  }
  html[dir="rtl"] .col-xxl-push-6 {
    right: 50%;
  }
  html[dir="rtl"] .col-xxl-push-5 {
    right: 41.66666667%;
  }
  html[dir="rtl"] .col-xxl-push-4 {
    right: 33.33333333%;
  }
  html[dir="rtl"] .col-xxl-push-3 {
    right: 25%;
  }
  html[dir="rtl"] .col-xxl-push-2 {
    right: 16.66666667%;
  }
  html[dir="rtl"] .col-xxl-push-1 {
    right: 8.33333333%;
  }
  html[dir="rtl"] .col-xxl-push-0 {
    right: auto;
  }
  html[dir="rtl"] .col-xxl-offset-12 {
    margin-right: 100%;
  }
  html[dir="rtl"] .col-xxl-offset-11 {
    margin-right: 91.66666667%;
  }
  html[dir="rtl"] .col-xxl-offset-10 {
    margin-right: 83.33333333%;
  }
  html[dir="rtl"] .col-xxl-offset-9 {
    margin-right: 75%;
  }
  html[dir="rtl"] .col-xxl-offset-8 {
    margin-right: 66.66666667%;
  }
  html[dir="rtl"] .col-xxl-offset-7 {
    margin-right: 58.33333333%;
  }
  html[dir="rtl"] .col-xxl-offset-6 {
    margin-right: 50%;
  }
  html[dir="rtl"] .col-xxl-offset-5 {
    margin-right: 41.66666667%;
  }
  html[dir="rtl"] .col-xxl-offset-4 {
    margin-right: 33.33333333%;
  }
  html[dir="rtl"] .col-xxl-offset-3 {
    margin-right: 25%;
  }
  html[dir="rtl"] .col-xxl-offset-2 {
    margin-right: 16.66666667%;
  }
  html[dir="rtl"] .col-xxl-offset-1 {
    margin-right: 8.33333333%;
  }
  html[dir="rtl"] .col-xxl-offset-0 {
    margin-right: 0;
  }
}
html[dir="rtl"] caption {
  text-align: right;
}
html[dir="rtl"] th {
  text-align: right;
}
@media screen and (max-width: 767px) {
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > td:first-child,
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > th:first-child,
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > td:first-child,
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > th:first-child,
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > td:first-child,
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > th:first-child {
    border-right: 0;
  }
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > td:last-child,
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > tbody
    > tr
    > th:last-child,
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > td:last-child,
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > tfoot
    > tr
    > th:last-child,
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > td:last-child,
  html[dir="rtl"]
    .table-responsive
    > .table-bordered
    > thead
    > tr
    > th:last-child {
    border-left: 0;
  }
}
html[dir="rtl"] .form-check label,
html[dir="rtl"] .form-check label {
  padding-right: 20px;
}
html[dir="rtl"] .form-check input[type="checkbox"],
html[dir="rtl"] .form-check-inline input[type="checkbox"],
html[dir="rtl"] .form-check input[type="radio"],
html[dir="rtl"] .form-check-inline input[type="radio"] {
  margin-right: -20px;
}
html[dir="rtl"] .form-check-inline,
html[dir="rtl"] .form-check-inline {
  padding-right: 20px;
}
html[dir="rtl"] .form-check-inline + .form-check-inline,
html[dir="rtl"] .form-check-inline + .form-check-inline {
  margin-right: 10px;
}
html[dir="rtl"] .has-feedback .form-control {
  padding-left: 42.5px;
}
html[dir="rtl"] .form-control-feedback {
  left: 0;
}
@media (min-width: 768px) {
  html[dir="rtl"] .form-inline .form-check label,
  html[dir="rtl"] .form-inline .form-check label {
    padding-right: 0;
  }
  html[dir="rtl"] .form-inline .form-check input[type="checkbox"],
  html[dir="rtl"] .form-inline .form-check input[type="radio"] {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  html[dir="rtl"] .form-horizontal .col-form-label {
    text-align: left;
  }
}
html[dir="rtl"] .form-horizontal .has-feedback .form-control-feedback {
  left: 15px;
}
html[dir="rtl"] .caret {
  margin-right: 2px;
}
html[dir="rtl"] .dropdown-menu {
  right: 0;
  float: right;
  text-align: right;
}
html[dir="rtl"] .dropdown-menu.float-end {
  right: auto;
  left: 0;
}
html[dir="rtl"] .dropdown-menu-right {
  right: auto;
  left: 0;
}
html[dir="rtl"] .dropdown-menu-left {
  right: 0;
  left: auto;
}
html[dir="rtl"] .float-end > .dropdown-menu {
  right: auto;
  left: 0;
}
@media (min-width: 768px) {
  html[dir="rtl"] .ms-auto .dropdown-menu {
    right: auto;
    left: 0;
  }
  html[dir="rtl"] .ms-auto .dropdown-menu-left {
    right: 0;
    left: auto;
  }
}
html[dir="rtl"] .btn-group-vertical > .btn,
html[dir="rtl"] .btn-group > .btn {
  float: right;
}
html[dir="rtl"] .btn-group .btn + .btn,
html[dir="rtl"] .btn-group .btn + .btn-group,
html[dir="rtl"] .btn-group .btn-group + .btn,
html[dir="rtl"] .btn-group .btn-group + .btn-group {
  margin-right: -1px;
}
html[dir="rtl"] .btn-toolbar {
  margin-right: -5px;
}
html[dir="rtl"] .btn-toolbar .btn,
html[dir="rtl"] .btn-toolbar .btn-group,
html[dir="rtl"] .btn-toolbar .input-group {
  float: right;
}
html[dir="rtl"] .btn-toolbar > .btn,
html[dir="rtl"] .btn-toolbar > .btn-group,
html[dir="rtl"] .btn-toolbar > .input-group {
  margin-right: 5px;
}
html[dir="rtl"] .btn-group > .btn:first-child {
  margin-right: 0;
}
html[dir="rtl"]
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir="rtl"] .btn-group > .btn:last-child:not(:first-child),
html[dir="rtl"] .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir="rtl"] .btn-group > .btn-group {
  float: right;
}
html[dir="rtl"]
  .btn-group
  > .btn-group:first-child:not(:last-child)
  > .btn:last-child,
html[dir="rtl"]
  .btn-group
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir="rtl"]
  .btn-group
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir="rtl"] .btn .caret {
  margin-right: 0;
}
html[dir="rtl"] .btn-group-vertical > .btn + .btn,
html[dir="rtl"] .btn-group-vertical > .btn + .btn-group,
html[dir="rtl"] .btn-group-vertical > .btn-group + .btn,
html[dir="rtl"] .btn-group-vertical > .btn-group + .btn-group {
  margin-right: 0;
}
html[dir="rtl"] .d-flex.w-100 > .btn-group .dropdown-menu {
  right: auto;
}
html[dir="rtl"] .input-group .form-control {
  float: right;
}
html[dir="rtl"] .input-group .form-control:first-child,
html[dir="rtl"] .input-group-text:first-child,
html[dir="rtl"] .input-group-btn:first-child > .btn,
html[dir="rtl"] .input-group-btn:first-child > .btn-group > .btn,
html[dir="rtl"] .input-group-btn:first-child > .dropdown-toggle,
html[dir="rtl"]
  .input-group-btn:last-child
  > .btn-group:not(:last-child)
  > .btn,
html[dir="rtl"]
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[dir="rtl"] .input-group-text:first-child {
  border-left: 0;
}
html[dir="rtl"] .input-group .form-control:last-child,
html[dir="rtl"] .input-group-text:last-child,
html[dir="rtl"]
  .input-group-btn:first-child
  > .btn-group:not(:first-child)
  > .btn,
html[dir="rtl"] .input-group-btn:first-child > .btn:not(:first-child),
html[dir="rtl"] .input-group-btn:last-child > .btn,
html[dir="rtl"] .input-group-btn:last-child > .btn-group > .btn,
html[dir="rtl"] .input-group-btn:last-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[dir="rtl"] .input-group-text:last-child {
  border-right: 0;
}
html[dir="rtl"] .input-group-btn > .btn + .btn {
  margin-right: -1px;
}
html[dir="rtl"] .input-group-btn:first-child > .btn,
html[dir="rtl"] .input-group-btn:first-child > .btn-group {
  margin-left: -1px;
}
html[dir="rtl"] .input-group-btn:last-child > .btn,
html[dir="rtl"] .input-group-btn:last-child > .btn-group {
  margin-right: -1px;
}
html[dir="rtl"] .nav {
  padding-right: 0;
}
html[dir="rtl"] .nav-tabs > li {
  float: right;
}
html[dir="rtl"] .nav-tabs > li > a {
  margin-left: 2px;
}
html[dir="rtl"] .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
html[dir="rtl"] .nav-tabs.nav-justified > li > a {
  margin-left: 0;
}
html[dir="rtl"] .nav-pills > li {
  float: right;
}
html[dir="rtl"] .nav-pills > li + li {
  margin-right: 2px;
}
html[dir="rtl"] .nav-stacked > li + li {
  margin-right: 0;
}
html[dir="rtl"] .nav-justified > .dropdown .dropdown-menu {
  right: auto;
}
html[dir="rtl"] .nav-tabs-justified > li > a {
  margin-left: 0;
}
@media (min-width: 768px) {
  html[dir="rtl"] .navbar-header {
    float: right;
  }
}
html[dir="rtl"] .navbar-brand {
  float: right;
}
@media (min-width: 768px) {
  html[dir="rtl"] .navbar > .container .navbar-brand,
  html[dir="rtl"] .navbar > .container-fluid .navbar-brand {
    margin-right: -15px;
  }
}
html[dir="rtl"] .navbar-togglerr {
  float: left;
  margin-left: 15px;
}
@media (max-width: 767px) {
  html[dir="rtl"] .navbar-nav .open .dropdown-menu .dropdown-header,
  html[dir="rtl"] .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 25px 5px 15px;
  }
}
@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
  }
  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}
@media (min-width: 768px) {
  html[dir="rtl"] .form-inline .form-check label,
  html[dir="rtl"] .form-inline .form-check label {
    padding-right: 0;
  }
  html[dir="rtl"] .form-inline .form-check input[type="checkbox"],
  html[dir="rtl"] .form-inline .form-check input[type="radio"] {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  html[dir="rtl"] .navbar-text {
    float: right;
  }
}
@media (min-width: 768px) {
  html[dir="rtl"] .me-auto {
    float: right !important;
  }
  html[dir="rtl"] .ms-auto {
    float: left !important;
    margin-left: -15px;
  }
  html[dir="rtl"] .ms-auto ~ .ms-auto {
    margin-left: 0;
  }
}
html[dir="rtl"] .pagination {
  padding-right: 0;
}
html[dir="rtl"] .pagination > li > a,
html[dir="rtl"] .pagination > li > span {
  float: right;
  margin-right: -1px;
}
html[dir="rtl"] .pagination > li:first-child > a,
html[dir="rtl"] .pagination > li:first-child > span {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
html[dir="rtl"] .pagination > li:last-child > a,
html[dir="rtl"] .pagination > li:last-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
html[dir="rtl"] .pagination-lg > li:first-child > a,
html[dir="rtl"] .pagination-lg > li:first-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
html[dir="rtl"] .pagination-lg > li:last-child > a,
html[dir="rtl"] .pagination-lg > li:last-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
html[dir="rtl"] .pagination-sm > li:first-child > a,
html[dir="rtl"] .pagination-sm > li:first-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
html[dir="rtl"] .pagination-sm > li:last-child > a,
html[dir="rtl"] .pagination-sm > li:last-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
html[dir="rtl"] .pager {
  padding-right: 0;
}
html[dir="rtl"] .pager .next > a,
html[dir="rtl"] .pager .next > span {
  float: left;
}
html[dir="rtl"] .pager .previous > a,
html[dir="rtl"] .pager .previous > span {
  float: right;
}
html[dir="rtl"] .list-group-item > .badge {
  float: left;
}
html[dir="rtl"] .list-group-item > .badge + .badge {
  margin-left: 5px;
}
html[dir="rtl"] .nav-pills > li > a > .badge {
  margin-right: 3px;
}
html[dir="rtl"] .alert-dismissable,
html[dir="rtl"] .alert-dismissible {
  padding-left: 35px;
}
html[dir="rtl"] .alert-dismissable .close,
html[dir="rtl"] .alert-dismissible .btn-close {
  left: -21px;
}
@-webkit-keyframes progress-bar-stripes {
  to {
    background-position: 100% 0;
  }
}
@-o-keyframes progress-bar-stripes {
  to {
    background-position: 100% 0;
  }
}
@keyframes progress-bar-stripes {
  to {
    background-position: 100% 0;
  }
}
html[dir="rtl"] .progress-bar {
  float: right;
}
html[dir="rtl"] .progress-bar-striped,
html[dir="rtl"] .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
html[dir="rtl"] .progress-striped .bg-success {
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
html[dir="rtl"] .progress-striped .bg-info {
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
html[dir="rtl"] .progress-striped .bg-warning {
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
html[dir="rtl"] .progress-striped .bg-danger {
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
html[dir="rtl"] .media-right,
html[dir="rtl"] .media > .float-end {
  padding-right: 10px;
}
html[dir="rtl"] .media-left,
html[dir="rtl"] .media > .float-start {
  padding-left: 10px;
}
html[dir="rtl"] .media-list {
  padding-right: 0;
}
html[dir="rtl"] .list-group {
  padding-right: 0;
}
html[dir="rtl"] button.list-group-item {
  text-align: right;
}
html[dir="rtl"]
  .card
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
html[dir="rtl"]
  .card
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
html[dir="rtl"]
  .card
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
html[dir="rtl"]
  .card
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
html[dir="rtl"]
  .card
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
html[dir="rtl"]
  .card
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
html[dir="rtl"]
  .card
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
html[dir="rtl"]
  .card
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-right-radius: 3px;
}
html[dir="rtl"]
  .card
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
html[dir="rtl"]
  .card
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
html[dir="rtl"]
  .card
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
html[dir="rtl"]
  .card
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
html[dir="rtl"]
  .card
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
html[dir="rtl"]
  .card
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
html[dir="rtl"]
  .card
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
html[dir="rtl"]
  .card
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child {
  border-top-left-radius: 3px;
}
html[dir="rtl"]
  .card
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
html[dir="rtl"]
  .card
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
html[dir="rtl"]
  .card
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
html[dir="rtl"]
  .card
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
html[dir="rtl"]
  .card
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
html[dir="rtl"]
  .card
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
html[dir="rtl"]
  .card
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
html[dir="rtl"]
  .card
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-right-radius: 3px;
}
html[dir="rtl"]
  .card
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
html[dir="rtl"]
  .card
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
html[dir="rtl"]
  .card
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
html[dir="rtl"]
  .card
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
html[dir="rtl"]
  .card
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
html[dir="rtl"]
  .card
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
html[dir="rtl"]
  .card
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
html[dir="rtl"]
  .card
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-left-radius: 3px;
}
html[dir="rtl"] .card > .table-bordered > tbody > tr > td:first-child,
html[dir="rtl"] .card > .table-bordered > tbody > tr > th:first-child,
html[dir="rtl"] .card > .table-bordered > tfoot > tr > td:first-child,
html[dir="rtl"] .card > .table-bordered > tfoot > tr > th:first-child,
html[dir="rtl"] .card > .table-bordered > thead > tr > td:first-child,
html[dir="rtl"] .card > .table-bordered > thead > tr > th:first-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > td:first-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > th:first-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > td:first-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > th:first-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > td:first-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > th:first-child {
  border-right: 0;
}
html[dir="rtl"] .card > .table-bordered > tbody > tr > td:last-child,
html[dir="rtl"] .card > .table-bordered > tbody > tr > th:last-child,
html[dir="rtl"] .card > .table-bordered > tfoot > tr > td:last-child,
html[dir="rtl"] .card > .table-bordered > tfoot > tr > th:last-child,
html[dir="rtl"] .card > .table-bordered > thead > tr > td:last-child,
html[dir="rtl"] .card > .table-bordered > thead > tr > th:last-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > td:last-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > tbody
  > tr
  > th:last-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > td:last-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > tfoot
  > tr
  > th:last-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > td:last-child,
html[dir="rtl"]
  .card
  > .table-responsive
  > .table-bordered
  > thead
  > tr
  > th:last-child {
  border-left: 0;
}
html[dir="rtl"] .embed-responsive .embed-responsive-item,
html[dir="rtl"] .embed-responsive embed,
html[dir="rtl"] .embed-responsive iframe,
html[dir="rtl"] .embed-responsive object,
html[dir="rtl"] .embed-responsive video {
  right: 0;
}
html[dir="rtl"] .btn-close {
  float: left;
}
html[dir="rtl"] .modal-footer {
  text-align: left;
}
html[dir="rtl"] .modal-footer .btn + .btn {
  margin-right: 5px;
}
html[dir="rtl"] .modal-footer .btn-group .btn + .btn {
  margin-right: -1px;
}
html[dir="rtl"] .modal-footer .btn-block + .btn-block {
  margin-right: 0;
}
html[dir="rtl"] .tooltip {
  text-align: right;
}
html[dir="rtl"] .tooltip.right {
  margin-right: 3px;
}
html[dir="rtl"] .tooltip.left {
  margin-right: -3px;
}
html[dir="rtl"] .tooltip.top .tooltip-arrow {
  right: 50%;
  margin-right: -5px;
}
html[dir="rtl"] .tooltip.top-left .tooltip-arrow {
  left: 5px;
}
html[dir="rtl"] .tooltip.top-right .tooltip-arrow {
  right: 5px;
}
html[dir="rtl"] .tooltip.right .tooltip-arrow {
  right: 0;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
html[dir="rtl"] .tooltip.left .tooltip-arrow {
  left: 0;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
html[dir="rtl"] .tooltip.bottom .tooltip-arrow {
  right: 50%;
  margin-right: -5px;
}
html[dir="rtl"] .tooltip.bottom-left .tooltip-arrow {
  left: 5px;
}
html[dir="rtl"] .tooltip.bottom-right .tooltip-arrow {
  right: 5px;
}
html[dir="rtl"] .popover {
  right: 0;
  text-align: right;
}
html[dir="rtl"] .popover.right {
  margin-right: 10px;
}
html[dir="rtl"] .popover.left {
  margin-right: -10px;
}
html[dir="rtl"] .popover.top > .tooltip-arrow {
  right: 50%;
  margin-right: -11px;
}
html[dir="rtl"] .popover.top > .tooltip-arrow:after {
  margin-right: -10px;
}
html[dir="rtl"] .popover.right > .tooltip-arrow {
  right: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
html[dir="rtl"] .popover.right > .tooltip-arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
}
html[dir="rtl"] .popover.bottom > .tooltip-arrow {
  right: 50%;
  margin-right: -11px;
}
html[dir="rtl"] .popover.bottom > .tooltip-arrow:after {
  margin-right: -10px;
}
html[dir="rtl"] .popover.left > .tooltip-arrow {
  left: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
html[dir="rtl"] .popover.left > .tooltip-arrow:after {
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
html[dir="rtl"] .carousel-inner > .carousel-item {
  -webkit-transition: 0.6s ease-in-out right;
  -o-transition: 0.6s ease-in-out right;
  transition: 0.6s ease-in-out right;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  html[dir="rtl"] .carousel-inner > .carousel-item.active.right,
  html[dir="rtl"] .carousel-inner > .carousel-item.next {
    right: 0;
  }
  html[dir="rtl"] .carousel-inner > .carousel-item.active.left,
  html[dir="rtl"] .carousel-inner > .carousel-item.prev {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html[dir="rtl"] .carousel-inner > .carousel-item.active,
  html[dir="rtl"] .carousel-inner > .carousel-item.next.left,
  html[dir="rtl"] .carousel-inner > .carousel-item.prev.right {
    right: 0;
  }
}
html[dir="rtl"] .carousel-inner > .active {
  right: 0;
}
html[dir="rtl"] .carousel-inner > .next {
  right: 100%;
}
html[dir="rtl"] .carousel-inner > .prev {
  right: -100%;
}
html[dir="rtl"] .carousel-inner > .next.left,
html[dir="rtl"] .carousel-inner > .prev.right {
  right: 0;
}
html[dir="rtl"] .carousel-inner > .active.left {
  right: -100%;
}
html[dir="rtl"] .carousel-inner > .active.right {
  right: 100%;
}
html[dir="rtl"] .carousel-control {
  right: 0;
}
html[dir="rtl"] .carousel-control.left {
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
}
html[dir="rtl"] .carousel-control.right {
  right: auto;
  left: 0;
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
}
html[dir="rtl"] .carousel-control .carousel-control-prev-icon,
html[dir="rtl"] .carousel-control .icon-prev {
  right: 50%;
  margin-right: -10px;
}
html[dir="rtl"] .carousel-control .carousel-control-next-icon,
html[dir="rtl"] .carousel-control .icon-next {
  left: 50%;
  margin-left: -10px;
}
html[dir="rtl"] .carousel-indicators {
  right: 50%;
  padding-right: 0;
  margin-right: -30%;
}
@media screen and (min-width: 768px) {
  html[dir="rtl"] .carousel-control .carousel-control-prev-icon,
  html[dir="rtl"] .carousel-control .icon-prev {
    margin-right: -10px;
  }
  html[dir="rtl"] .carousel-control .carousel-control-next-icon,
  html[dir="rtl"] .carousel-control .icon-next {
    margin-left: -10px;
  }
}
html[dir="rtl"] .float-end {
  float: left !important;
}
html[dir="rtl"] .float-start {
  float: right !important;
}

/* RTL classes from theme.css */

html[dir="rtl"] .pagination > li > span {
  margin-right: 10px;
}
html[dir="rtl"] .logo-container {
  margin-right: 9px;
}
html[dir="rtl"] .fixed-top.navbar .form-inline {
  margin-right: 0;
  margin-left: 0;
}
html[dir="rtl"] .static-top.navbar .form-inline {
  margin-right: 0;
  margin-left: 0;
}
html[dir="rtl"]
  .fixed-top.navbar
  .menu-bar
  > .navbar-nav
  > .divider-vertical {
  border-left: 1px solid #fff;
  border-right: 1px solid #666;
}
html[dir="rtl"]
  .static-top.navbar
  .menu-bar
  > .navbar-nav
  > .divider-vertical {
  border-left: 1px solid #fff;
  border-right: 1px solid #666;
}
html[dir="rtl"] .fixed-top.navbar-dark .divider-vertical {
  border-left-color: #fff;
  border-right-color: #111;
}
html[dir="rtl"] .static-top.navbar-dark .divider-vertical {
  border-left-color: #fff;
  border-right-color: #111;
}
html[dir="rtl"] .menu-bar .shopping_link .cart_amount {
  left: -6px;
  padding-right: 1.9px;
}
html[dir="rtl"] .    .card-header .card-title a:before {
  margin-left: 10.5px;
}
html[dir="rtl"]
  .section-inline-search
  .row
  > div
  .form-inline
  .row
  .input-group {
  margin-left: 21px;
}
html[dir="rtl"]
  .section-inline-search
  .row
  > div
  .form-inline
  .row
  .input-group
  .input-group-text {
  border-left: none;
}
html[dir="rtl"]
  .section-inline-search
  .row
  > div
  .form-inline
  .row
  .input-group
  .form-control {
  border-right: none;
}
html[dir="rtl"]
  .section-inline-search
  .row
  > div
  .form-inline
  .row
  .input-group
  .form-control:focus {
  border-left: none;
}
html[dir="rtl"] .list-social-links {
  padding-right: 0;
}
@media screen and (max-width: 993px) {
  html[dir="rtl"] .section-landing h2 {
    margin-right: -3px;
  }
}
html[dir="rtl"] .user-icon {
  margin-left: 7px;
}
html[dir="rtl"] .article-title-container {
  padding-right: 15px;
}
html[dir="rtl"] .article-title {
  margin-right: -35px;
}
html[dir="rtl"] .article-title > span {
  margin-right: 3px;
}
@media screen and (max-width: 993px) {
  html[dir="rtl"] .article-title {
    margin-right: 0;
  }
}
html[dir="rtl"] .section-search input {
  padding-right: 10px;
}
html[dir="rtl"] .section-search .media .media-body {
  padding-right: 20px;
}
html[dir="rtl"] .carousel-custom .carousel-inner > .carousel-item {
  margin-left: auto;
  margin-right: auto;
}
html[dir="rtl"] .carousel-custom .carousel-inner > .carousel-item .carousel-caption {
  right: 5%;
  left: 5%;
}
@media screen and (min-width: 768px) {
  html[dir="rtl"] .carousel-custom .carousel-inner > .carousel-item .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
html[dir="rtl"] .poll {
  padding-right: 15px;
  padding-left: 15px;
}
html[dir="rtl"] .poll .poll-content .poll-buttons {
  padding-right: 11px;
}
html[dir="rtl"] .nav-sidebar {
  padding-right: 20px;
}
html[dir="rtl"] .nav-sidebar .nav > li > a:hover,
html[dir="rtl"] .nav-sidebar .nav > li > a:focus {
  border-left: 2px solid #555;
}
html[dir="rtl"] .nav-sidebar .nav > li > a:before {
  margin-left: 7px;
}
html[dir="rtl"] .nav-sidebar .nav > .active > a {
  border-left: 2px solid #555;
}
html[dir="rtl"] .nav-sidebar .nav .nav > li > a {
  padding-right: 30px;
}
html[dir="rtl"] .nav-sidebar .nav .nav .nav > li > a {
  padding-right: 60px;
}
@media (max-width: 1199px) {
  html[dir="rtl"] #navbar .dropdown-search #search-filter {
    text-align: right;
    padding-right: 25px;
  }
}
html[dir="rtl"] .form-search .dropdown-submenu {
  left: -2px;
}
html[dir="rtl"] .section-diagonal-left .section-diagonal-left-content:before {
  right: 0;
}
html[dir="rtl"] .section-diagonal-right .section-diagonal-right-content:before {
  right: 0;
}
@media screen and (max-width: 767px) {
  html[dir="rtl"] .section-default:before {
    right: 0;
  }
}
html[dir="rtl"] .content-home .list-group-item img {
  margin-left: 25px;
}
html[dir="rtl"] .sidebar-home .card-header {
  padding-right: 0;
}
html[dir="rtl"] .sidebar-home .list-group-item {
  padding-right: 0;
}
html[dir="rtl"] h1 {
  margin-right: 0px;
  margin-left: 0px;
}
html[dir="rtl"] .skip-to-content a {
  right: 0px;
}
html[dir="rtl"] .skip-to-content a:focus {
  right: 0px;
}
html[dir="rtl"] .frenchAccessibilityLink {
  float: left;
}

/* RTL classes from portalbasictheme.css */

html[dir="rtl"] .sectionBlockLayout {
  margin-right: 0px;
  margin-left: 0px;
}

/* RTL studio inline styling */

html[dir="rtl"] .p-r-5 {
  padding-left: 5px;
  padding-right: 0;
}
html[dir="rtl"] dd {
  margin-left: auto;
  margin-right: 0;
}
html[dir="rtl"] .start-50pc {
  right: 50%;
  left: auto;
}

html[dir="rtl"] .ml-2 {
  margin-right: 8px;
}
