/*! Bootstrap v4.4.1 (https://getbootstrap.com/) Copyright 2011-2019 The Bootstrap Authors Copyright 2011-2019 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
@import url("https://fonts.googleapis.com/css?family=Roboto|Saira+Condensed&display=swap");

: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;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

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;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  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;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

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;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mh1,
.mh2,
.mh3,
.mh4,
.mh5,
.mh6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.mh1 {
  font-size: 2.5rem;
}

h2,
.mh2 {
  font-size: 2rem;
}

h3,
.mh3 {
  font-size: 1.75rem;
}

h4,
.mh4 {
  font-size: 1.5rem;
}

h5,
.mh5 {
  font-size: 1.25rem;
}

h6,
.mh6 {
  font-size: 1rem;
}

.mlead {
  font-size: 1.25rem;
  font-weight: 300;
}

.mdisplay-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.mdisplay-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.mdisplay-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.mdisplay-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.msmall {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mmark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.mlist-unstyled {
  padding-left: 0;
  list-style: none;
}

.mlist-inline {
  padding-left: 0;
  list-style: none;
}

.mlist-inline-item {
  display: inline-block;
}

.mlist-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.minitialism {
  font-size: 90%;
  text-transform: uppercase;
}

.mblockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.mblockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.mblockquote-footer::before {
  content: "\2014\00A0";
}

.mimg-fluid {
  max-width: 100%;
  height: auto;
}

.mimg-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.mfigure {
  display: inline-block;
}

.mfigure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.mfigure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.mpre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.mcontainer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .mcontainer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .mcontainer {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .mcontainer {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .mcontainer {
    max-width: 1140px;
  }
}

.mcontainer-fluid,
.mcontainer-sm,
.mcontainer-md,
.mcontainer-lg,
.mcontainer-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .mcontainer,
  .mcontainer-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .mcontainer,
  .mcontainer-sm,
  .mcontainer-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .mcontainer,
  .mcontainer-sm,
  .mcontainer-md,
  .mcontainer-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .mcontainer,
  .mcontainer-sm,
  .mcontainer-md,
  .mcontainer-lg,
  .mcontainer-xl {
    max-width: 1140px;
  }
}

.mrow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.mno-gutters {
  margin-right: 0;
  margin-left: 0;
}

.mno-gutters>.mcol,
.mno-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.mcol-1,
.mcol-2,
.mcol-3,
.mcol-4,
.mcol-5,
.mcol-6,
.mcol-7,
.mcol-8,
.mcol-9,
.mcol-10,
.mcol-11,
.mcol-12,
.mcol,
.mcol-auto,
.mcol-sm-1,
.mcol-sm-2,
.mcol-sm-3,
.mcol-sm-4,
.mcol-sm-5,
.mcol-sm-6,
.mcol-sm-7,
.mcol-sm-8,
.mcol-sm-9,
.mcol-sm-10,
.mcol-sm-11,
.mcol-sm-12,
.mcol-sm,
.mcol-sm-auto,
.mcol-md-1,
.mcol-md-2,
.mcol-md-3,
.mcol-md-4,
.mcol-md-5,
.mcol-md-6,
.mcol-md-7,
.mcol-md-8,
.mcol-md-9,
.mcol-md-10,
.mcol-md-11,
.mcol-md-12,
.mcol-md,
.mcol-md-auto,
.mcol-lg-1,
.mcol-lg-2,
.mcol-lg-3,
.mcol-lg-4,
.mcol-lg-5,
.mcol-lg-6,
.mcol-lg-7,
.mcol-lg-8,
.mcol-lg-9,
.mcol-lg-10,
.mcol-lg-11,
.mcol-lg-12,
.mcol-lg,
.mcol-lg-auto,
.mcol-xl-1,
.mcol-xl-2,
.mcol-xl-3,
.mcol-xl-4,
.mcol-xl-5,
.mcol-xl-6,
.mcol-xl-7,
.mcol-xl-8,
.mcol-xl-9,
.mcol-xl-10,
.mcol-xl-11,
.mcol-xl-12,
.mcol-xl,
.mcol-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.mcol {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.mrow-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.mrow-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.mrow-cols-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.mrow-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.mrow-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.mrow-cols-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.mcol-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.mcol-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.mcol-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.mcol-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.mcol-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.mcol-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.mcol-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.mcol-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.mcol-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.mcol-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.mcol-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.mcol-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.mcol-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.morder-first {
  order: -1;
}

.morder-last {
  order: 13;
}

.morder-0 {
  order: 0;
}

.morder-1 {
  order: 1;
}

.morder-2 {
  order: 2;
}

.morder-3 {
  order: 3;
}

.morder-4 {
  order: 4;
}

.morder-5 {
  order: 5;
}

.morder-6 {
  order: 6;
}

.morder-7 {
  order: 7;
}

.morder-8 {
  order: 8;
}

.morder-9 {
  order: 9;
}

.morder-10 {
  order: 10;
}

.morder-11 {
  order: 11;
}

.morder-12 {
  order: 12;
}

.moffset-1 {
  margin-left: 8.33333%;
}

.moffset-2 {
  margin-left: 16.66667%;
}

.moffset-3 {
  margin-left: 25%;
}

.moffset-4 {
  margin-left: 33.33333%;
}

.moffset-5 {
  margin-left: 41.66667%;
}

.moffset-6 {
  margin-left: 50%;
}

.moffset-7 {
  margin-left: 58.33333%;
}

.moffset-8 {
  margin-left: 66.66667%;
}

.moffset-9 {
  margin-left: 75%;
}

.moffset-10 {
  margin-left: 83.33333%;
}

.moffset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .mcol-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .mrow-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mrow-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mrow-cols-sm-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mrow-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mrow-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .mrow-cols-sm-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .mcol-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .mcol-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .mcol-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .mcol-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mcol-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mcol-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .mcol-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mcol-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .mcol-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .mcol-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .mcol-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .mcol-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .mcol-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .morder-sm-first {
    order: -1;
  }

  .morder-sm-last {
    order: 13;
  }

  .morder-sm-0 {
    order: 0;
  }

  .morder-sm-1 {
    order: 1;
  }

  .morder-sm-2 {
    order: 2;
  }

  .morder-sm-3 {
    order: 3;
  }

  .morder-sm-4 {
    order: 4;
  }

  .morder-sm-5 {
    order: 5;
  }

  .morder-sm-6 {
    order: 6;
  }

  .morder-sm-7 {
    order: 7;
  }

  .morder-sm-8 {
    order: 8;
  }

  .morder-sm-9 {
    order: 9;
  }

  .morder-sm-10 {
    order: 10;
  }

  .morder-sm-11 {
    order: 11;
  }

  .morder-sm-12 {
    order: 12;
  }

  .moffset-sm-0 {
    margin-left: 0;
  }

  .moffset-sm-1 {
    margin-left: 8.33333%;
  }

  .moffset-sm-2 {
    margin-left: 16.66667%;
  }

  .moffset-sm-3 {
    margin-left: 25%;
  }

  .moffset-sm-4 {
    margin-left: 33.33333%;
  }

  .moffset-sm-5 {
    margin-left: 41.66667%;
  }

  .moffset-sm-6 {
    margin-left: 50%;
  }

  .moffset-sm-7 {
    margin-left: 58.33333%;
  }

  .moffset-sm-8 {
    margin-left: 66.66667%;
  }

  .moffset-sm-9 {
    margin-left: 75%;
  }

  .moffset-sm-10 {
    margin-left: 83.33333%;
  }

  .moffset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .mcol-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .mrow-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mrow-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mrow-cols-md-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mrow-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mrow-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .mrow-cols-md-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .mcol-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .mcol-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .mcol-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .mcol-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mcol-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mcol-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .mcol-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mcol-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .mcol-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .mcol-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .mcol-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .mcol-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .mcol-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .morder-md-first {
    order: -1;
  }

  .morder-md-last {
    order: 13;
  }

  .morder-md-0 {
    order: 0;
  }

  .morder-md-1 {
    order: 1;
  }

  .morder-md-2 {
    order: 2;
  }

  .morder-md-3 {
    order: 3;
  }

  .morder-md-4 {
    order: 4;
  }

  .morder-md-5 {
    order: 5;
  }

  .morder-md-6 {
    order: 6;
  }

  .morder-md-7 {
    order: 7;
  }

  .morder-md-8 {
    order: 8;
  }

  .morder-md-9 {
    order: 9;
  }

  .morder-md-10 {
    order: 10;
  }

  .morder-md-11 {
    order: 11;
  }

  .morder-md-12 {
    order: 12;
  }

  .moffset-md-0 {
    margin-left: 0;
  }

  .moffset-md-1 {
    margin-left: 8.33333%;
  }

  .moffset-md-2 {
    margin-left: 16.66667%;
  }

  .moffset-md-3 {
    margin-left: 25%;
  }

  .moffset-md-4 {
    margin-left: 33.33333%;
  }

  .moffset-md-5 {
    margin-left: 41.66667%;
  }

  .moffset-md-6 {
    margin-left: 50%;
  }

  .moffset-md-7 {
    margin-left: 58.33333%;
  }

  .moffset-md-8 {
    margin-left: 66.66667%;
  }

  .moffset-md-9 {
    margin-left: 75%;
  }

  .moffset-md-10 {
    margin-left: 83.33333%;
  }

  .moffset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .mcol-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .mrow-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mrow-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mrow-cols-lg-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mrow-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mrow-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .mrow-cols-lg-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .mcol-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .mcol-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .mcol-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .mcol-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mcol-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mcol-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .mcol-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mcol-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .mcol-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .mcol-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .mcol-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .mcol-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .mcol-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .morder-lg-first {
    order: -1;
  }

  .morder-lg-last {
    order: 13;
  }

  .morder-lg-0 {
    order: 0;
  }

  .morder-lg-1 {
    order: 1;
  }

  .morder-lg-2 {
    order: 2;
  }

  .morder-lg-3 {
    order: 3;
  }

  .morder-lg-4 {
    order: 4;
  }

  .morder-lg-5 {
    order: 5;
  }

  .morder-lg-6 {
    order: 6;
  }

  .morder-lg-7 {
    order: 7;
  }

  .morder-lg-8 {
    order: 8;
  }

  .morder-lg-9 {
    order: 9;
  }

  .morder-lg-10 {
    order: 10;
  }

  .morder-lg-11 {
    order: 11;
  }

  .morder-lg-12 {
    order: 12;
  }

  .moffset-lg-0 {
    margin-left: 0;
  }

  .moffset-lg-1 {
    margin-left: 8.33333%;
  }

  .moffset-lg-2 {
    margin-left: 16.66667%;
  }

  .moffset-lg-3 {
    margin-left: 25%;
  }

  .moffset-lg-4 {
    margin-left: 33.33333%;
  }

  .moffset-lg-5 {
    margin-left: 41.66667%;
  }

  .moffset-lg-6 {
    margin-left: 50%;
  }

  .moffset-lg-7 {
    margin-left: 58.33333%;
  }

  .moffset-lg-8 {
    margin-left: 66.66667%;
  }

  .moffset-lg-9 {
    margin-left: 75%;
  }

  .moffset-lg-10 {
    margin-left: 83.33333%;
  }

  .moffset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .mcol-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .mrow-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mrow-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mrow-cols-xl-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mrow-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mrow-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .mrow-cols-xl-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .mcol-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .mcol-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .mcol-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .mcol-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mcol-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .mcol-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .mcol-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mcol-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .mcol-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .mcol-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .mcol-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .mcol-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .mcol-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .morder-xl-first {
    order: -1;
  }

  .morder-xl-last {
    order: 13;
  }

  .morder-xl-0 {
    order: 0;
  }

  .morder-xl-1 {
    order: 1;
  }

  .morder-xl-2 {
    order: 2;
  }

  .morder-xl-3 {
    order: 3;
  }

  .morder-xl-4 {
    order: 4;
  }

  .morder-xl-5 {
    order: 5;
  }

  .morder-xl-6 {
    order: 6;
  }

  .morder-xl-7 {
    order: 7;
  }

  .morder-xl-8 {
    order: 8;
  }

  .morder-xl-9 {
    order: 9;
  }

  .morder-xl-10 {
    order: 10;
  }

  .morder-xl-11 {
    order: 11;
  }

  .morder-xl-12 {
    order: 12;
  }

  .moffset-xl-0 {
    margin-left: 0;
  }

  .moffset-xl-1 {
    margin-left: 8.33333%;
  }

  .moffset-xl-2 {
    margin-left: 16.66667%;
  }

  .moffset-xl-3 {
    margin-left: 25%;
  }

  .moffset-xl-4 {
    margin-left: 33.33333%;
  }

  .moffset-xl-5 {
    margin-left: 41.66667%;
  }

  .moffset-xl-6 {
    margin-left: 50%;
  }

  .moffset-xl-7 {
    margin-left: 58.33333%;
  }

  .moffset-xl-8 {
    margin-left: 66.66667%;
  }

  .moffset-xl-9 {
    margin-left: 75%;
  }

  .moffset-xl-10 {
    margin-left: 83.33333%;
  }

  .moffset-xl-11 {
    margin-left: 91.66667%;
  }
}

.mtable {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.mtable th,
.mtable td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.mtable thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.mtable tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.mtable-sm th,
.mtable-sm td {
  padding: 0.3rem;
}

.mtable-bordered {
  border: 1px solid #dee2e6;
}

.mtable-bordered th,
.mtable-bordered td {
  border: 1px solid #dee2e6;
}

.mtable-bordered thead th,
.mtable-bordered thead td {
  border-bottom-width: 2px;
}

.mtable-borderless th,
.mtable-borderless td,
.mtable-borderless thead th,
.mtable-borderless tbody+tbody {
  border: 0;
}

.mtable-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.mtable-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.mtable-primary,
.mtable-primary>th,
.mtable-primary>td {
  background-color: #b8daff;
}

.mtable-primary th,
.mtable-primary td,
.mtable-primary thead th,
.mtable-primary tbody+tbody {
  border-color: #7abaff;
}

.mtable-hover .mtable-primary:hover {
  background-color: #9fcdff;
}

.mtable-hover .mtable-primary:hover>td,
.mtable-hover .mtable-primary:hover>th {
  background-color: #9fcdff;
}

.mtable-secondary,
.mtable-secondary>th,
.mtable-secondary>td {
  background-color: #d6d8db;
}

.mtable-secondary th,
.mtable-secondary td,
.mtable-secondary thead th,
.mtable-secondary tbody+tbody {
  border-color: #b3b7bb;
}

.mtable-hover .mtable-secondary:hover {
  background-color: #c8cbcf;
}

.mtable-hover .mtable-secondary:hover>td,
.mtable-hover .mtable-secondary:hover>th {
  background-color: #c8cbcf;
}

.mtable-success,
.mtable-success>th,
.mtable-success>td {
  background-color: #c3e6cb;
}

.mtable-success th,
.mtable-success td,
.mtable-success thead th,
.mtable-success tbody+tbody {
  border-color: #8fd19e;
}

.mtable-hover .mtable-success:hover {
  background-color: #b1dfbb;
}

.mtable-hover .mtable-success:hover>td,
.mtable-hover .mtable-success:hover>th {
  background-color: #b1dfbb;
}

.mtable-info,
.mtable-info>th,
.mtable-info>td {
  background-color: #bee5eb;
}

.mtable-info th,
.mtable-info td,
.mtable-info thead th,
.mtable-info tbody+tbody {
  border-color: #86cfda;
}

.mtable-hover .mtable-info:hover {
  background-color: #abdde5;
}

.mtable-hover .mtable-info:hover>td,
.mtable-hover .mtable-info:hover>th {
  background-color: #abdde5;
}

.mtable-warning,
.mtable-warning>th,
.mtable-warning>td {
  background-color: #ffeeba;
}

.mtable-warning th,
.mtable-warning td,
.mtable-warning thead th,
.mtable-warning tbody+tbody {
  border-color: #ffdf7e;
}

.mtable-hover .mtable-warning:hover {
  background-color: #ffe8a1;
}

.mtable-hover .mtable-warning:hover>td,
.mtable-hover .mtable-warning:hover>th {
  background-color: #ffe8a1;
}

.mtable-danger,
.mtable-danger>th,
.mtable-danger>td {
  background-color: #f5c6cb;
}

.mtable-danger th,
.mtable-danger td,
.mtable-danger thead th,
.mtable-danger tbody+tbody {
  border-color: #ed969e;
}

.mtable-hover .mtable-danger:hover {
  background-color: #f1b0b7;
}

.mtable-hover .mtable-danger:hover>td,
.mtable-hover .mtable-danger:hover>th {
  background-color: #f1b0b7;
}

.mtable-light,
.mtable-light>th,
.mtable-light>td {
  background-color: #fdfdfe;
}

.mtable-light th,
.mtable-light td,
.mtable-light thead th,
.mtable-light tbody+tbody {
  border-color: #fbfcfc;
}

.mtable-hover .mtable-light:hover {
  background-color: #ececf6;
}

.mtable-hover .mtable-light:hover>td,
.mtable-hover .mtable-light:hover>th {
  background-color: #ececf6;
}

.mtable-dark,
.mtable-dark>th,
.mtable-dark>td {
  background-color: #c6c8ca;
}

.mtable-dark th,
.mtable-dark td,
.mtable-dark thead th,
.mtable-dark tbody+tbody {
  border-color: #95999c;
}

.mtable-hover .mtable-dark:hover {
  background-color: #b9bbbe;
}

.mtable-hover .mtable-dark:hover>td,
.mtable-hover .mtable-dark:hover>th {
  background-color: #b9bbbe;
}

.mtable-active,
.mtable-active>th,
.mtable-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.mtable-hover .mtable-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.mtable-hover .mtable-active:hover>td,
.mtable-hover .mtable-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.mtable .mthead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.mtable .mthead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.mtable-dark {
  color: #fff;
  background-color: #343a40;
}

.mtable-dark th,
.mtable-dark td,
.mtable-dark thead th {
  border-color: #454d55;
}

.mtable-dark.mtable-bordered {
  border: 0;
}

.mtable-dark.mtable-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.mtable-dark.mtable-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .mtable-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mtable-responsive-sm>.mtable-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .mtable-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mtable-responsive-md>.mtable-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .mtable-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mtable-responsive-lg>.mtable-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .mtable-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mtable-responsive-xl>.mtable-bordered {
    border: 0;
  }
}

.mtable-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mtable-responsive>.mtable-bordered {
  border: 0;
}

.mform-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .mform-control {
    transition: none;
  }
}

.mform-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.mform-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.mform-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mform-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.mform-control:disabled,
.mform-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.mform-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.mform-control-file,
.mform-control-range {
  display: block;
  width: 100%;
}

.mcol-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.mcol-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.mcol-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.mform-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.mform-control-plaintext.mform-control-sm,
.mform-control-plaintext.mform-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.mform-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.mform-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.mform-control[size],
select.mform-control[multiple] {
  height: auto;
}

textarea.mform-control {
  height: auto;
}

.mform-group {
  margin-bottom: 1rem;
}

.mform-text {
  display: block;
  margin-top: 0.25rem;
}

.mform-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.mform-row>.mcol,
.mform-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.mform-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.mform-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.mform-check-input[disabled]~.mform-check-label,
.mform-check-input:disabled~.mform-check-label {
  color: #6c757d;
}

.mform-check-label {
  margin-bottom: 0;
}

.mform-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.mform-check-inline .mform-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.mvalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.mvalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.mwas-validated :valid~.mvalid-feedback,
.mwas-validated :valid~.mvalid-tooltip,
.mis-valid~.mvalid-feedback,
.mis-valid~.mvalid-tooltip {
  display: block;
}

.mwas-validated .mform-control:valid,
.mform-control.mis-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' width='8' height='8' 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");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.mwas-validated .mform-control:valid:focus,
.mform-control.mis-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.mwas-validated textarea.mform-control:valid,
textarea.mform-control.mis-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.mwas-validated .mcustom-select:valid,
.mcustom-select.mis-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' width='4' height='5' 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.mw3.morg/2000/svg' width='8' height='8' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.mwas-validated .mcustom-select:valid:focus,
.mcustom-select.mis-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.mwas-validated .mform-check-input:valid~.mform-check-label,
.mform-check-input.mis-valid~.mform-check-label {
  color: #28a745;
}

.mwas-validated .mform-check-input:valid~.mvalid-feedback,
.mwas-validated .mform-check-input:valid~.mvalid-tooltip,
.mform-check-input.mis-valid~.mvalid-feedback,
.mform-check-input.mis-valid~.mvalid-tooltip {
  display: block;
}

.mwas-validated .mcustom-control-input:valid~.mcustom-control-label,
.mcustom-control-input.mis-valid~.mcustom-control-label {
  color: #28a745;
}

.mwas-validated .mcustom-control-input:valid~.mcustom-control-label::before,
.mcustom-control-input.mis-valid~.mcustom-control-label::before {
  border-color: #28a745;
}

.mwas-validated .mcustom-control-input:valid:checked~.mcustom-control-label::before,
.mcustom-control-input.mis-valid:checked~.mcustom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.mwas-validated .mcustom-control-input:valid:focus~.mcustom-control-label::before,
.mcustom-control-input.mis-valid:focus~.mcustom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.mwas-validated .mcustom-control-input:valid:focus:not(:checked)~.mcustom-control-label::before,
.mcustom-control-input.mis-valid:focus:not(:checked)~.mcustom-control-label::before {
  border-color: #28a745;
}

.mwas-validated .mcustom-file-input:valid~.mcustom-file-label,
.mcustom-file-input.mis-valid~.mcustom-file-label {
  border-color: #28a745;
}

.mwas-validated .mcustom-file-input:valid:focus~.mcustom-file-label,
.mcustom-file-input.mis-valid:focus~.mcustom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.minvalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.minvalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.mwas-validated :invalid~.minvalid-feedback,
.mwas-validated :invalid~.minvalid-tooltip,
.mis-invalid~.minvalid-feedback,
.mis-invalid~.minvalid-tooltip {
  display: block;
}

.mwas-validated .mform-control:invalid,
.mform-control.mis-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.mwas-validated .mform-control:invalid:focus,
.mform-control.mis-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.mwas-validated textarea.mform-control:invalid,
textarea.mform-control.mis-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.mwas-validated .mcustom-select:invalid,
.mcustom-select.mis-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' width='4' height='5' 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.mw3.morg/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.mwas-validated .mcustom-select:invalid:focus,
.mcustom-select.mis-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.mwas-validated .mform-check-input:invalid~.mform-check-label,
.mform-check-input.mis-invalid~.mform-check-label {
  color: #dc3545;
}

.mwas-validated .mform-check-input:invalid~.minvalid-feedback,
.mwas-validated .mform-check-input:invalid~.minvalid-tooltip,
.mform-check-input.mis-invalid~.minvalid-feedback,
.mform-check-input.mis-invalid~.minvalid-tooltip {
  display: block;
}

.mwas-validated .mcustom-control-input:invalid~.mcustom-control-label,
.mcustom-control-input.mis-invalid~.mcustom-control-label {
  color: #dc3545;
}

.mwas-validated .mcustom-control-input:invalid~.mcustom-control-label::before,
.mcustom-control-input.mis-invalid~.mcustom-control-label::before {
  border-color: #dc3545;
}

.mwas-validated .mcustom-control-input:invalid:checked~.mcustom-control-label::before,
.mcustom-control-input.mis-invalid:checked~.mcustom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.mwas-validated .mcustom-control-input:invalid:focus~.mcustom-control-label::before,
.mcustom-control-input.mis-invalid:focus~.mcustom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.mwas-validated .mcustom-control-input:invalid:focus:not(:checked)~.mcustom-control-label::before,
.mcustom-control-input.mis-invalid:focus:not(:checked)~.mcustom-control-label::before {
  border-color: #dc3545;
}

.mwas-validated .mcustom-file-input:invalid~.mcustom-file-label,
.mcustom-file-input.mis-invalid~.mcustom-file-label {
  border-color: #dc3545;
}

.mwas-validated .mcustom-file-input:invalid:focus~.mcustom-file-label,
.mcustom-file-input.mis-invalid:focus~.mcustom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.mform-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.mform-inline .mform-check {
  width: 100%;
}

@media (min-width: 576px) {
  .mform-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .mform-inline .mform-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .mform-inline .mform-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .mform-inline .mform-control-plaintext {
    display: inline-block;
  }

  .mform-inline .minput-group,
  .mform-inline .mcustom-select {
    width: auto;
  }

  .mform-inline .mform-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .mform-inline .mform-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .mform-inline .mcustom-control {
    align-items: center;
    justify-content: center;
  }

  .mform-inline .mcustom-control-label {
    margin-bottom: 0;
  }
}

.mbtn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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 (prefers-reduced-motion: reduce) {
  .mbtn {
    transition: none;
  }
}

.mbtn:hover {
  color: #212529;
  text-decoration: none;
}

.mbtn:focus,
.mbtn.mfocus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mbtn.mdisabled,
.mbtn:disabled {
  opacity: 0.65;
}

a.mbtn.mdisabled,
fieldset:disabled a.mbtn {
  pointer-events: none;
}

.mbtn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mbtn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.mbtn-primary:focus,
.mbtn-primary.mfocus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.mbtn-primary.mdisabled,
.mbtn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mbtn-primary:not(:disabled):not(.mdisabled):active,
.mbtn-primary:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-primary.mdropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.mbtn-primary:not(:disabled):not(.mdisabled):active:focus,
.mbtn-primary:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-primary.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.mbtn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mbtn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.mbtn-secondary:focus,
.mbtn-secondary.mfocus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.mbtn-secondary.mdisabled,
.mbtn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mbtn-secondary:not(:disabled):not(.mdisabled):active,
.mbtn-secondary:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-secondary.mdropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.mbtn-secondary:not(:disabled):not(.mdisabled):active:focus,
.mbtn-secondary:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-secondary.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.mbtn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mbtn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.mbtn-success:focus,
.mbtn-success.mfocus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.mbtn-success.mdisabled,
.mbtn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mbtn-success:not(:disabled):not(.mdisabled):active,
.mbtn-success:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-success.mdropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.mbtn-success:not(:disabled):not(.mdisabled):active:focus,
.mbtn-success:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-success.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.mbtn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mbtn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.mbtn-info:focus,
.mbtn-info.mfocus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.mbtn-info.mdisabled,
.mbtn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mbtn-info:not(:disabled):not(.mdisabled):active,
.mbtn-info:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-info.mdropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.mbtn-info:not(:disabled):not(.mdisabled):active:focus,
.mbtn-info:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-info.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.mbtn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mbtn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.mbtn-warning:focus,
.mbtn-warning.mfocus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.mbtn-warning.mdisabled,
.mbtn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mbtn-warning:not(:disabled):not(.mdisabled):active,
.mbtn-warning:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-warning.mdropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.mbtn-warning:not(:disabled):not(.mdisabled):active:focus,
.mbtn-warning:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-warning.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.mbtn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mbtn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.mbtn-danger:focus,
.mbtn-danger.mfocus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.mbtn-danger.mdisabled,
.mbtn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mbtn-danger:not(:disabled):not(.mdisabled):active,
.mbtn-danger:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-danger.mdropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.mbtn-danger:not(:disabled):not(.mdisabled):active:focus,
.mbtn-danger:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-danger.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.mbtn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mbtn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.mbtn-light:focus,
.mbtn-light.mfocus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.mbtn-light.mdisabled,
.mbtn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mbtn-light:not(:disabled):not(.mdisabled):active,
.mbtn-light:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-light.mdropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.mbtn-light:not(:disabled):not(.mdisabled):active:focus,
.mbtn-light:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-light.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.mbtn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mbtn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.mbtn-dark:focus,
.mbtn-dark.mfocus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.mbtn-dark.mdisabled,
.mbtn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mbtn-dark:not(:disabled):not(.mdisabled):active,
.mbtn-dark:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-dark.mdropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.mbtn-dark:not(:disabled):not(.mdisabled):active:focus,
.mbtn-dark:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-dark.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.mbtn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.mbtn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mbtn-outline-primary:focus,
.mbtn-outline-primary.mfocus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mbtn-outline-primary.mdisabled,
.mbtn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.mbtn-outline-primary:not(:disabled):not(.mdisabled):active,
.mbtn-outline-primary:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-outline-primary.mdropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mbtn-outline-primary:not(:disabled):not(.mdisabled):active:focus,
.mbtn-outline-primary:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-outline-primary.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mbtn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.mbtn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mbtn-outline-secondary:focus,
.mbtn-outline-secondary.mfocus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mbtn-outline-secondary.mdisabled,
.mbtn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.mbtn-outline-secondary:not(:disabled):not(.mdisabled):active,
.mbtn-outline-secondary:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-outline-secondary.mdropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.mbtn-outline-secondary:not(:disabled):not(.mdisabled):active:focus,
.mbtn-outline-secondary:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-outline-secondary.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mbtn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.mbtn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mbtn-outline-success:focus,
.mbtn-outline-success.mfocus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mbtn-outline-success.mdisabled,
.mbtn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.mbtn-outline-success:not(:disabled):not(.mdisabled):active,
.mbtn-outline-success:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-outline-success.mdropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.mbtn-outline-success:not(:disabled):not(.mdisabled):active:focus,
.mbtn-outline-success:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-outline-success.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mbtn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.mbtn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mbtn-outline-info:focus,
.mbtn-outline-info.mfocus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mbtn-outline-info.mdisabled,
.mbtn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.mbtn-outline-info:not(:disabled):not(.mdisabled):active,
.mbtn-outline-info:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-outline-info.mdropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mbtn-outline-info:not(:disabled):not(.mdisabled):active:focus,
.mbtn-outline-info:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-outline-info.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mbtn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.mbtn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mbtn-outline-warning:focus,
.mbtn-outline-warning.mfocus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mbtn-outline-warning.mdisabled,
.mbtn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.mbtn-outline-warning:not(:disabled):not(.mdisabled):active,
.mbtn-outline-warning:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-outline-warning.mdropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.mbtn-outline-warning:not(:disabled):not(.mdisabled):active:focus,
.mbtn-outline-warning:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-outline-warning.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mbtn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.mbtn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mbtn-outline-danger:focus,
.mbtn-outline-danger.mfocus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mbtn-outline-danger.mdisabled,
.mbtn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.mbtn-outline-danger:not(:disabled):not(.mdisabled):active,
.mbtn-outline-danger:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-outline-danger.mdropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.mbtn-outline-danger:not(:disabled):not(.mdisabled):active:focus,
.mbtn-outline-danger:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-outline-danger.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mbtn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.mbtn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mbtn-outline-light:focus,
.mbtn-outline-light.mfocus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mbtn-outline-light.mdisabled,
.mbtn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.mbtn-outline-light:not(:disabled):not(.mdisabled):active,
.mbtn-outline-light:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-outline-light.mdropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.mbtn-outline-light:not(:disabled):not(.mdisabled):active:focus,
.mbtn-outline-light:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-outline-light.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mbtn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.mbtn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mbtn-outline-dark:focus,
.mbtn-outline-dark.mfocus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mbtn-outline-dark.mdisabled,
.mbtn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.mbtn-outline-dark:not(:disabled):not(.mdisabled):active,
.mbtn-outline-dark:not(:disabled):not(.mdisabled).mactive,
.mshow>.mbtn-outline-dark.mdropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.mbtn-outline-dark:not(:disabled):not(.mdisabled):active:focus,
.mbtn-outline-dark:not(:disabled):not(.mdisabled).mactive:focus,
.mshow>.mbtn-outline-dark.mdropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mbtn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.mbtn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.mbtn-link:focus,
.mbtn-link.mfocus {
  text-decoration: underline;
  box-shadow: none;
}

.mbtn-link:disabled,
.mbtn-link.mdisabled {
  color: #6c757d;
  pointer-events: none;
}

.mbtn-lg,
.mbtn-group-lg>.mbtn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.mbtn-sm,
.mbtn-group-sm>.mbtn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.mbtn-block {
  display: block;
  width: 100%;
}

.mbtn-block+.mbtn-block {
  margin-top: 0.5rem;
}

input[type="submit"].mbtn-block,
input[type="reset"].mbtn-block,
input[type="button"].mbtn-block {
  width: 100%;
}

.mfade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .mfade {
    transition: none;
  }
}

.mfade:not(.mshow) {
  opacity: 0;
}

.mcollapse:not(.mshow) {
  display: none;
}

.mcollapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .mcollapsing {
    transition: none;
  }
}

.mdropup,
.mdropright,
.mdropdown,
.mdropleft {
  position: relative;
}

.mdropdown-toggle {
  white-space: nowrap;
}

.mdropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.mdropdown-toggle:empty::after {
  margin-left: 0;
}

.mdropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.mdropdown-menu-left {
  right: auto;
  left: 0;
}

.mdropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .mdropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .mdropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .mdropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .mdropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .mdropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .mdropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .mdropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .mdropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.mdropup .mdropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.mdropup .mdropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.mdropup .mdropdown-toggle:empty::after {
  margin-left: 0;
}

.mdropright .mdropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.mdropright .mdropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.mdropright .mdropdown-toggle:empty::after {
  margin-left: 0;
}

.mdropright .mdropdown-toggle::after {
  vertical-align: 0;
}

.mdropleft .mdropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.mdropleft .mdropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.mdropleft .mdropdown-toggle::after {
  display: none;
}

.mdropleft .mdropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.mdropleft .mdropdown-toggle:empty::after {
  margin-left: 0;
}

.mdropleft .mdropdown-toggle::before {
  vertical-align: 0;
}

.mdropdown-menu[x-placement^="top"],
.mdropdown-menu[x-placement^="right"],
.mdropdown-menu[x-placement^="bottom"],
.mdropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.mdropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.mdropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.mdropdown-item:hover,
.mdropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.mdropdown-item.mactive,
.mdropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.mdropdown-item.mdisabled,
.mdropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.mdropdown-menu.mshow {
  display: block;
}

.mdropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.mdropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.mbtn-group,
.mbtn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.mbtn-group>.mbtn,
.mbtn-group-vertical>.mbtn {
  position: relative;
  flex: 1 1 auto;
}

.mbtn-group>.mbtn:hover,
.mbtn-group-vertical>.mbtn:hover {
  z-index: 1;
}

.mbtn-group>.mbtn:focus,
.mbtn-group>.mbtn:active,
.mbtn-group>.mbtn.mactive,
.mbtn-group-vertical>.mbtn:focus,
.mbtn-group-vertical>.mbtn:active,
.mbtn-group-vertical>.mbtn.mactive {
  z-index: 1;
}

.mbtn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mbtn-toolbar .minput-group {
  width: auto;
}

.mbtn-group>.mbtn:not(:first-child),
.mbtn-group>.mbtn-group:not(:first-child) {
  margin-left: -1px;
}

.mbtn-group>.mbtn:not(:last-child):not(.mdropdown-toggle),
.mbtn-group>.mbtn-group:not(:last-child)>.mbtn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mbtn-group>.mbtn:not(:first-child),
.mbtn-group>.mbtn-group:not(:first-child)>.mbtn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mdropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.mdropdown-toggle-split::after,
.mdropup .mdropdown-toggle-split::after,
.mdropright .mdropdown-toggle-split::after {
  margin-left: 0;
}

.mdropleft .mdropdown-toggle-split::before {
  margin-right: 0;
}

.mbtn-sm+.mdropdown-toggle-split,
.mbtn-group-sm>.mbtn+.mdropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.mbtn-lg+.mdropdown-toggle-split,
.mbtn-group-lg>.mbtn+.mdropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.mbtn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mbtn-group-vertical>.mbtn,
.mbtn-group-vertical>.mbtn-group {
  width: 100%;
}

.mbtn-group-vertical>.mbtn:not(:first-child),
.mbtn-group-vertical>.mbtn-group:not(:first-child) {
  margin-top: -1px;
}

.mbtn-group-vertical>.mbtn:not(:last-child):not(.mdropdown-toggle),
.mbtn-group-vertical>.mbtn-group:not(:last-child)>.mbtn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.mbtn-group-vertical>.mbtn:not(:first-child),
.mbtn-group-vertical>.mbtn-group:not(:first-child)>.mbtn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mbtn-group-toggle>.mbtn,
.mbtn-group-toggle>.mbtn-group>.mbtn {
  margin-bottom: 0;
}

.mbtn-group-toggle>.mbtn input[type="radio"],
.mbtn-group-toggle>.mbtn input[type="checkbox"],
.mbtn-group-toggle>.mbtn-group>.mbtn input[type="radio"],
.mbtn-group-toggle>.mbtn-group>.mbtn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.minput-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.minput-group>.mform-control,
.minput-group>.mform-control-plaintext,
.minput-group>.mcustom-select,
.minput-group>.mcustom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.minput-group>.mform-control+.mform-control,
.minput-group>.mform-control+.mcustom-select,
.minput-group>.mform-control+.mcustom-file,
.minput-group>.mform-control-plaintext+.mform-control,
.minput-group>.mform-control-plaintext+.mcustom-select,
.minput-group>.mform-control-plaintext+.mcustom-file,
.minput-group>.mcustom-select+.mform-control,
.minput-group>.mcustom-select+.mcustom-select,
.minput-group>.mcustom-select+.mcustom-file,
.minput-group>.mcustom-file+.mform-control,
.minput-group>.mcustom-file+.mcustom-select,
.minput-group>.mcustom-file+.mcustom-file {
  margin-left: -1px;
}

.minput-group>.mform-control:focus,
.minput-group>.mcustom-select:focus,
.minput-group>.mcustom-file .mcustom-file-input:focus~.mcustom-file-label {
  z-index: 3;
}

.minput-group>.mcustom-file .mcustom-file-input:focus {
  z-index: 4;
}

.minput-group>.mform-control:not(:last-child),
.minput-group>.mcustom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.minput-group>.mform-control:not(:first-child),
.minput-group>.mcustom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.minput-group>.mcustom-file {
  display: flex;
  align-items: center;
}

.minput-group>.mcustom-file:not(:last-child) .mcustom-file-label,
.minput-group>.mcustom-file:not(:last-child) .mcustom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.minput-group>.mcustom-file:not(:first-child) .mcustom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.minput-group-prepend,
.minput-group-append {
  display: flex;
}

.minput-group-prepend .mbtn,
.minput-group-append .mbtn {
  position: relative;
  z-index: 2;
}

.minput-group-prepend .mbtn:focus,
.minput-group-append .mbtn:focus {
  z-index: 3;
}

.minput-group-prepend .mbtn+.mbtn,
.minput-group-prepend .mbtn+.minput-group-text,
.minput-group-prepend .minput-group-text+.minput-group-text,
.minput-group-prepend .minput-group-text+.mbtn,
.minput-group-append .mbtn+.mbtn,
.minput-group-append .mbtn+.minput-group-text,
.minput-group-append .minput-group-text+.minput-group-text,
.minput-group-append .minput-group-text+.mbtn {
  margin-left: -1px;
}

.minput-group-prepend {
  margin-right: -1px;
}

.minput-group-append {
  margin-left: -1px;
}

.minput-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.minput-group-text input[type="radio"],
.minput-group-text input[type="checkbox"] {
  margin-top: 0;
}

.minput-group-lg>.mform-control:not(textarea),
.minput-group-lg>.mcustom-select {
  height: calc(1.5em + 1rem + 2px);
}

.minput-group-lg>.mform-control,
.minput-group-lg>.mcustom-select,
.minput-group-lg>.minput-group-prepend>.minput-group-text,
.minput-group-lg>.minput-group-append>.minput-group-text,
.minput-group-lg>.minput-group-prepend>.mbtn,
.minput-group-lg>.minput-group-append>.mbtn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.minput-group-sm>.mform-control:not(textarea),
.minput-group-sm>.mcustom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.minput-group-sm>.mform-control,
.minput-group-sm>.mcustom-select,
.minput-group-sm>.minput-group-prepend>.minput-group-text,
.minput-group-sm>.minput-group-append>.minput-group-text,
.minput-group-sm>.minput-group-prepend>.mbtn,
.minput-group-sm>.minput-group-append>.mbtn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.minput-group-lg>.mcustom-select,
.minput-group-sm>.mcustom-select {
  padding-right: 1.75rem;
}

.minput-group>.minput-group-prepend>.mbtn,
.minput-group>.minput-group-prepend>.minput-group-text,
.minput-group>.minput-group-append:not(:last-child)>.mbtn,
.minput-group>.minput-group-append:not(:last-child)>.minput-group-text,
.minput-group>.minput-group-append:last-child>.mbtn:not(:last-child):not(.mdropdown-toggle),
.minput-group>.minput-group-append:last-child>.minput-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.minput-group>.minput-group-append>.mbtn,
.minput-group>.minput-group-append>.minput-group-text,
.minput-group>.minput-group-prepend:not(:first-child)>.mbtn,
.minput-group>.minput-group-prepend:not(:first-child)>.minput-group-text,
.minput-group>.minput-group-prepend:first-child>.mbtn:not(:first-child),
.minput-group>.minput-group-prepend:first-child>.minput-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mcustom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.mcustom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.mcustom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.mcustom-control-input:checked~.mcustom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.mcustom-control-input:focus~.mcustom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mcustom-control-input:focus:not(:checked)~.mcustom-control-label::before {
  border-color: #80bdff;
}

.mcustom-control-input:not(:disabled):active~.mcustom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.mcustom-control-input[disabled]~.mcustom-control-label,
.mcustom-control-input:disabled~.mcustom-control-label {
  color: #6c757d;
}

.mcustom-control-input[disabled]~.mcustom-control-label::before,
.mcustom-control-input:disabled~.mcustom-control-label::before {
  background-color: #e9ecef;
}

.mcustom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.mcustom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.mcustom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.mcustom-checkbox .mcustom-control-label::before {
  border-radius: 0.25rem;
}

.mcustom-checkbox .mcustom-control-input:checked~.mcustom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.mcustom-checkbox .mcustom-control-input:indeterminate~.mcustom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.mcustom-checkbox .mcustom-control-input:indeterminate~.mcustom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.mcustom-checkbox .mcustom-control-input:disabled:checked~.mcustom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.mcustom-checkbox .mcustom-control-input:disabled:indeterminate~.mcustom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.mcustom-radio .mcustom-control-label::before {
  border-radius: 50%;
}

.mcustom-radio .mcustom-control-input:checked~.mcustom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.mcustom-radio .mcustom-control-input:disabled:checked~.mcustom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.mcustom-switch {
  padding-left: 2.25rem;
}

.mcustom-switch .mcustom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.mcustom-switch .mcustom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .mcustom-switch .mcustom-control-label::after {
    transition: none;
  }
}

.mcustom-switch .mcustom-control-input:checked~.mcustom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.mcustom-switch .mcustom-control-input:disabled:checked~.mcustom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.mcustom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' width='4' height='5' 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

.mcustom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mcustom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.mcustom-select[multiple],
.mcustom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.mcustom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.mcustom-select::-ms-expand {
  display: none;
}

.mcustom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.mcustom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.mcustom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.mcustom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.mcustom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.mcustom-file-input:focus~.mcustom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mcustom-file-input[disabled]~.mcustom-file-label,
.mcustom-file-input:disabled~.mcustom-file-label {
  background-color: #e9ecef;
}

.mcustom-file-input:lang(en)~.mcustom-file-label::after {
  content: "Browse";
}

.mcustom-file-input~.mcustom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.mcustom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.mcustom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.mcustom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.mcustom-range:focus {
  outline: none;
}

.mcustom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mcustom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mcustom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mcustom-range::-moz-focus-outer {
  border: 0;
}

.mcustom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 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;
}

@media (prefers-reduced-motion: reduce) {
  .mcustom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.mcustom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.mcustom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.mcustom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 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;
}

@media (prefers-reduced-motion: reduce) {
  .mcustom-range::-moz-range-thumb {
    transition: none;
  }
}

.mcustom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.mcustom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.mcustom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 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;
}

@media (prefers-reduced-motion: reduce) {
  .mcustom-range::-ms-thumb {
    transition: none;
  }
}

.mcustom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.mcustom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.mcustom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.mcustom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.mcustom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.mcustom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.mcustom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.mcustom-range:disabled::-moz-range-track {
  cursor: default;
}

.mcustom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.mcustom-control-label::before,
.mcustom-file-label,
.mcustom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .mcustom-control-label::before,
  .mcustom-file-label,
  .mcustom-select {
    transition: none;
  }
}

.mnav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.mnav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.mnav-link:hover,
.mnav-link:focus {
  text-decoration: none;
}

.mnav-link.mdisabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.mnav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.mnav-tabs .mnav-item {
  margin-bottom: -1px;
}

.mnav-tabs .mnav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.mnav-tabs .mnav-link:hover,
.mnav-tabs .mnav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.mnav-tabs .mnav-link.mdisabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.mnav-tabs .mnav-link.mactive,
.mnav-tabs .mnav-item.mshow .mnav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.mnav-tabs .mdropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.mnav-pills .mnav-link {
  border-radius: 0.25rem;
}

.mnav-pills .mnav-link.mactive,
.mnav-pills .mshow>.mnav-link {
  color: #fff;
  background-color: #007bff;
}

.mnav-fill .mnav-item {
  flex: 1 1 auto;
  text-align: center;
}

.mnav-justified .mnav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.mtab-content>.mtab-pane {
  display: none;
}

.mtab-content>.mactive {
  display: block;
}

.mnavbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.mnavbar .mcontainer,
.mnavbar .mcontainer-fluid,
.mnavbar .mcontainer-sm,
.mnavbar .mcontainer-md,
.mnavbar .mcontainer-lg,
.mnavbar .mcontainer-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.mnavbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.mnavbar-brand:hover,
.mnavbar-brand:focus {
  text-decoration: none;
}

.mnavbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.mnavbar-nav .mnav-link {
  padding-right: 0;
  padding-left: 0;
}

.mnavbar-nav .mdropdown-menu {
  position: static;
  float: none;
}

.mnavbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mnavbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.mnavbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.mnavbar-toggler:hover,
.mnavbar-toggler:focus {
  text-decoration: none;
}

.mnavbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {

  .mnavbar-expand-sm>.mcontainer,
  .mnavbar-expand-sm>.mcontainer-fluid,
  .mnavbar-expand-sm>.mcontainer-sm,
  .mnavbar-expand-sm>.mcontainer-md,
  .mnavbar-expand-sm>.mcontainer-lg,
  .mnavbar-expand-sm>.mcontainer-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .mnavbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .mnavbar-expand-sm .mnavbar-nav {
    flex-direction: row;
  }

  .mnavbar-expand-sm .mnavbar-nav .mdropdown-menu {
    position: absolute;
  }

  .mnavbar-expand-sm .mnavbar-nav .mnav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .mnavbar-expand-sm>.mcontainer,
  .mnavbar-expand-sm>.mcontainer-fluid,
  .mnavbar-expand-sm>.mcontainer-sm,
  .mnavbar-expand-sm>.mcontainer-md,
  .mnavbar-expand-sm>.mcontainer-lg,
  .mnavbar-expand-sm>.mcontainer-xl {
    flex-wrap: nowrap;
  }

  .mnavbar-expand-sm .mnavbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .mnavbar-expand-sm .mnavbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .mnavbar-expand-md>.mcontainer,
  .mnavbar-expand-md>.mcontainer-fluid,
  .mnavbar-expand-md>.mcontainer-sm,
  .mnavbar-expand-md>.mcontainer-md,
  .mnavbar-expand-md>.mcontainer-lg,
  .mnavbar-expand-md>.mcontainer-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .mnavbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .mnavbar-expand-md .mnavbar-nav {
    flex-direction: row;
  }

  .mnavbar-expand-md .mnavbar-nav .mdropdown-menu {
    position: absolute;
  }

  .mnavbar-expand-md .mnavbar-nav .mnav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .mnavbar-expand-md>.mcontainer,
  .mnavbar-expand-md>.mcontainer-fluid,
  .mnavbar-expand-md>.mcontainer-sm,
  .mnavbar-expand-md>.mcontainer-md,
  .mnavbar-expand-md>.mcontainer-lg,
  .mnavbar-expand-md>.mcontainer-xl {
    flex-wrap: nowrap;
  }

  .mnavbar-expand-md .mnavbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .mnavbar-expand-md .mnavbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .mnavbar-expand-lg>.mcontainer,
  .mnavbar-expand-lg>.mcontainer-fluid,
  .mnavbar-expand-lg>.mcontainer-sm,
  .mnavbar-expand-lg>.mcontainer-md,
  .mnavbar-expand-lg>.mcontainer-lg,
  .mnavbar-expand-lg>.mcontainer-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .mnavbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .mnavbar-expand-lg .mnavbar-nav {
    flex-direction: row;
  }

  .mnavbar-expand-lg .mnavbar-nav .mdropdown-menu {
    position: absolute;
  }

  .mnavbar-expand-lg .mnavbar-nav .mnav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .mnavbar-expand-lg>.mcontainer,
  .mnavbar-expand-lg>.mcontainer-fluid,
  .mnavbar-expand-lg>.mcontainer-sm,
  .mnavbar-expand-lg>.mcontainer-md,
  .mnavbar-expand-lg>.mcontainer-lg,
  .mnavbar-expand-lg>.mcontainer-xl {
    flex-wrap: nowrap;
  }

  .mnavbar-expand-lg .mnavbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .mnavbar-expand-lg .mnavbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .mnavbar-expand-xl>.mcontainer,
  .mnavbar-expand-xl>.mcontainer-fluid,
  .mnavbar-expand-xl>.mcontainer-sm,
  .mnavbar-expand-xl>.mcontainer-md,
  .mnavbar-expand-xl>.mcontainer-lg,
  .mnavbar-expand-xl>.mcontainer-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .mnavbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .mnavbar-expand-xl .mnavbar-nav {
    flex-direction: row;
  }

  .mnavbar-expand-xl .mnavbar-nav .mdropdown-menu {
    position: absolute;
  }

  .mnavbar-expand-xl .mnavbar-nav .mnav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .mnavbar-expand-xl>.mcontainer,
  .mnavbar-expand-xl>.mcontainer-fluid,
  .mnavbar-expand-xl>.mcontainer-sm,
  .mnavbar-expand-xl>.mcontainer-md,
  .mnavbar-expand-xl>.mcontainer-lg,
  .mnavbar-expand-xl>.mcontainer-xl {
    flex-wrap: nowrap;
  }

  .mnavbar-expand-xl .mnavbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .mnavbar-expand-xl .mnavbar-toggler {
    display: none;
  }
}

.mnavbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.mnavbar-expand>.mcontainer,
.mnavbar-expand>.mcontainer-fluid,
.mnavbar-expand>.mcontainer-sm,
.mnavbar-expand>.mcontainer-md,
.mnavbar-expand>.mcontainer-lg,
.mnavbar-expand>.mcontainer-xl {
  padding-right: 0;
  padding-left: 0;
}

.mnavbar-expand .mnavbar-nav {
  flex-direction: row;
}

.mnavbar-expand .mnavbar-nav .mdropdown-menu {
  position: absolute;
}

.mnavbar-expand .mnavbar-nav .mnav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.mnavbar-expand>.mcontainer,
.mnavbar-expand>.mcontainer-fluid,
.mnavbar-expand>.mcontainer-sm,
.mnavbar-expand>.mcontainer-md,
.mnavbar-expand>.mcontainer-lg,
.mnavbar-expand>.mcontainer-xl {
  flex-wrap: nowrap;
}

.mnavbar-expand .mnavbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.mnavbar-expand .mnavbar-toggler {
  display: none;
}

.mnavbar-light .mnavbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.mnavbar-light .mnavbar-brand:hover,
.mnavbar-light .mnavbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.mnavbar-light .mnavbar-nav .mnav-link {
  color: rgba(0, 0, 0, 0.5);
}

.mnavbar-light .mnavbar-nav .mnav-link:hover,
.mnavbar-light .mnavbar-nav .mnav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.mnavbar-light .mnavbar-nav .mnav-link.mdisabled {
  color: rgba(0, 0, 0, 0.3);
}

.mnavbar-light .mnavbar-nav .mshow>.mnav-link,
.mnavbar-light .mnavbar-nav .mactive>.mnav-link,
.mnavbar-light .mnavbar-nav .mnav-link.mshow,
.mnavbar-light .mnavbar-nav .mnav-link.mactive {
  color: rgba(0, 0, 0, 0.9);
}

.mnavbar-light .mnavbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.mnavbar-light .mnavbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mnavbar-light .mnavbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.mnavbar-light .mnavbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.mnavbar-light .mnavbar-text a:hover,
.mnavbar-light .mnavbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.mnavbar-dark .mnavbar-brand {
  color: #fff;
}

.mnavbar-dark .mnavbar-brand:hover,
.mnavbar-dark .mnavbar-brand:focus {
  color: #fff;
}

.mnavbar-dark .mnavbar-nav .mnav-link {
  color: rgba(255, 255, 255, 0.5);
}

.mnavbar-dark .mnavbar-nav .mnav-link:hover,
.mnavbar-dark .mnavbar-nav .mnav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.mnavbar-dark .mnavbar-nav .mnav-link.mdisabled {
  color: rgba(255, 255, 255, 0.25);
}

.mnavbar-dark .mnavbar-nav .mshow>.mnav-link,
.mnavbar-dark .mnavbar-nav .mactive>.mnav-link,
.mnavbar-dark .mnavbar-nav .mnav-link.mshow,
.mnavbar-dark .mnavbar-nav .mnav-link.mactive {
  color: #fff;
}

.mnavbar-dark .mnavbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.mnavbar-dark .mnavbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mnavbar-dark .mnavbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.mnavbar-dark .mnavbar-text a {
  color: #fff;
}

.mnavbar-dark .mnavbar-text a:hover,
.mnavbar-dark .mnavbar-text a:focus {
  color: #fff;
}

.mcard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.mcard>hr {
  margin-right: 0;
  margin-left: 0;
}

.mcard>.mlist-group:first-child .mlist-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.mcard>.mlist-group:last-child .mlist-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.mcard-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.mcard-title {
  margin-bottom: 0.75rem;
}

.mcard-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.mcard-text:last-child {
  margin-bottom: 0;
}

.mcard-link:hover {
  text-decoration: none;
}

.mcard-link+.mcard-link {
  margin-left: 1.25rem;
}

.mcard-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);
}

.mcard-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.mcard-header+.mlist-group .mlist-group-item:first-child {
  border-top: 0;
}

.mcard-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.mcard-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.mcard-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.mcard-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.mcard-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.mcard-img,
.mcard-img-top,
.mcard-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.mcard-img,
.mcard-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.mcard-img,
.mcard-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.mcard-deck .mcard {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .mcard-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .mcard-deck .mcard {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.mcard-group>.mcard {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .mcard-group {
    display: flex;
    flex-flow: row wrap;
  }

  .mcard-group>.mcard {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .mcard-group>.mcard+.mcard {
    margin-left: 0;
    border-left: 0;
  }

  .mcard-group>.mcard:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .mcard-group>.mcard:not(:last-child) .mcard-img-top,
  .mcard-group>.mcard:not(:last-child) .mcard-header {
    border-top-right-radius: 0;
  }

  .mcard-group>.mcard:not(:last-child) .mcard-img-bottom,
  .mcard-group>.mcard:not(:last-child) .mcard-footer {
    border-bottom-right-radius: 0;
  }

  .mcard-group>.mcard:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .mcard-group>.mcard:not(:first-child) .mcard-img-top,
  .mcard-group>.mcard:not(:first-child) .mcard-header {
    border-top-left-radius: 0;
  }

  .mcard-group>.mcard:not(:first-child) .mcard-img-bottom,
  .mcard-group>.mcard:not(:first-child) .mcard-footer {
    border-bottom-left-radius: 0;
  }
}

.mcard-columns .mcard {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .mcard-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .mcard-columns .mcard {
    display: inline-block;
    width: 100%;
  }
}

.maccordion>.mcard {
  overflow: hidden;
}

.maccordion>.mcard:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.maccordion>.mcard:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.maccordion>.mcard>.mcard-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.mbreadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.mbreadcrumb-item+.mbreadcrumb-item {
  padding-left: 0.5rem;
}

.mbreadcrumb-item+.mbreadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.mbreadcrumb-item+.mbreadcrumb-item:hover::before {
  text-decoration: underline;
}

.mbreadcrumb-item+.mbreadcrumb-item:hover::before {
  text-decoration: none;
}

.mbreadcrumb-item.mactive {
  color: #6c757d;
}

.mpagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.mpage-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.mpage-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.mpage-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mpage-item:first-child .mpage-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.mpage-item:last-child .mpage-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.mpage-item.mactive .mpage-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mpage-item.mdisabled .mpage-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.mpagination-lg .mpage-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.mpagination-lg .mpage-item:first-child .mpage-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.mpagination-lg .mpage-item:last-child .mpage-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.mpagination-sm .mpage-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.mpagination-sm .mpage-item:first-child .mpage-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.mpagination-sm .mpage-item:last-child .mpage-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.mbadge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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 (prefers-reduced-motion: reduce) {
  .mbadge {
    transition: none;
  }
}

a.mbadge:hover,
a.mbadge:focus {
  text-decoration: none;
}

.mbadge:empty {
  display: none;
}

.mbtn .mbadge {
  position: relative;
  top: -1px;
}

.mbadge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.mbadge-primary {
  color: #fff;
  background-color: #007bff;
}

a.mbadge-primary:hover,
a.mbadge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.mbadge-primary:focus,
a.mbadge-primary.mfocus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.mbadge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.mbadge-secondary:hover,
a.mbadge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.mbadge-secondary:focus,
a.mbadge-secondary.mfocus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.mbadge-success {
  color: #fff;
  background-color: #28a745;
}

a.mbadge-success:hover,
a.mbadge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.mbadge-success:focus,
a.mbadge-success.mfocus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.mbadge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.mbadge-info:hover,
a.mbadge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.mbadge-info:focus,
a.mbadge-info.mfocus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.mbadge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.mbadge-warning:hover,
a.mbadge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.mbadge-warning:focus,
a.mbadge-warning.mfocus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.mbadge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.mbadge-danger:hover,
a.mbadge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.mbadge-danger:focus,
a.mbadge-danger.mfocus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.mbadge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.mbadge-light:hover,
a.mbadge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.mbadge-light:focus,
a.mbadge-light.mfocus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.mbadge-dark {
  color: #fff;
  background-color: #343a40;
}

a.mbadge-dark:hover,
a.mbadge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.mbadge-dark:focus,
a.mbadge-dark.mfocus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.mjumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .mjumbotron {
    padding: 4rem 2rem;
  }
}

.mjumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.malert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.malert-heading {
  color: inherit;
}

.malert-link {
  font-weight: 700;
}

.malert-dismissible {
  padding-right: 4rem;
}

.malert-dismissible .mclose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.malert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.malert-primary hr {
  border-top-color: #9fcdff;
}

.malert-primary .malert-link {
  color: #002752;
}

.malert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.malert-secondary hr {
  border-top-color: #c8cbcf;
}

.malert-secondary .malert-link {
  color: #202326;
}

.malert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.malert-success hr {
  border-top-color: #b1dfbb;
}

.malert-success .malert-link {
  color: #0b2e13;
}

.malert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.malert-info hr {
  border-top-color: #abdde5;
}

.malert-info .malert-link {
  color: #062c33;
}

.malert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.malert-warning hr {
  border-top-color: #ffe8a1;
}

.malert-warning .malert-link {
  color: #533f03;
}

.malert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.malert-danger hr {
  border-top-color: #f1b0b7;
}

.malert-danger .malert-link {
  color: #491217;
}

.malert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.malert-light hr {
  border-top-color: #ececf6;
}

.malert-light .malert-link {
  color: #686868;
}

.malert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.malert-dark hr {
  border-top-color: #b9bbbe;
}

.malert-dark .malert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.mprogress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.mprogress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .mprogress-bar {
    transition: none;
  }
}

.mprogress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.mprogress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .mprogress-bar-animated {
    animation: none;
  }
}

.mmedia {
  display: flex;
  align-items: flex-start;
}

.mmedia-body {
  flex: 1;
}

.mlist-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.mlist-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.mlist-group-item-action:hover,
.mlist-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.mlist-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.mlist-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.mlist-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.mlist-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.mlist-group-item.mdisabled,
.mlist-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.mlist-group-item.mactive {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.mlist-group-item+.mlist-group-item {
  border-top-width: 0;
}

.mlist-group-item+.mlist-group-item.mactive {
  margin-top: -1px;
  border-top-width: 1px;
}

.mlist-group-horizontal {
  flex-direction: row;
}

.mlist-group-horizontal .mlist-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.mlist-group-horizontal .mlist-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.mlist-group-horizontal .mlist-group-item.mactive {
  margin-top: 0;
}

.mlist-group-horizontal .mlist-group-item+.mlist-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.mlist-group-horizontal .mlist-group-item+.mlist-group-item.mactive {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .mlist-group-horizontal-sm {
    flex-direction: row;
  }

  .mlist-group-horizontal-sm .mlist-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .mlist-group-horizontal-sm .mlist-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .mlist-group-horizontal-sm .mlist-group-item.mactive {
    margin-top: 0;
  }

  .mlist-group-horizontal-sm .mlist-group-item+.mlist-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .mlist-group-horizontal-sm .mlist-group-item+.mlist-group-item.mactive {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .mlist-group-horizontal-md {
    flex-direction: row;
  }

  .mlist-group-horizontal-md .mlist-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .mlist-group-horizontal-md .mlist-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .mlist-group-horizontal-md .mlist-group-item.mactive {
    margin-top: 0;
  }

  .mlist-group-horizontal-md .mlist-group-item+.mlist-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .mlist-group-horizontal-md .mlist-group-item+.mlist-group-item.mactive {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .mlist-group-horizontal-lg {
    flex-direction: row;
  }

  .mlist-group-horizontal-lg .mlist-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .mlist-group-horizontal-lg .mlist-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .mlist-group-horizontal-lg .mlist-group-item.mactive {
    margin-top: 0;
  }

  .mlist-group-horizontal-lg .mlist-group-item+.mlist-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .mlist-group-horizontal-lg .mlist-group-item+.mlist-group-item.mactive {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .mlist-group-horizontal-xl {
    flex-direction: row;
  }

  .mlist-group-horizontal-xl .mlist-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .mlist-group-horizontal-xl .mlist-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .mlist-group-horizontal-xl .mlist-group-item.mactive {
    margin-top: 0;
  }

  .mlist-group-horizontal-xl .mlist-group-item+.mlist-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .mlist-group-horizontal-xl .mlist-group-item+.mlist-group-item.mactive {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.mlist-group-flush .mlist-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.mlist-group-flush .mlist-group-item:first-child {
  border-top-width: 0;
}

.mlist-group-flush:last-child .mlist-group-item:last-child {
  border-bottom-width: 0;
}

.mlist-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.mlist-group-item-primary.mlist-group-item-action:hover,
.mlist-group-item-primary.mlist-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.mlist-group-item-primary.mlist-group-item-action.mactive {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.mlist-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.mlist-group-item-secondary.mlist-group-item-action:hover,
.mlist-group-item-secondary.mlist-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.mlist-group-item-secondary.mlist-group-item-action.mactive {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.mlist-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.mlist-group-item-success.mlist-group-item-action:hover,
.mlist-group-item-success.mlist-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.mlist-group-item-success.mlist-group-item-action.mactive {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.mlist-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.mlist-group-item-info.mlist-group-item-action:hover,
.mlist-group-item-info.mlist-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.mlist-group-item-info.mlist-group-item-action.mactive {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.mlist-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.mlist-group-item-warning.mlist-group-item-action:hover,
.mlist-group-item-warning.mlist-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.mlist-group-item-warning.mlist-group-item-action.mactive {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.mlist-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.mlist-group-item-danger.mlist-group-item-action:hover,
.mlist-group-item-danger.mlist-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.mlist-group-item-danger.mlist-group-item-action.mactive {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.mlist-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.mlist-group-item-light.mlist-group-item-action:hover,
.mlist-group-item-light.mlist-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.mlist-group-item-light.mlist-group-item-action.mactive {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.mlist-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.mlist-group-item-dark.mlist-group-item-action:hover,
.mlist-group-item-dark.mlist-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.mlist-group-item-dark.mlist-group-item-action.mactive {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.mclose {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.mclose:hover {
  color: #000;
  text-decoration: none;
}

.mclose:not(:disabled):not(.mdisabled):hover,
.mclose:not(:disabled):not(.mdisabled):focus {
  opacity: .75;
}

button.mclose {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.mclose.mdisabled {
  pointer-events: none;
}

.mtoast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.mtoast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.mtoast.mshowing {
  opacity: 1;
}

.mtoast.mshow {
  display: block;
  opacity: 1;
}

.mtoast.mhide {
  display: none;
}

.mtoast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mtoast-body {
  padding: 0.75rem;
}

.mmodal-open {
  overflow: hidden;
}

.mmodal-open .mmodal {
  overflow-x: hidden;
  overflow-y: auto;
}

.mmodal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.mmodal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.mmodal.mfade .mmodal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .mmodal.mfade .mmodal-dialog {
    transition: none;
  }
}

.mmodal.mshow .mmodal-dialog {
  transform: none;
}

.mmodal.mmodal-static .mmodal-dialog {
  transform: scale(1.02);
}

.mmodal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.mmodal-dialog-scrollable .mmodal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.mmodal-dialog-scrollable .mmodal-header,
.mmodal-dialog-scrollable .mmodal-footer {
  flex-shrink: 0;
}

.mmodal-dialog-scrollable .mmodal-body {
  overflow-y: auto;
}

.mmodal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.mmodal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.mmodal-dialog-centered.mmodal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mmodal-dialog-centered.mmodal-dialog-scrollable .mmodal-content {
  max-height: none;
}

.mmodal-dialog-centered.mmodal-dialog-scrollable::before {
  content: none;
}

.mmodal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.mmodal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.mmodal-backdrop.mfade {
  opacity: 0;
}

.mmodal-backdrop.mshow {
  opacity: 0.5;
}

.mmodal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.mmodal-header .mclose {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.mmodal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.mmodal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.mmodal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.mmodal-footer>* {
  margin: 0.25rem;
}

.mmodal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .mmodal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .mmodal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .mmodal-dialog-scrollable .mmodal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .mmodal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .mmodal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .mmodal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .mmodal-lg,
  .mmodal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .mmodal-xl {
    max-width: 1140px;
  }
}

.mtooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.mtooltip.mshow {
  opacity: 0.9;
}

.mtooltip .marrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.mtooltip .marrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.mbs-tooltip-top,
.mbs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.mbs-tooltip-top .marrow,
.mbs-tooltip-auto[x-placement^="top"] .marrow {
  bottom: 0;
}

.mbs-tooltip-top .marrow::before,
.mbs-tooltip-auto[x-placement^="top"] .marrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.mbs-tooltip-right,
.mbs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.mbs-tooltip-right .marrow,
.mbs-tooltip-auto[x-placement^="right"] .marrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.mbs-tooltip-right .marrow::before,
.mbs-tooltip-auto[x-placement^="right"] .marrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.mbs-tooltip-bottom,
.mbs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.mbs-tooltip-bottom .marrow,
.mbs-tooltip-auto[x-placement^="bottom"] .marrow {
  top: 0;
}

.mbs-tooltip-bottom .marrow::before,
.mbs-tooltip-auto[x-placement^="bottom"] .marrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.mbs-tooltip-left,
.mbs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.mbs-tooltip-left .marrow,
.mbs-tooltip-auto[x-placement^="left"] .marrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.mbs-tooltip-left .marrow::before,
.mbs-tooltip-auto[x-placement^="left"] .marrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.mtooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.mpopover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.mpopover .marrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.mpopover .marrow::before,
.mpopover .marrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.mbs-popover-top,
.mbs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.mbs-popover-top>.marrow,
.mbs-popover-auto[x-placement^="top"]>.marrow {
  bottom: calc(-0.5rem - 1px);
}

.mbs-popover-top>.marrow::before,
.mbs-popover-auto[x-placement^="top"]>.marrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.mbs-popover-top>.marrow::after,
.mbs-popover-auto[x-placement^="top"]>.marrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.mbs-popover-right,
.mbs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.mbs-popover-right>.marrow,
.mbs-popover-auto[x-placement^="right"]>.marrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.mbs-popover-right>.marrow::before,
.mbs-popover-auto[x-placement^="right"]>.marrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.mbs-popover-right>.marrow::after,
.mbs-popover-auto[x-placement^="right"]>.marrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.mbs-popover-bottom,
.mbs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.mbs-popover-bottom>.marrow,
.mbs-popover-auto[x-placement^="bottom"]>.marrow {
  top: calc(-0.5rem - 1px);
}

.mbs-popover-bottom>.marrow::before,
.mbs-popover-auto[x-placement^="bottom"]>.marrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.mbs-popover-bottom>.marrow::after,
.mbs-popover-auto[x-placement^="bottom"]>.marrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.mbs-popover-bottom .mpopover-header::before,
.mbs-popover-auto[x-placement^="bottom"] .mpopover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.mbs-popover-left,
.mbs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.mbs-popover-left>.marrow,
.mbs-popover-auto[x-placement^="left"]>.marrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.mbs-popover-left>.marrow::before,
.mbs-popover-auto[x-placement^="left"]>.marrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.mbs-popover-left>.marrow::after,
.mbs-popover-auto[x-placement^="left"]>.marrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.mpopover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.mpopover-header:empty {
  display: none;
}

.mpopover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.mcarousel {
  position: relative;
}

.mcarousel.mpointer-event {
  touch-action: pan-y;
}

.mcarousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mcarousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.mcarousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .mcarousel-item {
    transition: none;
  }
}

.mcarousel-item.mactive,
.mcarousel-item-next,
.mcarousel-item-prev {
  display: block;
}

.mcarousel-item-next:not(.mcarousel-item-left),
.mactive.mcarousel-item-right {
  transform: translateX(100%);
}

.mcarousel-item-prev:not(.mcarousel-item-right),
.mactive.mcarousel-item-left {
  transform: translateX(-100%);
}

.mcarousel-fade .mcarousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.mcarousel-fade .mcarousel-item.mactive,
.mcarousel-fade .mcarousel-item-next.mcarousel-item-left,
.mcarousel-fade .mcarousel-item-prev.mcarousel-item-right {
  z-index: 1;
  opacity: 1;
}

.mcarousel-fade .mactive.mcarousel-item-left,
.mcarousel-fade .mactive.mcarousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .mcarousel-fade .mactive.mcarousel-item-left,
  .mcarousel-fade .mactive.mcarousel-item-right {
    transition: none;
  }
}

.mcarousel-control-prev,
.mcarousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .mcarousel-control-prev,
  .mcarousel-control-next {
    transition: none;
  }
}

.mcarousel-control-prev:hover,
.mcarousel-control-prev:focus,
.mcarousel-control-next:hover,
.mcarousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.mcarousel-control-prev {
  left: 0;
}

.mcarousel-control-next {
  right: 0;
}

.mcarousel-control-prev-icon,
.mcarousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.mcarousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.mcarousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.mw3.morg/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.mcarousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.mcarousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .mcarousel-indicators li {
    transition: none;
  }
}

.mcarousel-indicators .mactive {
  opacity: 1;
}

.mcarousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.mspinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.mspinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.mspinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.mspinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.malign-baseline {
  vertical-align: baseline !important;
}

.malign-top {
  vertical-align: top !important;
}

.malign-middle {
  vertical-align: middle !important;
}

.malign-bottom {
  vertical-align: bottom !important;
}

.malign-text-bottom {
  vertical-align: text-bottom !important;
}

.malign-text-top {
  vertical-align: text-top !important;
}

.mbg-primary {
  background-color: #007bff !important;
}

a.mbg-primary:hover,
a.mbg-primary:focus,
button.mbg-primary:hover,
button.mbg-primary:focus {
  background-color: #0062cc !important;
}

.mbg-secondary {
  background-color: #6c757d !important;
}

a.mbg-secondary:hover,
a.mbg-secondary:focus,
button.mbg-secondary:hover,
button.mbg-secondary:focus {
  background-color: #545b62 !important;
}

.mbg-success {
  background-color: #28a745 !important;
}

a.mbg-success:hover,
a.mbg-success:focus,
button.mbg-success:hover,
button.mbg-success:focus {
  background-color: #1e7e34 !important;
}

.mbg-info {
  background-color: #17a2b8 !important;
}

a.mbg-info:hover,
a.mbg-info:focus,
button.mbg-info:hover,
button.mbg-info:focus {
  background-color: #117a8b !important;
}

.mbg-warning {
  background-color: #ffc107 !important;
}

a.mbg-warning:hover,
a.mbg-warning:focus,
button.mbg-warning:hover,
button.mbg-warning:focus {
  background-color: #d39e00 !important;
}

.mbg-danger {
  background-color: #dc3545 !important;
}

a.mbg-danger:hover,
a.mbg-danger:focus,
button.mbg-danger:hover,
button.mbg-danger:focus {
  background-color: #bd2130 !important;
}

.mbg-light {
  background-color: #f8f9fa !important;
}

a.mbg-light:hover,
a.mbg-light:focus,
button.mbg-light:hover,
button.mbg-light:focus {
  background-color: #dae0e5 !important;
}

.mbg-dark {
  background-color: #343a40 !important;
}

a.mbg-dark:hover,
a.mbg-dark:focus,
button.mbg-dark:hover,
button.mbg-dark:focus {
  background-color: #1d2124 !important;
}

.mbg-white {
  background-color: #fff !important;
}

.mbg-transparent {
  background-color: transparent !important;
}

.mborder {
  border: 1px solid #dee2e6 !important;
}

.mborder-top {
  border-top: 1px solid #dee2e6 !important;
}

.mborder-right {
  border-right: 1px solid #dee2e6 !important;
}

.mborder-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.mborder-left {
  border-left: 1px solid #dee2e6 !important;
}

.mborder-0 {
  border: 0 !important;
}

.mborder-top-0 {
  border-top: 0 !important;
}

.mborder-right-0 {
  border-right: 0 !important;
}

.mborder-bottom-0 {
  border-bottom: 0 !important;
}

.mborder-left-0 {
  border-left: 0 !important;
}

.mborder-primary {
  border-color: #007bff !important;
}

.mborder-secondary {
  border-color: #6c757d !important;
}

.mborder-success {
  border-color: #28a745 !important;
}

.mborder-info {
  border-color: #17a2b8 !important;
}

.mborder-warning {
  border-color: #ffc107 !important;
}

.mborder-danger {
  border-color: #dc3545 !important;
}

.mborder-light {
  border-color: #f8f9fa !important;
}

.mborder-dark {
  border-color: #343a40 !important;
}

.mborder-white {
  border-color: #fff !important;
}

.mrounded-sm {
  border-radius: 0.2rem !important;
}

.mrounded {
  border-radius: 0.25rem !important;
}

.mrounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.mrounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.mrounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.mrounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.mrounded-lg {
  border-radius: 0.3rem !important;
}

.mrounded-circle {
  border-radius: 50% !important;
}

.mrounded-pill {
  border-radius: 50rem !important;
}

.mrounded-0 {
  border-radius: 0 !important;
}

.mclearfix::after {
  display: block;
  clear: both;
  content: "";
}

.md-none {
  display: none !important;
}

.md-inline {
  display: inline !important;
}

.md-inline-block {
  display: inline-block !important;
}

.md-block {
  display: block !important;
}

.md-table {
  display: table !important;
}

.md-table-row {
  display: table-row !important;
}

.md-table-cell {
  display: table-cell !important;
}

.md-flex {
  display: flex !important;
}

.md-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .md-sm-none {
    display: none !important;
  }

  .md-sm-inline {
    display: inline !important;
  }

  .md-sm-inline-block {
    display: inline-block !important;
  }

  .md-sm-block {
    display: block !important;
  }

  .md-sm-table {
    display: table !important;
  }

  .md-sm-table-row {
    display: table-row !important;
  }

  .md-sm-table-cell {
    display: table-cell !important;
  }

  .md-sm-flex {
    display: flex !important;
  }

  .md-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .md-md-none {
    display: none !important;
  }

  .md-md-inline {
    display: inline !important;
  }

  .md-md-inline-block {
    display: inline-block !important;
  }

  .md-md-block {
    display: block !important;
  }

  .md-md-table {
    display: table !important;
  }

  .md-md-table-row {
    display: table-row !important;
  }

  .md-md-table-cell {
    display: table-cell !important;
  }

  .md-md-flex {
    display: flex !important;
  }

  .md-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .md-lg-none {
    display: none !important;
  }

  .md-lg-inline {
    display: inline !important;
  }

  .md-lg-inline-block {
    display: inline-block !important;
  }

  .md-lg-block {
    display: block !important;
  }

  .md-lg-table {
    display: table !important;
  }

  .md-lg-table-row {
    display: table-row !important;
  }

  .md-lg-table-cell {
    display: table-cell !important;
  }

  .md-lg-flex {
    display: flex !important;
  }

  .md-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .md-xl-none {
    display: none !important;
  }

  .md-xl-inline {
    display: inline !important;
  }

  .md-xl-inline-block {
    display: inline-block !important;
  }

  .md-xl-block {
    display: block !important;
  }

  .md-xl-table {
    display: table !important;
  }

  .md-xl-table-row {
    display: table-row !important;
  }

  .md-xl-table-cell {
    display: table-cell !important;
  }

  .md-xl-flex {
    display: flex !important;
  }

  .md-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .md-print-none {
    display: none !important;
  }

  .md-print-inline {
    display: inline !important;
  }

  .md-print-inline-block {
    display: inline-block !important;
  }

  .md-print-block {
    display: block !important;
  }

  .md-print-table {
    display: table !important;
  }

  .md-print-table-row {
    display: table-row !important;
  }

  .md-print-table-cell {
    display: table-cell !important;
  }

  .md-print-flex {
    display: flex !important;
  }

  .md-print-inline-flex {
    display: inline-flex !important;
  }
}

.membed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.membed-responsive::before {
  display: block;
  content: "";
}

.membed-responsive .membed-responsive-item,
.membed-responsive iframe,
.membed-responsive embed,
.membed-responsive object,
.membed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.membed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.membed-responsive-16by9::before {
  padding-top: 56.25%;
}

.membed-responsive-4by3::before {
  padding-top: 75%;
}

.membed-responsive-1by1::before {
  padding-top: 100%;
}

.mflex-row {
  flex-direction: row !important;
}

.mflex-column {
  flex-direction: column !important;
}

.mflex-row-reverse {
  flex-direction: row-reverse !important;
}

.mflex-column-reverse {
  flex-direction: column-reverse !important;
}

.mflex-wrap {
  flex-wrap: wrap !important;
}

.mflex-nowrap {
  flex-wrap: nowrap !important;
}

.mflex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.mflex-fill {
  flex: 1 1 auto !important;
}

.mflex-grow-0 {
  flex-grow: 0 !important;
}

.mflex-grow-1 {
  flex-grow: 1 !important;
}

.mflex-shrink-0 {
  flex-shrink: 0 !important;
}

.mflex-shrink-1 {
  flex-shrink: 1 !important;
}

.mjustify-content-start {
  justify-content: flex-start !important;
}

.mjustify-content-end {
  justify-content: flex-end !important;
}

.mjustify-content-center {
  justify-content: center !important;
}

.mjustify-content-between {
  justify-content: space-between !important;
}

.mjustify-content-around {
  justify-content: space-around !important;
}

.malign-items-start {
  align-items: flex-start !important;
}

.malign-items-end {
  align-items: flex-end !important;
}

.malign-items-center {
  align-items: center !important;
}

.malign-items-baseline {
  align-items: baseline !important;
}

.malign-items-stretch {
  align-items: stretch !important;
}

.malign-content-start {
  align-content: flex-start !important;
}

.malign-content-end {
  align-content: flex-end !important;
}

.malign-content-center {
  align-content: center !important;
}

.malign-content-between {
  align-content: space-between !important;
}

.malign-content-around {
  align-content: space-around !important;
}

.malign-content-stretch {
  align-content: stretch !important;
}

.malign-self-auto {
  align-self: auto !important;
}

.malign-self-start {
  align-self: flex-start !important;
}

.malign-self-end {
  align-self: flex-end !important;
}

.malign-self-center {
  align-self: center !important;
}

.malign-self-baseline {
  align-self: baseline !important;
}

.malign-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .mflex-sm-row {
    flex-direction: row !important;
  }

  .mflex-sm-column {
    flex-direction: column !important;
  }

  .mflex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .mflex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .mflex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .mflex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .mflex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .mflex-sm-fill {
    flex: 1 1 auto !important;
  }

  .mflex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .mflex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .mflex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .mflex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .mjustify-content-sm-start {
    justify-content: flex-start !important;
  }

  .mjustify-content-sm-end {
    justify-content: flex-end !important;
  }

  .mjustify-content-sm-center {
    justify-content: center !important;
  }

  .mjustify-content-sm-between {
    justify-content: space-between !important;
  }

  .mjustify-content-sm-around {
    justify-content: space-around !important;
  }

  .malign-items-sm-start {
    align-items: flex-start !important;
  }

  .malign-items-sm-end {
    align-items: flex-end !important;
  }

  .malign-items-sm-center {
    align-items: center !important;
  }

  .malign-items-sm-baseline {
    align-items: baseline !important;
  }

  .malign-items-sm-stretch {
    align-items: stretch !important;
  }

  .malign-content-sm-start {
    align-content: flex-start !important;
  }

  .malign-content-sm-end {
    align-content: flex-end !important;
  }

  .malign-content-sm-center {
    align-content: center !important;
  }

  .malign-content-sm-between {
    align-content: space-between !important;
  }

  .malign-content-sm-around {
    align-content: space-around !important;
  }

  .malign-content-sm-stretch {
    align-content: stretch !important;
  }

  .malign-self-sm-auto {
    align-self: auto !important;
  }

  .malign-self-sm-start {
    align-self: flex-start !important;
  }

  .malign-self-sm-end {
    align-self: flex-end !important;
  }

  .malign-self-sm-center {
    align-self: center !important;
  }

  .malign-self-sm-baseline {
    align-self: baseline !important;
  }

  .malign-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .mflex-md-row {
    flex-direction: row !important;
  }

  .mflex-md-column {
    flex-direction: column !important;
  }

  .mflex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .mflex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .mflex-md-wrap {
    flex-wrap: wrap !important;
  }

  .mflex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .mflex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .mflex-md-fill {
    flex: 1 1 auto !important;
  }

  .mflex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .mflex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .mflex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .mflex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .mjustify-content-md-start {
    justify-content: flex-start !important;
  }

  .mjustify-content-md-end {
    justify-content: flex-end !important;
  }

  .mjustify-content-md-center {
    justify-content: center !important;
  }

  .mjustify-content-md-between {
    justify-content: space-between !important;
  }

  .mjustify-content-md-around {
    justify-content: space-around !important;
  }

  .malign-items-md-start {
    align-items: flex-start !important;
  }

  .malign-items-md-end {
    align-items: flex-end !important;
  }

  .malign-items-md-center {
    align-items: center !important;
  }

  .malign-items-md-baseline {
    align-items: baseline !important;
  }

  .malign-items-md-stretch {
    align-items: stretch !important;
  }

  .malign-content-md-start {
    align-content: flex-start !important;
  }

  .malign-content-md-end {
    align-content: flex-end !important;
  }

  .malign-content-md-center {
    align-content: center !important;
  }

  .malign-content-md-between {
    align-content: space-between !important;
  }

  .malign-content-md-around {
    align-content: space-around !important;
  }

  .malign-content-md-stretch {
    align-content: stretch !important;
  }

  .malign-self-md-auto {
    align-self: auto !important;
  }

  .malign-self-md-start {
    align-self: flex-start !important;
  }

  .malign-self-md-end {
    align-self: flex-end !important;
  }

  .malign-self-md-center {
    align-self: center !important;
  }

  .malign-self-md-baseline {
    align-self: baseline !important;
  }

  .malign-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .mflex-lg-row {
    flex-direction: row !important;
  }

  .mflex-lg-column {
    flex-direction: column !important;
  }

  .mflex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .mflex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .mflex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .mflex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .mflex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .mflex-lg-fill {
    flex: 1 1 auto !important;
  }

  .mflex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .mflex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .mflex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .mflex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .mjustify-content-lg-start {
    justify-content: flex-start !important;
  }

  .mjustify-content-lg-end {
    justify-content: flex-end !important;
  }

  .mjustify-content-lg-center {
    justify-content: center !important;
  }

  .mjustify-content-lg-between {
    justify-content: space-between !important;
  }

  .mjustify-content-lg-around {
    justify-content: space-around !important;
  }

  .malign-items-lg-start {
    align-items: flex-start !important;
  }

  .malign-items-lg-end {
    align-items: flex-end !important;
  }

  .malign-items-lg-center {
    align-items: center !important;
  }

  .malign-items-lg-baseline {
    align-items: baseline !important;
  }

  .malign-items-lg-stretch {
    align-items: stretch !important;
  }

  .malign-content-lg-start {
    align-content: flex-start !important;
  }

  .malign-content-lg-end {
    align-content: flex-end !important;
  }

  .malign-content-lg-center {
    align-content: center !important;
  }

  .malign-content-lg-between {
    align-content: space-between !important;
  }

  .malign-content-lg-around {
    align-content: space-around !important;
  }

  .malign-content-lg-stretch {
    align-content: stretch !important;
  }

  .malign-self-lg-auto {
    align-self: auto !important;
  }

  .malign-self-lg-start {
    align-self: flex-start !important;
  }

  .malign-self-lg-end {
    align-self: flex-end !important;
  }

  .malign-self-lg-center {
    align-self: center !important;
  }

  .malign-self-lg-baseline {
    align-self: baseline !important;
  }

  .malign-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .mflex-xl-row {
    flex-direction: row !important;
  }

  .mflex-xl-column {
    flex-direction: column !important;
  }

  .mflex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .mflex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .mflex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .mflex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .mflex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .mflex-xl-fill {
    flex: 1 1 auto !important;
  }

  .mflex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .mflex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .mflex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .mflex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .mjustify-content-xl-start {
    justify-content: flex-start !important;
  }

  .mjustify-content-xl-end {
    justify-content: flex-end !important;
  }

  .mjustify-content-xl-center {
    justify-content: center !important;
  }

  .mjustify-content-xl-between {
    justify-content: space-between !important;
  }

  .mjustify-content-xl-around {
    justify-content: space-around !important;
  }

  .malign-items-xl-start {
    align-items: flex-start !important;
  }

  .malign-items-xl-end {
    align-items: flex-end !important;
  }

  .malign-items-xl-center {
    align-items: center !important;
  }

  .malign-items-xl-baseline {
    align-items: baseline !important;
  }

  .malign-items-xl-stretch {
    align-items: stretch !important;
  }

  .malign-content-xl-start {
    align-content: flex-start !important;
  }

  .malign-content-xl-end {
    align-content: flex-end !important;
  }

  .malign-content-xl-center {
    align-content: center !important;
  }

  .malign-content-xl-between {
    align-content: space-between !important;
  }

  .malign-content-xl-around {
    align-content: space-around !important;
  }

  .malign-content-xl-stretch {
    align-content: stretch !important;
  }

  .malign-self-xl-auto {
    align-self: auto !important;
  }

  .malign-self-xl-start {
    align-self: flex-start !important;
  }

  .malign-self-xl-end {
    align-self: flex-end !important;
  }

  .malign-self-xl-center {
    align-self: center !important;
  }

  .malign-self-xl-baseline {
    align-self: baseline !important;
  }

  .malign-self-xl-stretch {
    align-self: stretch !important;
  }
}

.mfloat-left {
  float: left !important;
}

.mfloat-right {
  float: right !important;
}

.mfloat-none {
  float: none !important;
}

@media (min-width: 576px) {
  .mfloat-sm-left {
    float: left !important;
  }

  .mfloat-sm-right {
    float: right !important;
  }

  .mfloat-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .mfloat-md-left {
    float: left !important;
  }

  .mfloat-md-right {
    float: right !important;
  }

  .mfloat-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .mfloat-lg-left {
    float: left !important;
  }

  .mfloat-lg-right {
    float: right !important;
  }

  .mfloat-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .mfloat-xl-left {
    float: left !important;
  }

  .mfloat-xl-right {
    float: right !important;
  }

  .mfloat-xl-none {
    float: none !important;
  }
}

.moverflow-auto {
  overflow: auto !important;
}

.moverflow-hidden {
  overflow: hidden !important;
}

.mposition-static {
  position: static !important;
}

.mposition-relative {
  position: relative !important;
}

.mposition-absolute {
  position: absolute !important;
}

.mposition-fixed {
  position: fixed !important;
}

.mposition-sticky {
  position: sticky !important;
}

.mfixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.mfixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .msticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.msr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.msr-only-focusable:active,
.msr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.mshadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.mshadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.mshadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.mshadow-none {
  box-shadow: none !important;
}

.mw-25 {
  width: 25% !important;
}

.mw-50 {
  width: 50% !important;
}

.mw-75 {
  width: 75% !important;
}

.mw-100 {
  width: 100% !important;
}

.mw-auto {
  width: auto !important;
}

.mh-25 {
  height: 25% !important;
}

.mh-50 {
  height: 50% !important;
}

.mh-75 {
  height: 75% !important;
}

.mh-100 {
  height: 100% !important;
}

.mh-auto {
  height: auto !important;
}

.mmw-100 {
  max-width: 100% !important;
}

.mmh-100 {
  max-height: 100% !important;
}

.mmin-vw-100 {
  min-width: 100vw !important;
}

.mmin-vh-100 {
  min-height: 100vh !important;
}

.mvw-100 {
  width: 100vw !important;
}

.mvh-100 {
  height: 100vh !important;
}

.mstretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.mm-0 {
  margin: 0 !important;
}

.mmt-0,
.mmy-0 {
  margin-top: 0 !important;
}

.mmr-0,
.mmx-0 {
  margin-right: 0 !important;
}

.mmb-0,
.mmy-0 {
  margin-bottom: 0 !important;
}

.mml-0,
.mmx-0 {
  margin-left: 0 !important;
}

.mm-1 {
  margin: 0.25rem !important;
}

.mmt-1,
.mmy-1 {
  margin-top: 0.25rem !important;
}

.mmr-1,
.mmx-1 {
  margin-right: 0.25rem !important;
}

.mmb-1,
.mmy-1 {
  margin-bottom: 0.25rem !important;
}

.mml-1,
.mmx-1 {
  margin-left: 0.25rem !important;
}

.mm-2 {
  margin: 0.5rem !important;
}

.mmt-2,
.mmy-2 {
  margin-top: 0.5rem !important;
}

.mmr-2,
.mmx-2 {
  margin-right: 0.5rem !important;
}

.mmb-2,
.mmy-2 {
  margin-bottom: 0.5rem !important;
}

.mml-2,
.mmx-2 {
  margin-left: 0.5rem !important;
}

.mm-3 {
  margin: 1rem !important;
}

.mmt-3,
.mmy-3 {
  margin-top: 1rem !important;
}

.mmr-3,
.mmx-3 {
  margin-right: 1rem !important;
}

.mmb-3,
.mmy-3 {
  margin-bottom: 1rem !important;
}

.mml-3,
.mmx-3 {
  margin-left: 1rem !important;
}

.mm-4 {
  margin: 1.5rem !important;
}

.mmt-4,
.mmy-4 {
  margin-top: 1.5rem !important;
}

.mmr-4,
.mmx-4 {
  margin-right: 1.5rem !important;
}

.mmb-4,
.mmy-4 {
  margin-bottom: 1.5rem !important;
}

.mml-4,
.mmx-4 {
  margin-left: 1.5rem !important;
}

.mm-5 {
  margin: 3rem !important;
}

.mmt-5,
.mmy-5 {
  margin-top: 3rem !important;
}

.mmr-5,
.mmx-5 {
  margin-right: 3rem !important;
}

.mmb-5,
.mmy-5 {
  margin-bottom: 3rem !important;
}

.mml-5,
.mmx-5 {
  margin-left: 3rem !important;
}

.mp-0 {
  padding: 0 !important;
}

.mpt-0,
.mpy-0 {
  padding-top: 0 !important;
}

.mpr-0,
.mpx-0 {
  padding-right: 0 !important;
}

.mpb-0,
.mpy-0 {
  padding-bottom: 0 !important;
}

.mpl-0,
.mpx-0 {
  padding-left: 0 !important;
}

.mp-1 {
  padding: 0.25rem !important;
}

.mpt-1,
.mpy-1 {
  padding-top: 0.25rem !important;
}

.mpr-1,
.mpx-1 {
  padding-right: 0.25rem !important;
}

.mpb-1,
.mpy-1 {
  padding-bottom: 0.25rem !important;
}

.mpl-1,
.mpx-1 {
  padding-left: 0.25rem !important;
}

.mp-2 {
  padding: 0.5rem !important;
}

.mpt-2,
.mpy-2 {
  padding-top: 0.5rem !important;
}

.mpr-2,
.mpx-2 {
  padding-right: 0.5rem !important;
}

.mpb-2,
.mpy-2 {
  padding-bottom: 0.5rem !important;
}

.mpl-2,
.mpx-2 {
  padding-left: 0.5rem !important;
}

.mp-3 {
  padding: 1rem !important;
}

.mpt-3,
.mpy-3 {
  padding-top: 1rem !important;
}

.mpr-3,
.mpx-3 {
  padding-right: 1rem !important;
}

.mpb-3,
.mpy-3 {
  padding-bottom: 1rem !important;
}

.mpl-3,
.mpx-3 {
  padding-left: 1rem !important;
}

.mp-4 {
  padding: 1.5rem !important;
}

.mpt-4,
.mpy-4 {
  padding-top: 1.5rem !important;
}

.mpr-4,
.mpx-4 {
  padding-right: 1.5rem !important;
}

.mpb-4,
.mpy-4 {
  padding-bottom: 1.5rem !important;
}

.mpl-4,
.mpx-4 {
  padding-left: 1.5rem !important;
}

.mp-5 {
  padding: 3rem !important;
}

.mpt-5,
.mpy-5 {
  padding-top: 3rem !important;
}

.mpr-5,
.mpx-5 {
  padding-right: 3rem !important;
}

.mpb-5,
.mpy-5 {
  padding-bottom: 3rem !important;
}

.mpl-5,
.mpx-5 {
  padding-left: 3rem !important;
}

.mm-n1 {
  margin: -0.25rem !important;
}

.mmt-n1,
.mmy-n1 {
  margin-top: -0.25rem !important;
}

.mmr-n1,
.mmx-n1 {
  margin-right: -0.25rem !important;
}

.mmb-n1,
.mmy-n1 {
  margin-bottom: -0.25rem !important;
}

.mml-n1,
.mmx-n1 {
  margin-left: -0.25rem !important;
}

.mm-n2 {
  margin: -0.5rem !important;
}

.mmt-n2,
.mmy-n2 {
  margin-top: -0.5rem !important;
}

.mmr-n2,
.mmx-n2 {
  margin-right: -0.5rem !important;
}

.mmb-n2,
.mmy-n2 {
  margin-bottom: -0.5rem !important;
}

.mml-n2,
.mmx-n2 {
  margin-left: -0.5rem !important;
}

.mm-n3 {
  margin: -1rem !important;
}

.mmt-n3,
.mmy-n3 {
  margin-top: -1rem !important;
}

.mmr-n3,
.mmx-n3 {
  margin-right: -1rem !important;
}

.mmb-n3,
.mmy-n3 {
  margin-bottom: -1rem !important;
}

.mml-n3,
.mmx-n3 {
  margin-left: -1rem !important;
}

.mm-n4 {
  margin: -1.5rem !important;
}

.mmt-n4,
.mmy-n4 {
  margin-top: -1.5rem !important;
}

.mmr-n4,
.mmx-n4 {
  margin-right: -1.5rem !important;
}

.mmb-n4,
.mmy-n4 {
  margin-bottom: -1.5rem !important;
}

.mml-n4,
.mmx-n4 {
  margin-left: -1.5rem !important;
}

.mm-n5 {
  margin: -3rem !important;
}

.mmt-n5,
.mmy-n5 {
  margin-top: -3rem !important;
}

.mmr-n5,
.mmx-n5 {
  margin-right: -3rem !important;
}

.mmb-n5,
.mmy-n5 {
  margin-bottom: -3rem !important;
}

.mml-n5,
.mmx-n5 {
  margin-left: -3rem !important;
}

.mm-auto {
  margin: auto !important;
}

.mmt-auto,
.mmy-auto {
  margin-top: auto !important;
}

.mmr-auto,
.mmx-auto {
  margin-right: auto !important;
}

.mmb-auto,
.mmy-auto {
  margin-bottom: auto !important;
}

.mml-auto,
.mmx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .mm-sm-0 {
    margin: 0 !important;
  }

  .mmt-sm-0,
  .mmy-sm-0 {
    margin-top: 0 !important;
  }

  .mmr-sm-0,
  .mmx-sm-0 {
    margin-right: 0 !important;
  }

  .mmb-sm-0,
  .mmy-sm-0 {
    margin-bottom: 0 !important;
  }

  .mml-sm-0,
  .mmx-sm-0 {
    margin-left: 0 !important;
  }

  .mm-sm-1 {
    margin: 0.25rem !important;
  }

  .mmt-sm-1,
  .mmy-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mmr-sm-1,
  .mmx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mmb-sm-1,
  .mmy-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mml-sm-1,
  .mmx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mm-sm-2 {
    margin: 0.5rem !important;
  }

  .mmt-sm-2,
  .mmy-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mmr-sm-2,
  .mmx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mmb-sm-2,
  .mmy-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mml-sm-2,
  .mmx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mm-sm-3 {
    margin: 1rem !important;
  }

  .mmt-sm-3,
  .mmy-sm-3 {
    margin-top: 1rem !important;
  }

  .mmr-sm-3,
  .mmx-sm-3 {
    margin-right: 1rem !important;
  }

  .mmb-sm-3,
  .mmy-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mml-sm-3,
  .mmx-sm-3 {
    margin-left: 1rem !important;
  }

  .mm-sm-4 {
    margin: 1.5rem !important;
  }

  .mmt-sm-4,
  .mmy-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mmr-sm-4,
  .mmx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mmb-sm-4,
  .mmy-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mml-sm-4,
  .mmx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mm-sm-5 {
    margin: 3rem !important;
  }

  .mmt-sm-5,
  .mmy-sm-5 {
    margin-top: 3rem !important;
  }

  .mmr-sm-5,
  .mmx-sm-5 {
    margin-right: 3rem !important;
  }

  .mmb-sm-5,
  .mmy-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mml-sm-5,
  .mmx-sm-5 {
    margin-left: 3rem !important;
  }

  .mp-sm-0 {
    padding: 0 !important;
  }

  .mpt-sm-0,
  .mpy-sm-0 {
    padding-top: 0 !important;
  }

  .mpr-sm-0,
  .mpx-sm-0 {
    padding-right: 0 !important;
  }

  .mpb-sm-0,
  .mpy-sm-0 {
    padding-bottom: 0 !important;
  }

  .mpl-sm-0,
  .mpx-sm-0 {
    padding-left: 0 !important;
  }

  .mp-sm-1 {
    padding: 0.25rem !important;
  }

  .mpt-sm-1,
  .mpy-sm-1 {
    padding-top: 0.25rem !important;
  }

  .mpr-sm-1,
  .mpx-sm-1 {
    padding-right: 0.25rem !important;
  }

  .mpb-sm-1,
  .mpy-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .mpl-sm-1,
  .mpx-sm-1 {
    padding-left: 0.25rem !important;
  }

  .mp-sm-2 {
    padding: 0.5rem !important;
  }

  .mpt-sm-2,
  .mpy-sm-2 {
    padding-top: 0.5rem !important;
  }

  .mpr-sm-2,
  .mpx-sm-2 {
    padding-right: 0.5rem !important;
  }

  .mpb-sm-2,
  .mpy-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .mpl-sm-2,
  .mpx-sm-2 {
    padding-left: 0.5rem !important;
  }

  .mp-sm-3 {
    padding: 1rem !important;
  }

  .mpt-sm-3,
  .mpy-sm-3 {
    padding-top: 1rem !important;
  }

  .mpr-sm-3,
  .mpx-sm-3 {
    padding-right: 1rem !important;
  }

  .mpb-sm-3,
  .mpy-sm-3 {
    padding-bottom: 1rem !important;
  }

  .mpl-sm-3,
  .mpx-sm-3 {
    padding-left: 1rem !important;
  }

  .mp-sm-4 {
    padding: 1.5rem !important;
  }

  .mpt-sm-4,
  .mpy-sm-4 {
    padding-top: 1.5rem !important;
  }

  .mpr-sm-4,
  .mpx-sm-4 {
    padding-right: 1.5rem !important;
  }

  .mpb-sm-4,
  .mpy-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .mpl-sm-4,
  .mpx-sm-4 {
    padding-left: 1.5rem !important;
  }

  .mp-sm-5 {
    padding: 3rem !important;
  }

  .mpt-sm-5,
  .mpy-sm-5 {
    padding-top: 3rem !important;
  }

  .mpr-sm-5,
  .mpx-sm-5 {
    padding-right: 3rem !important;
  }

  .mpb-sm-5,
  .mpy-sm-5 {
    padding-bottom: 3rem !important;
  }

  .mpl-sm-5,
  .mpx-sm-5 {
    padding-left: 3rem !important;
  }

  .mm-sm-n1 {
    margin: -0.25rem !important;
  }

  .mmt-sm-n1,
  .mmy-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mmr-sm-n1,
  .mmx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mmb-sm-n1,
  .mmy-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mml-sm-n1,
  .mmx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .mm-sm-n2 {
    margin: -0.5rem !important;
  }

  .mmt-sm-n2,
  .mmy-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mmr-sm-n2,
  .mmx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mmb-sm-n2,
  .mmy-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mml-sm-n2,
  .mmx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .mm-sm-n3 {
    margin: -1rem !important;
  }

  .mmt-sm-n3,
  .mmy-sm-n3 {
    margin-top: -1rem !important;
  }

  .mmr-sm-n3,
  .mmx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mmb-sm-n3,
  .mmy-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .mml-sm-n3,
  .mmx-sm-n3 {
    margin-left: -1rem !important;
  }

  .mm-sm-n4 {
    margin: -1.5rem !important;
  }

  .mmt-sm-n4,
  .mmy-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mmr-sm-n4,
  .mmx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mmb-sm-n4,
  .mmy-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mml-sm-n4,
  .mmx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .mm-sm-n5 {
    margin: -3rem !important;
  }

  .mmt-sm-n5,
  .mmy-sm-n5 {
    margin-top: -3rem !important;
  }

  .mmr-sm-n5,
  .mmx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mmb-sm-n5,
  .mmy-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .mml-sm-n5,
  .mmx-sm-n5 {
    margin-left: -3rem !important;
  }

  .mm-sm-auto {
    margin: auto !important;
  }

  .mmt-sm-auto,
  .mmy-sm-auto {
    margin-top: auto !important;
  }

  .mmr-sm-auto,
  .mmx-sm-auto {
    margin-right: auto !important;
  }

  .mmb-sm-auto,
  .mmy-sm-auto {
    margin-bottom: auto !important;
  }

  .mml-sm-auto,
  .mmx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .mm-md-0 {
    margin: 0 !important;
  }

  .mmt-md-0,
  .mmy-md-0 {
    margin-top: 0 !important;
  }

  .mmr-md-0,
  .mmx-md-0 {
    margin-right: 0 !important;
  }

  .mmb-md-0,
  .mmy-md-0 {
    margin-bottom: 0 !important;
  }

  .mml-md-0,
  .mmx-md-0 {
    margin-left: 0 !important;
  }

  .mm-md-1 {
    margin: 0.25rem !important;
  }

  .mmt-md-1,
  .mmy-md-1 {
    margin-top: 0.25rem !important;
  }

  .mmr-md-1,
  .mmx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mmb-md-1,
  .mmy-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mml-md-1,
  .mmx-md-1 {
    margin-left: 0.25rem !important;
  }

  .mm-md-2 {
    margin: 0.5rem !important;
  }

  .mmt-md-2,
  .mmy-md-2 {
    margin-top: 0.5rem !important;
  }

  .mmr-md-2,
  .mmx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mmb-md-2,
  .mmy-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mml-md-2,
  .mmx-md-2 {
    margin-left: 0.5rem !important;
  }

  .mm-md-3 {
    margin: 1rem !important;
  }

  .mmt-md-3,
  .mmy-md-3 {
    margin-top: 1rem !important;
  }

  .mmr-md-3,
  .mmx-md-3 {
    margin-right: 1rem !important;
  }

  .mmb-md-3,
  .mmy-md-3 {
    margin-bottom: 1rem !important;
  }

  .mml-md-3,
  .mmx-md-3 {
    margin-left: 1rem !important;
  }

  .mm-md-4 {
    margin: 1.5rem !important;
  }

  .mmt-md-4,
  .mmy-md-4 {
    margin-top: 1.5rem !important;
  }

  .mmr-md-4,
  .mmx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mmb-md-4,
  .mmy-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mml-md-4,
  .mmx-md-4 {
    margin-left: 1.5rem !important;
  }

  .mm-md-5 {
    margin: 3rem !important;
  }

  .mmt-md-5,
  .mmy-md-5 {
    margin-top: 3rem !important;
  }

  .mmr-md-5,
  .mmx-md-5 {
    margin-right: 3rem !important;
  }

  .mmb-md-5,
  .mmy-md-5 {
    margin-bottom: 3rem !important;
  }

  .mml-md-5,
  .mmx-md-5 {
    margin-left: 3rem !important;
  }

  .mp-md-0 {
    padding: 0 !important;
  }

  .mpt-md-0,
  .mpy-md-0 {
    padding-top: 0 !important;
  }

  .mpr-md-0,
  .mpx-md-0 {
    padding-right: 0 !important;
  }

  .mpb-md-0,
  .mpy-md-0 {
    padding-bottom: 0 !important;
  }

  .mpl-md-0,
  .mpx-md-0 {
    padding-left: 0 !important;
  }

  .mp-md-1 {
    padding: 0.25rem !important;
  }

  .mpt-md-1,
  .mpy-md-1 {
    padding-top: 0.25rem !important;
  }

  .mpr-md-1,
  .mpx-md-1 {
    padding-right: 0.25rem !important;
  }

  .mpb-md-1,
  .mpy-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .mpl-md-1,
  .mpx-md-1 {
    padding-left: 0.25rem !important;
  }

  .mp-md-2 {
    padding: 0.5rem !important;
  }

  .mpt-md-2,
  .mpy-md-2 {
    padding-top: 0.5rem !important;
  }

  .mpr-md-2,
  .mpx-md-2 {
    padding-right: 0.5rem !important;
  }

  .mpb-md-2,
  .mpy-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .mpl-md-2,
  .mpx-md-2 {
    padding-left: 0.5rem !important;
  }

  .mp-md-3 {
    padding: 1rem !important;
  }

  .mpt-md-3,
  .mpy-md-3 {
    padding-top: 1rem !important;
  }

  .mpr-md-3,
  .mpx-md-3 {
    padding-right: 1rem !important;
  }

  .mpb-md-3,
  .mpy-md-3 {
    padding-bottom: 1rem !important;
  }

  .mpl-md-3,
  .mpx-md-3 {
    padding-left: 1rem !important;
  }

  .mp-md-4 {
    padding: 1.5rem !important;
  }

  .mpt-md-4,
  .mpy-md-4 {
    padding-top: 1.5rem !important;
  }

  .mpr-md-4,
  .mpx-md-4 {
    padding-right: 1.5rem !important;
  }

  .mpb-md-4,
  .mpy-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .mpl-md-4,
  .mpx-md-4 {
    padding-left: 1.5rem !important;
  }

  .mp-md-5 {
    padding: 3rem !important;
  }

  .mpt-md-5,
  .mpy-md-5 {
    padding-top: 3rem !important;
  }

  .mpr-md-5,
  .mpx-md-5 {
    padding-right: 3rem !important;
  }

  .mpb-md-5,
  .mpy-md-5 {
    padding-bottom: 3rem !important;
  }

  .mpl-md-5,
  .mpx-md-5 {
    padding-left: 3rem !important;
  }

  .mm-md-n1 {
    margin: -0.25rem !important;
  }

  .mmt-md-n1,
  .mmy-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mmr-md-n1,
  .mmx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mmb-md-n1,
  .mmy-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mml-md-n1,
  .mmx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .mm-md-n2 {
    margin: -0.5rem !important;
  }

  .mmt-md-n2,
  .mmy-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mmr-md-n2,
  .mmx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mmb-md-n2,
  .mmy-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mml-md-n2,
  .mmx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .mm-md-n3 {
    margin: -1rem !important;
  }

  .mmt-md-n3,
  .mmy-md-n3 {
    margin-top: -1rem !important;
  }

  .mmr-md-n3,
  .mmx-md-n3 {
    margin-right: -1rem !important;
  }

  .mmb-md-n3,
  .mmy-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mml-md-n3,
  .mmx-md-n3 {
    margin-left: -1rem !important;
  }

  .mm-md-n4 {
    margin: -1.5rem !important;
  }

  .mmt-md-n4,
  .mmy-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mmr-md-n4,
  .mmx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mmb-md-n4,
  .mmy-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mml-md-n4,
  .mmx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .mm-md-n5 {
    margin: -3rem !important;
  }

  .mmt-md-n5,
  .mmy-md-n5 {
    margin-top: -3rem !important;
  }

  .mmr-md-n5,
  .mmx-md-n5 {
    margin-right: -3rem !important;
  }

  .mmb-md-n5,
  .mmy-md-n5 {
    margin-bottom: -3rem !important;
  }

  .mml-md-n5,
  .mmx-md-n5 {
    margin-left: -3rem !important;
  }

  .mm-md-auto {
    margin: auto !important;
  }

  .mmt-md-auto,
  .mmy-md-auto {
    margin-top: auto !important;
  }

  .mmr-md-auto,
  .mmx-md-auto {
    margin-right: auto !important;
  }

  .mmb-md-auto,
  .mmy-md-auto {
    margin-bottom: auto !important;
  }

  .mml-md-auto,
  .mmx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .mm-lg-0 {
    margin: 0 !important;
  }

  .mmt-lg-0,
  .mmy-lg-0 {
    margin-top: 0 !important;
  }

  .mmr-lg-0,
  .mmx-lg-0 {
    margin-right: 0 !important;
  }

  .mmb-lg-0,
  .mmy-lg-0 {
    margin-bottom: 0 !important;
  }

  .mml-lg-0,
  .mmx-lg-0 {
    margin-left: 0 !important;
  }

  .mm-lg-1 {
    margin: 0.25rem !important;
  }

  .mmt-lg-1,
  .mmy-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mmr-lg-1,
  .mmx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mmb-lg-1,
  .mmy-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mml-lg-1,
  .mmx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mm-lg-2 {
    margin: 0.5rem !important;
  }

  .mmt-lg-2,
  .mmy-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mmr-lg-2,
  .mmx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mmb-lg-2,
  .mmy-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mml-lg-2,
  .mmx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mm-lg-3 {
    margin: 1rem !important;
  }

  .mmt-lg-3,
  .mmy-lg-3 {
    margin-top: 1rem !important;
  }

  .mmr-lg-3,
  .mmx-lg-3 {
    margin-right: 1rem !important;
  }

  .mmb-lg-3,
  .mmy-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mml-lg-3,
  .mmx-lg-3 {
    margin-left: 1rem !important;
  }

  .mm-lg-4 {
    margin: 1.5rem !important;
  }

  .mmt-lg-4,
  .mmy-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mmr-lg-4,
  .mmx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mmb-lg-4,
  .mmy-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mml-lg-4,
  .mmx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mm-lg-5 {
    margin: 3rem !important;
  }

  .mmt-lg-5,
  .mmy-lg-5 {
    margin-top: 3rem !important;
  }

  .mmr-lg-5,
  .mmx-lg-5 {
    margin-right: 3rem !important;
  }

  .mmb-lg-5,
  .mmy-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mml-lg-5,
  .mmx-lg-5 {
    margin-left: 3rem !important;
  }

  .mp-lg-0 {
    padding: 0 !important;
  }

  .mpt-lg-0,
  .mpy-lg-0 {
    padding-top: 0 !important;
  }

  .mpr-lg-0,
  .mpx-lg-0 {
    padding-right: 0 !important;
  }

  .mpb-lg-0,
  .mpy-lg-0 {
    padding-bottom: 0 !important;
  }

  .mpl-lg-0,
  .mpx-lg-0 {
    padding-left: 0 !important;
  }

  .mp-lg-1 {
    padding: 0.25rem !important;
  }

  .mpt-lg-1,
  .mpy-lg-1 {
    padding-top: 0.25rem !important;
  }

  .mpr-lg-1,
  .mpx-lg-1 {
    padding-right: 0.25rem !important;
  }

  .mpb-lg-1,
  .mpy-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .mpl-lg-1,
  .mpx-lg-1 {
    padding-left: 0.25rem !important;
  }

  .mp-lg-2 {
    padding: 0.5rem !important;
  }

  .mpt-lg-2,
  .mpy-lg-2 {
    padding-top: 0.5rem !important;
  }

  .mpr-lg-2,
  .mpx-lg-2 {
    padding-right: 0.5rem !important;
  }

  .mpb-lg-2,
  .mpy-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .mpl-lg-2,
  .mpx-lg-2 {
    padding-left: 0.5rem !important;
  }

  .mp-lg-3 {
    padding: 1rem !important;
  }

  .mpt-lg-3,
  .mpy-lg-3 {
    padding-top: 1rem !important;
  }

  .mpr-lg-3,
  .mpx-lg-3 {
    padding-right: 1rem !important;
  }

  .mpb-lg-3,
  .mpy-lg-3 {
    padding-bottom: 1rem !important;
  }

  .mpl-lg-3,
  .mpx-lg-3 {
    padding-left: 1rem !important;
  }

  .mp-lg-4 {
    padding: 1.5rem !important;
  }

  .mpt-lg-4,
  .mpy-lg-4 {
    padding-top: 1.5rem !important;
  }

  .mpr-lg-4,
  .mpx-lg-4 {
    padding-right: 1.5rem !important;
  }

  .mpb-lg-4,
  .mpy-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .mpl-lg-4,
  .mpx-lg-4 {
    padding-left: 1.5rem !important;
  }

  .mp-lg-5 {
    padding: 3rem !important;
  }

  .mpt-lg-5,
  .mpy-lg-5 {
    padding-top: 3rem !important;
  }

  .mpr-lg-5,
  .mpx-lg-5 {
    padding-right: 3rem !important;
  }

  .mpb-lg-5,
  .mpy-lg-5 {
    padding-bottom: 3rem !important;
  }

  .mpl-lg-5,
  .mpx-lg-5 {
    padding-left: 3rem !important;
  }

  .mm-lg-n1 {
    margin: -0.25rem !important;
  }

  .mmt-lg-n1,
  .mmy-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mmr-lg-n1,
  .mmx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mmb-lg-n1,
  .mmy-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mml-lg-n1,
  .mmx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .mm-lg-n2 {
    margin: -0.5rem !important;
  }

  .mmt-lg-n2,
  .mmy-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mmr-lg-n2,
  .mmx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mmb-lg-n2,
  .mmy-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mml-lg-n2,
  .mmx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .mm-lg-n3 {
    margin: -1rem !important;
  }

  .mmt-lg-n3,
  .mmy-lg-n3 {
    margin-top: -1rem !important;
  }

  .mmr-lg-n3,
  .mmx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mmb-lg-n3,
  .mmy-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mml-lg-n3,
  .mmx-lg-n3 {
    margin-left: -1rem !important;
  }

  .mm-lg-n4 {
    margin: -1.5rem !important;
  }

  .mmt-lg-n4,
  .mmy-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mmr-lg-n4,
  .mmx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mmb-lg-n4,
  .mmy-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mml-lg-n4,
  .mmx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .mm-lg-n5 {
    margin: -3rem !important;
  }

  .mmt-lg-n5,
  .mmy-lg-n5 {
    margin-top: -3rem !important;
  }

  .mmr-lg-n5,
  .mmx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mmb-lg-n5,
  .mmy-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .mml-lg-n5,
  .mmx-lg-n5 {
    margin-left: -3rem !important;
  }

  .mm-lg-auto {
    margin: auto !important;
  }

  .mmt-lg-auto,
  .mmy-lg-auto {
    margin-top: auto !important;
  }

  .mmr-lg-auto,
  .mmx-lg-auto {
    margin-right: auto !important;
  }

  .mmb-lg-auto,
  .mmy-lg-auto {
    margin-bottom: auto !important;
  }

  .mml-lg-auto,
  .mmx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .mm-xl-0 {
    margin: 0 !important;
  }

  .mmt-xl-0,
  .mmy-xl-0 {
    margin-top: 0 !important;
  }

  .mmr-xl-0,
  .mmx-xl-0 {
    margin-right: 0 !important;
  }

  .mmb-xl-0,
  .mmy-xl-0 {
    margin-bottom: 0 !important;
  }

  .mml-xl-0,
  .mmx-xl-0 {
    margin-left: 0 !important;
  }

  .mm-xl-1 {
    margin: 0.25rem !important;
  }

  .mmt-xl-1,
  .mmy-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mmr-xl-1,
  .mmx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mmb-xl-1,
  .mmy-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mml-xl-1,
  .mmx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mm-xl-2 {
    margin: 0.5rem !important;
  }

  .mmt-xl-2,
  .mmy-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mmr-xl-2,
  .mmx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mmb-xl-2,
  .mmy-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mml-xl-2,
  .mmx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mm-xl-3 {
    margin: 1rem !important;
  }

  .mmt-xl-3,
  .mmy-xl-3 {
    margin-top: 1rem !important;
  }

  .mmr-xl-3,
  .mmx-xl-3 {
    margin-right: 1rem !important;
  }

  .mmb-xl-3,
  .mmy-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mml-xl-3,
  .mmx-xl-3 {
    margin-left: 1rem !important;
  }

  .mm-xl-4 {
    margin: 1.5rem !important;
  }

  .mmt-xl-4,
  .mmy-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mmr-xl-4,
  .mmx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mmb-xl-4,
  .mmy-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mml-xl-4,
  .mmx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mm-xl-5 {
    margin: 3rem !important;
  }

  .mmt-xl-5,
  .mmy-xl-5 {
    margin-top: 3rem !important;
  }

  .mmr-xl-5,
  .mmx-xl-5 {
    margin-right: 3rem !important;
  }

  .mmb-xl-5,
  .mmy-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mml-xl-5,
  .mmx-xl-5 {
    margin-left: 3rem !important;
  }

  .mp-xl-0 {
    padding: 0 !important;
  }

  .mpt-xl-0,
  .mpy-xl-0 {
    padding-top: 0 !important;
  }

  .mpr-xl-0,
  .mpx-xl-0 {
    padding-right: 0 !important;
  }

  .mpb-xl-0,
  .mpy-xl-0 {
    padding-bottom: 0 !important;
  }

  .mpl-xl-0,
  .mpx-xl-0 {
    padding-left: 0 !important;
  }

  .mp-xl-1 {
    padding: 0.25rem !important;
  }

  .mpt-xl-1,
  .mpy-xl-1 {
    padding-top: 0.25rem !important;
  }

  .mpr-xl-1,
  .mpx-xl-1 {
    padding-right: 0.25rem !important;
  }

  .mpb-xl-1,
  .mpy-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .mpl-xl-1,
  .mpx-xl-1 {
    padding-left: 0.25rem !important;
  }

  .mp-xl-2 {
    padding: 0.5rem !important;
  }

  .mpt-xl-2,
  .mpy-xl-2 {
    padding-top: 0.5rem !important;
  }

  .mpr-xl-2,
  .mpx-xl-2 {
    padding-right: 0.5rem !important;
  }

  .mpb-xl-2,
  .mpy-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .mpl-xl-2,
  .mpx-xl-2 {
    padding-left: 0.5rem !important;
  }

  .mp-xl-3 {
    padding: 1rem !important;
  }

  .mpt-xl-3,
  .mpy-xl-3 {
    padding-top: 1rem !important;
  }

  .mpr-xl-3,
  .mpx-xl-3 {
    padding-right: 1rem !important;
  }

  .mpb-xl-3,
  .mpy-xl-3 {
    padding-bottom: 1rem !important;
  }

  .mpl-xl-3,
  .mpx-xl-3 {
    padding-left: 1rem !important;
  }

  .mp-xl-4 {
    padding: 1.5rem !important;
  }

  .mpt-xl-4,
  .mpy-xl-4 {
    padding-top: 1.5rem !important;
  }

  .mpr-xl-4,
  .mpx-xl-4 {
    padding-right: 1.5rem !important;
  }

  .mpb-xl-4,
  .mpy-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .mpl-xl-4,
  .mpx-xl-4 {
    padding-left: 1.5rem !important;
  }

  .mp-xl-5 {
    padding: 3rem !important;
  }

  .mpt-xl-5,
  .mpy-xl-5 {
    padding-top: 3rem !important;
  }

  .mpr-xl-5,
  .mpx-xl-5 {
    padding-right: 3rem !important;
  }

  .mpb-xl-5,
  .mpy-xl-5 {
    padding-bottom: 3rem !important;
  }

  .mpl-xl-5,
  .mpx-xl-5 {
    padding-left: 3rem !important;
  }

  .mm-xl-n1 {
    margin: -0.25rem !important;
  }

  .mmt-xl-n1,
  .mmy-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mmr-xl-n1,
  .mmx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mmb-xl-n1,
  .mmy-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mml-xl-n1,
  .mmx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .mm-xl-n2 {
    margin: -0.5rem !important;
  }

  .mmt-xl-n2,
  .mmy-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mmr-xl-n2,
  .mmx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mmb-xl-n2,
  .mmy-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mml-xl-n2,
  .mmx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .mm-xl-n3 {
    margin: -1rem !important;
  }

  .mmt-xl-n3,
  .mmy-xl-n3 {
    margin-top: -1rem !important;
  }

  .mmr-xl-n3,
  .mmx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mmb-xl-n3,
  .mmy-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mml-xl-n3,
  .mmx-xl-n3 {
    margin-left: -1rem !important;
  }

  .mm-xl-n4 {
    margin: -1.5rem !important;
  }

  .mmt-xl-n4,
  .mmy-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mmr-xl-n4,
  .mmx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mmb-xl-n4,
  .mmy-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mml-xl-n4,
  .mmx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .mm-xl-n5 {
    margin: -3rem !important;
  }

  .mmt-xl-n5,
  .mmy-xl-n5 {
    margin-top: -3rem !important;
  }

  .mmr-xl-n5,
  .mmx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mmb-xl-n5,
  .mmy-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .mml-xl-n5,
  .mmx-xl-n5 {
    margin-left: -3rem !important;
  }

  .mm-xl-auto {
    margin: auto !important;
  }

  .mmt-xl-auto,
  .mmy-xl-auto {
    margin-top: auto !important;
  }

  .mmr-xl-auto,
  .mmx-xl-auto {
    margin-right: auto !important;
  }

  .mmb-xl-auto,
  .mmy-xl-auto {
    margin-bottom: auto !important;
  }

  .mml-xl-auto,
  .mmx-xl-auto {
    margin-left: auto !important;
  }
}

.mtext-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.mtext-justify {
  text-align: justify !important;
}

.mtext-wrap {
  white-space: normal !important;
}

.mtext-nowrap {
  white-space: nowrap !important;
}

.mtext-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mtext-left {
  text-align: left !important;
}

.mtext-right {
  text-align: right !important;
}

.mtext-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .mtext-sm-left {
    text-align: left !important;
  }

  .mtext-sm-right {
    text-align: right !important;
  }

  .mtext-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .mtext-md-left {
    text-align: left !important;
  }

  .mtext-md-right {
    text-align: right !important;
  }

  .mtext-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .mtext-lg-left {
    text-align: left !important;
  }

  .mtext-lg-right {
    text-align: right !important;
  }

  .mtext-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .mtext-xl-left {
    text-align: left !important;
  }

  .mtext-xl-right {
    text-align: right !important;
  }

  .mtext-xl-center {
    text-align: center !important;
  }
}

.mtext-lowercase {
  text-transform: lowercase !important;
}

.mtext-uppercase {
  text-transform: uppercase !important;
}

.mtext-capitalize {
  text-transform: capitalize !important;
}

.mfont-weight-light {
  font-weight: 300 !important;
}

.mfont-weight-lighter {
  font-weight: lighter !important;
}

.mfont-weight-normal {
  font-weight: 400 !important;
}

.mfont-weight-bold {
  font-weight: 700 !important;
}

.mfont-weight-bolder {
  font-weight: bolder !important;
}

.mfont-italic {
  font-style: italic !important;
}

.mtext-white {
  color: #fff !important;
}

.mtext-primary {
  color: #007bff !important;
}

a.mtext-primary:hover,
a.mtext-primary:focus {
  color: #0056b3 !important;
}

.mtext-secondary {
  color: #6c757d !important;
}

a.mtext-secondary:hover,
a.mtext-secondary:focus {
  color: #494f54 !important;
}

.mtext-success {
  color: #28a745 !important;
}

a.mtext-success:hover,
a.mtext-success:focus {
  color: #19692c !important;
}

.mtext-info {
  color: #17a2b8 !important;
}

a.mtext-info:hover,
a.mtext-info:focus {
  color: #0f6674 !important;
}

.mtext-warning {
  color: #ffc107 !important;
}

a.mtext-warning:hover,
a.mtext-warning:focus {
  color: #ba8b00 !important;
}

.mtext-danger {
  color: #dc3545 !important;
}

a.mtext-danger:hover,
a.mtext-danger:focus {
  color: #a71d2a !important;
}

.mtext-light {
  color: #f8f9fa !important;
}

a.mtext-light:hover,
a.mtext-light:focus {
  color: #cbd3da !important;
}

.mtext-dark {
  color: #343a40 !important;
}

a.mtext-dark:hover,
a.mtext-dark:focus {
  color: #121416 !important;
}

.mtext-body {
  color: #212529 !important;
}

.mtext-muted {
  color: #6c757d !important;
}

.mtext-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.mtext-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.mtext-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.mtext-decoration-none {
  text-decoration: none !important;
}

.mtext-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.mtext-reset {
  color: inherit !important;
}

.mvisible {
  visibility: visible !important;
}

.minvisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.mbtn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .mcontainer {
    min-width: 992px !important;
  }

  .mnavbar {
    display: none;
  }

  .mbadge {
    border: 1px solid #000;
  }

  .mtable {
    border-collapse: collapse !important;
  }

  .mtable td,
  .mtable th {
    background-color: #fff !important;
  }

  .mtable-bordered th,
  .mtable-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .mtable-dark {
    color: inherit;
  }

  .mtable-dark th,
  .mtable-dark td,
  .mtable-dark thead th,
  .mtable-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .mtable .mthead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*! OneUIUX customstyle v1 (https://maxartkiller.com/) Copyright 2019 The maxartkiller Authors Licensed under premium purchase (https://maxartkiller.com/) */
/* 
[ Table of content ]
-------------------------------------
1. Basic 
2. loaders
3. header
4. footer
5. formelements
6. button
7. hero
8. content
9. icons
10. table
11. masonry
12. accordion
13. navbar
14. blogs
15. card
16. team
17. avatar
18. timeline
19. profile
20. color setting 
21. product cart 
22. rtl

=================================================
=================================================*/
/* basics hero */
html,
body {
  height: 100%;
}

body {
  font-family: 'Saira Condensed', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  background-color: #f7f7f7;
  color: #404040;
}

body a {
  color: #666666;
}

body.miframe {
  background-color: #fafafa;
}

.mtransition-05,
.mbackground,
.mfullscreen .mfullscreen-btn,
.mpageloader,
.mloader-logo,
.mloader-logo .mlogo,
.mloader-logo .mlogo-text,
.mnavbar-brand,
.mnavbar-brand .mlogo,
.mnavbar-brand .mlogo-text,
header,
header .mnavbar-collapse,
header .mnavbar-nav,
header .mnavbar-nav>.mnav-item,
header .mnavbar-nav>.mnav-item>.mnav-link,
header .mnavbar-nav>.mnav-item .mnav-item .mnav-link:before,
header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu .mdropdown-item:before,
.mdaterangepicker,
.mdefault-shadow,
.msuccess-shadow,
.mwarning-shadow,
.mdanger-shadow,
.mscrollup,
.mswiper-slide .mbackground,
.mswiper-container .mline-bullet-wrapper .mline-bullet:after,
.mslider-backgound-cicrle,
.mslider-backgound-cicrle-small,
.mswiper-auto .mswiper-slide>div,
.mservice-block,
.mservice-block .mborder-block,
.mnav-footer-vertical .mnav-item .mnav-link:after,
.mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet .mbusinessimage,
.msidebar.mreveal-sidebar+.mmain-container,
.mfooter-tabs,
.mblogs .mbackground,
.mblogs .moverlay-blog,
.mteam .mteam-overlay,
.mbtn.mcolorsettings,
.msidebar-right,
.maddtocartanimation,
.maddtocartanimation img,
.maddtocartanimation .mcountercartnumber {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
}

figure {
  margin-bottom: 0;
}

.mrow {
  margin-right: -10px;
  margin-left: -10px;
}

.mrow.mno-gutters {
  margin-right: 0px;
  margin-left: 0px;
}

.mcol-1,
.mcol-2,
.mcol-3,
.mcol-4,
.mcol-5,
.mcol-6,
.mcol-7,
.mcol-8,
.mcol-9,
.mcol-10,
.mcol-11,
.mcol-12,
.mcol,
.mcol-auto,
.mcol-sm-1,
.mcol-sm-2,
.mcol-sm-3,
.mcol-sm-4,
.mcol-sm-5,
.mcol-sm-6,
.mcol-sm-7,
.mcol-sm-8,
.mcol-sm-9,
.mcol-sm-10,
.mcol-sm-11,
.mcol-sm-12,
.mcol-sm,
.mcol-sm-auto,
.mcol-md-1,
.mcol-md-2,
.mcol-md-3,
.mcol-md-4,
.mcol-md-5,
.mcol-md-6,
.mcol-md-7,
.mcol-md-8,
.mcol-md-9,
.mcol-md-10,
.mcol-md-11,
.mcol-md-12,
.mcol-md,
.mcol-md-auto,
.mcol-lg-1,
.mcol-lg-2,
.mcol-lg-3,
.mcol-lg-4,
.mcol-lg-5,
.mcol-lg-6,
.mcol-lg-7,
.mcol-lg-8,
.mcol-lg-9,
.mcol-lg-10,
.mcol-lg-11,
.mcol-lg-12,
.mcol-lg,
.mcol-lg-auto,
.mcol-xl-1,
.mcol-xl-2,
.mcol-xl-3,
.mcol-xl-4,
.mcol-xl-5,
.mcol-xl-6,
.mcol-xl-7,
.mcol-xl-8,
.mcol-xl-9,
.mcol-xl-10,
.mcol-xl-11,
.mcol-xl-12,
.mcol-xl,
.mcol-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

.mbackground {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}

.mbackground+div {
  position: relative;
  z-index: 1;
}

.mbackground.mopac {
  opacity: 0.5;
}

.mbackground.mopac-20 {
  opacity: 0.2;
}

.mbackground.mfixed {
  background-attachment: fixed;
}

.mbackground.mbackground-h-80 {
  height: 80%;
}

.mbackground.mbackground-h-80.mbottom {
  top: auto;
  bottom: 0;
}

.mbackground.mbackground-h-75 {
  height: 75%;
}

.mbackground.mbackground-h-75.mbottom {
  top: auto;
  bottom: 0;
}

.mbackground.mbackground-h-65 {
  height: 65%;
}

.mbackground.mbackground-h-65.mbottom {
  top: auto;
  bottom: 0;
}

.mbackground.mbackground-h-50 {
  height: 50%;
}

.mbackground.mbackground-h-50.mbottom {
  top: auto;
  bottom: 0;
}

.mbackground.mbackground-w-65 {
  width: 65%;
}

.mbackground.mbackground-w-65.mright {
  left: auto;
  right: 0;
}

.mbackground.mbackground-w-75 {
  width: 75%;
}

.mbackground.mbackground-w-75.mright {
  left: auto;
  right: 0;
}

.mbackground.mbackground-w-45 {
  width: 45%;
  background-size: 100%;
}

.mbackground.mbackground-w-45.mright {
  left: auto;
  right: 0;
}

.mbackground.mbackground-w-55 {
  width: 55%;
  background-size: 100%;
}

.mbackground.mbackground-w-55.mright {
  left: auto;
  right: 0;
}

.mbackground.mbackground-w-50 {
  width: 50%;
}

.mbackground.mbackground-w-50.mright {
  left: auto;
  right: 0;
}

/* .mbackground:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
} */

.mbackground .mcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 0;
}

.mbackground .mcaption>a {
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 4px 6px;
  font-size: 12px;
}

.mbackground .mcaption>a img,
.mbackground .mcaption>a svg {
  height: 12px;
  width: auto;
  position: relative;
  vertical-align: middle;
  top: -2px;
  fill: white;
}

.mbackground .mcaption>a span {
  display: inline-block;
}

.mbackground .mcaption>a .mtext {
  padding: 2px 3px;
}

.mbackground .mcaption.mright {
  left: auto;
  right: 10px;
}

.mbackground.mcenter-right {
  background-position: center right;
}

.mbackground.mcenter-left {
  background-position: center left;
}

.mbackground.mbottom-left {
  background-position: bottom left;
}

.mbackground.mbottom-right {
  background-position: bottom right;
}

.mbackground.mbackground-h-100 {
  background-size: auto 102%;
}

.mbackground.mbackground-w-100 {
  background-size: 100% auto;
}

.mmain-demo-carousel {
  z-index: 10;
}

/* z index */
.mtoast {
  z-index: 1035;
}

.mtoast.mbottom-center {
  z-index: 1035;
}

.mz-0 {
  z-index: 0 !important;
}

.mz-1 {
  z-index: 1 !important;
}

.mz-10 {
  z-index: 10 !important;
}

/* fixed heights */
.mh-3 {
  height: 3px;
}

.mh-5 {
  height: 5px;
}

.mh-10 {
  height: 10px;
}

.mh-15 {
  height: 15px;
}

.mh-20 {
  height: 20px;
}

.mh-25px {
  height: 25px;
}

.mh-60 {
  height: 60px;
}

.mh-80 {
  height: 80px;
}

.mh-100px {
  height: 100px;
}

.mh-150 {
  height: 150px;
}

.mh-200 {
  height: 200px;
}

.mh-240 {
  height: 240px;
}

.mh-250 {
  height: 250px;
}

.mh-300 {
  height: 300px;
}

.mh-350 {
  height: 350px;
}

.mh-400 {
  height: 400px;
}

.mh-450 {
  height: 450px;
}

.mh-500 {
  height: 500px;
}

.mh-550 {
  height: 550px;
}

.mh-600 {
  height: 600px;
}

.mh-650 {
  height: 650px;
}

.mh-700 {
  height: 700px;
}

.mh-750 {
  height: 750px;
}

.mh-800 {
  height: 800px;
}

.mh-850 {
  height: 850px;
}

.mh-900 {
  height: 900px;
}

/* section with padding */
.msection-* {
  position: relative;
  overflow: hidden;
}

.msection-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.msection-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.msection-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.msection-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.msection-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.msection-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.msection-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* fixed width */
.mw-50px {
  max-width: 50px !important;
}

.mw-100px {
  width: 100px;
}

.mw-150 {
  width: 150px;
}

.mw-180 {
  width: 180px;
}

.mw-200 {
  width: 200px;
}

.mw-250 {
  width: 250px;
}

.mw-300 {
  width: 300px;
}

.mw-350 {
  width: 350px;
}

.mw-400 {
  width: 400px;
}

/* top nagative margin*/
.mtop-auto {
  margin-top: auto;
}

.mtop-15 {
  margin-top: -15px;
}

.mtop-20 {
  margin-top: -20px;
}

.mtop-25 {
  margin-top: -25px;
}

.mtop-30 {
  margin-top: -30px;
}

.mtop-35 {
  margin-top: -35px;
}

.mtop-40 {
  margin-top: -40px;
}

.mtop-45 {
  margin-top: -45px;
}

.mtop-50 {
  margin-top: -50px;
}

.mtop-55 {
  margin-top: -55px;
}

.mtop-60 {
  margin-top: -60px;
}

.mtop-65 {
  margin-top: -65px;
}

.mtop-70 {
  margin-top: -70px;
}

.mtop-75 {
  margin-top: -75px;
}

.mtop-80 {
  margin-top: -80px;
}

.mtop-85 {
  margin-top: -85px;
}

.mtop-90 {
  margin-top: -90px;
}

.mtop-95 {
  margin-top: -95px;
}

.mtop-100 {
  margin-top: -100px;
}

.mtop-150 {
  margin-top: -150px;
}

.mtop-170 {
  margin-top: -170px;
}

.mtop-100t {
  top: -100px;
}

.mtop-85t {
  top: -85px;
}

.mtop-200 {
  top: -200px;
}

/* bottom nagative margin*/
.mbottom-15 {
  margin-bottom: -15px;
}

.mbottom-20 {
  margin-bottom: -20px;
}

.mbottom-25 {
  margin-bottom: -25px;
}

.mbottom-30 {
  margin-bottom: -30px;
}

.mbottom-35 {
  margin-bottom: -35px;
}

.mbottom-40 {
  margin-bottom: -40px;
}

.mbottom-45 {
  margin-bottom: -45px;
}

.mbottom-50 {
  margin-bottom: -50px;
}

.mbottom-55 {
  margin-bottom: -55px;
}

.mbottom-60 {
  margin-bottom: -60px;
}

.mbottom-65 {
  margin-bottom: -65px;
}

.mbottom-70 {
  margin-bottom: -70px;
}

.mbottom-75 {
  margin-bottom: -75px;
}

.mbottom-80 {
  margin-bottom: -80px;
}

.mbottom-85 {
  margin-bottom: -85px;
}

.mbottom-90 {
  margin-bottom: -90px;
}

.mbottom-95 {
  margin-bottom: -95px;
}

.mbottom-100 {
  margin-bottom: -100px;
}

.mbottom-150 {
  margin-bottom: -150px;
}

.mbottom-200 {
  margin-bottom: -200px;
}

/* absolute  position */
.mbottom-left {
  position: absolute;
  bottom: 36px;
  left: 15px;
  z-index: 9;
}

.mbottom-right {
  position: absolute;
  bottom: 36px;
  right: 15px;
  z-index: 9;
}

.mbottom-center {
  position: absolute;
  bottom: 15px;
  right: 15px;
  left: 15px;
  margin: 0 auto;
  z-index: 9;
}

.mcenter-right {
  position: absolute;
  top: 0;
  bottom: 15px;
  right: 15px;
  left: auto;
  margin: 0 auto;
  z-index: 9;
  line-height: 100%;
  vertical-align: middle;
}

.mtop-right {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 9;
}

.mtop-left {
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 9;
}

/* vertical text */
.mvertical-text {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}

.mvm {
  vertical-align: middle;
}

.mstatus-dot {
  height: 6px;
  width: 6px;
  vertical-align: middle;
  border-radius: 6px;
  display: inline-block;
}

/* iframe full desktop tablets and mobile */
.miframeselements {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 4px solid #000000;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  box-sizing: initial;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  -ms-box-sizing: initial;
}

.miframeselements.mfull {
  width: 98%;
}

.miframeselements.mdesktop {
  width: 98%;
  max-width: 1280px;
}

.miframeselements.mdesktop2 {
  width: 98%;
  max-width: 1280px;
}

.miframeselements.mtablet {
  width: 98%;
  max-width: 1024px;
}

.miframeselements.mmobile {
  width: 98%;
  max-width: 375px;
}

.mui-rounded .miframeselements,
.mui-rounded .mcontent-box,
.mui-rounded .mnav.mnav-pills .mnav-link,
.mui-rounded .mfooter-tabs .mnav-tabs .mnav-item .mnav-link {
  border-radius: 22px;
}

.mui-rounded .mservice-block,
.mui-rounded .mservice-block .mborder-block {
  border-radius: 5px;
}

.mui-rounded .mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet {
  border-radius: 10px;
}

.mui-rounded .mcard {
  border-radius: 10px;
}

.mui-rounded .mcard .mcard-header:first-child {
  border-radius: 10px 10px 0 0;
}

.mui-rounded .mcard .mcard-footer:last-child {
  border-radius: 0 0 10px 10px;
}

.mui-rounded .mcolorselect,
.mui-rounded .mcolorselect2,
.mui-rounded .mcolorselect input[type="radio"]+label,
.mui-rounded .mcolorselect2 input[type="radio"]+label,
.mui-rounded .mselectoption,
.mui-rounded .mselectoption input[type="checkbox"]+label,
.mui-rounded .mnavbar-brand .mlogo,
.mui-rounded .mnavbar-brand .mlogo>span,
.mui-rounded .mavatar,
.mui-rounded .micons {
  border-radius: 50%;
}

/* opacity  */
.mopacity-5 {
  opacity: 0.05;
  z-index: 0;
}

.mopacity-10 {
  opacity: 0.1;
  z-index: 0;
}

.mopacity-20 {
  opacity: 0.2;
  z-index: 0;
}

.mopacity-30 {
  opacity: 0.3;
  z-index: 0;
}

.mopacity-40 {
  opacity: 0.4;
  z-index: 0;
}

.mopacity-60 {
  opacity: 0.6;
  z-index: 0;
}

.mopacity-70 {
  opacity: 0.7;
  z-index: 0;
}

.mopacity-80 {
  opacity: 0.8;
  z-index: 0;
}

.mopacity-90 {
  opacity: 0.9;
  z-index: 0;
}

/* font size */
b {
  font-weight: 600;
}

.mf-300 {
  font-size: 300px;
  margin-top: 0;
}

.mf-250 {
  font-size: 250px;
  margin-top: 0;
}

.mf-200 {
  font-size: 200px;
  margin-top: 0;
}

.mf-120 {
  font-size: 120px;
  margin-top: 0;
}

.mf-100 {
  font-size: 100px;
  margin-top: 0;
}

.mf-80 {
  font-size: 80px;
  margin-top: 0;
}

.mf-60 {
  font-size: 60px;
}

.mf-50 {
  font-size: 50px;
}

.mpage-subtitle {
  padding: 10px 0;
  line-height: 20px;
  vertical-align: middle;
  margin: 15px 0 5px 0;
}

.mpage-subtitle span {
  vertical-align: middle;
}

.mtext-mute {
  opacity: 0.6;
}

p:last-child {
  margin-bottom: 0;
}

/* border colors */
.mborder-left,
.mborder-right,
.mborder-top,
.mborder-bottom,
.mborder,
.mcard-header,
.mcard-footer,
.mmegamenu-sub-title {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

/* colors */
.mbg-dark {
  background-color: #000000 !important;
}

.mbg-teal {
  background-color: #16BDC4 !important;
}

.mbg-none {
  background-color: transparent !important;
}

.mbg-light-primary {
  background-color: rgba(132, 195, 255, 0.2);
  color: #84C3FF;
}

.mbg-light-success {
  background-color: rgba(40, 167, 69, 0.2);
  color: #28a745;
}

.mbg-light-danger {
  background-color: rgba(220, 53, 69, 0.2);
  color: #dc3545;
}

.mbg-light-warning {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}

.mbg-light-secondary {
  background-color: rgba(153, 153, 153, 0.2);
  color: #999999;
}

.mbg-default {
  background-color: #ffffff;
  color: #000000;
}

.mbg-default.mblur {
  background-color: rgba(247,247,247, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
}

.mbg-light-default {
  background-color: rgba(247,247,247, 0.2);
  color: #ffffff;
}

.mtext-default {
  color: #ffffff !important;
}

.mtext-white a {
  color: #fff;
}

.mbg-dark-blue {
  background-color: #122a73;
}

.mbg-dark-purple {
  background-color: #491879;
}

.mbg-maroon {
  background-color: #ad162b;
}

.mbg-dark-gray {
  background-color: #475861;
}

.mbg-dark-pink {
  background-color: #e92063;
}

.mbg-dark-brown {
  background-color: #795448;
}

.mbg-dark-green {
  background-color: #009688;
}

.mbg-red {
  background-color: #ffffff;
}

.mbg-pink {
  background-color: #e91e63;
}

.mbg-purple {
  background-color: #6121d2;
}

.mbg-blue {
  background-color: #143be0;
}

.mbg-teal {
  background-color: #00bcd4;
}

.mbg-skyblue {
  background-color: #0faff7;
}

.mbg-amber {
  background-color: #ffc107;
}

.mbg-gray {
  background-color: #607d8b;
}

.mbg-white {
  color: #333333 !important;
}

.mbg-slate {
  background-color: #22262b;
  color: #000000;
}

.mbg-grey a:not(.mbtn),
.mbg-default a:not(.mbtn),
.mbg-dark a:not(.mbtn),
.mbg-slate a:not(.mbtn) {
  color: rgba(255, 255, 255, 0.65);
}

.mbg-grey .mdropdown-menu,
.mbg-default .mdropdown-menu,
.mbg-dark .mdropdown-menu,
.mbg-slate .mdropdown-menu {
  color: #666666;
}

.mbg-grey .mdropdown-menu a,
.mbg-default .mdropdown-menu a,
.mbg-dark .mdropdown-menu a,
.mbg-slate .mdropdown-menu a {
  color: #666666;
}

.mbg-grey .mdropdown-menu .mdropdown-item.mactive,
.mbg-grey .mdropdown-menu .mdropdown-item:focus,
.mbg-grey .mdropdown-menu .mdropdown-item:active,
.mbg-default .mdropdown-menu .mdropdown-item.mactive,
.mbg-default .mdropdown-menu .mdropdown-item:focus,
.mbg-default .mdropdown-menu .mdropdown-item:active,
.mbg-dark .mdropdown-menu .mdropdown-item.mactive,
.mbg-dark .mdropdown-menu .mdropdown-item:focus,
.mbg-dark .mdropdown-menu .mdropdown-item:active,
.mbg-slate .mdropdown-menu .mdropdown-item.mactive,
.mbg-slate .mdropdown-menu .mdropdown-item:focus,
.mbg-slate .mdropdown-menu .mdropdown-item:active {
  color: #000000;
  background-color: #ffffff;
}

.mshadow-light {
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.045), 0 0.1rem 0.3rem rgba(0, 0, 0, 0.045) !important;
  -moz-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.075) !important;
  -ms-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.075) !important;
}

.mfullscreen {
  position: relative;
}

.mfullscreen.msection-150 {
  padding-top: 0px;
}

.mfullscreen .mfullscreen-btn {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.mfullscreen .mhover-text {
  display: none;
}

.mfullscreen .mclose-demolive-wrapper {
  display: none;
  margin-top: 10px;
  z-index: 13;
}

.mfullscreen.mactive {
  position: fixed;
  padding: 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
}

.mfullscreen.mactive .mfullscreen-btn {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  margin-top: 10px;
}

.mfullscreen.mactive .mdemolive-wraper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px 20px 30px 20px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 12;
  display: none;
}

.mfullscreen.mactive .mhover-text {
  display: block;
  margin: 0 auto;
}

.mjqstooltip {
  visibility: hidden;
}

.msparkline {
  position: relative;
}

@media screen and (min-width: 1380px) {
  .mcol-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .mcontainer {
    max-width: 1300px;
  }
}

@media screen and (min-width: 1680px) {
  .mcontainer {
    max-width: 1620px;
  }
}

@media screen and (max-width: 1280px) {

  /* font size */
  .mf-120 {
    font-size: 90px;
  }

  .mf-80 {
    font-size: 70px;
  }

  .mf-60 {
    font-size: 40px;
  }

  .mf-250 {
    font-size: 200px;
    margin-top: 0;
  }

  .mbottom-100 {
    margin-bottom: -80px;
  }

  .mf-200 {
    font-size: 180px;
  }
}

@media screen and (max-width: 1024px) {

  /* font size */
  .mf-120 {
    font-size: 70px;
  }

  .mf-80 {
    font-size: 60px;
  }

  .mf-60 {
    font-size: 35px;
  }

  .mf-250 {
    font-size: 130px;
    margin-top: 0;
  }

  .mbottom-100 {
    margin-bottom: -50px;
  }

  .msection-150 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .msection-100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .mf-200 {
    font-size: 150px;
  }
}

@media screen and (max-width: 763px) {

  /* font size */
  .mf-120 {
    font-size: 50px;
  }

  .mf-80 {
    font-size: 50px;
  }

  .mf-60 {
    font-size: 30px;
  }

  .mf-250 {
    font-size: 100px;
    margin-top: 0;
  }

  .mbottom-100 {
    margin-bottom: -50px;
  }

  .mbackground.mbackground-w-45 {
    width: 100%;
    background-size: 100%;
  }

  .mbackground.mbackground-w-55 {
    width: 100%;
    background-size: 80%;
    background-position: center 100px;
  }

  .mbackground.mbackground-w-55.mright {
    left: auto;
    right: 0;
  }

  .msection-150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .msection-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mf-200 {
    font-size: 100px;
  }
}

@media screen and (max-width: 640px) {
  .mf-200 {
    font-size: 70px;
  }

  .mf-250 {
    font-size: 80px;
    margin-top: 0;
  }
}

/* Chrome safari scrollbar */
.mscroll-y {
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(247,247,247, 0.5);
}

::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #000000;
}

.mpageloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  background-color: #ffffff;
  color: #000000;
}

.mloader-logo .mlogo {
  background-color: #fefefe;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 50px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  color: #000000;
  vertical-align: middle;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.mloader-logo .mlogo .mloader-roller {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
}

.mloader-logo .mlogo .mloader-roller div:after {
  width: 5px;
  height: 5px;
  /* background: rgba(255, 255, 255, 0.6); */
}

.mloader-logo .mlogo>span {
  position: absolute;
  top: 0;
  line-height: 25px;
  vertical-align: middle;
  left: auto;
  right: -5px;
  margin: 0 auto;
  font-size: 12px;
  border-radius: 15px;
  width: 24px;
  background-color: #000000;
  color: #ffffff;
}

.mloader-logo .mlogo>span:nth-child(2) {
  position: absolute;
  top: 0;
  line-height: 25px;
  vertical-align: middle;
  left: auto;
  right: -5px;
  margin: 0 auto;
  font-size: 12px;
  border-radius: 15px;
  width: 24px;
  background-color: #000000;
  color: #ffffff;
  animation: opacityhide 5s infinite linear;
  -webkit-animation: opacityhide 5s infinite linear;
  -moz-animation: opacityhide 5s infinite linear;
  -ms-animation: opacityhide 5s infinite linear;
}

.mloader-logo .mlogo-text {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
  margin: -4px 0 0 0;
  font-weight: 400;
}

.mloader-logo .mlogo-text span {
  font-size: 40px;
  line-height: 1;
  display: block;
}

.mloader-logo .mlogo-text small {
  font-size: 20px;
  line-height: 1;
  opacity: 0.6;
}

.mloader-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.mloader-roller div {
  animation: loader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-animation: loader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -moz-animation: loader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -ms-animation: loader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.mloader-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  margin: -4px 0 0 -4px;
}

.mloader-roller div:nth-child(1) {
  animation-delay: -0.036s;
  -webkit-animation-delay: -0.036s;
  -moz-animation-delay: -0.036s;
  -ms-animation-delay: -0.036s;
}

.mloader-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.mloader-roller div:nth-child(2) {
  animation-delay: -0.072s;
  -webkit-animation-delay: -0.072s;
  -moz-animation-delay: -0.072s;
  -ms-animation-delay: -0.072s;
}

.mloader-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.mloader-roller div:nth-child(3) {
  animation-delay: -0.108s;
  -webkit-animation-delay: -0.108s;
  -moz-animation-delay: -0.108s;
  -ms-animation-delay: -0.108s;
}

.mloader-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.mloader-roller div:nth-child(4) {
  animation-delay: -0.144s;
  -webkit-animation-delay: -0.144s;
  -moz-animation-delay: -0.144s;
  -ms-animation-delay: -0.144s;
}

.mloader-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.mloader-roller div:nth-child(5) {
  animation-delay: -0.18s;
  -webkit-animation-delay: -0.18s;
  -moz-animation-delay: -0.18s;
  -ms-animation-delay: -0.18s;
}

.mloader-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.mloader-roller div:nth-child(6) {
  animation-delay: -0.216s;
  -webkit-animation-delay: -0.216s;
  -moz-animation-delay: -0.216s;
  -ms-animation-delay: -0.216s;
}

.mloader-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.mloader-roller div:nth-child(7) {
  animation-delay: -0.252s;
  -webkit-animation-delay: -0.252s;
  -moz-animation-delay: -0.252s;
  -ms-animation-delay: -0.252s;
}

.mloader-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.mloader-roller div:nth-child(8) {
  animation-delay: -0.288s;
  -webkit-animation-delay: -0.288s;
  -moz-animation-delay: -0.288s;
  -ms-animation-delay: -0.288s;
}

.mloader-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes loader-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-roller {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes loader-roller {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes loader-roller {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

.mloader-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.mloader-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.mloader-ellipsis div:nth-child(1) {
  left: 8px;
  animation: loader-ellipsis1 0.6s infinite;
}

.mloader-ellipsis div:nth-child(2) {
  left: 8px;
  animation: loader-ellipsis2 0.6s infinite;
}

.mloader-ellipsis div:nth-child(3) {
  left: 32px;
  animation: loader-ellipsis2 0.6s infinite;
}

.mloader-ellipsis div:nth-child(4) {
  left: 56px;
  animation: loader-ellipsis3 0.6s infinite;
}

.mloader-ellipsis.msmall {
  width: 50px;
  height: 40px;
}

.mloader-ellipsis.msmall div {
  background: #ffffff;
  width: 10px;
  height: 10px;
  top: 15px;
}

.mloader-ellipsis.msmall div:nth-child(1) {
  left: 0px;
}

.mloader-ellipsis.msmall div:nth-child(2) {
  left: -8px;
}

.mloader-ellipsis.msmall div:nth-child(3) {
  left: 6px;
}

.mloader-ellipsis.msmall div:nth-child(4) {
  left: 30px;
}

@keyframes loader-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes loader-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes loader-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.mloader-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.mloader-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ffffff transparent transparent transparent;
}

.mloader-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.mloader-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.mloader-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.mloader-ring.msmall {
  height: 30px;
  width: 30px;
}

.mloader-ring.msmall div {
  height: 30px;
  width: 30px;
  margin: 0px;
}

@keyframes loader-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* header */
.mnavbar-brand {
  margin-right: 0px;
}

.mnavbar-brand .mlogo {
  background-color: #ffffff;
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 6px;
  display: inline-block;
  color: #000000;
  vertical-align: middle;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.mnavbar-brand .mlogo>span {
  position: absolute;
  top: -3px;
  line-height: 18px;
  vertical-align: middle;
  left: auto;
  right: -6px;
  margin: 0 auto;
  font-size: 9px;
  border-radius: 4px;
  width: 18px;
  background-color: #000000;
  color: #ffffff;
}

.mnavbar-brand .mlogo>span:nth-child(2) {
  animation: opacityhide 5s infinite linear;
  -webkit-animation: opacityhide 5s infinite linear;
  -moz-animation: opacityhide 5s infinite linear;
  -ms-animation: opacityhide 5s infinite linear;
}

.mnavbar-brand .mlogo-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  margin: -2px 0 0 0;
  font-weight: 400;
}

.mnavbar-brand .mlogo-text span {
  font-size: 20px;
  line-height: 1;
  display: block;
}

.mnavbar-brand .mlogo-text small {
  font-size: 12px;
  line-height: 1;
  color: #919191;
}

header {
  width: 100%;
}

header a:not(.mbtn),
header .mbtn-link {
  color: #444444;
  text-decoration: none;
}

header a:not(.mbtn):hover,
header a:not(.mbtn):focus,
header .mbtn-link:hover,
header .mbtn-link:focus {
  color: #2b2b2b;
  text-decoration: none;
}

header .mnavbar {
  padding-top: calc(0.5rem + env(safe-area-inset-top));
}

header .mnavbar-toggler:first-child {
  margin-left: -15px;
}

header .mnavbar-toggler:last-child {
  margin-right: -15px;
}

header .mnavbar-collapse .mnavbar-brand {
  display: none;
}

header .mnavbar-nav>.mnav-item {
  padding: 0;
  margin: 0 5px;
}

header .mnavbar-nav>.mnav-item>.mnav-link {
  padding: 10px 15px;
  position: relative;
}

header .mnavbar-nav>.mnav-item.mactive>.mnav-link:before,
header .mnavbar-nav>.mnav-item:hover>.mnav-link:before {
  content: "";
  height: 3px;
  width: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #ffffff;
}

header .mnavbar-nav>.mnav-item.mactive>.mnav-link.mdropdown-toggle:before,
header .mnavbar-nav>.mnav-item:hover>.mnav-link.mdropdown-toggle:before {
  margin: 0 auto 0 calc(50% - 20px);
}

header .mnavbar-nav>.mnav-item.mactive>.mnav-link .micon,
header .mnavbar-nav>.mnav-item:hover>.mnav-link .micon {
  color: #ffffff;
}

header .mnavbar-nav>.mnav-item:hover>.mnav-link:before {
  opacity: 0.4;
}

header .mnavbar-nav>.mnav-item .mnav-item {
  padding: 0 20px;
}

header .mnavbar-nav>.mnav-item .mnav-item .mnav-link {
  padding: 10px 20px;
  line-height: 26px;
  border-radius: 4px;
  min-width: 200px;
  position: relative;
}

header .mnavbar-nav>.mnav-item .mnav-item .mnav-link:before {
  content: "";
  height: 1px;
  width: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background-color: #ffffff;
}

header .mnavbar-nav>.mnav-item .mnav-item .mnav-link.mdropdown-toggle:after {
  font-family: 'ElegantIcons';
  content: '\35';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  border: 0;
  margin-top: 2px;
  float: right;
  vertical-align: middle;
}

header .mnavbar-nav>.mnav-item .mnav-item:hover>.mnav-link {
  background-color: rgba(247,247,247, 0.05);
}

header .mnavbar-nav>.mnav-item .mnav-item:hover>.mnav-link:before {
  width: 100%;
}

header .mnavbar-nav>.mnav-item.mdropdown.mshow>.mnav-link:before,
header .mnavbar-nav>.mnav-item.mdropdown.mshow>.mdropdown-toggle:before {
  content: "";
  height: 3px;
  width: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #ffffff;
  margin: 0 auto 0 calc(50% - 20px);
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu {
  margin: 1.3rem 0 0;
  border: 0;
  box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu:not(.mmultilevel) {
  padding: 20px;
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu .mdropdown-item {
  padding: 10px 20px;
  line-height: 26px;
  border-radius: 4px;
  min-width: 180px;
  position: relative;
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu .mdropdown-item p {
  line-height: 1.4;
  font-size: 14px;
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu .mdropdown-item:before {
  content: "";
  height: 1px;
  width: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  background-color: #ffffff;
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu .mdropdown-item:hover,
header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu .mdropdown-item:focus {
  background-color: rgba(247,247,247, 0.05);
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu .mdropdown-item:hover:before,
header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu .mdropdown-item:focus:before {
  width: 100%;
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu .mdropdown-item.mactive,
header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu .mdropdown-item:active {
  background-color: #ffffff;
  color: #000000;
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu p {
  line-height: 1.4;
  font-size: 14px;
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu>.mdropdown>.mdropdown-menu {
  margin-top: 0;
  margin-left: 100%;
  padding: 20px;
  z-index: 0;
  top: 0;
  border: 0;
  margin-top: -20px;
  box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 9px 10px rgba(0, 0, 0, 0.1);
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu>.mdropdown:hover>.mdropdown-menu {
  display: block;
}

header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu.mtwo-column {
  width: 440px;
}

header.mactive .mnavbar {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
}

header .msearch {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 12px 15px;
  display: none;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
}

header .msearch>.mbtn {
  position: absolute;
  top: 9px;
  right: 15px;
  z-index: 1;
}

header.mheader-white,
header.mheader-fill {
  color: #000000;
}

header.mheader-white .mnavbar,
header.mheader-white a:not(.mbtn),
header.mheader-white .mbtn-link,
header.mheader-white .mbtn.mnavbar-toggler,
header.mheader-white .mform-control,
header.mheader-fill .mnavbar,
header.mheader-fill a:not(.mbtn),
header.mheader-fill .mbtn-link,
header.mheader-fill .mbtn.mnavbar-toggler,
header.mheader-fill .mform-control {
  color: #000000;
}

header.mheader-white .mform-control,
header.mheader-fill .mform-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.65);
}

header.mheader-white .mform-control::placeholder,
header.mheader-fill .mform-control::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

header.mheader-white .mnavbar-brand .mlogo,
header.mheader-fill .mnavbar-brand .mlogo {
  background-color: #fefefe;
}

header.mheader-white .mnavbar-brand .mlogo-text small,
header.mheader-fill .mnavbar-brand .mlogo-text small {
  color: rgba(255, 255, 255, 0.65);
}

header.mheader-white .mnavbar-expand-all .mnavbar-collapse,
header.mheader-fill .mnavbar-expand-all .mnavbar-collapse {
  background-color: #000000;
}

header.mheader-white .mdropdown-menu,
header.mheader-fill .mdropdown-menu {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: saturate(125%) blur(10px);
  -moz-backdrop-filter: saturate(125%) blur(10px);
  -ms-backdrop-filter: saturate(125%) blur(10px);
  backdrop-filter: saturate(125%) blur(10px);
  color: #000000;
}

header.mheader-white .mlist-group-item,
header.mheader-fill .mlist-group-item {
  background-color: transparent;
}

header.mheader-white .mnav-item.mactive .mnav-link,
header.mheader-white .mnav-item:hover .mnav-link,
header.mheader-fill .mnav-item.mactive .mnav-link,
header.mheader-fill .mnav-item:hover .mnav-link {
  color: #000000;
}

header.mheader-white .mnav-item.mactive .mnav-link .micon,
header.mheader-white .mnav-item:hover .mnav-link .micon,
header.mheader-fill .mnav-item.mactive .mnav-link .micon,
header.mheader-fill .mnav-item:hover .mnav-link .micon {
  color: #000000;
}

header.mheader-white .mnav-item.mactive .mnav-link:before,
header.mheader-white .mnav-item:hover .mnav-link:before,
header.mheader-fill .mnav-item.mactive .mnav-link:before,
header.mheader-fill .mnav-item:hover .mnav-link:before {
  background-color: #000000;
}

header.mheader-white .mbtn-default,
header.mheader-white .mselectoption input[type="checkbox"]:checked+label,
.mselectoption header.mheader-white input[type="checkbox"]:checked+label,
header.mheader-fill .mbtn-default,
header.mheader-fill .mselectoption input[type="checkbox"]:checked+label,
.mselectoption header.mheader-fill input[type="checkbox"]:checked+label {
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

header.mheader-white.mactive .mnavbar,
header.mheader-white.mheader-fill .mnavbar,
header.mheader-fill.mactive .mnavbar,
header.mheader-fill.mheader-fill .mnavbar {
  background-color: rgba(247,247,247, 0.85);
}

header.mheader-white.mactive .mnavbar,
header.mheader-white.mactive a:not(.mbtn),
header.mheader-white.mactive .mbtn-link,
header.mheader-white.mactive .mbtn.mnavbar-toggler,
header.mheader-white.mactive .mform-control,
header.mheader-white.mheader-fill .mnavbar,
header.mheader-white.mheader-fill a:not(.mbtn),
header.mheader-white.mheader-fill .mbtn-link,
header.mheader-white.mheader-fill .mbtn.mnavbar-toggler,
header.mheader-white.mheader-fill .mform-control,
header.mheader-fill.mactive .mnavbar,
header.mheader-fill.mactive a:not(.mbtn),
header.mheader-fill.mactive .mbtn-link,
header.mheader-fill.mactive .mbtn.mnavbar-toggler,
header.mheader-fill.mactive .mform-control,
header.mheader-fill.mheader-fill .mnavbar,
header.mheader-fill.mheader-fill a:not(.mbtn),
header.mheader-fill.mheader-fill .mbtn-link,
header.mheader-fill.mheader-fill .mbtn.mnavbar-toggler,
header.mheader-fill.mheader-fill .mform-control {
  color: #000000;
}

header.mheader-white.mactive .mform-control,
header.mheader-white.mheader-fill .mform-control,
header.mheader-fill.mactive .mform-control,
header.mheader-fill.mheader-fill .mform-control {
  background-color: rgba(247,247,247, 0.35);
  border-color: rgba(247,247,247, 0.4);
}

header.mheader-white.mactive .mform-control::placeholder,
header.mheader-white.mheader-fill .mform-control::placeholder,
header.mheader-fill.mactive .mform-control::placeholder,
header.mheader-fill.mheader-fill .mform-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header.mheader-white.mactive .mnavbar-brand .mlogo,
header.mheader-white.mheader-fill .mnavbar-brand .mlogo,
header.mheader-fill.mactive .mnavbar-brand .mlogo,
header.mheader-fill.mheader-fill .mnavbar-brand .mlogo {
  background-color: #000000;
  color: #ffffff;
}

header.mheader-white.mactive .mnavbar-brand .mlogo-text small,
header.mheader-white.mheader-fill .mnavbar-brand .mlogo-text small,
header.mheader-fill.mactive .mnavbar-brand .mlogo-text small,
header.mheader-fill.mheader-fill .mnavbar-brand .mlogo-text small {
  color: rgba(255, 255, 255, 0.65);
}

header.mheader-white.mactive .mnavbar-expand-all .mnavbar-collapse,
header.mheader-white.mheader-fill .mnavbar-expand-all .mnavbar-collapse,
header.mheader-fill.mactive .mnavbar-expand-all .mnavbar-collapse,
header.mheader-fill.mheader-fill .mnavbar-expand-all .mnavbar-collapse {
  background-color: #ffffff;
}

header.mheader-white.mactive .mdropdown-menu,
header.mheader-white.mheader-fill .mdropdown-menu,
header.mheader-fill.mactive .mdropdown-menu,
header.mheader-fill.mheader-fill .mdropdown-menu {
  background-color: rgba(247,247,247, 0.9);
  -webkit-backdrop-filter: saturate(125%) blur(10px);
  -moz-backdrop-filter: saturate(125%) blur(10px);
  -ms-backdrop-filter: saturate(125%) blur(10px);
  backdrop-filter: saturate(125%) blur(10px);
  color: #000000;
}

header.mheader-white.mactive .mlist-group-item,
header.mheader-white.mheader-fill .mlist-group-item,
header.mheader-fill.mactive .mlist-group-item,
header.mheader-fill.mheader-fill .mlist-group-item {
  background-color: transparent;
}

header.mborder-bottom {
  border: 0 !important;
}

header.mborder-bottom .mnavbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

header.mborder-bottom.mheader-white .mnavbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

@keyframes opacityhide {
  0% {
    opacity: 1;
  }

  48% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-keyframe-keyframes opacityhide {
  0% {
    opacity: 1;
  }

  48% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes opacityhide {
  0% {
    opacity: 1;
  }

  48% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes opacityhide {
  0% {
    opacity: 1;
  }

  48% {
    opacity: 1;
  }

  49% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* footer */
.mfooter {
  background-color: #F7F7F7;
  color: #919191;
}

.mfooter .mbtn-link {
  font-weight: 400;
  color: #444444;
}

.mfooter.mfooter-dark {
  background-color: #222222;
  color: rgba(255, 255, 255, 0.8);
}

.mfooter.mfooter-dark a,
.mfooter.mfooter-dark .mbtn-link {
  color: #000000;
}

/* form elements */
.mdropdown-toggle:after {
  font-family: 'ElegantIcons';
  content: '\33';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  border: 0;
}

.mbtn:focus,
.mform-control:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
}

.mui-rounded .mform-control {
  border-radius: 50px;
}

.mui-rounded textarea.mform-control {
  border-radius: 20px;
}

.mform-control {
  border-color: #e3e3e3;
}

.mform-control.mform-control-lg {
  height: calc(1.875em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1rem;
}

.mform-control.mform-control-lg.mf-50 {
  font-size: 50px;
}

.mform-control.mform-control-lg.mf-30 {
  font-size: 30px;
}

.mform-control.mtext-white::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.mno-caret:after {
  display: none;
}

.mswitch-wrap {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.15);
  width: 60px;
  height: 30px;
  border-radius: 15px;
}

.mswitch-wrap input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.mswitch-wrap .mswitch {
  height: 100%;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  position: relative;
  width: 100%;
  border-radius: 15px;
}

.mswitch-wrap .mswitch::after {
  content: '';
  border-radius: 50%;
  background: #ccc;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  position: absolute;
  left: 2px;
  top: 2px;
  height: 26px;
  width: 26px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.mswitch-wrap.mswitch-success input:checked+.mswitch {
  background-color: #28a745;
}

.mswitch-wrap.mswitch-info input:checked+.mswitch {
  background-color: #17a2b8;
}

.mswitch-wrap.mswitch-danger input:checked+.mswitch {
  background-color: #dc3545;
}

.mswitch-wrap.mswitch-primary input:checked+.mswitch {
  background-color: #84C3FF;
}

.mswitch-wrap.mswitch-warning input:checked+.mswitch {
  background-color: #ffc107;
}

.mswitch-wrap input:checked+.mswitch::after {
  background-color: #fff;
  left: 32px;
}

.mcustom-control-input.mswitch-success:checked+.mcustom-control-label:before {
  background-color: #28a745;
  border-color: #28a745;
}

.mcustom-control-input.mswitch-info:checked+.mcustom-control-label:before {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.mcustom-control-input.mswitch-danger:checked+.mcustom-control-label:before {
  background-color: #dc3545;
  border-color: #dc3545;
}

.mcustom-control-input.mswitch-primary:checked+.mcustom-control-label:before {
  background-color: #84C3FF;
  border-color: #84C3FF;
}

.mcustom-control-input.mswitch-warning:checked+.mcustom-control-label:before {
  background-color: #ffc107;
  border-color: #ffc107;
}

.mdaterangepicker {
  color: #000;
  font-size: 0.9em;
  font-weight: 300;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.mdaterangepicker td.min-range {
  background-color: rgba(247,247,247, 0.1);
}

.mdaterangepicker td.mactive,
.mdaterangepicker td.mactive:hover {
  background-color: #ffffff;
  border-color: transparent;
  color: #000000;
}

.mdaterangepicker .mdrp-calendar.mright {
  padding: 5px 10px 10px 10px;
}

.mdaterangepicker .mdrp-calendar.mleft {
  padding: 5px 10px 10px 10px;
}

.mdaterangepicker .mdrp-buttons {
  padding: 15px;
}

.mdaterangepicker .mdrp-buttons .mbtn {
  font-size: 1em;
  font-weight: 400;
  padding: 5px 20px;
}

.mdaterangepicker .mdrp-buttons .mbtn.mcancelBtn {
  border: 1px solid #dddddd;
}

.mdaterangepicker .mcalendar-table {
  border: 0;
  background-color: transparent;
}

.mdaterangepicker .mcalendar-table th,
.mdaterangepicker .mcalendar-table td {
  font-weight: 300;
  height: 34px;
}

.mdaterangepicker .mcalendar-table thead tr th {
  height: 30px;
  color: #ffffff;
}

.mdaterangepicker .mcalendar-table thead tr:nth-child(2) th {
  height: 40px;
  color: #ffffff;
  padding-bottom: 10px;
}

.mdaterangepicker .mcalendar-table .mnext:hover,
.mdaterangepicker .mcalendar-table .mprev:hover {
  background: rgba(247,247,247, 0.2);
}

.mdaterangepicker .mcalendar-table .mnext span,
.mdaterangepicker .mcalendar-table .mprev span {
  border-color: #ffffff;
}

.mdaterangepicker .mdrp-selected {
  opacity: 0.5;
}

.mdaterangepicker .mbackground {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.mdaterangepicker .mranges {
  margin: 0;
  background-color: #000000;
  border-radius: 5px;
  overflow: hidden;
}

.mdaterangepicker .mranges li {
  padding: 1em 1.5em;
  font-size: 1em;
}

.mdaterangepicker .mranges li:hover,
.mdaterangepicker .mranges li:focus {
  background-color: rgba(247,247,247, 0.1);
}

.mdaterangepicker .mranges li.mactive {
  background-color: #ffffff;
  border-color: transparent;
  color: #000000;
}

.mcal-icon {
  margin-top: 4px;
  margin-left: 10px;
  color: #ffffff;
}

.mfc-event {
  padding: 5px 10px;
  line-height: 18px;
  font-size: 15px;
  background-color: #ffffff;
  border-color: transparent;
  color: #000000 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.mfc-button:not(:disabled),
.mfc-event.mfc-draggable,
.mfc-event[href],
.mfc-popover .mfc-header .mfc-close,
a.mfc-more,
a[data-goto] {
  cursor: pointer;
  padding: 5px;
  font-size: 12px;
}

.mfc-toolbar h2 {
  font-size: 14px;
}

.mcustom-dropzone {
  min-height: 150px;
  border: 2px dashed #ffffff;
  background: rgba(247,247,247, 0.1);
  padding: 20px 20px;
}

/* Buttons */
.mbtn {
  padding: 0.470rem 1.25rem;
  font-size: 14px;
  font-weight: 500;
}

.mbtn .micon,
.mbtn i {
  vertical-align: middle;
  display: inline-block;
}

.mbtn.mbtn-lg,
.mbtn-group-lg>.mbtn {
  font-size: 16px;
  padding: 0.5rem 1.725rem;
  font-weight: 500;
  line-height: 30px;
}

.mbtn.mbtn-lg .micon,
.mbtn-group-lg>.mbtn .micon {
  font-size: 24px;
}

.mbtn.mbtn-sm,
.mbtn-group-sm>.mbtn {
  font-size: 14px;
  padding: 0.25rem 1rem;
  font-weight: 500;
  line-height: 20px;
}

.mbtn.mbtn-sm .micon,
.mbtn-group-sm>.mbtn .micon {
  font-size: 18px;
}

.mbtn.mcircular-btn {
  height: 60px;
  line-height: 30px;
  width: 60px;
  padding: 0;
  font-size: 35px;
  text-align: center;
}

.mbtn.mcircular-btn .micon {
  font-size: 35px;
  vertical-align: middle;
}

.mbtn.mcircular-btn-lg {
  height: 100px;
  line-height: 50px;
  width: 100px;
  padding: 20px 20px;
  font-size: 50px;
  text-align: center;
}

.mbtn.mcircular-btn-lg .micon {
  font-size: 60px;
  vertical-align: middle;
}

.mbtn.mbtn-40 {
  height: 40px;
  width: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

.mbtn.mbtn-44 {
  height: 44px;
  width: 44px;
  line-height: 44px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

.mui-rounded .minput-group-prepend .minput-group-text:first-child,
.mui-rounded .minput-group-prepend .mbtn:first-child {
  border-radius: 50px 0px 0 50px;
}

.mui-rounded .minput-group-append .minput-group-text:last-child,
.mui-rounded .minput-group-append .mbtn:last-child {
  border-radius: 0 50px 50px 0;
}

.mui-rounded .mbtn,
.mui-rounded .mbtn-group {
  border-radius: 50px;
}

.mbtn-default,
.mselectoption input[type="checkbox"]:checked+label {
  background-color: #ffffff;
  color: #000000;
}

.mbtn-default:hover,
.mselectoption input[type="checkbox"]:checked+label:hover,
.mbtn-default:focus,
.mselectoption input[type="checkbox"]:checked+label:focus {
  background-color: #ffffff;
  color: #000000;
}

.mbtn-outline-default {
  border-color: #ffffff;
  color: #ffffff;
}

.mbtn-outline-default:focus,
.mbtn-outline-default:hover,
.mbtn-outline-default.mactive {
  background-color: #ffffff;
  color: #000000;
}

.mdefault-shadow {
  box-shadow: 0 3px 10px rgba(247,247,247, 0.35);
  -webkit-box-shadow: 0 3px 10px rgba(247,247,247, 0.35);
  -moz-box-shadow: 0 3px 10px rgba(247,247,247, 0.35);
  -ms-box-shadow: 0 3px 10px rgba(247,247,247, 0.35);
}

.mdefault-shadow:hover {
  box-shadow: 0 2px 15px rgba(247,247,247, 0.65);
  -webkit-box-shadow: 0 2px 15px rgba(247,247,247, 0.65);
  -moz-box-shadow: 0 2px 15px rgba(247,247,247, 0.65);
  -ms-box-shadow: 0 2px 15px rgba(247,247,247, 0.65);
}

.msuccess-shadow {
  box-shadow: 0 3px 5px rgba(40, 167, 69, 0.5);
  -webkit-box-shadow: 0 3px 5px rgba(40, 167, 69, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(40, 167, 69, 0.5);
  -ms-box-shadow: 0 3px 5px rgba(40, 167, 69, 0.5);
}

.msuccess-shadow:hover {
  box-shadow: 0 2px 15px rgba(40, 167, 69, 0.65);
  -webkit-box-shadow: 0 2px 15px rgba(40, 167, 69, 0.65);
  -moz-box-shadow: 0 2px 15px rgba(40, 167, 69, 0.65);
  -ms-box-shadow: 0 2px 15px rgba(40, 167, 69, 0.65);
}

.mwarning-shadow {
  box-shadow: 0 3px 5px rgba(255, 193, 7, 0.5);
  -webkit-box-shadow: 0 3px 5px rgba(255, 193, 7, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(255, 193, 7, 0.5);
  -ms-box-shadow: 0 3px 5px rgba(255, 193, 7, 0.5);
}

.mwarning-shadow:hover {
  box-shadow: 0 2px 15px rgba(255, 193, 7, 0.65);
  -webkit-box-shadow: 0 2px 15px rgba(255, 193, 7, 0.65);
  -moz-box-shadow: 0 2px 15px rgba(255, 193, 7, 0.65);
  -ms-box-shadow: 0 2px 15px rgba(255, 193, 7, 0.65);
}

.mdanger-shadow {
  box-shadow: 0 3px 5px rgba(220, 53, 69, 0.5);
  -webkit-box-shadow: 0 3px 5px rgba(220, 53, 69, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(220, 53, 69, 0.5);
  -ms-box-shadow: 0 3px 5px rgba(220, 53, 69, 0.5);
}

.mdanger-shadow:hover {
  box-shadow: 0 2px 15px rgba(220, 53, 69, 0.65);
  -webkit-box-shadow: 0 2px 15px rgba(220, 53, 69, 0.65);
  -moz-box-shadow: 0 2px 15px rgba(220, 53, 69, 0.65);
  -ms-box-shadow: 0 2px 15px rgba(220, 53, 69, 0.65);
}

.mscrollup {
  opacity: 0;
  display: none;
  z-index: 12;
  bottom: 65px;
  bottom: calc(65px + env(safe-area-inset-bottom));
}

.mscrollup.mactive {
  opacity: 1;
}

.mscrollup.matbottom {
  bottom: 75px;
}

.mloading-btn .mtoload {
  display: flex;
}

.mloading-btn .misloading {
  display: none;
}

.mloading-btn.mactive .mtoload {
  display: none;
}

.mloading-btn.mactive .misloading {
  display: flex;
}

@media screen and (max-width: 1023px) {

  .mbtn.mbtn-lg,
  .mbtn-group-lg>.mbtn {
    font-size: 16px;
    padding: 0.725rem 1.5rem;
    font-weight: 500;
    line-height: 26px;
  }

  .mbtn.mbtn-lg .micon,
  .mbtn-group-lg>.mbtn .micon {
    font-size: 18px;
  }
}

/* banner hero */
.mbanner-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mswiper-container .mswiper-pagination {
  margin-bottom: 0;
}

.mui-rounded .mswiper-button-next,
.mui-rounded .mswiper-container-rtl .mswiper-button-prev,
.mui-rounded .mswiper-button-prev,
.mui-rounded .mswiper-container-rtl .mswiper-button-next {
  border-radius: 35px;
}

.mswiper-vertical-arrow .mswiper-button-next,
.mswiper-vertical-arrow .mswiper-container-rtl .mswiper-button-prev,
.mswiper-vertical-arrow .mswiper-button-prev,
.mswiper-vertical-arrow .mswiper-container-rtl .mswiper-button-next {
  background-image: none;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 30px;
}

.mswiper-vertical-arrow .mswiper-button-next:after,
.mswiper-vertical-arrow .mswiper-container-rtl .mswiper-button-prev:after {
  content: '\22';
  vertical-align: middle;
}

.mswiper-vertical-arrow .mswiper-button-prev:after,
.mswiper-vertical-arrow .mswiper-container-rtl .mswiper-button-next:after {
  content: '\21';
  vertical-align: middle;
}

.mswiper-horizontal-arrow .mswiper-button-next,
.mswiper-horizontal-arrow .mswiper-container-rtl .mswiper-button-prev,
.mswiper-horizontal-arrow .mswiper-button-prev,
.mswiper-horizontal-arrow .mswiper-container-rtl .mswiper-button-next {
  background-image: none;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 30px;
}

.mswiper-horizontal-arrow .mswiper-button-next:after,
.mswiper-horizontal-arrow .mswiper-container-rtl .mswiper-button-prev:after {
  content: '\24';
  vertical-align: middle;
}

.mswiper-horizontal-arrow .mswiper-button-prev:after,
.mswiper-horizontal-arrow .mswiper-container-rtl .mswiper-button-next:after {
  content: '\23';
  vertical-align: middle;
}

.mswiper-arrow-dark .mswiper-button-next,
.mswiper-arrow-dark .mswiper-container-rtl .mswiper-button-prev,
.mswiper-arrow-dark .mswiper-button-prev,
.mswiper-arrow-dark .mswiper-container-rtl .mswiper-button-next {
  background-color: #000000;
  color: #000000;
}

.mslide-content>*:first-child {
  transition: ease margin-top 0.5s;
  -webkit-transition: ease margin-top 0.5s;
  -moz-transition: ease margin-top 0.5s;
  -ms-transition: ease margin-top 0.5s;
  margin-top: 80px;
}

.mswiper-slide {
  overflow: hidden;
}

.mswiper-slide:not(.mno-zoom):hover .mbackground {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.mswiper-slide-active .mslide-content>*:first-child {
  margin-top: 0px;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
}

.mswiper-slide-active .mbackground.mopac {
  opacity: 0.5;
  transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
}

.mswiper-slide-active .mbackground.mopac-20 {
  opacity: 0.2;
  transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
}

.mslider-vertical-right-arrow {
  height: 100%;
}

.mslider-vertical-right-arrow .mswiper-pagination.mswiper-pagination-fraction {
  padding: 0 15px;
  margin-bottom: 25px;
  text-align: right;
}

.mslider-vertical-right-arrow .mswiper-button-next,
.mslider-vertical-right-arrow .mswiper-container-rtl .mswiper-button-prev {
  top: 45%;
  right: 20px;
  margin-top: 60px;
}

.mslider-vertical-right-arrow .mswiper-button-prev,
.mslider-vertical-right-arrow .mswiper-container-rtl .mswiper-button-next {
  top: 45%;
  left: auto;
  right: 20px;
}

.mslider-horizontal-bottom-arrow,
.mslider-horizontal-content-arrow {
  height: 100%;
}

.mslider-horizontal-bottom-arrow .mswiper-pagination.mswiper-pagination-fraction,
.mslider-horizontal-content-arrow .mswiper-pagination.mswiper-pagination-fraction {
  padding: 0 15px;
  margin-bottom: 25px;
  text-align: center;
}

.mslider-horizontal-bottom-arrow .mswiper-button-next,
.mslider-horizontal-bottom-arrow .mswiper-container-rtl .mswiper-button-prev,
.mslider-horizontal-content-arrow .mswiper-button-next,
.mslider-horizontal-content-arrow .mswiper-container-rtl .mswiper-button-prev {
  top: auto;
  bottom: 15px;
  right: 20px;
}

.mslider-horizontal-bottom-arrow .mswiper-button-prev,
.mslider-horizontal-bottom-arrow .mswiper-container-rtl .mswiper-button-next,
.mslider-horizontal-content-arrow .mswiper-button-prev,
.mslider-horizontal-content-arrow .mswiper-container-rtl .mswiper-button-next {
  top: auto;
  bottom: 15px;
  left: auto;
  right: 100px;
}

.mslider-vertical-right-arrow-boxed {
  height: 100%;
}

.mslider-vertical-right-arrow-boxed .mswiper-pagination.mswiper-pagination-fraction {
  padding: 0 15px;
  margin-bottom: 25px;
  text-align: right;
}

.mslider-vertical-right-arrow-boxed .mswiper-button-next,
.mslider-vertical-right-arrow-boxed .mswiper-container-rtl .mswiper-button-prev {
  top: 50%;
  margin-top: 110px;
  margin-right: 15px;
  bottom: auto;
  right: 30px;
}

.mslider-vertical-right-arrow-boxed .mswiper-button-prev,
.mslider-vertical-right-arrow-boxed .mswiper-container-rtl .mswiper-button-next {
  top: 50%;
  margin-top: 30px;
  margin-right: 15px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.mslider-vertical-right-arrow-boxed .mboxed-block {
  height: 74%;
  border: 2px solid #000000;
  position: relative;
}

.mslider-vertical-right-arrow-boxed .mboxed-block .mcontent-boxed {
  min-height: 200px;
  color: #000000;
  background-color: #444444;
  padding: 30px 80px 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
}

.marrow-background-w-65 .mswiper-button-next,
.marrow-background-w-65 .mswiper-container-rtl .mswiper-button-prev {
  left: 35%;
  margin-left: -110px;
  margin-top: 0;
}

.marrow-background-w-65 .mswiper-button-prev,
.marrow-background-w-65 .mswiper-container-rtl .mswiper-button-next {
  left: 35%;
  margin-left: -190px;
  margin-top: 0;
}

.mswiper-container .mline-bullet-wrapper {
  position: absolute;
  left: auto;
  right: 0;
  width: auto;
  top: 45%;
  padding: 0;
}

.mswiper-container .mline-bullet-wrapper .mline-bullet {
  display: block;
  width: 30px;
  height: auto;
  text-align: right;
  line-height: 26px;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  vertical-align: middle;
}

.mswiper-container .mline-bullet-wrapper .mline-bullet:after {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 48%;
  height: 1px;
  width: 30px;
  right: 13px;
}

.mswiper-container .mline-bullet-wrapper .mline-bullet.mswiper-pagination-bullet-active:after {
  width: 50px;
}

.msearch-banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  width: 100%;
}

.mphone-80 {
  max-height: 600px;
}

.mslider-backgound-cicrle {
  position: absolute;
  right: -25%;
  bottom: -25%;
  opacity: 0;
  border-radius: 50%;
  height: 100%;
  width: 70%;
  background-color: #ffffff;
  box-shadow: -15px -20px 50px rgba(247,247,247, 0.2);
  -webkit-box-shadow: -15px -20px 50px rgba(247,247,247, 0.2);
  -moz-box-shadow: -15px -20px 50px rgba(247,247,247, 0.2);
  -ms-box-shadow: -15px -20px 50px rgba(247,247,247, 0.2);
  transition-delay: 05s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
}

.mslider-backgound-cicrle:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 4px;
  left: 0px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
}

.mslider-backgound-cicrle:before {
  content: "";
  height: 115%;
  width: 100%;
  top: 0px;
  left: 0px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
}

.mslider-backgound-cicrle-small {
  position: absolute;
  right: -10%;
  bottom: -15%;
  opacity: 1;
  border-radius: 50%;
  height: 400px;
  width: 40%;
  background-color: #ffffff;
  box-shadow: -15px -20px 50px rgba(247,247,247, 0.2);
  -webkit-box-shadow: -15px -20px 50px rgba(247,247,247, 0.2);
  -moz-box-shadow: -15px -20px 50px rgba(247,247,247, 0.2);
  -ms-box-shadow: -15px -20px 50px rgba(247,247,247, 0.2);
  transition-delay: 05s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
}

.mslider-backgound-cicrle-small:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 4px;
  left: -18px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
}

.mslider-backgound-cicrle-small:before {
  content: "";
  height: 115%;
  width: 100%;
  top: -8px;
  left: -26px;
  display: block;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
}

.mswiper-slide-active .mslider-backgound-cicrle {
  right: -15%;
  bottom: -15%;
  opacity: 1;
}

.mswiper-slide-active .mslider-backgound-cicrle:after {
  top: 4px;
  left: -18px;
}

.mswiper-slide-active .mslider-backgound-cicrle:before {
  top: -8px;
  left: -26px;
}

@media screen and (max-width: 1024px) {

  .mswiper-vertical-arrow .mswiper-button-next,
  .mswiper-vertical-arrow .mswiper-container-rtl .mswiper-button-prev,
  .mswiper-vertical-arrow .mswiper-button-prev,
  .mswiper-vertical-arrow .mswiper-container-rtl .mswiper-button-next {
    background-image: none;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 26px;
  }

  .mslider-vertical-right-arrow .mswiper-button-next,
  .mslider-vertical-right-arrow .mswiper-container-rtl .mswiper-button-prev {
    margin-top: 50px;
  }

  .mslider-vertical-right-arrow-boxed .mboxed-block {
    height: 80%;
  }

  .mslider-vertical-right-arrow-boxed .mboxed-block .mcontent-boxed {
    width: 100%;
  }

  .mphone-80 {
    max-height: 550px;
  }
}

@media screen and (max-width: 767px) {

  .mslider-horizontal-bottom-arrow .mswiper-button-prev,
  .mslider-horizontal-bottom-arrow .mswiper-container-rtl .mswiper-button-next,
  .mslider-horizontal-content-arrow .mswiper-button-prev,
  .mslider-horizontal-content-arrow .mswiper-container-rtl .mswiper-button-next {
    right: 80px;
  }

  .mswiper-vertical-arrow .mswiper-button-next,
  .mswiper-vertical-arrow .mswiper-container-rtl .mswiper-button-prev,
  .mswiper-vertical-arrow .mswiper-button-prev,
  .mswiper-vertical-arrow .mswiper-container-rtl .mswiper-button-next,
  .mswiper-horizontal-arrow .mswiper-button-next,
  .mswiper-horizontal-arrow .mswiper-container-rtl .mswiper-button-prev,
  .mswiper-horizontal-arrow .mswiper-button-prev,
  .mswiper-horizontal-arrow .mswiper-container-rtl .mswiper-button-next {
    background-image: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .mslider-horizontal-bottom-arrow .mswiper-button-next,
  .mslider-horizontal-bottom-arrow .mswiper-container-rtl .mswiper-button-prev,
  .mslider-vertical-right-arrow .mswiper-button-next,
  .mslider-vertical-right-arrow .mswiper-container-rtl .mswiper-button-prev {
    top: auto;
    right: 15px;
    bottom: 30px !important;
    left: auto;
    margin-top: 0px;
    margin-left: 50px;
  }

  .mslider-horizontal-bottom-arrow .mswiper-button-prev,
  .mslider-horizontal-bottom-arrow .mswiper-container-rtl .mswiper-button-next,
  .mslider-vertical-right-arrow .mswiper-button-prev,
  .mslider-vertical-right-arrow .mswiper-container-rtl .mswiper-button-next {
    top: auto;
    bottom: 30px !important;
    right: 70px;
    left: auto;
  }

  .mslider-horizontal-bottom-arrow .mswiper-pagination,
  .mslider-vertical-right-arrow .mswiper-pagination {
    margin-bottom: 30px;
  }

  .mslider-vertical-right-arrow-boxed {
    position: relative;
  }

  .mslider-vertical-right-arrow-boxed .mboxed-left {
    position: relative;
    z-index: 1;
  }

  .mslider-vertical-right-arrow-boxed .mboxed-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .mslider-vertical-right-arrow-boxed .mboxed-block {
    height: 74%;
  }

  .mslider-vertical-right-arrow-boxed .mboxed-block .mcontent-boxed {
    padding: 15px;
    width: 100%;
    min-height: auto;
  }

  .mslider-vertical-right-arrow-boxed .mboxed-block .mcontent-boxed p {
    margin: 0;
  }

  .mslider-vertical-right-arrow-boxed .mboxed-block .mcontent-boxed p:last-child {
    display: none;
  }

  .mslider-vertical-right-arrow-boxed .mswiper-button-next,
  .mslider-vertical-right-arrow-boxed .mswiper-container-rtl .mswiper-button-prev {
    top: auto !important;
    right: 15px !important;
    bottom: 30px;
    left: auto;
    margin-top: 0px;
    margin-left: 50px;
  }

  .mslider-vertical-right-arrow-boxed .mswiper-button-prev,
  .mslider-vertical-right-arrow-boxed .mswiper-container-rtl .mswiper-button-next {
    top: auto !important;
    bottom: 30px;
    right: 70px !important;
    left: auto;
  }

  .mslider-vertical-right-arrow-boxed .mswiper-pagination {
    margin-bottom: 30px;
  }

  .mslider-horizontal-content-arrow .mswiper-button-next,
  .mslider-horizontal-content-arrow .mswiper-container-rtl .mswiper-button-prev {
    margin-left: 50px;
  }

  .mphone-80 {
    max-height: 300px;
  }
}

.mswiper-stories .mswiper-slide .mavatar,
.mswiper-stories2 .mswiper-slide .mavatar,
.mswiper-stories3 .mswiper-slide .mavatar {
  border: 3px solid rgba(247,247,247, 0.85);
}

.mswiper-stories .mswiper-slide.mread .mavatar,
.mswiper-stories2 .mswiper-slide.mread .mavatar,
.mswiper-stories3 .mswiper-slide.mread .mavatar {
  border: 3px solid #fff;
}

@media screen and (max-width: 480px) {
  .mswiper-pagination-fraction {
    display: none;
  }

  .mphone-80 {
    max-height: 200px;
  }
}

.mslider-content-top-right-arrow-btn .mswiper-button-next,
.mslider-content-top-right-arrow-btn .mswiper-container-rtl .mswiper-button-prev,
.mslider-content-top-right-arrow-btn .mswiper-button-prev,
.mslider-content-top-right-arrow-btn .mswiper-container-rtl .mswiper-button-next {
  position: relative;
  background-image: none;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #ffffff;
  font-size: 24px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0;
  top: 0;
}

.mslider-content-top-right-arrow-btn .mswiper-button-next:last-child,
.mslider-content-top-right-arrow-btn .mswiper-container-rtl .mswiper-button-prev:last-child,
.mslider-content-top-right-arrow-btn .mswiper-button-prev:last-child,
.mslider-content-top-right-arrow-btn .mswiper-container-rtl .mswiper-button-next:last-child {
  margin-left: 20px;
}

.mslider-content-top-right-arrow-btn .mswiper-button-next:after,
.mslider-content-top-right-arrow-btn .mswiper-container-rtl .mswiper-button-prev:after {
  content: '\24';
}

.mslider-content-top-right-arrow-btn .mswiper-button-prev:after,
.mslider-content-top-right-arrow-btn .mswiper-container-rtl .mswiper-button-next:after {
  content: '\23';
}

.mslider-content-top-right-vertical-arrow-btn .mswiper-button-next,
.mslider-content-top-right-vertical-arrow-btn .mswiper-container-rtl .mswiper-button-prev,
.mslider-content-top-right-vertical-arrow-btn .mswiper-button-prev,
.mslider-content-top-right-vertical-arrow-btn .mswiper-container-rtl .mswiper-button-next {
  position: relative;
  background-image: none;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #ffffff;
  font-size: 24px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0;
}

.mslider-content-top-right-vertical-arrow-btn .mswiper-button-next:last-child,
.mslider-content-top-right-vertical-arrow-btn .mswiper-container-rtl .mswiper-button-prev:last-child,
.mslider-content-top-right-vertical-arrow-btn .mswiper-button-prev:last-child,
.mslider-content-top-right-vertical-arrow-btn .mswiper-container-rtl .mswiper-button-next:last-child {
  margin-left: 20px;
}

.mslider-content-top-right-vertical-arrow-btn .mswiper-button-next:after,
.mslider-content-top-right-vertical-arrow-btn .mswiper-container-rtl .mswiper-button-prev:after {
  content: '\24';
}

.mslider-content-top-right-vertical-arrow-btn .mswiper-button-prev:after,
.mslider-content-top-right-vertical-arrow-btn .mswiper-container-rtl .mswiper-button-next:after {
  content: '\23';
}

.mui-rounded .mslider-content-top-right-arrow-btn .mswiper-button-next,
.mui-rounded .mslider-content-top-right-arrow-btn .mswiper-container-rtl .mswiper-button-prev,
.mui-rounded .mslider-content-top-right-arrow-btn .mswiper-button-prev,
.mui-rounded .mslider-content-top-right-arrow-btn .mswiper-container-rtl .mswiper-button-next,
.mui-rounded .mslider-content-top-right-vertical-arrow-btn .mswiper-button-next,
.mui-rounded .mslider-content-top-right-vertical-arrow-btn .mswiper-container-rtl .mswiper-button-prev,
.mui-rounded .mslider-content-top-right-vertical-arrow-btn .mswiper-button-prev,
.mui-rounded .mslider-content-top-right-vertical-arrow-btn .mswiper-container-rtl .mswiper-button-next {
  border-radius: 30px;
}

.mswiper-auto .mswiper-slide {
  width: auto;
  padding: 0 15px;
}

.mswiper-auto .mswiper-slide>div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  margin: 20px 0;
}

.mswiper-auto .mswiper-slide.mswiper-slide-active>div {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}

.mservice-block {
  background: white;
  color: #666666;
  padding: 15px;
  border-radius: 0px;
}

.mservice-block .mborder-block {
  position: relative;
  border: 1px solid #e3e3e3;
  padding: 15px;
  border-radius: 0px;
}

.mservice-block:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.mservice-block:hover .mborder-block {
  border-color: #ffffff;
}

@media screen and (max-width: 992px) {
  .mswiper-auto .mpictureteam {
    height: 100%;
    width: 150px;
  }

  .mswiper-auto .mpictureteam+div {
    width: 300px;
    max-width: 300px;
    padding: 25px !important;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .mswiper-auto .mpictureteam {
    width: 280px;
  }

  .mswiper-auto .mpictureteam+div {
    position: absolute !important;
    bottom: 0;
    right: 0;
    height: auto !important;
    width: 280px;
    max-width: 280px;
    margin: 0px -25px -25px 25px;
    padding: 25px !important;
    position: relative;
    z-index: 1;
  }

  .mswiper-auto .mswiper-slide>div {
    height: 500px;
  }
}

/* chat list */
.mchat-list {
  margin: 20px auto;
}

.mchat-list .mleft-chat {
  margin-bottom: 15px;
}

.mchat-list .mleft-chat .mchat-block {
  padding: 15px;
  border-radius: 4px 4px 4px 0px;
  margin-right: 3px;
  position: relative;
  width: auto;
  display: inline-block;
  background-color: #fdfdfd;
  color: #000000;
}

.mchat-list .mleft-chat .mchat-block:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -16px;
  height: 8px;
  width: 8px;
  border-radius: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  z-index: 1;
  border-top-color: #fdfdfd;
  border-left-color: #fdfdfd;
}

.mchat-list .mright-chat {
  margin-bottom: 15px;
  text-align: right;
}

.mchat-list .mright-chat .mchat-block {
  text-align: left;
  background: #ede9e9;
  padding: 15px;
  border-radius: 4px 4px 0px 4px;
  margin-left: 3px;
  position: relative;
  color: #999999;
  background-color: #000000;
  width: auto;
  display: inline-block;
}

.mchat-list .mright-chat .mchat-block:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -16px;
  height: 8px;
  width: 8px;
  border-radius: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-right-color: #000000;
  border-top-color: #000000;
  z-index: 1;
}

.micon:after,
.mswiper-vertical-arrow .mswiper-button-next:after,
.mswiper-vertical-arrow .mswiper-container-rtl .mswiper-button-prev:after,
.mswiper-vertical-arrow .mswiper-button-prev:after,
.mswiper-vertical-arrow .mswiper-container-rtl .mswiper-button-next:after,
.mswiper-horizontal-arrow .mswiper-button-next:after,
.mswiper-horizontal-arrow .mswiper-container-rtl .mswiper-button-prev:after,
.mswiper-horizontal-arrow .mswiper-button-prev:after,
.mswiper-horizontal-arrow .mswiper-container-rtl .mswiper-button-next:after,
.mslider-content-top-right-arrow-btn .mswiper-button-next:after,
.mslider-content-top-right-arrow-btn .mswiper-container-rtl .mswiper-button-prev:after,
.mslider-content-top-right-arrow-btn .mswiper-button-prev:after,
.mslider-content-top-right-arrow-btn .mswiper-container-rtl .mswiper-button-next:after,
.mslider-content-top-right-vertical-arrow-btn .mswiper-button-next:after,
.mslider-content-top-right-vertical-arrow-btn .mswiper-container-rtl .mswiper-button-prev:after,
.mslider-content-top-right-vertical-arrow-btn .mswiper-button-prev:after,
.mslider-content-top-right-vertical-arrow-btn .mswiper-container-rtl .mswiper-button-next:after {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

.msocial-media ul {
  margin: 10px 0px;
  padding: 0;
  display: inline-block;
}

.msocial-media ul li {
  display: inline-block;
  float: left;
  width: auto;
}

.msocial-media ul li a {
  display: block;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
  color: #666666;
  font-size: 14px;
}

.msocial-media ul li a:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

.msocial-media ul.mlarge li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 20px;
}

.msocial-media.mvertical-social ul li {
  display: block;
  width: 100%;
  clear: left;
}

.msocial-media.mtext-center {
  left: 0;
  width: 100%;
}

.micons {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
}

.micons i,
.micons span {
  vertical-align: middle;
}

.micons.mround {
  border-radius: 50%;
}

.micons.mbordered {
  border: 1px solid #ffffff;
  background: white;
}

.micons.micon-150 {
  height: 150px;
  line-height: 140px;
  width: 150px;
  font-size: 70px;
}

.micons.micon-140 {
  height: 140px;
  line-height: 130px;
  width: 140px;
  font-size: 65px;
}

.micons.micon-130 {
  height: 130px;
  line-height: 120px;
  width: 130px;
  font-size: 60px;
}

.micons.micon-120 {
  height: 120px;
  line-height: 110px;
  width: 120px;
  font-size: 55px;
}

.micons.micon-110 {
  height: 110px;
  line-height: 100px;
  width: 110px;
  font-size: 50px;
}

.micons.micon-100 {
  height: 100px;
  line-height: 90px;
  width: 100px;
  font-size: 45px;
}

.micons.micon-90 {
  height: 90px;
  line-height: 80px;
  width: 90px;
  font-size: 40px;
}

.micons.micon-80 {
  height: 80px;
  line-height: 70px;
  width: 80px;
  font-size: 35px;
}

.micons.micon-70 {
  height: 70px;
  line-height: 68px;
  width: 70px;
  font-size: 28px;
}

.micons.micon-60 {
  height: 60px;
  line-height: 58px;
  width: 60px;
  font-size: 26px;
}

.micons.micon-50 {
  height: 50px;
  line-height: 48px;
  width: 50px;
  font-size: 24px;
}

.micons.micon-40 {
  height: 40px;
  line-height: 38px;
  width: 40px;
  font-size: 20px;
}

.micons.micon-30 {
  height: 30px;
  line-height: 28px;
  width: 30px;
  font-size: 16px;
}

.micons.micon-20 {
  height: 20px;
  line-height: 18px;
  width: 20px;
  font-size: 15px;
}

.mdot-notification {
  height: 6px;
  width: 6px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 0;
}

@media screen and (max-width: 763px) {
  .msocial-media.mvertical-social ul {
    display: block;
  }

  .msocial-media.mvertical-social ul li {
    clear: none;
    width: auto;
    float: left;
  }
}

.mtable tbody tr td {
  vertical-align: middle;
}

/* fluid2 columns */
.mtwocolumn .mgrid-sizer,
.mtwocolumn .mgrid-item {
  width: 48.5%;
  padding: 0 1%;
}

.mtwocolumn .mgrid-item.mwidth-double {
  width: 99%;
  padding: 0 1%;
}

/* fluid 3 columns */
.mthreecolumn .mgrid-sizer,
.mthreecolumn .mgrid-item {
  width: 31.3%;
  padding: 0 1%;
}

/* fluid 5 columns */
.mfivecolumn .mgrid-sizer,
.mfivecolumn .mgrid-item {
  width: 19%;
  padding: 0 1%;
}

.mfivecolumn .mgrid-item.mwidth-double {
  width: 39%;
  padding: 0 1%;
}

@media screen and (max-width: 767px) {

  .mthreecolumn .mgrid-sizer,
  .mthreecolumn .mgrid-item {
    width: 48.0%;
    padding: 0 1%;
  }
}

@media screen and (max-width: 640px) {

  .mthreecolumn .mgrid-sizer,
  .mthreecolumn .mgrid-item {
    width: 100%;
    padding: 0;
  }

  /* fluid 5 columns */
  .mfivecolumn .mgrid-sizer,
  .mfivecolumn .mgrid-item {
    width: 48%;
    padding: 0 1%;
  }

  .mfivecolumn .mgrid-item.mwidth-double {
    width: 99%;
    padding: 0 1%;
  }
}

.maccordion .mcard {
  margin-bottom: 1px;
  border: 0;
}

.maccordion .mcard .mcard-header {
  padding: 0.95rem 1.25rem;
  background-color: transparent;
  border: 0;
}

.maccordion .mcard .mcard-header .marrowicon {
  display: inline-block;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.maccordion .mcard .mcard-header.mcollapsed .marrowicon,
.maccordion .mcard .mcard-header .mcollapsed .marrowicon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.mnav-vertical .mnav-item {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

.mnav-vertical .mnav-item .mnav-link {
  position: relative;
}

.mnav-vertical .mnav-item .mnav-link:after {
  content: "";
  position: absolute;
  height: 80%;
  width: 4px;
  background-color: transparent;
  top: 10%;
  left: 0;
  border-radius: 2px;
}

.mnav-vertical .mnav-item .mnav-link.mactive,
.mnav-vertical .mnav-item .mnav-link:hover {
  color: #ffffff;
}

.mnav-vertical .mnav-item .mnav-link.mactive:after,
.mnav-vertical .mnav-item .mnav-link:hover:after {
  background-color: #ffffff;
}

.mnav-vertical .mnav-item:last-child {
  margin-bottom: 0;
}

.mnav-footer-vertical .mnav-item {
  margin-bottom: 0px;
}

.mnav-footer-vertical .mnav-item .mnav-link {
  position: relative;
  padding: 0.525em 0;
}

.mnav-footer-vertical .mnav-item .mnav-link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background-color: transparent;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 2px;
}

.mnav-footer-vertical .mnav-item .mnav-link:hover {
  color: #ffffff;
}

.mnav-footer-vertical .mnav-item .mnav-link:hover:after {
  width: 100%;
  background-color: #ffffff;
}

.mswiper-container-horizontal .mnav-list-swiper {
  bottom: 0;
}

.mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet {
  width: 250px;
  height: auto;
  margin-right: 40px;
  overflow: visible;
  padding: 15px 0 0 0;
  background: transparent;
  opacity: 1;
}

.mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet .mbusinessimage {
  position: absolute;
  right: 0px;
  bottom: 3px;
  max-height: 180px;
  z-index: 2;
  margin-right: -20px;
}

.mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet>div {
  height: 250px;
  margin-bottom: 0;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  opacity: 1;
  border: 3px solid #000000;
  background-color: #666666;
}

.mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet>div .mbackground {
  background-size: 100%;
  background-position: top center;
}

.mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet>div h6 {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #000000;
  margin: 0 auto;
}

.mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet.mswiper-pagination-bullet-active .mbusinessimage {
  max-height: 200px;
  margin-right: -15px;
}

.mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet.mswiper-pagination-bullet-active>div {
  border-color: #ffffff;
}

.mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet.mswiper-pagination-bullet-active>div .mbackground {
  opacity: 1;
}

.mswiper-container-horizontal .mnav-list-swiper .mswiper-pagination-bullet.mswiper-pagination-bullet-active>div h6 {
  background-color: #ffffff;
}

.mnav.mnav-pills .mnav-item .mnav-link {
  color: #ffffff;
}

.mnav.mnav-pills .mnav-item .mnav-link.mactive {
  color: #000000;
  background-color: #ffffff;
}

.mpagination-circular:not(.mpagination-lg) .mpage-item {
  margin: 0 4px;
}

.mpagination-circular:not(.mpagination-lg) .mpage-item .mpage-link {
  border-radius: 50px;
  border: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-color: rgba(247,247,247, 0.15);
}

.mpagination-circular:not(.mpagination-lg) .mpage-item .mpage-link i {
  vertical-align: middle;
  line-height: 30px;
}

.mpagination-circular:not(.mpagination-lg) .mpage-item:hover .mpage-link {
  color: #ffffff;
  background-color: rgba(247,247,247, 0.5);
}

.mpagination-circular:not(.mpagination-lg) .mpage-item.mactive .mpage-link {
  color: #000000;
  background-color: #ffffff;
}

.mpagination-rounded:not(.mpagination-lg) .mpage-item {
  margin: 0 4px;
}

.mpagination-rounded:not(.mpagination-lg) .mpage-item .mpage-link {
  border-radius: 4px;
  border: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-color: rgba(247,247,247, 0.15);
}

.mpagination-rounded:not(.mpagination-lg) .mpage-item .mpage-link i {
  vertical-align: middle;
  line-height: 30px;
}

.mpagination-rounded:not(.mpagination-lg) .mpage-item:hover .mpage-link {
  color: #ffffff;
  background-color: rgba(247,247,247, 0.5);
}

.mpagination-rounded:not(.mpagination-lg) .mpage-item.mactive .mpage-link {
  color: #000000;
  background-color: #ffffff;
}

.mpagination-highlight:not(.mpagination-lg) .mpage-item .mpage-link {
  background-color: transparent;
}

.mpagination-highlight:not(.mpagination-lg) .mpage-item:hover .mpage-link {
  color: #ffffff;
  background-color: rgba(247,247,247, 0.15);
}

.mpagination-highlight:not(.mpagination-lg) .mpage-item.mactive .mpage-link {
  color: #000000;
  background-color: #ffffff;
}

.mpagination.mpagination-success .mpage-item .mpage-link {
  color: #34ce57;
  background-color: rgba(40, 167, 69, 0.15);
}

.mpagination.mpagination-success .mpage-item:hover .mpage-link {
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.15);
}

.mpagination.mpagination-success .mpage-item.mactive .mpage-link {
  color: #fff;
  background-color: #28a745;
}

.mpagination.mpagination-warning .mpage-item .mpage-link {
  color: #ffce3a;
  background-color: rgba(255, 193, 7, 0.15);
}

.mpagination.mpagination-warning .mpage-item:hover .mpage-link {
  color: #ffffff;
  background-color: rgba(255, 193, 7, 0.15);
}

.mpagination.mpagination-warning .mpage-item.mactive .mpage-link {
  color: #fff;
  background-color: #ffc107;
}

.mpagination.mpagination-danger .mpage-item .mpage-link {
  color: #e4606d;
  background-color: rgba(220, 53, 69, 0.15);
}

.mpagination.mpagination-danger .mpage-item:hover .mpage-link {
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.15);
}

.mpagination.mpagination-danger .mpage-item.mactive .mpage-link {
  color: #fff;
  background-color: #dc3545;
}

.mpagination.mpagination-info .mpage-item .mpage-link {
  color: #1fc8e3;
  background-color: rgba(23, 162, 184, 0.15);
}

.mpagination.mpagination-info .mpage-item:hover .mpage-link {
  color: #ffffff;
  background-color: rgba(23, 162, 184, 0.15);
}

.mpagination.mpagination-info .mpage-item.mactive .mpage-link {
  color: #fff;
  background-color: #17a2b8;
}

.msidebar {
  position: fixed;
  width: 275px;
  height: 100%;
  overflow-y: auto;
  z-index: 1031;
  left: -290px;
  top: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  overflow-y: auto;
  padding: 20px;
  padding-top: calc(env(safe-area-inset-top) + 20px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
  background-color: rgba(247,247,247, 0.85);
  color: #000000;
  box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 3px 0px 15px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
}

.msidebar .mnavbar-brand .mlogo {
  background-color: #000000;
  color: #ffffff;
}

.msidebar .mnavbar-brand .mlogo>span {
  background-color: #ffffff;
  color: #000000;
}

.msidebar .mnavbar-brand .mlogo-text {
  color: #000000;
}

.msidebar .mnavbar-brand .mlogo-text small {
  color: #000000;
}

.msidebar .mmain-menu .mlist-group-item {
  background-color: transparent;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  padding: 3px;
  line-height: 36px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
}

.msidebar .mmain-menu .mlist-group-item i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  border-radius: 4px;
}

.msidebar .mmain-menu .mlist-group-item:hover {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.08);
}

.msidebar .mmain-menu .mlist-group-item.mactive {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
}

.msidebar.mreveal-sidebar+.mmain-container {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  width: 100%;
}

body.msidemenu-open {
  overflow: hidden;
}

body.msidemenu-open .msidebar {
  left: 0;
}

body.msidemenu-open .msidebar.mreveal-sidebar+.mmain-container {
  margin-left: 275px;
}

body.msidemenu-open.mreveal-sidebar .mheader {
  width: 100%;
  left: 275px;
}

body.msidemenu-open.mreveal-sidebar .mfooter-tabs {
  width: 100%;
  left: 275px;
}

.mfooter-tabs {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 1030;
  padding-bottom: calc(env(safe-area-inset-bottom) + 5px);
  background-color: rgba(247, 247, 247, 0.8);
  color: #000000;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
}

.mfooter-tabs .mnav-tabs {
  border-radius: 6px 6px 0 0;
  border: 0;
}

.mfooter-tabs .mnav-tabs .mnav-item {
  border: 0;
  padding: 5px 0;
}

.mfooter-tabs .mnav-tabs .mnav-item .mnav-link {
  font-size: 12px;
  border: 0;
  margin: 0;
  color: rgba(68, 68, 68, 0.65);
  border-radius: 4px;
}

.mfooter-tabs .mnav-tabs .mnav-item .mnav-link i,
.mfooter-tabs .mnav-tabs .mnav-item .mnav-link span.micon {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

.mfooter-tabs .mnav-tabs .mnav-item .mnav-link small {
  display: block;
  font-size: 10px;
  margin: 5px auto 0px auto;
}

.mfooter-tabs .mnav-tabs .mnav-item .mnav-link.mactive {
  color: #ffffff !important;
  background-color: #000000 !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
}

.mfooter-tabs .mnav-tabs .mnav-item.mcenterlarge {
  position: relative;
}

.mfooter-tabs .mnav-tabs .mnav-item.mcenterlarge .mnav-link {
  height: 56px;
  width: 56px;
  line-height: 56px;
  padding: 0;
  color: #fff;
  margin: 0 5px;
  margin-top: -18px;
  border-radius: 50%;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
}

.mfooter-tabs.mfooter-spaces {
  bottom: 15px;
  bottom: calc(15px + env(safe-area-inset-bottom));
  right: 15px;
  left: 15px;
  width: auto;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.mfooter-tabs.mfooter-spaces .mnav-tabs .mnav-item {
  margin: 0 5px;
}

.mfooter-tabs.mfooter-spaces .mnav-tabs .mnav-item .mnav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.mfooter-tabs.mfooter-spaces.mactive {
  bottom: 0px;
  border-radius: 15px 15px 0 0;
  border-bottom: 0;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
}

.mblogs {
  position: relative;
  overflow: hidden;
}

.mblogs .mbackground {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}

.mblogs .moverlay-blog {
  position: absolute;
  z-index: 2;
  bottom: -100%;
  display: block;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #000000;
  padding: 25px;
}

.mblogs .moverlay-blog a {
  color: #000000;
}

.mblogs:hover .moverlay-blog,
.mblogs.mactive .moverlay-blog {
  bottom: 0;
}

.mblogs:hover .mbackground,
.mblogs.mactive .mbackground {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.mcard .mcard-header {
  background-color: transparent;
  padding: 15px;
}

.mcard .mcard-body {
  padding: 15px;
}

.mcard .mcard-footer {
  padding: 15px;
  background-color: transparent;
}

.mteam {
  overflow: hidden;
}

.mteam .mteam-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: transparent;
  color: #000000;
}

.mteam .mteam-overlay a {
  color: #000000;
}

.mteam:hover .mteam-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.mavatar {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  z-index: 0;
  background: rgba(247,247,247, 0.15);
}

.mavatar img {
  width: 100%;
}

.mavatar-20 {
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}

.mavatar-26 {
  width: 26px;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}

.mavatar-30 {
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}

.mavatar-36 {
  width: 36px;
  min-width: 36px;
  height: 36px;
  line-height: 32px;
  font-size: 15px;
}

.mavatar-40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
}

.mavatar-50 {
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
}

.mavatar-60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
  line-height: 60px;
}

.mavatar-70 {
  width: 70px;
  min-width: 70px;
  height: 70px;
  line-height: 70px;
}

.mavatar-80 {
  width: 80px;
  min-width: 80px;
  height: 80px;
  line-height: 80px;
}

.mavatar-90 {
  width: 90px;
  height: 90px;
  line-height: 90px;
}

.mavatar-100 {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.mavatar-110 {
  width: 110px;
  height: 110px;
  line-height: 110px;
}

.mavatar-120 {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.mavatar-130 {
  width: 130px;
  height: 130px;
  line-height: 130px;
}

.mavatar-140 {
  width: 140px;
  height: 140px;
  line-height: 140px;
}

.mavatar-150 {
  width: 150px;
  height: 150px;
  line-height: 150px;
}

.mavatar-160 {
  width: 160px;
  height: 160px;
  line-height: 160px;
}

.mavatar-170 {
  width: 170px;
  height: 170px;
  line-height: 170px;
}

.mavatar-180 {
  width: 180px;
  height: 180px;
  line-height: 180px;
}

.mavatar-190 {
  width: 190px;
  height: 190px;
  line-height: 190px;
}

.mavatar-200 {
  width: 200px;
  height: 200px;
  line-height: 200px;
}

/*================ Timeline ==================*/
.mtimeline {
  position: relative;
}

.mtimeline .mtimeline-block {
  display: block;
  width: 50%;
  padding: 0 15px;
  position: relative;
  margin-top: 100px;
}

.mtimeline .mtimeline-block:first-child {
  margin-top: 0;
}

.mtimeline .mtimeline-block .mtimeline-bubble {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  position: absolute;
  left: -5px;
  top: 15px;
  z-index: 1;
}

.mtimeline .mtimeline-block.mleft {
  float: left;
}

.mtimeline .mtimeline-block.mleft:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  top: 10px;
  right: 10px;
  border: 10px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.mtimeline .mtimeline-block.mleft .mtimeline-bubble {
  left: auto;
  right: -5px;
}

.mtimeline .mtimeline-block.mleft.mborder-warning .mcard {
  border-right: 4px solid #f5a811 !important;
}

.mtimeline .mtimeline-block.mleft.mborder-warning:before {
  border-color: #f5a811 !important;
}

.mtimeline .mtimeline-block.mleft.mborder-primary .mcard {
  border-right: 4px solid #7979ff !important;
}

.mtimeline .mtimeline-block.mleft.mborder-primary:before {
  border-color: #7979ff !important;
}

.mtimeline .mtimeline-block.mleft.mborder-danger .mcard {
  border-right: 4px solid #f63b55 !important;
}

.mtimeline .mtimeline-block.mleft.mborder-danger:before {
  border-color: #f63b55 !important;
}

.mtimeline .mtimeline-block.mleft.mborder-success .mcard {
  border-right: 4px solid #0fd793 !important;
}

.mtimeline .mtimeline-block.mleft.mborder-success:before {
  border-color: #0fd793 !important;
}

.mtimeline .mtimeline-block.mright {
  float: right;
}

.mtimeline .mtimeline-block.mright:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  top: 10px;
  left: 10px;
  border: 10px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.mtimeline .mtimeline-block.mright.mborder-warning .mcard {
  border-left: 4px solid #f5a811 !important;
}

.mtimeline .mtimeline-block.mright.mborder-warning:before {
  border-color: #f5a811 !important;
}

.mtimeline .mtimeline-block.mright.mborder-primary .mcard {
  border-left: 4px solid #7979ff !important;
}

.mtimeline .mtimeline-block.mright.mborder-primary:before {
  border-color: #7979ff !important;
}

.mtimeline .mtimeline-block.mright.mborder-danger .mcard {
  border-left: 4px solid #f63b55 !important;
}

.mtimeline .mtimeline-block.mright.mborder-danger:before {
  border-color: #f63b55 !important;
}

.mtimeline .mtimeline-block.mright.mborder-success .mcard {
  border-left: 4px solid #0fd793 !important;
}

.mtimeline .mtimeline-block.mright.mborder-success:before {
  border-color: #0fd793 !important;
}

.mtimeline:after {
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  width: 1px;
  background: #dddddd;
  top: 0;
  z-index: 0;
}

.mtimeline.mleft-only {
  padding-left: 30px;
}

.mtimeline.mleft-only:after {
  left: 15px;
}

.mtimeline.mleft-only .mtimeline-block {
  padding: 0;
  width: 100%;
  margin-top: 15px;
  border-radius: 4px;
  border-left-width: 3px;
  border-left-style: solid;
}

.mtimeline.mleft-only .mtimeline-block.mleft {
  float: none;
}

.mtimeline.mleft-only .mtimeline-block.mleft .mcard {
  border: 0 !important;
}

.mtimeline.mleft-only .mtimeline-block.mleft:before {
  content: "";
  left: -6px;
  position: absolute;
}

.mtimeline.mleft-only .mtimeline-block .mtimeline-bubble {
  left: -22px;
}

.mtimeline.mright-only {
  padding-right: 30px;
}

.mtimeline.mright-only:after {
  left: auto;
  right: 15px;
}

.mtimeline.mright-only .mtimeline-block {
  padding: 0;
  width: 100%;
  margin-top: 15px;
  border-radius: 4px;
  border-right-width: 3px;
  border-right-style: solid;
}

.mtimeline.mright-only .mtimeline-block.mright {
  float: none;
}

.mtimeline.mright-only .mtimeline-block.mright .mcard {
  border: 0 !important;
}

.mtimeline.mright-only .mtimeline-block.mright:before {
  content: "";
  right: -6px;
  left: auto;
  position: absolute;
}

.mtimeline.mright-only .mtimeline-block .mtimeline-bubble {
  left: auto;
  right: -22px;
}

.mtimeline.mcenter-only {
  padding-right: 0px;
  padding-top: 15px;
}

.mtimeline.mcenter-only:after {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  top: 5px;
}

.mtimeline.mcenter-only .mtimeline-block {
  padding: 0;
  width: 100%;
  margin-top: 25px;
  border-radius: 4px;
  border-top-width: 3px;
  border-top-style: solid;
  z-index: 1;
  float: none;
}

.mtimeline.mcenter-only .mtimeline-block .mcard {
  border: 0 !important;
}

.mtimeline.mcenter-only .mtimeline-block:before {
  content: "";
  right: 0;
  left: 0;
  position: absolute;
}

.mtimeline.mcenter-only .mtimeline-block .mtimeline-bubble {
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  top: -24px;
}

.mtimeline.mcenter-only .mtimeline-block:before {
  content: "";
  height: 10px;
  width: 10px;
  display: inline-block;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 10px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.mtimeline.mcenter-only .mtimeline-block.mborder-warning:before {
  border-color: #f5a811 !important;
}

.mtimeline.mcenter-only .mtimeline-block.mborder-primary:before {
  border-color: #7979ff !important;
}

.mtimeline.mcenter-only .mtimeline-block.mborder-danger:before {
  border-color: #f63b55 !important;
}

.mtimeline.mcenter-only .mtimeline-block.mborder-success:before {
  border-color: #0fd793 !important;
}

.mtimeline-small li {
  border: 0;
  padding-left: 50px;
  background-color: transparent;
  border: 0;
}

.mtimeline-small li .mavatar {
  position: absolute;
  left: 13px;
  top: 13px;
  border-width: 3px;
  border-style: solid;
  z-index: 1;
  border-radius: 15px;
}

.mtimeline-small li .mavatar:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000000;
}

.mtimeline-small li:before {
  content: "";
  height: 1px;
  width: 12px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  left: 32px;
  top: 22px;
  z-index: 0;
}

.mtimeline-small li:after {
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  left: 23px;
  top: 0;
  z-index: 0;
}

.mcover-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
}

.mgallery-pic {
  height: 100px;
  overflow: hidden;
  position: relative;
  margin: 1px;
}

.muser-pic {
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0px;
  border-radius: 4px 4px 0 0;
}

.mposts .mgrid-sizer {
  width: 50%;
}

.mbtn.mcolorsettings {
  position: fixed;
  top: 85px;
  bottom: auto;
  right: -10px;
  border-radius: 20px 0 0 20px;
  padding: 7px 15px;
}

.mbtn.mcolorsettings span {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  animation: rotation 2s infinite linear;
  -moz-animation: rotation 2s infinite linear;
  -ms-animation: rotation 2s infinite linear;
  -webkit-animation: rotation 2s infinite linear;
}

.mbtn.mcolorsettings.mactive {
  right: 75px;
}

/* sidebar */
.msidebar-right {
  width: 75px;
  position: fixed;
  right: -85px;
  top: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 9999;
  background-color: #f7f7f7;
  color: #666666;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
}

.msidebar-right.mactive {
  right: 0;
}

/* Color select */
.mcolorselect,
.mcolorselect2 {
  margin: 0 5px 5px 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  border: 4px solid rgba(0, 0, 0, 0);
}

.mcolorselect input[type="radio"],
.mcolorselect2 input[type="radio"] {
  display: none;
}

.mcolorselect input[type="radio"]+label,
.mcolorselect2 input[type="radio"]+label {
  display: block;
  height: 34px;
  line-height: 34px;
  width: 34px;
  color: #000000;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 4px;
  border: 4px solid rgba(255, 255, 255, 0);
}

.mcolorselect input[type="radio"]+label i,
.mcolorselect2 input[type="radio"]+label i {
  font-size: 16px;
  display: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  background-color: #28a745;
  vertical-align: middle;
}

.mcolorselect input[type="radio"]:checked+label,
.mcolorselect2 input[type="radio"]:checked+label {
  border: 4px solid rgba(255, 255, 255, 0.3);
}

.mcolorselect input[type="radio"]:checked+label i,
.mcolorselect2 input[type="radio"]:checked+label i {
  display: inline-block;
}

.mcolorselect.mactive,
.mcolorselect2.mactive {
  position: relative;
  border: 4px solid rgba(0, 0, 0, 0.1);
}

.mselectoption {
  margin: 0 5px 5px 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  border: 4px solid rgba(0, 0, 0, 0.1);
  font-size: 8px;
  border-radius: 4px;
  text-align: center;
  background-color: #000000;
}

.mselectoption input[type="checkbox"] {
  display: none;
}

.mselectoption input[type="checkbox"]+label {
  display: block;
  height: 34px;
  line-height: 24px;
  width: 34px;
  color: #666666;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 4px;
  border: 4px solid rgba(255, 255, 255, 0);
}

.mselectoption input[type="checkbox"]:checked+label {
  color: #000000;
  border: 4px solid rgba(255, 255, 255, 0.3);
}

.mselectoption input[type="checkbox"]:checked+label i {
  display: inline-block;
}

.mselectoption.mactive {
  position: relative;
  border: 4px solid rgba(0, 0, 0, 0.1);
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -wemozbkit-transform: rotate(359deg);
  }
}

@-ms-keyframes rotation {
  from {
    -ms-transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(359deg);
  }
}

.maddtocartanimation {
  position: fixed;
  z-index: 9999;
  border-radius: 0;
  line-height: 30px;
  font-size: 20px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 4px;
  text-align: center;
  padding: 10px;
  margin-top: 0px;
  margin-left: 0px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  opacity: 0;
  margin-top: -80px;
  margin-left: -60px;
}

.maddtocartanimation img {
  max-height: 100px;
  max-height: 100px;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 10px;
}

.maddtocartanimation .mcountercartnumber {
  border-radius: 4px;
  padding: 5px 15px;
  line-height: 20px;
  color: #ffffff;
  background-color: #000000;
  display: inline-block;
  margin: 0 auto;
}

.maddtocartanimation.mactive {
  margin-top: -20px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
}

.mrtl {
  direction: rtl;
  text-align: right;
}

.mrtl .mfloat-right {
  float: left !important;
}

.mrtl .mtext-left {
  text-align: right !important;
}

.mrtl .mtext-right {
  text-align: left !important;
}

.mrtl header .msearch>.mbtn {
  right: auto;
  left: 15px;
}

.mrtl header .mnavbar-brand {
  margin-right: 0;
  margin-left: 50px;
}

.mrtl header .mnavbar-brand .mlogo {
  margin-right: 0;
  margin-left: 15px;
}

.mrtl header.mactive .mnavbar-brand {
  margin-right: 0;
  margin-left: 30px;
}

.mrtl header.mactive .mnavbar-brand .mlogo {
  margin-right: 0;
  margin-left: 10px;
}

.mrtl header .mdropdown {
  text-align: right;
}

.mrtl header .mdropdown .mdropdown-menu {
  text-align: right;
}

.mrtl header .mdropdown .mdropdown-menu .mdropdown-item {
  text-align: right;
}

.mrtl header .mnavbar-nav>.mnav-item.mdropdown>.mdropdown-menu.mmegamenu .mmegamenu-sub-title .micon {
  margin-right: 0;
  margin-left: 15px;
}

.mrtl .mloader-logo .mlogo {
  margin-left: 20px;
  margin-right: 0;
}

.mrtl .mloader-logo .mlogo-text {
  text-align: right;
}

.mrtl .msidebar-right {
  right: auto;
  left: -85px;
}

.mrtl .msidebar-right.mactive {
  right: auto;
  left: 0;
}

.mrtl .msidebar-right .mcolorselect {
  margin: 0 0px 5px 5px;
}

.mrtl .mbtn.mcolorsettings {
  right: auto;
  left: -5px;
  border-radius: 0 20px 20px 0;
}

.mrtl .mbtn.mcolorsettings.mactive {
  right: auto;
  left: 65px;
}

.mrtl .msidebar {
  right: -290px;
  left: auto;
}

.mrtl.msidemenu-open .msidebar {
  right: 0;
}

.mrtl .mswiper-wrapper .mswiper-slide {
  direction: rtl;
}

.mrtl .mbottom-right {
  left: 15px;
  right: auto;
}

.mrtl .mbottom-left {
  right: 15px;
  left: auto;
}

.mrtl .mborder-left {
  border-left: 0 !important;
  border-right: 1px solid #dee2e6 !important;
}

.mrtl .mcol.mpl-0 {
  padding-left: 15px !important;
}

.mrtl .mpl-0 {
  padding-right: 0 !important;
}

.mrtl .mml-0,
.mrtl .mmx-0 {
  margin-right: 0 !important;
}

.mrtl .mpl-2,
.mrtl .mpx-2 {
  padding-left: inherit !important;
  padding-right: .5rem !important;
}

.mrtl .mmr-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.mrtl .mml-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.mrtl .mmx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mrtl .mmr-2,
.mrtl .mmx-2 {
  margin-left: .5rem !important;
  margin-right: 0 !important;
}

.mrtl .mmr-3,
.mrtl .mmx-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}

.mrtl .mml-3,
.mrtl .mmx-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

.mrtl .mmr-0,
.mrtl .mmx-0 {
  margin-left: 0 !important;
}

.mrtl .mnav {
  padding-right: 0;
}

.mfooter-menu
{
  background-color:#dddddd;
  z-index:99;
  font-size:12px;
  background-color: rgba(247,247,247, 0.85) !important;
  color:white;
}

#js-menu a,
#js-menu a:link,
#js-menu a:visited,
#js-menu a:hover,
#js-menu a:active,
#js-menu a:hover,
.close,
.close:link,
.close:visited,
.close:hover,
.close:active,
.close:hover,
.allothera,
.allothera:link,
.allothera:visited,
.allothera:hover,
.allothera:active,
.allothera:hover
{ text-decoration: none; /*color: inherit !important;*/ }

.mnavbar-brand h5 {
  margin-block-end: 0;
}


.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.mmain-container
{
  background-color: #ffffff;
  min-height: 100%;
}

.nobackgroundimage
{
  /* background-color: #9ab941; */
  background-color: #ffffff;
}

.primary-color{
  color: #000000 !important;
}

.rb-stamps-color{
  color: #9fcad6 !important;
}

.black-border
{
  border:1px solid !important;
}

.black-color
{
  color: #000000 !important;
}

.underline-black
{
  text-decoration: underline !important;
}