/* Error Page */

.error-page {
    width: 100vw;
    height: 100vh;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
}

[dir] .error-page {
    background: #edf4fc;
}

.error-page-text {
    color: #054386;
    font-size: 18px;
}

[dir] .error-page-text {
    margin-top: 100px;
}

[dir=ltr] .error-page-text {
    font-family: 'Nunito Sans', sans-serif/*rtl: 'Noto Kufi Arabic', sans-serif */
    ;
}

[dir=rtl] .error-page-text {
    font-family: 'Nunito Sans', sans-serif/*rtl: 'Noto Kufi Arabic', sans-serif */
    ;
}

.error-page h2 {
    letter-spacing: 0.4px;
    color: #054386;
    font-size: 45px;
    font-weight: bold;
}

[dir] .error-page h2 {
    margin: 0 0 30px;
}

.error-page .btn-teal {
    color: #fff!important;
}

[dir] .error-page .btn-teal {
    background: #41d6c3!important;
    border-color: transparent!important;
}

[dir] .error-page .btn-shadow {
    box-shadow: 0 6px 11px 0 rgba(65, 214, 195, 0.3);
}

[dir=ltr] .error-page .btn-wide {
    padding-left: 40px;
    padding-right: 40px;
}

[dir=rtl] .error-page .btn-wide {
    padding-right: 40px;
    padding-left: 40px;
}
/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}



article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}



[dir] body {
  margin: 0;
  background-color: #fff;
}

[dir=ltr] body {
  text-align: left;
}

[dir=rtl] body {
  text-align: right;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

[dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}



abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

[dir] abbr[title], [dir] abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

[dir] address {
  margin-bottom: 1rem;
}

[dir] ol, [dir] ul, [dir] dl {
  margin-top: 0;
}

[dir] ol ol, [dir] ul ul, [dir] ol ul, [dir] ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

[dir] dd {
  margin-bottom: .5rem;
}

[dir=ltr] dd {
  margin-left: 0;
}

[dir=rtl] dd {
  margin-right: 0;
}

[dir] blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
}

[dir] a {
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}



label {
  display: inline-block;
}

[dir] label {
  margin-bottom: 0.5rem;
}

[dir] button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}



[dir] input, [dir] button, [dir] select, [dir] optgroup, [dir] textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

[dir] button::-moz-focus-inner, [dir] [type="button"]::-moz-focus-inner, [dir] [type="reset"]::-moz-focus-inner, [dir] [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
}

[dir] input[type="radio"], [dir] input[type="checkbox"] {
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}


[dir] legend {
  padding: 0;
  margin-bottom: .5rem;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

[dir] summary {
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


[dir] body {
  margin: 0;
  background-color: #fff;
}

[dir=ltr] body {
  text-align: left;
}

[dir=rtl] body {
  text-align: right;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

[dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}



abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

[dir] abbr[title], [dir] abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

[dir] address {
  margin-bottom: 1rem;
}

[dir] ol, [dir] ul, [dir] dl {
  margin-top: 0;
}

[dir] ol ol, [dir] ul ul, [dir] ol ul, [dir] ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

[dir] dd {
  margin-bottom: .5rem;
}

[dir=ltr] dd {
  margin-left: 0;
}

[dir=rtl] dd {
  margin-right: 0;
}

[dir] blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
}

[dir] a {
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
}

[dir] pre {
  margin-top: 0;
}

[dir] figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[dir] img {
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  color: #6c757d;
  caption-side: bottom;
}

[dir] caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

[dir=ltr] caption {
  text-align: left;
}

[dir=rtl] caption {
  text-align: right;
}

[dir] th {
  text-align: inherit;
}

label {
  display: inline-block;
}

[dir] label {
  margin-bottom: 0.5rem;
}

[dir] button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}



[dir] input, [dir] button, [dir] select, [dir] optgroup, [dir] textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

[dir] button::-moz-focus-inner, [dir] [type="button"]::-moz-focus-inner, [dir] [type="reset"]::-moz-focus-inner, [dir] [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
}

[dir] input[type="radio"], [dir] input[type="checkbox"] {
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}


[dir] legend {
  padding: 0;
  margin-bottom: .5rem;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

[dir] summary {
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


[dir] hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}



[dir] mark, [dir] .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  list-style: none;
}

[dir=ltr] .list-unstyled {
  padding-left: 0;
}

[dir=rtl] .list-unstyled {
  padding-right: 0;
}

.list-inline {
  list-style: none;
}

[dir=ltr] .list-inline {
  padding-left: 0;
}

[dir=rtl] .list-inline {
  padding-right: 0;
}

.list-inline-item {
  display: inline-block;
}

[dir=ltr] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

[dir=rtl] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}



.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  max-width: 100%;
  height: auto;
}

[dir] .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  line-height: 1;
}

[dir] .figure-img {
  margin-bottom: 0.5rem;
}



code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}





.container {
  width: 100%;
}

[dir=ltr] .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

[dir=rtl] .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* .container-fluid {
  width: 100%;
}

[dir=ltr] .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

[dir=rtl] .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
} */

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[dir=ltr] .row {
  margin-right: -15px;
  margin-left: -15px;
}

[dir=rtl] .row {
  margin-left: -15px;
  margin-right: -15px;
}

[dir=ltr] .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

[dir=rtl] .no-gutters {
  margin-left: 0;
  margin-right: 0;
}

[dir=ltr] .no-gutters > .col, [dir=ltr] .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

[dir=rtl] .no-gutters > .col, [dir=rtl] .no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
}

[dir=ltr] .col-1, [dir=ltr] .col-2, [dir=ltr] .col-3, [dir=ltr] .col-4, [dir=ltr] .col-5, [dir=ltr] .col-6, [dir=ltr] .col-7, [dir=ltr] .col-8, [dir=ltr] .col-9, [dir=ltr] .col-10, [dir=ltr] .col-11, [dir=ltr] .col-12, [dir=ltr] .col, [dir=ltr] .col-auto, [dir=ltr] .col-sm-1, [dir=ltr] .col-sm-2, [dir=ltr] .col-sm-3, [dir=ltr] .col-sm-4, [dir=ltr] .col-sm-5, [dir=ltr] .col-sm-6, [dir=ltr] .col-sm-7, [dir=ltr] .col-sm-8, [dir=ltr] .col-sm-9, [dir=ltr] .col-sm-10, [dir=ltr] .col-sm-11, [dir=ltr] .col-sm-12, [dir=ltr] .col-sm, [dir=ltr] .col-sm-auto, [dir=ltr] .col-md-1, [dir=ltr] .col-md-2, [dir=ltr] .col-md-3, [dir=ltr] .col-md-4, [dir=ltr] .col-md-5, [dir=ltr] .col-md-6, [dir=ltr] .col-md-7, [dir=ltr] .col-md-8, [dir=ltr] .col-md-9, [dir=ltr] .col-md-10, [dir=ltr] .col-md-11, [dir=ltr] .col-md-12, [dir=ltr] .col-md, [dir=ltr] .col-md-auto, [dir=ltr] .col-lg-1, [dir=ltr] .col-lg-2, [dir=ltr] .col-lg-3, [dir=ltr] .col-lg-4, [dir=ltr] .col-lg-5, [dir=ltr] .col-lg-6, [dir=ltr] .col-lg-7, [dir=ltr] .col-lg-8, [dir=ltr] .col-lg-9, [dir=ltr] .col-lg-10, [dir=ltr] .col-lg-11, [dir=ltr] .col-lg-12, [dir=ltr] .col-lg, [dir=ltr] .col-lg-auto, [dir=ltr] .col-xl-1, [dir=ltr] .col-xl-2, [dir=ltr] .col-xl-3, [dir=ltr] .col-xl-4, [dir=ltr] .col-xl-5, [dir=ltr] .col-xl-6, [dir=ltr] .col-xl-7, [dir=ltr] .col-xl-8, [dir=ltr] .col-xl-9, [dir=ltr] .col-xl-10, [dir=ltr] .col-xl-11, [dir=ltr] .col-xl-12, [dir=ltr] .col-xl, [dir=ltr] .col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

[dir=rtl] .col-1, [dir=rtl] .col-2, [dir=rtl] .col-3, [dir=rtl] .col-4, [dir=rtl] .col-5, [dir=rtl] .col-6, [dir=rtl] .col-7, [dir=rtl] .col-8, [dir=rtl] .col-9, [dir=rtl] .col-10, [dir=rtl] .col-11, [dir=rtl] .col-12, [dir=rtl] .col, [dir=rtl] .col-auto, [dir=rtl] .col-sm-1, [dir=rtl] .col-sm-2, [dir=rtl] .col-sm-3, [dir=rtl] .col-sm-4, [dir=rtl] .col-sm-5, [dir=rtl] .col-sm-6, [dir=rtl] .col-sm-7, [dir=rtl] .col-sm-8, [dir=rtl] .col-sm-9, [dir=rtl] .col-sm-10, [dir=rtl] .col-sm-11, [dir=rtl] .col-sm-12, [dir=rtl] .col-sm, [dir=rtl] .col-sm-auto, [dir=rtl] .col-md-1, [dir=rtl] .col-md-2, [dir=rtl] .col-md-3, [dir=rtl] .col-md-4, [dir=rtl] .col-md-5, [dir=rtl] .col-md-6, [dir=rtl] .col-md-7, [dir=rtl] .col-md-8, [dir=rtl] .col-md-9, [dir=rtl] .col-md-10, [dir=rtl] .col-md-11, [dir=rtl] .col-md-12, [dir=rtl] .col-md, [dir=rtl] .col-md-auto, [dir=rtl] .col-lg-1, [dir=rtl] .col-lg-2, [dir=rtl] .col-lg-3, [dir=rtl] .col-lg-4, [dir=rtl] .col-lg-5, [dir=rtl] .col-lg-6, [dir=rtl] .col-lg-7, [dir=rtl] .col-lg-8, [dir=rtl] .col-lg-9, [dir=rtl] .col-lg-10, [dir=rtl] .col-lg-11, [dir=rtl] .col-lg-12, [dir=rtl] .col-lg, [dir=rtl] .col-lg-auto, [dir=rtl] .col-xl-1, [dir=rtl] .col-xl-2, [dir=rtl] .col-xl-3, [dir=rtl] .col-xl-4, [dir=rtl] .col-xl-5, [dir=rtl] .col-xl-6, [dir=rtl] .col-xl-7, [dir=rtl] .col-xl-8, [dir=rtl] .col-xl-9, [dir=rtl] .col-xl-10, [dir=rtl] .col-xl-11, [dir=rtl] .col-xl-12, [dir=rtl] .col-xl, [dir=rtl] .col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

[dir=ltr] .offset-1 {
  margin-left: 8.333333%;
}

[dir=rtl] .offset-1 {
  margin-right: 8.333333%;
}

[dir=ltr] .offset-2 {
  margin-left: 16.666667%;
}

[dir=rtl] .offset-2 {
  margin-right: 16.666667%;
}

[dir=ltr] .offset-3 {
  margin-left: 25%;
}

[dir=rtl] .offset-3 {
  margin-right: 25%;
}

[dir=ltr] .offset-4 {
  margin-left: 33.333333%;
}

[dir=rtl] .offset-4 {
  margin-right: 33.333333%;
}

[dir=ltr] .offset-5 {
  margin-left: 41.666667%;
}

[dir=rtl] .offset-5 {
  margin-right: 41.666667%;
}

[dir=ltr] .offset-6 {
  margin-left: 50%;
}

[dir=rtl] .offset-6 {
  margin-right: 50%;
}

[dir=ltr] .offset-7 {
  margin-left: 58.333333%;
}

[dir=rtl] .offset-7 {
  margin-right: 58.333333%;
}

[dir=ltr] .offset-8 {
  margin-left: 66.666667%;
}

[dir=rtl] .offset-8 {
  margin-right: 66.666667%;
}

[dir=ltr] .offset-9 {
  margin-left: 75%;
}

[dir=rtl] .offset-9 {
  margin-right: 75%;
}

[dir=ltr] .offset-10 {
  margin-left: 83.333333%;
}

[dir=rtl] .offset-10 {
  margin-right: 83.333333%;
}

[dir=ltr] .offset-11 {
  margin-left: 91.666667%;
}

[dir=rtl] .offset-11 {
  margin-right: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  [dir=ltr] .offset-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-sm-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-sm-1 {
    margin-left: 8.333333%;
  }
  [dir=rtl] .offset-sm-1 {
    margin-right: 8.333333%;
  }
  [dir=ltr] .offset-sm-2 {
    margin-left: 16.666667%;
  }
  [dir=rtl] .offset-sm-2 {
    margin-right: 16.666667%;
  }
  [dir=ltr] .offset-sm-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-sm-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-sm-4 {
    margin-left: 33.333333%;
  }
  [dir=rtl] .offset-sm-4 {
    margin-right: 33.333333%;
  }
  [dir=ltr] .offset-sm-5 {
    margin-left: 41.666667%;
  }
  [dir=rtl] .offset-sm-5 {
    margin-right: 41.666667%;
  }
  [dir=ltr] .offset-sm-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-sm-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-sm-7 {
    margin-left: 58.333333%;
  }
  [dir=rtl] .offset-sm-7 {
    margin-right: 58.333333%;
  }
  [dir=ltr] .offset-sm-8 {
    margin-left: 66.666667%;
  }
  [dir=rtl] .offset-sm-8 {
    margin-right: 66.666667%;
  }
  [dir=ltr] .offset-sm-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-sm-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-sm-10 {
    margin-left: 83.333333%;
  }
  [dir=rtl] .offset-sm-10 {
    margin-right: 83.333333%;
  }
  [dir=ltr] .offset-sm-11 {
    margin-left: 91.666667%;
  }
  [dir=rtl] .offset-sm-11 {
    margin-right: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  [dir=ltr] .offset-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-md-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-md-1 {
    margin-left: 8.333333%;
  }
  [dir=rtl] .offset-md-1 {
    margin-right: 8.333333%;
  }
  [dir=ltr] .offset-md-2 {
    margin-left: 16.666667%;
  }
  [dir=rtl] .offset-md-2 {
    margin-right: 16.666667%;
  }
  [dir=ltr] .offset-md-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-md-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-md-4 {
    margin-left: 33.333333%;
  }
  [dir=rtl] .offset-md-4 {
    margin-right: 33.333333%;
  }
  [dir=ltr] .offset-md-5 {
    margin-left: 41.666667%;
  }
  [dir=rtl] .offset-md-5 {
    margin-right: 41.666667%;
  }
  [dir=ltr] .offset-md-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-md-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-md-7 {
    margin-left: 58.333333%;
  }
  [dir=rtl] .offset-md-7 {
    margin-right: 58.333333%;
  }
  [dir=ltr] .offset-md-8 {
    margin-left: 66.666667%;
  }
  [dir=rtl] .offset-md-8 {
    margin-right: 66.666667%;
  }
  [dir=ltr] .offset-md-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-md-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-md-10 {
    margin-left: 83.333333%;
  }
  [dir=rtl] .offset-md-10 {
    margin-right: 83.333333%;
  }
  [dir=ltr] .offset-md-11 {
    margin-left: 91.666667%;
  }
  [dir=rtl] .offset-md-11 {
    margin-right: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  [dir=ltr] .offset-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-lg-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-lg-1 {
    margin-left: 8.333333%;
  }
  [dir=rtl] .offset-lg-1 {
    margin-right: 8.333333%;
  }
  [dir=ltr] .offset-lg-2 {
    margin-left: 16.666667%;
  }
  [dir=rtl] .offset-lg-2 {
    margin-right: 16.666667%;
  }
  [dir=ltr] .offset-lg-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-lg-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-lg-4 {
    margin-left: 33.333333%;
  }
  [dir=rtl] .offset-lg-4 {
    margin-right: 33.333333%;
  }
  [dir=ltr] .offset-lg-5 {
    margin-left: 41.666667%;
  }
  [dir=rtl] .offset-lg-5 {
    margin-right: 41.666667%;
  }
  [dir=ltr] .offset-lg-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-lg-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-lg-7 {
    margin-left: 58.333333%;
  }
  [dir=rtl] .offset-lg-7 {
    margin-right: 58.333333%;
  }
  [dir=ltr] .offset-lg-8 {
    margin-left: 66.666667%;
  }
  [dir=rtl] .offset-lg-8 {
    margin-right: 66.666667%;
  }
  [dir=ltr] .offset-lg-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-lg-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-lg-10 {
    margin-left: 83.333333%;
  }
  [dir=rtl] .offset-lg-10 {
    margin-right: 83.333333%;
  }
  [dir=ltr] .offset-lg-11 {
    margin-left: 91.666667%;
  }
  [dir=rtl] .offset-lg-11 {
    margin-right: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  [dir=ltr] .offset-xl-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xl-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-xl-1 {
    margin-left: 8.333333%;
  }
  [dir=rtl] .offset-xl-1 {
    margin-right: 8.333333%;
  }
  [dir=ltr] .offset-xl-2 {
    margin-left: 16.666667%;
  }
  [dir=rtl] .offset-xl-2 {
    margin-right: 16.666667%;
  }
  [dir=ltr] .offset-xl-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xl-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-xl-4 {
    margin-left: 33.333333%;
  }
  [dir=rtl] .offset-xl-4 {
    margin-right: 33.333333%;
  }
  [dir=ltr] .offset-xl-5 {
    margin-left: 41.666667%;
  }
  [dir=rtl] .offset-xl-5 {
    margin-right: 41.666667%;
  }
  [dir=ltr] .offset-xl-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xl-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-xl-7 {
    margin-left: 58.333333%;
  }
  [dir=rtl] .offset-xl-7 {
    margin-right: 58.333333%;
  }
  [dir=ltr] .offset-xl-8 {
    margin-left: 66.666667%;
  }
  [dir=rtl] .offset-xl-8 {
    margin-right: 66.666667%;
  }
  [dir=ltr] .offset-xl-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xl-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-xl-10 {
    margin-left: 83.333333%;
  }
  [dir=rtl] .offset-xl-10 {
    margin-right: 83.333333%;
  }
  [dir=ltr] .offset-xl-11 {
    margin-left: 91.666667%;
  }
  [dir=rtl] .offset-xl-11 {
    margin-right: 91.666667%;
  }
}

.table {
  width: 100%;
}

[dir] .table {
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  vertical-align: top;
}

[dir] .table th, [dir] .table td {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
}

[dir] .table thead th {
  border-bottom: 2px solid #dee2e6;
}

[dir] .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

[dir] .table .table {
  background-color: #fff;
}

[dir] .table-sm th, [dir] .table-sm td {
  padding: 0.3rem;
}

[dir] .table-bordered {
  border: 1px solid #dee2e6;
}

[dir] .table-bordered th, [dir] .table-bordered td {
  border: 1px solid #dee2e6;
}

[dir] .table-bordered thead th, [dir] .table-bordered thead td {
  border-bottom-width: 2px;
}

[dir] .table-borderless th, [dir] .table-borderless td, [dir] .table-borderless thead th, [dir] .table-borderless tbody + tbody {
  border: 0;
}

[dir] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

[dir] .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

[dir] .table-primary, [dir] .table-primary > th, [dir] .table-primary > td {
  background-color: #b8daff;
}

[dir] .table-primary th, [dir] .table-primary td, [dir] .table-primary thead th, [dir] .table-primary tbody + tbody {
  border-color: #7abaff;
}

[dir] .table-hover .table-primary:hover {
  background-color: #9fcdff;
}

[dir] .table-hover .table-primary:hover > td, [dir] .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

[dir] .table-secondary, [dir] .table-secondary > th, [dir] .table-secondary > td {
  background-color: #d6d8db;
}

[dir] .table-secondary th, [dir] .table-secondary td, [dir] .table-secondary thead th, [dir] .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

[dir] .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

[dir] .table-hover .table-secondary:hover > td, [dir] .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

[dir] .table-success, [dir] .table-success > th, [dir] .table-success > td {
  background-color: #c3e6cb;
}

[dir] .table-success th, [dir] .table-success td, [dir] .table-success thead th, [dir] .table-success tbody + tbody {
  border-color: #8fd19e;
}

[dir] .table-hover .table-success:hover {
  background-color: #b1dfbb;
}

[dir] .table-hover .table-success:hover > td, [dir] .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

[dir] .table-info, [dir] .table-info > th, [dir] .table-info > td {
  background-color: #bee5eb;
}

[dir] .table-info th, [dir] .table-info td, [dir] .table-info thead th, [dir] .table-info tbody + tbody {
  border-color: #86cfda;
}

[dir] .table-hover .table-info:hover {
  background-color: #abdde5;
}

[dir] .table-hover .table-info:hover > td, [dir] .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

[dir] .table-warning, [dir] .table-warning > th, [dir] .table-warning > td {
  background-color: #ffeeba;
}

[dir] .table-warning th, [dir] .table-warning td, [dir] .table-warning thead th, [dir] .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

[dir] .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

[dir] .table-hover .table-warning:hover > td, [dir] .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

[dir] .table-danger, [dir] .table-danger > th, [dir] .table-danger > td {
  background-color: #f5c6cb;
}

[dir] .table-danger th, [dir] .table-danger td, [dir] .table-danger thead th, [dir] .table-danger tbody + tbody {
  border-color: #ed969e;
}

[dir] .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

[dir] .table-hover .table-danger:hover > td, [dir] .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

[dir] .table-light, [dir] .table-light > th, [dir] .table-light > td {
  background-color: #fdfdfe;
}

[dir] .table-light th, [dir] .table-light td, [dir] .table-light thead th, [dir] .table-light tbody + tbody {
  border-color: #fbfcfc;
}

[dir] .table-hover .table-light:hover {
  background-color: #ececf6;
}

[dir] .table-hover .table-light:hover > td, [dir] .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

[dir] .table-dark, [dir] .table-dark > th, [dir] .table-dark > td {
  background-color: #c6c8ca;
}

[dir] .table-dark th, [dir] .table-dark td, [dir] .table-dark thead th, [dir] .table-dark tbody + tbody {
  border-color: #95999c;
}

[dir] .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

[dir] .table-hover .table-dark:hover > td, [dir] .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

[dir] .table-active, [dir] .table-active > th, [dir] .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

[dir] .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

[dir] .table-hover .table-active:hover > td, [dir] .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
}

[dir] .table .thead-dark th {
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
}

[dir] .table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
}

[dir] .table-dark {
  background-color: #212529;
}

[dir] .table-dark th, [dir] .table-dark td, [dir] .table-dark thead th {
  border-color: #32383e;
}

[dir] .table-dark.table-bordered {
  border: 0;
}

[dir] .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

[dir] .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}




[dir] .form-control {
  padding: 0.375rem 0.75rem;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

[dir] .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  outline: 0;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  opacity: 1;
}

[dir] .form-control:disabled, [dir] .form-control[readonly] {
  background-color: #e9ecef;
}

select.form-control:focus::-ms-value {
  color: #495057;
}

[dir] select.form-control:focus::-ms-value {
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}




[dir] .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}



[dir] .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #212529;
}

[dir] .form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

[dir=ltr] .form-control-plaintext.form-control-sm, [dir=ltr] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

[dir=rtl] .form-control-plaintext.form-control-sm, [dir=rtl] .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .form-control-sm {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .form-control-lg {
  padding: 0.5rem 1rem;
  border-radius: 14px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

[dir] .form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
}

[dir] .form-text {
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[dir=ltr] .form-row {
  margin-right: -5px;
  margin-left: -5px;
}

[dir=rtl] .form-row {
  margin-left: -5px;
  margin-right: -5px;
}

[dir=ltr] .form-row > .col, [dir=ltr] .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

[dir=rtl] .form-row > .col, [dir=rtl] .form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-check {
  position: relative;
  display: block;
}

[dir=ltr] .form-check {
  padding-left: 1.25rem;
}

[dir=rtl] .form-check {
  padding-right: 1.25rem;
}

.form-check-input {
  position: absolute;
}

[dir] .form-check-input {
  margin-top: 0.3rem;
}

[dir=ltr] .form-check-input {
  margin-left: -1.25rem;
}

[dir=rtl] .form-check-input {
  margin-right: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

[dir] .form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

[dir=ltr] .form-check-inline {
  padding-left: 0;
  margin-right: 0.75rem;
}

[dir=rtl] .form-check-inline {
  padding-right: 0;
  margin-left: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
}

[dir] .form-check-inline .form-check-input {
  margin-top: 0;
}

[dir=ltr] .form-check-inline .form-check-input {
  margin-right: 0.3125rem;
  margin-left: 0;
}

[dir=rtl] .form-check-inline .form-check-input {
  margin-left: 0.3125rem;
  margin-right: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  font-size: 80%;
  color: #28a745;
}

[dir] .valid-feedback {
  margin-top: 0.25rem;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
}

[dir] .valid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

[dir] .was-validated .form-control:valid, [dir] .form-control.is-valid {
  border-color: #28a745;
  background-repeat: no-repeat;
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

[dir=ltr] .was-validated .form-control:valid, [dir=ltr] .form-control.is-valid {
  padding-right: 2.25rem;
  background-position: center right calc(2.25rem / 4);
}

[dir=rtl] .was-validated .form-control:valid, [dir=rtl] .form-control.is-valid {
  padding-left: 2.25rem;
  background-position: center left calc(2.25rem / 4);
}

[dir] .was-validated .form-control:valid:focus, [dir] .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

[dir=ltr] .was-validated textarea.form-control:valid, [dir=ltr] textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

[dir=rtl] .was-validated textarea.form-control:valid, [dir=rtl] textarea.form-control.is-valid {
  padding-left: 2.25rem;
  background-position: top calc(2.25rem / 4) left calc(2.25rem / 4);
}

[dir] .was-validated .custom-select:valid, [dir] .custom-select.is-valid {
  border-color: #28a745;
}

[dir=ltr] .was-validated .custom-select:valid, [dir=ltr] .custom-select.is-valid {
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

[dir=rtl] .was-validated .custom-select:valid, [dir=rtl] .custom-select.is-valid {
  padding-left: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

[dir] .was-validated .custom-select:valid:focus, [dir] .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

[dir] .was-validated .custom-control-input:valid ~ .custom-control-label::before, [dir] .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

[dir] .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, [dir] .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

[dir] .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, [dir] .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

[dir] .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, [dir] .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

[dir] .was-validated .custom-file-input:valid ~ .custom-file-label, [dir] .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

[dir] .was-validated .custom-file-input:valid:focus ~ .custom-file-label, [dir] .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  font-size: 80%;
  color: #dc3545;
}

[dir] .invalid-feedback {
  margin-top: 0.25rem;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
}

[dir] .invalid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

[dir] .was-validated .form-control:invalid, [dir] .form-control.is-invalid {
  border-color: #dc3545;
  background-repeat: no-repeat;
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

[dir=ltr] .was-validated .form-control:invalid, [dir=ltr] .form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: center right calc(2.25rem / 4);
}

[dir=rtl] .was-validated .form-control:invalid, [dir=rtl] .form-control.is-invalid {
  padding-left: 2.25rem;
  background-position: center left calc(2.25rem / 4);
}

[dir] .was-validated .form-control:invalid:focus, [dir] .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

[dir=ltr] .was-validated textarea.form-control:invalid, [dir=ltr] textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

[dir=rtl] .was-validated textarea.form-control:invalid, [dir=rtl] textarea.form-control.is-invalid {
  padding-left: 2.25rem;
  background-position: top calc(2.25rem / 4) left calc(2.25rem / 4);
}

[dir] .was-validated .custom-select:invalid, [dir] .custom-select.is-invalid {
  border-color: #dc3545;
}

[dir=ltr] .was-validated .custom-select:invalid, [dir=ltr] .custom-select.is-invalid {
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

[dir=rtl] .was-validated .custom-select:invalid, [dir=rtl] .custom-select.is-invalid {
  padding-left: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
}

[dir] .was-validated .custom-select:invalid:focus, [dir] .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

[dir] .was-validated .custom-control-input:invalid ~ .custom-control-label::before, [dir] .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

[dir] .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, [dir] .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

[dir] .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, [dir] .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

[dir] .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, [dir] .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

[dir] .was-validated .custom-file-input:invalid ~ .custom-file-label, [dir] .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

[dir] .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, [dir] .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [dir] .form-inline label {
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  [dir] .form-inline .form-group {
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
  }
  [dir=ltr] .form-inline .form-check {
    padding-left: 0;
  }
  [dir=rtl] .form-inline .form-check {
    padding-right: 0;
  }
  .form-inline .form-check-input {
    position: relative;
  }
  [dir] .form-inline .form-check-input {
    margin-top: 0;
  }
  [dir=ltr] .form-inline .form-check-input {
    margin-right: 0.25rem;
    margin-left: 0;
  }
  [dir=rtl] .form-inline .form-check-input {
    margin-left: 0.25rem;
    margin-right: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [dir] .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #61615c;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #9b1f60;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
}




.btn.disabled, .btn:disabled {
  opacity: 0.65;
}


a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
}



.btn-primary:hover {
  color: #fff;
}



.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
}


.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
}




.btn-secondary {
  color: #fff;
}


.btn-secondary:hover {
  color: #fff;
}



[dir] .btn-outline-light.disabled, [dir] .btn-outline-light:disabled {
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-light:not(:disabled):not(.disabled):active, [dir] .btn-outline-light:not(:disabled):not(.disabled).active, [dir] .show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

[dir] .btn-outline-light:not(:disabled):not(.disabled):active:focus, [dir] .btn-outline-light:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
}

[dir] .btn-outline-dark {
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
}

[dir] .btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
}

[dir] .btn-outline-dark:focus, [dir] .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
}

[dir] .btn-outline-dark.disabled, [dir] .btn-outline-dark:disabled {
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-dark:not(:disabled):not(.disabled):active, [dir] .btn-outline-dark:not(:disabled):not(.disabled).active, [dir] .show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
}

[dir] .btn-outline-dark:not(:disabled):not(.disabled):active:focus, [dir] .btn-outline-dark:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

[dir] .btn-link:focus, [dir] .btn-link.focus {
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .btn-lg, [dir] .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .btn-sm, [dir] .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

[dir] .btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse1:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropdown-toggle::after {
  border-top: 0.3em solid;
  border-bottom: 0;
}

[dir=ltr] .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

[dir=rtl] .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

[dir=ltr] .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir=rtl] .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  font-size: 1rem;
  color: #212529;
  list-style: none;
}

[dir] .dropdown-menu {
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

[dir=ltr] .dropdown-menu {
  left: -20%;
  float: left;
  text-align: left;
}
[dir=ltr] .dropdown-menu-explore {
  left: 0%;
  float: left;
  text-align: left;
}


[dir=rtl] .dropdown-menu {
  right: 0;
  float: right;
  text-align: right;
}

[dir=ltr] .dropdown-menu-right {
  right: 0;
  left: auto;
}

[dir=rtl] .dropdown-menu-right {
  left: 0;
  right: auto;
}

@media (min-width: 576px) {
  [dir=ltr] .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
  [dir=rtl] .dropdown-menu-sm-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 768px) {
  [dir=ltr] .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
  [dir=rtl] .dropdown-menu-md-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 992px) {
  [dir=ltr] .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
  [dir=rtl] .dropdown-menu-lg-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1200px) {
  [dir=ltr] .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
  [dir=rtl] .dropdown-menu-xl-right {
    left: 0;
    right: auto;
  }
}

[dir=ltr] .dropdown-menu-left {
  right: auto;
  left: 0;
}

[dir=rtl] .dropdown-menu-left {
  left: auto;
  right: 0;
}

@media (min-width: 576px) {
  [dir=ltr] .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-sm-left {
    left: auto;
    right: 0;
  }
}

@media (min-width: 768px) {
  [dir=ltr] .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-md-left {
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) {
  [dir=ltr] .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-lg-left {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1200px) {
  [dir=ltr] .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-xl-left {
    left: auto;
    right: 0;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

[dir] .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

[dir=ltr] .dropup .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

[dir=rtl] .dropup .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

[dir=ltr] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir=rtl] .dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropright .dropdown-menu {
  top: 0;
}

[dir] .dropright .dropdown-menu {
  margin-top: 0;
}

[dir=ltr] .dropright .dropdown-menu {
  right: auto;
  left: 100%;
  margin-left: 0.125rem;
}

[dir=rtl] .dropright .dropdown-menu {
  left: auto;
  right: 100%;
  margin-right: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropright .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}

[dir=ltr] .dropright .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
}

[dir=rtl] .dropright .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0;
  border-right: 0.3em solid;
}

[dir=ltr] .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir=rtl] .dropright .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
}

[dir] .dropleft .dropdown-menu {
  margin-top: 0;
}

[dir=ltr] .dropleft .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: 0.125rem;
}

[dir=rtl] .dropleft .dropdown-menu {
  left: 100%;
  right: auto;
  margin-left: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir=ltr] .dropleft .dropdown-toggle::after {
  margin-left: 0.255em;
}

[dir=rtl] .dropleft .dropdown-toggle::after {
  margin-right: 0.255em;
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropleft .dropdown-toggle::before {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}

[dir=ltr] .dropleft .dropdown-toggle::before {
  margin-right: 0.255em;
  border-right: 0.3em solid;
}

[dir=rtl] .dropleft .dropdown-toggle::before {
  margin-left: 0.255em;
  border-left: 0.3em solid;
}

[dir=ltr] .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir=rtl] .dropleft .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  bottom: auto;
}

[dir=ltr] .dropdown-menu[x-placement^="top"], [dir=ltr] .dropdown-menu[x-placement^="right"], [dir=ltr] .dropdown-menu[x-placement^="bottom"], [dir=ltr] .dropdown-menu[x-placement^="left"] {
  right: auto;
}

[dir=rtl] .dropdown-menu[x-placement^="top"], [dir=rtl] .dropdown-menu[x-placement^="right"], [dir=rtl] .dropdown-menu[x-placement^="bottom"], [dir=rtl] .dropdown-menu[x-placement^="left"] {
  left: auto;
}

.dropdown-divider {
  height: 0;
  overflow: hidden;
}

[dir] .dropdown-divider {
  margin: 0.5rem 0;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #212529;
  white-space: nowrap;
}

[dir] .dropdown-item {
  padding: 0.25rem 1.5rem;
  clear: both;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}

[dir=ltr] .dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

[dir=rtl] .dropdown-item:first-child {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

[dir=ltr] .dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

[dir=rtl] .dropdown-item:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
}

[dir] .dropdown-item:hover, [dir] .dropdown-item:focus {
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
}

[dir] .dropdown-item.active, [dir] .dropdown-item:active {
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
}

[dir] .dropdown-item.disabled, [dir] .dropdown-item:disabled {
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

[dir] .dropdown-header {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
}

.dropdown-item-text {
  display: block;
  color: #212529;
}

[dir] .dropdown-item-text {
  padding: 0.25rem 1.5rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

[dir=ltr] .btn-group > .btn:not(:first-child), [dir=ltr] .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

[dir=rtl] .btn-group > .btn:not(:first-child), [dir=rtl] .btn-group > .btn-group:not(:first-child) {
  margin-right: -1px;
}

[dir=ltr] .btn-group > .btn:not(:last-child):not(.dropdown-toggle), [dir=ltr] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=ltr] .btn-group > .btn:not(:first-child), [dir=ltr] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .btn-group > .btn:not(:first-child), [dir=rtl] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=ltr] .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

[dir=rtl] .dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

[dir=ltr] .dropdown-toggle-split::after, [dir=ltr] .dropup .dropdown-toggle-split::after, [dir=ltr] .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

[dir=rtl] .dropdown-toggle-split::after, [dir=rtl] .dropup .dropdown-toggle-split::after, [dir=rtl] .dropright .dropdown-toggle-split::after {
  margin-right: 0;
}

[dir=ltr] .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

[dir=rtl] .dropleft .dropdown-toggle-split::before {
  margin-left: 0;
}

[dir=ltr] .btn-sm + .dropdown-toggle-split, [dir=ltr] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

[dir=rtl] .btn-sm + .dropdown-toggle-split, [dir=rtl] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

[dir=ltr] .btn-lg + .dropdown-toggle-split, [dir=ltr] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

[dir=rtl] .btn-lg + .dropdown-toggle-split, [dir=rtl] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

[dir] .btn-group-vertical > .btn:not(:first-child), [dir] .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

[dir=ltr] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), [dir=ltr] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=ltr] .btn-group-vertical > .btn:not(:first-child), [dir=ltr] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir=rtl] .btn-group-vertical > .btn:not(:first-child), [dir=rtl] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[dir] .btn-group-toggle > .btn, [dir] .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

[dir] .input-group > .form-control, [dir] .input-group > .form-control-plaintext, [dir] .input-group > .custom-select, [dir] .input-group > .custom-file {
  margin-bottom: 0;
}

[dir=ltr] .input-group > .form-control + .form-control, [dir=ltr] .input-group > .form-control + .custom-select, [dir=ltr] .input-group > .form-control + .custom-file, [dir=ltr] .input-group > .form-control-plaintext + .form-control, [dir=ltr] .input-group > .form-control-plaintext + .custom-select, [dir=ltr] .input-group > .form-control-plaintext + .custom-file, [dir=ltr] .input-group > .custom-select + .form-control, [dir=ltr] .input-group > .custom-select + .custom-select, [dir=ltr] .input-group > .custom-select + .custom-file, [dir=ltr] .input-group > .custom-file + .form-control, [dir=ltr] .input-group > .custom-file + .custom-select, [dir=ltr] .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

[dir=rtl] .input-group > .form-control + .form-control, [dir=rtl] .input-group > .form-control + .custom-select, [dir=rtl] .input-group > .form-control + .custom-file, [dir=rtl] .input-group > .form-control-plaintext + .form-control, [dir=rtl] .input-group > .form-control-plaintext + .custom-select, [dir=rtl] .input-group > .form-control-plaintext + .custom-file, [dir=rtl] .input-group > .custom-select + .form-control, [dir=rtl] .input-group > .custom-select + .custom-select, [dir=rtl] .input-group > .custom-select + .custom-file, [dir=rtl] .input-group > .custom-file + .form-control, [dir=rtl] .input-group > .custom-file + .custom-select, [dir=rtl] .input-group > .custom-file + .custom-file {
  margin-right: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

[dir=ltr] .input-group > .form-control:not(:last-child), [dir=ltr] .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group > .form-control:not(:last-child), [dir=rtl] .input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=ltr] .input-group > .form-control:not(:first-child), [dir=ltr] .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .input-group > .form-control:not(:first-child), [dir=rtl] .input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

[dir=ltr] .input-group > .custom-file:not(:last-child) .custom-file-label, [dir=ltr] .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label, [dir=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=ltr] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

[dir=ltr] .input-group-prepend .btn + .btn, [dir=ltr] .input-group-prepend .btn + .input-group-text, [dir=ltr] .input-group-prepend .input-group-text + .input-group-text, [dir=ltr] .input-group-prepend .input-group-text + .btn, [dir=ltr] .input-group-append .btn + .btn, [dir=ltr] .input-group-append .btn + .input-group-text, [dir=ltr] .input-group-append .input-group-text + .input-group-text, [dir=ltr] .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

[dir=rtl] .input-group-prepend .btn + .btn, [dir=rtl] .input-group-prepend .btn + .input-group-text, [dir=rtl] .input-group-prepend .input-group-text + .input-group-text, [dir=rtl] .input-group-prepend .input-group-text + .btn, [dir=rtl] .input-group-append .btn + .btn, [dir=rtl] .input-group-append .btn + .input-group-text, [dir=rtl] .input-group-append .input-group-text + .input-group-text, [dir=rtl] .input-group-append .input-group-text + .btn {
  margin-right: -1px;
}

[dir=ltr] .input-group-prepend {
  margin-right: -1px;
}

[dir=rtl] .input-group-prepend {
  margin-left: -1px;
}

[dir=ltr] .input-group-append {
  margin-left: -1px;
}

[dir=rtl] .input-group-append {
  margin-right: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  white-space: nowrap;
}

[dir] .input-group-text {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

[dir] .input-group-text input[type="radio"], [dir] .input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .input-group-lg > .form-control, [dir] .input-group-lg > .custom-select, [dir] .input-group-lg > .input-group-prepend > .input-group-text, [dir] .input-group-lg > .input-group-append > .input-group-text, [dir] .input-group-lg > .input-group-prepend > .btn, [dir] .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .input-group-sm > .form-control, [dir] .input-group-sm > .custom-select, [dir] .input-group-sm > .input-group-prepend > .input-group-text, [dir] .input-group-sm > .input-group-append > .input-group-text, [dir] .input-group-sm > .input-group-prepend > .btn, [dir] .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

[dir=ltr] .input-group-lg > .custom-select, [dir=ltr] .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

[dir=rtl] .input-group-lg > .custom-select, [dir=rtl] .input-group-sm > .custom-select {
  padding-left: 1.75rem;
}

[dir=ltr] .input-group > .input-group-prepend > .btn, [dir=ltr] .input-group > .input-group-prepend > .input-group-text, [dir=ltr] .input-group > .input-group-append:not(:last-child) > .btn, [dir=ltr] .input-group > .input-group-append:not(:last-child) > .input-group-text, [dir=ltr] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), [dir=ltr] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group > .input-group-prepend > .btn, [dir=rtl] .input-group > .input-group-prepend > .input-group-text, [dir=rtl] .input-group > .input-group-append:not(:last-child) > .btn, [dir=rtl] .input-group > .input-group-append:not(:last-child) > .input-group-text, [dir=rtl] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=ltr] .input-group > .input-group-append > .btn, [dir=ltr] .input-group > .input-group-append > .input-group-text, [dir=ltr] .input-group > .input-group-prepend:not(:first-child) > .btn, [dir=ltr] .input-group > .input-group-prepend:not(:first-child) > .input-group-text, [dir=ltr] .input-group > .input-group-prepend:first-child > .btn:not(:first-child), [dir=ltr] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .input-group > .input-group-append > .btn, [dir=rtl] .input-group > .input-group-append > .input-group-text, [dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .btn, [dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .input-group-text, [dir=rtl] .input-group > .input-group-prepend:first-child > .btn:not(:first-child), [dir=rtl] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
}

[dir=ltr] .custom-control {
  padding-left: 1.5rem;
}

[dir=rtl] .custom-control {
  padding-right: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

[dir=ltr] .custom-control-inline {
  margin-right: 1rem;
}

[dir=rtl] .custom-control-inline {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
}

[dir] .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

[dir] .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

[dir] .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
}

[dir] .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

[dir] .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  vertical-align: top;
}

[dir] .custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
}

[dir] .custom-control-label::before {
  background-color: #fff;
  border: #adb5bd solid 1px;
}

[dir=ltr] .custom-control-label::before {
  left: -1.5rem;
}

[dir=rtl] .custom-control-label::before {
  right: -1.5rem;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

[dir] .custom-control-label::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

[dir=ltr] .custom-control-label::after {
  left: -1.5rem;
}

[dir=rtl] .custom-control-label::after {
  right: -1.5rem;
}

[dir] .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

[dir] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

[dir] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

[dir] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

[dir] .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

[dir] .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

[dir] .custom-radio .custom-control-label::before {
  border-radius: 50%;
}

[dir] .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

[dir] .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

[dir=ltr] .custom-switch {
  padding-left: 2.25rem;
}

[dir=rtl] .custom-switch {
  padding-right: 2.25rem;
}

.custom-switch .custom-control-label::before {
  width: 1.75rem;
  pointer-events: all;
}

[dir] .custom-switch .custom-control-label::before {
  border-radius: 0.5rem;
}

[dir=ltr] .custom-switch .custom-control-label::before {
  left: -2.25rem;
}

[dir=rtl] .custom-switch .custom-control-label::before {
  right: -2.25rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

[dir] .custom-switch .custom-control-label::after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
}

[dir=ltr] .custom-switch .custom-control-label::after {
  left: calc(-2.25rem + 2px);
}

[dir=rtl] .custom-switch .custom-control-label::after {
  right: calc(-2.25rem + 2px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

[dir] .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
}

[dir=ltr] .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

[dir=rtl] .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(-0.75rem);
  transform: translateX(-0.75rem);
}

[dir] .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[dir] .custom-select {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

[dir=ltr] .custom-select {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

[dir=rtl] .custom-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px;
}

.custom-select:focus {
  outline: 0;
}

[dir] .custom-select:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
}

[dir] .custom-select:focus::-ms-value {
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
}

[dir] .custom-select[multiple], [dir] .custom-select[size]:not([size="1"]) {
  background-image: none;
}

[dir=ltr] .custom-select[multiple], [dir=ltr] .custom-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
}

[dir=rtl] .custom-select[multiple], [dir=rtl] .custom-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}

.custom-select:disabled {
  color: #6c757d;
}

[dir] .custom-select:disabled {
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  font-size: 0.875rem;
}

[dir] .custom-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

[dir=ltr] .custom-select-sm {
  padding-left: 0.5rem;
}

[dir=rtl] .custom-select-sm {
  padding-right: 0.5rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 1.25rem;
}

[dir] .custom-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

[dir=ltr] .custom-select-lg {
  padding-left: 1rem;
}

[dir=rtl] .custom-select-lg {
  padding-right: 1rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
}

[dir] .custom-file {
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  opacity: 0;
}

[dir] .custom-file-input {
  margin: 0;
}

[dir] .custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

[dir] .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

[dir] .custom-file-label {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

[dir=ltr] .custom-file-label {
  right: 0;
  left: 0;
}

[dir=rtl] .custom-file-label {
  left: 0;
  right: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
}

[dir] .custom-file-label::after {
  padding: 0.375rem 0.75rem;
  background-color: #e9ecef;
}

[dir=ltr] .custom-file-label::after {
  right: 0;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

[dir=rtl] .custom-file-label::after {
  left: 0;
  border-right: inherit;
  border-radius: 0.25rem 0 0 0.25rem;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[dir] .custom-range {
  padding: 0;
  background-color: transparent;
}

.custom-range:focus {
  outline: none;
}

[dir] .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

[dir] .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

[dir] .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

[dir] .custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

[dir] .custom-range::-webkit-slider-thumb {
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

[dir] .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}

[dir] .custom-range::-webkit-slider-runnable-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

[dir] .custom-range::-moz-range-thumb {
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

[dir] .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}

[dir] .custom-range::-moz-range-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

[dir] .custom-range::-ms-thumb {
  margin-top: 0;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
}

[dir=ltr] .custom-range::-ms-thumb {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

[dir=rtl] .custom-range::-ms-thumb {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

[dir] .custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}

[dir] .custom-range::-ms-track {
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

[dir] .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

[dir] .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

[dir=ltr] .custom-range::-ms-fill-upper {
  margin-right: 15px;
}

[dir=rtl] .custom-range::-ms-fill-upper {
  margin-left: 15px;
}

[dir] .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

[dir] .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

[dir] .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

[dir] .custom-range:disabled::-moz-range-track {
  cursor: default;
}

[dir] .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

[dir] .nav {
  margin-bottom: 0;
}

[dir=ltr] .nav {
  padding-left: 0;
}

[dir=rtl] .nav {
  padding-right: 0;
}

.nav-link {
  display: block;
}

[dir] .nav-link {
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

[dir] .nav-link.disabled {
  cursor: default;
}

[dir] .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

[dir] .nav-tabs .nav-item {
  margin-bottom: -1px;
}

[dir] .nav-tabs .nav-link {
  border: 1px solid transparent;
}

[dir=ltr] .nav-tabs .nav-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

[dir=rtl] .nav-tabs .nav-link {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

[dir] .nav-tabs .nav-link:hover, [dir] .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
}

[dir] .nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
}

[dir] .nav-tabs .nav-link.active, [dir] .nav-tabs .nav-item.show .nav-link {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

[dir] .nav-tabs .dropdown-menu {
  margin-top: -1px;
}

[dir=ltr] .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir=rtl] .nav-tabs .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[dir] .nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
}

[dir] .nav-pills .nav-link.active, [dir] .nav-pills .show > .nav-link {
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

[dir] .nav-fill .nav-item {
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

[dir] .nav-justified .nav-item {
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[dir] .navbar {
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

[dir] .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

[dir=ltr] .navbar-brand {
  margin-right: 1rem;
}

[dir=rtl] .navbar-brand {
  margin-left: 1rem;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
}

[dir] .navbar-nav {
  margin-bottom: 0;
}

[dir=ltr] .navbar-nav {
  padding-left: 0;
}

[dir=rtl] .navbar-nav {
  padding-right: 0;
}

[dir=ltr] .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

[dir=rtl] .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

[dir] .navbar-nav .dropdown-menu {
  float: none;
}

.navbar-text {
  display: inline-block;
}

[dir] .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
}

[dir] .navbar-toggler {
  padding: 0.25rem 0.75rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

[dir] .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
}

[dir] .navbar-toggler-icon {
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  [dir=ltr] .navbar-expand-sm > .container, [dir=ltr] .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .navbar-expand-sm > .container, [dir=rtl] .navbar-expand-sm > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  [dir=rtl] .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  [dir=ltr] .navbar-expand-md > .container, [dir=ltr] .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .navbar-expand-md > .container, [dir=rtl] .navbar-expand-md > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  [dir=rtl] .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  [dir=ltr] .navbar-expand-lg > .container, [dir=ltr] .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .navbar-expand-lg > .container, [dir=rtl] .navbar-expand-lg > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  [dir=rtl] .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  [dir=ltr] .navbar-expand-xl > .container, [dir=ltr] .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .navbar-expand-xl > .container, [dir=rtl] .navbar-expand-xl > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  [dir=ltr] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  [dir=rtl] .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

[dir=ltr] .navbar-expand > .container, [dir=ltr] .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

[dir=rtl] .navbar-expand > .container, [dir=rtl] .navbar-expand > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

[dir=ltr] .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

[dir=rtl] .navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
}

[dir] .navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

[dir] .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
}

[dir] .navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

[dir] .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

[dir] .card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

[dir=ltr] .card > hr {
  margin-right: 0;
  margin-left: 0;
}

[dir=rtl] .card > hr {
  margin-left: 0;
  margin-right: 0;
}

[dir=ltr] .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

[dir=rtl] .card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

[dir=ltr] .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir=rtl] .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

[dir] .card-body {
  padding: 1.25rem;
}

[dir] .card-title {
  margin-bottom: 0.75rem;
}

[dir] .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

[dir] .card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

[dir=ltr] .card-link + .card-link {
  margin-left: 1.25rem;
}

[dir=rtl] .card-link + .card-link {
  margin-right: 1.25rem;
}

.card-header {
  color: inherit;
}

[dir] .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

[dir] .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

[dir] .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

[dir] .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

[dir] .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

[dir] .card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

[dir=ltr] .card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

[dir=rtl] .card-header-tabs {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

[dir=ltr] .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

[dir=rtl] .card-header-pills {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
}

[dir] .card-img-overlay {
  padding: 1.25rem;
}

[dir=ltr] .card-img-overlay {
  right: 0;
  left: 0;
}

[dir=rtl] .card-img-overlay {
  left: 0;
  right: 0;
}

.card-img {
  width: 100%;
}

[dir] .card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
}

[dir=ltr] .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

[dir=rtl] .card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
}

[dir=ltr] .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

[dir=rtl] .card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

[dir] .card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  [dir=ltr] .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
  [dir=rtl] .card-deck {
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  [dir] .card-deck .card {
    margin-bottom: 0;
  }
  [dir=ltr] .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }
  [dir=rtl] .card-deck .card {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

[dir] .card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  [dir] .card-group > .card {
    margin-bottom: 0;
  }
  [dir=ltr] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  [dir=rtl] .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }
  [dir=ltr] .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [dir=rtl] .card-group > .card:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=ltr] .card-group > .card:first-child .card-img-top, [dir=ltr] .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  [dir=rtl] .card-group > .card:first-child .card-img-top, [dir=rtl] .card-group > .card:first-child .card-header {
    border-top-left-radius: 0;
  }
  [dir=ltr] .card-group > .card:first-child .card-img-bottom, [dir=ltr] .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  [dir=rtl] .card-group > .card:first-child .card-img-bottom, [dir=rtl] .card-group > .card:first-child .card-footer {
    border-bottom-left-radius: 0;
  }
  [dir=ltr] .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .card-group > .card:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [dir=ltr] .card-group > .card:last-child .card-img-top, [dir=ltr] .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  [dir=rtl] .card-group > .card:last-child .card-img-top, [dir=rtl] .card-group > .card:last-child .card-header {
    border-top-right-radius: 0;
  }
  [dir=ltr] .card-group > .card:last-child .card-img-bottom, [dir=ltr] .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .card-group > .card:last-child .card-img-bottom, [dir=rtl] .card-group > .card:last-child .card-footer {
    border-bottom-right-radius: 0;
  }
  [dir] .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  [dir=ltr] .card-group > .card:only-child .card-img-top, [dir=ltr] .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  [dir=rtl] .card-group > .card:only-child .card-img-top, [dir=rtl] .card-group > .card:only-child .card-header {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  [dir=ltr] .card-group > .card:only-child .card-img-bottom, [dir=ltr] .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  [dir=rtl] .card-group > .card:only-child .card-img-bottom, [dir=rtl] .card-group > .card:only-child .card-footer {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  [dir] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  [dir] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, [dir] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, [dir] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, [dir] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

[dir] .card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card {
  overflow: hidden;
}

[dir] .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

[dir] .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

[dir] .accordion .card:first-of-type {
  border-bottom: 0;
}

[dir=ltr] .accordion .card:first-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .accordion .card:first-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=ltr] .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir=rtl] .accordion .card:last-of-type {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[dir] .accordion .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

[dir] .breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

[dir=ltr] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: #6c757d;
  content: "/";
}

[dir=ltr] .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.5rem;
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

[dir] .pagination {
  border-radius: 0.25rem;
}

[dir=ltr] .pagination {
  padding-left: 0;
}

[dir=rtl] .pagination {
  padding-right: 0;
}

.page-link {
  position: relative;
  display: block;
  line-height: 1.25;
  color: #007bff;
}

[dir] .page-link {
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

[dir=ltr] .page-link {
  margin-left: -1px;
}

[dir=rtl] .page-link {
  margin-right: -1px;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
}

[dir] .page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
}

[dir] .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

[dir] .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

[dir=ltr] .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir=rtl] .page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[dir=ltr] .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[dir=rtl] .page-item:last-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
}

[dir] .page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
}

[dir] .page-item.disabled .page-link {
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
}

[dir=ltr] .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

[dir=rtl] .pagination-lg .page-item:first-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

[dir=ltr] .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

[dir=rtl] .pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
}

[dir=ltr] .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

[dir=rtl] .pagination-sm .page-item:first-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

[dir=ltr] .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

[dir=rtl] .pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.badge {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
}

[dir] .badge {
  padding: 0.25em 0.4em;
  text-align: center;
  border-radius: 0.25rem;
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

[dir] .badge-pill {
  border-radius: 10rem;
}

[dir=ltr] .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

[dir=rtl] .badge-pill {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.badge-primary {
  color: #fff;
}

[dir] .badge-primary {
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
}

[dir] a.badge-primary:hover, [dir] a.badge-primary:focus {
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
}

[dir] .badge-secondary {
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
}

[dir] a.badge-secondary:hover, [dir] a.badge-secondary:focus {
  background-color: #545b62;
}

.badge-success {
  color: #fff;
}

[dir] .badge-success {
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
}

[dir] a.badge-success:hover, [dir] a.badge-success:focus {
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
}

[dir] .badge-info {
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
}

[dir] a.badge-info:hover, [dir] a.badge-info:focus {
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
}

[dir] .badge-warning {
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
}

[dir] a.badge-warning:hover, [dir] a.badge-warning:focus {
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
}

[dir] .badge-danger {
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
}

[dir] a.badge-danger:hover, [dir] a.badge-danger:focus {
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
}

[dir] .badge-light {
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
}

[dir] a.badge-light:hover, [dir] a.badge-light:focus {
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
}

[dir] .badge-dark {
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
}

[dir] a.badge-dark:hover, [dir] a.badge-dark:focus {
  background-color: #1d2124;
}

[dir] .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  [dir] .jumbotron {
    padding: 4rem 2rem;
  }
}

[dir] .jumbotron-fluid {
  border-radius: 0;
}

[dir=ltr] .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

[dir=rtl] .jumbotron-fluid {
  padding-left: 0;
  padding-right: 0;
}

.alert {
  position: relative;
}

[dir] .alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

[dir=ltr] .alert-dismissible {
  padding-right: 4rem;
}

[dir=rtl] .alert-dismissible {
  padding-left: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  color: inherit;
}

[dir] .alert-dismissible .close {
  padding: 0.75rem 1.25rem;
}

[dir=ltr] .alert-dismissible .close {
  right: 0;
}

[dir=rtl] .alert-dismissible .close {
  left: 0;
}

.alert-primary {
  color: #004085;
}

[dir] .alert-primary {
  background-color: #cce5ff;
  border-color: #b8daff;
}

[dir] .alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
}

[dir] .alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

[dir] .alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
}

[dir] .alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

[dir] .alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
}

[dir] .alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

[dir] .alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
}

[dir] .alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

[dir] .alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
}

[dir] .alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

[dir] .alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[dir=ltr] .row {
  margin-right: -15px;
  margin-left: -15px;
}

[dir=rtl] .row {
  margin-left: -15px;
  margin-right: -15px;
}

[dir=ltr] .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

[dir=rtl] .no-gutters {
  margin-left: 0;
  margin-right: 0;
}

[dir=ltr] .no-gutters > .col, [dir=ltr] .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

[dir=rtl] .no-gutters > .col, [dir=rtl] .no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
}

[dir=ltr] .col-1, [dir=ltr] .col-2, [dir=ltr] .col-3, [dir=ltr] .col-4, [dir=ltr] .col-5, [dir=ltr] .col-6, [dir=ltr] .col-7, [dir=ltr] .col-8, [dir=ltr] .col-9, [dir=ltr] .col-10, [dir=ltr] .col-11, [dir=ltr] .col-12, [dir=ltr] .col, [dir=ltr] .col-auto, [dir=ltr] .col-sm-1, [dir=ltr] .col-sm-2, [dir=ltr] .col-sm-3, [dir=ltr] .col-sm-4, [dir=ltr] .col-sm-5, [dir=ltr] .col-sm-6, [dir=ltr] .col-sm-7, [dir=ltr] .col-sm-8, [dir=ltr] .col-sm-9, [dir=ltr] .col-sm-10, [dir=ltr] .col-sm-11, [dir=ltr] .col-sm-12, [dir=ltr] .col-sm, [dir=ltr] .col-sm-auto, [dir=ltr] .col-md-1, [dir=ltr] .col-md-2, [dir=ltr] .col-md-3, [dir=ltr] .col-md-4, [dir=ltr] .col-md-5, [dir=ltr] .col-md-6, [dir=ltr] .col-md-7, [dir=ltr] .col-md-8, [dir=ltr] .col-md-9, [dir=ltr] .col-md-10, [dir=ltr] .col-md-11, [dir=ltr] .col-md-12, [dir=ltr] .col-md, [dir=ltr] .col-md-auto, [dir=ltr] .col-lg-1, [dir=ltr] .col-lg-2, [dir=ltr] .col-lg-3, [dir=ltr] .col-lg-4, [dir=ltr] .col-lg-5, [dir=ltr] .col-lg-6, [dir=ltr] .col-lg-7, [dir=ltr] .col-lg-8, [dir=ltr] .col-lg-9, [dir=ltr] .col-lg-10, [dir=ltr] .col-lg-11, [dir=ltr] .col-lg-12, [dir=ltr] .col-lg, [dir=ltr] .col-lg-auto, [dir=ltr] .col-xl-1, [dir=ltr] .col-xl-2, [dir=ltr] .col-xl-3, [dir=ltr] .col-xl-4, [dir=ltr] .col-xl-5, [dir=ltr] .col-xl-6, [dir=ltr] .col-xl-7, [dir=ltr] .col-xl-8, [dir=ltr] .col-xl-9, [dir=ltr] .col-xl-10, [dir=ltr] .col-xl-11, [dir=ltr] .col-xl-12, [dir=ltr] .col-xl, [dir=ltr] .col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

[dir=rtl] .col-1, [dir=rtl] .col-2, [dir=rtl] .col-3, [dir=rtl] .col-4, [dir=rtl] .col-5, [dir=rtl] .col-6, [dir=rtl] .col-7, [dir=rtl] .col-8, [dir=rtl] .col-9, [dir=rtl] .col-10, [dir=rtl] .col-11, [dir=rtl] .col-12, [dir=rtl] .col, [dir=rtl] .col-auto, [dir=rtl] .col-sm-1, [dir=rtl] .col-sm-2, [dir=rtl] .col-sm-3, [dir=rtl] .col-sm-4, [dir=rtl] .col-sm-5, [dir=rtl] .col-sm-6, [dir=rtl] .col-sm-7, [dir=rtl] .col-sm-8, [dir=rtl] .col-sm-9, [dir=rtl] .col-sm-10, [dir=rtl] .col-sm-11, [dir=rtl] .col-sm-12, [dir=rtl] .col-sm, [dir=rtl] .col-sm-auto, [dir=rtl] .col-md-1, [dir=rtl] .col-md-2, [dir=rtl] .col-md-3, [dir=rtl] .col-md-4, [dir=rtl] .col-md-5, [dir=rtl] .col-md-6, [dir=rtl] .col-md-7, [dir=rtl] .col-md-8, [dir=rtl] .col-md-9, [dir=rtl] .col-md-10, [dir=rtl] .col-md-11, [dir=rtl] .col-md-12, [dir=rtl] .col-md, [dir=rtl] .col-md-auto, [dir=rtl] .col-lg-1, [dir=rtl] .col-lg-2, [dir=rtl] .col-lg-3, [dir=rtl] .col-lg-4, [dir=rtl] .col-lg-5, [dir=rtl] .col-lg-6, [dir=rtl] .col-lg-7, [dir=rtl] .col-lg-8, [dir=rtl] .col-lg-9, [dir=rtl] .col-lg-10, [dir=rtl] .col-lg-11, [dir=rtl] .col-lg-12, [dir=rtl] .col-lg, [dir=rtl] .col-lg-auto, [dir=rtl] .col-xl-1, [dir=rtl] .col-xl-2, [dir=rtl] .col-xl-3, [dir=rtl] .col-xl-4, [dir=rtl] .col-xl-5, [dir=rtl] .col-xl-6, [dir=rtl] .col-xl-7, [dir=rtl] .col-xl-8, [dir=rtl] .col-xl-9, [dir=rtl] .col-xl-10, [dir=rtl] .col-xl-11, [dir=rtl] .col-xl-12, [dir=rtl] .col-xl, [dir=rtl] .col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

[dir=ltr] .offset-1 {
  margin-left: 8.333333%;
}

[dir=rtl] .offset-1 {
  margin-right: 8.333333%;
}

[dir=ltr] .offset-2 {
  margin-left: 16.666667%;
}

[dir=rtl] .offset-2 {
  margin-right: 16.666667%;
}

[dir=ltr] .offset-3 {
  margin-left: 25%;
}

[dir=rtl] .offset-3 {
  margin-right: 25%;
}

[dir=ltr] .offset-4 {
  margin-left: 33.333333%;
}

[dir=rtl] .offset-4 {
  margin-right: 33.333333%;
}

[dir=ltr] .offset-5 {
  margin-left: 41.666667%;
}

[dir=rtl] .offset-5 {
  margin-right: 41.666667%;
}

[dir=ltr] .offset-6 {
  margin-left: 50%;
}

[dir=rtl] .offset-6 {
  margin-right: 50%;
}

[dir=ltr] .offset-7 {
  margin-left: 58.333333%;
}

[dir=rtl] .offset-7 {
  margin-right: 58.333333%;
}

[dir=ltr] .offset-8 {
  margin-left: 66.666667%;
}

[dir=rtl] .offset-8 {
  margin-right: 66.666667%;
}

[dir=ltr] .offset-9 {
  margin-left: 75%;
}

[dir=rtl] .offset-9 {
  margin-right: 75%;
}

[dir=ltr] .offset-10 {
  margin-left: 83.333333%;
}

[dir=rtl] .offset-10 {
  margin-right: 83.333333%;
}

[dir=ltr] .offset-11 {
  margin-left: 91.666667%;
}

[dir=rtl] .offset-11 {
  margin-right: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  [dir=ltr] .offset-sm-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-sm-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-sm-1 {
    margin-left: 8.333333%;
  }
  [dir=rtl] .offset-sm-1 {
    margin-right: 8.333333%;
  }
  [dir=ltr] .offset-sm-2 {
    margin-left: 16.666667%;
  }
  [dir=rtl] .offset-sm-2 {
    margin-right: 16.666667%;
  }
  [dir=ltr] .offset-sm-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-sm-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-sm-4 {
    margin-left: 33.333333%;
  }
  [dir=rtl] .offset-sm-4 {
    margin-right: 33.333333%;
  }
  [dir=ltr] .offset-sm-5 {
    margin-left: 41.666667%;
  }
  [dir=rtl] .offset-sm-5 {
    margin-right: 41.666667%;
  }
  [dir=ltr] .offset-sm-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-sm-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-sm-7 {
    margin-left: 58.333333%;
  }
  [dir=rtl] .offset-sm-7 {
    margin-right: 58.333333%;
  }
  [dir=ltr] .offset-sm-8 {
    margin-left: 66.666667%;
  }
  [dir=rtl] .offset-sm-8 {
    margin-right: 66.666667%;
  }
  [dir=ltr] .offset-sm-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-sm-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-sm-10 {
    margin-left: 83.333333%;
  }
  [dir=rtl] .offset-sm-10 {
    margin-right: 83.333333%;
  }
  [dir=ltr] .offset-sm-11 {
    margin-left: 91.666667%;
  }
  [dir=rtl] .offset-sm-11 {
    margin-right: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  [dir=ltr] .offset-md-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-md-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-md-1 {
    margin-left: 8.333333%;
  }
  [dir=rtl] .offset-md-1 {
    margin-right: 8.333333%;
  }
  [dir=ltr] .offset-md-2 {
    margin-left: 16.666667%;
  }
  [dir=rtl] .offset-md-2 {
    margin-right: 16.666667%;
  }
  [dir=ltr] .offset-md-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-md-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-md-4 {
    margin-left: 33.333333%;
  }
  [dir=rtl] .offset-md-4 {
    margin-right: 33.333333%;
  }
  [dir=ltr] .offset-md-5 {
    margin-left: 41.666667%;
  }
  [dir=rtl] .offset-md-5 {
    margin-right: 41.666667%;
  }
  [dir=ltr] .offset-md-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-md-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-md-7 {
    margin-left: 58.333333%;
  }
  [dir=rtl] .offset-md-7 {
    margin-right: 58.333333%;
  }
  [dir=ltr] .offset-md-8 {
    margin-left: 66.666667%;
  }
  [dir=rtl] .offset-md-8 {
    margin-right: 66.666667%;
  }
  [dir=ltr] .offset-md-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-md-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-md-10 {
    margin-left: 83.333333%;
  }
  [dir=rtl] .offset-md-10 {
    margin-right: 83.333333%;
  }
  [dir=ltr] .offset-md-11 {
    margin-left: 91.666667%;
  }
  [dir=rtl] .offset-md-11 {
    margin-right: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  [dir=ltr] .offset-lg-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-lg-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-lg-1 {
    margin-left: 8.333333%;
  }
  [dir=rtl] .offset-lg-1 {
    margin-right: 8.333333%;
  }
  [dir=ltr] .offset-lg-2 {
    margin-left: 16.666667%;
  }
  [dir=rtl] .offset-lg-2 {
    margin-right: 16.666667%;
  }
  [dir=ltr] .offset-lg-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-lg-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-lg-4 {
    margin-left: 33.333333%;
  }
  [dir=rtl] .offset-lg-4 {
    margin-right: 33.333333%;
  }
  [dir=ltr] .offset-lg-5 {
    margin-left: 41.666667%;
  }
  [dir=rtl] .offset-lg-5 {
    margin-right: 41.666667%;
  }
  [dir=ltr] .offset-lg-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-lg-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-lg-7 {
    margin-left: 58.333333%;
  }
  [dir=rtl] .offset-lg-7 {
    margin-right: 58.333333%;
  }
  [dir=ltr] .offset-lg-8 {
    margin-left: 66.666667%;
  }
  [dir=rtl] .offset-lg-8 {
    margin-right: 66.666667%;
  }
  [dir=ltr] .offset-lg-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-lg-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-lg-10 {
    margin-left: 83.333333%;
  }
  [dir=rtl] .offset-lg-10 {
    margin-right: 83.333333%;
  }
  [dir=ltr] .offset-lg-11 {
    margin-left: 91.666667%;
  }
  [dir=rtl] .offset-lg-11 {
    margin-right: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  [dir=ltr] .offset-xl-0 {
    margin-left: 0;
  }
  [dir=rtl] .offset-xl-0 {
    margin-right: 0;
  }
  [dir=ltr] .offset-xl-1 {
    margin-left: 8.333333%;
  }
  [dir=rtl] .offset-xl-1 {
    margin-right: 8.333333%;
  }
  [dir=ltr] .offset-xl-2 {
    margin-left: 16.666667%;
  }
  [dir=rtl] .offset-xl-2 {
    margin-right: 16.666667%;
  }
  [dir=ltr] .offset-xl-3 {
    margin-left: 25%;
  }
  [dir=rtl] .offset-xl-3 {
    margin-right: 25%;
  }
  [dir=ltr] .offset-xl-4 {
    margin-left: 33.333333%;
  }
  [dir=rtl] .offset-xl-4 {
    margin-right: 33.333333%;
  }
  [dir=ltr] .offset-xl-5 {
    margin-left: 41.666667%;
  }
  [dir=rtl] .offset-xl-5 {
    margin-right: 41.666667%;
  }
  [dir=ltr] .offset-xl-6 {
    margin-left: 50%;
  }
  [dir=rtl] .offset-xl-6 {
    margin-right: 50%;
  }
  [dir=ltr] .offset-xl-7 {
    margin-left: 58.333333%;
  }
  [dir=rtl] .offset-xl-7 {
    margin-right: 58.333333%;
  }
  [dir=ltr] .offset-xl-8 {
    margin-left: 66.666667%;
  }
  [dir=rtl] .offset-xl-8 {
    margin-right: 66.666667%;
  }
  [dir=ltr] .offset-xl-9 {
    margin-left: 75%;
  }
  [dir=rtl] .offset-xl-9 {
    margin-right: 75%;
  }
  [dir=ltr] .offset-xl-10 {
    margin-left: 83.333333%;
  }
  [dir=rtl] .offset-xl-10 {
    margin-right: 83.333333%;
  }
  [dir=ltr] .offset-xl-11 {
    margin-left: 91.666667%;
  }
  [dir=rtl] .offset-xl-11 {
    margin-right: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

[dir] .m-0 {
  margin: 0 !important;
}

[dir] .mt-0, [dir] .my-0 {
  margin-top: 0 !important;
}

[dir=ltr] .mr-0, [dir=ltr] .mx-0 {
  margin-right: 0 !important;
}

[dir=rtl] .mr-0, [dir=rtl] .mx-0 {
  margin-left: 0 !important;
}

[dir] .mb-0, [dir] .my-0 {
  margin-bottom: 0 !important;
}

[dir=ltr] .ml-0, [dir=ltr] .mx-0 {
  margin-left: 0 !important;
}

[dir=rtl] .ml-0, [dir=rtl] .mx-0 {
  margin-right: 0 !important;
}

[dir] .m-1 {
  margin: 0.25rem !important;
}

[dir] .mt-1, [dir] .my-1 {
  margin-top: 0.25rem !important;
}

[dir=ltr] .mr-1, [dir=ltr] .mx-1 {
  margin-right: 0.25rem !important;
}

[dir=rtl] .mr-1, [dir=rtl] .mx-1 {
  margin-left: 0.25rem !important;
}

[dir] .mb-1, [dir] .my-1 {
  margin-bottom: 0.25rem !important;
}

[dir=ltr] .ml-1, [dir=ltr] .mx-1 {
  margin-left: 0.25rem !important;
}

[dir=rtl] .ml-1, [dir=rtl] .mx-1 {
  margin-right: 0.25rem !important;
}

[dir] .m-2 {
  margin: 0.5rem !important;
}

[dir] .mt-2, [dir] .my-2 {
  margin-top: 0.5rem !important;
}

[dir=ltr] .mr-2, [dir=ltr] .mx-2 {
  margin-right: 0.5rem !important;
}

[dir=rtl] .mr-2, [dir=rtl] .mx-2 {
  margin-left: 0.5rem !important;
}

[dir] .mb-2, [dir] .my-2 {
  margin-bottom: 0.5rem !important;
}

[dir=ltr] .ml-2, [dir=ltr] .mx-2 {
  margin-left: 0.5rem !important;
}

[dir=rtl] .ml-2, [dir=rtl] .mx-2 {
  margin-right: 0.5rem !important;
}

[dir] .m-3 {
  margin: 1rem !important;
}

[dir] .mt-3, [dir] .my-3 {
  margin-top: 1rem !important;
}

[dir=ltr] .mr-3, [dir=ltr] .mx-3 {
  margin-right: 1rem !important;
}

[dir=rtl] .mr-3, [dir=rtl] .mx-3 {
  margin-left: 1rem !important;
}

[dir] .mb-3, [dir] .my-3 {
  margin-bottom: 1rem !important;
}

[dir=ltr] .ml-3, [dir=ltr] .mx-3 {
  margin-left: 1rem !important;
}

[dir=rtl] .ml-3, [dir=rtl] .mx-3 {
  margin-right: 1rem !important;
}

[dir] .m-4 {
  margin: 1.5rem !important;
}

[dir] .mt-4, [dir] .my-4 {
  margin-top: 1.5rem !important;
}

[dir=ltr] .mr-4, [dir=ltr] .mx-4 {
  margin-right: 1.5rem !important;
}

[dir=rtl] .mr-4, [dir=rtl] .mx-4 {
  margin-left: 1.5rem !important;
}

[dir] .mb-4, [dir] .my-4 {
  margin-bottom: 1.5rem !important;
}

[dir=ltr] .ml-4, [dir=ltr] .mx-4 {
  margin-left: 1.5rem !important;
}

[dir=rtl] .ml-4, [dir=rtl] .mx-4 {
  margin-right: 1.5rem !important;
}

[dir] .m-5 {
  margin: 3rem !important;
}

[dir] .mt-5, [dir] .my-5 {
  margin-top: 3rem !important;
}

[dir=ltr] .mr-5, [dir=ltr] .mx-5 {
  margin-right: 3rem !important;
}

[dir=rtl] .mr-5, [dir=rtl] .mx-5 {
  margin-left: 3rem !important;
}

[dir] .mb-5, [dir] .my-5 {
  margin-bottom: 3rem !important;
}

[dir=ltr] .ml-5, [dir=ltr] .mx-5 {
  margin-left: 3rem !important;
}

[dir=rtl] .ml-5, [dir=rtl] .mx-5 {
  margin-right: 3rem !important;
}

[dir] .p-0 {
  padding: 0 !important;
}

[dir] .pt-0, [dir] .py-0 {
  padding-top: 0 !important;
}

[dir=ltr] .pr-0, [dir=ltr] .px-0 {
  padding-right: 0 !important;
}

[dir=rtl] .pr-0, [dir=rtl] .px-0 {
  padding-left: 0 !important;
}

[dir] .pb-0, [dir] .py-0 {
  padding-bottom: 0 !important;
}

[dir=ltr] .pl-0, [dir=ltr] .px-0 {
  padding-left: 0 !important;
}

[dir=rtl] .pl-0, [dir=rtl] .px-0 {
  padding-right: 0 !important;
}

[dir] .p-1 {
  padding: 0.25rem !important;
}

[dir] .pt-1, [dir] .py-1 {
  padding-top: 0.25rem !important;
}

[dir=ltr] .pr-1, [dir=ltr] .px-1 {
  padding-right: 0.25rem !important;
}

[dir=rtl] .pr-1, [dir=rtl] .px-1 {
  padding-left: 0.25rem !important;
}

[dir] .pb-1, [dir] .py-1 {
  padding-bottom: 0.25rem !important;
}

[dir=ltr] .pl-1, [dir=ltr] .px-1 {
  padding-left: 0.25rem !important;
}

[dir=rtl] .pl-1, [dir=rtl] .px-1 {
  padding-right: 0.25rem !important;
}

[dir] .p-2 {
  padding: 0.5rem !important;
}

[dir] .pt-2, [dir] .py-2 {
  padding-top: 0.5rem !important;
}

[dir=ltr] .pr-2, [dir=ltr] .px-2 {
  padding-right: 0.5rem !important;
}

[dir=rtl] .pr-2, [dir=rtl] .px-2 {
  padding-left: 0.5rem !important;
}

[dir] .pb-2, [dir] .py-2 {
  padding-bottom: 0.5rem !important;
}

[dir=ltr] .pl-2, [dir=ltr] .px-2 {
  padding-left: 0.5rem !important;
}

[dir=rtl] .pl-2, [dir=rtl] .px-2 {
  padding-right: 0.5rem !important;
}

[dir] .p-3 {
  padding: 1rem !important;
}

[dir] .pt-3, [dir] .py-3 {
  padding-top: 1rem !important;
}

[dir=ltr] .pr-3, [dir=ltr] .px-3 {
  padding-right: 1rem !important;
}

[dir=rtl] .pr-3, [dir=rtl] .px-3 {
  padding-left: 1rem !important;
}

[dir] .pb-3, [dir] .py-3 {
  padding-bottom: 1rem !important;
}

[dir=ltr] .pl-3, [dir=ltr] .px-3 {
  padding-left: 1rem !important;
}

[dir=rtl] .pl-3, [dir=rtl] .px-3 {
  padding-right: 1rem !important;
}

[dir] .p-4 {
  padding: 1.5rem !important;
}

[dir] .pt-4, [dir] .py-4 {
  padding-top: 1.5rem !important;
}

[dir=ltr] .pr-4, [dir=ltr] .px-4 {
  padding-right: 1.5rem !important;
}

[dir=rtl] .pr-4, [dir=rtl] .px-4 {
  padding-left: 1.5rem !important;
}

[dir] .pb-4, [dir] .py-4 {
  padding-bottom: 1.5rem !important;
}

[dir=ltr] .pl-4, [dir=ltr] .px-4 {
  padding-left: 1.5rem !important;
}

[dir=rtl] .pl-4, [dir=rtl] .px-4 {
  padding-right: 1.5rem !important;
}

[dir] .p-5 {
  padding: 3rem !important;
}

[dir] .pt-5, [dir] .py-5 {
  padding-top: 3rem !important;
}

[dir=ltr] .pr-5, [dir=ltr] .px-5 {
  padding-right: 3rem !important;
}

[dir=rtl] .pr-5, [dir=rtl] .px-5 {
  padding-left: 3rem !important;
}

[dir] .pb-5, [dir] .py-5 {
  padding-bottom: 3rem !important;
}

[dir=ltr] .pl-5, [dir=ltr] .px-5 {
  padding-left: 3rem !important;
}

[dir=rtl] .pl-5, [dir=rtl] .px-5 {
  padding-right: 3rem !important;
}

[dir] .m-n1 {
  margin: -0.25rem !important;
}

[dir] .mt-n1, [dir] .my-n1 {
  margin-top: -0.25rem !important;
}

[dir=ltr] .mr-n1, [dir=ltr] .mx-n1 {
  margin-right: -0.25rem !important;
}

[dir=rtl] .mr-n1, [dir=rtl] .mx-n1 {
  margin-left: -0.25rem !important;
}

[dir] .mb-n1, [dir] .my-n1 {
  margin-bottom: -0.25rem !important;
}

[dir=ltr] .ml-n1, [dir=ltr] .mx-n1 {
  margin-left: -0.25rem !important;
}

[dir=rtl] .ml-n1, [dir=rtl] .mx-n1 {
  margin-right: -0.25rem !important;
}

[dir] .m-n2 {
  margin: -0.5rem !important;
}

[dir] .mt-n2, [dir] .my-n2 {
  margin-top: -0.5rem !important;
}

[dir=ltr] .mr-n2, [dir=ltr] .mx-n2 {
  margin-right: -0.5rem !important;
}

[dir=rtl] .mr-n2, [dir=rtl] .mx-n2 {
  margin-left: -0.5rem !important;
}

[dir] .mb-n2, [dir] .my-n2 {
  margin-bottom: -0.5rem !important;
}

[dir=ltr] .ml-n2, [dir=ltr] .mx-n2 {
  margin-left: -0.5rem !important;
}

[dir=rtl] .ml-n2, [dir=rtl] .mx-n2 {
  margin-right: -0.5rem !important;
}

[dir] .m-n3 {
  margin: -1rem !important;
}

[dir] .mt-n3, [dir] .my-n3 {
  margin-top: -1rem !important;
}

[dir=ltr] .mr-n3, [dir=ltr] .mx-n3 {
  margin-right: -1rem !important;
}

[dir=rtl] .mr-n3, [dir=rtl] .mx-n3 {
  margin-left: -1rem !important;
}

[dir] .mb-n3, [dir] .my-n3 {
  margin-bottom: -1rem !important;
}

[dir=ltr] .ml-n3, [dir=ltr] .mx-n3 {
  margin-left: -1rem !important;
}

[dir=rtl] .ml-n3, [dir=rtl] .mx-n3 {
  margin-right: -1rem !important;
}

[dir] .m-n4 {
  margin: -1.5rem !important;
}

[dir] .mt-n4, [dir] .my-n4 {
  margin-top: -1.5rem !important;
}

[dir=ltr] .mr-n4, [dir=ltr] .mx-n4 {
  margin-right: -1.5rem !important;
}

[dir=rtl] .mr-n4, [dir=rtl] .mx-n4 {
  margin-left: -1.5rem !important;
}

[dir] .mb-n4, [dir] .my-n4 {
  margin-bottom: -1.5rem !important;
}

[dir=ltr] .ml-n4, [dir=ltr] .mx-n4 {
  margin-left: -1.5rem !important;
}

[dir=rtl] .ml-n4, [dir=rtl] .mx-n4 {
  margin-right: -1.5rem !important;
}

[dir] .m-n5 {
  margin: -3rem !important;
}

[dir] .mt-n5, [dir] .my-n5 {
  margin-top: -3rem !important;
}

[dir=ltr] .mr-n5, [dir=ltr] .mx-n5 {
  margin-right: -3rem !important;
}

[dir=rtl] .mr-n5, [dir=rtl] .mx-n5 {
  margin-left: -3rem !important;
}

[dir] .mb-n5, [dir] .my-n5 {
  margin-bottom: -3rem !important;
}

[dir=ltr] .ml-n5, [dir=ltr] .mx-n5 {
  margin-left: -3rem !important;
}

[dir=rtl] .ml-n5, [dir=rtl] .mx-n5 {
  margin-right: -3rem !important;
}

[dir] .m-auto {
  margin: auto !important;
}

[dir] .mt-auto, [dir] .my-auto {
  margin-top: auto !important;
}

[dir=ltr] .mr-auto, [dir=ltr] .mx-auto {
  margin-right: auto !important;
}

[dir=rtl] .mr-auto, [dir=rtl] .mx-auto {
  margin-left: auto !important;
}

[dir] .mb-auto, [dir] .my-auto {
  margin-bottom: auto !important;
}

[dir=ltr] .ml-auto, [dir=ltr] .mx-auto {
  margin-left: auto !important;
}

[dir=rtl] .ml-auto, [dir=rtl] .mx-auto {
  margin-right: auto !important;
}

@media (min-width: 576px) {
  [dir] .m-sm-0 {
    margin: 0 !important;
  }
  [dir] .mt-sm-0, [dir] .my-sm-0 {
    margin-top: 0 !important;
  }
  [dir=ltr] .mr-sm-0, [dir=ltr] .mx-sm-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .mr-sm-0, [dir=rtl] .mx-sm-0 {
    margin-left: 0 !important;
  }
  [dir] .mb-sm-0, [dir] .my-sm-0 {
    margin-bottom: 0 !important;
  }
  [dir=ltr] .ml-sm-0, [dir=ltr] .mx-sm-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ml-sm-0, [dir=rtl] .mx-sm-0 {
    margin-right: 0 !important;
  }
  [dir] .m-sm-1 {
    margin: 0.25rem !important;
  }
  [dir] .mt-sm-1, [dir] .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  [dir=ltr] .mr-sm-1, [dir=ltr] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .mr-sm-1, [dir=rtl] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  [dir] .mb-sm-1, [dir] .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir=ltr] .ml-sm-1, [dir=ltr] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ml-sm-1, [dir=rtl] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  [dir] .m-sm-2 {
    margin: 0.5rem !important;
  }
  [dir] .mt-sm-2, [dir] .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  [dir=ltr] .mr-sm-2, [dir=ltr] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .mr-sm-2, [dir=rtl] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  [dir] .mb-sm-2, [dir] .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir=ltr] .ml-sm-2, [dir=ltr] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ml-sm-2, [dir=rtl] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  [dir] .m-sm-3 {
    margin: 1rem !important;
  }
  [dir] .mt-sm-3, [dir] .my-sm-3 {
    margin-top: 1rem !important;
  }
  [dir=ltr] .mr-sm-3, [dir=ltr] .mx-sm-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .mr-sm-3, [dir=rtl] .mx-sm-3 {
    margin-left: 1rem !important;
  }
  [dir] .mb-sm-3, [dir] .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  [dir=ltr] .ml-sm-3, [dir=ltr] .mx-sm-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ml-sm-3, [dir=rtl] .mx-sm-3 {
    margin-right: 1rem !important;
  }
  [dir] .m-sm-4 {
    margin: 1.5rem !important;
  }
  [dir] .mt-sm-4, [dir] .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  [dir=ltr] .mr-sm-4, [dir=ltr] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .mr-sm-4, [dir=rtl] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  [dir] .mb-sm-4, [dir] .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir=ltr] .ml-sm-4, [dir=ltr] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ml-sm-4, [dir=rtl] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  [dir] .m-sm-5 {
    margin: 3rem !important;
  }
  [dir] .mt-sm-5, [dir] .my-sm-5 {
    margin-top: 3rem !important;
  }
  [dir=ltr] .mr-sm-5, [dir=ltr] .mx-sm-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .mr-sm-5, [dir=rtl] .mx-sm-5 {
    margin-left: 3rem !important;
  }
  [dir] .mb-sm-5, [dir] .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  [dir=ltr] .ml-sm-5, [dir=ltr] .mx-sm-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ml-sm-5, [dir=rtl] .mx-sm-5 {
    margin-right: 3rem !important;
  }
  [dir] .p-sm-0 {
    padding: 0 !important;
  }
  [dir] .pt-sm-0, [dir] .py-sm-0 {
    padding-top: 0 !important;
  }
  [dir=ltr] .pr-sm-0, [dir=ltr] .px-sm-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pr-sm-0, [dir=rtl] .px-sm-0 {
    padding-left: 0 !important;
  }
  [dir] .pb-sm-0, [dir] .py-sm-0 {
    padding-bottom: 0 !important;
  }
  [dir=ltr] .pl-sm-0, [dir=ltr] .px-sm-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .pl-sm-0, [dir=rtl] .px-sm-0 {
    padding-right: 0 !important;
  }
  [dir] .p-sm-1 {
    padding: 0.25rem !important;
  }
  [dir] .pt-sm-1, [dir] .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  [dir=ltr] .pr-sm-1, [dir=ltr] .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pr-sm-1, [dir=rtl] .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  [dir] .pb-sm-1, [dir] .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir=ltr] .pl-sm-1, [dir=ltr] .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .pl-sm-1, [dir=rtl] .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  [dir] .p-sm-2 {
    padding: 0.5rem !important;
  }
  [dir] .pt-sm-2, [dir] .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  [dir=ltr] .pr-sm-2, [dir=ltr] .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pr-sm-2, [dir=rtl] .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  [dir] .pb-sm-2, [dir] .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir=ltr] .pl-sm-2, [dir=ltr] .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .pl-sm-2, [dir=rtl] .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  [dir] .p-sm-3 {
    padding: 1rem !important;
  }
  [dir] .pt-sm-3, [dir] .py-sm-3 {
    padding-top: 1rem !important;
  }
  [dir=ltr] .pr-sm-3, [dir=ltr] .px-sm-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pr-sm-3, [dir=rtl] .px-sm-3 {
    padding-left: 1rem !important;
  }
  [dir] .pb-sm-3, [dir] .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  [dir=ltr] .pl-sm-3, [dir=ltr] .px-sm-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .pl-sm-3, [dir=rtl] .px-sm-3 {
    padding-right: 1rem !important;
  }
  [dir] .p-sm-4 {
    padding: 1.5rem !important;
  }
  [dir] .pt-sm-4, [dir] .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  [dir=ltr] .pr-sm-4, [dir=ltr] .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pr-sm-4, [dir=rtl] .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  [dir] .pb-sm-4, [dir] .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir=ltr] .pl-sm-4, [dir=ltr] .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .pl-sm-4, [dir=rtl] .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  [dir] .p-sm-5 {
    padding: 3rem !important;
  }
  [dir] .pt-sm-5, [dir] .py-sm-5 {
    padding-top: 3rem !important;
  }
  [dir=ltr] .pr-sm-5, [dir=ltr] .px-sm-5 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pr-sm-5, [dir=rtl] .px-sm-5 {
    padding-left: 3rem !important;
  }
  [dir] .pb-sm-5, [dir] .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  [dir=ltr] .pl-sm-5, [dir=ltr] .px-sm-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .pl-sm-5, [dir=rtl] .px-sm-5 {
    padding-right: 3rem !important;
  }
  [dir] .m-sm-n1 {
    margin: -0.25rem !important;
  }
  [dir] .mt-sm-n1, [dir] .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  [dir=ltr] .mr-sm-n1, [dir=ltr] .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .mr-sm-n1, [dir=rtl] .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  [dir] .mb-sm-n1, [dir] .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir=ltr] .ml-sm-n1, [dir=ltr] .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .ml-sm-n1, [dir=rtl] .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  [dir] .m-sm-n2 {
    margin: -0.5rem !important;
  }
  [dir] .mt-sm-n2, [dir] .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  [dir=ltr] .mr-sm-n2, [dir=ltr] .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .mr-sm-n2, [dir=rtl] .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  [dir] .mb-sm-n2, [dir] .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir=ltr] .ml-sm-n2, [dir=ltr] .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .ml-sm-n2, [dir=rtl] .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  [dir] .m-sm-n3 {
    margin: -1rem !important;
  }
  [dir] .mt-sm-n3, [dir] .my-sm-n3 {
    margin-top: -1rem !important;
  }
  [dir=ltr] .mr-sm-n3, [dir=ltr] .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .mr-sm-n3, [dir=rtl] .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  [dir] .mb-sm-n3, [dir] .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  [dir=ltr] .ml-sm-n3, [dir=ltr] .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .ml-sm-n3, [dir=rtl] .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  [dir] .m-sm-n4 {
    margin: -1.5rem !important;
  }
  [dir] .mt-sm-n4, [dir] .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  [dir=ltr] .mr-sm-n4, [dir=ltr] .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .mr-sm-n4, [dir=rtl] .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  [dir] .mb-sm-n4, [dir] .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir=ltr] .ml-sm-n4, [dir=ltr] .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .ml-sm-n4, [dir=rtl] .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  [dir] .m-sm-n5 {
    margin: -3rem !important;
  }
  [dir] .mt-sm-n5, [dir] .my-sm-n5 {
    margin-top: -3rem !important;
  }
  [dir=ltr] .mr-sm-n5, [dir=ltr] .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .mr-sm-n5, [dir=rtl] .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  [dir] .mb-sm-n5, [dir] .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  [dir=ltr] .ml-sm-n5, [dir=ltr] .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .ml-sm-n5, [dir=rtl] .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  [dir] .m-sm-auto {
    margin: auto !important;
  }
  [dir] .mt-sm-auto, [dir] .my-sm-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .mr-sm-auto, [dir=ltr] .mx-sm-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .mr-sm-auto, [dir=rtl] .mx-sm-auto {
    margin-left: auto !important;
  }
  [dir] .mb-sm-auto, [dir] .my-sm-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ml-sm-auto, [dir=ltr] .mx-sm-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ml-sm-auto, [dir=rtl] .mx-sm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  [dir] .m-md-0 {
    margin: 0 !important;
  }
  [dir] .mt-md-0, [dir] .my-md-0 {
    margin-top: 0 !important;
  }
  [dir=ltr] .mr-md-0, [dir=ltr] .mx-md-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .mr-md-0, [dir=rtl] .mx-md-0 {
    margin-left: 0 !important;
  }
  [dir] .mb-md-0, [dir] .my-md-0 {
    margin-bottom: 0 !important;
  }
  [dir=ltr] .ml-md-0, [dir=ltr] .mx-md-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ml-md-0, [dir=rtl] .mx-md-0 {
    margin-right: 0 !important;
  }
  [dir] .m-md-1 {
    margin: 0.25rem !important;
  }
  [dir] .mt-md-1, [dir] .my-md-1 {
    margin-top: 0.25rem !important;
  }
  [dir=ltr] .mr-md-1, [dir=ltr] .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .mr-md-1, [dir=rtl] .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  [dir] .mb-md-1, [dir] .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir=ltr] .ml-md-1, [dir=ltr] .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ml-md-1, [dir=rtl] .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  [dir] .m-md-2 {
    margin: 0.5rem !important;
  }
  [dir] .mt-md-2, [dir] .my-md-2 {
    margin-top: 0.5rem !important;
  }
  [dir=ltr] .mr-md-2, [dir=ltr] .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .mr-md-2, [dir=rtl] .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  [dir] .mb-md-2, [dir] .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir=ltr] .ml-md-2, [dir=ltr] .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ml-md-2, [dir=rtl] .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  [dir] .m-md-3 {
    margin: 1rem !important;
  }
  [dir] .mt-md-3, [dir] .my-md-3 {
    margin-top: 1rem !important;
  }
  [dir=ltr] .mr-md-3, [dir=ltr] .mx-md-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .mr-md-3, [dir=rtl] .mx-md-3 {
    margin-left: 1rem !important;
  }
  [dir] .mb-md-3, [dir] .my-md-3 {
    margin-bottom: 1rem !important;
  }
  [dir=ltr] .ml-md-3, [dir=ltr] .mx-md-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ml-md-3, [dir=rtl] .mx-md-3 {
    margin-right: 1rem !important;
  }
  [dir] .m-md-4 {
    margin: 1.5rem !important;
  }
  [dir] .mt-md-4, [dir] .my-md-4 {
    margin-top: 1.5rem !important;
  }
  [dir=ltr] .mr-md-4, [dir=ltr] .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .mr-md-4, [dir=rtl] .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  [dir] .mb-md-4, [dir] .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir=ltr] .ml-md-4, [dir=ltr] .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ml-md-4, [dir=rtl] .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  [dir] .m-md-5 {
    margin: 3rem !important;
  }
  [dir] .mt-md-5, [dir] .my-md-5 {
    margin-top: 3rem !important;
  }
  [dir=ltr] .mr-md-5, [dir=ltr] .mx-md-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .mr-md-5, [dir=rtl] .mx-md-5 {
    margin-left: 3rem !important;
  }
  [dir] .mb-md-5, [dir] .my-md-5 {
    margin-bottom: 3rem !important;
  }
  [dir=ltr] .ml-md-5, [dir=ltr] .mx-md-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ml-md-5, [dir=rtl] .mx-md-5 {
    margin-right: 3rem !important;
  }
  [dir] .p-md-0 {
    padding: 0 !important;
  }
  [dir] .pt-md-0, [dir] .py-md-0 {
    padding-top: 0 !important;
  }
  [dir=ltr] .pr-md-0, [dir=ltr] .px-md-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pr-md-0, [dir=rtl] .px-md-0 {
    padding-left: 0 !important;
  }
  [dir] .pb-md-0, [dir] .py-md-0 {
    padding-bottom: 0 !important;
  }
  [dir=ltr] .pl-md-0, [dir=ltr] .px-md-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .pl-md-0, [dir=rtl] .px-md-0 {
    padding-right: 0 !important;
  }
  [dir] .p-md-1 {
    padding: 0.25rem !important;
  }
  [dir] .pt-md-1, [dir] .py-md-1 {
    padding-top: 0.25rem !important;
  }
  [dir=ltr] .pr-md-1, [dir=ltr] .px-md-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pr-md-1, [dir=rtl] .px-md-1 {
    padding-left: 0.25rem !important;
  }
  [dir] .pb-md-1, [dir] .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir=ltr] .pl-md-1, [dir=ltr] .px-md-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .pl-md-1, [dir=rtl] .px-md-1 {
    padding-right: 0.25rem !important;
  }
  [dir] .p-md-2 {
    padding: 0.5rem !important;
  }
  [dir] .pt-md-2, [dir] .py-md-2 {
    padding-top: 0.5rem !important;
  }
  [dir=ltr] .pr-md-2, [dir=ltr] .px-md-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pr-md-2, [dir=rtl] .px-md-2 {
    padding-left: 0.5rem !important;
  }
  [dir] .pb-md-2, [dir] .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir=ltr] .pl-md-2, [dir=ltr] .px-md-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .pl-md-2, [dir=rtl] .px-md-2 {
    padding-right: 0.5rem !important;
  }
  [dir] .p-md-3 {
    padding: 1rem !important;
  }
  [dir] .pt-md-3, [dir] .py-md-3 {
    padding-top: 1rem !important;
  }
  [dir=ltr] .pr-md-3, [dir=ltr] .px-md-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pr-md-3, [dir=rtl] .px-md-3 {
    padding-left: 1rem !important;
  }
  [dir] .pb-md-3, [dir] .py-md-3 {
    padding-bottom: 1rem !important;
  }
  [dir=ltr] .pl-md-3, [dir=ltr] .px-md-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .pl-md-3, [dir=rtl] .px-md-3 {
    padding-right: 1rem !important;
  }
  [dir] .p-md-4 {
    padding: 1.5rem !important;
  }
  [dir] .pt-md-4, [dir] .py-md-4 {
    padding-top: 1.5rem !important;
  }
  [dir=ltr] .pr-md-4, [dir=ltr] .px-md-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pr-md-4, [dir=rtl] .px-md-4 {
    padding-left: 1.5rem !important;
  }
  [dir] .pb-md-4, [dir] .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir=ltr] .pl-md-4, [dir=ltr] .px-md-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .pl-md-4, [dir=rtl] .px-md-4 {
    padding-right: 1.5rem !important;
  }
  [dir] .p-md-5 {
    padding: 3rem !important;
  }
  [dir] .pt-md-5, [dir] .py-md-5 {
    padding-top: 3rem !important;
  }
  [dir=ltr] .pr-md-5, [dir=ltr] .px-md-5 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pr-md-5, [dir=rtl] .px-md-5 {
    padding-left: 3rem !important;
  }
  [dir] .pb-md-5, [dir] .py-md-5 {
    padding-bottom: 3rem !important;
  }
  [dir=ltr] .pl-md-5, [dir=ltr] .px-md-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .pl-md-5, [dir=rtl] .px-md-5 {
    padding-right: 3rem !important;
  }
  [dir] .m-md-n1 {
    margin: -0.25rem !important;
  }
  [dir] .mt-md-n1, [dir] .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  [dir=ltr] .mr-md-n1, [dir=ltr] .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .mr-md-n1, [dir=rtl] .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  [dir] .mb-md-n1, [dir] .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir=ltr] .ml-md-n1, [dir=ltr] .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .ml-md-n1, [dir=rtl] .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  [dir] .m-md-n2 {
    margin: -0.5rem !important;
  }
  [dir] .mt-md-n2, [dir] .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  [dir=ltr] .mr-md-n2, [dir=ltr] .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .mr-md-n2, [dir=rtl] .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  [dir] .mb-md-n2, [dir] .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir=ltr] .ml-md-n2, [dir=ltr] .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .ml-md-n2, [dir=rtl] .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  [dir] .m-md-n3 {
    margin: -1rem !important;
  }
  [dir] .mt-md-n3, [dir] .my-md-n3 {
    margin-top: -1rem !important;
  }
  [dir=ltr] .mr-md-n3, [dir=ltr] .mx-md-n3 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .mr-md-n3, [dir=rtl] .mx-md-n3 {
    margin-left: -1rem !important;
  }
  [dir] .mb-md-n3, [dir] .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  [dir=ltr] .ml-md-n3, [dir=ltr] .mx-md-n3 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .ml-md-n3, [dir=rtl] .mx-md-n3 {
    margin-right: -1rem !important;
  }
  [dir] .m-md-n4 {
    margin: -1.5rem !important;
  }
  [dir] .mt-md-n4, [dir] .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  [dir=ltr] .mr-md-n4, [dir=ltr] .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .mr-md-n4, [dir=rtl] .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  [dir] .mb-md-n4, [dir] .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir=ltr] .ml-md-n4, [dir=ltr] .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .ml-md-n4, [dir=rtl] .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  [dir] .m-md-n5 {
    margin: -3rem !important;
  }
  [dir] .mt-md-n5, [dir] .my-md-n5 {
    margin-top: -3rem !important;
  }
  [dir=ltr] .mr-md-n5, [dir=ltr] .mx-md-n5 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .mr-md-n5, [dir=rtl] .mx-md-n5 {
    margin-left: -3rem !important;
  }
  [dir] .mb-md-n5, [dir] .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  [dir=ltr] .ml-md-n5, [dir=ltr] .mx-md-n5 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .ml-md-n5, [dir=rtl] .mx-md-n5 {
    margin-right: -3rem !important;
  }
  [dir] .m-md-auto {
    margin: auto !important;
  }
  [dir] .mt-md-auto, [dir] .my-md-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .mr-md-auto, [dir=ltr] .mx-md-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .mr-md-auto, [dir=rtl] .mx-md-auto {
    margin-left: auto !important;
  }
  [dir] .mb-md-auto, [dir] .my-md-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ml-md-auto, [dir=ltr] .mx-md-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ml-md-auto, [dir=rtl] .mx-md-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  [dir] .m-lg-0 {
    margin: 0 !important;
  }
  [dir] .mt-lg-0, [dir] .my-lg-0 {
    margin-top: 0 !important;
  }
  [dir=ltr] .mr-lg-0, [dir=ltr] .mx-lg-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .mr-lg-0, [dir=rtl] .mx-lg-0 {
    margin-left: 0 !important;
  }
  [dir] .mb-lg-0, [dir] .my-lg-0 {
    margin-bottom: 0 !important;
  }
  [dir=ltr] .ml-lg-0, [dir=ltr] .mx-lg-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ml-lg-0, [dir=rtl] .mx-lg-0 {
    margin-right: 0 !important;
  }
  [dir] .m-lg-1 {
    margin: 0.25rem !important;
  }
  [dir] .mt-lg-1, [dir] .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  [dir=ltr] .mr-lg-1, [dir=ltr] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .mr-lg-1, [dir=rtl] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  [dir] .mb-lg-1, [dir] .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir=ltr] .ml-lg-1, [dir=ltr] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ml-lg-1, [dir=rtl] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  [dir] .m-lg-2 {
    margin: 0.5rem !important;
  }
  [dir] .mt-lg-2, [dir] .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  [dir=ltr] .mr-lg-2, [dir=ltr] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .mr-lg-2, [dir=rtl] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  [dir] .mb-lg-2, [dir] .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir=ltr] .ml-lg-2, [dir=ltr] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ml-lg-2, [dir=rtl] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  [dir] .m-lg-3 {
    margin: 1rem !important;
  }
  [dir] .mt-lg-3, [dir] .my-lg-3 {
    margin-top: 1rem !important;
  }
  [dir=ltr] .mr-lg-3, [dir=ltr] .mx-lg-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .mr-lg-3, [dir=rtl] .mx-lg-3 {
    margin-left: 1rem !important;
  }
  [dir] .mb-lg-3, [dir] .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  [dir=ltr] .ml-lg-3, [dir=ltr] .mx-lg-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ml-lg-3, [dir=rtl] .mx-lg-3 {
    margin-right: 1rem !important;
  }
  [dir] .m-lg-4 {
    margin: 1.5rem !important;
  }
  [dir] .mt-lg-4, [dir] .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  [dir=ltr] .mr-lg-4, [dir=ltr] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .mr-lg-4, [dir=rtl] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  [dir] .mb-lg-4, [dir] .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir=ltr] .ml-lg-4, [dir=ltr] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ml-lg-4, [dir=rtl] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  [dir] .m-lg-5 {
    margin: 3rem !important;
  }
  [dir] .mt-lg-5, [dir] .my-lg-5 {
    margin-top: 3rem !important;
  }
  [dir=ltr] .mr-lg-5, [dir=ltr] .mx-lg-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .mr-lg-5, [dir=rtl] .mx-lg-5 {
    margin-left: 3rem !important;
  }
  [dir] .mb-lg-5, [dir] .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  [dir=ltr] .ml-lg-5, [dir=ltr] .mx-lg-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ml-lg-5, [dir=rtl] .mx-lg-5 {
    margin-right: 3rem !important;
  }
  [dir] .p-lg-0 {
    padding: 0 !important;
  }
  [dir] .pt-lg-0, [dir] .py-lg-0 {
    padding-top: 0 !important;
  }
  [dir=ltr] .pr-lg-0, [dir=ltr] .px-lg-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pr-lg-0, [dir=rtl] .px-lg-0 {
    padding-left: 0 !important;
  }
  [dir] .pb-lg-0, [dir] .py-lg-0 {
    padding-bottom: 0 !important;
  }
  [dir=ltr] .pl-lg-0, [dir=ltr] .px-lg-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .pl-lg-0, [dir=rtl] .px-lg-0 {
    padding-right: 0 !important;
  }
  [dir] .p-lg-1 {
    padding: 0.25rem !important;
  }
  [dir] .pt-lg-1, [dir] .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  [dir=ltr] .pr-lg-1, [dir=ltr] .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pr-lg-1, [dir=rtl] .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  [dir] .pb-lg-1, [dir] .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir=ltr] .pl-lg-1, [dir=ltr] .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .pl-lg-1, [dir=rtl] .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  [dir] .p-lg-2 {
    padding: 0.5rem !important;
  }
  [dir] .pt-lg-2, [dir] .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  [dir=ltr] .pr-lg-2, [dir=ltr] .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pr-lg-2, [dir=rtl] .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  [dir] .pb-lg-2, [dir] .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir=ltr] .pl-lg-2, [dir=ltr] .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .pl-lg-2, [dir=rtl] .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  [dir] .p-lg-3 {
    padding: 1rem !important;
  }
  [dir] .pt-lg-3, [dir] .py-lg-3 {
    padding-top: 1rem !important;
  }
  [dir=ltr] .pr-lg-3, [dir=ltr] .px-lg-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pr-lg-3, [dir=rtl] .px-lg-3 {
    padding-left: 1rem !important;
  }
  [dir] .pb-lg-3, [dir] .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  [dir=ltr] .pl-lg-3, [dir=ltr] .px-lg-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .pl-lg-3, [dir=rtl] .px-lg-3 {
    padding-right: 1rem !important;
  }
  [dir] .p-lg-4 {
    padding: 1.5rem !important;
  }
  [dir] .pt-lg-4, [dir] .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  [dir=ltr] .pr-lg-4, [dir=ltr] .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pr-lg-4, [dir=rtl] .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  [dir] .pb-lg-4, [dir] .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir=ltr] .pl-lg-4, [dir=ltr] .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .pl-lg-4, [dir=rtl] .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  [dir] .p-lg-5 {
    padding: 3rem !important;
  }
  [dir] .pt-lg-5, [dir] .py-lg-5 {
    padding-top: 3rem !important;
  }
  [dir=ltr] .pr-lg-5, [dir=ltr] .px-lg-5 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pr-lg-5, [dir=rtl] .px-lg-5 {
    padding-left: 3rem !important;
  }
  [dir] .pb-lg-5, [dir] .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  [dir=ltr] .pl-lg-5, [dir=ltr] .px-lg-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .pl-lg-5, [dir=rtl] .px-lg-5 {
    padding-right: 3rem !important;
  }
  [dir] .m-lg-n1 {
    margin: -0.25rem !important;
  }
  [dir] .mt-lg-n1, [dir] .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  [dir=ltr] .mr-lg-n1, [dir=ltr] .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .mr-lg-n1, [dir=rtl] .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  [dir] .mb-lg-n1, [dir] .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir=ltr] .ml-lg-n1, [dir=ltr] .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .ml-lg-n1, [dir=rtl] .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  [dir] .m-lg-n2 {
    margin: -0.5rem !important;
  }
  [dir] .mt-lg-n2, [dir] .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  [dir=ltr] .mr-lg-n2, [dir=ltr] .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .mr-lg-n2, [dir=rtl] .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  [dir] .mb-lg-n2, [dir] .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir=ltr] .ml-lg-n2, [dir=ltr] .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .ml-lg-n2, [dir=rtl] .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  [dir] .m-lg-n3 {
    margin: -1rem !important;
  }
  [dir] .mt-lg-n3, [dir] .my-lg-n3 {
    margin-top: -1rem !important;
  }
  [dir=ltr] .mr-lg-n3, [dir=ltr] .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .mr-lg-n3, [dir=rtl] .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  [dir] .mb-lg-n3, [dir] .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  [dir=ltr] .ml-lg-n3, [dir=ltr] .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .ml-lg-n3, [dir=rtl] .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  [dir] .m-lg-n4 {
    margin: -1.5rem !important;
  }
  [dir] .mt-lg-n4, [dir] .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  [dir=ltr] .mr-lg-n4, [dir=ltr] .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .mr-lg-n4, [dir=rtl] .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  [dir] .mb-lg-n4, [dir] .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir=ltr] .ml-lg-n4, [dir=ltr] .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .ml-lg-n4, [dir=rtl] .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  [dir] .m-lg-n5 {
    margin: -3rem !important;
  }
  [dir] .mt-lg-n5, [dir] .my-lg-n5 {
    margin-top: -3rem !important;
  }
  [dir=ltr] .mr-lg-n5, [dir=ltr] .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .mr-lg-n5, [dir=rtl] .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  [dir] .mb-lg-n5, [dir] .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  [dir=ltr] .ml-lg-n5, [dir=ltr] .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .ml-lg-n5, [dir=rtl] .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  [dir] .m-lg-auto {
    margin: auto !important;
  }
  [dir] .mt-lg-auto, [dir] .my-lg-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .mr-lg-auto, [dir=ltr] .mx-lg-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .mr-lg-auto, [dir=rtl] .mx-lg-auto {
    margin-left: auto !important;
  }
  [dir] .mb-lg-auto, [dir] .my-lg-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ml-lg-auto, [dir=ltr] .mx-lg-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ml-lg-auto, [dir=rtl] .mx-lg-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  [dir] .m-xl-0 {
    margin: 0 !important;
  }
  [dir] .mt-xl-0, [dir] .my-xl-0 {
    margin-top: 0 !important;
  }
  [dir=ltr] .mr-xl-0, [dir=ltr] .mx-xl-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .mr-xl-0, [dir=rtl] .mx-xl-0 {
    margin-left: 0 !important;
  }
  [dir] .mb-xl-0, [dir] .my-xl-0 {
    margin-bottom: 0 !important;
  }
  [dir=ltr] .ml-xl-0, [dir=ltr] .mx-xl-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .ml-xl-0, [dir=rtl] .mx-xl-0 {
    margin-right: 0 !important;
  }
  [dir] .m-xl-1 {
    margin: 0.25rem !important;
  }
  [dir] .mt-xl-1, [dir] .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  [dir=ltr] .mr-xl-1, [dir=ltr] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .mr-xl-1, [dir=rtl] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  [dir] .mb-xl-1, [dir] .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  [dir=ltr] .ml-xl-1, [dir=ltr] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .ml-xl-1, [dir=rtl] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  [dir] .m-xl-2 {
    margin: 0.5rem !important;
  }
  [dir] .mt-xl-2, [dir] .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  [dir=ltr] .mr-xl-2, [dir=ltr] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .mr-xl-2, [dir=rtl] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  [dir] .mb-xl-2, [dir] .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  [dir=ltr] .ml-xl-2, [dir=ltr] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .ml-xl-2, [dir=rtl] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  [dir] .m-xl-3 {
    margin: 1rem !important;
  }
  [dir] .mt-xl-3, [dir] .my-xl-3 {
    margin-top: 1rem !important;
  }
  [dir=ltr] .mr-xl-3, [dir=ltr] .mx-xl-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .mr-xl-3, [dir=rtl] .mx-xl-3 {
    margin-left: 1rem !important;
  }
  [dir] .mb-xl-3, [dir] .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  [dir=ltr] .ml-xl-3, [dir=ltr] .mx-xl-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .ml-xl-3, [dir=rtl] .mx-xl-3 {
    margin-right: 1rem !important;
  }
  [dir] .m-xl-4 {
    margin: 1.5rem !important;
  }
  [dir] .mt-xl-4, [dir] .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  [dir=ltr] .mr-xl-4, [dir=ltr] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .mr-xl-4, [dir=rtl] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  [dir] .mb-xl-4, [dir] .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  [dir=ltr] .ml-xl-4, [dir=ltr] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .ml-xl-4, [dir=rtl] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  [dir] .m-xl-5 {
    margin: 3rem !important;
  }
  [dir] .mt-xl-5, [dir] .my-xl-5 {
    margin-top: 3rem !important;
  }
  [dir=ltr] .mr-xl-5, [dir=ltr] .mx-xl-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .mr-xl-5, [dir=rtl] .mx-xl-5 {
    margin-left: 3rem !important;
  }
  [dir] .mb-xl-5, [dir] .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  [dir=ltr] .ml-xl-5, [dir=ltr] .mx-xl-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .ml-xl-5, [dir=rtl] .mx-xl-5 {
    margin-right: 3rem !important;
  }
  [dir] .p-xl-0 {
    padding: 0 !important;
  }
  [dir] .pt-xl-0, [dir] .py-xl-0 {
    padding-top: 0 !important;
  }
  [dir=ltr] .pr-xl-0, [dir=ltr] .px-xl-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .pr-xl-0, [dir=rtl] .px-xl-0 {
    padding-left: 0 !important;
  }
  [dir] .pb-xl-0, [dir] .py-xl-0 {
    padding-bottom: 0 !important;
  }
  [dir=ltr] .pl-xl-0, [dir=ltr] .px-xl-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .pl-xl-0, [dir=rtl] .px-xl-0 {
    padding-right: 0 !important;
  }
  [dir] .p-xl-1 {
    padding: 0.25rem !important;
  }
  [dir] .pt-xl-1, [dir] .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  [dir=ltr] .pr-xl-1, [dir=ltr] .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .pr-xl-1, [dir=rtl] .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  [dir] .pb-xl-1, [dir] .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  [dir=ltr] .pl-xl-1, [dir=ltr] .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .pl-xl-1, [dir=rtl] .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  [dir] .p-xl-2 {
    padding: 0.5rem !important;
  }
  [dir] .pt-xl-2, [dir] .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  [dir=ltr] .pr-xl-2, [dir=ltr] .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .pr-xl-2, [dir=rtl] .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  [dir] .pb-xl-2, [dir] .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  [dir=ltr] .pl-xl-2, [dir=ltr] .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .pl-xl-2, [dir=rtl] .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  [dir] .p-xl-3 {
    padding: 1rem !important;
  }
  [dir] .pt-xl-3, [dir] .py-xl-3 {
    padding-top: 1rem !important;
  }
  [dir=ltr] .pr-xl-3, [dir=ltr] .px-xl-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .pr-xl-3, [dir=rtl] .px-xl-3 {
    padding-left: 1rem !important;
  }
  [dir] .pb-xl-3, [dir] .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  [dir=ltr] .pl-xl-3, [dir=ltr] .px-xl-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .pl-xl-3, [dir=rtl] .px-xl-3 {
    padding-right: 1rem !important;
  }
  [dir] .p-xl-4 {
    padding: 1.5rem !important;
  }
  [dir] .pt-xl-4, [dir] .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  [dir=ltr] .pr-xl-4, [dir=ltr] .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .pr-xl-4, [dir=rtl] .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  [dir] .pb-xl-4, [dir] .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  [dir=ltr] .pl-xl-4, [dir=ltr] .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .pl-xl-4, [dir=rtl] .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  [dir] .p-xl-5 {
    padding: 3rem !important;
  }
  [dir] .pt-xl-5, [dir] .py-xl-5 {
    padding-top: 3rem !important;
  }
  [dir=ltr] .pr-xl-5, [dir=ltr] .px-xl-5 {
    padding-right: 3rem !important;
  }
  [dir=rtl] .pr-xl-5, [dir=rtl] .px-xl-5 {
    padding-left: 3rem !important;
  }
  [dir] .pb-xl-5, [dir] .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  [dir=ltr] .pl-xl-5, [dir=ltr] .px-xl-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .pl-xl-5, [dir=rtl] .px-xl-5 {
    padding-right: 3rem !important;
  }
  [dir] .m-xl-n1 {
    margin: -0.25rem !important;
  }
  [dir] .mt-xl-n1, [dir] .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  [dir=ltr] .mr-xl-n1, [dir=ltr] .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .mr-xl-n1, [dir=rtl] .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  [dir] .mb-xl-n1, [dir] .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  [dir=ltr] .ml-xl-n1, [dir=ltr] .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .ml-xl-n1, [dir=rtl] .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  [dir] .m-xl-n2 {
    margin: -0.5rem !important;
  }
  [dir] .mt-xl-n2, [dir] .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  [dir=ltr] .mr-xl-n2, [dir=ltr] .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .mr-xl-n2, [dir=rtl] .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  [dir] .mb-xl-n2, [dir] .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  [dir=ltr] .ml-xl-n2, [dir=ltr] .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .ml-xl-n2, [dir=rtl] .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  [dir] .m-xl-n3 {
    margin: -1rem !important;
  }
  [dir] .mt-xl-n3, [dir] .my-xl-n3 {
    margin-top: -1rem !important;
  }
  [dir=ltr] .mr-xl-n3, [dir=ltr] .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .mr-xl-n3, [dir=rtl] .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  [dir] .mb-xl-n3, [dir] .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  [dir=ltr] .ml-xl-n3, [dir=ltr] .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .ml-xl-n3, [dir=rtl] .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  [dir] .m-xl-n4 {
    margin: -1.5rem !important;
  }
  [dir] .mt-xl-n4, [dir] .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  [dir=ltr] .mr-xl-n4, [dir=ltr] .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .mr-xl-n4, [dir=rtl] .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  [dir] .mb-xl-n4, [dir] .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  [dir=ltr] .ml-xl-n4, [dir=ltr] .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .ml-xl-n4, [dir=rtl] .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  [dir] .m-xl-n5 {
    margin: -3rem !important;
  }
  [dir] .mt-xl-n5, [dir] .my-xl-n5 {
    margin-top: -3rem !important;
  }
  [dir=ltr] .mr-xl-n5, [dir=ltr] .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .mr-xl-n5, [dir=rtl] .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  [dir] .mb-xl-n5, [dir] .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  [dir=ltr] .ml-xl-n5, [dir=ltr] .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .ml-xl-n5, [dir=rtl] .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  [dir] .m-xl-auto {
    margin: auto !important;
  }
  [dir] .mt-xl-auto, [dir] .my-xl-auto {
    margin-top: auto !important;
  }
  [dir=ltr] .mr-xl-auto, [dir=ltr] .mx-xl-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .mr-xl-auto, [dir=rtl] .mx-xl-auto {
    margin-left: auto !important;
  }
  [dir] .mb-xl-auto, [dir] .my-xl-auto {
    margin-bottom: auto !important;
  }
  [dir=ltr] .ml-xl-auto, [dir=ltr] .mx-xl-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ml-xl-auto, [dir=rtl] .mx-xl-auto {
    margin-right: auto !important;
  }
}
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }
.noty_theme__mint.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
  }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
  }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px;
  }
  
  .noty_theme__mint.noty_type__alert,
  .noty_theme__mint.noty_type__notification {
    background-color: #fff;
    border-bottom: 1px solid #D1D1D1;
    color: #2F2F2F;
  }
  
  .noty_theme__mint.noty_type__warning {
    background-color: #FFAE42;
    border-bottom: 1px solid #E89F3C;
    color: #fff;
  }
  
  .noty_theme__mint.noty_type__error {
    background-color: #DE636F;
    border-bottom: 1px solid #CA5A65;
    color: #fff;
  }
  
  .noty_theme__mint.noty_type__info,
  .noty_theme__mint.noty_type__information {
    background-color: #7F7EFF;
    border-bottom: 1px solid #7473E8;
    color: #fff;
  }
  
  .noty_theme__mint.noty_type__success {
    background-color: #AFC765;
    border-bottom: 1px solid #A0B55C;
    color: #fff;
  }






::-webkit-input-placeholder {
  color: #7D7979;
  font-weight: 300;
}
::-moz-placeholder {
  color: #7D7979;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #7D7979;
  font-weight: 300;
}
:-moz-placeholder {
  color: #7D7979;
  font-weight: 300;
}

.desktop ul.ul-green {
  list-style: none;
}

[dir=ltr] .desktop ul.ul-green {
  padding-left: 35px;
}

[dir=rtl] .desktop ul.ul-green {
  padding-right: 35px;
}

.desktop ul.ul-green li:before {
  color: #41D6C3;
  content: "\2022";
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  width: 2em;
}

[dir=ltr] .desktop ul.ul-green li:before {
  margin-left: -2em;
}

[dir=rtl] .desktop ul.ul-green li:before {
  margin-right: -2em;
}

.desktop a.badge:active,
.desktop a.badge:focus,
.desktop a.badge:hover,
.desktop a.btn:active,
.desktop a.btn:focus,
.desktop a.btn:hover,
.desktop a.link-clean:active,
.desktop a.link-clean:focus,
.desktop a.link-clean:hover {
  text-decoration: none;
}

input:hover,
input:focus,
input:active {
  outline: none;
}

[dir] input:hover, [dir] input:focus, [dir] input:active {
  box-shadow: none;
}

.desktop .img-gray {
  filter: brightness(0%) contrast(0%);
}

[dir] .desktop .img-flip-y {
  transform: rotateY(180deg);
}

.desktop .font-big {
  font-size: 1.25rem;
}

.desktop .text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desktop .width-100 {
  width: 100%;
}

.desktop .hide {
  display: none;
}

.desktop .invisible {
  visibility: hidden;
}

.desktop .pos-relative {
  position: relative;
}

.desktop .text-normal {
  font-weight: 300;
}

.desktop .text-semibold {
  font-weight: 400;
}

.desktop .text-bold {
  font-weight: 500;
}

.desktop .text-gray {
  color: #7D7979;
}

.desktop .text-red {
  color: #C94656;
}

.desktop .text-blue {
  color: #42A1EC;
}

.desktop .text-dark-blue {
  color: #195178;
}

.desktop .text-same-line {
  display: inline-block;
}

.desktop .text-red {
  color: #C94656;
}

[dir] .desktop .pointer {
  cursor: pointer;
}

.desktop .img-thumbnail {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

[dir] .desktop .img-thumbnail {
  border-radius: 100%;
  padding: 0;
  border: none;
}

.desktop .gravatar {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir] .desktop .gravatar {
  border-radius: 100%;
  background: rgba(223,240,252,0.5);
}

.desktop .img-thumbnail .img-thumbnail__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop .img-thumbnail.img-thumbnail--big {
  width: 100px;
  height: 100px;
}

.desktop .img-thumbnail.img-thumbnail--small {
  width: 40px;
  height: 40px;  
}

.desktop .img-thumbnail.img-thumbnail--full {
  width: 100%;
  height: 200px;
}

[dir] .desktop .img-thumbnail.img-thumbnail--full {
  border-radius: 0;
}

.desktop .header-title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

[dir] .desktop .home-spacer {
  margin: 0;
}

.desktop .home-spacer.home-spacer--white {
  opacity: 0.5;
}

[dir] .desktop .home-spacer.home-spacer--white {
  border-color: #ffffff;
}

.desktop .img-responsive {
  max-width: 100%;
}

[dir] .desktop .bg-blue {
  background: #E8EEF4;
}

[dir] .desktop .bg-dark-blue {
  background: #C2D9F4;
}

.desktop .link-white {
  color: #FFFFFF;
}

.desktop .link-white:active,
.desktop .link-white:focus,
.desktop .link-white:hover {
  color: #FAFAFA;
  text-decoration: underline;
}

.desktop .link-green {
  color: #41D6C3;
}

.desktop .link-green:active,
.desktop .link-green:focus,
.desktop .link-green:hover {
  color: #41D6C3;
  text-decoration: underline;
}

.desktop .link-blue {
  color: #42A1EC;
}

.desktop .link-blue:active,
.desktop .link-blue:focus,
.desktop .link-blue:hover {
  color: #42A1EC;
  text-decoration: underline;
}

/* Dropdown */
.dropdown > .btn:hover,
.dropdown > .btn:active,
.dropdown > .btn:focus {
  outline: none;
}
[dir] .dropdown > .btn:hover, [dir] .dropdown > .btn:active, [dir] .dropdown > .btn:focus {
  box-shadow: none;
}

.dropdown .caret {
  display: none;
}

.dropdown .dropdown-menu a {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
  text-decoration: none;
}

[dir] .dropdown .dropdown-menu a {
  padding: 10px 15px;
}
[dir] .dropdown .dropdown-menu-explore a {
    padding: 15px 15px;
}
[dir] .dropdown .dropdown-menu a:hover {
  background-color: rgb(235, 95, 39);
  color: #fff;
}

.dropdown .dropdown-header {
  font-size: 12px;
  color: initial;
}

[dir] .dropdown .dropdown-header {
  padding: 7px 15px;
}

.dropdown.open > .dropdown-menu {
  display: block;
  line-height: 0.5;
  font-size: 14px;
  font-weight: 400;
  min-width: 12rem;
}

.dropdown-menu li label{
 padding: 10px 2px!important;
 cursor: pointer;
}
.dropdown-menu li label:hover {
    background-color: rgb(235, 95, 39);
    color: #fff;
    width: 100%;
}
.dropdown-menu li label input[type="radio"]{
opacity: 0!important;
}

[dir] .dropdown.open > .dropdown-menu {
  border: none;
  padding: 0px;
  box-shadow: 0 21px 53px 0 rgba(82, 99, 121, 0.1);
}

.dropdown.nocaret .btn:after {
  display: none;
}

.desktop .blue-line {
  height: 4px;
  width: 45px;
  display: inline-block;
  vertical-align: middle;
}

[dir] .desktop .blue-line {
  background: #41A1EC;
}

.desktop .input-group .rbt {
  display: flex;
  flex-grow: 1;
  flex-flow: column;
}

[dir] .desktop .input-group--addons {
  border-radius: 14px;
  background: #f8f8f8;
  margin-top: 5px;
  margin-bottom: 5px;
}

.desktop .input-group.input-group--addons img {
  max-height: 25px;
  max-width: 25px;
}

[dir] .desktop .input-group.input-group--addons input {
  margin: 0;
}

.desktop .input-group.input-group--addons .input-group__left {
  display: flex;
  align-items: center;
}

[dir] .desktop .input-group.input-group--addons .input-group__left {
  margin: 0;
}

[dir=ltr] .desktop .input-group.input-group--addons .input-group__left {
  padding: 0.5rem 0 0.5rem 1rem;
}

[dir=rtl] .desktop .input-group.input-group--addons .input-group__left {
  padding: 0.5rem 1rem 0.5rem 0;
}

.desktop .input-group.input-group--addons .input-group__right {
  display: flex;
  align-items: center;
}

[dir] .desktop .input-group.input-group--addons .input-group__right {
  padding: 0.5rem 1rem;
  margin: 0;
}

/* Button */
[dir] .desktop .btn {
  padding: 8px 15px;
  border-radius: 4px;
}

.desktop .btn-lg {
  line-height: 1.5;
  font-size: 16px;
}

[dir] .desktop .btn-lg {
  /*padding: 0.7rem 2rem;*/
}

.desktop .btn-sm {
  line-height: 1.5;
}

[dir] .desktop .btn-sm {
  padding: 5px 25px;
}

.desktop .btn-xs {
  line-height: 1.5;
  font-size: 14px;
}

[dir] .desktop .btn-xs {
  padding: 5px 15px;
}

.desktop .btn-green {
  color: #FFFFFF;
}

[dir] .desktop .btn-green {
  background: rgb(0,144,71);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0,144,71);
  border-bottom-right-radius: 14px !important;
  border-top-right-radius: 14px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.desktop .btn-green:active,
.desktop .btn-green:focus,
.desktop .btn-green:hover {
  color: #FFFFFF;
}

[dir] .desktop .btn-green:active, [dir] .desktop .btn-green:focus, [dir] .desktop .btn-green:hover {
  background: #3abfae;
  border-color: #3abfae;
}

.btn-blue {
  color: #FFFFFF;
}

[dir] .btn-blue {
  background: #42A1EC;
  border-width: 1px;
  border-style: solid;
  border-color: #42A1EC;
  border-bottom-right-radius: 14px !important;
  border-top-right-radius: 14px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  color: #FFFFFF;
}

[dir] .btn-blue:hover, [dir] .btn-blue:active, [dir] .btn-blue:focus {
  background: #3592dc;
  border-color: #3592dc;
}

.btn-light-blue {
  color: #FFFFFF;
}

[dir] .btn-light-blue {
  background: #E8EEF4;
  border-width: 1px;
  border-style: solid;
  border-color: #E8EEF4;
}

.desktop .btn-light-blue:active,
.desktop .btn-light-blue:focus,
.desktop .btn-light-blue:hover {
  color: #FFFFFF;
}

[dir] .desktop .btn-light-blue:active, [dir] .desktop .btn-light-blue:focus, [dir] .desktop .btn-light-blue:hover {
  background: #d0d7de;
  border-color: #d0d7de;
}

.desktop .btn-green--border {
  color: #41D6C3;
}

[dir] .desktop .btn-green--border {
  background: transparent;
}

.desktop .btn-green--border:active,
.desktop .btn-green--border:focus,
.desktop .btn-green--border:hover {
  color: #FFFFFF;
}

[dir] .desktop .btn-green--border:active, [dir] .desktop .btn-green--border:focus, [dir] .desktop .btn-green--border:hover {
  background: #41D6C3;
  border-color: #41D6C3;
}

.desktop .btn-white--border {
  color: #FFFFFF;
}

[dir] .desktop .btn-white--border {
  background: transparent;
  border: 1px solid #FFFFFF;
}

.desktop .btn-white--border:active,
.desktop .btn-white--border:focus,
.desktop .btn-white--border:hover {
  color: #42A1EC;
}

[dir] .desktop .btn-white--border:active, [dir] .desktop .btn-white--border:focus, [dir] .desktop .btn-white--border:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}

[dir] .desktop .btn-transparent:active, [dir] .desktop .btn-transparent:focus, [dir] .desktop .btn-transparent:hover {
  background-color: rgba(235, 95, 39, 0.2);
}

/* Badges */
.desktop .badge {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: middle;
}
[dir] .desktop .badge {
  padding: 5px 10px;
  border-radius: 4px;
}

.desktop .badge.badge-blue {
  color: #ffffff;
}

[dir] .desktop .badge.badge-blue {
  background: #9ccef6;
}

.desktop .badge.badge-yellow {
  color: #ffffff;
}

[dir] .desktop .badge.badge-yellow {
  background: #ffcd00;
}

.desktop .badge.badge-red {
  color: #ffffff;
}

[dir] .desktop .badge.badge-red {
  background: #ee5454;
}

/* Search Suggestion */
.desktop .search-group {
  position: relative;
}

[dir] .desktop .search-group.multi-level .css-10nd86i {
  margin-top: 5px;
  margin-bottom: 5px;
}

.desktop .search-group.multi-level .css-1wy0on6 {
  display: none;
}

[dir] .desktop .search-group.multi-level .css-vj8t7z {
  border: none;
}

[dir] .desktop .search-group.multi-level .css-1hwfws3 {
  padding: .5rem 1rem;
}

[dir] .desktop .search-group.multi-level .css-2o5izw {
  border: none;
  box-shadow: none;
}

[dir] .desktop .search-group.multi-level .css-15k3avv {
  box-shadow: 0px 20px 100px -3px hsla(0,0%,0%,0.1), 0 4px 11px hsla(0,0%,0%,0.1);
  margin-top: 2px;
}

[dir] .desktop .search-group.multi-level .css-vj8t7z {
    -moz-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    border-radius: 14px;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    -moz-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    outline: currentcolor none 0px !important;
    position: relative;
    transition: all 100ms ease 0s;
    box-sizing: border-box;
}


[dir] .desktop .search-suggestion, [dir] .desktop .main-search .dropdown-menu {
  background: #ffffff;
  margin: 3px auto;
  border-radius: 4px;
  box-shadow: 0 21px 53px 0 rgba(82, 99, 121, 0.1);
  border: none;
}

.desktop .search-suggestion .search-suggestion__item {
  align-items: center;
  transition: 0.3s all ease;
}

[dir] .desktop .search-suggestion .search-suggestion__item {
  padding: 10px 15px;
  cursor: pointer;
}

[dir] .desktop .search-suggestion .search-suggestion__item:hover {
  background: rgba(66,161,236,0.1);
}

.desktop .search-suggestion .search-suggestion__header,
.desktop .main-search .dropdown-menu .search-suggestion__header.search-suggestion__item--label {
  font-size: 12px;
}

[dir] .desktop .search-suggestion .search-suggestion__header, [dir] .desktop .main-search .dropdown-menu .search-suggestion__header.search-suggestion__item--label {
  padding: 10px 15px;
}

.desktop .main-search .dropdown-menu li a {
  text-decoration: none;
  transition: .5s all ease;
}

.desktop .main-search .dropdown-menu li a:hover {
  text-decoration: none;
}

.desktop .main-search .dropdown-menu .search-suggestion__item {
  align-items: center;
  line-height: 1;
}

[dir=ltr] .desktop .main-search .dropdown-menu .search-suggestion__item .search-suggestion-image {
  margin-right: 10px;
}

[dir=rtl] .desktop .main-search .dropdown-menu .search-suggestion__item .search-suggestion-image {
  margin-left: 10px;
}


.desktop .main-search .dropdown-menu .disabled {
  pointer-events: none;
  text-decoration: none;
}

.desktop .main-search .dropdown-menu .disabled:hover {
  pointer-events: none;
  text-decoration: none;
}

/* dropdown */

/* Overrides */
.desktop .form-control-lg {
  font-size: 1rem;
  font-size: 16px;
}

/* Navbar */
.desktop .navbar {
  color: #303030;
}
[dir] .desktop .navbar {
  padding: 20px 0;
  background-color: transparent;
}

.desktop .navbar-menu {
  display: none;
}

[dir] .desktop .navbar-logo {
  text-align: center;
}

[dir] .desktop .navbar.nav-bg-blue {
  background-color: #42A1EC;
}

.desktop .navbar-logo .navbar-logo__img {
  max-height: 25px;
  transition: 0.3s all ease;
}

.desktop .navbar .container {
  display: block;
}

.desktop .navbar .container .row {
  min-width: 100%;
}

.desktop .navbar .sidebar-button {
  display: block;
}

.desktop .sidebar-button .btn {
  font-size: 20px;
  line-height: 1;
}

/* Carousel */
[dir] .desktop .carousel-nav {
  margin-top: 0;
}

.desktop .carousel-button {
  display: inline-block;
  vertical-align: middle;
}

.desktop .carousel-button img {
  max-width: 40px;
}

.desktop .carousel-button .btn {
  transition: 0.3s all ease;
}

.desktop .carousel-button .btn:hover {
  opacity: 0.5;
}

.desktop .carousel-button .disabled {
  filter: contrast(5%) brightness(150%);
}

/* Footer */
.desktop .footer {
  font-size: 75%;
}
[dir] .desktop .footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #275771;
  text-align: center;
}

.desktop .footer .link-list {
  letter-spacing: 0.5px;
}

[dir] .desktop .footer .link-list {
  margin-bottom: 2rem;
}

.desktop .footer .link-list .link-list__header {
  font-weight: 400;
  font-size: 1rem;
}

[dir] .desktop .footer-newsletter-card {
  background: #E8EEF4;
  text-align: center;
}

[dir] .desktop .footer-newsletter-card .footer-newsletter-card__item {
  margin-bottom: 20px;
}

.desktop .footer-newsletter-form {
  display: flex;
  align-items: center;
}

[dir] .desktop .footer-newsletter-form input {
  border: none;
}

[dir=ltr] .desktop .footer-newsletter-form input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .desktop .footer-newsletter-form input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.desktop .footer-newsletter-form .footer-newsletter-form__item {
  display: inline-block;
  flex-grow: 1;
}

[dir=ltr] .desktop .footer-newsletter-form .footer-newsletter-form__item:first-child {
  margin-right: -3px;
}

[dir=rtl] .desktop .footer-newsletter-form .footer-newsletter-form__item:first-child {
  margin-left: -3px;
}

[dir] .desktop .footer-social {
  margin: -3px;
}

.desktop .footer-social a {
  display: inline-block;
  transition: 0.3s all ease;
}

[dir] .desktop .footer-social a {
  padding: 3px 5px;
  margin: 3px;
}

.desktop .footer-social a:hover {
  opacity: 0.7;
}



[dir] .desktop .custom-card-group {
  margin: 0 -7.5px;
}

[dir] .desktop .custom-card-group .custom-card-wrapper {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

[dir=ltr] .desktop .custom-card-group .custom-card-wrapper {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

[dir=rtl] .desktop .custom-card-group .custom-card-wrapper {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

[dir] .desktop .blog-card-group.custom-card-group {
  margin: 0 -15px;
}

[dir] .desktop .blog-card-group.custom-card-group .custom-card-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

[dir=ltr] .desktop .blog-card-group.custom-card-group .custom-card-wrapper {
  padding-right: 20px;
  padding-left: 20px;
}

[dir=rtl] .desktop .blog-card-group.custom-card-group .custom-card-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.desktop .custom-card-group .card {
  height: 100%;
}

[dir] .desktop .custom-card-group .card {
  border: none;
  border-radius: 4px;
}

[dir] .desktop .custom-card-group .card.card-border {
  border: thin solid #EAEAEA;
}

.desktop .custom-card-group .card.card-border .card-image {
  overflow: hidden;
}

[dir=ltr] .desktop .custom-card-group .card.card-border .card-image {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

[dir=rtl] .desktop .custom-card-group .card.card-border .card-image {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.desktop .custom-card-group .card-body {
  display: flex;
}

[dir] .desktop .custom-card-group .card-body {
  padding: 15px;
}

.desktop .custom-card-group .card-image {
  flex-grow: 0;
}

[dir] .desktop .custom-card-group .card-image {
  padding: 0 15px;
  margin-bottom: 15px;
}

.desktop .custom-card-group .card-image.testimonial-image {
  justify-content: center;
}

[dir] .desktop .custom-card-group .card-image.testimonial-image {
  margin-top: -50px;
}

.desktop .custom-card-group .card-badge {
  flex-grow: 0;
}

[dir] .desktop .custom-card-group .card-badge {
  padding: 0 15px;
}

[dir=ltr] .desktop .custom-card-group .card-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

[dir=rtl] .desktop .custom-card-group .card-row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.desktop .custom-card-group .card-column {
  display: flex;
  flex-direction: column;
}

[dir=ltr] .desktop .custom-card-group .card-column {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

[dir=rtl] .desktop .custom-card-group .card-column {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.desktop .custom-card-group .card-column .card-column__header {
  flex: 1 1 auto;
}

.desktop .custom-card-group .card-title {
  font-weight: 600;
  font-size: 18px;
  display: block;
}

[dir] .desktop .custom-card-group .card-title {
  margin-bottom: 5px;
}

.desktop .custom-card-group .card-subtitle {
  font-size: 15px;
  font-weight: 500;
}

[dir] .desktop .custom-card-group .card-subtitle {
  margin-bottom: 5px;
  margin-top: 0;
}

.link-list {
  list-style: none;
}

[dir=ltr] .link-list {
  padding-left: 0;
}

[dir=rtl] .link-list {
  padding-right: 0;
}

.desktop .link-list .link-list__header {
  font-size: 1rem;
  font-weight: 400;
}

[dir] .desktop .link-list .link-list__header {
  margin-bottom: 15px;
}

.desktop .link-list .link-list__item {
  font-size: 14px;
}

[dir] .desktop .link-list .link-list__item {
  margin-bottom: 0;
}

[dir] .desktop .link-list .link-list__item:last-child {
  margin-bottom: 0;
}

/* Layout */
[dir] .desktop .home-header-wrapper {
  background-image: url(/nupatient/_next/static/src/desktop/assets/images/home-bgb1c0337dec6c4a7fe288a289ead5c60b.png);
  background-size: cover;
}
[dir=ltr] .desktop .home-header-wrapper {
  background-position: top left;
}
[dir=rtl] .desktop .home-header-wrapper {
  background-position: top right;
}

.desktop .home-header {
  color: #FFFFFF;
  position: relative;
}

[dir] .desktop .home-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
}

[dir=ltr] .desktop .home-header {
  background-position: 85% 0;
}

[dir=rtl] .desktop .home-header {
  background-position: 15% 0;
}

.desktop .home-header__title {
  z-index: 1;
  position: relative;
}

[dir] .desktop .home-header__title {
  margin-bottom: 40px;
}

.desktop .home-header__title h5 {
  font-size: 18px;
}

[dir=ltr] .desktop .main-search .row {
  margin-left: -10px;
  margin-right: -10px;
}

[dir=rtl] .desktop .main-search .row {
  margin-right: -10px;
  margin-left: -10px;
}

[dir] .desktop .main-search .form-control {
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
}

[dir] .desktop .main-search .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

[dir=ltr] .desktop .main-search .row > * {
  padding-left: 10px;
  padding-right: 10px;
}

[dir=rtl] .desktop .main-search .row > * {
  padding-right: 10px;
  padding-left: 10px;
}

[dir] .desktop .main-search .main-search__suggestion {
  margin-top: 20px;
}

[dir=ltr] .desktop .main-search .main-search__suggestion {
  margin-left: -10px;
  margin-right: -10px;
}

[dir=rtl] .desktop .main-search .main-search__suggestion {
  margin-right: -10px;
  margin-left: -10px;
}

.desktop .specialty-suggestion {
  display: none;
  font-size: 16px;
  transition: 0.3s all ease;
  vertical-align: middle;
}

[dir=ltr] .desktop .specialty-suggestion {
  padding-left: 10px;
  padding-right: 10px;
}

[dir=rtl] .desktop .specialty-suggestion {
  padding-right: 10px;
  padding-left: 10px;
}

.desktop .link-blue.specialty-suggestion:hover {
  text-decoration: none;
  opacity: 0.7;
}

[dir] .desktop .link-blue.specialty-suggestion:hover {
  cursor: pointer;
}

.desktop .specialty-suggestion > * {
  display: inline-block;
  vertical-align: middle;
}

.desktop .specialty-suggestion:first-child,
.desktop .specialty-suggestion:last-child {
  display: inline-block;
  vertical-align: middle;
}

[dir] .desktop .home-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

[dir] .desktop .home-banner {
  margin-top: -15px;
  margin-bottom: -15px;
}

[dir] .desktop .home-banner .home-banner__item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.desktop .home-banner .slider {
  overflow: hidden;
}

.desktop .home-banner .slider-control-centerleft {
  height: calc(100% - 30px);
  top: 0px !important;
  left: 0px /* rtl:ignore */;
  right: auto /* rtl:ignore */;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, #0000001a,#ffffff00) /* rtl:ignore */;
}

[dir] .desktop .home-banner .slider-control-centerleft {
  margin: 15px;
  transform: none !important;
}

.desktop .home-banner .slider-control-centerright {
  height: calc(100% - 30px);
  top: 0px !important;
  right: 0px /* rtl:ignore */;
  left: auto /* rtl:ignore */;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to left, #0000001a,#ffffff00) /* rtl:ignore */;
}

[dir] .desktop .home-banner .slider-control-centerright {
  margin: 15px;
  transform: none !important;
}

[dir] .desktop .home-featured {
  background: #FBFBFB;
  padding-top: 50px;
  padding-bottom: 50px;
}

[dir] .desktop .home-featured .home-featured__map {
  padding: 0;
}

[dir] .desktop .home-featured .home-featured__title {
  margin-bottom: 20px;
}

[dir=ltr] .desktop .home-featured .home-featured__title {
  margin-right: -5px;
  margin-left: -5px;
}

[dir=rtl] .desktop .home-featured .home-featured__title {
  margin-left: -5px;
  margin-right: -5px;
}

.desktop .home-featured__title .home-featured__title-item {
  display: block;
  vertical-align: middle;
}

[dir] .desktop .home-featured__title .home-featured__title-item {
  padding: 10px 5px;
}

.desktop .home-featured__title .home-featured__title-item--sub {
  font-size: 1rem;
  display: block;
}

[dir=ltr] .desktop .home-featured__title .home-featured__title-item .ion-md-navigate {
  transform: rotate(40deg);
  margin-right: 5px;
}

[dir=rtl] .desktop .home-featured__title .home-featured__title-item .ion-md-navigate {
  transform: rotate(-40deg);
  margin-left: 5px;
}

[dir] .desktop .home-top-blog, [dir] .desktop .home-top-clinic {
  padding-top: 50px;
  padding-bottom: 50px;
}

[dir] .desktop .home-other, [dir] .desktop .home-top-doctor {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FBFBFB;
}

.desktop .home-top-blog .img-thumbnail.img-thumbnail--full {
  height: 200px;
}

.desktop .home-top-blog .custom-card-wrapper .card-title {
  font-size: 18px;
}

[dir] .desktop .home-top-blog .custom-card-wrapper .card-title {
  margin-bottom: 10px;
}

[dir] .desktop .home-top-blog .custom-card-wrapper .card-subtitle {
  margin-bottom: 10px;
}

.desktop .home-other .home-other__link > * {
  display: inline;
}

.desktop .home-other .home-other__link .link-list__header {
  display: none;
}

.desktop .home-other .home-other__link .link-list__item:after {
  content: ',';
  color: #9ccef6;
}

.desktop .home-other .home-other__link .link-list__item:last-child:after {
  content: none;
}

/* Specialty Label */

[dir] .desktop .specialty-label-wrapper {
  text-align: center;
  margin: -10px;
}

.desktop .specialty-label {
  display: flex;
  align-items: center;
  transition: 0.5s all ease;
  flex-grow: 1;
  font-size: 14px;
  display: inline-block;
  color: #338FD8;
}

[dir] .desktop .specialty-label {
  background: #c1daed;
  border-radius: 50px;
  padding: 15px 40px;
  margin: 10px;
}

.desktop .specialty-label:hover {
  text-decoration: none;
}

[dir] .desktop .specialty-label:hover {
  background: #aac7dc;
}

/* Country List */
[dir] .desktop .country-list {
  text-align: center;
}

.desktop .country-list .country-list__item {
  display: inline-flex;
  align-items: center;
  font-weight: 300;
}

[dir] .desktop .country-list .country-list__item {
  padding: 15px 30px;
  border-radius: 0;
}

/* Featured Company */
[dir] .desktop .featured-company-wrapper {
  margin: -15px;
  text-align: center;
}

.desktop .featured-company {
  display: inline-block;
}

[dir] .desktop .featured-company {
  padding: 15px;
}

/* ACCOUNT */
.desktop .account-wrapper {
  min-height: 100vh;
}
[dir] .desktop .account-wrapper {
  padding: 80px 0;
  background-color: #E8EEF4;
}

[dir] .desktop .login.card {
  border: none;
}

.desktop .account-wrapper.mobile {
  min-height: 100vh;
}

[dir] .desktop .account-wrapper.mobile {
  padding: 30px 0;
  background-color: #E8EEF4;
}

[dir] .desktop .account.card {
  border: none;
}

.desktop .account-mobile .navbar-nav {
  flex-direction: row;
}

[dir] .desktop .account .nav-account {
  padding: 0px;
}

.desktop .nav-account {
  width: 100%;
  display: flex;
}

[dir] .desktop .nav-account {
  padding: 0;
}

.desktop .nav-account .nav-item {
  flex-grow: 1;
}

[dir] .desktop .nav-account .nav-item {
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}

[dir] .desktop .nav-account .nav-item.active {
  border-bottom: 2px solid #42A1EC;
}

.desktop .nav-account .nav-item .nav-link {
  flex-grow: 1;
  font-size: 16px;
}

[dir] .desktop .nav-account .nav-item .nav-link {
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 10px 10px 10px;
}

.desktop .spacer {
  height: 15px;
  line-height: 30px;
}

[dir] .desktop .spacer {
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin: 20px 0 40px;
}

.desktop .spacer span {
  display: inline-block;
  color: #7D7979;
  font-weight: 300;
}

[dir] .desktop .spacer span {
  padding: 0 15px;
  background: #FFFFFF;
}

[dir] .desktop .account-forgot span:hover {
  border-bottom: 1px solid #42A1EC;
}

.desktop .btn-facebook {
  color: #fff;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
}

[dir] .desktop .btn-facebook {
  background: #35589e;
  border-color: transparent;
  padding: 0 15px;
}

.desktop .btn-facebook .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
}

[dir] .desktop .btn-facebook .icon {
  margin-bottom: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAVCAMAAABIbI/BAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURUdwTP///////////////////////////////////////////////////////////////////4ZSzFsAAAARdFJOUwDQwu4vPip+DGGQOQtPH6+rp13K2QAAAFFJREFUCNetzEsOwCAIBFBQQNH+uP9lCzbWHqCzmZcJASBShTsNFYuEdnuZvDNiMJulcQibj+VhnSTqzkYkYDO4eC02UFXvU1W+H34mMPPhdQMukAbBxqyfOQAAAABJRU5ErkJggg==) no-repeat center;
  background-size: contain;
}

.desktop .btn-google {
  color: #111;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
}

[dir] .desktop .btn-google {
  background: #F6F6F6;
  border-color: transparent;
  padding: 0 15px;
}

.desktop .btn-google .icon {
  position: relative;
  top: -3px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
}

[dir] .desktop .btn-google .icon {
  background: url(/nupatient/_next/static/src/desktop/assets/images/ic-google4e7e316f77be6492ee0f17fbcd998b95.png) no-repeat center;
  background-size: contain;
}

[dir] .desktop .wrapper-whysign {
  margin: 40px 0;
}

.desktop .image-circle {
  height: 70px;
  width: 70px;
  display: inline-block;
  line-height: 70px;
}

[dir] .desktop .image-circle {
  background-color: rgba(192,226,250,0.5);
  border-radius: 50%;
  text-align: center;
}

[dir] .desktop .input-error {
  border-color: #C94656;
}

[dir] .desktop .input-error:focus {
  border-color: #C94656;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.desktop .button-reveal {
  position: absolute;
  top: 36px;
  font-size: 20px;
  outline: none !important;
}

[dir] .desktop .button-reveal {
  border: transparent;
  cursor: pointer;
}

[dir=ltr] .desktop .button-reveal {
  right: 10px;
}

[dir=rtl] .desktop .button-reveal {
  left: 10px;
}

.desktop .account-terms {
  color: #42A1EC;
}

[dir] .desktop .account-terms {
  cursor: pointer;
}

.desktop .account-terms:hover {
  text-decoration: underline;
}

.desktop .footer-blank {
  font-size: 75%;
}

[dir] .desktop .footer-blank {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #275771;
}

/* END ACCOUNT */

.desktop .rbt {
  flex: 1 1;
}

.desktop .search-input .dropdown-menu {
  font-size: 1em;
}

[dir] .desktop .search-input .dropdown-menu {
  padding: 0;
}

[dir] .desktop .search-input .dropdown-menu li {
  padding: 0;
}

[dir] .desktop .search-input .disabled .disabled {
  padding: 10px;
}

[dir] .desktop .search-input .disabled[role=option] .disabled {
  padding: 0;
}

[dir] .desktop .search-input .dropdown-item {
  padding: 0;
}
.desktop .search-input .search-suggestion__item {
  font-size: 14px;
  transition: .3s all ease;
}
[dir] .desktop .search-input .search-suggestion__item {
  padding: 15px;
}

[dir] .desktop .search-input .search-suggestion__item--label {
  padding: 5px;
  background-color: rgba(66,161,236,0.1);
}

[dir] .desktop .search-input .search-suggestion__item:hover {
  background-color: rgba(66,161,236,0.1);
}

.desktop .search-input .rbt-input-hint {
  display: none;
}

.desktop .search-input.rbt .search-suggestion__item {
  display: flex;
  font-size: 14px;
}

.desktop .search-input.rbt .search-suggestion__item div > img {
  width: 40px;
  height: 40px;
  max-width: 40px;
  max-height: 40px;
}

[dir] .desktop .search-input.rbt .search-suggestion__item div > img {
  border-radius: 50%;
}

[dir=ltr] .desktop .search-input.rbt .search-suggestion__item .detail {
  padding-left: 10px;
}

[dir=rtl] .desktop .search-input.rbt .search-suggestion__item .detail {
  padding-right: 10px;
}


[dir] .desktop .search-group .menu-list {
  border-radius: 4px;
}

.desktop .search-group .search-input .rbt-menu.dropdown-menu {
  top: 100% !important;
  width: 100% !important;
}

[dir] .desktop .search-group .search-input .rbt-menu.dropdown-menu {
  transform: none !important;
}

.desktop .search-group .rbt-input-hint-container,
.desktop .search-group .rbt.search-input {
  position: unset !important;
}

[dir] .desktop .search-group .menu div {
  margin: 0;
}

[dir] .desktop .search-group .option > div {
  padding: 15px;
}


.desktop .search-group .option .option__item {
  display: flex;
}


[dir=ltr] .desktop .search-group .option .option__item {
  margin-left: -5px;
  margin-right: -5px;
}


[dir=rtl] .desktop .search-group .option .option__item {
  margin-right: -5px;
  margin-left: -5px;
}

.desktop .search-group .option .option__item > * {
  line-height: 1;
}

[dir=ltr] .desktop .search-group .option .option__item > * {
  padding-left: 5px;
  padding-right: 5px;
}

[dir=rtl] .desktop .search-group .option .option__item > * {
  padding-right: 5px;
  padding-left: 5px;
}

.desktop .search-group .option .option__item .option-image img {
  max-height: 12px;
  line-height: .5;
}

.desktop .search-group .option.option.option--is-disabled {
  font-size: 12px;
  pointer-events: none;
}

[dir] .desktop .search-group .option.option.option--is-disabled {
  background: #edf5fd;
  padding: 0;
  margin: 0;
}

[dir] .desktop .search-group .option.option.option--is-disabled > div {
  padding: 10px 15px;
}

[dir] .desktop .search-group .option.option--is-focused > div {
  background-color: #EEF5FC;
}

/* Popular Modal */
.desktop .popular-modal.modal .modal-dialog {
  width: 700px;
}

.desktop .popular-modal .link-list .link-list__header {
  font-size: 12px;
  color: #7D7979;
}

[dir] .desktop .popular-modal .link-list .link-list__header {
  margin-bottom: 15px;
}

[dir] .desktop .popular-modal .link-list .link-list__item {
  padding-bottom: 5px;
}

[dir] .desktop .popular-modal .link-list .link-list__item:last-child {
  padding-bottom: 0px;
}

/* Responsive */
@media (min-width: 768px) {
  [dir] .desktop .navbar {
    padding: 15px 0;
  }
  
  .desktop .navbar .sidebar-button {
    display: none;
  }
  
  .desktop .navbar-logo .navbar-logo__img {
    max-width: 120px;
  }
  
  .desktop .navbar-menu {
    display: block;
  }
  
  [dir=ltr] .desktop .navbar-logo {
    text-align: left;
  }
  
  [dir=rtl] .desktop .navbar-logo {
    text-align: right;
  }
  
  [dir] .desktop .home-header {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  
  [dir] .desktop .home-header h4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
  }
  
  [dir] .desktop .home-featured .home-featured__map {
    padding: 0 15px;
  }
  
  .desktop .home-featured__title .home-featured__title-item {
    display: inline-block;
  }
  
  .desktop .specialty-suggestion {
    display: inline-block;
  }
 
 
  
  .desktop .home-other .home-other__link .link-list__header {
    display: block;
  }
  
  .desktop .home-other .home-other__link .link-list__item:after {
    content: none;
  }
  
  [dir=ltr] .desktop .footer {
    text-align: left;
  }
  
  [dir=rtl] .desktop .footer {
    text-align: right;
  }
  
  .desktop .img-thumbnail {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 1200px) {
  .desktop .container {
    max-width: 1230px;
  }
}
body.mobile {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #303030;
  font-size: 14px;
  position: relative;
}


[dir] .mobile p {
  margin-bottom: .3rem;
}

/* Modal */
.modal {
  display: flex !important;
  align-items: center;
  transition: .3s all ease;
}

.modal .modal-dialog {
  width: 500px;
  max-width: 100%;
}

[dir] .modal .modal-content {
  border: none;
}

.modal.fade.in {
  opacity: 1 !important;
  visibility: visible;
}

.modal-backdrop.in {
  opacity: 0.3 !important;
  visibility: visible;
}

[dir] .modal.fade.in .modal-dialog {
  transform: translate(0,0%);
}

.modal .modal-header {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}

[dir] .modal .modal-header {
  border-bottom: 0px;
  padding: 0px;
}

[dir=ltr] .modal .modal-header {
  left: 0;
}

[dir=rtl] .modal .modal-header {
  right: 0;
}

.modal .modal-header .close {
  font-weight: 100;
  font-size: 40px;
  line-height: 1;
  transition: .3s all ease;
}

[dir] .modal .modal-header .close {
  padding: 5px 15px;
}

[dir=ltr] .modal .modal-header .close {
  margin: 0 0 0 auto;
}

[dir=rtl] .modal .modal-header .close {
  margin: 0 auto 0 0;
}

.modal .modal-header .close:hover,
.modal .modal-header .close:active,
.modal .modal-header .close:focus {
  outline: none;
}

[dir] .modal .modal-header .close:hover, [dir] .modal .modal-header .close:active, [dir] .modal .modal-header .close:focus {
  box-shadow: none;
}

[dir] .modal .modal-body {
  padding: 30px;
}

::-webkit-input-placeholder {
  color: #7D7979 !important;
  font-weight: 300;
}
::-moz-placeholder {
  color: #7D7979 !important;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #7D7979 !important;
  font-weight: 300;
}
:-moz-placeholder {
  color: #7D7979 !important;
  font-weight: 300;
}

.mobile ul.ul-clean {
  list-style: none;
}

[dir=ltr] .mobile ul.ul-clean {
  padding-left: 0px;
}

[dir=rtl] .mobile ul.ul-clean {
  padding-right: 0px;
}

.mobile ul.ul-green {
  list-style: none;
}

[dir=ltr] .mobile ul.ul-green {
  padding-left: 35px;
}

[dir=rtl] .mobile ul.ul-green {
  padding-right: 35px;
}

.mobile ul.ul-green li:before {
  color: #41D6C3;
  content: "\2022";
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  width: 2em;
}

[dir=ltr] .mobile ul.ul-green li:before {
  margin-left: -2em;
}

[dir=rtl] .mobile ul.ul-green li:before {
  margin-right: -2em;
}

.mobile body a {
  text-decoration: none;
  color: #303030;
}

.mobile body a:hover,
.mobile body a:active,
.mobile body a:focus {
  color: #303030;
}

.mobile a.btn:hover,
.mobile a.btn:active,
.mobile a.btn:focus,
.mobile a.badge:hover,
.mobile a.badge:active,
.mobile a.badge:focus,
.mobile a.link-clean:hover,
.mobile a.link-clean:active,
.mobile a.link-clean:focus {
  text-decoration: none;
}

.mobile .font-big {
  font-size: 1.25rem;
}

.mobile .text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile .text-normal {
  font-weight: 300;
}

.mobile .text-semibold {
  font-weight: 400;
}

.mobile .text-bold {
  font-weight: 500;
}

.mobile .text-gray {
  color: #7D7979;
}

.mobile .text-red {
  color: #C94656;
}

.mobile .text-blue {
  color: #42A1EC;
}

.mobile .text-black {
  color: #000;
}


.mobile .text-white {
  color: #fff;
}

.mobile .text-same-line {
  display: inline-flex;
}

.mobile .img-white {
  filter: brightness(0) invert(1);
}

.mobile .img-thumbnail {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

[dir] .mobile .img-thumbnail {
  border-radius: 100%;
  padding: 0px;
  border: none;
}

.mobile .gravatar {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir] .mobile .gravatar {
  border-radius: 100%;
  background: rgba(223,240,252,0.5);
}

.mobile .img-thumbnail .img-thumbnail__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile .img-thumbnail.img-thumbnail--big {
  width: 100px;
  height: 100px;  
}

.mobile .img-thumbnail.img-thumbnail--small {
  width: 40px;
  height: 40px;  
}

.mobile .img-thumbnail.img-thumbnail--full {
  width: 100%;
  height: 180px;
}

[dir] .mobile .img-thumbnail.img-thumbnail--full {
  border-radius: 0;
}

.mobile .header-title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

[dir] .mobile .home-spacer {
  margin: 0px;
}

.mobile .home-spacer.home-spacer--white {
  opacity: .5;
}

[dir] .mobile .home-spacer.home-spacer--white {
  border-color: #ffffff;
}

.mobile .img-responsive {
  max-width: 100%
}

[dir] .mobile .bg-green {
  background: #275771;
}

[dir] .mobile .bg-blue {
  background: #E8EEF4;
}

[dir] .mobile .bg-dark-blue {
  background: #C2D9F4;
}

.mobile .link-white {
  color: #FFFFFF;
}

.mobile .link-white:hover,
.mobile .link-white:focus,
.mobile .link-white:active {
  color: #FAFAFA;
  text-decoration: underline;
}

.mobile .link-green {
  color: #41D6C3;
}

.mobile .link-green:hover,
.mobile .link-green:focus,
.mobile .link-green:active {
  color: #41D6C3;
  text-decoration: underline;
}

.mobile .link-blue {
  color: #42A1EC;
}

.mobile .link-blue:hover,
.mobile .link-blue:focus,
.mobile .link-blue:active {
  color: #42A1EC;
  text-decoration: underline;
}

.mobile .blue-line {
  height: 4px;
  width: 45px;
  display: inline-block;
  vertical-align: middle;
}

[dir] .mobile .blue-line {
  background: #41A1EC;
}

[dir] .mobile .input-group.input-group--addons {
  border-radius: 4px;
  background: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobile .input-group.input-group--addons img {
  max-height: 25px;
  max-width: 25px;
}

[dir] .mobile .input-group.input-group--addons input {
  margin: 0px;
}

.mobile .input-group.input-group--addons .input-group__left {
  display: flex;
  align-items: center;
}

[dir] .mobile .input-group.input-group--addons .input-group__left {
  margin: 0px;
}

[dir=ltr] .mobile .input-group.input-group--addons .input-group__left {
  padding: 0.5rem 0rem 0.5rem 1rem;
}

[dir=rtl] .mobile .input-group.input-group--addons .input-group__left {
  padding: 0.5rem 1rem 0.5rem 0rem;
}

.mobile .input-group.input-group--addons .input-group__right {
  display: flex;
  align-items: center;
}

[dir] .mobile .input-group.input-group--addons .input-group__right {
  padding: 0.5rem;
  margin: 0px;
}

/* Button */
.mobile .btn {
  font-size: 14px;
}
[dir] .mobile .btn {
  padding: 8px 15px;;
  border-radius: 3px;
}

.mobile .btn-lg {
  line-height: 1.5;
  font-size: 16px;
}

[dir] .mobile .btn-lg {
  padding: 0.7rem 2rem;
}

.mobile .btn-sm {
  line-height: 1.5;
}

[dir] .mobile .btn-sm {
  padding: 5px 25px;
}

.mobile .btn-xs {
  line-height: 1.5;
  font-size: 14px;
}

[dir] .mobile .btn-xs {
  padding: 5px 15px;
}

.mobile .btn-green {
  color: #FFFFFF;
}

[dir] .mobile .btn-green {
  background: #41D6C3;
  border-width: 1px;
  border-style: solid;
  border-color: #41D6C3;
}

.mobile .btn-green:hover,
.mobile .btn-green:active,
.mobile .btn-green:focus {
  color: #FFFFFF;
}

[dir] .mobile .btn-green:hover, [dir] .mobile .btn-green:active, [dir] .mobile .btn-green:focus {
  background: #3abfae;
  border-color: #3abfae;
}

.mobile .btn-light-blue {
  color: #FFFFFF;
}

[dir] .mobile .btn-light-blue {
  background: #E8EEF4;
  border-width: 1px;
  border-style: solid;
  border-color: #E8EEF4;
}

.mobile .btn-light-blue:hover,
.mobile .btn-light-blue:active,
.mobile .btn-light-blue:focus {
  color: #FFFFFF;
}

[dir] .mobile .btn-light-blue:hover, [dir] .mobile .btn-light-blue:active, [dir] .mobile .btn-light-blue:focus {
  background: #d0d7de;
  border-color: #d0d7de;
}

.mobile .btn-green--border {
  color: #41D6C3;
}

[dir] .mobile .btn-green--border {
  background: transparent;
}

.mobile .btn-green--border:hover,
.mobile .btn-green--border:active,
.mobile .btn-green--border:focus {
  color: #FFFFFF;
}

[dir] .mobile .btn-green--border:hover, [dir] .mobile .btn-green--border:active, [dir] .mobile .btn-green--border:focus {
  background: #41D6C3;
  border-color: #41D6C3;
}

.mobile .btn-white--border {
  color: #FFFFFF;
}

[dir] .mobile .btn-white--border {
  background: transparent;
  border: 1px solid #FFFFFF;
}

.mobile .btn-white--border:hover,
.mobile .btn-white--border:active,
.mobile .btn-white--border:focus {
  color: #42A1EC;
}

[dir] .mobile .btn-white--border:hover, [dir] .mobile .btn-white--border:active, [dir] .mobile .btn-white--border:focus {
  background: #FFFFFF;
  border-color: #FFFFFF;
}

[dir] .mobile .btn-transparent:hover, [dir] .mobile .btn-transparent:focus, [dir] .mobile .btn-transparent:active {
  background-color: rgba(0, 0, 0, 0.06);
}

/* Badges */
.mobile .badge {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: middle;
}
[dir] .mobile .badge {
  padding: 5px 10px;
  border-radius: 4px;
}

.mobile .badge.badge-blue {
  color: #ffffff;
}

[dir] .mobile .badge.badge-blue {
  background: #9ccef6;
}

.mobile .badge.badge-yellow {
  color: #ffffff;
}

[dir] .mobile .badge.badge-yellow {
  background: #ffcd00;
}

.mobile .badge.badge-red {
  color: #ffffff;
}

[dir] .mobile .badge.badge-red {
  background: #ee5454;
}

/* Search Suggestion */
.mobile .mobile  {
  position: relative;
}




[dir] .mobile .search-suggestion {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mobile .search-suggestion .search-suggestion__item {
  display: block;
  transition: .3s all ease;
}

[dir] .mobile .search-suggestion .search-suggestion__item {
  cursor: pointer;
  background: #ffffff;
}

.mobile .search-suggestion .search-suggestion__item a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

[dir] .mobile .search-suggestion .search-suggestion__item a {
  padding: 10px 15px;
}

.mobile .search-suggestion .search-suggestion__item a:hover,
.mobile .search-suggestion .search-suggestion__item a:active,
.mobile .search-suggestion .search-suggestion__item a:focus {
  text-decoration: none;
}

[dir=ltr] .mobile .search-suggestion .search-suggestion__item a .search-suggestion-image {
  margin-right: 10px;
}

[dir=rtl] .mobile .search-suggestion .search-suggestion__item a .search-suggestion-image {
  margin-left: 10px;
}

[dir] .mobile .search-suggestion .search-suggestion__item:hover {
  background: #E8EEF4;
}

.mobile .search-suggestion .search-suggestion__item.search-suggestion__item--label {
  pointer-events: none;
  font-size: 12px;
}

[dir] .mobile .search-suggestion .search-suggestion__item.search-suggestion__item--label {
  background-color: #edf5fd;
  padding: 5px 15px;
}

.mobile .search-suggestion .search-suggestion__header {
  font-size: 12px;
}

[dir] .mobile .search-suggestion .search-suggestion__header {
  padding: 5px 15px;
}

/* Overrides */
.mobile .form-control-lg {
  font-size: 16px !important;
}

.mobile .form-control {
  font-size: 14px;
}

/* Sidebar */
.mobile .sidebar .sidebar-logo {
  line-height: 1;
}
[dir] .mobile .sidebar .sidebar-logo {
  padding: 15px;
}

.mobile .sidebar .sidebar-logo img {
  max-height: 15px; 
}

.mobile .sidebar {
  z-index: 1050;
  display: block;
  align-items: unset;
}

[dir] .mobile .sidebar.fade.in .modal-content {
  transform: translateX(0%);
}

.mobile .sidebar .modal-dialog {
  display: flex;
}

[dir] .mobile .sidebar .modal-dialog {
  margin: 0px;
  transform: translateY(0%) !important;
}

.mobile .sidebar .modal-content {
  flex-shrink: 1;
  width: 85%;
  max-width: 300px;
  transition: .3s all ease;
}

[dir] .mobile .sidebar .modal-content {
  border-radius: 0px;
}

[dir=ltr] .mobile .sidebar .modal-content {
  transform: translateX(-100%);
}

[dir=rtl] .mobile .sidebar .modal-content {
  transform: translateX(100%);
}

.mobile .sidebar .modal-header {
  width: auto;
}

[dir=ltr] .mobile .sidebar .modal-header {
  left: 100%;
}

[dir=rtl] .mobile .sidebar .modal-header {
  right: 100%;
}

.mobile .sidebar .modal-header .close {
  color: #ffffff;
  opacity: 1;
}

[dir] .mobile .sidebar .modal-header .close {
  margin: 0;
}

.mobile .sidebar .modal-header .close:hover {
  opacity: .5;
  color: #ffffff;
}

.mobile .sidebar .modal-body {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

[dir] .mobile .sidebar .modal-body {
  padding: 0px;
}

.mobile .sidebar .sidebar-item .btn {
  width: 100%;
}

[dir] .mobile .sidebar .sidebar-item .btn {
  padding: 15px;
  border-radius: 0px;
}

[dir=ltr] .mobile .sidebar .sidebar-item .btn {
  text-align: left;
}

[dir=rtl] .mobile .sidebar .sidebar-item .btn {
  text-align: right;
}

.mobile .sidebar .sidebar-item .btn:hover,
.mobile .sidebar .sidebar-item .btn:focus,
.mobile .sidebar .sidebar-item .btn:active {
  outline: none;
}

[dir] .mobile .sidebar .sidebar-item .btn:hover, [dir] .mobile .sidebar .sidebar-item .btn:focus, [dir] .mobile .sidebar .sidebar-item .btn:active {
  box-shadow: none;
}

.mobile .sidebar .sidebar-item .dropdown {
  width: 100%;
  flex-wrap: wrap;
}

.mobile .sidebar .sidebar-item .dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between;
}

.mobile .sidebar .sidebar-item .dropdown .dropdown-menu {
  width: 100%;
  position: relative;
}

[dir] .mobile .sidebar .sidebar-item .dropdown .dropdown-menu {
  box-shadow: none;
  margin: 0px;
}

.mobile .sidebar .sidebar-item .dropdown .dropdown-menu li a {
  display: flex;
  justify-content: space-between;
}

/* Navbar */
.mobile .navbar {
  color: #303030;
}
[dir] .mobile .navbar {
  padding: 0px;
  background-color: transparent;
}

.mobile .navbar-menu {
  display: none;
}

.mobile .navbar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile .navbar-logo .navbar-logo__img {
  max-height: 25px;
  transition: .3s all ease;
}

.mobile .navbar .container {
  display: block;
}

.mobile .navbar .container .row {
  min-width: 100%;
}

.mobile .navbar .sidebar-button {
  display: block;
}

.mobile .sidebar-button .btn {
  font-size: 20px;
  line-height: 1;
}

[dir] .mobile .sidebar-button .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Carousel */
[dir] .mobile .carousel-nav {
  margin-top: 20px;
}

.mobile .carousel-button {
  display: inline-block;
  vertical-align: middle;
}

.mobile .carousel-button img {
  max-width: 40px;
}

.mobile .carousel-button .btn {
  transition: .3s all ease;
}

.mobile .carousel-button .btn:hover {
  opacity: .5;
}

.mobile .carousel-button .disabled {
  filter: contrast(5%) brightness(150%);
}

/* Footer */
.mobile .footer {
  font-size: 100%;
}

.footer .link-list {
  letter-spacing: .5px;
}

[dir] .footer .link-list {
  margin-bottom: 0px;
}

[dir] .mobile .footer .link-list .link-list__item {
  margin-bottom: 15px;
}

.mobile .footer .link-list .link-list__header {
  font-weight: 400;
  font-size: 1rem;
}

.mobile .carousel-button .disabled {
  filter: contrast(5%) brightness(150%);
}

[dir] .mobile .footer-newsletter-card {
  background: #E8EEF4;
  text-align: center;
}

[dir] .mobile .footer-newsletter-card .footer-newsletter-card__item {
  margin-bottom: 20px;
}

.mobile .footer-newsletter-form {
  display: block;
}

[dir] .mobile .footer-newsletter-form input {
  border: none;
}

.mobile .footer-newsletter-form .footer-newsletter-form__item {
  display: block;
}

[dir] .mobile .footer-newsletter-form .footer-newsletter-form__item {
  padding-top: 15px;
}

[dir] .mobile .footer-social {
  margin: -3px;
}

.mobile .footer-social a {
  display: inline-block;
  transition: .3s all ease;
}

[dir] .mobile .footer-social a {
  padding: 3px 5px;
  margin: 3px;
}

.mobile .footer-social a:hover {
  opacity: .7;
}



[dir] .mobile .custom-card-group .custom-card-wrapper {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

[dir=ltr] .mobile .custom-card-group .custom-card-wrapper {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

[dir=rtl] .mobile .custom-card-group .custom-card-wrapper {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

[dir] .mobile .custom-card-group .custom-card-wrapper.testimonial {
  padding-top: 40px;
}

.mobile .custom-card-group .custom-card-wrapper.testimonial .card-body {
  line-height: 1.5;
}

[dir] .mobile .custom-card-group .custom-card-wrapper.testimonial .card-body {
  padding: 20px;
}

.mobile .custom-card-group .card {
  height: 100%;
}

[dir] .mobile .custom-card-group .card {
  border: none;
  border-radius: 4px;
}

[dir] .mobile .custom-card-group .card.card-border {
  border: thin solid #EAEAEA;
}

.mobile .custom-card-group .card.card-border .card-image {
  overflow: hidden;
}

[dir=ltr] .mobile .custom-card-group .card.card-border .card-image {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

[dir=rtl] .mobile .custom-card-group .card.card-border .card-image {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.mobile .custom-card-group .card-body {
  display: flex;
}

[dir] .mobile .custom-card-group .card-body {
  padding: 15px;
}

.mobile .custom-card-group .card-image {
  flex-grow: 0;
}

[dir] .mobile .custom-card-group .card-image {
  padding: 0px 15px;
  margin-bottom: 15px;
}

.mobile .custom-card-group .card-image.testimonial-image {
  justify-content: center;
}

[dir] .mobile .custom-card-group .card-image.testimonial-image {
  margin-top: -40px;
}

.mobile .custom-card-group .card-image.testimonial-image .img-thumbnail {
  height: 80px;
  width: 80px;
}

.mobile .custom-card-group .card-badge {
  flex-grow: 0;
}

[dir] .mobile .custom-card-group .card-badge {
  padding: 0px 15px;
}

.mobile .custom-card-group .card-row {
  line-height: 1.2
}

[dir=ltr] .mobile .custom-card-group .card-row {
  margin-left: -7.5px;
  margin-right: -7.5px
}

[dir=rtl] .mobile .custom-card-group .card-row {
  margin-right: -7.5px;
  margin-left: -7.5px
}

.mobile .custom-card-group .card-column {
  display: flex;
  flex-direction: column;
}

[dir=ltr] .mobile .custom-card-group .card-column {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

[dir=rtl] .mobile .custom-card-group .card-column {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.mobile .custom-card-group .card-column .card-column__header {
  flex: 1 1 auto;
}

.mobile .custom-card-group .card-title {
  font-weight: 600;
  font-size: 14px;
  display: block;
}

[dir] .mobile .custom-card-group .card-title {
  margin-bottom: 10px;
}

.mobile .custom-card-group .card-subtitle {
  font-size: 13px;
  font-weight: 500;
}

[dir] .mobile .custom-card-group .card-subtitle {
  margin-bottom: 5px;
  margin-top: 0px;
}



.mobile .link-list {
  list-style: none;
}

[dir=ltr] .mobile .link-list {
  padding-left: 0px;
}

[dir=rtl] .mobile .link-list {
  padding-right: 0px;
}

.mobile .link-list .link-list__header {
  font-size: 1rem;
  font-weight: 400;
}

[dir] .mobile .link-list .link-list__header {
  margin-bottom: 15px;
}

[dir] .mobile .link-list .link-list__item {
  margin-bottom: 5px;
}

[dir] .mobile .link-list .link-list__item:last-child {
  margin-bottom: 0px;
}

/* Collapse Item */
[dir] .mobile .collapse-item .collapse-item__button {
  padding-top: 15px;
  padding-bottom: 15px;
}

[dir] .mobile .collapse-item .collapse-item__content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile .collapse-item .collapse-item__button .collapse-arrow {
  transition: .3s all ease;
}

[dir=ltr] .mobile .collapse-item .collapse-item__button.open .collapse-arrow {
  transform: rotate(180deg);
}

[dir=rtl] .mobile .collapse-item .collapse-item__button.open .collapse-arrow {
  transform: rotate(-180deg);
}

.mobile .collapse.in {
  display: block;
}

/* Layout */
[dir] .home-header-wrapper {
  background-image: url(/nupatient/_next/static/src/mobile/assets/images/home-bgb1c0337dec6c4a7fe288a289ead5c60b.png);
  background-size: cover;
}
[dir=ltr] .home-header-wrapper {
  background-position: top left;
}
[dir=rtl] .home-header-wrapper {
  background-position: top right;
}

.mobile .home-header {
  color: #FFFFFF;
  position: relative;
}

[dir] .mobile .home-header {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
}

[dir=ltr] .mobile .home-header {
  background-position: 85% 0%;
}

[dir=rtl] .mobile .home-header {
  background-position: 15% 0%;
}

.mobile .home-header__title {
  z-index: 1;
  position: relative;
}

[dir] .mobile .home-header__title {
  margin-bottom: 20px;
}

.mobile .home-header__title h3 {
  font-size: 26px;
}

[dir=ltr] .mobile .main-search .row {
  margin-left: -10px;
  margin-right: -10px;
}

[dir=rtl] .mobile .main-search .row {
  margin-right: -10px;
  margin-left: -10px;
}

[dir] .mobile .main-search .form-control {
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
}

[dir] .mobile .main-search .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

[dir=ltr] .mobile .main-search .row > * {
  padding-left: 10px;
  padding-right: 10px;
}

[dir=rtl] .mobile .main-search .row > * {
  padding-right: 10px;
  padding-left: 10px;
}

[dir] .mobile .main-search .main-search__suggestion {
  margin-top: 20px;
}

[dir=ltr] .mobile .main-search .main-search__suggestion {
  margin-left: -10px;
  margin-right: -10px;
}

[dir=rtl] .mobile .main-search .main-search__suggestion {
  margin-right: -10px;
  margin-left: -10px;
}

.mobile .specialty-suggestion {
  font-size: 14px;
  transition: .3s all ease;
}

[dir=ltr] .mobile .specialty-suggestion {
  padding-left: 10px;
  padding-right: 10px;
}

[dir=rtl] .mobile .specialty-suggestion {
  padding-right: 10px;
  padding-left: 10px;
}

.mobile a.specialty-suggestion:hover {
  text-decoration: none;
  opacity: .7;
}

.mobile .specialty-suggestion {
  display: inline-flex;
  align-items: center;
}

[dir] .mobile .home-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

[dir] .mobile .home-banner {
  margin-top: -15px;
  margin-bottom: -15px;
}

[dir] .mobile .home-banner .home-banner__item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile .home-banner .slider {
  overflow: hidden;
}

.mobile .home-banner .slider-control-centerleft {
  height: calc(100% - 30px);
  top: 0px !important;
  left: 0px /* rtl:ignore */;
  right: auto /* rtl:ignore */;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, #0000001a,#ffffff00) /* rtl:ignore */;
}

[dir] .mobile .home-banner .slider-control-centerleft {
  margin: 15px;
  transform: none !important;
}

.mobile .home-banner .slider-control-centerright {
  height: calc(100% - 30px);
  top: 0px !important;
  right: 0px /* rtl:ignore */;
  left: auto /* rtl:ignore */;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to left, #0000001a,#ffffff00) /* rtl:ignore */;
}

[dir] .mobile .home-banner .slider-control-centerright {
  margin: 15px;
  transform: none !important;
}

[dir] .mobile .home-featured {
  background: #FBFBFB;
  padding-top: 50px;
  padding-bottom: 50px;
}

[dir] .mobile .home-featured .home-featured__map {
  padding: 0px;
}

[dir] .mobile .home-featured .home-featured__title {
  margin-bottom: 20px;
}

[dir=ltr] .mobile .home-featured .home-featured__title {
  margin-right: -5px;
  margin-left: -5px;
}

[dir=rtl] .mobile .home-featured .home-featured__title {
  margin-left: -5px;
  margin-right: -5px;
}

.mobile .home-featured__title .home-featured__title-item {
  display: block;
  vertical-align: middle;
}

[dir] .mobile .home-featured__title .home-featured__title-item {
  padding: 10px 5px;
}

.mobile .home-featured__title .home-featured__title-item--sub {
  font-size: 1rem;
  display: block;
}

[dir=ltr] .mobile .home-featured__title .home-featured__title-item .ion-md-navigate {
  transform: rotate(40deg);
  margin-right: 5px;
}

[dir=rtl] .mobile .home-featured__title .home-featured__title-item .ion-md-navigate {
  transform: rotate(-40deg);
  margin-left: 5px;
}

[dir] .mobile .home-top-clinic, [dir] .mobile .home-top-blog {
  padding-top: 50px;
  padding-bottom: 50px;
}

[dir] .mobile .home-top-doctor, [dir] .mobile .home-other {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FBFBFB;
}

.mobile .home-top-blog .img-thumbnail.img-thumbnail--full {
  height: 200px;
}

.mobile .home-top-blog .custom-card-wrapper .card-title {
  font-size: 18px;
}

[dir] .mobile .home-top-blog .custom-card-wrapper .card-title {
  margin-bottom: 10px;
}

[dir] .mobile .home-top-blog .custom-card-wrapper .card-subtitle {
  margin-bottom: 10px;
}

.mobile .home-other .home-other__link > * {
  display: inline;
}

.mobile .home-other .home-other__link .link-list__header {
  display: none;
}

.mobile .home-other .home-other__link .link-list__item:after {
  content: ',';
  color: #9ccef6;
}

.mobile .home-other .home-other__link .link-list__item:last-child:after {
  content: none;
}

/* Specialty Label */

[dir] .mobile .specialty-label-wrapper {
  margin: -10px;
}

[dir=ltr] .mobile .specialty-label-wrapper {
  text-align: left;
}

[dir=rtl] .mobile .specialty-label-wrapper {
  text-align: right;
}

.mobile .specialty-label {
  display: flex;
  align-items: center;
  transition: .5s all ease;
  flex-grow: 1;
  font-size: 12px;
  display: inline-block;
  color: #338FD8;
}

[dir] .mobile .specialty-label {
  background: #c1daed;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 10px;
}

.mobile .specialty-label:hover {
  text-decoration: none;
}

[dir] .mobile .specialty-label:hover {
  background: #aac7dc;
}

/* Country List */
[dir] .mobile .country-list {
  text-align: center;
}

.mobile .country-list .country-list__item {
  display: inline-flex;
  align-items: center;
  font-weight: 300;
}

[dir] .mobile .country-list .country-list__item {
  padding: 15px 30px;
  border-radius: 0px;
}

/* Featured Company */
.mobile .featured-company-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
[dir] .mobile .featured-company-wrapper {
  margin: -15px;
  text-align: center;
}

.mobile .featured-company {
  display: inline-block;
}

[dir] .mobile .featured-company {
  padding: 15px;
}

/* Popular Modal */
.mobile .popular-modal {
  align-items: flex-start;
}

[dir] .mobile .popular-modal .modal-content {
   border-radius: 0px;
}

.mobile .popular-modal .modal-dialog {
  width: 100%;
}

[dir] .mobile .popular-modal .modal-dialog {
  margin: 0px;
}

.mobile .popular-modal .modal-header {
  position: relative;
  display: block;
}

[dir] .mobile .popular-modal .modal-header {
  padding: 20px;
  text-align: center;
}

.mobile .popular-modal .modal-header .close {
  position: absolute;
  top: 0px;
}

[dir=ltr] .mobile .popular-modal .modal-header .close {
  right: 0px;
}

[dir=rtl] .mobile .popular-modal .modal-header .close {
  left: 0px;
}

[dir] .mobile .popular-modal .modal-body {
  padding: 0px;
}

[dir] .mobile .popular-modal .link-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.mobile .popular-modal .link-list .link-list__header {
  font-size: 12px;
  color: #7D7979;
  line-height: 1;
}

[dir] .mobile .popular-modal .link-list .link-list__header {
  padding: 10px 15px;
  margin-bottom: 0px;
}

.mobile .popular-modal .link-list .link-list__item {
  line-height: 1;
}

[dir] .mobile .popular-modal .link-list .link-list__item {
  margin-bottom: 0px;
}

.mobile .popular-modal .link-list .link-list__item a {
  display: block;
  font-size: 14px;
  text-decoration: none;
}

[dir] .mobile .popular-modal .link-list .link-list__item a {
  padding: 10px 15px;
}

.mobile .popular-modal .link-list .link-list__item a:hover,
.mobile .popular-modal .link-list .link-list__item a:active,
.mobile .popular-modal .link-list .link-list__item a:focus {
  text-decoration: none;
}

[dir] .mobile .popular-modal .link-list .link-list__item a:hover, [dir] .mobile .popular-modal .link-list .link-list__item a:active, [dir] .mobile .popular-modal .link-list .link-list__item a:focus {
  background-color: #F1F1F1;
}

[dir] .mobile .popular-modal .link-list .link-list__item:last-child {
  padding-bottom: 0px;
}

/* Full Page Search */

.full-page-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  color: #000;
}

[dir] .full-page-search {
  background: #fff;
}

[dir=ltr] .full-page-search {
  left: 0;
}

[dir=rtl] .full-page-search {
  right: 0;
}

.full-page-search__result {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.full-page-search .full-page-search__nav {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

[dir] .full-page-search .full-page-search__nav {
  background-color: #42A1EC;
}

[dir=ltr] .full-page-search .full-page-search__nav {
  padding: 10px 25px 10px 5px;
}

[dir=rtl] .full-page-search .full-page-search__nav {
  padding: 10px 5px 10px 25px;
}

[dir] .full-page-search .full-page-search__nav .close.btn {
  padding: 8px 15px;
}

.full-page-search .full-page-search__nav .form-group {
  flex-grow: 1;
}

[dir] .full-page-search .full-page-search__nav .form-group {
  margin-bottom: 0;
  border-radius: 3px;
}

.full-page-search .full-page-search__nav .form-group .input-group-addon {
  display: flex;
  align-items: center;
}

[dir] .full-page-search .full-page-search__nav .form-group .input-group-addon {
  background: #FFFFFF;
}

[dir=ltr] .full-page-search .full-page-search__nav .form-group .input-group-addon {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

[dir=rtl] .full-page-search .full-page-search__nav .form-group .input-group-addon {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.full-page-search .full-page-search__nav .form-group .input-group-addon .clear {
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  color: #7D7979;
  transition: .3s all ease;
}

[dir] .full-page-search .full-page-search__nav .form-group .input-group-addon .clear {
  padding: 5px 8px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.full-page-search .full-page-search__nav .form-group .input-group-addon .clear:hover,
.full-page-search .full-page-search__nav .form-group .input-group-addon .clear:focus,
.full-page-search .full-page-search__nav .form-group .input-group-addon .clear:active {
  opacity: .5;
  outline: none;
}

[dir] .full-page-search .full-page-search__nav .form-group .input-group-addon .clear:hover, [dir] .full-page-search .full-page-search__nav .form-group .input-group-addon .clear:focus, [dir] .full-page-search .full-page-search__nav .form-group .input-group-addon .clear:active {
  box-shadow: none;
}

.full-page-search .full-page-search__nav .form-group input {
  font-size: 14px;
}

[dir] .full-page-search .full-page-search__nav .form-group input {
  border: none;
}

.full-page-search .search-result {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

[dir] .full-page-search .search-result {
  background-color: #f7f7f7;
}



[dir] .full-page-search .search-result .nav.nav-tabs {
  background: #ffffff;
}

.full-page-search .search-result .nav.nav-tabs li {
  position: relative;
}

[dir] .full-page-search .search-result .nav.nav-tabs li {
  cursor: pointer;
}

.full-page-search .search-result .nav.nav-tabs li.active:after {
  content: '';
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

[dir] .full-page-search .search-result .nav.nav-tabs li.active:after {
  background-color: #42A1EC;
}

[dir=ltr] .full-page-search .search-result .nav.nav-tabs li.active:after {
  left: 0;
}

[dir=rtl] .full-page-search .search-result .nav.nav-tabs li.active:after {
  right: 0;
}

.full-page-search .search-result .nav.nav-tabs li.active a {
  color: #42A1EC;
  pointer-events: none;
}

.full-page-search .search-result .nav.nav-tabs > li > a {
  display: block;
  line-height: 1;
  text-decoration: none;
  transition: .3s all ease;
}

[dir] .full-page-search .search-result .nav.nav-tabs > li > a {
  padding: 15px 30px;
}

[dir] .full-page-search .search-result .nav.nav-tabs > li > a:hover, [dir] .full-page-search .search-result .nav.nav-tabs > li > a:focus, [dir] .full-page-search .search-result .nav.nav-tabs > li > a:active {
  background-color: #FAFAFA;
}

.full-page-search .search-result .tab-content {
  overflow: auto;
  display: flex;
  flex: 1;
  flex-basis: 100%;
}

.full-page-search .search-result .tab-content .tab-pane {
  flex-direction: column;
  flex-shrink: 1;
  flex-basis: 100%;
}

.full-page-search .search-result .tab-content .tab-pane.active {
  display: flex;
}

.full-page-search .current-location {
  display: block;
  transition: .3s all ease;
  align-items: center;
  text-decoration: none;
}

[dir] .full-page-search .current-location {
  cursor: pointer;
  background: #ffffff;
  padding: 10px 15px;
}

.full-page-search .current-location .current-location__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-page-search .current-location:hover,
.full-page-search .current-location:active,
.full-page-search .current-location:focus {
  text-decoration: none;
}

[dir] .full-page-search .current-location:hover, [dir] .full-page-search .current-location:active, [dir] .full-page-search .current-location:focus {
  background: #E8EEF4;
}

.circle-number {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 16px;
}

[dir] .circle-number {
  background: #42A1EC;
  border-radius: 50%;
}

.explain-sect_title {
  color: #42A1EC;
  font-size: 18px;
}

@keyframes explain-ltr {
  0% { left: -0%; }
  20% { left: -0%; }
  35% { left: -100%; }
  45% { left: -100%; }
  55% { left: -200%; }
  65% { left: -200%; }
  75% { left: -300%; }
  85% { left: -300%; }
  100% { left: -0%; }
}

@keyframes explain-rtl {
  0% { left: -0%; }
  20% { left: -0%; }
  35% { left: -100%; }
  45% { left: -100%; }
  55% { left: -200%; }
  65% { left: -200%; }
  75% { left: -300%; }
  85% { left: -300%; }
  100% { left: -0%; }
}

@keyframes secondint-ltr {
  0% { left: 0%; }
  2% { left: -100%; }
  38% { left: -100%; }
  40% { left: -200%; }
  73% { left: -200%; }
  75% { left: -300%; }
  98% { left: -300%; }
  100% { left: -400%; }
}

@keyframes secondint-rtl {
  0% { left: 0%; }
  2% { left: -100%; }
  38% { left: -100%; }
  40% { left: -200%; }
  73% { left: -200%; }
  75% { left: -300%; }
  98% { left: -300%; }
  100% { left: -400%; }
}

@keyframes explain-rtl {
  0% { right: -100%; }
  20% { right: -100%; }
  30% { right: -200%; }
  40% { right: -200%; }
  50% { right: -300%; }
  60% { right: -300%; }
  70% { right: -400%; }
  80% { right: -400%; }
  90% { right: -100%; }
  100% { right: -100%; }
}

@keyframes secondint-rtl {
  0% { right: 0%; }
  2% { right: -100%; }
  38% { right: -100%; }
  40% { right: -200%; }
  73% { right: -200%; }
  75% { right: -300%; }
  98% { right: -300%; }
  100% { right: -400%; }
}

[dir] figure { 
  margin: 0;
}

div.explain-sect-slider, div.secondint-sect-slider { 
  width: 100%;
  overflow: hidden; 
}

figure.slider { 
  position: relative;
  width: 500%;
}

[dir=ltr] figure.slider {
  animation: 20s explain-ltr infinite;
}

[dir=rtl] figure.slider {
  animation: 20s explain-rtl infinite;
}

figure.slider figure { 
  width: 20%;
  min-height: 80px;
  vertical-align: middle;
  display: inline-block;
  position: inherit; 
}

figure.slider img {
  width: 100%;
  height: auto;
  max-width: 350px;
}

@media (min-width: 1200px) {
  .mobile .container {
    max-width: 1230px;
  }
}
