﻿@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Author
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #096da7;
  --secondary: #737373;
  --success: #b0e14f;
  --info: #4fd7e1;
  --warning: #e1ab4f;
  --danger: #de393e;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --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: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  text-align: left;
  background-color: #f9f9f9;
}

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

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

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

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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #096da7;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(2.4801136364, 30.0369318182, 46.0198863636);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  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: #737373;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 0.6875rem;
  color: #737373;
}

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: 0.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,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #262626;
}

h1, .h1 {
  font-size: 1.75rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.5;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eaeaea;
}

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: 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;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #bfbfbf;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #bfbfbf;
}
.table tbody + tbody {
  border-top: 2px solid #bfbfbf;
}

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

.table-bordered {
  border: 1px solid #bfbfbf;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #bfbfbf;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(186.12, 214.12, 230.36);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(127.08, 179.08, 209.24);
}

.table-hover .table-primary:hover {
  background-color: rgb(167.3385628743, 202.9732934132, 223.6414371257);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(167.3385628743, 202.9732934132, 223.6414371257);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(215.8, 215.8, 215.8);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(182.2, 182.2, 182.2);
}

.table-hover .table-secondary:hover {
  background-color: rgb(203.05, 203.05, 203.05);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(203.05, 203.05, 203.05);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(232.88, 246.6, 205.72);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(213.92, 239.4, 163.48);
}

.table-hover .table-success:hover {
  background-color: rgb(223.1008737864, 242.886407767, 183.933592233);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(223.1008737864, 242.886407767, 183.933592233);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(205.72, 243.8, 246.6);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(163.48, 234.2, 239.4);
}

.table-hover .table-info:hover {
  background-color: rgb(183.933592233, 238.8485436893, 242.886407767);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(183.933592233, 238.8485436893, 242.886407767);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(246.6, 231.48, 205.72);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(239.4, 211.32, 163.48);
}

.table-hover .table-warning:hover {
  background-color: rgb(242.886407767, 221.0819417476, 183.933592233);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(242.886407767, 221.0819417476, 183.933592233);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.76, 199.56, 200.96);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(237.84, 152.04, 154.64);
}

.table-hover .table-danger:hover {
  background-color: rgb(242.1171428571, 177.7028571429, 179.6548051948);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(242.1171428571, 177.7028571429, 179.6548051948);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #262626;
  background-color: #e9ecef;
  border-color: #bfbfbf;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  background-color: #f9f9f9;
  background-clip: padding-box;
  border: 1px solid #bfbfbf;
  border-radius: 1rem;
  box-shadow: inset 0 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.06);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #262626;
  background-color: #f9f9f9;
  border-color: rgb(59.0596590909, 176.3892045455, 244.4403409091);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(9, 109, 167, 0.25);
}
.form-control::placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ededed;
  box-shadow: none;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #262626;
  background-color: #f9f9f9;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-plaintext:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #737373;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 1.5rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(176, 225, 79, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #b0e14f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23b0e14f' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #b0e14f;
  box-shadow: 0 0 0 0.1rem rgba(176, 225, 79, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #b0e14f;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url(../Images/Chevron-down.svg) no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23b0e14f' 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") #f9f9f9 no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #b0e14f;
  box-shadow: 0 0 0 0.1rem rgba(176, 225, 79, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #b0e14f;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #b0e14f;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #b0e14f;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(195.5582524272, 232.427184466, 122.572815534);
  background-color: rgb(195.5582524272, 232.427184466, 122.572815534);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(176, 225, 79, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b0e14f;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #b0e14f;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: rgba(9, 109, 167, 0.25);
  box-shadow: 0 0 0 0.1rem rgba(176, 225, 79, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(222, 57, 62, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #de393e;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de393e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de393e' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #de393e;
  box-shadow: 0 0 0 0.1rem rgba(222, 57, 62, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #de393e;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url(../Images/Chevron-down.svg) no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23de393e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23de393e' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #f9f9f9 no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #de393e;
  box-shadow: 0 0 0 0.1rem rgba(222, 57, 62, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #de393e;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #de393e;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #de393e;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(229.2857142857, 100.7142857143, 104.6103896104);
  background-color: rgb(229.2857142857, 100.7142857143, 104.6103896104);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(222, 57, 62, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #de393e;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #de393e;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: rgba(9, 109, 167, 0.25);
  box-shadow: 0 0 0 0.1rem rgba(222, 57, 62, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2rem;
  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) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(9, 109, 167, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.6;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #096da7;
  border-color: #096da7;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(7.0440340909, 85.3110795455, 130.7059659091);
  border-color: rgb(6.3920454545, 77.4147727273, 118.6079545455);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.1rem rgba(45.9, 130.9, 180.2, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #096da7;
  border-color: #096da7;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(6.3920454545, 77.4147727273, 118.6079545455);
  border-color: rgb(5.7400568182, 69.5184659091, 106.5099431818);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(45.9, 130.9, 180.2, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(95.875, 95.875, 95.875);
  border-color: rgb(89.5, 89.5, 89.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.1rem rgba(136, 136, 136, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(89.5, 89.5, 89.5);
  border-color: rgb(83.125, 83.125, 83.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(136, 136, 136, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #b0e14f;
  border-color: #b0e14f;
}
.btn-success:hover {
  color: #212529;
  background-color: rgb(161.3313106796, 219.4296116505, 46.3203883495);
  border-color: rgb(155.9757281553, 216.1553398058, 36.8446601942);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.1rem rgba(154.55, 196.8, 73.3, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #b0e14f;
  border-color: #b0e14f;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: rgb(155.9757281553, 216.1553398058, 36.8446601942);
  border-color: rgb(148.1152912621, 205.2621359223, 34.9878640777);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(154.55, 196.8, 73.3, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #4fd7e1;
  border-color: #4fd7e1;
}
.btn-info:hover {
  color: #212529;
  background-color: rgb(46.3203883495, 207.572815534, 219.4296116505);
  border-color: rgb(36.8446601942, 203.8737864078, 216.1553398058);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.1rem rgba(72.1, 188.3, 197.4, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #4fd7e1;
  border-color: #4fd7e1;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: rgb(36.8446601942, 203.8737864078, 216.1553398058);
  border-color: rgb(34.9878640777, 193.5995145631, 205.2621359223);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(72.1, 188.3, 197.4, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #e1ab4f;
  border-color: #e1ab4f;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(219.4296116505, 155.4029126214, 46.3203883495);
  border-color: rgb(216.1553398058, 149.8349514563, 36.8446601942);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.1rem rgba(196.2, 150.9, 73.3, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #e1ab4f;
  border-color: #e1ab4f;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(216.1553398058, 149.8349514563, 36.8446601942);
  border-color: rgb(205.2621359223, 142.2839805825, 34.9878640777);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(196.2, 150.9, 73.3, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #de393e;
  border-color: #de393e;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(206.3571428571, 34.3928571429, 39.6038961039);
  border-color: rgb(195.4285714286, 32.5714285714, 37.5064935065);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.1rem rgba(226.95, 86.7, 90.95, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #de393e;
  border-color: #de393e;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(195.4285714286, 32.5714285714, 37.5064935065);
  border-color: rgb(184.5, 30.75, 35.4090909091);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(226.95, 86.7, 90.95, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.1rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.1rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #096da7;
  border-color: #096da7;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #096da7;
  border-color: #096da7;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.1rem rgba(9, 109, 167, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #096da7;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #096da7;
  border-color: #096da7;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(9, 109, 167, 0.5);
}

.btn-outline-secondary {
  color: #737373;
  border-color: #737373;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.1rem rgba(115, 115, 115, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #737373;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(115, 115, 115, 0.5);
}

.btn-outline-success {
  color: #b0e14f;
  border-color: #b0e14f;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #b0e14f;
  border-color: #b0e14f;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.1rem rgba(176, 225, 79, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #b0e14f;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #b0e14f;
  border-color: #b0e14f;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(176, 225, 79, 0.5);
}

.btn-outline-info {
  color: #4fd7e1;
  border-color: #4fd7e1;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #4fd7e1;
  border-color: #4fd7e1;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.1rem rgba(79, 215, 225, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #4fd7e1;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #4fd7e1;
  border-color: #4fd7e1;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(79, 215, 225, 0.5);
}

.btn-outline-warning {
  color: #e1ab4f;
  border-color: #e1ab4f;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #e1ab4f;
  border-color: #e1ab4f;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.1rem rgba(225, 171, 79, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #e1ab4f;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #e1ab4f;
  border-color: #e1ab4f;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(225, 171, 79, 0.5);
}

.btn-outline-danger {
  color: #de393e;
  border-color: #de393e;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #de393e;
  border-color: #de393e;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.1rem rgba(222, 57, 62, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #de393e;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #de393e;
  border-color: #de393e;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(222, 57, 62, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.1rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.1rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #096da7;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(2.4801136364, 30.0369318182, 46.0198863636);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 2rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-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: 0.875rem;
  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;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-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;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #096da7;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #bfbfbf;
  border-radius: 2rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #096da7;
  background-color: #096da7;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(9, 109, 167, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(59.0596590909, 176.3892045455, 244.4403409091);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(107.4517045455, 195.8039772727, 247.0482954545);
  border-color: rgb(107.4517045455, 195.8039772727, 247.0482954545);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ededed;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #f9f9f9;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #096da7;
  background-color: #096da7;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(9, 109, 167, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(9, 109, 167, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(9, 109, 167, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #f9f9f9;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(9, 109, 167, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #262626;
  vertical-align: middle;
  background: url(../Images/Chevron-down.svg) no-repeat;
  background-color: #f9f9f9;
  border: 1px solid #bfbfbf;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(59.0596590909, 176.3892045455, 244.4403409091);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(9, 109, 167, 0.25);
}
.custom-select:focus::-ms-value {
  color: #262626;
  background-color: #f9f9f9;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(59.0596590909, 176.3892045455, 244.4403409091);
  box-shadow: 0 0 0 0.1rem rgba(9, 109, 167, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #ededed;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  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: #262626;
  background-color: #f9f9f9;
  border: 1px solid #bfbfbf;
  border-radius: 2rem;
}
.custom-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: #262626;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 2rem 2rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.2rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1rem rgba(9, 109, 167, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1rem rgba(9, 109, 167, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.1rem rgba(9, 109, 167, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #096da7;
  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) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(107.4517045455, 195.8039772727, 247.0482954545);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #096da7;
  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) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(107.4517045455, 195.8039772727, 247.0482954545);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
  background-color: #096da7;
  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) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(107.4517045455, 195.8039772727, 247.0482954545);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #262626;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #096da7;
}

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

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-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) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: 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;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #096da7;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(2.4801136364, 30.0369318182, 46.0198863636);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(9, 109, 167, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #096da7;
  border-color: #096da7;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  font-weight: 400;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #096da7;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(6.3920454545, 77.4147727273, 118.6079545455);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(9, 109, 167, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #737373;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(89.5, 89.5, 89.5);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(115, 115, 115, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #b0e14f;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: rgb(155.9757281553, 216.1553398058, 36.8446601942);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(176, 225, 79, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #4fd7e1;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: rgb(36.8446601942, 203.8737864078, 216.1553398058);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(79, 215, 225, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #e1ab4f;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(216.1553398058, 149.8349514563, 36.8446601942);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(225, 171, 79, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #de393e;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(195.4285714286, 32.5714285714, 37.5064935065);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(222, 57, 62, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.8125rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(4.68, 56.68, 86.84);
  background-color: rgb(205.8, 225.8, 237.4);
  border-color: rgb(186.12, 214.12, 230.36);
}
.alert-primary hr {
  border-top-color: rgb(167.3385628743, 202.9732934132, 223.6414371257);
}
.alert-primary .alert-link {
  color: rgb(2.0720454545, 25.0947727273, 38.4479545455);
}

.alert-secondary {
  color: rgb(59.8, 59.8, 59.8);
  background-color: #e3e3e3;
  border-color: rgb(215.8, 215.8, 215.8);
}
.alert-secondary hr {
  border-top-color: rgb(203.05, 203.05, 203.05);
}
.alert-secondary .alert-link {
  color: rgb(34.3, 34.3, 34.3);
}

.alert-success {
  color: rgb(91.52, 117, 41.08);
  background-color: rgb(239.2, 249, 219.8);
  border-color: rgb(232.88, 246.6, 205.72);
}
.alert-success hr {
  border-top-color: rgb(223.1008737864, 242.886407767, 183.933592233);
}
.alert-success .alert-link {
  color: rgb(61.9936842105, 79.2532894737, 27.8267105263);
}

.alert-info {
  color: rgb(41.08, 111.8, 117);
  background-color: rgb(219.8, 247, 249);
  border-color: rgb(205.72, 243.8, 246.6);
}
.alert-info hr {
  border-top-color: rgb(183.933592233, 238.8485436893, 242.886407767);
}
.alert-info .alert-link {
  color: rgb(27.8267105263, 75.7309210526, 79.2532894737);
}

.alert-warning {
  color: rgb(117, 88.92, 41.08);
  background-color: rgb(249, 238.2, 219.8);
  border-color: rgb(246.6, 231.48, 205.72);
}
.alert-warning hr {
  border-top-color: rgb(242.886407767, 221.0819417476, 183.933592233);
}
.alert-warning .alert-link {
  color: rgb(79.2532894737, 60.2325, 27.8267105263);
}

.alert-danger {
  color: rgb(115.44, 29.64, 32.24);
  background-color: rgb(248.4, 215.4, 216.4);
  border-color: rgb(245.76, 199.56, 200.96);
}
.alert-danger hr {
  border-top-color: rgb(242.1171428571, 177.7028571429, 179.6548051948);
}
.alert-danger .alert-link {
  color: rgb(74.8593548387, 19.2206451613, 20.9066666667);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #096da7;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-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;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #262626;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #262626;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #096da7;
  border-color: #096da7;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(4.68, 56.68, 86.84);
  background-color: rgb(186.12, 214.12, 230.36);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(4.68, 56.68, 86.84);
  background-color: rgb(167.3385628743, 202.9732934132, 223.6414371257);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(4.68, 56.68, 86.84);
  border-color: rgb(4.68, 56.68, 86.84);
}

.list-group-item-secondary {
  color: rgb(59.8, 59.8, 59.8);
  background-color: rgb(215.8, 215.8, 215.8);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(59.8, 59.8, 59.8);
  background-color: rgb(203.05, 203.05, 203.05);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(59.8, 59.8, 59.8);
  border-color: rgb(59.8, 59.8, 59.8);
}

.list-group-item-success {
  color: rgb(91.52, 117, 41.08);
  background-color: rgb(232.88, 246.6, 205.72);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(91.52, 117, 41.08);
  background-color: rgb(223.1008737864, 242.886407767, 183.933592233);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(91.52, 117, 41.08);
  border-color: rgb(91.52, 117, 41.08);
}

.list-group-item-info {
  color: rgb(41.08, 111.8, 117);
  background-color: rgb(205.72, 243.8, 246.6);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(41.08, 111.8, 117);
  background-color: rgb(183.933592233, 238.8485436893, 242.886407767);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(41.08, 111.8, 117);
  border-color: rgb(41.08, 111.8, 117);
}

.list-group-item-warning {
  color: rgb(117, 88.92, 41.08);
  background-color: rgb(246.6, 231.48, 205.72);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(117, 88.92, 41.08);
  background-color: rgb(242.886407767, 221.0819417476, 183.933592233);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(117, 88.92, 41.08);
  border-color: rgb(117, 88.92, 41.08);
}

.list-group-item-danger {
  color: rgb(115.44, 29.64, 32.24);
  background-color: rgb(245.76, 199.56, 200.96);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(115.44, 29.64, 32.24);
  background-color: rgb(242.1171428571, 177.7028571429, 179.6548051948);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(115.44, 29.64, 32.24);
  border-color: rgb(115.44, 29.64, 32.24);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  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;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-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);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-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;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #bfbfbf;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #bfbfbf;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  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.765625rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  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.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #262626;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-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) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-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) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-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;
}
.carousel-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: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-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);
  }
}
.spinner-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 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #096da7 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(6.3920454545, 77.4147727273, 118.6079545455) !important;
}

.bg-secondary {
  background-color: #737373 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(89.5, 89.5, 89.5) !important;
}

.bg-success {
  background-color: #b0e14f !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(155.9757281553, 216.1553398058, 36.8446601942) !important;
}

.bg-info {
  background-color: #4fd7e1 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(36.8446601942, 203.8737864078, 216.1553398058) !important;
}

.bg-warning {
  background-color: #e1ab4f !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(216.1553398058, 149.8349514563, 36.8446601942) !important;
}

.bg-danger {
  background-color: #de393e !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(195.4285714286, 32.5714285714, 37.5064935065) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #bfbfbf !important;
}

.border-top {
  border-top: 1px solid #bfbfbf !important;
}

.border-right {
  border-right: 1px solid #bfbfbf !important;
}

.border-bottom {
  border-bottom: 1px solid #bfbfbf !important;
}

.border-left {
  border-left: 1px solid #bfbfbf !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #096da7 !important;
}

.border-secondary {
  border-color: #737373 !important;
}

.border-success {
  border-color: #b0e14f !important;
}

.border-info {
  border-color: #4fd7e1 !important;
}

.border-warning {
  border-color: #e1ab4f !important;
}

.border-danger {
  border-color: #de393e !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-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);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #096da7 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(2.4801136364, 30.0369318182, 46.0198863636) !important;
}

.text-secondary {
  color: #737373 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(51.25, 51.25, 51.25) !important;
}

.text-success {
  color: #b0e14f !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(108.8131067961, 150.7961165049, 25.7038834951) !important;
}

.text-info {
  color: #4fd7e1 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(25.7038834951, 142.2281553398, 150.7961165049) !important;
}

.text-warning {
  color: #e1ab4f !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(150.7961165049, 104.5291262136, 25.7038834951) !important;
}

.text-danger {
  color: #de393e !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(129.8571428571, 21.6428571429, 24.9220779221) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(173.625, 185.25, 196.875) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #737373 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    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;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #bfbfbf;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #bfbfbf;
  }
}
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=4.4.95");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=4.4.95") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=4.4.95") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=4.4.95") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=4.4.95") format("truetype");
  font-weight: normal;
  font-style: normal;
  src: url();
}
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2") format("woff2"), url("../fonts/materialdesignicons-webfont.woff") format("woff"), url("../fonts/materialdesignicons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.MM-Icons:before {
  display: inline-block;
  font: normal normal normal 0.875rem/1 "Material Design Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

.MM-Icons-SVG {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
}

.MM-Icon-Band::before {
  content: "\f848";
}

.MM-Icon-Profile::before {
  content: "\f004";
}

.MM-Icon-Musician::before {
  content: "\f004";
}

.MM-Icon-Place::before {
  content: "\f34e";
}

.MM-Icon-Teacher::before {
  content: "\f88f";
}

.MM-Icon-Organization::before {
  content: "\f2b2";
}

.MM-Icon-Admin::before {
  content: "\f499";
}

.MM-Icon-SuperAdmin::before {
  content: "\f0166";
}

.MM-Icon-Concert-Location {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Concert-Location-v1.svg);
  background-size: 100% 100%;
}

/*.MM-Icon-Festival-Location::before{
    content: $MM-Icons-festival-location;
} */
.MM-Icon-Festival-Location {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Festival-Locations.svg);
  background-size: 100% 100%;
}

.MM-Icon-Organizer {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Organizer.svg);
  background-size: 100% 100%;
}

.MM-Icon-Manager {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Organizer.svg);
  background-size: 100% 100%;
}

.MM-Icon-MusicProducer::before {
  content: "ﾺ";
}

.MM-Icon-SoundTechnician::before {
  content: "\f57e";
}

.MM-Icon-LightningTechnician::before {
  content: "\f6e7";
}

.MM-Icon-Studio {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Studio-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Transporter::before {
  content: "\f53e";
}

.MM-Icon-Teacher2 {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Music-Master.svg);
  background-size: 100% 100%;
}

.MM-Icon-VideoclipMaker::before {
  content: "\f230";
}

.MM-Icon-FilmMaker::before {
  content: "￮";
}

.MM-Icon-OtherMusicServices {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Other-Services-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Fan::before {
  content: "\f2cb";
}

.MM-Icon-Guest::before {
  content: "\f0189";
}

.MM-Icon-RehearsalRoom::before {
  content: "\f36c";
}

.MM-Icon-Studio2::before {
  content: "ﺿ";
}

.MM-Icon-Tour::before {
  content: "ｚ";
}

.MM-Icon-Disco {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Disco.svg);
  background-size: 100% 100%;
}

.MM-Icon-Tie::before {
  content: "\f677";
}

.MM-Icon-Seminar::before {
  content: "\f88f";
}

.MM-Icon-Expo {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Expo.svg);
  background-size: 100% 100%;
}

.MM-Icon-Concert {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Concert-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Conference {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Conference.svg);
  background-size: 100% 100%;
}

.MM-Icon-Events::before {
  content: "\f0ed";
}

.MM-Icon-3dot-h::before {
  content: "\f1d8";
}

.MM-Icon-Followed::before {
  content: "\f8cf";
}

.MM-Icon-Follow::before {
  content: "\f2d5";
}

.MM-Icon-Img-Gallery::before {
  content: "\f2f9";
}

.MM-Icon-Music-Albums::before {
  content: "\f333";
}

.MM-Icon-Ref_n_Cop::before {
  content: "\f019";
}

.MM-Icon-Chevron-down::before {
  content: "\f140";
}

.MM-Icon-Chevron-up::before {
  content: "\f143";
}

.MM-Icon-Remove {
  background: no-repeat url(../Images/MusicMonarchy/Icons/Remove-x.svg);
  background-size: 100% 100%;
}

.MM-Invert-1 {
  filter: invert(1);
}

body {
  min-width: 400px;
}

.MM-Header-Nav {
  min-width: 400px;
  background: #8c171f;
  box-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.08), 0rem 0.171875rem 0.09375rem rgba(0, 0, 0, 0.26);
  position: fixed;
  width: 100%;
  z-index: 2000;
  /*.MM-HN-LVL2-Global-V1 {
    background: $MM-C-Primary-d-700;

    .navbar-nav {
      padding: $MM-Form-check-inline-margin-x-16 0;

      a {
        margin-right: $MM-Form-check-inline-margin-x-16;
      }

      p {
        color: #fff;
        margin-bottom: 0.2em;
      }

      hr {
        border-top: 1px dashed $MM-C-Primary-d-400;
      }
    }
  }*/
}
@media (max-width: 991px) {
  .MM-Header-Nav .navbar {
    justify-content: unset;
  }
}
@media (max-width: 991px) {
  .MM-Header-Nav .MM-HN-Link-o {
    display: none;
  }
}
@media (min-width: 993px) {
  .MM-Header-Nav .MM-HN-Link-i {
    display: none;
  }
}
.MM-Header-Nav .navbar-toggler {
  margin-left: 1rem;
  border-color: #fff;
  line-height: inherit;
}
.MM-Header-Nav .navbar-brand {
  border-bottom: none;
  padding: 1.5rem;
  background-color: #da2228;
  margin: 0;
}
@media (max-width: 991px) {
  .MM-Header-Nav .navbar-brand {
    padding: 1rem;
    width: auto !important;
  }
}
.MM-Header-Nav .navbar-brand img {
  width: 7.8125rem;
  height: 3rem;
}
@media (max-width: 991px) {
  .MM-Header-Nav .navbar-brand img {
    width: 5.8125rem;
    height: 2.25rem;
  }
}
.MM-Header-Nav .navbar-brand:hover {
  border-bottom: none;
}
.MM-Header-Nav .MM-HN-LVL1 .btn,
.MM-Header-Nav .MM-HN-LVL1 button {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .MM-Header-Nav .MM-HN-LVL1 .btn,
  .MM-Header-Nav .MM-HN-LVL1 button {
    margin-left: 0.5rem;
  }
}
.MM-Header-Nav .MM-HN-LVL1 .btn.navbar-toggler,
.MM-Header-Nav .MM-HN-LVL1 button.navbar-toggler {
  font-size: inherit;
}
.MM-Header-Nav .MM-HN-LVL1 .MM-HN-LVL1R {
  display: flex;
  justify-content: flex-end;
}
.MM-Header-Nav .MM-HN-LVL1 .MM-HN-LVL1R a,
.MM-Header-Nav .MM-HN-LVL1 .MM-HN-LVL1R button {
  margin-bottom: auto;
  margin-top: auto;
}
.MM-Header-Nav .MM-HN-LVL2-Global,
.MM-Header-Nav .MM-HN-LVL2-Events,
.MM-Header-Nav .MM-HN-LVL2-Profiles {
  background: #fff;
  overflow: hidden;
  transition: height 0.2s;
}
.MM-Header-Nav .MM-HN-LVL2-Global .col-md-auto,
.MM-Header-Nav .MM-HN-LVL2-Events .col-md-auto,
.MM-Header-Nav .MM-HN-LVL2-Profiles .col-md-auto {
  display: flex;
}
@media (min-width: 992px) {
  .MM-Header-Nav .MM-HN-LVL2-Global,
  .MM-Header-Nav .MM-HN-LVL2-Events,
  .MM-Header-Nav .MM-HN-LVL2-Profiles {
    max-height: calc(100vh - 142px);
  }
  .MM-Header-Nav .MM-HN-LVL2-Global .MM-HN-LVL2-CNT,
  .MM-Header-Nav .MM-HN-LVL2-Events .MM-HN-LVL2-CNT,
  .MM-Header-Nav .MM-HN-LVL2-Profiles .MM-HN-LVL2-CNT {
    max-height: calc(100vh - 142px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .MM-Header-Nav .MM-HN-LVL2-Global,
  .MM-Header-Nav .MM-HN-LVL2-Events,
  .MM-Header-Nav .MM-HN-LVL2-Profiles {
    max-height: calc(100vh - 192px);
  }
  .MM-Header-Nav .MM-HN-LVL2-Global .MM-HN-LVL2-CNT,
  .MM-Header-Nav .MM-HN-LVL2-Events .MM-HN-LVL2-CNT,
  .MM-Header-Nav .MM-HN-LVL2-Profiles .MM-HN-LVL2-CNT {
    max-height: calc(100vh - 192px);
  }
}
@media (min-width: 768px) {
  .MM-Header-Nav .MM-HN-LVL2-Global .MM-HN-LVL2-CNT,
  .MM-Header-Nav .MM-HN-LVL2-Events .MM-HN-LVL2-CNT,
  .MM-Header-Nav .MM-HN-LVL2-Profiles .MM-HN-LVL2-CNT {
    overflow-y: auto;
    padding: 0 1rem 0 0;
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .MM-Header-Nav .MM-HN-LVL2-Global .navbar-nav,
  .MM-Header-Nav .MM-HN-LVL2-Events .navbar-nav,
  .MM-Header-Nav .MM-HN-LVL2-Profiles .navbar-nav {
    padding-right: 0.5rem;
    max-height: calc(100vh - 192px);
    overflow-y: auto;
  }
  .MM-Header-Nav .MM-HN-LVL2-Global .MM-HN-LVL2-CNT > .tab-content,
  .MM-Header-Nav .MM-HN-LVL2-Events .MM-HN-LVL2-CNT > .tab-content,
  .MM-Header-Nav .MM-HN-LVL2-Profiles .MM-HN-LVL2-CNT > .tab-content {
    overflow: hidden;
  }
}
.MM-Header-Nav .MM-HN-LVL2-Global {
  background: #721219;
  /*&.show ~ .MM-HN-LVL2-Events.show, &.show ~ .MM-HN-LVL2-Events.show {
    max-height: calc(100vh - 255px);
  }*/
}
.MM-Header-Nav .MM-HN-LVL2-NAV {
  width: 10.8125rem;
  padding: 2rem 1.5rem;
  background: #efefef;
  height: 100%;
}
@media (max-width: 767px) {
  .MM-Header-Nav .MM-HN-LVL2-NAV {
    width: 100%;
  }
}
.MM-Header-Nav .MM-HN-LVL2-NAV .nav .btn {
  background: #fff;
}
@media (min-width: 768px) {
  .MM-Header-Nav .MM-HN-LVL2-NAV .nav .btn {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .MM-Header-Nav .MM-HN-LVL2-NAV .nav .btn {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.MM-Header-Nav .MM-HN-LVL2-NAV .nav .btn.active, .MM-Header-Nav .MM-HN-LVL2-NAV .nav .btn.active:hover, .MM-Header-Nav .MM-HN-LVL2-NAV .nav .btn:hover {
  color: #fff;
  background: #737373;
}
.MM-Header-Nav .MM-HN-LVL2-NAV .nav p {
  margin-bottom: 1.5rem;
}
.MM-Header-Nav .MM-HN-LVL2-NAV .nav .btn-block {
  margin-top: 0;
}
.MM-Header-Nav .MM-HN-LVL2-CNT {
  padding: 2rem 0;
}
.MM-Header-Nav .MM-HN-Link-NB {
  border-color: transparent;
}
.MM-Header-Nav a:focus,
.MM-Header-Nav button:focus {
  box-shadow: none;
}
.MM-Header-Nav .MM-HEB {
  padding: 0.375rem;
  color: white;
  font-size: 10px;
  background: #3f0a0e;
}
.MM-Header-Nav .MM-HEB a {
  color: white;
  border-color: white;
  font-weight: normal;
  margin-right: 0.5rem;
  padding: 0.125rem;
  display: inline-block;
  cursor: pointer;
}
.MM-Header-Nav .MM-HEB a.active {
  font-weight: bold;
  border: none;
  cursor: default;
}

.MM-Header-Nav-Wrp {
  background: transparent;
}
@media (max-width: 991px) {
  .MM-Header-Nav-Wrp {
    height: 4.5rem;
  }
}
.MM-Header-Nav-Wrp #MM-ABW-closer {
  display: none;
}
.MM-Header-Nav-Wrp .MM-TN-Search-InputF {
  width: 2.25rem;
  padding-right: 0;
  /*-webkit-transition: all 0.05s ease-out;
  -moz-transition: all 0.05s ease-out;
  -o-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;*/
}
.MM-Header-Nav-Wrp .MM-HN-Search-DropDwn {
  display: none;
}

.MM-HNW-Search-Opnd {
  background: #4c4c4c;
}
.MM-HNW-Search-Opnd .MM-HN-AccN {
  display: none;
}
.MM-HNW-Search-Opnd .navbar-brand {
  background: none;
}
.MM-HNW-Search-Opnd #MM-ABW-closer {
  display: block;
  margin-right: auto;
}
.MM-HNW-Search-Opnd .MM-HN-LVL1 > .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.MM-HNW-Search-Opnd .MM-TN-Search-InputF {
  width: 100%;
  background: white;
}
.MM-HNW-Search-Opnd .MM-TN-Search-IF-Container {
  max-width: 66rem;
  flex: 1 1 auto !important;
}
@media screen and (min-width: 1406px) {
  .MM-HNW-Search-Opnd .MM-TN-Search-IF-Container {
    margin-left: auto;
  }
}
.MM-HNW-Search-Opnd .MM-TN-Search-IF-Container .mdi-magnify {
  color: inherit;
}
.MM-HNW-Search-Opnd .MM-TN-Search-IF-Container .mdi-magnify:hover {
  color: inherit;
  cursor: auto;
}
.MM-HNW-Search-Opnd .MM-TN-Search-IF-Container:hover .MM-TN-Search-InputF {
  background: white;
}
.MM-HNW-Search-Opnd .MM-HNW-Search-switch {
  display: none;
}
.MM-HNW-Search-Opnd .MM-HN-Search-DropDwn {
  display: block;
  background: #4c4c4c;
  height: calc(100vh - 96px);
}
@media (max-width: 991px) {
  .MM-HNW-Search-Opnd .MM-HN-Search-DropDwn {
    height: calc(100vh - 68px);
  }
}

.MM-TN-Search-IF-Container {
  margin-left: 1rem;
  flex: inherit;
  position: relative;
}
.MM-TN-Search-IF-Container .mdi-magnify {
  padding: 0.4375rem 0.8125rem;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
}
.MM-TN-Search-IF-Container .mdi-magnify:hover {
  color: inherit;
  cursor: pointer;
}
.MM-TN-Search-IF-Container:hover .MM-TN-Search-InputF {
  background: white;
}

.MM-TN-Search-InputF {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  border-radius: 2rem;
  border: 1px solid white;
  box-shadow: none;
  background: none;
}

.MM-HN-Search-DropDwn {
  padding-left: 16.25rem;
}
@media (max-width: 991px) {
  .MM-HN-Search-DropDwn {
    padding-left: 8.8125rem;
  }
}
@media (max-width: 575px) {
  .MM-HN-Search-DropDwn {
    padding-left: 0;
  }
}
.MM-HN-Search-DropDwn p, .MM-HN-Search-DropDwn h1, .MM-HN-Search-DropDwn h2, .MM-HN-Search-DropDwn h3, .MM-HN-Search-DropDwn h4, .MM-HN-Search-DropDwn h5, .MM-HN-Search-DropDwn h6 {
  color: white;
}
.MM-HN-Search-DropDwn hr {
  border-color: #999999;
}
.MM-HN-Search-DropDwn .border-right {
  border-right: 1px solid #999999 !important;
}
.MM-HN-Search-DropDwn button {
  color: white;
}
.MM-HN-Search-DropDwn button:hover {
  color: inherit;
}
.MM-HN-Search-DropDwn .dropdown-menu .dropdown-header {
  color: inherit;
}
.MM-HN-Search-DropDwn label {
  color: #999999;
}
.MM-HN-Search-DropDwn .MM-S-KW-hghlght {
  color: #4fd7e1;
}
.MM-HN-Search-DropDwn .MM-HN-Search-Extras,
.MM-HN-Search-DropDwn .MM-HN-Search-Results {
  height: calc((100vh - 96px - 17px) / 2 - 16px);
}

.MM-Header-Nav-LiIn .navbar-brand {
  width: 16.25rem;
}
.MM-Header-Nav-LiIn .MM-HN-AccN {
  background: #590e14;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .MM-Header-Nav-LiIn .MM-HN-AccN {
    padding: 0.625rem !important;
    margin-left: 1rem;
    height: 4.5rem;
  }
}
.MM-Header-Nav-LiIn .MM-HN-AccN .MM-Chips-Detailed.dropdown-toggle img {
  box-shadow: 0 0 0.625rem #da2228;
}
.MM-Header-Nav-LiIn .MM-HN-AccN .MM-Chips-Detailed:hover {
  cursor: pointer;
}
.MM-Header-Nav-LiIn .MM-HN-AccN .MM-Chips-Detailed::after {
  display: none;
}
.MM-Header-Nav-LiIn .MM-HN-AccN .MM-Chips-Detailed .badge {
  padding-right: 0.75rem;
}
.MM-Header-Nav-LiIn .MM-HN-AccN .MM-Chips-Detailed .MM-Chips-Cnt {
  padding-right: 0;
  border-right: 0;
}
@media (max-width: 991px) {
  .MM-Header-Nav-LiIn .MM-HN-AccN .MM-Chips-Detailed.dropdown-toggle .badge {
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
  }
}
@media (max-width: 991px) {
  .MM-Header-Nav-LiIn .MM-HN-AccN .MM-Chips-Detailed.dropdown-toggle .MM-Chips-Cnt {
    display: none;
  }
}
.MM-Header-Nav-LiIn .MM-HN-AccN .MM-DropDwn-Acc {
  max-height: calc(100vh - 118px);
  overflow-y: scroll;
}
.MM-Header-Nav-LiIn .MM-F-Badge-MS .MM-F-Badge-MS-txtWhite .MM-Chips-Cnt {
  color: white;
}
.MM-Header-Nav-LiIn .MM-F-Badge-MS .MM-F-Badge-MS-txtWhite .MM-Chips-C-Tag {
  color: #bfbfbf !important;
}
.MM-Header-Nav-LiIn .MM-F-Badge-MS .MM-F-Badge-MS-txtWhite .badge {
  max-width: 12.5rem;
}
.MM-Header-Nav-LiIn .MM-F-Badge-MS .MM-F-Badge-MS-txtWhite .badge .MM-Chips-Cnt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MM-Header-Nav-LiIn .btn-group a:after,
.MM-Header-Nav-LiIn .btn-group button:after {
  display: none !important;
}
.MM-Header-Nav-LiIn .btn-group:hover {
  cursor: pointer;
}
.MM-Header-Nav-LiIn .dropdown-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.MM-Header-Nav-LiIn .dropdown-item .mdi {
  display: inline-block;
  width: 1.5rem;
}
.MM-Header-Nav-LiIn .dropdown-divider.MM-DropDiv-inner {
  margin-left: 2.5rem;
}
.MM-Header-Nav-LiIn .MM-DropDwn-w308 {
  width: 19.25rem;
}
.MM-Header-Nav-LiIn .MM-DropDwn-w455 {
  width: 28.4375rem;
}
@media (max-width: 455px) {
  .MM-Header-Nav-LiIn .MM-DropDwn-w455 {
    width: 24.375rem;
  }
}
.MM-Header-Nav-LiIn .MM-F-Badge-MS.show {
  position: relative;
}
.MM-Header-Nav-LiIn .MM-F-Badge-MS.show:after {
  content: "";
  position: absolute;
  bottom: -0.1875rem;
  left: 1rem;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  width: 0;
}
.MM-Header-Nav-LiIn .MM-DropDwn-BTNGRP {
  position: relative;
}
.MM-Header-Nav-LiIn .MM-DropDwn-BTNGRP button.MM-HN-Link-o::after {
  display: none;
}
.MM-Header-Nav-LiIn .MM-DropDwn-BTNGRP.show {
  position: relative;
}
.MM-Header-Nav-LiIn .MM-DropDwn-BTNGRP.show:after {
  content: "";
  position: absolute;
  bottom: -0.5625rem;
  right: 0.75rem;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  width: 0;
}
.MM-Header-Nav-LiIn .MM-DropDwn-BTNGRP .dropdown-menu {
  top: 0.375rem !important;
}
.MM-Header-Nav-LiIn .MM-DropDwn-BTNGRP .dropdown-menu .inner_content_max_h {
  max-height: calc(100vh - 118px);
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA {
  border-top: 1px solid #e8e8e8;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .mdi {
  display: inline-block;
  width: 1.5rem;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table th, .MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table td {
  padding: 0.25rem 0.5rem;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table {
  margin-bottom: 0;
  text-align: center;
  width: auto;
  background: #f9f9f9;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table th {
  border-bottom: 0;
  border-top: 0;
  padding: 0.25rem;
  vertical-align: middle;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table th span.mdi {
  width: auto;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table tr:first-child td {
  border-top: 0;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table td {
  border-top: 1px dashed #e8e8e8;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table th, .MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table td {
  width: 2.8125rem;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table-borderless {
  background: none;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table-borderless th, .MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table-borderless td {
  padding: 0.3125rem 0.5rem 0.25rem;
  border: none;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .table th, .MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .dropdown-header {
  height: 2.8125rem;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .MM-DropDwn-Acc-GA-control-cont {
  position: relative;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .MM-DropDwn-Acc-GA-control-cont .table {
  border-left: 1px solid #e5e5e5;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Acc-GA .MM-DropDwn-Acc-GA-control-cont .MM-DropDwn-Acc-GA-control {
  position: absolute;
  top: 2.9375rem;
  left: -0.8125rem;
  border: 1px dashed #e5e5e5;
  cursor: pointer;
  background: white;
  text-align: center;
}
.MM-Header-Nav-LiIn .MM-F-Create-Profile {
  margin-left: 2.125rem;
}
.MM-Header-Nav-LiIn .MM-DropDwn-HDR, .MM-Header-Nav-LiIn .MM-DropDwn-FTR {
  padding: 0.5rem 1rem;
}
.MM-Header-Nav-LiIn .MM-ChpSta {
  position: absolute;
  font-size: 1.125rem;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1;
  border: 1px solid white;
  border-radius: 10rem;
  background: white;
  top: -0.4375rem;
  right: -0.4375rem;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Ntfs .MM-DropDwn-Msg-List {
  overflow: hidden scroll;
}
.MM-Header-Nav-LiIn .MM-DropDwn-Ntfs .MM-DropDwn-Msg-List .MM-DropDwn-Msg-LI-Content {
  width: 100%;
}

.MM-DropDwn-Acc-PRFs .MM-D-Acc-PRF-Fav {
  padding: 0.25rem 0 0.25rem 1rem;
}
.MM-DropDwn-Acc-PRFs .MM-D-Acc-PRF-Fav .mdi-star, .MM-DropDwn-Acc-PRFs .MM-D-Acc-PRF-Fav .mdi-star-outline:hover {
  color: #da2228;
  cursor: pointer;
}
.MM-DropDwn-Acc-PRFs .MM-DropDwn-Acc-PRF-itm .MM-F-Badge-MS {
  padding: 0.25rem 0;
  margin: 0;
}
.MM-DropDwn-Acc-PRFs .MM-DropDwn-Acc-PRF-itm .MM-F-Badge-MS .MM-Chips-Detailed {
  max-width: 11.25rem;
  display: block;
}
.MM-DropDwn-Acc-PRFs .MM-DropDwn-Acc-PRF-itm .MM-F-Badge-MS .MM-Chips-Cnt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MM-DropDwn-Acc-PRFs .MM-DropDwn-Acc-PRF-itm.active {
  background: #f4f4f4;
}
.MM-DropDwn-Acc-PRFs .MM-DropDwn-Acc-PRF-itm:hover {
  background: #f9f9f9;
}
.MM-DropDwn-Acc-PRFs .MM-D-Acc-PRF-pubprof {
  width: 4.375rem;
  line-height: 1.2;
  border-left: 1px solid #e5e5e5;
}
.MM-DropDwn-Acc-PRFs .MM-D-Acc-PRF-pubprof a {
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  display: block;
  border-bottom: 0;
  color: inherit;
  font-size: 0.625rem;
}
.MM-DropDwn-Acc-PRFs .minheight-300 {
  overflow: auto;
}

.minheight-300 {
  min-height: 150px;
  max-height: 300px !important;
}

.minheight-600 {
  overflow: auto;
  min-height: 150px;
  max-height: 600px !important;
}

.minheight-450 {
  overflow: auto;
  min-height: 450px;
}

.MM-HDR-BDY-WRP-SHDR {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.5);
}

.MM-ACC-BDY-WRP.MM-ABW-Toggled #accountDashboards,
.MM-ACC-BDY-WRP.MM-ABW-Toggled #accountEditProfile,
.MM-ACC-BDY-WRP.MM-ABW-Toggled #mainProfile {
  width: calc(100vw - 260px);
}
@media (max-width: 836px) {
  .MM-ACC-BDY-WRP.MM-ABW-Toggled #accountDashboards,
  .MM-ACC-BDY-WRP.MM-ABW-Toggled #accountEditProfile,
  .MM-ACC-BDY-WRP.MM-ABW-Toggled #mainProfile {
    width: calc(100vw - 72px);
    margin-left: auto;
  }
}
.MM-ACC-BDY-WRP.MM-ABW-Toggled .MM-Sdbr-ACC-Prf-Ttle {
  white-space: normal !important;
  text-overflow: initial;
}
@media (max-width: 836px) {
  .MM-ACC-BDY-WRP.MM-ABW-Toggled .MM-ACC-BDY-WRP-SHDR {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 500;
  }
}
.MM-ACC-BDY-WRP #accountDashboards,
.MM-ACC-BDY-WRP #accountEditProfile,
.MM-ACC-BDY-WRP #mainProfile {
  width: calc(100vw - 72px);
  min-width: 328px;
}
@media (max-width: 575px) {
  .MM-ACC-BDY-WRP #accountDashboards,
  .MM-ACC-BDY-WRP #accountEditProfile,
  .MM-ACC-BDY-WRP #mainProfile {
    width: 100%;
  }
}

#MM-ACC-Sidebar {
  position: relative;
  width: 4.625rem;
  background: #590e14;
}
#MM-ACC-Sidebar .MM-ACC-Sdbr-Content-WRP {
  z-index: 1;
  width: 4.5rem;
  margin-top: 8rem;
  position: fixed;
  height: calc(100vh - 128px);
  overflow-y: auto;
  overflow-x: hidden;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, #590e14 0%, #8c171f 100%);
}
@media (max-width: 991px) {
  #MM-ACC-Sidebar .MM-ACC-Sdbr-Content-WRP {
    height: calc(100vh - 100px);
    margin-top: 6.25rem;
  }
}
#MM-ACC-Sidebar .MM-ACC-Sdbr-Content {
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 0.5rem;
}
#MM-ACC-Sidebar .MM-Sdbr-ACC-Profile {
  text-align: center;
}
#MM-ACC-Sidebar .MM-Sdbr-ACC-Prf-Img {
  position: relative;
  width: 9.375rem;
  height: 9.375rem;
  margin: 0 auto;
}
#MM-ACC-Sidebar .MM-ChpSta {
  position: absolute;
  font-size: 1rem;
  height: 1.125rem;
  width: 1.125rem;
  line-height: 1;
  border: 1px solid white;
  border-radius: 10rem;
  background: white;
  top: -0.5rem;
  right: -0.25rem;
}
#MM-ACC-Sidebar .MM-ChpStr {
  color: white;
  position: absolute;
  font-size: 1rem;
  height: 1.125rem;
  width: 1.125rem;
  line-height: 1;
  top: -0.5rem;
  left: -0.25rem;
}
#MM-ACC-Sidebar label {
  color: white;
}
#MM-ACC-Sidebar .MM-F-Create-Profile {
  padding: 0;
}
#MM-ACC-Sidebar .MM-F-Create-Profile span {
  padding: 0.125rem;
  width: 2rem;
  height: 2rem;
}
#MM-ACC-Sidebar .MM-Sdbr-ACC-Prf-Ttle {
  margin-top: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#MM-ACC-Sidebar .MM-Sdbr-ACC-Prf-Ttle .MM-Chips-Cnt {
  color: white;
  font-size: 1.25rem;
}
#MM-ACC-Sidebar .MM-Sdbr-ACC-Prf-Ttle .MM-Chips-Cnt .MM-Chips-C-Tag {
  display: block;
  color: #bfbfbf;
  font-size: 0.625rem;
}
#MM-ACC-Sidebar hr {
  border-top-color: rgba(255, 255, 255, 0.25);
}
#MM-ACC-Sidebar .MM-Sdbr-MN-lst div {
  margin-left: 0 !important;
  text-align: center;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-lst label {
  text-align: center;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-lst a {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.3125rem 0;
  display: block;
  border-bottom: 0;
  color: white;
  font-weight: normal;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-lst a .mdi {
  color: #bfbfbf;
  width: 1rem;
  display: inline-block;
  text-align: center;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-lst a:hover {
  background: rgba(255, 255, 255, 0.25);
}
#MM-ACC-Sidebar .MM-Sdbr-MN-lst a:hover .mdi {
  color: white;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-lst a.active {
  background: rgba(218, 34, 40, 0.5);
}
#MM-ACC-Sidebar .MM-Avatar-C.MM-Avatar-C-150x150, #MM-ACC-Sidebar .MM-Sdbr-ACC-Prf-Img {
  width: 3.5rem;
  height: 3.5rem;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-lst-thide {
  display: none;
}
#MM-ACC-Sidebar .dropdown-menu.MM-DropDwn-Acc {
  width: 14rem;
  overflow: hidden;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm {
  padding-bottom: 0.25rem;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm .dropdown-toggle {
  padding-bottom: 0.25rem;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm .dropdown-toggle .MM-Avatar-C {
  position: relative;
  z-index: 10;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm .dropdown-toggle:after {
  display: none;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm .dropdown-toggle .MM-ChpSta {
  z-index: 15;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm.show::after {
  width: 2rem;
  height: 2.625rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  background: white;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm .dropdown-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm .MM-D-Acc-PRF-Fav {
  padding-left: 0.5rem;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm .badge {
  padding-left: 0.5rem;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm .dropdown-menu {
  border: 1px solid white;
}
#MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm .dropdown-menu .MM-DropDiv-inner {
  margin-left: 2.125rem;
}
@media (max-width: 836px) {
  #MM-ACC-Sidebar .container {
    max-width: 504px;
  }
}

.MM-ABW-Toggled {
  overflow: hidden;
}
@media (max-width: 1252px) {
  .MM-ABW-Toggled .container {
    max-width: 992px;
  }
}
@media (max-width: 1028px) {
  .MM-ABW-Toggled .container {
    max-width: 768px;
  }
}
@media (max-width: 836px) {
  .MM-ABW-Toggled #MM-ACC-Sidebar {
    position: absolute;
    z-index: 1000;
  }
  .MM-ABW-Toggled #accountDashboards, .MM-ABW-Toggled #accountEditProfile, .MM-ABW-Toggled #mainProfile {
    position: relative;
    z-index: 100;
  }
}
.MM-ABW-Toggled #MM-ACC-Sidebar {
  /*@media (max-width: $MM-BP-MD-px) {
    position: absolute;

    #mainProfile {
      width: 100%;
    }
  }*/
  width: 16.375rem;
  background: #590e14;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-ACC-Sdbr-Content-WRP {
  overflow-y: scroll;
  width: 16.375rem;
  left: -0.1875rem;
}
@media (max-width: 767px) {
  .MM-ABW-Toggled #MM-ACC-Sidebar .MM-ACC-Sdbr-Content-WRP {
    overflow: auto;
  }
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-ACC-Sdbr-Content-WRP::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-image: url(../Images/MUMO-Crown.svg);
  background-size: 400%;
  background-repeat: no-repeat;
  background-position: 85% 15%;
  z-index: 0;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Avatar-C.MM-Avatar-C-150x150, .MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-ACC-Prf-Img {
  width: 9.375rem;
  height: 9.375rem;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-lst div {
  text-align: left;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-lst label {
  text-align: left;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-lst a {
  text-align: left;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-lst a .mdi {
  width: 2rem;
}
.MM-ABW-Toggled #MM-ACC-Sidebar #MM-ABW-hide {
  display: inline;
}
.MM-ABW-Toggled #MM-ACC-Sidebar #MM-ABW-display {
  display: none;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-lst-thide {
  display: inline;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-Sxt {
  display: block;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-Pro-Tgl-Btn {
  border-radius: 0.25rem;
  width: 5rem;
  padding: 0.125rem;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-Pro-Tgl-Btn span:before {
  font-size: 0.625rem;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-Pro-Tgl-Btn:focus {
  box-shadow: none;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm {
  position: relative;
  cursor: pointer;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-MN-Prfl-itm a .mdi-account-plus {
  width: auto;
}
.MM-ABW-Toggled #MM-ACC-Sidebar > .MM-Sdbr-MN-Prfl-itm {
  position: relative;
  z-index: 100;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-ChpSta {
  font-size: 1.125rem;
  height: 1.25rem;
  width: 1.25rem;
  right: -0.25rem;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-ChpStr {
  font-size: 1.125rem;
  height: 1.25rem;
  width: 1.25rem;
  top: -0.25rem;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-ACC-Prf-Ttle {
  margin-top: 1.5rem;
}
.MM-ABW-Toggled #MM-ACC-Sidebar .MM-Sdbr-ACC-Prf-Ttle .MM-Chips-Cnt .MM-Chips-C-Tag {
  font-size: 0.875rem;
}

#MM-ABW-hide {
  display: none;
}

#MM-ABW-display {
  display: inline;
}

.MM-Sdbr-MN-Prfl-Sxt {
  display: none;
}

.MM-Footer-Nav {
  background-color: #262626;
  position: relative;
  color: #fff;
}
.MM-Footer-Nav::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.03;
  background-image: url(../Images/MUMO-Crown.svg);
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-size: 100%;
}
.MM-Footer-Nav #MM-Footer-Nav-Logo {
  width: 3rem;
  height: 7.8125rem;
}
.MM-Footer-Nav .row {
  padding: 3rem;
  /*&:last-child {
  padding-bottom: $MM-Form-check-inline-margin-x-48;
  @media (max-width: $MM-BP-LG) {
  padding: $MM-Form-check-inline-margin-x-32;
  }
  }*/
}
@media (max-width: 991px) {
  .MM-Footer-Nav .row {
    padding: 2rem;
  }
}
.MM-Footer-Nav .row nav {
  margin-bottom: 2rem;
}
.MM-Footer-Nav .row nav:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .MM-Footer-Nav .row nav {
    margin-bottom: 0;
  }
}
.MM-Footer-Nav .row .row {
  padding: 0;
}
.MM-Footer-Nav p {
  color: #fff;
  margin-bottom: 0;
}
.MM-Footer-Nav a, .MM-Footer-Nav .MM-a {
  font-weight: normal;
  color: #b6d4e5;
  border: 0;
  transition: all 0.2s ease-in-out;
}
.MM-Footer-Nav a:hover, .MM-Footer-Nav .MM-a:hover {
  color: #3a8ab9;
}
.MM-Footer-Nav .MM-Footer-Nav-CT {
  margin-top: 1rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .MM-Footer-Nav .MM-Footer-Nav-CT {
    display: none;
  }
}
.MM-Footer-Nav .MM-Footer-Nav-CT .MM-Icons {
  margin-right: 0.5rem;
}
.MM-Footer-Nav .MM-Footer-Nav-CT.collapsed .MM-Icon-Chevron-up::before {
  content: "\f140";
}
@media (max-width: 767px) {
  .MM-Footer-Nav .MM-Footer-Nav-ST {
    display: none;
  }
}
.MM-Footer-Nav nav:first .MM-Footer-Nav-CT {
  margin-top: 0;
}
.MM-Footer-Nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.MM-Footer-Nav ul li {
  line-height: 2em;
}
.MM-Footer-Nav ul li a {
  display: block;
}
.MM-Footer-Nav ul.MM-FN-V-UL li {
  display: inline-block;
  margin-right: 2rem;
  float: left;
}
.MM-Footer-Nav ul.MM-FN-V-UL li:last-child {
  margin: 0;
}
.MM-Footer-Nav ul.MM-FN-V-UL li a {
  display: inline;
}
@media (min-width: 768px) {
  .MM-Footer-Nav ul.collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .MM-Footer-Nav ul {
    margin-left: 1.5rem;
  }
}

.MM-Frame-MP-Bottom.MM-F-MP-minified footer {
  margin-bottom: 4.5625rem;
}
.MM-Frame-MP-Bottom footer {
  margin-bottom: 6.5rem;
}
@media (max-width: 575px) {
  .MM-Frame-MP-Bottom footer {
    margin-bottom: 6.0625rem;
  }
}

#MM-Frame-MPlayer {
  border-top: 1px solid #4c4c4c;
  z-index: 1500;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.625rem 0;
  background: #000000;
  color: #fff;
}
#MM-Frame-MPlayer .btn.btn-link {
  line-height: 1;
  font-size: 1.5rem;
}
#MM-Frame-MPlayer .btn.btn-link.btn-lg, #MM-Frame-MPlayer .btn-group-lg > .btn.btn-link {
  font-size: 2.5rem;
}
@media (max-width: 575px) {
  #MM-Frame-MPlayer .btn.btn-link.btn-lg, #MM-Frame-MPlayer .btn-group-lg > .btn.btn-link {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  #MM-Frame-MPlayer .btn.btn-link {
    padding: 0.375rem;
  }
}
#MM-Frame-MPlayer .MM-F-MP-Album-IMG {
  border: 0.125rem solid #fff;
  border-radius: 0.25rem;
}
#MM-Frame-MPlayer .progress {
  height: 0.25rem;
  background: #4c4c4c;
}
#MM-Frame-MPlayer .MM-F-Badge-MS {
  max-width: 40%;
}
@media (max-width: 575px) {
  #MM-Frame-MPlayer .MM-F-Badge-MS {
    font-size: 0.7rem;
    max-width: 100%;
  }
}
#MM-Frame-MPlayer .MM-F-Badge-MS a {
  width: 100%;
}
#MM-Frame-MPlayer .MM-F-Badge-MS .badge {
  border: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#MM-Frame-MPlayer .MM-F-MP-Album {
  max-width: 40%;
}
@media (max-width: 575px) {
  #MM-Frame-MPlayer .MM-F-MP-Album {
    font-size: 0.7rem;
    max-width: 100%;
  }
}
#MM-Frame-MPlayer .MM-F-MP-Album a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#MM-Frame-MPlayer .MM-F-MP-Song {
  max-width: 100%;
}
@media (max-width: 575px) {
  #MM-Frame-MPlayer .MM-F-MP-Song {
    font-size: 0.7rem;
  }
}
#MM-Frame-MPlayer .MM-F-MP-Song a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#MM-Frame-MPlayer .MM-F-Badge-MS a span, #MM-Frame-MPlayer a, #MM-Frame-MPlayer .btn.btn-link {
  font-weight: normal;
  color: #b6d4e5;
  border: 0;
  transition: all 0.2s ease-in-out;
}
#MM-Frame-MPlayer .MM-F-Badge-MS a span:hover, #MM-Frame-MPlayer a:hover, #MM-Frame-MPlayer .btn.btn-link:hover {
  color: #3a8ab9;
}
#MM-Frame-MPlayer .MM-F-MP-TBTN {
  position: absolute;
  background: #000000;
  border-top: 1px solid #4c4c4c;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  top: -2.375rem;
  right: 1rem;
}
#MM-Frame-MPlayer .MM-F-MP-TBTN button {
  margin-top: 0.1875rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#MM-Frame-MPlayer.MM-F-MP-minified .MM-F-Badge-MS,
#MM-Frame-MPlayer.MM-F-MP-minified .MM-F-MP-BF-Counter,
#MM-Frame-MPlayer.MM-F-MP-minified .MM-F-MP-ExtraFnct {
  display: none !important;
}
#MM-Frame-MPlayer.MM-F-MP-minified .MM-F-MP-Album-IMG {
  width: 2.5rem;
  height: auto;
}
#MM-Frame-MPlayer.MM-F-MP-minified .MM-F-MP-BasicData {
  margin-top: 0 !important;
  font-size: 0.7rem;
}
#MM-Frame-MPlayer.MM-F-MP-minified .MM-F-MP-BasicFnct .btn.btn-link {
  line-height: 1;
  font-size: 1.5rem;
  padding: 0.25rem 0.5rem;
}

.modal-backdrop {
  width: 200vw;
  height: 200vh;
}

.MM-ACLO {
  margin-top: 11rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .MM-ACLO {
    margin-top: 8.25rem;
    margin-bottom: 2rem;
  }
}
.MM-ACLO .MM-ACLO-NMF .MM-RBS {
  border-right: 1px solid #eaeaea;
}
.MM-ACLO .MM-card-body-separator-or {
  height: 0.5rem;
}
.MM-ACLO .MM-card-body-separator-or span {
  background: #fff;
  padding: 1rem;
  border-radius: 5rem;
}
.MM-ACLO .MM-card-body-footer .btn {
  margin-right: 1rem;
}
.MM-ACLO .MM-card-body-footer .btn:last-child {
  margin-right: 0;
}
.MM-ACLO .MM-card-body-footer .btn.MM-BTN-FB span.mdi {
  color: #3b589c;
}
.MM-ACLO .MM-card-body-footer .btn.MM-BTN-FB:hover {
  background: #3b589c;
  border-color: #3b589c;
}
.MM-ACLO .MM-card-body-footer .btn.MM-BTN-FB:hover span.mdi {
  color: #fff;
}
.MM-ACLO .MM-card-body-footer .btn.MM-BTN-TW span.mdi {
  color: #000000;
}
.MM-ACLO .MM-card-body-footer .btn.MM-BTN-TW:hover {
  background: #000000;
  border-color: #000000;
}
.MM-ACLO .MM-card-body-footer .btn.MM-BTN-TW:hover span.mdi {
  color: #fff;
}
.MM-ACLO .MM-card-body-footer .btn.MM-BTN-GO span.mdi {
  color: #dd3c2a;
}
.MM-ACLO .MM-card-body-footer .btn.MM-BTN-GO:hover {
  background: #dd3c2a;
  border-color: #dd3c2a;
}
.MM-ACLO .MM-card-body-footer .btn.MM-BTN-GO:hover span.mdi {
  color: #fff;
}
@media (max-width: 500px) {
  .MM-ACLO .MM-card-body-footer .btn .MM-BTN-F-S-TXT {
    display: none;
  }
}

.MM-CNP .MM-F-Acc {
  /*border-top: none;
  &:first-child{
      border: inherit;

  } */
}

.MM-PRDP {
  margin-top: -5rem;
  margin-bottom: 3rem;
}

.MM-PRDP-MBGIMG {
  margin-top: 8rem;
  height: 21.875rem;
  background-size: 110% auto !important;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-position 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .MM-PRDP-MBGIMG {
    height: 10rem;
  }
}
@media (max-width: 991px) {
  .MM-PRDP-MBGIMG {
    top: -260px;
    margin-top: 6.25rem;
  }
}
.MM-PRDP-MBGIMG .MM-PRDP-MAAV {
  border-width: 0.3125rem;
}

.MM-PRDP-MBGIMG-OV {
  background: #000000;
  content: "";
  display: block;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.25s;
  position: relative;
}
.MM-PRDP-MBGIMG-OV:hover {
  opacity: 0.5;
}
.MM-PRDP-MBGIMG-OV span {
  color: #fff;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.MM-PRDP-MAAV {
  border-width: 0.3125rem !important;
  position: absolute;
  top: -18.125rem;
}
@media (max-width: 991px) {
  .MM-PRDP-MAAV {
    top: -16.25rem;
  }
}
@media (max-width: 991px) {
  .MM-PRDP-MAAV {
    position: relative;
    top: auto;
    float: left;
    width: 4.25rem !important;
    height: 4.25rem !important;
    border-width: 0.1875rem !important;
    margin-right: 1rem;
  }
}

.MM-card-body-header .badge-ttl-bold {
  font-weight: bold;
}
.MM-card-body-header .progress {
  height: 0.25rem;
}

.MM-PRDP-TOPs {
  position: relative;
  z-index: 1100;
}

.breadcrumb {
  background: none;
  padding: 0;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.carousel {
  margin-bottom: 40px;
}
.carousel .carousel-control-prev {
  font-size: 2rem;
  width: 2rem;
  left: -2.5rem;
  background: white;
  border: none;
}
.carousel .carousel-control-prev span {
  color: #262626;
  background: #f9f9f9;
  border-radius: 0.5rem;
}
.carousel .carousel-control-next {
  font-size: 2rem;
  width: 2rem;
  right: -2.5rem;
  background: white;
  border: none;
}
.carousel .carousel-control-next span {
  color: #262626;
  background: #f9f9f9;
  border-radius: 0.5rem;
}
.carousel .carousel-indicators {
  bottom: -1.5625rem;
  margin: 0;
  padding: 0;
}
.carousel .carousel-indicators li {
  background-color: #bfbfbf;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 1.25rem;
  padding: 0;
  margin: 0 0.375rem 0 0;
  border-top: 0;
  border-bottom: 0;
}
.carousel .carousel-indicators li.avtive {
  background-color: #096da7;
}

.MM-Evnts-LV-Filters .MM-F-Acc + .MM-F-Acc {
  border-top: 0;
}

.MM-Filter-Reset a {
  border-bottom: 0;
}

.MM-Evnts-LV-Results .card.MM-CEventC:first-child {
  margin-top: 0;
}
.MM-Evnts-LV-Results .card.MM-CEventC {
  margin-top: 1rem;
}

.MM-News .MM-N-Posts .MM-NP-Gallery-Big {
  width: 100%;
  height: auto;
}
.MM-News .MM-N-Posts .MM-NP-Gallery-NewImages {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 14.4375rem;
}
.MM-News .MM-N-Posts .MM-NP-Gallery-NewImages div {
  overflow: hidden;
}
.MM-News .MM-N-Posts .MM-NP-Gallery-NewImages img {
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.MM-News .MM-N-Posts .MM-MusAlbGal .MM-MAG-Item-img {
  width: 100%;
  height: 14.4375rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.MM-News .MM-N-Posts .MM-MusAlbGal .MM-MAG-Item-img img {
  width: 100%;
  height: auto;
}
.MM-News .MM-N-Posts .MM-Gallery {
  overflow: hidden;
  border-radius: 0.5rem;
}
.MM-News .MM-N-Posts .MM-TweTexToAnch,
.MM-News .MM-N-Posts .MM-FacTexToAnch {
  word-break: break-word;
}

.MM-prf-new-mm-1 .btn.dropdown-toggle:after,
.MM-prf-new-mm-2 .btn.dropdown-toggle:after,
.MM-prf-new-mm-3 .btn.dropdown-toggle:after {
  display: none;
}
.MM-prf-new-mm-1 .card-body,
.MM-prf-new-mm-2 .card-body,
.MM-prf-new-mm-3 .card-body {
  padding-left: 1.875rem !important;
}

.exportToContentCanvas {
  border: 2px dashed #f4f4f4;
  padding: 0.625rem;
}

#exportToContent .list-border-bottom-dashed {
  border-bottom: 1px dashed #eaeaea;
}
#exportToContent .list-border-top-dashed {
  border-top: 1px dashed #eaeaea;
}
#exportToContent .MM-F-MP-Album-IMG {
  border-radius: 0.5rem;
}
#exportToContent .MM-G-IMG-Mask-PDF {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
#exportToContent .MM-G-IMG-Mask-PDF img {
  height: 100%;
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.MM-Event-DT-Sngl,
.MM-Event-DT-L,
.MM-Event-DT-R {
  position: relative;
  background: #ededed;
  line-height: 1;
  padding: 0.5rem 1rem;
}
.MM-Event-DT-Sngl span span,
.MM-Event-DT-L span span,
.MM-Event-DT-R span span {
  font-weight: bold;
}
.MM-Event-DT-Sngl .d-block,
.MM-Event-DT-L .d-block,
.MM-Event-DT-R .d-block {
  margin: 0;
}

.MM-Event-DT-Sngl {
  border-radius: 1rem;
}

.MM-Event-DT-L {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  margin-right: 0.5rem;
}

.MM-Event-DT-R {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.MM-Event-DT-R:after,
.MM-Event-DT-L:after {
  content: "";
  position: absolute;
  top: 50%;
  border-width: 0.5rem;
  border-style: solid;
  display: block;
  width: 0;
  transform: translateY(-50%);
}

.MM-Event-DT-L:after {
  right: -1rem;
  border-color: transparent transparent transparent #ededed;
}

.MM-Event-DT-R:after {
  left: 0;
  border-color: transparent transparent transparent #f9f9f9;
}

.MM-Event-Ev-B .MM-Event-Ev-B-Date {
  background: #ededed;
}
.MM-Event-Ev-B .MM-Event-Ev-B-Deta {
  overflow: hidden;
  background: #f9f9f9;
}
.MM-Event-Ev-B .MM-Event-Ev-B-Deta .MM-Event-Ev-B-Deta-IC {
  max-width: 100%;
}
.MM-Event-Ev-B .MM-Event-Ev-B-Deta .MM-Chips-Detailed .badge {
  background: #ededed;
}
.MM-Event-Ev-B .MM-Event-Ev-B-Deta .MM-Chips-Detailed .badge:hover {
  background: #e5e5e5;
}
.MM-Event-Ev-B .MM-Event-Ev-B-Deta .carousel-control-next, .MM-Event-Ev-B .MM-Event-Ev-B-Deta .carousel-control-prev {
  background: transparent;
}
.MM-Event-Ev-B .MM-Event-Ev-B-Deta .carousel-control-next span, .MM-Event-Ev-B .MM-Event-Ev-B-Deta .carousel-control-prev span {
  background: #e8e8e8;
}
@media (max-width: 767px) {
  .MM-Event-Ev-B .MM-MCar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.MM-Event-Ev-B .MM-MCar .carousel-control-next, .MM-Event-Ev-B .MM-MCar .carousel-control-prev {
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .MM-Event-Ev-B .MM-MCar .carousel-control-next, .MM-Event-Ev-B .MM-MCar .carousel-control-prev {
    width: 2.0625rem;
    padding: 0.375rem;
  }
}
.MM-Event-Ev-B .MM-MCar .carousel-control-next span, .MM-Event-Ev-B .MM-MCar .carousel-control-prev span {
  background: #e5e5e5;
}
.MM-Event-Ev-B .MM-MCar .carousel-control-next:hover, .MM-Event-Ev-B .MM-MCar .carousel-control-next.over, .MM-Event-Ev-B .MM-MCar .carousel-control-next:focus, .MM-Event-Ev-B .MM-MCar .carousel-control-next:active, .MM-Event-Ev-B .MM-MCar .carousel-control-prev:hover, .MM-Event-Ev-B .MM-MCar .carousel-control-prev.over, .MM-Event-Ev-B .MM-MCar .carousel-control-prev:focus, .MM-Event-Ev-B .MM-MCar .carousel-control-prev:active {
  background: #f9f9f9 !important;
}
.MM-Event-Ev-B .MM-Event-Ev-B-TimeLine ul {
  overflow: auto;
  flex-wrap: nowrap;
  display: flex;
}
.MM-Event-Ev-B .MM-Event-Ev-B-TimeLine ul li {
  position: relative;
  list-style: none;
  width: 2.5rem;
  flex: 0 0 auto;
  text-align: center;
}
.MM-Event-Ev-B .MM-Event-Ev-B-TimeLine ul .vert-line {
  height: 1rem;
  border: 1px solid #e5e5e5;
  position: absolute;
  bottom: -16px;
  left: 45%;
}
.MM-Event-Ev-B .MM-Event-Ev-B-TimeLine ul .circle {
  padding: 6px;
  border-radius: 1rem;
}
.MM-Event-Ev-B .MM-Event-Ev-B-TimeLine ul .active .circle {
  background: #e5e5e5;
}
.MM-Event-Ev-B .MM-Event-Ev-B-TimeLine ul .active .circle:hover {
  cursor: pointer;
  background: #bfbfbf;
}
.MM-Event-Ev-B .MM-Event-Ev-B-TimeLine ul .active.selected .vert-line {
  height: 12px;
  border-color: #096da7;
}
.MM-Event-Ev-B .MM-Event-Ev-B-TimeLine ul .active.selected .circle {
  background: #096da7;
  color: white;
}
.MM-Event-Ev-B .MM-Event-Ev-B-TimeLine ul .active.selected .circle:hover {
  cursor: pointer;
  background: #074e72;
}

.MM-Event-DateTab .nav-link {
  background: #ededed;
  color: inherit;
}
.MM-Event-DateTab .nav-link.active {
  background: #096da7;
  color: white;
}
.MM-Event-DateTab .nav-link.active .h3 {
  color: white;
}
.MM-Event-DateTab .nav.nav-tabs {
  border-bottom: 0;
}

.MM-SRP .MM-card-body-header > div {
  padding-bottom: 1.5rem;
}
.MM-SRP .MM-SRP-MT {
  position: relative;
}
.MM-SRP .MM-SRP-MT .badge {
  position: absolute;
  left: -2rem;
  top: 0.5625rem;
}
@media screen and (max-width: 1199px) {
  .MM-SRP .MM-SRP-MT .badge {
    position: relative;
    margin-right: 1rem;
    left: 0;
    top: -0.4375rem;
  }
}
@media screen and (max-width: 991px) {
  .MM-SRP .MM-SRP-FPs {
    display: none;
    background: #f9f9f9;
    border: 1px solid #efefef;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 1rem;
  }
  .MM-SRP .MM-SRP-FPs .MM-F-Badge-MS .badge-pill {
    background: #ededed;
  }
  .MM-SRP .MM-SRP-FPs input[type=text], .MM-SRP .MM-SRP-FPs input[type=number], .MM-SRP .MM-SRP-FPs select.custom-select {
    background-color: white;
  }
  .MM-SRP .MM-SRP-FPs .custom-select.custom-select-readonly {
    background-color: white;
  }
  .MM-SRP .MM-SRP-FPs .custom-select:disabled {
    background-color: #e9ecef;
  }
}
.MM-SRP .MM-SRP-FPs .MM-F-Acc {
  border-top: none;
}
.MM-SRP .form-check.form-check-inline {
  margin-right: 1rem;
}
.MM-SRP .MM-SRP-CCs .card {
  margin-right: 0;
  width: 13rem;
}
@media screen and (max-width: 1199px) {
  .MM-SRP .MM-SRP-CCs .card {
    width: 10.7rem;
  }
  .MM-SRP .MM-SRP-CCs .card .MM-CProfC-F {
    padding: 0.5rem 0.25rem;
  }
  .MM-SRP .MM-SRP-CCs .card .MM-CProfC-F .row .col {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media screen and (max-width: 991px) {
  .MM-SRP .MM-SRP-CCs .card {
    width: 11.7rem;
  }
}
@media screen and (max-width: 767px) {
  .MM-SRP .MM-SRP-CCs .card {
    width: 12.7rem;
  }
}
.MM-SRP .MM-SRP-CCs .small {
  font-size: 0.625rem;
}
.MM-SRP .MM-SRP-CCs.MM-CPC-LnsLst > div {
  flex: 100% !important;
  max-width: 100% !important;
}
.MM-SRP .MM-SRP-CCs.MM-CPC-LnsLst .card {
  width: 100%;
}

@media screen and (min-width: 992px) {
  #MM-SRP-FPs-BTN-toggle {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #MM-SRP-FPs-BTN-toggle {
    display: block;
  }
}
.MM-Car {
  width: 100%;
}

.MM-Cars-Container {
  width: 100%;
}

.MM-SCCs-CCs .card.MM-CProfC {
  margin: 0;
  width: 14rem;
}
@media screen and (max-width: 1199px) {
  .MM-SCCs-CCs .card.MM-CProfC {
    width: 11.5rem;
  }
}
@media screen and (max-width: 991px) {
  .MM-SCCs-CCs .card.MM-CProfC {
    width: 11rem;
  }
}
@media screen and (max-width: 767px) {
  .MM-SCCs-CCs .card.MM-CProfC {
    width: 13.7rem;
  }
}

.MM-CEventC {
  margin-right: 0;
  width: 100%;
}

.MM-CatHub .MM-F-Badge-MS {
  display: flex;
}
.MM-CatHub .MM-F-Badge-MS .MM-Chips-Detailed {
  margin: 0;
}
.MM-CatHub .MM-F-Badge-MS .mdi-check {
  position: absolute;
  left: 6px;
  top: 6px;
  height: 36px;
  width: 36px;
  margin: 0;
}
.MM-CatHub .MM-F-Badge-MS .mdi-check:before {
  padding: 8px;
}
.MM-CatHub .MM-F-Badge-MS .avatar-icon {
  position: absolute;
  left: 6px;
  top: 6px;
  height: 36px;
  width: 36px;
  margin: 0;
}
.MM-CatHub .MM-F-Badge-MS .avatar-icon:before {
  padding: 8px;
}
.MM-CatHub .MM-CH-Main-Title {
  text-align: center;
  position: relative;
}
.MM-CatHub .MM-CH-Main-Title .MM-F-Badge-MS {
  position: absolute;
  top: 0;
  right: 0;
}
.MM-CatHub .MM-CH-Main-Title .MM-F-Badge-MS .mdi-check {
  color: white;
}
.MM-CatHub .MM-Car {
  position: relative;
  min-height: 26.5rem;
  margin: 0;
  overflow: hidden;
}
.MM-CatHub .MM-Car .MM-Car-BG-IMG {
  opacity: 0.7;
  top: 50%;
  left: -12.5%;
  position: absolute;
  width: 125%;
  height: 125%;
  filter: blur(16px);
  -webkit-filter: blur(16px);
  transform: translateY(-50%);
  object-fit: cover;
}
.MM-CatHub .MM-Car .carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 26.5rem;
  background: #4c4c4c;
  padding-bottom: 6.25rem;
}
.MM-CatHub .MM-Car .carousel-item .MM-Car-Pane-BaseData {
  color: white;
}
.MM-CatHub .MM-Car .carousel-item .MM-Car-Pane-BaseData .h1 {
  color: white;
}
.MM-CatHub .MM-Car .carousel-item .MM-Car-Pane-BaseData label {
  color: white;
  margin: 0;
}
.MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Photos a {
  border: none;
}
.MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Photos img {
  margin: 0 1rem 1rem 0;
}
.MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Events .MM-CCS-BOp25 p, .MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Events .MM-CCS-BOp25 small, .MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Events .MM-CCS-BOp50 p, .MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Events .MM-CCS-BOp50 small, .MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Events .MM-CCS-BOp75 p, .MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Events .MM-CCS-BOp75 small {
  color: white;
}
.MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Songs span {
  color: white;
}
.MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Songs a {
  color: white;
  font-weight: normal;
  border-bottom-color: white;
}
.MM-CatHub .MM-Car .carousel-item .tab-content .MM-Car-Pane-Songs a:hover {
  color: white;
}
.MM-CatHub .MM-Car .carousel-indicators {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  position: static;
  justify-content: left;
}
.MM-CatHub .MM-Car .carousel-indicators li {
  height: auto;
  width: initial;
  background: none;
  margin-right: 0.75rem;
}
.MM-CatHub .MM-Car .carousel-indicators li > span {
  text-indent: initial;
  display: block;
}
.MM-CatHub .MM-Car .carousel-indicators .MM-Chips-Detailed {
  margin-bottom: 0;
}
.MM-CatHub .MM-Car .carousel-control-next-icon,
.MM-CatHub .MM-Car .carousel-control-prev-icon {
  width: auto;
  height: auto;
}
.MM-CatHub .MM-Car .carousel-control-prev, .MM-CatHub .MM-Car .carousel-control-next {
  background: none;
  z-index: 20;
}
.MM-CatHub .MM-Car .carousel-control-prev {
  padding-left: 1.875rem;
  left: 0;
}
.MM-CatHub .MM-Car .carousel-control-next {
  padding-right: 1.875rem;
  right: 0;
}
.MM-CatHub .MM-Car .MM-Car-Ind-Cont {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
  margin: 0;
  z-index: 10;
}
.MM-CatHub .MM-CBH-CNT-NAV a {
  margin-bottom: 0;
}
.MM-CatHub .MM-CatHub-Map {
  position: relative;
}
.MM-CatHub .MM-CatHub-Map #map {
  width: 100%;
  height: 420px;
}
.MM-CatHub .MM-CatHub-Map .card {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  height: 95%;
}
.MM-CatHub .MM-CatHub-Map .card .btn-link {
  color: white;
}
.MM-CatHub .MM-CatHub-Map .card .MM-CHM-Filters {
  text-align: left;
}
.MM-CatHub .MM-CatHub-Map .card .MM-CHM-Filters span {
  margin-right: 0.25rem;
}
.MM-CatHub .MM-CatHub-Map .card .btn-group-toggle label {
  display: block;
  margin-bottom: 0.5rem;
  background: none;
  color: white;
}
.MM-CatHub .MM-CatHub-Map .card .btn-group-toggle label:focus, .MM-CatHub .MM-CatHub-Map .card .btn-group-toggle label:hover, .MM-CatHub .MM-CatHub-Map .card .btn-group-toggle label:active {
  box-shadow: none !important;
}
.MM-CatHub .MM-CatHub-Map .card .btn-group-toggle label.active {
  color: #262626;
}
.MM-CatHub .MM-CatHub-Map .card .btn-group-toggle label.active span.mdi {
  color: white;
}
.MM-CatHub .MM-CatHub-Map .card .btn-group-toggle label.active.MM-CHM-FC-Cyan {
  background: #23CDD9;
  border: 1px solid #23CDD9;
}
.MM-CatHub .MM-CatHub-Map .card .btn-group-toggle label.active.MM-CHM-FC-Ink {
  color: white;
  background: #5623D9;
  border: 1px solid #5623D9;
}
.MM-CatHub .MM-CatHub-Map .card .btn-group-toggle label.active.MM-CHM-FC-Green {
  background: #9CD923;
  border: 1px solid #9CD923;
}
.MM-CatHub .MM-CatHub-Map .card .btn-group-toggle label.active.MM-CHM-FC-Brown {
  background: #D99623;
  border: 1px solid #D99623;
}
.MM-CatHub .MM-CatHub-Map .card .MM-CHM-FC-Cyan span.mdi {
  color: #23CDD9;
}
.MM-CatHub .MM-CatHub-Map .card .MM-CHM-FC-Ink span.mdi {
  color: #5623D9;
}
.MM-CatHub .MM-CatHub-Map .card .MM-CHM-FC-Green span.mdi {
  color: #9CD923;
}
.MM-CatHub .MM-CatHub-Map .card .MM-CHM-FC-Brown span.mdi {
  color: #D99623;
}

.MM-Prev-BG-IMG {
  opacity: 0.7;
  top: 50%;
  left: -12.5%;
  position: absolute;
  width: 125%;
  height: 125%;
  filter: blur(16px);
  -webkit-filter: blur(16px);
  transform: translateY(-50%);
  object-fit: cover;
}

.MM-Prev-Cont-Bg {
  background: #4c4c4c;
}

.MM-Prev-Cont-Bg-Blur-75 {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
}

.MM-Prev-Cont-Bg-Blur-80 {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}

.MM-Prev-Cont-Bg-Blur-85 {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
}

.MM-MCar-NAV {
  display: inline-flex;
  margin-left: 3.8125rem;
  margin-right: 3.8125rem;
}

.MM-MCar-CatCards .card {
  min-height: 119px;
}
.MM-MCar-CatCards .MM-CCatC-T {
  min-height: 32px;
}
.MM-MCar-CatCards .MM-MCar-item {
  padding: 8px;
}

.MM-MCar-ProfCards .card.MM-CProfC {
  margin: 0;
  width: auto;
}
.MM-MCar-ProfCards .MM-CProfC-F {
  padding: 0.5rem 0.25rem !important;
}
.MM-MCar-ProfCards .MM-CProfC-F .row .col {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.MM-MCar-ProfCards .small {
  font-size: 0.625rem;
}
.MM-MCar-ProfCards .MM-MCar-item {
  padding: 16px;
}

.MM-MCar-EvntCards .MM-MCar-item {
  padding: 8px;
}

.MM-MCar {
  float: left;
  overflow: hidden;
  padding: 15px 45px;
  width: 100%;
  position: relative;
  margin: 0;
}
.MM-MCar .MM-MCar-inner {
  transition: 0.3s ease all;
  float: left;
}
.MM-MCar .MM-MCar-inner .MM-MCar-item {
  float: left;
}
.MM-MCar .carousel-control-next,
.MM-MCar .carousel-control-prev {
  position: absolute;
  top: 0;
  opacity: 1;
  padding: 8px 9px;
  width: 2.7rem;
  border-radius: 0;
  background: white;
}
.MM-MCar .carousel-control-next.over,
.MM-MCar .carousel-control-prev.over {
  pointer-events: none;
}
.MM-MCar .carousel-control-next.over span,
.MM-MCar .carousel-control-prev.over span {
  opacity: 0.3;
}
.MM-MCar .carousel-control-next:hover, .MM-MCar .carousel-control-next:focus,
.MM-MCar .carousel-control-prev:hover,
.MM-MCar .carousel-control-prev:focus {
  background: white;
  outline: none;
  box-shadow: none !important;
}
.MM-MCar .carousel-control-next:active,
.MM-MCar .carousel-control-prev:active {
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
}
.MM-MCar .carousel-control-prev {
  left: 0;
}
.MM-MCar .carousel-control-next {
  right: 0;
}

.MM-HoPa-TCar {
  overflow: hidden;
  margin-top: 9rem;
  padding: 3.125rem 0;
}
@media (max-width: 991px) {
  .MM-HoPa-TCar {
    margin-top: 7.625rem;
  }
}
.MM-HoPa-TCar .MM-HoPa-TCCont-MT p, .MM-HoPa-TCar .MM-HoPa-TCCont-MT span {
  line-height: 1.2;
}
.MM-HoPa-TCar .MM-HoPa-TCCont {
  /*position: relative;
  z-index: 10;*/
  background: rgba(243, 243, 243, 0.7);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 8px;
}
@media (max-width: 575px) {
  .MM-HoPa-TCar .MM-HoPa-TCCont {
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
  }
}
@media (max-width: 767px) {
  .MM-HoPa-TCar .MM-HoPa-TCCont .display-4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .MM-HoPa-BhghTxt .display-4 {
    font-size: 2.5rem;
  }
}

.MM-HoPa-TCont {
  margin-top: 9rem;
}
@media (max-width: 991px) {
  .MM-HoPa-TCont {
    margin-top: 7.625rem;
  }
}

.MM-HoPa-News.card {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.MM-HoPa-News h5 {
  margin-bottom: 0;
}
.MM-HoPa-News small {
  font-style: italic;
}
.MM-HoPa-News .btn-link:hover, .MM-HoPa-News .btn-link:focus {
  border: none;
  box-shadow: none;
}

.consentCookieLanglinks a {
  color: white !important;
  margin-left: 0.5rem;
  border-color: white;
  font-weight: normal;
  cursor: pointer;
}
.consentCookieLanglinks a:hover {
  border-color: white;
}
.consentCookieLanglinks a.active {
  border: none !important;
  font-weight: bold;
  cursor: default;
}

.MM-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.MM-icon-container .MM-Icons-SVG,
.MM-icon-container .MM-Icons:before {
  width: 28px;
  height: 28px;
}
.MM-icon-container .MM-Icons:before {
  font-size: 1.75rem;
}

.MM-Section-1bg {
  background: #f3f3f3;
}

.separator-bg-d2 {
  border-color: #bfbfbf;
}

.MM-min-h-48 {
  min-height: 48px;
}

.MM-min-h-105 {
  min-height: 6.5625rem;
}

@media (min-width: 768px) {
  .MM-min-h-72 {
    min-height: 73px;
  }
}
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=4.4.95");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=4.4.95") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=4.4.95") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=4.4.95") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=4.4.95") format("truetype");
  font-weight: normal;
  font-style: normal;
  src: url();
}
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2") format("woff2"), url("../fonts/materialdesignicons-webfont.woff") format("woff"), url("../fonts/materialdesignicons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.MM-Icons:before {
  display: inline-block;
  font: normal normal normal 0.875rem/1 "Material Design Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

.MM-Icons-SVG {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
}

.MM-Icon-Band::before {
  content: "\f848";
}

.MM-Icon-Profile::before {
  content: "\f004";
}

.MM-Icon-Musician::before {
  content: "\f004";
}

.MM-Icon-Place::before {
  content: "\f34e";
}

.MM-Icon-Teacher::before {
  content: "\f88f";
}

.MM-Icon-Organization::before {
  content: "\f2b2";
}

.MM-Icon-Admin::before {
  content: "\f499";
}

.MM-Icon-SuperAdmin::before {
  content: "\f0166";
}

.MM-Icon-Concert-Location {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Concert-Location-v1.svg);
  background-size: 100% 100%;
}

/*.MM-Icon-Festival-Location::before{
    content: $MM-Icons-festival-location;
} */
.MM-Icon-Festival-Location {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Festival-Locations.svg);
  background-size: 100% 100%;
}

.MM-Icon-Organizer {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Organizer.svg);
  background-size: 100% 100%;
}

.MM-Icon-Manager {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Organizer.svg);
  background-size: 100% 100%;
}

.MM-Icon-MusicProducer::before {
  content: "ﾺ";
}

.MM-Icon-SoundTechnician::before {
  content: "\f57e";
}

.MM-Icon-LightningTechnician::before {
  content: "\f6e7";
}

.MM-Icon-Studio {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Studio-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Transporter::before {
  content: "\f53e";
}

.MM-Icon-Teacher2 {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Music-Master.svg);
  background-size: 100% 100%;
}

.MM-Icon-VideoclipMaker::before {
  content: "\f230";
}

.MM-Icon-FilmMaker::before {
  content: "￮";
}

.MM-Icon-OtherMusicServices {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Other-Services-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Fan::before {
  content: "\f2cb";
}

.MM-Icon-Guest::before {
  content: "\f0189";
}

.MM-Icon-RehearsalRoom::before {
  content: "\f36c";
}

.MM-Icon-Studio2::before {
  content: "ﺿ";
}

.MM-Icon-Tour::before {
  content: "ｚ";
}

.MM-Icon-Disco {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Disco.svg);
  background-size: 100% 100%;
}

.MM-Icon-Tie::before {
  content: "\f677";
}

.MM-Icon-Seminar::before {
  content: "\f88f";
}

.MM-Icon-Expo {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Expo.svg);
  background-size: 100% 100%;
}

.MM-Icon-Concert {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Concert-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Conference {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Conference.svg);
  background-size: 100% 100%;
}

.MM-Icon-Events::before {
  content: "\f0ed";
}

.MM-Icon-3dot-h::before {
  content: "\f1d8";
}

.MM-Icon-Followed::before {
  content: "\f8cf";
}

.MM-Icon-Follow::before {
  content: "\f2d5";
}

.MM-Icon-Img-Gallery::before {
  content: "\f2f9";
}

.MM-Icon-Music-Albums::before {
  content: "\f333";
}

.MM-Icon-Ref_n_Cop::before {
  content: "\f019";
}

.MM-Icon-Chevron-down::before {
  content: "\f140";
}

.MM-Icon-Chevron-up::before {
  content: "\f143";
}

.MM-Icon-Remove {
  background: no-repeat url(../Images/MusicMonarchy/Icons/Remove-x.svg);
  background-size: 100% 100%;
}

.MM-Invert-1 {
  filter: invert(1);
}

.dropdown-menu.MM-Dropd-Fx a:not([href]).active {
  color: white;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.bg-brand-red {
  background: #da2228;
}

.bg-brand-darkred {
  background: #8c171f;
}

.MM-Text-h1 {
  font-size: 1.75rem;
}

.MM-Text-h2 {
  font-size: 1.5rem;
}

.MM-Text-h3 {
  font-size: 1.25rem;
}

.MM-Text-h4 {
  font-size: 1.125rem;
}

.MM-Text-h5 {
  font-size: 1rem;
}

.MM-Text-h6 {
  font-size: 0.875rem;
}

.MM-Text-p {
  font-size: 0.875rem !important;
}

@media (min-width: 576px) {
  .card-columns.MM-CCols-11122 {
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .card-columns.MM-CCols-11122 {
    column-count: 1;
  }
}
@media (min-width: 992px) {
  .card-columns.MM-CCols-11122 {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .card-columns.MM-CCols-11122 {
    column-count: 2;
  }
}

.modal {
  z-index: 3000;
}
.modal ~ .tooltip.show {
  z-index: 4000 !important;
}

.mt-2-5 {
  margin-top: 0.75rem !important;
}

.p-2r {
  padding: 2rem;
}

.m-minus-05rem {
  margin: -0.5rem;
}

.m-minus-1rem {
  margin: -1rem;
}

.m-minus-15rem {
  margin: -1.5rem;
}

.m-minus-2rem {
  margin: -2rem;
}

.mm-z-index-1000 {
  z-index: 1000 !important;
}

.mm-z-index-2000 {
  z-index: 2000 !important;
}

.mm-z-index-2100 {
  z-index: 2100 !important;
}

.mm-z-index-2200 {
  z-index: 2200 !important;
}

@media (min-width: 992px) {
  .mm-z-index-LG-2200 {
    z-index: 2200 !important;
  }
}

.mm-z-index-2300 {
  z-index: 2300 !important;
}

.mm-z-index-2400 {
  z-index: 2400 !important;
}

.mm-z-index-3000 {
  z-index: 3000 !important;
}

.mm-z-index-4000 {
  z-index: 4000 !important;
}

@media (min-width: 992px) {
  .mm-z-index-LG-4000 {
    z-index: 4000 !important;
  }
}

.mm-z-index-5000 {
  z-index: 5000 !important;
}

.mm-z-index-6000 {
  z-index: 6000 !important;
}

.line-height-base {
  line-height: 1.5 !important;
}

.resize-none {
  resize: none;
}

.min-width-50 {
  min-width: 3.125rem !important;
}

.min-width-100 {
  min-width: 6.25rem !important;
}

@media only screen and (min-width: 576px) {
  .min-width-sm-100 {
    min-width: 6.25rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .min-width-md-100 {
    min-width: 6.25rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .min-width-lg-100 {
    min-width: 6.25rem !important;
  }
}

.min-width-125 {
  min-width: 7.8125rem !important;
}

.min-width-150 {
  min-width: 9.375rem !important;
}

.min-width-200 {
  min-width: 12.5rem !important;
}

@media only screen and (min-width: 576px) {
  .min-width-sm-200 {
    min-width: 12.5rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .min-width-md-200 {
    min-width: 12.5rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .min-width-lg-200 {
    min-width: 12.5rem !important;
  }
}

.min-width-300 {
  min-width: 18.75rem !important;
}

.mw-20 {
  max-width: 20%;
}

.w-20 {
  width: 20%;
}

.max-width-100 {
  max-width: 6.25rem !important;
}

.max-width-125 {
  max-width: 7.8125rem !important;
}

.max-width-150 {
  max-width: 9.375rem !important;
}

.max-width-175 {
  max-width: 10.9375rem !important;
}

.max-width-190 {
  max-width: 11.875rem !important;
}

.max-width-200 {
  max-width: 12.5rem !important;
}

.max-width-250 {
  max-width: 15.625rem !important;
}

.max-width-300 {
  max-width: 18.75rem !important;
}

.max-width-350 {
  max-width: 21.875rem !important;
}

.max-width-400 {
  max-width: 25rem !important;
}

.text-color-d250 {
  color: #bfbfbf;
}

.text-color-d100 {
  color: #dedede;
}

.text-color-d90 {
  color: #e8e8e8;
}

.text-color-d80 {
  color: #eaeaea;
}

.text-color-d70 {
  color: #ededed;
}

.text-color-d60 {
  color: #efefef;
}

.text-color-d50 {
  color: #f2f2f2;
}

.text-color-d40 {
  color: #f4f4f4;
}

.text-color-d30 {
  color: #f7f7f7;
}

.text-color-d20 {
  color: #f9f9f9;
}

.text-success-d20 {
  color: rgb(124.5339805825, 172.5825242718, 29.4174757282);
}

.text-success-d40 {
  color: rgb(61.6504854369, 85.4368932039, 14.5631067961);
}

.text-success-d60 {
  color: black;
}

.text-success-d20 {
  color: rgb(124.5339805825, 172.5825242718, 29.4174757282);
}

.text-success-d40 {
  color: rgb(61.6504854369, 85.4368932039, 14.5631067961);
}

.text-success-d60 {
  color: black;
}

.btn-outline-secondary.active .text-danger,
.btn-outline-secondary.active .text-primary, .btn-outline-secondary:hover .text-danger,
.btn-outline-secondary:hover .text-primary, .btn-outline-secondary.active:hover .text-danger,
.btn-outline-secondary.active:hover .text-primary,
.btn-outline-primary.active .text-danger,
.btn-outline-primary.active .text-primary,
.btn-outline-primary:hover .text-danger,
.btn-outline-primary:hover .text-primary,
.btn-outline-primary.active:hover .text-danger,
.btn-outline-primary.active:hover .text-primary {
  color: #FFF !important;
}

.white-space-normal {
  white-space: normal !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer-forced {
  cursor: pointer !important;
}

.loader-center-img-cropper {
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

.loader-center-img-avatar-cropper {
  top: -8%;
}

.loader-center-img-bg-cropper {
  top: -4%;
}

.loader {
  border: 0.5rem solid #f4f4f4;
  border-top: 0.5rem solid #096da7;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.MM-TewMedia .MM-TewMedia-img,
.MM-TewMedia .MM-TewMedia-gif,
.MM-TewMedia .MM-TewMedia-video {
  width: 100%;
  height: auto;
}
.MM-TewMedia .MM-GV2-VidContr {
  position: relative;
}

.btn-dropdown-clcnt {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 1.125rem;
  border-top-right-radius: 1.125rem;
}

.alert.alert-MM-LightGrey {
  background-color: #f9f9f9;
  border-color: #e5e5e5;
}

.MM-Strong {
  font-weight: bold;
}

.MM-ProgHeig-4 {
  height: 0.25rem;
}

.overflow-unset {
  overflow: unset !important;
}

.d-contents {
  display: contents !important;
}

.MM-Col-Gold {
  color: #D99623;
}

.MM-Col-Primary {
  color: #da2228;
}

.MM-Col-Secondary {
  color: #096da7;
}

.MM-Col-Grey-250 {
  color: #bfbfbf;
}

.MM-BG-Grey-10 {
  background: #fcfcfc;
}

.MM-BG-Grey-20 {
  background: #f9f9f9;
}

.MM-BG-Grey-30 {
  background: #f7f7f7;
}

.MM-BG-Grey-40 {
  background: #f4f4f4;
}

.MM-BG-Grey-50 {
  background: #f2f2f2;
}

.MM-BG-Grey-60 {
  background: #efefef !important;
}

.MM-BG-Grey-70 {
  background: #ededed;
}

.MM-BG-Grey-80 {
  background: #eaeaea;
}

.MM-Container-LVL1 {
  box-shadow: 0rem 0rem 0.041875rem rgba(0, 0, 0, 0.08), 0rem 0.0575rem 0.03125rem rgba(0, 0, 0, 0.26);
}

.MM-Container-LVL2 {
  box-shadow: 0rem 0rem 0.083125rem rgba(0, 0, 0, 0.08), 0rem 0.114375rem 0.0625rem rgba(0, 0, 0, 0.26);
}

.MM-Container-LVL3 {
  box-shadow: 0rem 0rem 0.125rem rgba(0, 0, 0, 0.08), 0rem 0.171875rem 0.09375rem rgba(0, 0, 0, 0.26);
}

.MM-Container-LVL4 {
  box-shadow: 0rem 0rem 0.166875rem rgba(0, 0, 0, 0.08), 0rem 0.229375rem 0.125rem rgba(0, 0, 0, 0.26);
}

.MM-Container-LVL6 {
  box-shadow: 0rem 0rem 0.25rem rgba(0, 0, 0, 0.08), 0rem 0.34375rem 0.1875rem rgba(0, 0, 0, 0.26);
}

.MM-Container-LVL8 {
  box-shadow: 0rem 0rem 0.333125rem rgba(0, 0, 0, 0.08), 0rem 0.458125rem 0.25rem rgba(0, 0, 0, 0.26);
}

.MM-NrwCls-8 {
  padding-left: 0.4375rem;
  padding-right: 0.4375rem;
}
.MM-NrwCls-8 .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.MM-NrwCls-4 {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}
.MM-NrwCls-4 .col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.card.MM-MC-Container > .card-body {
  padding: 3rem;
}
@media (max-width: 991px) {
  .card.MM-MC-Container > .card-body {
    padding: 1.5rem;
  }
}
.card.MM-MC-Container > .card-body.MM-card-body-HF {
  padding: 0;
}
.card.MM-MC-Container > .card-body.MM-card-body-HF .MM-card-body-header {
  padding: 3rem 3rem 0 3rem;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .card.MM-MC-Container > .card-body.MM-card-body-HF .MM-card-body-header {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.card.MM-MC-Container > .card-body.MM-card-body-HF .MM-card-body-content {
  padding: 3rem;
}
@media (max-width: 992px) {
  .card.MM-MC-Container > .card-body.MM-card-body-HF .MM-card-body-content {
    padding: 1.5rem;
  }
}
.card.MM-MC-Container > .card-body.MM-card-body-HF .MM-card-body-footer {
  background: #f4f4f4;
}
.card.MM-MC-Container > .card-body.MM-card-body-HF .MM-card-body-footer.MM-CBF-big {
  padding: 3rem 2rem;
}
@media (max-width: 991px) {
  .card.MM-MC-Container > .card-body.MM-card-body-HF .MM-card-body-footer.MM-CBF-big {
    padding: 3rem 2rem/2;
  }
}
.card.MM-MC-Container > .card-body.MM-card-body-HF .MM-card-body-footer.MM-CBF-medium {
  padding: 2rem;
}
@media (max-width: 991px) {
  .card.MM-MC-Container > .card-body.MM-card-body-HF .MM-card-body-footer.MM-CBF-medium {
    padding: 1rem;
  }
}
.card.MM-MC-Container > .card-body.MM-card-body-HF .MM-card-body-Fwidth {
  padding: 0;
}
.card.MM-MC-Container > .card-body .MM-card-header-content button:after {
  display: none;
}

@media (min-width: 992px) {
  .MM-CBH-CNT-NAV button {
    display: none;
  }
}
@media (max-width: 575px) {
  .MM-CBH-CNT-NAV button {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .MM-CBH-CNT-NAV .dropdown-menu {
    display: block !important;
    margin: 0;
    padding: 0;
    position: relative !important;
    border: none;
    transform: none !important;
  }
  .MM-CBH-CNT-NAV .dropdown-menu .nav {
    display: flex;
  }
  .MM-CBH-CNT-NAV .dropdown-menu .nav .dropdown-item {
    width: auto;
    padding: 0;
  }
  .MM-CBH-CNT-NAV .dropdown-menu .nav .dropdown-item:hover {
    background: none;
  }
}
@media (max-width: 991px) {
  .MM-CBH-CNT-NAV .dropdown-menu .nav {
    display: block;
  }
  .MM-CBH-CNT-NAV .dropdown-menu .nav .dropdown-item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .MM-CBH-CNT-NAV .dropdown-menu .nav .dropdown-item {
    width: auto;
    display: block;
  }
}
@media (max-width: 575px) {
  .MM-CBH-CNT-NAV .dropdown-menu .nav {
    display: flex;
  }
  .MM-CBH-CNT-NAV .dropdown-menu .nav .dropdown-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .MM-CBH-CNT-NAV .dropdown-menu .nav {
    border: none;
  }
}
@media (max-width: 991px) {
  .MM-CBH-CNT-NAV .dropdown-menu .nav .nav-link {
    border-bottom-width: 0;
    border-left-width: 0.1875rem;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .MM-CBH-CNT-NAV .dropdown-menu .nav .nav-link.active, .MM-CBH-CNT-NAV .dropdown-menu .nav .nav-link.active:hover {
    border-bottom: 0;
    border-left: 0.1875rem solid #096da7;
  }
}
@media (max-width: 991px) {
  .MM-CBH-CNT-NAV .dropdown-menu .nav .nav-link.active:after {
    border-color: transparent transparent transparent #096da7;
    bottom: auto;
    border-width: 0.3125rem 0 0.3125rem 0.3125rem;
    left: 0;
    top: 37%;
  }
}
@media (max-width: 991px) {
  .MM-CBH-CNT-NAV .dropdown-menu .nav .nav-link:hover {
    border-bottom: 0;
    border-left: 0.1875rem solid #eaeaea;
  }
}
.MM-CBH-CNT-NAV .nav {
  position: relative;
  bottom: -1px;
}
.MM-CBH-CNT-NAV .nav .nav-link {
  border-bottom-width: 0.1875rem;
}
.MM-CBH-CNT-NAV .nav .nav-link.active, .MM-CBH-CNT-NAV .nav .nav-link.active:hover {
  border-bottom: 0.1875rem solid #096da7;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  position: relative;
}
.MM-CBH-CNT-NAV .nav .nav-link.active:after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 45%;
  border-width: 0.3125rem 0.3125rem 0;
  border-style: solid;
  border-color: #096da7 transparent;
  display: block;
  width: 0;
}
.MM-CBH-CNT-NAV .nav .nav-link:hover {
  border-bottom: 0.1875rem solid #eaeaea;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

a {
  font-weight: 600;
  border-bottom: 1px dashed #6ba7ca;
}
a:hover {
  text-decoration: none;
  border-color: #096da7;
}

a.badge {
  border-bottom: 0;
}

.badge {
  text-transform: uppercase;
}

.badge-grey-250 {
  background: #bfbfbf;
}

.badge-grey-100 {
  background: #dedede;
}

.badge-grey-90 {
  background: #e8e8e8;
}

.badge-grey-80 {
  background: #eaeaea;
}

.badge-grey-70 {
  background: #ededed;
}

.badge-transparent {
  background: none !important;
}

.MM-F-Badge-MS .badge.MM-F-BMS-Active {
  background: #096da7;
  color: #fff;
}
.MM-F-Badge-MS .badge.MM-F-BMS-Active:hover {
  background: #074e72;
}

.MM-F-Badge-MS > span > label {
  display: block;
  margin: 0 0 0 0.75rem;
  color: #262626;
}
.MM-F-Badge-MS .MM-F-BMS-Active .badge-pill {
  background: #096da7;
  color: #fff;
}
.MM-F-Badge-MS .MM-F-BMS-Active .MM-Avatar-C {
  border: 2px solid #fff;
}
.MM-F-Badge-MS .MM-F-BMS-Active .MM-Chips-Cnt .MM-Chips-C-Tag {
  color: #fff;
}
.MM-F-Badge-MS .badge-pill {
  font-size: 0.875rem;
  text-transform: inherit;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 2rem;
  background: #f4f4f4;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.MM-F-Badge-MS .badge-pill span.mdi {
  margin-left: 0.75rem;
}
.MM-F-Badge-MS .badge-pill span.mdi.mdi-window-close {
  cursor: pointer;
}
.MM-F-Badge-MS .badge-pill.badge-outline {
  border: 1px solid #999999;
  background: none;
  color: white;
  /*.mdi:before {
    color: $MM-C-Grey-d-850;
  }*/
}
.MM-F-Badge-MS .badge-pill.badge-outline .MM-Chips-C-Tag {
  color: #999999;
}
.MM-F-Badge-MS .badge-pill.badge-small {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
.MM-F-Badge-MS .badge.MM-FBMS-Rate {
  background: none;
  padding: 0;
  text-align: left;
  display: flex;
  background: #eaeaea;
  border: 1px solid #eaeaea;
}
.MM-F-Badge-MS .badge.MM-FBMS-Rate label {
  font-size: 0.5625rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.MM-F-Badge-MS .badge.MM-FBMS-Rate .MM-FBMS-Rate-Given,
.MM-F-Badge-MS .badge.MM-FBMS-Rate .MM-FBMS-Rate-Given-only,
.MM-F-Badge-MS .badge.MM-FBMS-Rate .MM-FBMS-Rate-Self {
  line-height: 1.3;
  border: 1px solid #efefef;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
}
.MM-F-Badge-MS .badge.MM-FBMS-Rate .MM-FBMS-Rate-Self {
  padding: 0.375rem 0.5rem 0.375rem 1.125rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.MM-F-Badge-MS .badge.MM-FBMS-Rate .MM-FBMS-Rate-Given {
  padding: 0.375rem 1.125rem 0.375rem 0.5rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.MM-F-Badge-MS .badge.MM-FBMS-Rate .MM-FBMS-Rate-Given-only {
  padding: 0.375rem 1.125rem;
  border-radius: 2rem;
}
.MM-F-Badge-MS .badge.MM-FBMS-Rate .MM-FBMS-Rate-AddRate {
  line-height: 1.3;
  cursor: pointer;
  background: #dedede;
  border: 1px solid #bfbfbf;
  display: flex;
  flex-direction: column;
  padding: 0.375rem 1.125rem;
  border-radius: 2rem;
  /*label {
   color: #fff;
  }*/
}
.MM-F-Badge-MS .badge.MM-FBMS-Rate .MM-FBMS-Rate-AddRate:hover {
  color: #fff;
  background: #999999;
}
.MM-F-Badge-MS .badge.MM-FBMS-Rate .MM-FBMS-Rate-AddRate:hover label {
  color: #fff;
}
.MM-F-Badge-MS .badge.MM-FBMS-Rate .MM-FBMS-Rate-T {
  display: flex;
  align-items: center;
  padding: 0.375rem 1rem 0.375rem 2rem;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  margin-left: -1.25rem;
}
.MM-F-Badge-MS.MM-F-Badge-ellips .MM-Chips-Single, .MM-F-Badge-MS.MM-F-Badge-ellips .MM-Chips-Detailed {
  max-width: 100%;
}
.MM-F-Badge-MS.MM-F-Badge-ellips .badge {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MM-F-Badge-MS.MM-F-Badge-ellips .badge .MM-F-Badge-cont {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.MM-F-Badge-MS.MM-F-Badge-ellips .badge.MM-Chips-State {
  overflow: unset;
}
.MM-F-Badge-MS .badge-grey-250 {
  background: #bfbfbf !important;
}
.MM-F-Badge-MS .badge-grey-100 {
  background: #dedede !important;
}
.MM-F-Badge-MS .badge-grey-90 {
  background: #e8e8e8 !important;
}
.MM-F-Badge-MS .badge-grey-80 {
  background: #eaeaea !important;
}
.MM-F-Badge-MS .badge-grey-70 {
  background: #ededed !important;
}
.MM-F-Badge-MS [data-toggle=tooltip] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MM-F-Badge-Inact {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.MM-F-Badge-Inact .badge {
  display: block;
  border: 1px solid #de393e;
  margin: 0;
}
.MM-F-Badge-Inact .MM-Avatar-C-28x28 {
  top: 0.25rem;
  left: 0.25rem;
}
.MM-F-Badge-Inact .MM-Avatar-C-36x36 {
  top: 0.4375rem;
  left: 0.4375rem;
}

a.badge.badge-outline:hover {
  border: 1px solid white;
  background: #262626;
}

button.MM-F-Badge-MS.MM-F-BMS-Active .badge-pill:hover,
a.MM-Chips-Detailed.MM-F-BMS-Active .badge-pill:hover,
a.MM-F-Badge-MS.MM-F-BMS-Active .badge-pill:hover {
  background: #074e72;
}
button.MM-F-Badge-MS .badge-pill:hover,
a.MM-Chips-Detailed .badge-pill:hover,
a.MM-F-Badge-MS .badge-pill:hover {
  background: #efefef;
}
button.MM-F-Badge-MS .badge-pill.badge-outline:hover,
a.MM-Chips-Detailed .badge-pill.badge-outline:hover,
a.MM-F-Badge-MS .badge-pill.badge-outline:hover {
  border: 1px solid white;
  background: #262626;
}

.MM-Chips-Detailed .MM-Select-placeholder {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.MM-Chips-Detailed.dropdown-toggle {
  position: relative;
}
.MM-Chips-Detailed.dropdown-toggle:after {
  position: absolute;
  right: 18px;
  top: 50%;
  border-color: #bfbfbf;
  border-left-color: transparent;
  border-right-color: transparent;
}
.MM-Chips-Detailed.dropdown-toggle .badge {
  padding-right: 38px;
}
.MM-Chips-Detailed.dropdown-toggle .MM-Chips-Cnt {
  padding-right: 18px;
  border-right: 1px solid #e5e5e5;
}
.MM-Chips-Detailed.MM-F-BMS-Active.dropdown-toggle:after {
  border-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
}
.MM-Chips-Detailed.MM-F-BMS-Active.dropdown-toggle .MM-Chips-Cnt {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.MM-Chips-State {
  position: relative;
}
.MM-Chips-State .MM-ChpSta {
  position: absolute;
  font-size: 1.125rem;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1;
  border: 1px solid white;
  border-radius: 10rem;
  background: white;
  top: -0.4375rem;
  left: -0.4375rem;
}

.MM-Chips-Single {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-bottom: none;
}
.MM-Chips-Single .MM-Avatar-C {
  position: absolute;
  margin-left: 0;
  display: block;
}
.MM-Chips-Single .badge {
  padding-left: 2.375rem;
  margin: 0;
}
.MM-Chips-Single .badge.badge-outline {
  border: 1px solid #999999;
  background: none;
  color: white;
}

.MM-Chips-Detailed {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  border-bottom: none;
}
.MM-Chips-Detailed .MM-Avatar-C {
  position: absolute;
  margin-left: 0;
  display: block;
}
.MM-Chips-Detailed .badge {
  padding-left: 3.125rem;
  margin: 0;
  text-align: left;
}
.MM-Chips-Detailed .MM-Chips-Cnt {
  margin-left: 0;
}
.MM-Chips-Detailed .MM-Chips-Cnt .MM-Chips-C-Tag {
  color: #737373;
  font-size: 0.625rem;
  font-weight: normal;
  display: block;
  margin-left: 0;
}
.MM-Chips-Detailed .MM-Chips-Cnt .MM-Chips-C-Tag span {
  font-weight: bold;
}

.MM-Avatar-C-36x36 {
  width: 2.25rem;
  height: 2.25rem;
  left: 0.375rem;
  top: 0.375rem;
  border: none;
  box-shadow: none;
}

.MM-Event-C-36x36-custom {
  overflow: hidden;
  border-radius: 10rem;
}
.MM-Event-C-36x36-custom img {
  width: auto;
  height: 100%;
  margin-left: -50%;
}

.MM-Avatar-C-28x28 {
  width: 1.75rem;
  height: 1.75rem;
  left: 0.1875rem;
  top: 0.1875rem;
}

.MM-C_Outln .MM-Avatar-C-36x36 {
  left: 0.4375rem;
  top: 0.4375rem;
}
.MM-C_Outln .MM-Avatar-C-28x28 {
  left: 0.25rem;
  top: 0.25rem;
}

.MM-BNR p.small {
  margin-bottom: 0.2em;
  font-size: 0.7em;
  color: #737373;
}
.MM-BNR.MM-BNR-Placeholder a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 4px, #eaeaea 4px, #eaeaea 8px);
  border: 1px solid #e5e5e5;
}
.MM-BNR.MM-BNR-Placeholder a span {
  padding: 8px;
  background: #fff;
}
.MM-BNR.MM-BNR-Placeholder.MM-BNR-G-200x200 a {
  width: 200px;
  height: 200px;
}
.MM-BNR.MM-BNR-Placeholder.MM-BNR-G-250x250 a {
  width: 250px;
  height: 250px;
}
.MM-BNR.MM-BNR-Placeholder.MM-BNR-G-nx200-Dynamic a {
  width: 100%;
  height: 200px;
}
.MM-BNR.MM-BNR-Placeholder.MM-BNR-G-nx500-Dynamic a {
  width: 100%;
  height: 500px;
}
.MM-BNR.MM-BNR-Placeholder.MM-BNR-G-nx400-Dynamic a {
  width: 100%;
  height: 400px;
}
.MM-BNR.MM-BNR-Placeholder.MM-BNR-G-nx600-Dynamic a {
  width: 100%;
  height: 600px;
}
.MM-btn-uifdd::after {
  display: none;
}
.MM-btn-uifdd.MM-btn-uifdd-big .MM-Icons {
  display: flex;
}
.MM-btn-uifdd.MM-btn-uifdd-big .MM-Icons:before {
  font-size: 1.3em;
  width: 1.3em;
}

.MM-F-Create-Profile {
  padding: 0.5625rem 0.3125rem;
}
.MM-F-Create-Profile div, .MM-F-Create-Profile a {
  font-weight: normal;
  color: #262626;
  border: none;
}
.MM-F-Create-Profile div span, .MM-F-Create-Profile a span {
  border: 0.1875rem solid #e5e5e5;
  color: #e5e5e5;
  padding: 0.3125rem;
  border-radius: 1.875rem;
  display: inline-block;
  width: 2.375rem;
  height: 2.375rem;
  margin-right: 0.25rem;
}
.MM-F-Create-Profile div span:before, .MM-F-Create-Profile a span:before {
  width: 1.3125rem;
  height: 1.3125rem;
  text-align: center;
}
.MM-F-Create-Profile.MainCta div, .MM-F-Create-Profile.MainCta a {
  color: #096da7;
  font-weight: bold;
}
.MM-F-Create-Profile.MainCta div span, .MM-F-Create-Profile.MainCta a span {
  border: 0.1875rem solid #096da7;
  color: #096da7;
}

.MM-Avatar-C {
  background: #fff;
  border-radius: 10rem;
}
.MM-Avatar-C.MM-Avatar-CSP {
  border-radius: 1rem;
}
.MM-Avatar-C.MM-Avatar-C-32x32 {
  width: 2rem;
  height: 2rem;
}
.MM-Avatar-C.MM-Avatar-C-50x50 {
  width: 3.125rem;
  height: 3.125rem;
}
.MM-Avatar-C.MM-Avatar-C-66x66 {
  width: 4.125rem;
  height: 4.125rem;
}
.MM-Avatar-C.MM-Avatar-C-100x100 {
  width: 6.25rem;
  height: 6.25rem;
}
.MM-Avatar-C.MM-Avatar-C-150x150 {
  width: 9.375rem;
  height: 9.375rem;
}
.MM-Avatar-C.MM-Avatar-C-200x200 {
  width: 12.5rem;
  height: 12.5rem;
}
.MM-Avatar-C.MM-Avatar-C-313x172 {
  width: 19.5625rem;
  height: 10.75rem;
}
.MM-Avatar-C.MM-Avatar-C-32x32, .MM-Avatar-C.MM-Avatar-C-50x50, .MM-Avatar-C.MM-Avatar-C-66x66, .MM-Avatar-C.MM-Avatar-C-100x100, .MM-Avatar-C.MM-Avatar-C-150x150, .MM-Avatar-C.MM-Avatar-C-200x200, .MM-Avatar-C.MM-Avatar-C-313x172 {
  box-shadow: 0rem 0rem 0.25rem rgba(0, 0, 0, 0.25);
  border: 0.125rem solid #fff;
}
.MM-Avatar-C.MM-Avatar-C-Placeholder {
  background: #bfbfbf;
}
.MM-Avatar-C.MM-Avatar-C-Placeholder a {
  text-decoration: none;
  color: inherit;
  border-bottom: none;
}

.MM-F-Acc {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.MM-F-Acc h1,
.MM-F-Acc h2,
.MM-F-Acc h3,
.MM-F-Acc h4,
.MM-F-Acc h5,
.MM-F-Acc h6 {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0;
}
.MM-F-Acc h1:hover,
.MM-F-Acc h2:hover,
.MM-F-Acc h3:hover,
.MM-F-Acc h4:hover,
.MM-F-Acc h5:hover,
.MM-F-Acc h6:hover {
  cursor: pointer;
}

.no-pointer {
  cursor: default !important;
}
.no-pointer:hover {
  cursor: default !important;
}

.MM-F-Acc-Header button:after {
  display: none;
}
.MM-F-Acc-Header a.btn.btn-link {
  border: none;
  color: inherit;
}
.MM-F-Acc-Header a.btn.btn-link:hover {
  border: none;
}
.MM-F-Acc-Header a.btn .mdi {
  display: inline-block;
  transform: rotate(180deg);
}
.MM-F-Acc-Header a.btn.collapsed .mdi {
  display: inline-block;
  transform: rotate(0deg);
}

.MM-F-Acc-Content .modal-content h1:hover, .MM-F-Acc-Content .modal-content h2:hover, .MM-F-Acc-Content .modal-content h3:hover, .MM-F-Acc-Content .modal-content h4:hover, .MM-F-Acc-Content .modal-content h5:hover, .MM-F-Acc-Content .modal-content h6:hover {
  cursor: default;
}

.separator-0r {
  margin-top: 0;
  margin-bottom: 0;
}

.separator-05r {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.separator-1r {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.separator-2r {
  margin-top: 2em;
  margin-bottom: 2rem;
}

.separator-dashed {
  border-style: dashed;
}

.separator-width-2x {
  border-width: 2px;
}

.separator-width-3x {
  border-width: 3px;
}

.border-color-transparent {
  border-color: transparent !important;
}

.border-color-separator {
  border-color: #eaeaea !important;
}

.border-left-1 {
  border-left: 1px solid;
}

.border-left-10 {
  border-left: 10px solid;
}

.border-right-10 {
  border-right: 10px solid;
}

.border-top-1 {
  border-top: 1px solid;
}

.border-right-1 {
  border-right: 1px solid;
}

.border-bottom-1 {
  border-bottom: 1px solid;
}

@media (max-width: 1199px) {
  .border-left-xl {
    border-left: none !important;
  }
}

@media (max-width: 1199px) {
  .border-right-xl {
    border-right: none !important;
  }
}

@media (max-width: 991px) {
  .border-left-lg {
    border-left: none !important;
  }
}

@media (max-width: 991px) {
  .border-right-lg {
    border-right: none !important;
  }
}

@media (max-width: 767px) {
  .border-left-md {
    border-left: none !important;
  }
}

@media (max-width: 767px) {
  .border-right-md {
    border-right: none !important;
  }
}

@media (max-width: 575px) {
  .border-left-sm {
    border-left: none !important;
  }
}

@media (max-width: 575px) {
  .border-right-sm {
    border-right: none !important;
  }
}

.border-light-GR {
  border-color: #eaeaea;
}

.border-separator-grey {
  border-color: #eaeaea;
}

.border-color-GR-D-20 {
  border-color: #f9f9f9;
}

.border-1 {
  border-width: 1px;
  border-style: solid;
}

.border-color-separator-consistent {
  border-color: #eaeaea;
}

.MM-Gallery img {
  border-radius: 0.5rem;
}

.MM-G-IMG-Mask-Cnt .MM-G-IMG-Mask {
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}
.MM-G-IMG-Mask-Cnt .MM-G-IMG-Mask img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.maskedImg {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.maskedImg.maskedImg-50H {
  height: 3.125rem;
}
.maskedImg.maskedImg-100H {
  height: 6.25rem;
}
.maskedImg.maskedImg-150H {
  height: 9.375rem;
}
.maskedImg.maskedImg-200H {
  height: 12.5rem;
}
.maskedImg.maskedImg-250H {
  height: 15.625rem;
}
.maskedImg .img-fluid {
  width: 100%;
  object-fit: cover;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.MM-Gallery-V2, .MM-Videos-V2, .MM-Gallery-Folder-V2 {
  margin: -0.5rem;
}
.MM-Gallery-V2 .MM-GV2-IMG .MM-GalImg-OLD, .MM-Videos-V2 .MM-GV2-IMG .MM-GalImg-OLD, .MM-Gallery-Folder-V2 .MM-GV2-IMG .MM-GalImg-OLD {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  width: 100%;
}
.MM-Gallery-V2 .MM-GV2-IMG a.MM-GV2-IMG-Mask, .MM-Videos-V2 .MM-GV2-IMG a.MM-GV2-IMG-Mask, .MM-Gallery-Folder-V2 .MM-GV2-IMG a.MM-GV2-IMG-Mask {
  text-decoration: none;
  border-bottom: none;
}
.MM-Gallery-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask, .MM-Videos-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask, .MM-Gallery-Folder-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 0.25rem;
}
.MM-Gallery-V2 .MM-GV2-IMG img, .MM-Videos-V2 .MM-GV2-IMG img, .MM-Gallery-Folder-V2 .MM-GV2-IMG img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.MM-Gallery-V2 .MM-G-IMG-Mask, .MM-Videos-V2 .MM-G-IMG-Mask, .MM-Gallery-Folder-V2 .MM-G-IMG-Mask {
  margin: 0.5rem;
}

.MM-Gallery-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
  height: 16.5rem;
}
@media only screen and (max-width: 1199px) {
  .MM-Gallery-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
    height: 13.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .MM-Gallery-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
    height: 12.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .MM-Gallery-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
    height: 13.4375rem;
  }
}
@media only screen and (max-width: 575px) {
  .MM-Gallery-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
    height: 9.0625rem;
  }
}

.MM-Videos-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask, .MM-Gallery-Folder-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
  height: 12.625rem;
}
@media only screen and (max-width: 1199px) {
  .MM-Videos-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask, .MM-Gallery-Folder-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
    height: 10.3125rem;
  }
}
@media only screen and (max-width: 991px) {
  .MM-Videos-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask, .MM-Gallery-Folder-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
    height: 9.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .MM-Videos-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask, .MM-Gallery-Folder-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
    height: 6.6875rem;
  }
}
@media only screen and (max-width: 575px) {
  .MM-Videos-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask, .MM-Gallery-Folder-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
    height: 9.0625rem;
  }
}

.MM-Gallery-Folder-V2 .modal .MM-Gallery-V2 .MM-GV2-IMG-Mask:before, .MM-Gallery-Folder-V2 .modal .MM-Gallery-V2 .MM-GV2-IMG-Mask:after {
  display: none;
}
.MM-Gallery-Folder-V2 .MM-GV2-IMG-Mask {
  border-top-left-radius: 0 !important;
}
.MM-Gallery-Folder-V2 .MM-GV2-IMG-Mask:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 1px;
  left: 1px;
  width: 2rem;
  height: 2rem;
  background: rgba(50, 50, 50, 0.5);
}
.MM-Gallery-Folder-V2 .MM-GV2-IMG-Mask:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

.MM-GV2-VidContr img {
  z-index: 10;
}
.MM-GV2-VidContr .MM-GV2-IMG-Mask {
  position: relative;
  display: block;
  border: none;
}
.MM-GV2-VidContr .MM-GV2-VidContr-Play {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  font-size: 3rem;
  color: white;
  transition: all 0.05s ease-in-out;
  opacity: 0.8;
}
.MM-GV2-VidContr:hover {
  cursor: pointer;
  opacity: 1;
}
.MM-GV2-VidContr:hover .MM-GV2-VidContr-Play {
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 3.5rem;
}
.MM-GV2-VidContr:hover .MM-GV2-VidContr-Play span:hover {
  font-size: 3.875rem;
  color: white;
}

.MM-GV2-Title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 20;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.MM-ACC-BDY-WRP {
  min-width: 400px;
}
.MM-ACC-BDY-WRP .MM-Gallery-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
  width: 100%;
}
.MM-ACC-BDY-WRP .MM-Gallery-V2 .MM-Gallery-Folder-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
  width: 100%;
}
.MM-ACC-BDY-WRP.MM-ABW-Toggled .MM-Gallery-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
  width: 100%;
}
.MM-ACC-BDY-WRP.MM-ABW-Toggled .MM-Gallery-Folder-V2 .MM-GV2-IMG .MM-GV2-IMG-Mask {
  width: 100%;
}

.MM-Gallery-V2-4 {
  margin: -0.25rem;
}
.MM-Gallery-V2-4 .MM-G-IMG-Mask {
  margin: 0.25rem;
}

.MM-G-IMG-Auto {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.MM-G-IMG-32 {
  width: 2rem;
  height: 2rem;
}

.MM-G-IMG-64 {
  width: 4rem;
  height: 4rem;
}

.MM-G-IMG-98 {
  width: 6.125rem;
  height: 6.125rem;
}

.MM-G-IMG-128 {
  width: 8rem;
  height: 8rem;
}

.MM-G-IMG-192 {
  width: 12rem;
  height: 12rem;
}

.MM-G-IMG-226 {
  width: 14.125rem;
  height: 14.125rem;
}

.MM-G-IMG-268 {
  width: 16.75rem;
  height: 16.75rem;
}

.MM-G-IMG-268x134 {
  width: 16.75rem;
  height: 8.375rem;
}

.MM-G-IMG-313x172 {
  width: 19.5625rem;
  height: 10.75rem;
}

.MM-G-IMG-411x229 {
  width: 25.6875rem;
  height: 14.3125rem;
}

.MM-G-IMG-98x65 {
  width: 6.125rem;
  height: 4.0625rem;
}

.MM-GalImgs-OLD {
  position: relative;
}

.MM-GalImg-OLD {
  position: absolute;
  bottom: 0;
  width: 16.75rem;
  padding: 0.5rem 1rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.MM-GalImg-OLD a,
.MM-GalImg-OLD a:hover,
.MM-GalImg-OLD a:visited {
  color: white;
  border-color: white;
}

.MM-GalDet-Hero {
  height: 9.0625rem;
  overflow: hidden;
  width: 100%;
  border-radius: 0.5rem;
  position: relative;
}
.MM-GalDet-Hero img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.MM-GalEdiCon .MM-GEC-ImgSum {
  padding-top: 2.125rem;
}
.MM-GalEdiCon .MM-GEC-HeaBtns {
  padding-top: 1.625rem;
}
.MM-GalEdiCon .MM-GEC-HeaBtns button:after {
  display: none;
}
.MM-GalEdiCon .MM-GEC-SelDelT {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.MM-GalEdiCon .MM-GEC-IMGs .MM-G-IMG {
  width: 9.25rem;
  height: 9.25rem;
}
.MM-GalEdiCon .MM-GEC-IMGs .MM-G-IMG-Cont {
  margin-right: 1.125rem;
  margin-bottom: 1.125rem;
}
.MM-GalEdiCon .MM-GEC-IMGs .MM-G-IMG-Cont img {
  border: white solid;
}
.MM-GalEdiCon .MM-GEC-IMGs .MM-G-IMG-Cont input[type=checkbox] {
  display: none;
}
.MM-GalEdiCon .MM-GEC-IMGs .MM-G-IMG-Cont label {
  display: block;
  position: relative;
  cursor: pointer;
}
.MM-GalEdiCon .MM-GEC-IMGs .MM-G-IMG-Cont label:before {
  background-color: white;
  color: white;
  content: "";
  display: block;
  border: 1px solid grey;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid white;
  text-align: center;
  line-height: 28px;
}
.MM-GalEdiCon .MM-GEC-IMGs .MM-G-IMG-Cont :checked + label {
  border-color: #ddd;
  position: relative;
}
.MM-GalEdiCon .MM-GEC-IMGs .MM-G-IMG-Cont :checked + label:before {
  border-color: #096da7;
}
.MM-GalEdiCon .MM-GEC-IMGs .MM-G-IMG-Cont :checked + label img {
  border-color: #096da7;
}
.MM-GalEdiCon .MM-GEC-IMGs .MM-G-IMG-Cont :checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.8125rem;
  top: 0.5625rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid #096da7;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.MM-GalEdiCon .MM-GEC-UplProBar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  background: #f9f9f9;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.MM-GalEdiCon .MM-GEC-UplProBar .MM-GEC-UPB-Header {
  font-weight: bold;
}
.MM-GalEdiCon .MM-GEC-UplProBar .MM-GEC-UPB-Content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.MM-GalEdiCon .MM-GEC-UplProBar .MM-GEC-UPB-Content .row {
  margin-top: 0.5rem;
}
.MM-GalEdiCon .MM-GEC-UplProBar .progress {
  margin-top: 0.25rem;
  height: 0.25rem;
}
.MM-GalEdiCon .MM-GEC-IMGs-noimg {
  min-height: 20rem;
}
.MM-GalEdiCon img {
  border-radius: 0.5rem;
}

.MM-MusAlbGal img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
}
.MM-MusAlbGal .MM-MAG-Item .MM-MAG-Item-img {
  position: relative;
  margin-bottom: 0.5rem;
}
.MM-MusAlbGal .MM-MAG-Item .MM-MAG-Item-Res {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1.25rem;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  top: 0.5rem;
  left: 0.5rem;
}
.MM-MusAlbGal .MM-MAG-Item .progress-plcholder,
.MM-MusAlbGal .MM-MAG-Item .progress {
  height: 0.25rem;
}
.MM-MusAlbGal .MM-MAG-Item .mm-MeMus-Vynl-Labels {
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  text-align: left;
}
.MM-MusAlbGal .MM-MAG-Item .mm-MeMus-Vynl-Labels span {
  border: 2px solid #fff;
}
.MM-MusAlbGal .MM-MAG-Item .mm-MeMus-Vynl-cntrl {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  color: white;
  font-size: 3rem;
  transition: all 0.5s ease-in-out;
}
.MM-MusAlbGal .MM-MAG-Item a {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  display: block;
  border-bottom: 0;
}
.MM-MusAlbGal .MM-MAG-Item a:hover .mm-MeMus-Vynl-cntrl {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.MM-MusAlbGal .MM-MAG-Item a:hover .mm-MeMus-Vynl-cntrl span:hover {
  font-size: 3.5rem;
}

.text-inactive {
  color: #e8e8e8;
}

.MM-MusList {
  border-top: 1px solid #eaeaea;
}
.MM-MusList .MM-MusList-Cntrl {
  padding: 0.3125rem;
  border-radius: 1.875rem;
  width: 2rem;
  background: #e8e8e8;
  text-align: center;
}
.MM-MusList .MM-MusList-Cntrl:hover {
  color: white;
  background: #096da7;
  cursor: pointer;
}
.MM-MusList .MM-MusList-Cntrl.active {
  color: white;
  background: #096da7;
}
.MM-MusList .MM-MusList-Cntrl.active span, .MM-MusList .MM-MusList-Cntrl.active:hover span {
  color: #b0e14f;
}
.MM-MusList .MM-MusList-Cntrl.active:hover {
  background: #074e72;
}
.MM-MusList .MM-MusList-Cntrl.active:hover span {
  color: #b0e14f;
}
.MM-MusList .MM-MusList-Cntrl.played {
  position: relative;
}
.MM-MusList .MM-MusList-Cntrl.played span {
  background: white;
  border-radius: 1.875rem;
  width: 1.25rem;
  top: -0.3125rem;
  position: absolute;
  color: #b0e14f;
}
.MM-MusList .MM-MusList-item {
  border-bottom: 1px solid #eaeaea;
}
.MM-MusList .MM-MusList-item .MM-MLI-Data {
  max-width: 90%;
  min-width: 90%;
}
@media only screen and (max-width: 991px) {
  .MM-MusList .MM-MusList-item .MM-MLI-Data {
    max-width: 85%;
    min-width: 85%;
  }
}
.MM-MusList .MM-MusList-item .MM-MLI-Data .MM-MLI-DB {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MM-MusList .MM-MusList-DFW {
  min-width: 3.75rem;
}
.MM-MusList .MM-MusList-DMnu {
  border-left: 1px solid #eaeaea;
}

.MM-MedMusic .mm-MeMus-Vynl {
  float: left;
}

.mm-MeMus-Vynl {
  border-radius: 100rem;
  background: #ededed;
  position: relative;
  /*.mm-MeMus-Vynl-timr {
    position: absolute;
    text-align: center;
  }*/
}
.mm-MeMus-Vynl .mm-MeMus-Vynl-cntrl {
  display: none;
  position: absolute;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8rem;
  color: white;
  font-size: 3rem;
  transition: all 0.5s ease-in-out;
}
.mm-MeMus-Vynl:hover {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.mm-MeMus-Vynl:hover .mm-MeMus-Vynl-cntrl {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.mm-MeMus-Vynl:hover .mm-MeMus-Vynl-cntrl span:hover {
  font-size: 3.5rem;
}
.mm-MeMus-Vynl img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 8rem;
}
.mm-MeMus-Vynl .mm-MeMus-Vynl-IN {
  border-radius: 100rem;
  background: #f4f4f4;
  position: absolute;
  z-index: 1;
}
.mm-MeMus-Vynl .mm-MeMus-Vynl-IN .mm-MeMus-Vynl-INMI {
  border-radius: 100rem;
  background: #ededed;
}

.mm-MeMus-Vynl-128 {
  padding: 0.5rem;
  width: 8rem;
  height: 8rem;
}
.mm-MeMus-Vynl-128 .mm-MeMus-Vynl-cntrl {
  width: 7rem;
  height: 7rem;
}
.mm-MeMus-Vynl-128 .mm-MeMus-Vynl-IN {
  top: 0.5rem;
  padding: 0.5rem;
  width: 7rem;
  height: 7rem;
}
.mm-MeMus-Vynl-128 .mm-MeMus-Vynl-INMI {
  width: 1.125rem;
  height: 1.125rem;
}
.mm-MeMus-Vynl-128 .mm-MeMus-Vynl-timr {
  width: 7rem;
  bottom: 0.75rem;
}

.mm-MeMus-Vynl-64 {
  padding: 0.25rem;
  width: 4rem;
  height: 4rem;
}
.mm-MeMus-Vynl-64 .mm-MeMus-Vynl-cntrl {
  width: 3.5rem;
  height: 3.5rem;
}
.mm-MeMus-Vynl-64 .mm-MeMus-Vynl-IN {
  top: 0.25rem;
  padding: 0.25rem;
  width: 3.5rem;
  height: 3.5rem;
}
.mm-MeMus-Vynl-64 .mm-MeMus-Vynl-INMI {
  width: 0.625rem;
  height: 0.625rem;
}
.mm-MeMus-Vynl-64 .mm-MeMus-Vynl-timr {
  width: 3.5rem;
  bottom: 0.375rem;
}

.mm-MeMus-Vynl-96 {
  padding: 0.25rem;
  width: 6rem;
  height: 6rem;
}
.mm-MeMus-Vynl-96 .mm-MeMus-Vynl-cntrl {
  width: 5.5rem;
  height: 5.5rem;
}
.mm-MeMus-Vynl-96 .mm-MeMus-Vynl-IN {
  top: 0.25rem;
  padding: 0.25rem;
  width: 5.5rem;
  height: 5.5rem;
}
.mm-MeMus-Vynl-96 .mm-MeMus-Vynl-INMI {
  width: 0.625rem;
  height: 0.625rem;
}
.mm-MeMus-Vynl-96 .mm-MeMus-Vynl-timr {
  width: 5.5rem;
  bottom: 0.375rem;
}

.MM-MedSongItem {
  border-radius: 0.5rem;
}
.MM-MedSongItem .card-body {
  position: relative;
  background: #e8e8e8;
  padding: 0;
}
.MM-MedSongItem .card-body:hover {
  transition: all 0.5s ease-in-out;
}
.MM-MedSongItem .card-body:hover .mm-MeMus-Vynl-cntrl {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.MM-MedSongItem .card-body:hover .mm-MeMus-Vynl-cntrl span:hover {
  font-size: 3.5rem;
}
.MM-MedSongItem .card-body .card-header {
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem 0.5rem 0 0;
  height: 2.875rem;
  position: relative;
  z-index: 10;
}
.MM-MedSongItem .card-body .card-header .btn-group {
  right: 0.5rem;
  position: absolute;
}
.MM-MedSongItem .card-body .card-header .btn-group button {
  border: none;
  padding: 0.375rem;
}
.MM-MedSongItem .card-body .card-header .btn-group button:before {
  display: none;
}
.MM-MedSongItem .card-body .card-content {
  position: relative;
  z-index: 9;
  height: 6.25rem;
}
.MM-MedSongItem .card-body .MM-MedSongItem-SNGDTA {
  margin-bottom: 0.5rem;
}
.MM-MedSongItem .card-body .MM-MedSongItem-SNGDTA p {
  margin: 0;
}
.MM-MedSongItem .card-body .MM-MedSongItem-SNGDTA span {
  margin: 0;
}
.MM-MedSongItem .card-body .card-footer {
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.5rem 0.5rem 1rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 8;
}
.MM-MedSongItem .card-body .card-footer p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.MM-MedSongItem .card-body .card-footer span,
.MM-MedSongItem .card-body .card-footer a,
.MM-MedSongItem .card-body .card-footer a:hover,
.MM-MedSongItem .card-body .card-footer a:visited {
  color: white;
}
.MM-MedSongItem .card-body .card-footer a {
  font-size: 0.75rem;
  font-weight: normal;
  border-color: white;
}
.MM-MedSongItem .card-body .card-footer .btn-group .dropdown-menu {
  z-index: 100;
  max-width: 600px;
  max-height: 600px;
  overflow: scroll;
}
.MM-MedSongItem .card-body .card-footer .btn-group .dropdown-menu p {
  overflow: auto;
  max-width: none;
  text-overflow: unset;
  white-space: normal;
}
.MM-MedSongItem .card-body .mm-MeMus-Vynl {
  display: inline-block;
  top: 1.625rem;
  box-shadow: 0 0 1rem #999999;
}
.MM-MedSongItem .card-body .MM-MedSongItem-Albumbg {
  border-radius: 0.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.MM-MedSongItem .card-body .MM-MedSongItem-Albumbg img {
  position: relative;
  height: 100%;
  width: 100%;
  left: 50%;
  filter: blur(4px);
  object-fit: cover;
  transform: translateX(-50%);
}
.MM-MedSongItem.MM-MSI-W128 {
  width: 128px;
  margin-right: 1rem;
}
.MM-MedSongItem.MM-MSI-W128 .card-header {
  height: 1.5rem;
}
.MM-MedSongItem.MM-MSI-W128 .card-header .mm-MeMus-Vynl {
  left: 0.375rem;
  top: 0.25rem;
}
.MM-MedSongItem.MM-MSI-W128 .card-content {
  height: 5rem;
}
.MM-MedSongItem.MM-MSI-W128 .card-footer {
  min-height: 4.1875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.MM-MedSongItem.MM-MS-WC .card-header {
  height: 2rem;
}
.MM-MedSongItem.MM-MS-WC .mm-MeMus-Vynl {
  top: 0.625rem;
}

.MM-CntRef {
  background: #f9f9f9;
}
.MM-CntRef .text-inactive {
  color: #dedede !important;
}
.MM-CntRef .progress {
  height: 0.25rem;
}
.MM-CntRef button:before,
.MM-CntRef button:after {
  display: none !important;
}
.MM-CntRef input, .MM-CntRef select {
  background: white;
}
.MM-CntRef input:focus, .MM-CntRef select:focus {
  background: white;
}

.MM-Min-W10 {
  min-width: 10rem;
}

.MM-Min-W15 {
  min-width: 15rem;
}

.MM-Min-W20 {
  min-width: 20rem;
}

.MM-Min-W24 {
  min-width: 1.5rem;
}

.MM-Min-W25 {
  min-width: 25rem;
}

.MM-Rate {
  padding: 0.375rem;
  height: 2.125rem;
  width: 18.375rem;
  background: #f4f4f4;
  border-radius: 2rem;
}
.MM-Rate.MM-R-W160 {
  width: 10rem;
  padding: 0.25rem;
}
.MM-Rate.MM-R-W160 .MM-R-IC {
  height: 1.625rem;
}
.MM-Rate .MM-R-IC {
  height: 1.375rem;
  background: #fff;
  border-radius: 2rem;
  padding: 0.1875rem;
  position: relative;
}
.MM-Rate .MM-R-IC-C {
  width: 2.625rem;
  text-align: center;
}
.MM-Rate .MM-R-IC-P {
  background: #eaeaea;
  border-radius: 2rem;
  height: 0.75rem;
  width: 0.75rem;
  margin: 0.125rem;
}
.MM-Rate .MM-R-IC-P:hover {
  cursor: pointer;
  background: #dedede;
}
.MM-Rate .MM-R-IC-Ps {
  position: relative;
  z-index: 2;
}
.MM-Rate .MM-R-IC-Ps label {
  float: right;
  position: relative;
  cursor: pointer;
  margin: 0 0.1875rem 0 0;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
}
.MM-Rate .MM-R-IC-Ps label:before {
  font: normal normal normal 0.875rem/1 "Material Design Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  top: 0;
  content: "\f4ce";
}
.MM-Rate .MM-R-IC-Ps input {
  display: none;
}
.MM-Rate .MM-R-IC-Ps input:checked ~ label:before, .MM-Rate .MM-R-IC-Ps:not(:checked) > label:hover:before, .MM-Rate .MM-R-IC-Ps:not(:checked) > label:hover ~ label:before {
  color: #e1ab4f;
}
.MM-Rate .MM-R-IC-Ps input:checked ~ label {
  background: #e1ab4f !important;
}
.MM-Rate .MM-R-IC-Ps input:checked ~ label:before {
  color: white !important;
}
.MM-Rate .MM-R-IC-Ps:not(:checked) > label {
  background: #f7f7f7;
}
.MM-Rate .MM-R-IC-Ps:not(:checked) > label:before {
  color: #bfbfbf;
}
.MM-Rate .MM-R-IC-SL {
  background: #4c4c4c;
  border-radius: 2rem;
  position: absolute;
  z-index: 1;
  height: 1rem;
}
.MM-Rate .MM-R-IC-SL-1 {
  width: 1rem;
}
.MM-Rate .MM-R-IC-SL-2 {
  width: 4.5rem;
}
.MM-Rate .MM-R-IC-SL-3 {
  width: 8.0625rem;
}
.MM-Rate .MM-R-IC-SL-4 {
  width: 11.5625rem;
}
.MM-Rate .MM-R-IC-SL-5 {
  width: 15.125rem;
}
.MM-Rate.MM-Rate-Knowledge .MM-R-IC-Ps label:before {
  content: "\f0c0";
}
.MM-Rate.MM-Rate-Knowledge .MM-R-IC-Ps input:checked ~ label:before, .MM-Rate.MM-Rate-Knowledge .MM-R-IC-Ps:not(:checked) > label:hover:before, .MM-Rate.MM-Rate-Knowledge .MM-R-IC-Ps:not(:checked) > label:hover ~ label:before {
  color: #096da7;
}
.MM-Rate.MM-Rate-Knowledge .MM-R-IC-Ps input:checked ~ label {
  background: #096da7 !important;
}

.MM-Rate-Connector {
  width: 2rem;
  height: 0.125rem;
  background: #f4f4f4;
}

.MM-F-Badge-MS.MM-Rate-Badge .badge {
  margin: 0;
}

.MM-Rate-Container {
  display: block;
  margin-bottom: 1rem;
}
.MM-Rate-Container:last-child {
  margin-bottom: 0;
}

.mm-CSB-container {
  position: relative;
  overflow: hidden;
  padding-right: 10px;
}
.mm-CSB-container .mm-CSB-content {
  height: 100%;
  width: 120%;
  padding-right: 20%;
  overflow-y: scroll;
  box-sizing: border-box;
}
.mm-CSB-container .mm-CSB-scrollbar-container {
  position: absolute;
  right: 5px;
  bottom: 5px;
  top: 5px;
  width: 10px;
}
.mm-CSB-container .mm-CSB-container-noscroll .mm-CSB-scrollbar-container {
  right: -20px;
}
.mm-CSB-container .mm-CSB-scrollbar {
  position: absolute;
  right: 0;
  height: 30px;
  width: 10px;
  border-radius: 10px;
  background: rgba(50, 50, 50, 0.5);
}
.mm-CSB-container .mm-CSB-scrollbar:hover {
  background: rgba(0, 0, 0, 0.5);
}

.MM-ALIN-RnF {
  align-items: flex-end;
  position: fixed;
  z-index: 10;
  right: 1rem;
  bottom: 1rem;
}
.MM-ALIN-RnF button {
  border: 2px solid white;
}
.MM-ALIN-RnF button.dropdown-toggle::after {
  display: none;
}
.MM-ALIN-RnF button:focus, .MM-ALIN-RnF button:hover {
  box-shadow: none;
  border: 2px solid white;
}
.MM-ALIN-RnF .MM-ALIN-Report2 {
  min-width: 18.75rem;
  max-height: 80vh;
  overflow-y: scroll;
}
.MM-ALIN-RnF .MM-ALIN-Report2 .mdi-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
}
.MM-ALIN-RnF .MM-ALIN-Report2 .border-bottom {
  border-bottom: 1px solid #eaeaea !important;
}
.MM-ALIN-RnF .MM-ALIN-Report {
  display: none;
  position: relative;
  min-width: 26.25rem;
}
.MM-ALIN-RnF .MM-ALIN-Report .mdi-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.5rem;
  cursor: pointer;
}
.MM-ALIN-RnF .MM-ALIN-Report .border-bottom {
  border-bottom: 1px solid #eaeaea !important;
}
.MM-ALIN-RnF .MM-ALIN-R-Opinion .active {
  display: none;
}
.MM-ALIN-RnF .MM-ALIN-R-Opinion .mdi {
  font-size: 1.75rem;
}
.MM-ALIN-RnF .MM-ALIN-R-Opinion .mdi:hover {
  cursor: pointer;
}
.MM-ALIN-RnF .MM-ALIN-R-Opinion .mdi:before {
  padding: 0 0.5rem;
}
.MM-ALIN-RnF .MM-ALIN-R-Opinion .custom-check {
  padding: 0;
  margin: 0 0.5rem;
}
.MM-ALIN-RnF .MM-ALIN-R-Opinion input[type=radio]:checked ~ .active {
  display: inline;
}
.MM-ALIN-RnF .MM-ALIN-R-Opinion input[type=radio]:checked ~ .inactive {
  display: none;
}

#toastFeedbackContainer {
  position: fixed;
  right: 1rem;
  bottom: 4.375rem;
}

.MM-DropDwn-Msg-LI-QucikActions {
  padding: 1rem 0.5rem;
  background: #f4f4f4;
  color: #f4f4f4;
}
.MM-DropDwn-Msg-LI-QucikActions .active, .MM-DropDwn-Msg-LI-QucikActions .active2 {
  color: #bfbfbf;
}
.MM-DropDwn-Msg-LI-QucikActions > div {
  margin-bottom: 0.5rem;
}
.MM-DropDwn-Msg-LI-QucikActions > div:last-child {
  margin-bottom: 0;
}

.MM-DropDwn-Msg-LI-QucikTags {
  width: 4.375rem;
  padding: 1rem 0.5rem;
  color: #fff;
}
.MM-DropDwn-Msg-LI-QucikTags > div {
  margin-bottom: 0.5rem;
}
.MM-DropDwn-Msg-LI-QucikTags > div:last-child {
  margin-bottom: 0;
}
.MM-DropDwn-Msg-LI-QucikTags .mdi span {
  font-size: 0.625rem;
  margin-left: 0.125rem;
}
.MM-DropDwn-Msg-LI-QucikTags .active {
  color: #bfbfbf;
}

.MM-DropDwn-Msg-List .dropdown-menu {
  max-height: 37.5rem;
  overflow-x: hidden;
  overflow-y: scroll;
}

.MM-DropDwn-Msg-List-Item {
  margin: 0 0.5rem;
  border-bottom: 1px dashed #e5e5e5;
}
.MM-DropDwn-Msg-List-Item.active, .MM-DropDwn-Msg-List-Item.active2 {
  background: #f4f4f4;
}
.MM-DropDwn-Msg-List-Item.active .MM-DropDwn-Msg-LI-Content a {
  font-weight: bold;
}
.MM-DropDwn-Msg-List-Item.active .MM-DropDwn-Msg-LI-QucikTags {
  color: #f4f4f4;
}
.MM-DropDwn-Msg-List-Item:first-child {
  border-top: 1px dashed #e5e5e5;
}
.MM-DropDwn-Msg-List-Item .MM-DropDwn-Msg-LI-Content-HDR {
  font-weight: bold;
  color: #bfbfbf;
  font-size: 0.75rem;
}
.MM-DropDwn-Msg-List-Item .MM-DropDwn-Msg-LI-Content {
  padding: 1rem;
  position: relative;
}
.MM-DropDwn-Msg-List-Item img {
  float: left;
  margin-right: 1rem;
}
.MM-DropDwn-Msg-List-Item h6 {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.MM-DropDwn-Msg-List-Item p {
  margin-bottom: 0;
  overflow: hidden;
}
.MM-DropDwn-Msg-List-Item p a {
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}
.MM-DropDwn-Msg-List-Item:hover .MM-DropDwn-Msg-LI-QucikActions,
.MM-DropDwn-Msg-List-Item:hover .MM-DropDwn-Msg-LI-QucikActions .active,
.MM-DropDwn-Msg-List-Item:hover .MM-DropDwn-Msg-LI-QucikActions .active2 {
  color: #262626;
}
.MM-DropDwn-Msg-List-Item:hover .MM-DropDwn-Msg-LI-Content, .MM-DropDwn-Msg-List-Item:hover .MM-DropDwn-Msg-LI-QucikTags {
  background: #f4f4f4;
}
.MM-DropDwn-Msg-List-Item:hover.active .MM-DropDwn-Msg-LI-QucikActions, .MM-DropDwn-Msg-List-Item:hover.active .MM-DropDwn-Msg-LI-Content, .MM-DropDwn-Msg-List-Item:hover.active .MM-DropDwn-Msg-LI-QucikTags, .MM-DropDwn-Msg-List-Item:hover.active2 .MM-DropDwn-Msg-LI-QucikActions, .MM-DropDwn-Msg-List-Item:hover.active2 .MM-DropDwn-Msg-LI-Content, .MM-DropDwn-Msg-List-Item:hover.active2 .MM-DropDwn-Msg-LI-QucikTags {
  background: #eaeaea;
}
.MM-DropDwn-Msg-List-Item:hover.active .MM-DropDwn-Msg-LI-QucikTags, .MM-DropDwn-Msg-List-Item:hover.active2 .MM-DropDwn-Msg-LI-QucikTags {
  color: #eaeaea;
}
.MM-DropDwn-Msg-List-Item:hover .MM-DropDwn-Msg-LI-QucikTags {
  color: #f4f4f4;
}
.MM-DropDwn-Msg-List-Item.flex-column {
  margin: 0;
}
.MM-DropDwn-Msg-List-Item.flex-column.active {
  background: none;
}
.MM-DropDwn-Msg-List-Item.flex-column.active .MM-DropDwn-Msg-LI-QucikTags {
  color: white;
}
.MM-DropDwn-Msg-List-Item.flex-column.active:hover .MM-DropDwn-Msg-LI-Content, .MM-DropDwn-Msg-List-Item.flex-column.active:hover .MM-DropDwn-Msg-LI-QucikTags {
  background: #f4f4f4;
}
.MM-DropDwn-Msg-List-Item.flex-column.active:hover .MM-DropDwn-Msg-LI-QucikTags {
  color: #f4f4f4;
}
.MM-DropDwn-Msg-List-Item.flex-column.selected {
  border-right: 0.625rem solid #bfbfbf;
  position: relative;
  background: #f4f4f4;
}
.MM-DropDwn-Msg-List-Item.flex-column.selected::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -0.625rem;
  display: block;
  width: 0px;
  border-style: solid;
  border-width: 0.75rem 0px 0.75rem 1rem;
  border-color: transparent transparent transparent #f4f4f4;
}
.MM-DropDwn-Msg-List-Item.flex-column .MM-DropDwn-Msg-LI-Content {
  /*hr {
    border-top-style: dashed;
    border-top-color: $MM-C-Grey;
  }*/
}
.MM-DropDwn-Msg-List-Item.flex-column .MM-DropDwn-Msg-LI-QucikTags {
  padding-top: 0;
  width: 100%;
}
.MM-DropDwn-Msg-List-Item.flex-column .MM-DropDwn-Msg-LI-QucikTags > div {
  min-width: 2.5rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
}
.MM-DropDwn-Msg-List-Item.flex-column:hover .MM-DropDwn-Msg-LI-QucikTags .active {
  color: #262626;
}

.MM-DropDwn-Msg-Messenger {
  min-height: 600px;
  background: #f4f4f4;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-top {
  border-bottom: 1px solid #e8e8e8;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-top p, .MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-top label {
  margin: 0;
}
.MM-DropDwn-Msg-Messenger #reader {
  height: 100%;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt {
  background: #f9f9f9;
  position: relative;
  height: 100%;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt > div {
  height: 100%;
  position: absolute;
  bottom: 0;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Sender, .MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Adressee {
  margin-bottom: 1.125rem;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Sender label, .MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Adressee label {
  margin-left: 1rem;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Sender p, .MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Adressee p {
  margin-bottom: 0.25rem;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Sender p:last-child, .MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Adressee p:last-child {
  margin-bottom: 0;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Av {
  position: relative;
  z-index: 1;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Av::after {
  content: "";
  position: absolute;
  border-style: solid;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Av::before {
  content: "";
  position: absolute;
  border-style: solid;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Sender .MM-MsgCC-Av .MM-Avatar-C {
  margin-right: 1.625rem;
  margin-top: 1.625rem;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Sender .MM-MsgCC-Av::after {
  top: 1.6875rem;
  right: -2px;
  border-width: 0 16px 16px 0;
  border-color: transparent #ffffff transparent transparent;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Sender .MM-MsgCC-Av::before {
  top: 1.625rem;
  right: -2px;
  border-width: 0 18px 19px 0;
  border-color: transparent #dedede transparent transparent;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Adressee .MM-MsgCC-Av .MM-Avatar-C {
  margin-left: 1.625rem;
  margin-top: 1.625rem;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Adressee .MM-MsgCC-Av::after {
  top: 1.6875rem;
  left: -2px;
  border-width: 16px 16px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-Adressee .MM-MsgCC-Av::before {
  top: 1.625rem;
  left: -2px;
  border-width: 18px 19px 0 0;
  border-color: #dedede transparent transparent transparent;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-DaYSep {
  position: relative;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .MM-MsgCC-DaYSep label {
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 0.4375rem 1rem;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-Cnt .mm-CSB-content {
  overflow: auto;
  width: 100%;
}
.MM-DropDwn-Msg-Messenger .MM-DropDwn-Msg-Cnt-bottom {
  border-top: 1px solid #e8e8e8;
}
.MM-DropDwn-Msg-Messenger.MM-Rate-Messenger {
  min-height: initial;
}
.MM-DropDwn-Msg-Messenger.MM-Rate-Messenger .MM-Chips-Detailed .badge {
  border: 1px solid #e5e5e5;
}
.MM-DropDwn-Msg-Messenger.MM-Rate-Messenger .MM-MsgCC-Sender .MM-MsgCC-Av {
  padding-left: 1.1875rem;
}
.MM-DropDwn-Msg-Messenger.MM-Rate-Messenger .MM-MsgCC-Sender .MM-MsgCC-Av::after {
  top: 0.5rem;
}
.MM-DropDwn-Msg-Messenger.MM-Rate-Messenger .MM-MsgCC-Sender .MM-MsgCC-Av::before {
  top: 0.4375rem;
}
.MM-DropDwn-Msg-Messenger.MM-Rate-Messenger .MM-MsgCC-Adressee .MM-MsgCC-Av {
  padding-right: 1.1875rem;
}
.MM-DropDwn-Msg-Messenger.MM-Rate-Messenger .MM-MsgCC-Adressee .MM-MsgCC-Av::after {
  top: 0.5rem;
}
.MM-DropDwn-Msg-Messenger.MM-Rate-Messenger .MM-MsgCC-Adressee .MM-MsgCC-Av::before {
  top: 0.4375rem;
}

.modal {
  min-width: 23.625rem;
}

.modal-body .MM-DropDwn-Msg-Messenger {
  min-height: inherit;
}
.modal-body .MM-DropDwn-Msg-Cnt-Cnt {
  min-height: 200px;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.modal-body .MM-DropDwn-Msg-Cnt-Cnt .mm-CSB-content {
  min-height: 100%;
  width: 100%;
}
.modal-body .MM-DropDwn-Msg-Cnt-bottom {
  border-top: 0;
}

.MM-MC-CBG {
  position: relative;
}
.MM-MC-CBG.MM-MC-CBG-100 .MM-MC-CBG-Icon {
  font-size: 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
}
.MM-MC-CBG.MM-MC-CBG-100 .MM-MC-CBG-Icon::before {
  position: absolute;
  left: -2.5rem;
  top: -2.5rem;
}
.MM-MC-CBG.MM-MC-CBG-200 .MM-MC-CBG-Icon {
  font-size: 12.5rem;
  width: 12.5rem;
  height: 12.5rem;
}
.MM-MC-CBG.MM-MC-CBG-200 .MM-MC-CBG-Icon::before {
  position: absolute;
  left: -5rem;
  top: -5rem;
}
.MM-MC-CBG .MM-MC-CBG-Icon {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  color: #e8e8e8;
  line-height: 1;
}

.MM-ACC-CNT-MSGS .MM-ACC-CNT-MSGS-LFT {
  position: relative;
  z-index: 100;
}

.modal-dialog .modal-header {
  border: none;
  padding: 1.5rem 3rem;
  position: relative;
}
.modal-dialog .modal-header button.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.modal-dialog .modal-body {
  padding: 1.5rem 3rem;
}
.modal-dialog .modal-footer {
  border: none;
  padding: 1.5rem 3rem;
  background: #f4f4f4;
}

* {
  scrollbar-color: #999999;
}
*::-webkit-scrollbar {
  width: 11px;
}
*::-webkit-scrollbar-track {
  background: #ededed;
}
*::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 6px;
  border: 3px solid #ededed;
}

.MM-ACC-Sdbr-Content-WRP {
  scrollbar-color: white;
}
.MM-ACC-Sdbr-Content-WRP::-webkit-scrollbar {
  width: 11px;
}
.MM-ACC-Sdbr-Content-WRP::-webkit-scrollbar-track {
  background: #590e14;
}
.MM-ACC-Sdbr-Content-WRP::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 6px;
  border: 4px solid #590e14;
}

.MM-HN-Search-Extras,
.MM-HN-Search-Results {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: white;
}
.MM-HN-Search-Extras::-webkit-scrollbar,
.MM-HN-Search-Results::-webkit-scrollbar {
  width: 11px;
}
.MM-HN-Search-Extras::-webkit-scrollbar-track,
.MM-HN-Search-Results::-webkit-scrollbar-track {
  background: #262626;
}
.MM-HN-Search-Extras::-webkit-scrollbar-thumb,
.MM-HN-Search-Results::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 6px;
  border: 4px solid #262626;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .MM-ACC-Sdbr-Content-WRP::-webkit-scrollbar-thumb,
    .MM-HN-Search-Extras::-webkit-scrollbar-thumb,
    .MM-HN-Search-Results::-webkit-scrollbar-thumb {
      background-color: white;
      border-radius: 6px;
    }
  }
}
/*.btn.btn-block.text-left {
}*/
.dropdown-toggle::after {
  display: none !important;
  margin-left: auto !important;
}

.MM-Content-Ellps {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 5s ease-in-out;
}
.MM-Content-Ellps.MM-CE-45 {
  max-height: 2.8125rem;
  -webkit-line-clamp: 2;
}
.MM-Content-Ellps.MM-CE-50 {
  max-height: 3.125rem;
  -webkit-line-clamp: 2;
}
.MM-Content-Ellps.MM-CE-60 {
  max-height: 3.75rem;
  -webkit-line-clamp: 3;
}
.MM-Content-Ellps.MM-CE-70 {
  max-height: 4.375rem;
  -webkit-line-clamp: 3;
}
.MM-Content-Ellps.MM-CE-80 {
  max-height: 5rem;
  -webkit-line-clamp: 4;
}
.MM-Content-Ellps.MM-CE-90 {
  max-height: 5.625rem;
  -webkit-line-clamp: 4;
}
.MM-Content-Ellps.MM-CE-100 {
  max-height: 6.25rem;
  -webkit-line-clamp: 5;
}
.MM-Content-Ellps.MM-CE-130 {
  max-height: 8.125rem;
  -webkit-line-clamp: 6;
}
.MM-Content-Ellps.MM-CE-190 {
  max-height: 11.875rem;
  -webkit-line-clamp: 9;
}
.MM-Content-Ellps.MM-CE-200 {
  max-height: 12.5rem;
  -webkit-line-clamp: 9;
}
.MM-Content-Ellps.MM-CE-250 {
  max-height: 15.625rem;
  -webkit-line-clamp: 12;
}
.MM-Content-Ellps.MM-CE-300 {
  max-height: 18.75rem;
  -webkit-line-clamp: 14;
}
.MM-Content-Ellps.MM-CE-400 {
  max-height: 25rem;
  -webkit-line-clamp: 19;
}
.MM-Content-Ellps.MM-CE-500 {
  max-height: 31.25rem;
  -webkit-line-clamp: 24;
}
.MM-Content-Ellps.MM-CE-600 {
  max-height: 37.5rem;
  -webkit-line-clamp: 28;
}
.MM-Content-Ellps.MM-CE-700 {
  max-height: 43.75rem;
  -webkit-line-clamp: 33;
}
.MM-Content-Ellps.MM-CE-800 {
  max-height: 50rem;
  -webkit-line-clamp: 38;
}

.MM-CLR-Twitter-BG {
  background: #000000;
}

.MM-CLR-Facebook-BG {
  background: #3b589c;
}

.MM-CLR-Google-BG {
  background: #dd3c2a;
}

.MM-CLR-GooglePlayMusic-BG {
  background: #f5522f;
}

.MM-CLR-Spotify-BG {
  background: #1DB954;
}

.MM-CLR-Soundcloud-BG {
  background: #f50;
}

.MM-CLR-Twitter {
  color: #000000;
}

.MM-CLR-Facebook {
  color: #3b589c;
}

.MM-CLR-Google {
  color: #dd3c2a;
}

.MM-CLR-GooglePlayMusic {
  color: #f5522f;
}

.MM-CLR-Spotify {
  color: #1DB954;
}

.MM-CLR-Soundcloud {
  color: #f50;
}

.MM-CLR-Twitch-BG {
  background: #F0F0FF;
}

.col-md-1_5,
.col-lg-1_5,
.col-xl-1_5,
.col-md-1_7,
.col-lg-1_7,
.col-xl-1_7,
.col-md-1_9,
.col-lg-1_9,
.col-xl-1_9 {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-1_5 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-1_5 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1_5 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 768px) {
  .col-md-1_7 {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
  }
}
@media (min-width: 992px) {
  .col-lg-1_7 {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1_7 {
    max-width: 14.2857%;
    flex: 0 0 14.2857%;
  }
}
@media (min-width: 768px) {
  .col-md-1_9 {
    max-width: 11.1111%;
    flex: 0 0 11.1111%;
  }
}
@media (min-width: 992px) {
  .col-lg-1_9 {
    max-width: 11.1111%;
    flex: 0 0 11.1111%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1_9 {
    max-width: 11.1111%;
    flex: 0 0 11.1111%;
  }
}
.MM-MCar-MI-NAV {
  margin-left: 3rem;
  margin-right: 3rem;
}

.MM-RCar-MI {
  margin-left: 2rem;
  margin-right: 2rem;
}
.MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner {
  /* medium - display 3  */
  /* medium - display 5  */
  /* medium - display 7  */
  /* medium - display 9  */
}
@media (max-width: 767px) {
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}
@media (min-width: 768px) {
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-next {
    transform: translateX(20%);
  }
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-prev {
    transform: translateX(-20%);
  }
}
@media (min-width: 992px) {
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-next {
    transform: translateX(14%);
  }
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-prev {
    transform: translateX(-14%);
  }
}
@media (min-width: 1200px) {
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-next {
    transform: translateX(11%);
  }
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-prev {
    transform: translateX(-11%);
  }
}
.MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item.active {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-next,
.MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-prev {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-right,
.MM-RCar-MI.MM-RCar-MI-9753 .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner {
  /* medium - display 3  */
  /* medium - display 4  */
  /* medium - display 6  */
}
@media (max-width: 767px) {
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}
@media (min-width: 768px) {
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
@media (min-width: 992px) {
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-next {
    transform: translateX(16.66%);
  }
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-prev {
    transform: translateX(-16.66%);
  }
}
.MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item.active {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-next,
.MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-prev {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-right,
.MM-RCar-MI.MM-RCar-MI-6643 .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner {
  /* medium - display 2  */
  /* medium - display 3  */
  /* medium - display 4  */
  /* medium - display 1  */
}
@media (min-width: 768px) {
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}
@media (min-width: 1200px) {
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
@media (max-width: 767px) {
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
}
.MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item.active {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-next,
.MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-prev {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-right,
.MM-RCar-MI.MM-RCar-MI-4321 .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner {
  /* medium - display 2  */
  /* medium - display 3  */
  /* medium - display 1  */
}
@media (min-width: 768px) {
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}
@media (max-width: 767px) {
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
}
.MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item.active {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-next,
.MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-prev {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-right,
.MM-RCar-MI.MM-RCar-MI-3321 .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner {
  /* medium - display 2  */
  /* medium - display 3  */
  /* medium - display 1  */
}
@media (min-width: 768px) {
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}
@media (max-width: 767px) {
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
}
.MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item.active {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-next,
.MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-prev {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-right,
.MM-RCar-MI.MM-RCar-MI-3221 .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner {
  /* min Small - display 2  */
  /* min medium - display 2  */
  /* medium - display 1  */
}
@media (min-width: 576px) {
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
}
.MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item.active {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-next,
.MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-prev {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-right,
.MM-RCar-MI.MM-RCar-MI-2221 .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner {
  /* min medium - display 2  */
  /* medium - display 1  */
}
@media (min-width: 768px) {
  .MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }
  .MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-right.active,
  .MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }
  .MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-left.active,
  .MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
}
.MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item.active {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-next,
.MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-prev {
  display: flex;
}
.MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-right,
.MM-RCar-MI.MM-RCar-MI-2211 .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.MM-RCar-MI .carousel-control-prev.btn:hover, .MM-RCar-MI .carousel-control-prev.btn:focus, .MM-RCar-MI .carousel-control-prev.btn:active:hover, .MM-RCar-MI .carousel-control-next.btn:hover, .MM-RCar-MI .carousel-control-next.btn:focus, .MM-RCar-MI .carousel-control-next.btn:active:hover {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
}
.MM-RCar-MI .carousel-item {
  transition: transform 0.25s ease-in-out;
}
.MM-RCar-MI .card.MM-CProfC {
  width: 100%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-10 {
  width: 10%;
}

.mh-none {
  max-height: none !important;
}

.mh-35 {
  max-height: 2.1875rem;
}

.mh-40 {
  max-height: 2.5rem;
}

.mh-50 {
  max-height: 3.125rem;
}

.mh-60 {
  max-height: 3.75rem;
}

.mh-70 {
  max-height: 4.375rem;
}

.mh-100 {
  max-height: 6.25rem;
}

.mh-150 {
  max-height: 9.375rem;
}

.mh-175 {
  max-height: 10.9375rem;
}

.mh-200 {
  max-height: 12.5rem;
}

.mh-250 {
  max-height: 15.625rem;
}

.mh-300 {
  max-height: 18.75rem;
}

.mh-400 {
  max-height: 25rem;
}

.mh-500 {
  max-height: 25rem;
}

.mw-75 {
  max-width: 75% !important;
}

.mw-25 {
  max-width: 25% !important;
}

@media (min-width: 576px) {
  .mw-25-sm {
    max-width: 25% !important;
  }
}

@media (min-width: 768px) {
  .mw-25-md {
    max-width: 25% !important;
  }
}

@media (min-width: 992px) {
  .mw-25-lg {
    max-width: 25% !important;
  }
}

@media (min-width: 1200px) {
  .mw-25-xl {
    max-width: 25% !important;
  }
}

.mw-33 {
  max-width: 33% !important;
}

@media (min-width: 576px) {
  .mw-33-sm {
    max-width: 33% !important;
  }
}

@media (min-width: 768px) {
  .mw-33-md {
    max-width: 33% !important;
  }
}

@media (min-width: 992px) {
  .mw-33-lg {
    max-width: 33% !important;
  }
}

@media (min-width: 1200px) {
  .mw-33-xl {
    max-width: 33% !important;
  }
}

.mw-50 {
  max-width: 50% !important;
}

@media (min-width: 576px) {
  .mw-50-sm {
    max-width: 50% !important;
  }
}

@media (min-width: 768px) {
  .mw-50-md {
    max-width: 50% !important;
  }
}

@media (min-width: 992px) {
  .mw-50-lg {
    max-width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .mw-50-xl {
    max-width: 50% !important;
  }
}

.w-0 {
  width: 0 !important;
}

.max-text-h-2ln {
  max-height: 2.8rem;
}

.max-text-h-6ln {
  max-height: 7.8rem;
}

.max-text-h-9ln {
  max-height: 8rem;
}

/*
// Multiline
.multiline_ellipsis {
  overflow: hidden;
  position: relative;

  &::after {
    background: white;
    bottom: 0;
    content: "...";
    //margin-right: 1.0rem;
    position: absolute;
    right: 0;
    text-align: right;
    width: 1rem;
  }
}*/
.MM-Content-Single-Elipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MM-Content-WnB {
  white-space: normal;
  overflow-wrap: anywhere;
}

.MM-API-Youtube {
  width: auto;
  height: 1.25rem;
}
@media only screen and (-webkit-device-pixel-ratio: 0.75) {
  .MM-API-Youtube {
    height: 0.9375rem;
  }
}
@media only screen and (-webkit-device-pixel-ratio: 1.5) {
  .MM-API-Youtube {
    height: 1.875rem;
  }
}
@media only screen and (-webkit-device-pixel-ratio: 2) {
  .MM-API-Youtube {
    height: 2.5rem;
  }
}
@media only screen and (-webkit-device-pixel-ratio: 3) {
  .MM-API-Youtube {
    height: 3.75rem;
  }
}
@media only screen and (-webkit-device-pixel-ratio: 4) {
  .MM-API-Youtube {
    height: 5rem;
  }
}

#Connection_Name_List .ui-menu-divider {
  margin: 0 !important;
  border: none !important;
}
#Connection_Name_List .ui-widget-content {
  border: none !important;
}

.dropdown.MM-chevron-d-none > ::before {
  display: none;
}

.mumo_icon_loader {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100000;
}

.mumo_body_loader {
  overflow: hidden;
  position: relative;
}

.labeltoparagraph {
  font-size: 0.875rem !important;
  line-height: inherit !important;
  color: #262626 !important;
}

.MM-VB-1r {
  font-size: 1rem;
  line-height: 1;
}

.imageViewerMdl .modal-dialog {
  max-width: 90vw;
}
.imageViewerMdl .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 90vh;
  overflow: hidden;
  padding: 0;
}
.imageViewerMdl #modalImage {
  max-height: 70vh;
  width: auto;
  max-width: 100%;
}

.MM-TikTok-Gallery .img-mask {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}
.MM-TikTok-Gallery .img-mask img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.MM-TikTok-Gallery .img-mask .mdi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  font-size: 3rem;
  z-index: 2;
  transition: color 0.3s ease;
}
.MM-TikTok-Gallery .img-mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.MM-TikTok-Gallery .img-mask:hover::before {
  opacity: 0.75; /* Show overlay */
}
.MM-TikTok-Gallery .img-mask:hover .mdi {
  color: white; /* Show play icon in white */
}

@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2") format("woff2"), url("../fonts/materialdesignicons-webfont.woff") format("woff"), url("../fonts/materialdesignicons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.MM-Icons:before {
  display: inline-block;
  font: normal normal normal 0.875rem/1 "Material Design Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

.MM-Icons-SVG {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
}

.MM-Icon-Band::before {
  content: "\f848";
}

.MM-Icon-Profile::before {
  content: "\f004";
}

.MM-Icon-Musician::before {
  content: "\f004";
}

.MM-Icon-Place::before {
  content: "\f34e";
}

.MM-Icon-Teacher::before {
  content: "\f88f";
}

.MM-Icon-Organization::before {
  content: "\f2b2";
}

.MM-Icon-Admin::before {
  content: "\f499";
}

.MM-Icon-SuperAdmin::before {
  content: "\f0166";
}

.MM-Icon-Concert-Location {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Concert-Location-v1.svg);
  background-size: 100% 100%;
}

/*.MM-Icon-Festival-Location::before{
    content: $MM-Icons-festival-location;
} */
.MM-Icon-Festival-Location {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Festival-Locations.svg);
  background-size: 100% 100%;
}

.MM-Icon-Organizer {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Organizer.svg);
  background-size: 100% 100%;
}

.MM-Icon-Manager {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Organizer.svg);
  background-size: 100% 100%;
}

.MM-Icon-MusicProducer::before {
  content: "ﾺ";
}

.MM-Icon-SoundTechnician::before {
  content: "\f57e";
}

.MM-Icon-LightningTechnician::before {
  content: "\f6e7";
}

.MM-Icon-Studio {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Studio-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Transporter::before {
  content: "\f53e";
}

.MM-Icon-Teacher2 {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Music-Master.svg);
  background-size: 100% 100%;
}

.MM-Icon-VideoclipMaker::before {
  content: "\f230";
}

.MM-Icon-FilmMaker::before {
  content: "￮";
}

.MM-Icon-OtherMusicServices {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Other-Services-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Fan::before {
  content: "\f2cb";
}

.MM-Icon-Guest::before {
  content: "\f0189";
}

.MM-Icon-RehearsalRoom::before {
  content: "\f36c";
}

.MM-Icon-Studio2::before {
  content: "ﺿ";
}

.MM-Icon-Tour::before {
  content: "ｚ";
}

.MM-Icon-Disco {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Disco.svg);
  background-size: 100% 100%;
}

.MM-Icon-Tie::before {
  content: "\f677";
}

.MM-Icon-Seminar::before {
  content: "\f88f";
}

.MM-Icon-Expo {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Expo.svg);
  background-size: 100% 100%;
}

.MM-Icon-Concert {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Concert-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Conference {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Conference.svg);
  background-size: 100% 100%;
}

.MM-Icon-Events::before {
  content: "\f0ed";
}

.MM-Icon-3dot-h::before {
  content: "\f1d8";
}

.MM-Icon-Followed::before {
  content: "\f8cf";
}

.MM-Icon-Follow::before {
  content: "\f2d5";
}

.MM-Icon-Img-Gallery::before {
  content: "\f2f9";
}

.MM-Icon-Music-Albums::before {
  content: "\f333";
}

.MM-Icon-Ref_n_Cop::before {
  content: "\f019";
}

.MM-Icon-Chevron-down::before {
  content: "\f140";
}

.MM-Icon-Chevron-up::before {
  content: "\f143";
}

.MM-Icon-Remove {
  background: no-repeat url(../Images/MusicMonarchy/Icons/Remove-x.svg);
  background-size: 100% 100%;
}

.MM-Invert-1 {
  filter: invert(1);
}

.MM-FantomReadonly {
  background-color: #f9f9f9 !important;
  box-shadow: inset 0 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.06) !important;
}

input.input-validation-error {
  border-color: #de393e;
}

.field-validation-error {
  color: #de393e;
  font-size: 80%;
}

/*.MM-F-Mandatory {
}*/
.MM-F-M-C {
  position: relative;
}
.MM-F-M-C .MM-F-M-Asterix {
  position: absolute;
  display: block;
  line-height: 2.2rem;
  font-size: 0.7rem;
  color: #de393e;
  left: -1.25rem;
  top: 0;
}

.MM-F-Spec-Val-Alert.has-error .help-block {
  border: 1px solid #f6c8c9;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  background: #f8d7d8;
  font-size: 0.875rem !important;
  color: #262626 !important;
}

.MM-T-IM {
  position: relative;
}
.MM-T-IM .MM-T-IM-Icon {
  position: absolute;
  display: block;
  left: -1.25rem;
  top: 0;
}
.MM-T-IM.MM-T-IM-Big .MM-T-IM-Icon {
  left: -2.5rem;
}

input::-webkit-calendar-picker-indicator {
  display: none !important;
}

input[type=date]::-webkit-input-placeholder {
  visibility: hidden !important;
}

.MM-F-Needs-V .form-group.has-success .form-control {
  border-color: #bfbfbf;
}
.MM-F-Needs-V .form-group.has-success .form-control:focus {
  border-color: rgba(9, 109, 167, 0.25);
  box-shadow: 0 0 0 0.1rem rgba(9, 109, 167, 0.25);
}
.MM-F-Needs-V .form-group.has-success .MM-F-M-Asterix .mdi-asterisk {
  color: #bfbfbf;
}
.MM-F-Needs-V .form-group.has-error .MM-F-M-Asterix .mdi-asterisk {
  color: #de393e;
}

.MM-F-I-Right {
  position: absolute;
  display: block;
  line-height: 2.2rem;
  padding: 0 1.25rem;
  top: 0;
  right: 0;
  border-bottom: 0;
  z-index: 10;
}

.MM-F-ShowPassword input[type=text] {
  padding-right: 3.125rem;
}
.MM-F-ShowPassword .MM-F-SP-Link {
  position: absolute;
  display: block;
  line-height: 2.2rem;
  padding: 0 1.25rem;
  top: 0;
  right: 0;
  border-bottom: 0;
}

label.form-check-label {
  font-size: 0.875rem;
  color: #262626;
  line-height: 2rem;
}

.form-check.custom-check {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create a custom checkbox */
}
.form-check.custom-check .MM-FC-Disabled {
  color: #bfbfbf;
}
.form-check.custom-check.form-check-inline {
  display: inline-flex;
}
.form-check.custom-check .checkmark {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border: 0.0625rem solid #bfbfbf;
}
.form-check.custom-check input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.form-check.custom-check input[type=radio] ~ .checkmark {
  border-radius: 50%;
}
.form-check.custom-check input[type=radio] ~ .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.0625rem;
  top: 0.0625rem;
  width: 0.75rem;
  height: 0.75rem;
  border: solid white;
  border-width: 0.125rem;
  border-radius: 50%;
}
.form-check.custom-check input[type=checkbox] ~ .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.25rem;
  top: 0.0625rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid white;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-check.custom-check input:checked ~ .checkmark {
  background-color: #096da7;
  border-color: #096da7;
}
.form-check.custom-check input:checked ~ .checkmark:after {
  display: block;
}
.form-check.custom-check input:checked ~ .customCardContent {
  border-color: #096da7;
}
.form-check.custom-check input:disabled ~ .checkmark {
  border-color: #e5e5e5;
  background-color: #ededed;
}
.form-check.custom-check:hover input ~ .checkmark {
  background-color: #ededed;
}
.form-check.custom-check:hover input:checked ~ .checkmark {
  background-color: #074e72;
  border-color: #074e72;
}
.form-check.custom-check:hover input:disabled ~ .checkmark {
  border-color: #e5e5e5;
  background-color: #ededed;
}

.customCardContent {
  line-height: 1.5;
}

/* Badge Custom Check */
.MM-F-Badge-MS.custom-check {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.MM-F-Badge-MS.custom-check input {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  position: absolute;
  opacity: 0;
}

/* Checkbox Align to Input*/
.MM-F-ChkBX-Inpt-Algn {
  margin-top: 1.875rem;
}

.input-group .MM-F-SSelect .custom-select {
  border-radius: 0px;
  right: -1px;
}

.custom-select.custom-select-readonly {
  background: url(../Images/Chevron-down.svg) no-repeat;
  background-color: #f9f9f9;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* Select */
.MM-F-SSelect .custom-select {
  position: relative;
  border-radius: 2rem;
  padding-right: 3.375rem;
  background-size: 1.375rem;
  background-position: right 1.125rem center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*&:invalid {
    color: $MM-Disabled-font-color !important;
  }*/
  /* For IE10 */
}
.MM-F-SSelect .custom-select.input-group-prepend {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.MM-F-SSelect .custom-select::-ms-expand {
  display: none;
}
.MM-F-SSelect .custom-select.cs-narrow {
  padding-right: 2.25rem;
  background-position: right 0.5625rem center;
}
.MM-F-SSelect.input-group-prepend .custom-select {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.MM-F-SSelect.input-group-append .custom-select {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.MM-F-SSelect .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 36px;
}
.MM-F-SSelect .select .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.MM-F-SSelect .select .form-control {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.375rem 3rem 0.375rem 0.75rem;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.MM-F-SSelect .select .form-control:after {
  position: absolute;
  top: 0.25rem;
  right: 0.75rem;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f140";
  font-size: 20px;
}
.MM-F-SSelect .select .form-control:active:after, .MM-F-SSelect .select .form-control.active:after {
  top: 0.25rem;
  content: "\f143";
}
.MM-F-SSelect .select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  border: 1px solid #dedede;
  border-radius: 0.25rem;
  max-height: 18.75rem;
  overflow-y: auto;
}
.MM-F-SSelect .select .select-options li {
  margin: 0;
  padding: 0.375rem 0.75rem;
  border-top: 1px solid #e5e5e5;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.MM-F-SSelect .select .select-options li:hover {
  background: #efefef;
}
.MM-F-SSelect .select .select-options li[rel=hide] {
  display: none;
}
.MM-F-SSelect .MM-F-MS-BDG {
  padding-left: 3rem;
}
.MM-F-SSelect span.badge.badge-pill {
  position: absolute;
  top: 0.5625rem;
  left: 0.5rem;
}

/* Multi Select*/
.MM-F-Multiselect {
  margin-bottom: 1rem;
}
.MM-F-Multiselect label {
  display: block;
}
.MM-F-Multiselect input.dropdown-toggle {
  padding-right: 3.375rem;
  background-image: url(../Images/Chevron-down.svg);
  background-size: 1.375rem;
  background-position: right 1.125rem center;
  background-repeat: no-repeat;
}

.hidden-input {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* Multiinput2 */
.multiinputwidget2 .dropdown-quantity-Input, .multiinputwidget2subEvent .dropdown-quantity-Input {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.multiinputwidget2 .dropdown-quantity .quantity.badge, .multiinputwidget2subEvent .dropdown-quantity .quantity.badge {
  position: relative !important;
  top: -1px !important;
  left: 0 !important;
}
.multiinputwidget2 ul, .multiinputwidget2subEvent ul {
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding-left: 0;
}

/* multiselectSearchModal */
.multiselectSearchModal .MM-F-SSelect .quantity {
  position: relative !important;
  top: -1px !important;
  left: 0px !important;
}

.multiinputwidget2PS .MM-DropDwn-Acc-PRF-itm:hover {
  background: none;
}
.multiinputwidget2PS .dropdown-list .form-check-input:hover {
  cursor: pointer;
}
.multiinputwidget2PS .MM-prf-new-lmnt-cnt .MM-Chips-Detailed {
  margin: 0;
}

/* Autocomplete */
.MMACDD {
  padding: 1.5rem !important;
  max-height: 600px;
  max-width: 25rem;
  min-width: 18.75rem;
  overflow-y: scroll;
  border-radius: 0.25rem;
  border: 1px solid #bfbfbf !important;
}
.MMACDD .MM-F-Badge-MS.ui-state-active {
  border: none !important;
}
.MMACDD .MM-F-Badge-MS.ui-state-active .MM-Chips-Detailed {
  background: inherit !important;
}
.MMACDD .MM-Chips-Detailed {
  margin-right: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block !important;
  padding: inherit !important;
}
.MMACDD .MM-Event-Card {
  border: 1px solid #bfbfbf;
  background: #fcfcfc;
}
.MMACDD .MM-Event-Card:hover {
  border: 1px solid #dedede;
  background: #f7f7f7;
}
.MMACDD .ui-menu-item .ui-state-active {
  background: none !important;
  cursor: pointer !important;
}

/* MMSSModalResults */
.MMSSModalResults {
  overflow-y: auto;
  max-height: 500px;
}
.MMSSModalResults ul {
  padding-left: 0;
}

/* Custom Select with search*/
.selectMMWithSearch .MM-DropDwn-Acc-PRFs {
  max-height: 200px;
  overflow-y: auto;
}
.selectMMWithSearch .MM-DropDwn-Acc-PRFs .MM-Chips-Detailed {
  cursor: pointer;
}
.selectMMWithSearch .btn-group {
  max-width: 100%;
}
.selectMMWithSearch .btn-group .MM-Chips-Detailed {
  max-width: 100%;
  display: block;
}
.selectMMWithSearch .btn-group .MM-Chips-Detailed .MM-Chips-Cnt {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

/* Extra controls */
/* MUMO DropDown Resultss height*/
.mmDDRS {
  overflow-y: auto;
}
.mmDDRS.mmDDRS-400 {
  max-height: 25rem;
}

.MM-F-EL-Right {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  line-height: 2.2rem;
}
.MM-F-EL-Right a {
  border-bottom: 0;
  color: inherit;
}
.MM-F-EL-Right .mdi-close:before {
  font-weight: bold;
}
.MM-F-EL-Right .mdi:before {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* Add new element */
.MM-F-ANE {
  border-bottom: 0;
  color: inherit;
  padding-left: 0.75rem;
}

/* MM Forms Wizzard Breadcrumbs */
.MM-F-WBR {
  /*In Progress*/
  /*Ready*/
  /*Line*/
}
.MM-F-WBR .mdi {
  color: #fff;
}
.MM-F-WBR .mdi.mdi-check {
  font-weight: bold;
}
.MM-F-WBR .MM-F-WBR-Circ {
  position: relative;
  margin: 0 auto;
  background: #eaeaea;
  border-radius: 10rem;
  height: 2rem;
  width: 2rem;
  padding-top: 0.25rem;
}
.MM-F-WBR .MM-F-WBR-Circ div {
  margin: 0 auto;
  background: #fff;
  border-radius: 10rem;
  border: 0.125rem solid #fff;
  height: 1.5rem;
  width: 1.5rem;
}
.MM-F-WBR .MM-F-WBR-Circ .MM-F-WBR-CM {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  border-radius: 2rem;
  background: #de393e;
  height: 0.875rem;
  width: 0.875rem;
  line-height: 0.6875rem;
}
.MM-F-WBR .MM-F-WBR-Circ .MM-F-WBR-CM span {
  font-size: 0.625rem;
  line-height: 0.6875rem;
  color: #fff;
}
.MM-F-WBR .MM-F-WBR-IP .MM-F-WBR-Circ {
  background: #137177;
}
.MM-F-WBR .MM-F-WBR-IP .MM-F-WBR-Circ div {
  background: #188F98;
}
.MM-F-WBR .MM-F-WBR-R .MM-F-WBR-Circ {
  background: #567713;
}
.MM-F-WBR .MM-F-WBR-R .MM-F-WBR-Circ div {
  background: #6D9818;
}
.MM-F-WBR .MM-F-WBR-R .MM-F-WBR-Circ .MM-F-WBR-CM {
  background: #567713;
}
.MM-F-WBR .MM-F-WBR-LN {
  margin-top: 0.875rem;
  height: 0.25rem;
  background: #eaeaea;
}
.MM-F-WBR .MM-F-WBR-LN.MM-F-WBR-R {
  background: #567713;
}
.MM-F-WBR p {
  margin-top: 0.5rem;
}

/* Textarea */
textarea {
  border-radius: 1rem;
  min-height: 3.5rem;
}

/* Edit profile & Event */
.editEvent .MM-F-Acc,
.editProfile .MM-F-Acc {
  border-bottom: none;
}
.editEvent .MM-F-Acc.MM-F-Acc-Border,
.editProfile .MM-F-Acc.MM-F-Acc-Border {
  border: 1px solid #eaeaea;
}
.editEvent .MM-Avatar-C-Profile,
.editProfile .MM-Avatar-C-Profile {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5.625rem;
}
.editEvent .MM-Avatar-C-Background,
.editProfile .MM-Avatar-C-Background {
  margin-bottom: 5.625rem;
}

/* btn */
.btn.btn-link.MM-F-ANE {
  font-weight: bold;
}
.btn.btn-link.MM-F-ANE:hover {
  text-decoration: none;
}

.form-group .input-group-append .input-group-text {
  line-height: 1;
}

/* -------- */
/* bootstrapvalidator Validation */
.form-group.has-error .help-block {
  color: #de393e;
  display: block;
}
.form-group.has-error .custom-check .checkmark,
.form-group.has-error select, .form-group.has-error input, .form-group.has-error textarea, .form-group.has-error .btn.btn-outline-secondary.dropdown-toggle {
  border-color: #de393e;
}
.form-group.has-error .dropdown-menu .custom-check .checkmark, .form-group.has-error .dropdown-menu select, .form-group.has-error .dropdown-menu input {
  border-color: #bfbfbf;
}

.MM-F-V-HiddenElement {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* -------- */
/* Button file */
.btn-file {
  min-width: max-content;
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
  cursor: pointer;
}
.btn-file span {
  cursor: pointer;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-width: none;
}
.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}
.croppie-container .cr-viewport {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 0 899px rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.croppie-container .cr-vp-circle {
  border-radius: 50%;
}
.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
}
.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}
.croppie-result img {
  position: absolute;
}

.cr-slider {
  -webkit-appearance: none; /*removes default webkit styles*/
  /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
  width: 300px; /*required for proper track sizing in FF*/
  max-width: 100%;
  /*
  .cr-slider:focus::-webkit-slider-runnable-track {
      background: #ccc;
  }
  */
  /*hide the outline behind the border*/
}
.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}
.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}
.cr-slider:focus {
  outline: none;
}
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}
.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.cr-slider::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent; /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent; /*remove default tick marks*/
}
.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
}
.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}
.cr-rotate-controls button {
  border: 0;
  background: none;
}
.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}

.validator-quantity-Input {
  height: 0px;
  width: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget a, .bootstrap-datetimepicker-widget .btn {
  border: none;
}
.bootstrap-datetimepicker-widget .accordion-toggle {
  background: #f4f4f4;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}
@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: none;
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group [data-toggle=datetimepicker] {
  cursor: pointer;
}

/*!
 * TOAST UI Calendar
 * @version 1.14.1 | Wed Sep 01 2021
 * @author NHN FE Development Lab <dl_javascript@nhn.com>
 * @license MIT
 */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2") format("woff2"), url("../fonts/materialdesignicons-webfont.woff") format("woff"), url("../fonts/materialdesignicons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.tui-full-calendar-layout {
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.tui-full-calendar-layout * {
  box-sizing: border-box;
}

.tui-full-calendar-dragging {
  cursor: move;
}

.tui-full-calendar-resizing {
  cursor: row-resize;
}

.tui-full-calendar-resizing-x {
  cursor: col-resize;
}

.tui-full-calendar-hidden {
  display: none !important;
}

.tui-full-calendar-invisible span {
  visibility: hidden;
}

.tui-full-calendar-clear:after {
  content: "";
  display: block;
  clear: both;
}

.tui-full-calendar-scroll-y {
  overflow-y: scroll;
}

.tui-full-calendar-dot {
  display: inline-block;
  position: relative;
  top: -0.0625rem;
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
}

.tui-full-calendar-holiday {
  color: #f00;
}

.tui-full-calendar-today {
  background: rgba(218, 229, 249, 0.3);
}

.handle-x {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYoRABhjEFAEAArQAIcHQcPsAAAAASUVORK5CYII=);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .handle-x .handle-x {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAMAAADHqI+lAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMZK5EY+QKaAAAAGUlEQVR4AWNgYmJAwegCIMDIiIwxBKhhBgAcSABh8gN42gAAAABJRU5ErkJggg==);
    background-size: 0.5rem 0.25rem;
  }
}

.handle-y {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAMAAADp7a43AAAACVBMVEX///////////+OSuX+AAAAA3RSTlMrQJG5H4EIAAAAEUlEQVR4AWNgYmRiZABB/CwAAtgAIUTUNkMAAAAASUVORK5CYII=);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .handle-y .handle-y {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAMAAAAcVM5PAAAACVBMVEX///////////+OSuX+AAAAA3RSTlMEK5EMBzK5AAAAGElEQVR4AWNgYmIAYxgDBBgZQRjOoKcaABzQAGGjsIM/AAAAAElFTkSuQmCC);
    background-size: 0.5rem 0.25rem;
  }
}

.tui-full-calendar-month-week-item .tui-full-calendar-weekday-grid {
  overflow-y: hidden;
}
.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedules {
  overflow-y: visible;
  height: 0;
}
.tui-full-calendar-month-week-item .tui-full-calendar-weekday-schedule {
  margin: 0 0.625rem;
}
.tui-full-calendar-month-week-item .tui-full-calendar-today {
  background: none;
}
.tui-full-calendar-month-week-item .tui-full-calendar-today .tui-full-calendar-weekday-grid-date-decorator {
  display: inline-block;
  width: 1.6875rem;
  height: 1.6875rem;
  line-height: 1.6875rem;
  text-align: center;
  background: #096da7;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  margin-left: 0.125rem;
}

.tui-full-calendar-weekday-container,
.tui-full-calendar-weekday-grid,
.tui-full-calendar-weekday-grid-line {
  height: 100%;
  min-height: inherit;
}

.tui-full-calendar-weekday-grid {
  position: absolute;
  width: 100%;
  overflow-y: scroll;
}

.tui-full-calendar-weekday-border {
  border-top: 1px solid #ddd;
}

.tui-full-calendar-weekday-container {
  position: relative;
}
.tui-full-calendar-weekday-container > div {
  height: 100%;
}

.tui-full-calendar-weekday-grid-line {
  position: absolute;
  padding: 0.1875rem;
}
.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-footer {
  position: absolute;
  bottom: 0.25rem;
}
.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date {
  display: inline-block;
  width: 1.6875rem;
  height: 1.6875rem;
  line-height: 1.6875rem;
  text-align: center;
}
.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-date-title {
  line-height: 1.6875rem;
  margin-right: 0.3125rem;
}
.tui-full-calendar-weekday-grid-line .tui-full-calendar-weekday-grid-more-schedules {
  float: right;
  display: inline-block;
  height: 1.6875rem;
  line-height: 1.6875rem;
  padding: 0 0.3125rem;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: bold;
  color: #aaa;
}

.tui-full-calendar-weekday-creation {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: scroll;
}

.tui-full-calendar-weekday-schedules {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 0.75rem;
  overflow-y: scroll;
}

.tui-full-calendar-weekday-schedules-height-span {
  width: 0.0625rem;
  margin-left: -0.0625rem;
}

.tui-full-calendar-weekday-schedule-block {
  position: absolute;
}

.tui-full-calendar-weekday-schedule-block-dragging-dim {
  opacity: 0.3;
}

.tui-full-calendar-weekday-schedule {
  position: relative;
  margin: 0 0.625rem 0 0.0625rem;
  cursor: pointer;
  border-left-style: solid;
  border-left-width: 0.1875rem;
}
.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time {
  border-left-width: 0;
}
.tui-full-calendar-weekday-schedule.tui-full-calendar-weekday-schedule-time .tui-full-calendar-weekday-schedule-title {
  padding-left: 0.5625rem;
}

.tui-full-calendar-weekday-schedule-bullet {
  position: absolute;
  padding: 0;
  width: 0.375rem;
  height: 0.375rem;
  top: 0.375rem;
  left: 0;
  border-radius: 50%;
}

.tui-full-calendar-weekday-schedule-bullet-focused {
  left: 0.625rem;
  background: #fff;
}

.tui-full-calendar-weekday-schedule-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.1875rem;
  font-weight: bold;
}

.tui-full-calendar-weekday-schedule-title-focused {
  padding-left: 1rem;
}

.tui-full-calendar-weekday-schedule-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.1);
}

.tui-full-calendar-weekday-exceed-left .tui-full-calendar-weekday-schedule {
  margin-left: 0;
  border-left-width: 0;
}

.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-schedule {
  margin-right: 0;
}
.tui-full-calendar-weekday-exceed-right .tui-full-calendar-weekday-resize-handle {
  display: none;
}

.tui-full-calendar-weekday-exceed-in-month {
  cursor: pointer;
}
.tui-full-calendar-weekday-exceed-in-month:hover {
  background-color: #f0f1f5;
}

.tui-full-calendar-weekday-exceed-in-week,
.tui-full-calendar-weekday-collapse-btn {
  position: absolute;
  bottom: 0.3125rem;
  margin-right: 0.3125rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  cursor: pointer;
  padding: 0.0625rem 0.3125rem;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
}

.tui-full-calendar-weekday-resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.375rem;
  background-position: 3px center;
  cursor: col-resize;
  line-height: 1.125rem;
}

.tui-full-calendar-weekday-filled {
  background-color: #e8e8e8 !important;
}

.tui-full-calendar-left {
  height: 100%;
  float: left;
  box-sizing: border-box;
  display: table;
}

.tui-full-calendar-left-content {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 0.6875rem;
}

.tui-full-calendar-right {
  height: 100%;
  overflow-y: scroll;
  position: relative;
}

.tui-full-calendar-week-container {
  width: 100%;
  height: inherit;
  display: inline-block;
  font-size: 0.625rem;
  min-height: 37.5rem;
}

.tui-full-calendar-week-container .tui-full-calendar-today {
  background: none;
}

.tui-full-calendar-dayname {
  position: absolute;
  margin-left: -0.0625rem;
  height: 100%;
  overflow: hidden;
}
.tui-full-calendar-dayname.tui-full-calendar-today {
  font-weight: bold;
}

.tui-full-calendar-dayname-container {
  overflow-y: scroll;
}

.tui-full-calendar-dayname-leftmargin {
  position: relative;
  height: 100%;
}

.tui-full-calendar-dayname-date {
  font-size: 1.625rem;
}

.tui-full-calendar-dayname-name {
  font-weight: bold;
  font-size: 0.75rem;
}

.tui-full-calendar-daygrid-layout {
  height: 100%;
}
.tui-full-calendar-daygrid-layout .tui-full-calendar-right {
  overflow-y: hidden;
}

.tui-full-calendar-daygrid-guide-creation-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.tui-full-calendar-timegrid-container {
  height: 100%;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
}

.tui-full-calendar-timegrid-container-split {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tui-full-calendar-timegrid-left {
  position: absolute;
}

.tui-full-calendar-timegrid-hour {
  position: relative;
  color: #555;
  box-sizing: border-box;
}
.tui-full-calendar-timegrid-hour:first-child span {
  display: none;
}
.tui-full-calendar-timegrid-hour:last-child {
  border-bottom: none;
}
.tui-full-calendar-timegrid-hour span {
  position: absolute;
  top: -0.6875rem;
  left: 0;
  right: 0.3125rem;
  text-align: right;
  line-height: 1.5625rem;
}

.tui-full-calendar-timegrid-right {
  position: relative;
}

.tui-full-calendar-timegrid-gridline {
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.tui-full-calendar-timegrid-gridline:last-child {
  border-bottom: none;
}

.tui-full-calendar-timegrid-schedules {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.tui-full-calendar-timegrid-hourmarker {
  position: absolute;
  width: 100%;
  display: table;
}

.tui-full-calendar-timegrid-hourmarker-line-left {
  position: absolute;
  min-height: 0.0625rem;
  left: 0;
}

.tui-full-calendar-timegrid-hourmarker-line-today {
  position: absolute;
  min-height: 0.0625rem;
}

.tui-full-calendar-timegrid-hourmarker-line-right {
  position: absolute;
  min-height: 0.0625rem;
  right: 0;
}

.tui-full-calendar-timegrid-hourmarker-time {
  padding-right: 0.3125rem;
  line-height: 0.75rem;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
}

.tui-full-calendar-timegrid-todaymarker {
  position: absolute;
  text-indent: -9999px;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #135de6;
  margin: -0.25rem 0 0 -0.3125rem;
  border-radius: 50%;
}

.tui-full-calendar-timegrid-sticky-container {
  position: absolute;
  top: 0;
}

.tui-full-calendar-timegrid-timezone-label-container {
  position: absolute;
}

.tui-full-calendar-timegrid-timezone-label-cell {
  display: table;
}

.tui-full-calendar-timegrid-timezone-label {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.3125rem;
  text-align: right;
}

.tui-full-calendar-timegrid-timezone-close-btn {
  cursor: pointer;
  position: absolute;
  text-align: center;
  background-color: #fff;
}
.tui-full-calendar-timegrid-timezone-close-btn .tui-full-calendar-icon {
  width: 0.3125rem;
  height: 0.625rem;
}

.tui-full-calendar-time-date {
  position: absolute;
  height: 100%;
  margin-left: -0.0625rem;
  box-sizing: content-box;
}
.tui-full-calendar-time-date:last-child {
  border-right: none;
  margin: 0;
}
.tui-full-calendar-time-date:last-child .tui-full-calendar-time-schedule,
.tui-full-calendar-time-date:last-child .tui-full-calendar-time-guide-creation {
  left: 0px;
}

.tui-full-calendar-time-date-schedule-block-wrap {
  position: relative;
  height: 100%;
}

.tui-full-calendar-time-date-schedule-block {
  position: absolute;
  right: 0px;
}

.tui-full-calendar-time-date-schedule-block-pending {
  opacity: 0.7;
}

.tui-full-calendar-time-date-schedule-block-dragging-dim {
  opacity: 0.3;
}

.tui-full-calendar-time-date-schedule-block-focused {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
}

.tui-full-calendar-time-date-schedule-block-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.1);
}

.tui-full-calendar-time-schedule {
  position: relative;
  left: 0.0625rem;
  height: 100%;
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: bold;
}

.tui-full-calendar-time-schedule-content {
  overflow: hidden;
  border-left-width: 3px;
  border-left-style: solid;
  padding: 0.0625rem 0 0 0.1875rem;
}

.tui-full-calendar-time-schedule-content-travel-time {
  font-weight: normal;
  font-size: 0.6875rem;
}

.tui-full-calendar-time-resize-handle {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 0.3125rem;
  text-align: center;
  color: #fff;
  cursor: row-resize;
  background-position: center top;
}

.tui-full-calendar-time-guide-creation {
  position: absolute;
  right: 0.625rem;
  left: 0.0625rem;
  padding: 0.1875rem;
}

.tui-full-calendar-time-guide-move .tui-full-calendar-time-schedule,
.tui-full-calendar-time-guide-resize .tui-full-calendar-time-schedule,
.tui-full-calendar-time-guide-move .tui-full-calendar-time-resize-handle,
.tui-full-calendar-time-guide-resize .tui-full-calendar-time-resize-handle {
  opacity: 0.8;
  z-index: 97;
}

.tui-full-calendar-time-guide-creation-label {
  cursor: default;
}

.tui-full-calendar-time-guide-bottom {
  position: absolute;
  bottom: 0.1875rem;
}

.tui-full-calendar-month {
  height: 100%;
  min-height: 37.5rem;
}

.tui-full-calendar-month-dayname {
  width: 100%;
  position: absolute;
  font-size: 0.8125rem;
}

.tui-full-calendar-month-dayname-item {
  height: 100%;
  font-weight: bold;
}

.tui-full-calendar-month-week-item {
  position: relative;
}
.tui-full-calendar-month-week-item > div {
  height: 100%;
}

.tui-full-calendar-month-more {
  height: inherit;
  min-width: 17.5rem;
  min-height: 9.375rem;
}

.tui-full-calendar-month-more-title {
  position: relative;
}

.tui-full-calendar-month-more-title-day {
  font-size: 1.4375rem;
  color: #333;
}

.tui-full-calendar-month-more-title-day-label {
  font-size: 0.75rem;
  color: #333;
}

.tui-full-calendar-month-more-close {
  position: absolute;
  right: 0;
  outline: 0;
  background: none;
  border: 0;
  font-size: 0.875rem;
  line-height: 1.75rem;
  padding: 0 0.4375rem;
  cursor: pointer;
}

.tui-full-calendar-month-more-list {
  overflow-y: auto;
}

.tui-full-calendar-month-more-schedule {
  cursor: pointer;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}

.tui-full-calendar-month-guide-block {
  position: absolute;
}

.tui-full-calendar-month-weekday-schedule {
  margin-top: 0.125rem;
}

.tui-full-calendar-month-creation-guide {
  top: 0;
  bottom: -0.0625rem;
  left: -0.0625rem;
  right: 0;
  position: absolute;
  z-index: 20;
}

.tui-full-calendar-month-guide-focused {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
}

.tui-full-calendar-month-guide {
  position: relative;
  padding-left: 0.1875rem;
  line-height: 1.125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tui-full-calendar-month-guide-cover {
  width: 100%;
  position: absolute;
  top: -50%;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.1);
}

.tui-full-calendar-month-exceed-left .tui-full-calendar-month-guide {
  margin-left: 0px;
}

.tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide {
  margin-right: 0px;
}

.tui-full-calendar-month-exceed-right .tui-full-calendar-month-guide-handle {
  display: none;
}

.tui-full-calendar-month-guide-handle {
  position: absolute;
  top: 0;
  right: 0.1875rem;
  width: 0.375rem;
  background-position: 0.1875rem center;
  cursor: col-resize;
}

.tui-full-calendar-vlayout-container {
  position: relative;
}

.tui-full-calendar-splitter {
  clear: left;
  cursor: row-resize;
}
.tui-full-calendar-splitter:hover {
  border-color: #999;
}

.tui-full-calendar-splitter-focused {
  background-color: #ddd;
  border: none;
}

.tui-full-calendar-splitter-guide {
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  border: none;
  background-color: #e8e8e8;
}

.tui-full-calendar-popup {
  position: absolute;
  font-weight: 2.5;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  clear: both;
}

.tui-full-calendar-popup-container {
  min-width: 474px;
  box-shadow: 0 0.125rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: solid 1px #d5d5d5;
  border-radius: 0.125rem;
}

.tui-full-calendar-popup-section {
  font-size: 0;
  min-height: 2.5rem;
}

.tui-full-calendar-section-calendar {
  width: 11rem;
}
.tui-full-calendar-section-calendar.tui-full-calendar-hide {
  height: 1.3125rem;
  visibility: hidden;
}

.tui-full-calendar-section-title {
  width: calc(100% - 36px);
  padding-right: 0.25rem;
}
.tui-full-calendar-section-title input {
  width: 22.8125rem;
}

.tui-full-calendar-button.tui-full-calendar-section-private {
  height: 2rem;
  padding: 0.5rem;
  font-size: 0;
  margin-left: 0.25rem;
}

.tui-full-calendar-section-private.tui-full-calendar-public .tui-full-calendar-ic-private {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKdJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDq4TmREaGvofhJHFcLHhfgwLC9sKNNULl0KQODCgtq1atcobxIY7lZAmkGJkNXCNIAlSwIjSCApqIgJnK0wNALoOPwSpOcq0AAAAAElFTkSuQmCC) no-repeat;
}

.tui-full-calendar-section-start-date,
.tui-full-calendar-section-end-date {
  width: 11rem;
}
.tui-full-calendar-section-start-date input,
.tui-full-calendar-section-end-date input {
  width: 8.6875rem;
}

.tui-full-calendar-section-start-date:hover .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-end-date:hover .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-start-date:focus .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-end-date:focus .tui-full-calendar-popup-section-item,
.tui-full-calendar-section-start-date:hover .tui-datepicker,
.tui-full-calendar-section-end-date:hover .tui-datepicker,
.tui-full-calendar-section-start-date:focus .tui-datepicker,
.tui-full-calendar-section-end-date:focus .tui-datepicker {
  border-color: #bbb;
}

.tui-full-calendar-popup-section-item:focus {
  border-color: #bbb;
}

.tui-full-calendar-section-date-dash {
  font-size: 0.75rem;
  color: #d5d5d5;
  height: 2rem;
  padding: 0 0.25rem;
  vertical-align: middle;
}

.tui-full-calendar-popup-section-item.tui-full-calendar-section-allday {
  border: none;
  padding: 0 0 0 0.5rem;
  cursor: pointer;
}
.tui-full-calendar-popup-section-item.tui-full-calendar-section-allday .tui-full-calendar-content {
  padding-left: 0.25rem;
}
.tui-full-calendar-popup-section-item.tui-full-calendar-section-location {
  display: block;
}
.tui-full-calendar-popup-section-item.tui-full-calendar-section-location input {
  width: 25rem;
}

.tui-full-calendar-section-allday .tui-full-calendar-icon.tui-full-calendar-ic-checkbox {
  margin: 0;
}

.tui-full-calendar-section-state {
  width: 6.8125rem;
}
.tui-full-calendar-section-state .tui-full-calendar-content {
  width: 3.625rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tui-full-calendar-popup-section-item {
  height: 2rem;
  padding: 0 0.5625rem 0 0.75rem;
  border: 1px solid #d5d5d5;
  display: inline-block;
  font-size: 0;
  border-radius: 0.125rem;
}
.tui-full-calendar-popup-section-item:hover, .tui-full-calendar-popup-section-item:focus {
  border-color: #bbb;
}
.tui-full-calendar-popup-section-item .tui-full-calendar-icon {
  position: relative;
}
.tui-full-calendar-popup-section-item .tui-full-calendar-content {
  text-align: left;
  display: inline-block;
  font-size: 0.75rem;
  vertical-align: middle;
  position: relative;
  padding-left: 0.5rem;
}
.tui-full-calendar-popup-section-item input {
  border: none;
  height: 1.875rem;
  outline: none;
  display: inline-block;
}
.tui-full-calendar-popup-section-item input::placeholder {
  color: #bbb;
  font-weight: 300;
}

.tui-full-calendar-section-calendar .tui-full-calendar-dropdown-button .tui-full-calendar-content {
  width: 7.8125rem;
  text-overflow: ellipsis;
  overflow: hidden;
  top: -0.0625rem;
}

.tui-full-calendar-dropdown {
  position: relative;
}
.tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-button {
  border: 1px solid #bbb;
}

.tui-full-calendar-dropdown-button.tui-full-calendar-popup-section-item {
  height: 2rem;
  font-size: 0;
  top: -0.0625rem;
}

.tui-full-calendar-dropdown-arrow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYBgFOEOAEVkmPDxc89+/f6eAYjzI4kD2FyYmJrOVK1deh4kzwRggGiQBVJCELAZig8SQNYHEmEEEMrh69eo1HR0dfqCYJUickZGxf9WqVf3IakBsFBthklpaWmVA9mEQhrJhUoTp0NBQCRAmrHL4qgAAuu4cWZOZIGsAAAAASUVORK5CYII=) no-repeat;
}

.dropdown.open .tui-full-calendar-dropdown-arrow,
.tui-full-calendar-open .tui-full-calendar-dropdown-arrow {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat;
}

.tui-full-calendar-dropdown-menu {
  position: absolute;
  top: 1.9375rem;
  padding: 0.25rem 0;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-top: none;
  border-radius: 0 0 0.125rem 0.125rem;
  width: 100%;
  display: none;
}

.tui-full-calendar-dropdown:hover .tui-full-calendar-dropdown-menu {
  border: 1px solid #bbb;
  border-top: none;
}

.tui-full-calendar-open .tui-full-calendar-dropdown-menu {
  display: block;
}

.tui-full-calendar-dropdown-menu-item {
  height: 1.875rem;
  border: none;
  cursor: pointer;
}
.tui-full-calendar-dropdown-menu-item:hover {
  background-color: rgba(81, 92, 230, 0.05);
}
.tui-full-calendar-dropdown-menu-item .tui-full-calendar-content {
  line-height: 1.875rem;
}

.tui-full-calendar-section-calendar .tui-full-calendar-dropdown-menu-item {
  width: 100%;
}

.tui-full-calendar-section-state .tui-full-calendar-dropdown-menu-item {
  width: 100%;
}

.tui-full-calendar-button {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 0.125rem;
  text-align: center;
  outline: none;
  font-size: 0.75rem;
  cursor: pointer;
  color: #333;
}
.tui-full-calendar-button.tui-full-calendar-popup-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background-color: #fff;
  padding: 0.125rem;
  border: none;
}
.tui-full-calendar-button:hover {
  border-color: #bbb;
  color: #333;
}
.tui-full-calendar-button:active {
  background: #f9f9f9;
  color: #333;
}
.tui-full-calendar-button .round {
  border-radius: 1.5625rem;
}

.tui-full-calendar-section-button-save {
  height: 2.25rem;
}

.tui-full-calendar-popup-save {
  float: right;
}

.tui-full-calendar-popup-arrow-border,
.tui-full-calendar-popup-arrow-fill {
  position: absolute;
}

.tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-border {
  border-top: none;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #d5d5d5;
  border-left: 8px solid transparent;
  left: calc(50% - 8px);
  top: -0.4375rem;
}
.tui-full-calendar-arrow-top .tui-full-calendar-popup-arrow-fill {
  border-top: none;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  left: -0.4375rem;
  top: 0.0625rem;
}

.tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-border {
  border-top: 8px solid transparent;
  border-right: none;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #d5d5d5;
  top: calc(50% - 8px);
  right: -0.4375rem;
}
.tui-full-calendar-arrow-right .tui-full-calendar-popup-arrow-fill {
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  top: -0.4375rem;
  right: 0.0625rem;
}

.tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-border {
  border-top: 8px solid #d5d5d5;
  border-right: 8px solid transparent;
  border-bottom: none;
  border-left: 8px solid transparent;
  left: calc(50% - 8px);
  bottom: -0.4375rem;
}
.tui-full-calendar-arrow-bottom .tui-full-calendar-popup-arrow-fill {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: none;
  border-left: 7px solid transparent;
  left: -0.4375rem;
  bottom: 0.0625rem;
}

.tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-border {
  border-top: 8px solid transparent;
  border-right: 8px solid #d5d5d5;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: calc(50% - 8px);
  left: -0.4375rem;
}
.tui-full-calendar-arrow-left .tui-full-calendar-popup-arrow-fill {
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
  border-left: none;
  top: -0.4375rem;
  left: 0.0625rem;
}

.tui-full-calendar-confirm {
  width: 6rem;
  height: 2.25rem;
  border-radius: 2.5rem;
  background-color: #096da7;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  border: none;
}
.tui-full-calendar-confirm:hover {
  background-color: #074e72;
  color: #fff;
}
.tui-full-calendar-confirm:active {
  background-color: #074e72;
  color: #fff;
}

.tui-full-calendar-icon.tui-full-calendar-right {
  float: right;
  top: 0.0625rem;
}
.tui-full-calendar-icon .tui-full-calendar-none {
  display: none;
}
.tui-full-calendar-icon.tui-full-calendar-calendar-dot {
  border-radius: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.0625rem;
}

input[type=checkbox].tui-full-calendar-checkbox-square {
  display: none;
}
input[type=checkbox].tui-full-calendar-checkbox-square + span {
  display: inline-block;
  cursor: pointer;
  line-height: 0.875rem;
  margin-right: 0.5rem;
  width: 0.875rem;
  height: 0.875rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAADpJREFUKBVjPHfu3O5///65MJAAmJiY9jCcOXPmP6kApIeJBItQlI5qRAkOVM5o4KCGBwqPkcxEvhsAbzRE+Jhb9IwAAAAASUVORK5CYII=) no-repeat;
  vertical-align: middle;
}
input[type=checkbox].tui-full-calendar-checkbox-square:checked + span {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAMBJREFUKBWVkjEOwjAMRe2WgZW7IIHEDdhghhuwcQ42rlJugAQS54Cxa5cq1QM5TUpByZfS2j9+dlJVt/tX5ZxbS4ZU9VLkQvSHKTIGRaVJYFmKrBbTCJxE2UgCdDzMZDkHrOV6b95V0US6UmgKodujEZbJg0B0ZgEModO5lrY1TMQf1TpyJGBEjD+E2NPN7ukIUDiF/BfEXgRiGEw8NgkffYGYwCi808fpn/6OvfUfsDr/Vc1IfRf8sKnFVqeiVQfDu0tf/nWH9gAAAABJRU5ErkJggg==) no-repeat;
}
input[type=checkbox].tui-full-calendar-checkbox-round {
  display: none;
}
input[type=checkbox].tui-full-calendar-checkbox-round + span {
  display: inline-block;
  cursor: pointer;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
  vertical-align: middle;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  border: solid 2px;
  background: transparent;
}

.tui-full-calendar-popup-top-line {
  position: absolute;
  border-radius: 0.125rem 0.125rem 0 0;
  width: 100%;
  height: 0.25rem;
  border: none;
  top: 0;
}

.tui-full-calendar-popup-detail .tui-full-calendar-popup-container {
  width: 301px;
  min-width: 301px;
  padding-bottom: 0;
}
.tui-full-calendar-popup-detail .tui-full-calendar-icon {
  width: 12px;
  height: 12px;
  background-size: 12px;
  position: relative;
  margin-right: 8px;
}
.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-location-b {
  top: -2px;
}
.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-user-b {
  top: -2px;
}
.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-ic-state-b {
  top: -1px;
}
.tui-full-calendar-popup-detail .tui-full-calendar-icon.tui-full-calendar-calendar-dot {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  top: -1px;
}
.tui-full-calendar-popup-detail .tui-full-calendar-content {
  line-height: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.tui-full-calendar-popup-detail .tui-full-calendar-section-header {
  padding: 1.0625rem 1.0625rem 0 1.0625rem;
  margin-bottom: 1rem;
}
.tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-separate {
  margin-top: 0.25rem;
}
.tui-full-calendar-popup-detail .tui-full-calendar-popup-detail-item-indent {
  text-indent: -1.25rem;
  padding-left: 1.25rem;
}
.tui-full-calendar-popup-detail .tui-full-calendar-schedule-title {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.6;
  word-break: break-all;
  max-height: 9.375rem;
  overflow-x: hidden;
  margin-bottom: 1rem;
  display: block;
}
.tui-full-calendar-popup-detail .tui-full-calendar-schedule-private {
  display: none;
  width: 1rem;
  height: 1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat 16px;
}
.tui-full-calendar-popup-detail .tui-full-calendar-schedule-private .tui-full-calendar-ic-private {
  display: block;
}
.tui-full-calendar-popup-detail .tui-full-calendar-section-detail {
  padding: 1.0625rem;
  max-height: 18.75rem;
  overflow-x: hidden;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.tui-full-calendar-popup-detail .tui-full-calendar-section-button {
  border-top: 1px solid #e5e5e5;
  font-size: 0;
}

.tui-full-calendar-section-button {
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
}
.tui-full-calendar-section-button .tui-full-calendar-icon {
  margin-right: 0.25rem;
  top: -0.1875rem;
}
.tui-full-calendar-section-button .tui-full-calendar-content {
  position: relative;
  top: 0.125rem;
}

.tui-full-calendar-popup-edit,
.tui-full-calendar-popup-delete {
  display: inline-block;
  padding: 0.4375rem 0.5625rem 0.6875rem 0.5625rem;
  width: calc(50% - 1px);
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}

.tui-full-calendar-popup-vertical-line {
  background: #e5e5e5;
  width: 1px;
  height: 0.875rem;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.4375rem;
}

.tui-datepicker {
  left: -0.75rem;
  z-index: 1;
  border-color: #d5d5d5;
}

.tui-full-calendar-icon {
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  vertical-align: middle;
}
.tui-full-calendar-icon.tui-full-calendar-ic-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAO5JREFUKBVjYCATMOLSFxkZqfHnz5+1QHktNDVbV69e7cOCJgjmQjXtB3IksMh7g8SY0CXQNTEyMlYD1fBCabhyFI3omkCq/v//PwnotC8gGq4LyIBrxKYJpBBoU15oaCgPiEbWCPYjUEIFGBBY/QS0qRWooRVIg/UBDXgMYoBtBHJSgWxsAQFWjET8BBqQBuLDNM4Can6GpAAb8ydQMADo3x0gSbDGlStX3gVqdMSjGUUTSCNKAggPD1cDOmU/EEuBJKEAQxNIHEUjSABNM1ZNIHXMIAIZXL169a2+vv5moK18QKeXAv20B1meYjYAr7xrljpOzc0AAAAASUVORK5CYII=) no-repeat;
}
.tui-full-calendar-icon.tui-full-calendar-ic-location {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAR1JREFUKBWdUTtPg1AUBiT8CydHJtv/0MTJRWAgcTK1bq0/pO3k4E4IYLo2Me46tS4wumjSpV07kAb6HXLPzaGPRZLL+c73uE/D+OdnHuaCIOhVVTUEf620pWVZ0yRJ3qW3FfR9f1zX9UgaGJumOUnT9Fn3DDzPuwPOuD9TvSzL3kizhOFJ4LnjOJc0wM0FP2Asgx0mEehHUfRHgzDzqF3GOogzbJg8V6XHFqYv4Cvqy7J8DcOwWYmw8Hwy1kHMRjcaKuEGgV82caWbZay3indagJyxcKLOlKeRdJA627YfUVaN0v6tlKbZVjCO4zW2cw91px3AxJEmOONCNoTzPP9xXZfOd6u0Bzz60RGOgmQuiuIb4S3gB0IvaoJW2QMDs1bBoH1CAQAAAABJRU5ErkJggg==) no-repeat;
}
.tui-full-calendar-icon.tui-full-calendar-ic-date {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAGpJREFUKBVjYKAGCA0N/Q/C6GZhE2cEKQoLC9v6//9/L3QN2PiMjIzbVq1a5c0EkiRWE7JasEZsJhMSI1sjC7LJq1evBvsZWQyZjRxwZNs4hDSiBA6y55EDBRsb7EdQasAmiUNsKw5x4oQBkUAeDPJ53KsAAAAASUVORK5CYII=) no-repeat;
}
.tui-full-calendar-icon.tui-full-calendar-ic-state {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIxJREFUKBVjYCATMKLrCw8P9/z3798soLgMVO4JExNT2sqVK7cjq2VC5oDYME2MjIyNIAwUkoGKoShlQeFBOGCbVq1a1QDihoaG1gMpmO0gITAAOzUsLGzr////vWCC+GigK7YBDfUGO5VYTSADYWox/IjPNmS5UY3IoYHGBgcOKG7QxPFxt+KTJCgHAGcZJbGLRuJ2AAAAAElFTkSuQmCC) no-repeat;
}
.tui-full-calendar-icon.tui-full-calendar-ic-private {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAKpJREFUKBVjYCATMKLri46Olvn9+3fX////HUByjIyMB1hZWcuWLl36BFktikaQpl+/fl0EKhBCVgRkv2NjY9NH1syErABkE1TTdqBCWRAG8reDxKBycOUoGmHOA2pIA5kOwiA2SDVMDqYTRSNQUBIkgewkJDZYDqYR7sewsLCtQFO9YBLYaGBAbVu1apU3SA5uIyFNIMXIauAaQRKkgBGlERTURATOVpgaABRQQOK46wEAAAAAAElFTkSuQmCC) no-repeat;
}
.tui-full-calendar-icon.tui-full-calendar-ic-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAJRJREFUKBXFkNERhCAMREUbuEKohzq0Eq2DDq6Da4B60KezDORkxj+ZwchmX0IYhtdWCGFl9y5g82NtzDnPdzAaudo76ZBS+nrvPxiInMkJcs5tMcZFfqcfxdqIRiELof+BiIJPg+mExmpmvKRn3zKj7OrG9Y79szPL14A1xEP0Hgy4gBZS5R7czHj3ehSgOzkVeyfuGrBw/WLm0hsAAAAASUVORK5CYII=) no-repeat;
}

.tui-full-calendar-ic-location-b {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAOZJREFUKBWVUT0KwjAUbkzGTuJWPYNDpV0cXD2ETuIRBK+gs4ubp3BwcXBp6eINBKWDgydoid9X8oKCggYeee/7S9IGwZ9LverTNO3Wdb2y1o6IK6WOWutFlmU30XmDE58hbgvpTA+Y+mJqCemS20jdG2N6LPYMICc6b5BrIG3ONBZ7CoVj7w0cfllGRDj+gKQpjt/iPU0ye/LkROcNANaoCUzjqqquIsBuHddAWoiyLO9RFHUwJ4JxR/qmKIqdYG9vCMNwCeIiJHuHecj/B0GSJBng7ifO+ErDPM8L4b7ucRzPWJ8ET1E7YC7tmi9qAAAAAElFTkSuQmCC);
}

.tui-full-calendar-ic-state-b {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAHlJREFUKBVjYCARMCKrNzEx8QTyZ/3//18GJM7IyPgESKWdOXNmO4gPAkwQCk6CFQMVNoIwVOMsuCw6w9jY+D8Iw8TR+SBxsJOATtkKNM0LphAbDbRxG9Bp3mAnEVIMMgCmBt0P2AxHERusGkAhgOJQ7Jyt2IUJiAIAwwIn24FgmhkAAAAASUVORK5CYII=);
}

.tui-full-calendar-icon.tui-full-calendar-ic-user-b {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAJpJREFUKBVjYKA1YES3wMTExBMoNgsqnnbmzJntyGqYkDlQ9qz////LgDCQD9MIV4ZNA1wSGwObhjRGRsYnIAzUkIZNE0licE+bm5tr/fnzJx1osjPQBFmoKY+BftnLwsIy8+TJk9dAYmANxsbGoUD2YiBmBwliAT+BYrFnz55dDfNDO1AAl2KQfpAcSA0DTIMyiEMAEKMG0wgAolIjcM7Tjm8AAAAASUVORK5CYII=);
}
.tui-full-calendar-icon.tui-full-calendar-ic-edit {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAMdJREFUKBVjYCARMOJTb2xsLMfIyBjLysq64Pjx409BapnwaQDKzf7//3/L79+/D1tbW0uB1LJg02BmZqYIVPgdKBf/79+//UC2xs+fP8OB/H4MG0CK//79ewCkEGQYExOTI5DawMnJuQTER/EDTDFQXA4kCQQ3QBpOnz79AsJF8gMWxTA1KDTYBhyKMUwH6WSysrKSB7kZyIY5AySOVTFIggno+5VAmijFYA1AwhzEgAKcJsMUwIMVGKPH2NnZ7ZFDBKYImQYAuO5YIMgk39gAAAAASUVORK5CYII=);
}
.tui-full-calendar-icon.tui-full-calendar-ic-delete {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAFhJREFUKBVjYCARMKKrNzEx2fr//38vkDgjI+O2M2fOeCOrAWtAVoQsicyGaWZCFsTHBtr6H588Tjm4H4yNjfGacPbsWbBaop0Es3JYaQBFDMxjWOitMDEA3EEZfFEISwUAAAAASUVORK5CYII=);
}
.tui-full-calendar-icon.tui-full-calendar-ic-arrow-solid-top {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAIFJREFUKBVjYBj+gBmXF2NiYiTV1dV5rl279gWbGiZsgg0NDSw/f/5cCZRbBWJjU4PVRjExsR6g4nAgln/z5g3v1atXd6JrxtAYHh4e+v///z4khZa6urrXgJqvIYkxMCJzgJo0//37dwooxoMsDmR/YWJiMlu5cuV1NPFRLrYQAADMVCaUtbG7XwAAAABJRU5ErkJggg==) no-repeat;
}
.tui-full-calendar-icon.tui-full-calendar-ic-milestone {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAGFJREFUKBVjYCARMILU/3dw+I+hj5FxG+P+/d7o4rg1IKtE0syELI6T/f+/F0yOOA0w1UCa9hpYkGxjYDxwABwIILH/jo5bGWBuZ2TcClOHogEmCKKxBSlInPZ+ANlCEgAA37EU4AHbBQUAAAAASUVORK5CYII=) no-repeat;
}
.tui-full-calendar-icon.tui-full-calendar-ic-arrow-left {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFZJREFUCB1jZICCyspK83///hUxgvhVVVV6f//+3c3ExJTMVFNTowqU2cHMzJzf3t6+hen379/zgIp2t7W1rQCpZmJlZU0C0q5AbREgAQwzwAIgGZgtADMCJqH/QyvhAAAAAElFTkSuQmCC) no-repeat;
}
.tui-full-calendar-icon.tui-full-calendar-ic-arrow-right {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAYAAAAvZezQAAAAAXNSR0IArs4c6QAAAFxJREFUCB1jKC8vX1lZWWnOAAVMQLD4379/m6qqqvRAYowgAsiJAAr2sbCw2IMFQIIVFRUL////r8SCpMKVlZXVnhFooA9Q+VxmZmbXtra2S0xATizQYD8QB6QaAJMLJ9BqE9yTAAAAAElFTkSuQmCC) no-repeat;
}

.tui-full-calendar-ic-repeat-b {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAQpJREFUKBVjYCARMCKrNzU1tf/3718lUMwQiP8yMjKeYWJi6j516tRhExOThjNnzjTANQAFqv///98CVHQPSO8A0ixATa5AtjyQPgDETmfPngULMpiZmbn//fu3BSg4B6ggCyjxG8hm8PT0ZH/9+vUJoJgTiA8CTCACqDgXaOJ9Xl7eTJhikDhQcSVQsQGITT8A9rSxsfF/mJVApzWCQgPGd3BwYPny5cstoNOuAZ3rAwoJOAAqviAqKtoOEwAaxPr58+dpQL4iEGeAxJFt2AfkOwA1PQTSu4Em/gGyPYC0EpCuAdraCtIADiWgQCPQOmdmZmYHoNgVoCJfIB0CpG8DI84BphgoRjoAAAzgdELI91E5AAAAAElFTkSuQmCC);
}

@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2") format("woff2"), url("../fonts/materialdesignicons-webfont.woff") format("woff"), url("../fonts/materialdesignicons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.MM-Icons:before {
  display: inline-block;
  font: normal normal normal 0.875rem/1 "Material Design Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

.MM-Icons-SVG {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
}

.MM-Icon-Band::before {
  content: "\f848";
}

.MM-Icon-Profile::before {
  content: "\f004";
}

.MM-Icon-Musician::before {
  content: "\f004";
}

.MM-Icon-Place::before {
  content: "\f34e";
}

.MM-Icon-Teacher::before {
  content: "\f88f";
}

.MM-Icon-Organization::before {
  content: "\f2b2";
}

.MM-Icon-Admin::before {
  content: "\f499";
}

.MM-Icon-SuperAdmin::before {
  content: "\f0166";
}

.MM-Icon-Concert-Location {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Concert-Location-v1.svg);
  background-size: 100% 100%;
}

/*.MM-Icon-Festival-Location::before{
    content: $MM-Icons-festival-location;
} */
.MM-Icon-Festival-Location {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Festival-Locations.svg);
  background-size: 100% 100%;
}

.MM-Icon-Organizer {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Organizer.svg);
  background-size: 100% 100%;
}

.MM-Icon-Manager {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Organizer.svg);
  background-size: 100% 100%;
}

.MM-Icon-MusicProducer::before {
  content: "ﾺ";
}

.MM-Icon-SoundTechnician::before {
  content: "\f57e";
}

.MM-Icon-LightningTechnician::before {
  content: "\f6e7";
}

.MM-Icon-Studio {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Studio-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Transporter::before {
  content: "\f53e";
}

.MM-Icon-Teacher2 {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Music-Master.svg);
  background-size: 100% 100%;
}

.MM-Icon-VideoclipMaker::before {
  content: "\f230";
}

.MM-Icon-FilmMaker::before {
  content: "￮";
}

.MM-Icon-OtherMusicServices {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Other-Services-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Fan::before {
  content: "\f2cb";
}

.MM-Icon-Guest::before {
  content: "\f0189";
}

.MM-Icon-RehearsalRoom::before {
  content: "\f36c";
}

.MM-Icon-Studio2::before {
  content: "ﺿ";
}

.MM-Icon-Tour::before {
  content: "ｚ";
}

.MM-Icon-Disco {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Disco.svg);
  background-size: 100% 100%;
}

.MM-Icon-Tie::before {
  content: "\f677";
}

.MM-Icon-Seminar::before {
  content: "\f88f";
}

.MM-Icon-Expo {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Expo.svg);
  background-size: 100% 100%;
}

.MM-Icon-Concert {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Concert-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Conference {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Conference.svg);
  background-size: 100% 100%;
}

.MM-Icon-Events::before {
  content: "\f0ed";
}

.MM-Icon-3dot-h::before {
  content: "\f1d8";
}

.MM-Icon-Followed::before {
  content: "\f8cf";
}

.MM-Icon-Follow::before {
  content: "\f2d5";
}

.MM-Icon-Img-Gallery::before {
  content: "\f2f9";
}

.MM-Icon-Music-Albums::before {
  content: "\f333";
}

.MM-Icon-Ref_n_Cop::before {
  content: "\f019";
}

.MM-Icon-Chevron-down::before {
  content: "\f140";
}

.MM-Icon-Chevron-up::before {
  content: "\f143";
}

.MM-Icon-Remove {
  background: no-repeat url(../Images/MusicMonarchy/Icons/Remove-x.svg);
  background-size: 100% 100%;
}

.MM-Invert-1 {
  filter: invert(1);
}

@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2") format("woff2"), url("../fonts/materialdesignicons-webfont.woff") format("woff"), url("../fonts/materialdesignicons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.MM-Icons:before {
  display: inline-block;
  font: normal normal normal 0.875rem/1 "Material Design Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

.MM-Icons-SVG {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
}

.MM-Icon-Band::before {
  content: "\f848";
}

.MM-Icon-Profile::before {
  content: "\f004";
}

.MM-Icon-Musician::before {
  content: "\f004";
}

.MM-Icon-Place::before {
  content: "\f34e";
}

.MM-Icon-Teacher::before {
  content: "\f88f";
}

.MM-Icon-Organization::before {
  content: "\f2b2";
}

.MM-Icon-Admin::before {
  content: "\f499";
}

.MM-Icon-SuperAdmin::before {
  content: "\f0166";
}

.MM-Icon-Concert-Location {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Concert-Location-v1.svg);
  background-size: 100% 100%;
}

/*.MM-Icon-Festival-Location::before{
    content: $MM-Icons-festival-location;
} */
.MM-Icon-Festival-Location {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Festival-Locations.svg);
  background-size: 100% 100%;
}

.MM-Icon-Organizer {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Organizer.svg);
  background-size: 100% 100%;
}

.MM-Icon-Manager {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Organizer.svg);
  background-size: 100% 100%;
}

.MM-Icon-MusicProducer::before {
  content: "ﾺ";
}

.MM-Icon-SoundTechnician::before {
  content: "\f57e";
}

.MM-Icon-LightningTechnician::before {
  content: "\f6e7";
}

.MM-Icon-Studio {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Studio-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Transporter::before {
  content: "\f53e";
}

.MM-Icon-Teacher2 {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Music-Master.svg);
  background-size: 100% 100%;
}

.MM-Icon-VideoclipMaker::before {
  content: "\f230";
}

.MM-Icon-FilmMaker::before {
  content: "￮";
}

.MM-Icon-OtherMusicServices {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Other-Services-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Fan::before {
  content: "\f2cb";
}

.MM-Icon-Guest::before {
  content: "\f0189";
}

.MM-Icon-RehearsalRoom::before {
  content: "\f36c";
}

.MM-Icon-Studio2::before {
  content: "ﺿ";
}

.MM-Icon-Tour::before {
  content: "ｚ";
}

.MM-Icon-Disco {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Disco.svg);
  background-size: 100% 100%;
}

.MM-Icon-Tie::before {
  content: "\f677";
}

.MM-Icon-Seminar::before {
  content: "\f88f";
}

.MM-Icon-Expo {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Expo.svg);
  background-size: 100% 100%;
}

.MM-Icon-Concert {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Concert-v2.svg);
  background-size: 100% 100%;
}

.MM-Icon-Conference {
  background: no-repeat url(../Images/MusicMonarchy/Icons/MM-Icon-Conference.svg);
  background-size: 100% 100%;
}

.MM-Icon-Events::before {
  content: "\f0ed";
}

.MM-Icon-3dot-h::before {
  content: "\f1d8";
}

.MM-Icon-Followed::before {
  content: "\f8cf";
}

.MM-Icon-Follow::before {
  content: "\f2d5";
}

.MM-Icon-Img-Gallery::before {
  content: "\f2f9";
}

.MM-Icon-Music-Albums::before {
  content: "\f333";
}

.MM-Icon-Ref_n_Cop::before {
  content: "\f019";
}

.MM-Icon-Chevron-down::before {
  content: "\f140";
}

.MM-Icon-Chevron-up::before {
  content: "\f143";
}

.MM-Icon-Remove {
  background: no-repeat url(../Images/MusicMonarchy/Icons/Remove-x.svg);
  background-size: 100% 100%;
}

.MM-Invert-1 {
  filter: invert(1);
}

/*$MM-Form-check-inline-margin-x-8: MM-PX2REM($MM-FS-Browser-Default,8);
$MM-Form-check-inline-margin-x: MM-PX2REM($MM-FS-Browser-Default,24);
$MM-Form-check-inline-margin-x-16: MM-PX2REM($MM-FS-Browser-Default,16);
$MM-Form-check-inline-margin-x-32: MM-PX2REM($MM-FS-Browser-Default,32);
$MM-Form-check-inline-margin-x-48: MM-PX2REM($MM-FS-Browser-Default,48);*/
.MM-CCW-Small {
  flex-wrap: wrap;
}
.MM-CCW-Small .card {
  width: 5rem;
  flex-grow: 0;
  flex-shrink: 0;
}

.MM-CCO-Flex {
  display: flex;
}

.MM-CCOF .card {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.MM-CProfC-C-Grey .MM-CProfC-H,
.MM-CProfC-C-Grey .MM-CProfC-C {
  background: #f9f9f9;
}
.MM-CProfC-C-Grey .MM-CProfC-A {
  background: #ededed;
}
.MM-CProfC-C-Grey .MM-CProfC-F {
  background: #fcfcfc;
}
@media only screen and (max-width: 575px) {
  .MM-CProfC-C-Grey > .col-12 .MM-CProfC {
    width: 100%;
    margin-right: 0;
    text-align: left !important;
  }
  .MM-CProfC-C-Grey > .col-12 .MM-CProfC .MM-CProfC-C {
    position: absolute;
    width: 100%;
    top: 3.3125rem;
    border: none;
    background: rgba(0, 0, 0, 0.65);
    padding: 0.375rem 1.875rem 0.375rem 8.125rem;
    border-radius: unset;
  }
  .MM-CProfC-C-Grey > .col-12 .MM-CProfC .MM-CProfC-A {
    position: relative;
  }
  .MM-CProfC-C-Grey > .col-12 .MM-CProfC .MM-CProfC-A .MM-Avatar-C {
    left: 1rem;
    position: absolute;
    top: -0.5rem;
    z-index: 2;
  }
  .MM-CProfC-C-Grey > .col-12 .MM-CProfC .MM-CProfC-C-Tag {
    color: white !important;
  }
  .MM-CProfC-C-Grey > .col-12 .MM-CProfC .MM-CProfC-C-Title {
    color: white;
  }
  .MM-CProfC-C-Grey > .col-12 .MM-CProfC .MM-CProfC-F {
    padding: 0.5rem 0.5rem 0.5rem 5.75rem;
    display: flex;
  }
  .MM-CProfC-C-Grey > .col-12 .MM-CProfC .MM-CProfC-F .d-xs-none {
    display: none;
  }
}

.custom-check label input:checked ~ .MM-CProfC-C-Grey {
  border: 0.0625rem solid #096da7;
  box-shadow: 0 0 0.25rem #096da7;
  border-radius: 0.5rem;
}

.tooltip-200 {
  min-width: 12.5rem;
  max-width: 18.75rem;
}

.carouselObjLabel {
  border: 0.0625rem solid white;
  top: 0.625rem;
  left: -1.25rem;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.375rem 0.75rem;
}

.MM-Icon-Card-Cat {
  padding: 0.2rem;
  background: #da2228;
  border: 0.125rem solid #fff;
}

.MM-Icon-Card-Cat-GR {
  padding: 0.2rem;
  background: #737373;
  border: 0.125rem solid #fff;
}

.card.MM-CProfC, .card.MM-CEventC, .card.MM-MM-CProfC-Smll, .card.MM-CCS-Small, .card.MM-CCS-Medium, .card.MM-CCS-Big {
  border-radius: 0.5rem;
}
.card.MM-CEventC, .card.MM-CProfC, .card.MM-CCCol-Default {
  transition: all 0.2s ease-in-out;
}
.card.MM-CEventC:hover, .card.MM-CProfC:hover, .card.MM-CCCol-Default:hover {
  background: #fcfcfc;
  box-shadow: 0rem 0rem 0.25rem rgba(0, 0, 0, 0.15);
}
.card.MM-CCCol-Grey {
  background: #f9f9f9;
  transition: all 0.2s ease-in-out;
}
.card.MM-CCCol-Grey:hover {
  background: #fff;
  box-shadow: 0rem 0rem 0.25rem rgba(0, 0, 0, 0.15);
}
.card.MM-CCS-Big .card-body {
  padding: 1.5rem;
}
.card.MM-CCS-Medium .card-body {
  padding: 1rem;
}
.card.MM-CCS-Small .card-body {
  padding: 0.5rem;
}
.card.MM-CEventC {
  padding: 0;
}
.card.MM-CEventC .progress {
  height: 0.25rem;
}
.card.MM-CEventC .MM-Icon-Card-Cat {
  position: absolute;
  left: 0.5rem;
  bottom: 1rem;
}
.card.MM-CEventC .card-body {
  padding: 0;
}
.card.MM-CEventC a.card-body .MM-CEventC-C {
  color: #262626 !important;
  font-weight: inherit;
}
.card.MM-CEventC .MM-CEventC-H {
  height: 8.625rem;
  overflow: hidden;
  position: relative;
  padding: 0;
  border-radius: 0.5rem;
}
.card.MM-CEventC .MM-CEventC-H.MM-CEventC-H270 {
  height: 16.875rem;
}
.card.MM-CEventC .MM-CEventC-H.MM-CEventC-H180 {
  height: 11.25rem;
}
.card.MM-CEventC .MM-CEventC-H img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.card.MM-CEventC .MM-CEventC-H2 {
  background: #ededed;
}
.card.MM-CEventC .MM-CEventC-T {
  font-weight: normal;
  padding: 0.25rem 2.75rem;
  text-decoration: none;
  border-bottom: inherit;
  color: white;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.card.MM-CEventC .MM-CEventC-T span {
  color: white;
}
.card.MM-CEventC .MM-CEventC-T .d-block {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.MM-CEventC .MM-CEventC-Rates {
  min-width: 4.6875rem;
}
.card.MM-CEventC .MM-CEventC-C {
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 0 0 0.5rem 0.5rem;
  border-bottom: 1px solid #eaeaea;
}
.card.MM-CEventC .MM-CEventC-DT-L,
.card.MM-CEventC .MM-CEventC-DT-R {
  position: relative;
  background: #ededed;
  line-height: 1;
  min-width: 6.5625rem;
}
.card.MM-CEventC .MM-CEventC-DT-L span span,
.card.MM-CEventC .MM-CEventC-DT-R span span {
  font-weight: bold;
}
.card.MM-CEventC .MM-CEventC-DT-L .d-block,
.card.MM-CEventC .MM-CEventC-DT-R .d-block {
  margin: 0;
}
.card.MM-CEventC .MM-CEventC-DT-L {
  padding: 0.5rem;
}
.card.MM-CEventC .MM-CEventC-DT-R {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.card.MM-CEventC .MM-CEventC-DT-R:after,
.card.MM-CEventC .MM-CEventC-DT-L:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0.5rem;
  border-style: solid;
  display: block;
  width: 0;
}
.card.MM-CEventC .MM-CEventC-DT-L:after {
  right: -1rem;
  border-color: transparent transparent transparent #ededed;
}
.card.MM-CEventC .MM-CEventC-DT-R:after {
  left: 0;
  border-color: transparent transparent transparent #f9f9f9;
}
.card.MM-CCatC-PR a.card-body, .card.MM-CCatC-GN a.card-body, .card.MM-CCatC-EV a.card-body {
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card.MM-CCatC-PR .MM-CCatC-T, .card.MM-CCatC-GN .MM-CCatC-T, .card.MM-CCatC-EV .MM-CCatC-T {
  font-size: 0.625rem;
  text-transform: uppercase;
  display: block;
  margin-top: 0.5rem;
}
.card.MM-CCatC-PR .MM-CCatC-T span, .card.MM-CCatC-GN .MM-CCatC-T span, .card.MM-CCatC-EV .MM-CCatC-T span {
  font-weight: 600;
}
.card.MM-CCatC-PR .MM-CCatC-H, .card.MM-CCatC-GN .MM-CCatC-H, .card.MM-CCatC-EV .MM-CCatC-H {
  justify-content: normal;
}
.card.MM-CCatC-PR .MM-Icons, .card.MM-CCatC-GN .MM-Icons, .card.MM-CCatC-EV .MM-Icons {
  line-height: 2rem;
  font-size: 1.75rem;
}
.card.MM-CCatC-PR .MM-Icons-SVG,
.card.MM-CCatC-PR .MM-Icons:before, .card.MM-CCatC-GN .MM-Icons-SVG,
.card.MM-CCatC-GN .MM-Icons:before, .card.MM-CCatC-EV .MM-Icons-SVG,
.card.MM-CCatC-EV .MM-Icons:before {
  width: 2rem;
  height: 2rem;
  font-size: inherit;
  line-height: inherit;
  margin: 0 auto;
}
.card.MM-CCatC-PR .badge, .card.MM-CCatC-GN .badge, .card.MM-CCatC-EV .badge {
  margin-top: 0.5rem;
}
.card.MM-CProfC {
  width: 15rem;
}
.card.MM-CProfC .MM-Content-Ellps {
  transition: none;
}
.card.MM-CProfC .card-body {
  padding: 0;
}
.card.MM-CProfC .MM-CProfC-H {
  padding: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.card.MM-CProfC .MM-CProfC-H .btn {
  padding: 0.3rem;
}
.card.MM-CProfC .MM-CProfC-A {
  height: 5.25rem;
}
.card.MM-CProfC .MM-CProfC-A .MM-CProfC-A-BG {
  height: inherit;
  overflow: hidden;
  position: relative;
}
.card.MM-CProfC .MM-CProfC-A .MM-CProfC-A-BG img {
  width: 100%;
  height: 100%;
  filter: blur(2px);
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  position: absolute;
  left: 0;
}
.card.MM-CProfC .MM-CProfC-A .MM-Avatar-C {
  position: relative;
  top: -5.75rem;
}
.card.MM-CProfC .MM-CProfC-C {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #dedede;
  border-radius: 0 0 0.5rem 0.5rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.MM-CProfC .MM-CProfC-C .MM-CProfC-C-Tag {
  color: #999999;
  font-weight: 400;
}
.card.MM-CProfC .MM-CProfC-C .MM-CProfC-C-Tag span {
  font-weight: 600;
}
.card.MM-CProfC .MM-CProfC-F {
  color: #737373;
  padding: 1rem 0.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.card.MM-CProfC .MM-CProfC-F .row {
  margin: 0 0 1rem 0;
}
.card.MM-CProfC .MM-CProfC-F .row .col {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.card.MM-CProfC .MM-CProfC-F .row .col:first-child {
  padding-left: 0;
}
.card.MM-CProfC .MM-CProfC-F .row .col:last-child {
  padding-right: 0;
}
.card.MM-CProfC .MM-CProfC-F .row:last-child {
  margin: 0;
}
.card.MM-CProfC.MM-CProfC-Single .MM-CProfC-C {
  border-bottom: 0;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-CProfC-TP {
  background: #f9f9f9;
  border-radius: 0.5rem;
  margin: 0;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-CProfC-TP .col {
  padding: 0;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-CProfC-H {
  border-radius: 0.5rem 0 0 0.5rem;
  border-bottom: 1px solid #dedede;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-CProfC-A {
  position: relative;
  height: 4.75rem;
  border-bottom: 1px solid #dedede;
  width: 2.5rem;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-CProfC-A .MM-CProfC-A-BG {
  height: inherit;
  overflow: hidden;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-CProfC-A .MM-CProfC-A-BG img {
  height: 100%;
  width: auto;
  position: unset;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-CProfC-A .MM-Avatar-C {
  position: relative;
  left: -0.25rem;
  top: -3.9375rem;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-Icon-Card-Cat {
  position: absolute;
  top: 0.4375rem;
  left: -0.875rem;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-CProfC-C {
  background: none;
  padding: 0.75rem;
  border-bottom: 1px solid #dedede;
  border-radius: 0 0.5rem 0.5rem 0;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-CProfC-C-Title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.MM-CProfC.MM-MM-CProfC-Smll .MM-CProfC-F {
  padding: 0.75rem;
}
.card.MM-CCS-WOp50 {
  background: rgba(255, 255, 255, 0.5);
}
.card.MM-CCS-WOp75 {
  background: rgba(255, 255, 255, 0.75);
}
.card.MM-CCS-WOp25 {
  background: rgba(255, 255, 255, 0.25);
}
.card.MM-CCS-BOp25 {
  background: rgba(0, 0, 0, 0.25);
}
.card.MM-CCS-BOp50 {
  background: rgba(0, 0, 0, 0.5);
}
.card.MM-CCS-BOp75 {
  background: rgba(0, 0, 0, 0.75);
}

.MM-CPC-LnsLst .MM-CProfC {
  width: 100%;
  margin-right: 0;
  text-align: left !important;
}
.MM-CPC-LnsLst .MM-CProfC .MM-CProfC-C {
  position: absolute;
  width: 100%;
  top: 3.3125rem;
  border: none;
  background: rgba(0, 0, 0, 0.65);
  padding: 0.375rem 1.875rem 0.375rem 8.125rem;
  border-radius: unset;
}
.MM-CPC-LnsLst .MM-CProfC .MM-CProfC-A {
  position: relative;
}
.MM-CPC-LnsLst .MM-CProfC .MM-CProfC-A .MM-Avatar-C {
  left: 1rem;
  position: absolute;
  top: -0.5rem;
  z-index: 2;
}
.MM-CPC-LnsLst .MM-CProfC .MM-CProfC-C-Tag {
  color: white !important;
}
.MM-CPC-LnsLst .MM-CProfC .MM-CProfC-C-Title {
  color: white;
}
.MM-CPC-LnsLst .MM-CProfC .MM-CProfC-F {
  padding: 0.5rem 0.5rem 0.5rem 8.125rem;
  display: flex;
}
.MM-CPC-LnsLst .MM-CProfC .MM-CProfC-F .row {
  width: auto;
  margin: 0;
}
.MM-CPC-LnsLst .MM-CProfC .MM-CProfC-F .row .col {
  flex: 0 0 auto;
  width: auto;
  min-width: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .MM-CPC-LnsLst .MM-CProfC .MM-CProfC-F {
    padding: 0.5rem 1rem;
  }
  .MM-CPC-LnsLst .MM-CProfC .MM-CProfC-F .row {
    width: 50%;
  }
  .MM-CPC-LnsLst .MM-CProfC .MM-CProfC-F .row .col {
    flex: 0 0 33%;
    width: inherit;
    min-width: unset;
  }
}

.custom-check .MM-CPC-LnsLst {
  line-height: 1.5;
}

.br-4 {
  border-radius: 0.25rem;
}

.br-8 {
  border-radius: 0.5rem;
}

.br-16 {
  border-radius: 1rem;
}

.sheight-4 {
  height: 0.25rem;
}

.sheight-8 {
  height: 0.5rem;
}

.sheight-16 {
  height: 1rem;
}
