@charset "UTF-8";/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

/*# sourceMappingURL=bootstrap.min.css.map */
.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding:0 var(--bs-breadcrumb-item-padding-x);
}
.fa-angle-right:before {
    content: "\f104"!important;
}
.input-group {
    direction:ltr;
}
.form-control, .form-select {
    text-align:right;
}
.visibleBtn{
    left: 15px;
}
.text-md-start{
    text-align:right!important
}
.no-js .owl-carousel, .owl-carousel.owl-loaded{
    text-align:right;
}
#pushNotificationArea .dropdown-header, #pushNotificationArea .notification-item a{
    text-align: right;
}
.me-2 {
    margin-left: .5rem !important;
    margin-right: auto;
}