@charset "UTF-8";

.error,
.error-msg-header,
.eulas label span,
.md-cookie-header h2,
.modal-content.email-change-validation-box .eulas a,
.modal-content.grid-display .eulas a,
.modal-content.password-activation-box .eulas a,
.modal-content.password-change-box .eulas a,
.modal-content.registration-box .eulas a,
.pagination-no-results,
.search-filters-wrapper .mb-accordion .search-filters-header,
.user-certificates-list .user-certificates-tile h3,
.user-profile-certs-display .user-profile-certs-tile .user-profile-certs-desc .user-profile-certs-name,
pre.message-text {
  font-family: Roboto,sans-serif!important;
}

.md-form-group-select-info,
.md-header .title h1,
.md-loginform-body h1,
.md-step-container .md-step,
.show-user-progress-modal .user-progress-head p,
.user-profile-counter .user-profile-number {
  font-family: Montserrat,sans-serif;
}

.card-aside,
.md-loginform-footer {
  font-size: .9em;
  line-height: 1.35;
  color: #6e6e6e;
  font-weight: 300;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

: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: #ff4f5f;
  --secondary: #4404bc;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*,
::after,
::before {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #ff4f5f;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(255,2.5,25.4545454545);
  text-decoration: underline;
}

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

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

code,
kbd,
pre,
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;
  -ms-overflow-style: scrollbar;
}

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: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none!important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

.small,
small {
  font-size: .875em;
  font-weight: 400;
}

.mark,
mark {
  padding: .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: .5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: .875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a>code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .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,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

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

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

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

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

.row-cols-3>* {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6>* {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: rgb(255,205.72,210.2);
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: rgb(255,163.48,171.8);
}

.table-hover .table-primary:hover {
  background-color: rgb(255,180.22,187.0181818182);
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: rgb(255,180.22,187.0181818182);
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: rgb(202.64,184.72,236.24);
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: rgb(157.76,124.48,220.16);
}

.table-hover .table-secondary:hover {
  background-color: rgb(187.6447169811,164.5926415094,230.8673584906);
}

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

.table-success,
.table-success>td,
.table-success>th {
  background-color: rgb(194.8,230.36,202.92);
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: rgb(143.2,209.24,158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941,222.9540594059,187.2665346535);
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: rgb(176.7059405941,222.9540594059,187.2665346535);
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: rgb(190.04,228.96,235.12);
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: rgb(134.36,206.64,218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248,221.1332673267,229.1447524752);
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: rgb(170.5152475248,221.1332673267,229.1447524752);
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: rgb(255,237.64,185.56);
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: rgb(255,222.76,126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255,231.265,160.06);
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: rgb(255,231.265,160.06);
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: rgb(245.2,198.44,202.92);
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: rgb(236.8,149.96,158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152,176.7058227848,182.9073417722);
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: rgb(241.4341772152,176.7058227848,182.9073417722);
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: rgb(253.04,253.32,253.6);
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  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>td,
.table-dark>th {
  background-color: rgb(198.16,199.84,201.52);
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  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>td,
.table-active>th {
  background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(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: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

.table-dark td,
.table-dark th,
.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,.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255,255,255,.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 + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .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: #495057;
  background-color: #fff;
  border-color: rgb(255,206.5,210.9090909091);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,79,95,.25);
}

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

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

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

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.itszkola-textfield-sm input.form-control-plaintext {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.itszkola-textfield-sm input {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
  margin-top: .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: .3rem;
  margin-left: -1.25rem;
}

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40,167,69,.9);
  border-radius: .25rem;
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
  left: 5px;
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem)!important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem!important;
  background-position: right 1.5rem center;
}

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem)!important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745;
}

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

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: rgb(51.6956521739,206.3043478261,87);
  background-color: rgb(51.6956521739,206.3043478261,87);
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

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

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220,53,69,.9);
  border-radius: .25rem;
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px;
}

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

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

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem!important;
  background-position: right 1.5rem center;
}

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem)!important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545;
}

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

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
  border-color: rgb(227.5316455696,96.4683544304,109.0253164557);
  background-color: rgb(227.5316455696,96.4683544304,109.0253164557);
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 .custom-select,
  .form-inline .input-group {
    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: .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;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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 .2rem rgba(255,79,95,.25);
}

.btn.disabled,
.btn:disabled {
  opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #ff4f5f;
  border-color: #ff4f5f;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(255,40.75,60.2272727273);
  border-color: rgb(255,28,48.6363636364);
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: rgb(255,40.75,60.2272727273);
  border-color: rgb(255,28,48.6363636364);
  box-shadow: 0 0 0 .2rem rgba(255,105.4,119,.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ff4f5f;
  border-color: #ff4f5f;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(255,28,48.6363636364);
  border-color: rgb(255,15.25,37.0454545455);
}

.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 .2rem rgba(255,105.4,119,.5);
}

.btn-secondary {
  color: #fff;
  background-color: #4404bc;
  border-color: #4404bc;
}

.btn-secondary:hover {
  color: #fff;
  background-color: rgb(54.453125,3.203125,150.546875);
  border-color: rgb(49.9375,2.9375,138.0625);
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: rgb(54.453125,3.203125,150.546875);
  border-color: rgb(49.9375,2.9375,138.0625);
  box-shadow: 0 0 0 .2rem rgba(96.05,41.65,198.05,.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #4404bc;
  border-color: #4404bc;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(49.9375,2.9375,138.0625);
  border-color: rgb(45.421875,2.671875,125.578125);
}

.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 .2rem rgba(96.05,41.65,198.05,.5);
}

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

.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522,136.1413043478,56.25);
  border-color: rgb(30.1449275362,125.8550724638,52);
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: rgb(32.6086956522,136.1413043478,56.25);
  border-color: rgb(30.1449275362,125.8550724638,52);
  box-shadow: 0 0 0 .2rem rgba(72.25,180.2,96.9,.5);
}

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

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362,125.8550724638,52);
  border-color: rgb(27.6811594203,115.5688405797,47.75);
}

.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 .2rem rgba(72.25,180.2,96.9,.5);
}

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

.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75,132.0652173913,150);
  border-color: rgb(17.3333333333,122.0869565217,138.6666666667);
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: rgb(18.75,132.0652173913,150);
  border-color: rgb(17.3333333333,122.0869565217,138.6666666667);
  box-shadow: 0 0 0 .2rem rgba(57.8,175.95,194.65,.5);
}

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

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333,122.0869565217,138.6666666667);
  border-color: rgb(15.9166666667,112.1086956522,127.3333333333);
}

.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 .2rem rgba(57.8,175.95,194.65,.5);
}

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

.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75,167.8125,0);
  border-color: rgb(211,158.25,0);
}

.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
  background-color: rgb(223.75,167.8125,0);
  border-color: rgb(211,158.25,0);
  box-shadow: 0 0 0 .2rem rgba(221.7,169.6,12.1,.5);
}

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

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211,158.25,0);
  border-color: rgb(198.25,148.6875,0);
}

.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 .2rem rgba(221.7,169.6,12.1,.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481,34.667721519,50.5158227848);
  border-color: rgb(189.2151898734,32.7848101266,47.7721518987);
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: rgb(200.082278481,34.667721519,50.5158227848);
  border-color: rgb(189.2151898734,32.7848101266,47.7721518987);
  box-shadow: 0 0 0 .2rem rgba(225.25,83.3,96.9,.5);
}

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

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734,32.7848101266,47.7721518987);
  border-color: rgb(178.3481012658,30.9018987342,45.0284810127);
}

.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 .2rem rgba(225.25,83.3,96.9,.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 {
  color: #212529;
  background-color: rgb(225.6875,229.875,234.0625);
  border-color: rgb(218.25,223.5,228.75);
  box-shadow: 0 0 0 .2rem rgba(215.75,217.2,218.65,.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 .2rem rgba(215.75,217.2,218.65,.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 {
  color: #fff;
  background-color: rgb(34.8534482759,38.875,42.8965517241);
  border-color: rgb(29.1379310345,32.5,35.8620689655);
  box-shadow: 0 0 0 .2rem rgba(82.45,87.55,92.65,.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 .2rem rgba(82.45,87.55,92.65,.5);
}

.btn-outline-primary {
  color: #ff4f5f;
  border-color: #ff4f5f;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ff4f5f;
  border-color: #ff4f5f;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(255,79,95,.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ff4f5f;
  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: #ff4f5f;
  border-color: #ff4f5f;
}

.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 .2rem rgba(255,79,95,.5);
}

.btn-outline-secondary {
  color: #4404bc;
  border-color: #4404bc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #4404bc;
  border-color: #4404bc;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(68,4,188,.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #4404bc;
  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: #4404bc;
  border-color: #4404bc;
}

.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 .2rem rgba(68,4,188,.5);
}

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

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

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  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: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.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 .2rem rgba(40,167,69,.5);
}

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

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

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  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: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.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 .2rem rgba(23,162,184,.5);
}

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

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

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}

.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 .2rem rgba(255,193,7,.5);
}

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

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
}

.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 .2rem rgba(220,53,69,.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 .2rem rgba(248,249,250,.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 .2rem rgba(248,249,250,.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 .2rem rgba(52,58,64,.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 .2rem rgba(52,58,64,.5);
}

.btn-link {
  font-weight: 400;
  color: #ff4f5f;
  text-decoration: none;
}

.btn-link:hover {
  color: rgb(255,2.5,25.4545454545);
  text-decoration: underline;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
}

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

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

.btn-block+.btn-block {
  margin-top: .5rem;
}

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

.fade {
  transition: opacity .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 .35s ease;
}

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

.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s ease;
}

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

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

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

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .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: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .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: .125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: .125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: .125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
  color: rgb(21.6283783784,24.25,26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ff4f5f;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.btn-toolbar .input-group {
  width: auto;
}

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

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

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

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px;
}

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  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=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
  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>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
  margin-left: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3;
}

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

.input-group>.custom-select:not(:first-child),
.input-group>.form-control: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:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}

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

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

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

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

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

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

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

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

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

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.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),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  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:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

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

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

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #ff4f5f;
  background-color: #ff4f5f;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(255,79,95,.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: rgb(255,206.5,210.9090909091);
}

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

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

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

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

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

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

.custom-checkbox .custom-control-label::before {
  border-radius: .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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #ff4f5f;
  background-color: #ff4f5f;
}

.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' width='4' height='4' 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(255,79,95,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(255,79,95,.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' width='12' height='12' 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(255,79,95,.5);
}

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

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

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: #fff;
  transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(255,79,95,.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: rgb(255,206.5,210.9090909091);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,79,95,.25);
}

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

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

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

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

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

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

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

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

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

.custom-file-input:focus~.custom-file-label {
  border-color: rgb(255,206.5,210.9090909091);
  box-shadow: 0 0 0 .2rem rgba(255,79,95,.25);
}

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

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

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

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

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

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

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(255,79,95,.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(255,79,95,.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(255,79,95,.25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #ff4f5f;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #fff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .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: #ff4f5f;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
}

.custom-range::-moz-range-thumb:active {
  background-color: #fff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .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: .2rem;
  margin-left: .2rem;
  background-color: #ff4f5f;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

.custom-range::-ms-thumb {
  appearance: none;
}

.custom-range::-ms-thumb:active {
  background-color: #fff;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .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 .15s ease-in-out,border-color .15s ease-in-out,box-shadow .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: .5rem 1rem;
}

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

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

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  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 {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ff4f5f;
}

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

.nav-justified .nav-item,
.nav-justified>.nav-link {
  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: .5rem 1rem;
}

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

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

.navbar-brand:focus,
.navbar-brand:hover {
  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: .5rem;
  padding-bottom: .5rem;
}

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

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width:575.98px) {
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    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: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .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,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    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: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .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,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    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: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .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,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    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: .5rem;
    padding-left: .5rem;
  }

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

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

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

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

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

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

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

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

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

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0,0,0,.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0,0,0,.3);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0,0,0,.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0,0,0,.5);
  border-color: rgba(0,0,0,.1);
}

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

.navbar-light .navbar-text {
  color: rgba(0,0,0,.5);
}

.navbar-light .navbar-text a {
  color: rgba(0,0,0,.9);
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255,.25);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.1);
}

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

.navbar-dark .navbar-text {
  color: rgba(255,255,255,.5);
}

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

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  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,.125);
  border-radius: .25rem;
}

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

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

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

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

.card-subtitle {
  margin-top: -.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: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

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

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width:576px) {
  .card-group {
    display: flex;
    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-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width:576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .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: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ff4f5f;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: rgb(255,2.5,25.4545454545);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,79,95,.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ff4f5f;
  border-color: #ff4f5f;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

a.badge:focus,
a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #ff4f5f;
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: rgb(255,28,48.6363636364);
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,79,95,.5);
}

.badge-secondary {
  color: #fff;
  background-color: #4404bc;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: rgb(49.9375,2.9375,138.0625);
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(68,4,188,.5);
}

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

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: rgb(30.1449275362,125.8550724638,52);
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
}

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

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: rgb(17.3333333333,122.0869565217,138.6666666667);
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
}

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

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: rgb(211,158.25,0);
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
}

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

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: rgb(189.2151898734,32.7848101266,47.7721518987);
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
}

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

a.badge-light:focus,
a.badge-light:hover {
  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 .2rem rgba(248,249,250,.5);
}

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

a.badge-dark:focus,
a.badge-dark:hover {
  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 .2rem rgba(52,58,64,.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(132.6,41.08,49.4);
  background-color: rgb(255,219.8,223);
  border-color: rgb(255,205.72,210.2);
}

.alert-primary hr {
  border-top-color: rgb(255,180.22,187.0181818182);
}

.alert-primary .alert-link {
  color: rgb(93.6628742515,29.0171257485,34.894011976);
}

.alert-secondary {
  color: rgb(35.36,2.08,97.76);
  background-color: rgb(217.6,204.8,241.6);
  border-color: rgb(202.64,184.72,236.24);
}

.alert-secondary hr {
  border-top-color: rgb(187.6447169811,164.5926415094,230.8673584906);
}

.alert-secondary .alert-link {
  color: rgb(17.2975,1.0175,47.8225);
}

.alert-success {
  color: rgb(20.8,86.84,35.88);
  background-color: rgb(212,237.4,217.8);
  border-color: rgb(194.8,230.36,202.92);
}

.alert-success hr {
  border-top-color: rgb(176.7059405941,222.9540594059,187.2665346535);
}

.alert-success .alert-link {
  color: rgb(10.9449275362,45.6950724638,18.88);
}

.alert-info {
  color: rgb(11.96,84.24,95.68);
  background-color: rgb(208.6,236.4,240.8);
  border-color: rgb(190.04,228.96,235.12);
}

.alert-info hr {
  border-top-color: rgb(170.5152475248,221.1332673267,229.1447524752);
}

.alert-info .alert-link {
  color: rgb(6.2933333333,44.3269565217,50.3466666667);
}

.alert-warning {
  color: rgb(132.6,100.36,3.64);
  background-color: rgb(255,242.6,205.4);
  border-color: rgb(255,237.64,185.56);
}

.alert-warning hr {
  border-top-color: rgb(255,231.265,160.06);
}

.alert-warning .alert-link {
  color: rgb(82.9625954198,62.7912977099,2.2774045802);
}

.alert-danger {
  color: rgb(114.4,27.56,35.88);
  background-color: rgb(248,214.6,217.8);
  border-color: rgb(245.2,198.44,202.92);
}

.alert-danger hr {
  border-top-color: rgb(241.4341772152,176.7058227848,182.9073417722);
}

.alert-danger .alert-link {
  color: rgb(73.3010989011,17.6589010989,22.9898901099);
}

.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;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff4f5f;
  transition: width .6s ease;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@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;
  border-radius: .25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.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: #ff4f5f;
  border-color: #ff4f5f;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(132.6,41.08,49.4);
  background-color: rgb(255,205.72,210.2);
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: rgb(132.6,41.08,49.4);
  background-color: rgb(255,180.22,187.0181818182);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6,41.08,49.4);
  border-color: rgb(132.6,41.08,49.4);
}

.list-group-item-secondary {
  color: rgb(35.36,2.08,97.76);
  background-color: rgb(202.64,184.72,236.24);
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: rgb(35.36,2.08,97.76);
  background-color: rgb(187.6447169811,164.5926415094,230.8673584906);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(35.36,2.08,97.76);
  border-color: rgb(35.36,2.08,97.76);
}

.list-group-item-success {
  color: rgb(20.8,86.84,35.88);
  background-color: rgb(194.8,230.36,202.92);
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: rgb(20.8,86.84,35.88);
  background-color: rgb(176.7059405941,222.9540594059,187.2665346535);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8,86.84,35.88);
  border-color: rgb(20.8,86.84,35.88);
}

.list-group-item-info {
  color: rgb(11.96,84.24,95.68);
  background-color: rgb(190.04,228.96,235.12);
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: rgb(11.96,84.24,95.68);
  background-color: rgb(170.5152475248,221.1332673267,229.1447524752);
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96,84.24,95.68);
  border-color: rgb(11.96,84.24,95.68);
}

.list-group-item-warning {
  color: rgb(132.6,100.36,3.64);
  background-color: rgb(255,237.64,185.56);
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: rgb(132.6,100.36,3.64);
  background-color: rgb(255,231.265,160.06);
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6,100.36,3.64);
  border-color: rgb(132.6,100.36,3.64);
}

.list-group-item-danger {
  color: rgb(114.4,27.56,35.88);
  background-color: rgb(245.2,198.44,202.92);
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: rgb(114.4,27.56,35.88);
  background-color: rgb(241.4341772152,176.7058227848,182.9073417722);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4,27.56,35.88);
  border-color: rgb(114.4,27.56,35.88);
}

.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:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  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.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
  opacity: 0;
  border-radius: .25rem;
}

.toast:not(:last-child) {
  margin-bottom: .75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.toast-body {
  padding: .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: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
}

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

.modal.fade .modal-dialog {
  transform: translate(0,-50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.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-footer,
.modal-dialog-scrollable .modal-header {
  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);
  height: -moz-min-content;
  height: min-content;
  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,.2);
  border-radius: .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: .5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
  margin: .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);
    height: -moz-min-content;
    height: min-content;
  }

  .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: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

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

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

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

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

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

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
  bottom: calc(-.5rem - 1px);
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
  top: calc(-.5rem - 1px);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35,247.35,247.35);
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0,0,0,.25);
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .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 .6s ease-in-out;
}

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

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

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

.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: .5;
  transition: opacity .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: -.125em;
  border: .25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.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: #ff4f5f!important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: rgb(255,28,48.6363636364)!important;
}

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

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

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

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: rgb(30.1449275362,125.8550724638,52)!important;
}

.bg-info {
  background-color: #17a2b8!important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: rgb(17.3333333333,122.0869565217,138.6666666667)!important;
}

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

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: rgb(211,158.25,0)!important;
}

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

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: rgb(189.2151898734,32.7848101266,47.7721518987)!important;
}

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

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

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  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 #dee2e6!important;
}

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

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

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

.border-left {
  border-left: 1px solid #dee2e6!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: #ff4f5f!important;
}

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

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

.border-info {
  border-color: #17a2b8!important;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: .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 embed,
.embed-responsive iframe,
.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.85714286%;
}

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

.user-select-all {
  -webkit-user-select: all!important;
  -moz-user-select: all!important;
  user-select: all!important;
}

.user-select-auto {
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  user-select: auto!important;
}

.user-select-none {
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  user-select: 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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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 .125rem .25rem rgba(0,0,0,.075)!important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(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;
}

.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: .25rem!important;
}

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: .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: .25rem!important;
}

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
  padding-left: .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: -.25rem!important;
}

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

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

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

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

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

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

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

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

.ml-n2,
.mx-n2 {
  margin-left: -.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: .25rem!important;
  }

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

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

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

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

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

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

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

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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: .25rem!important;
  }

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

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

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

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

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

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

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

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

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .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: -.25rem!important;
  }

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

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

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

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

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

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

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

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

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.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: .25rem!important;
  }

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

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

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

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

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

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

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

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

  .ml-md-2,
  .mx-md-2 {
    margin-left: .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: .25rem!important;
  }

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

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

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

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

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

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

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

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

  .pl-md-2,
  .px-md-2 {
    padding-left: .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: -.25rem!important;
  }

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

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

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

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

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

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

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

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

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.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: .25rem!important;
  }

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

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

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

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

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

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

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

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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: .25rem!important;
  }

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

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

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

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

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

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

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

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

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .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: -.25rem!important;
  }

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

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

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

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

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

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

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

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

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.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: .25rem!important;
  }

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

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

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

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

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

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

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

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

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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: .25rem!important;
  }

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

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

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

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

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

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

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

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

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .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: -.25rem!important;
  }

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

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

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

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

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

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

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

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

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.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;
  }
}

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

.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: #ff4f5f!important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: rgb(255,2.5,25.4545454545)!important;
}

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

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

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

a.text-success:focus,
a.text-success:hover {
  color: rgb(25.2173913043,105.2826086957,43.5)!important;
}

.text-info {
  color: #17a2b8!important;
}

a.text-info:focus,
a.text-info:hover {
  color: rgb(14.5,102.1304347826,116)!important;
}

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

a.text-warning:focus,
a.text-warning:hover {
  color: rgb(185.5,139.125,0)!important;
}

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

a.text-danger:focus,
a.text-danger:hover {
  color: rgb(167.4810126582,29.0189873418,42.2848101266)!important;
}

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

a.text-light:focus,
a.text-light:hover {
  color: rgb(203.375,210.75,218.125)!important;
}

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

a.text-dark:focus,
a.text-dark:hover {
  color: rgb(17.7068965517,19.75,21.7931034483)!important;
}

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

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

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

.text-white-50 {
  color: rgba(255,255,255,.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;
  word-wrap: break-word!important;
}

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

.visible {
  visibility: visible!important;
}

.invisible {
  visibility: hidden!important;
}

@media print {
  *,
  ::after,
  ::before {
    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;
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #dee2e6!important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.scrollbar-primary::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #ff4f5f;
}

.scrollbar-primary {
  scrollbar-color: #ff4f5f #f5f5f5;
}

.scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #dc3545;
}

.scrollbar-danger {
  scrollbar-color: #dc3545 #f5f5f5;
}

.scrollbar-warning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #ffc107;
}

.scrollbar-warning {
  scrollbar-color: #ffc107 #f5f5f5;
}

.scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #28a745;
}

.scrollbar-success {
  scrollbar-color: #28a745 #f5f5f5;
}

.scrollbar-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #17a2b8;
}

.scrollbar-info {
  scrollbar-color: #17a2b8 #f5f5f5;
}

.scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #2bbbad;
}

.scrollbar-default {
  scrollbar-color: #2bbbad #f5f5f5;
}

.confirmation-modal ul::-webkit-scrollbar-track,
.scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.confirmation-modal ul::-webkit-scrollbar,
.scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5;
}

.confirmation-modal ul::-webkit-scrollbar-thumb,
.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
  background-color: #4404bc;
}

.confirmation-modal ul,
.scrollbar-secondary {
  scrollbar-color: #4404bc #f5f5f5;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  max-width: 2560px;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  font-size: 1rem;
  font-family: Roboto,sans-serif;
  color: #333;
}

div,
form,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: #4404bc;
}

a:focus,
a:hover {
  color: #333;
}

a {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

.table-dark a {
  color: #fff;
}

input,
select {
  font-size: 1rem;
  font-family: Roboto,sans-serif;
  color: #333;
}

h1 {
  font-weight: 600;
  font-size: 1.3em;
  font-family: Montserrat,sans-serif;
}

h2 {
  font-weight: 600;
  font-size: 1.2em;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 1vh;
  right: 5vw;
  width: 3vw;
  height: 3vw;
  z-index: 100;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-image: url("/dist/img/layouts/scrollToTop.png");
  background-size: contain;
  color: transparent;
  cursor: pointer;
  font-size: 0;
}

@media only screen and (max-width:767px) {
  #scrollToTop {
    display: none!important;
  }
}

#centerBox {
  position: relative;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (min-width:1024px) {
  #centerBox {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}

#centerBoxContent {
  margin-left: 5vw;
  margin-right: 5vw;
  min-height: 20em;
}

#mainTitle {
  margin-left: -5vw;
  margin-right: -5vw;
  background-color: #4404bc;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  font-family: Montserrat,sans-serif;
  margin-bottom: 1em;
  padding: .8em;
}

.warningBox {
  width: 80%;
  display: table;
  background-color: #edefef;
  margin: 0 auto;
  background-image: url("/dist/img/ico/dzwonek.png");
  background-position: right top;
  background-size: 5em;
  background-repeat: no-repeat;
}

@media only screen and (min-width:1024px) {
  .warningBox {
    background-image: none;
  }
}

.warningBox .icon {
  display: none;
}

@media only screen and (min-width:1024px) {
  .warningBox .icon {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    background-image: url("/dist/img/ico/dzwonek.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.warningBox h1 {
  text-transform: uppercase;
  font-size: 1.5em;
}

.warningBox .text {
  display: table-cell;
  vertical-align: middle;
  padding: 1em;
}

@media only screen and (min-width:1024px) {
  .warningBox .text {
    width: 80%;
  }
}

.sr-only {
  position: absolute;
  width: .1em;
  height: .1em;
  padding: 0;
  margin: -1em;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

@media only screen and (min-width:1024px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle {
  display: inline-block;
  padding: 1em;
}

.menu-toggle:focus,
.menu-toggle:hover {
  color: #4404bc;
}

.main-menu {
  position: fixed;
  display: none;
  right: -15em;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
  transition: left .3s ease,box-shadow .3s ease;
  z-index: 50;
}

.main-menu:target,
.main-menu[aria-expanded=true] {
  display: block;
  right: 0;
  outline: 0;
  border-radius: 0;
  box-shadow: -20px 0 40px rgba(71,0,168,.4);
}

.main-menu:target .menu-close,
.main-menu[aria-expanded=true] .menu-close {
  z-index: 51;
}

.main-menu:target ul,
.main-menu[aria-expanded=true] ul {
  position: relative;
  z-index: 50;
}

.main-menu:target+.backdrop,
.main-menu[aria-expanded=true]+.backdrop {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 48;
  background: rgba(51,51,51,.8);
  cursor: default;
}

@media only screen and (min-width:1024px) {
  .main-menu {
    display: block;
    height: auto;
    overflow-y: visible;
    top: auto;
    right: 0;
    bottom: 0;
    position: absolute;
  }
}

.main-menu a {
  display: block;
  padding: .5em;
  font-size: 1em;
  color: #fff;
}

@media only screen and (min-width:1024px) {
  .main-menu a {
    color: #333;
  }
}

@media only screen and (min-width:1024px) {
  .main-menu a:focus,
  .main-menu a:hover {
    text-decoration: none;
  }
}

@media only screen and (min-width:1024px) {
  .main-menu .menu-close {
    display: none;
  }
}

.main-menu .menu-close {
  position: absolute;
  right: 0;
  top: 0;
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 2.5em 0 0;
  min-height: 100%;
  width: 15em;
  background: #333;
}

@media only screen and (min-width:1024px) {
  .main-menu ul {
    width: auto;
    padding: 0;
    background-color: #fff;
  }
}

.main-menu ul ul {
  padding-top: 0;
  box-shadow: none;
}

.main-menu ul li.fb {
  display: none;
}

@media only screen and (min-width:1024px) {
  .main-menu ul li {
    text-transform: uppercase;
    margin: 0 0 0 1em;
    display: block;
    float: left;
    position: relative;
  }

  .main-menu ul li ul {
    background-color: #fff;
    color: #333;
    padding: .5em 0 .5em 1em;
    margin: auto;
    border: 1px solid #ccc;
    border-top-width: .4em;
    border-top-color: #4404bc;
    position: absolute;
    display: none;
    z-index: 50;
    width: 10em;
    list-style: none;
  }

  .main-menu ul li ul li {
    float: none;
    padding: 0;
    margin: .5em 0;
    font-size: .8em;
    text-transform: none;
  }

  .main-menu ul li ul li a {
    padding: 0;
  }

  .main-menu ul li ul li a::before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 1.2em;
    margin-left: -.5em;
    margin-right: .5em;
  }

  .main-menu ul li ul li a:hover {
    color: #333;
    font-weight: 600;
  }

  .main-menu ul li ul li a:hover::before {
    color: #4404bc;
    font-weight: 400;
  }

  .main-menu ul li:hover>ul {
    display: block;
  }

  .main-menu ul li.fb {
    display: block;
    margin-right: 1em;
    padding-right: .5em;
  }
}

.main-menu ul li>span {
  display: block;
  color: transparent;
  border-bottom: 1px solid #ccc;
  margin: 0 1em;
  height: .1em;
  cursor: pointer;
}

@media only screen and (min-width:1024px) {
  .main-menu ul li>span {
    font-size: 1em;
    padding: .5em;
    color: inherit;
    border: none;
    margin: inherit;
    height: auto;
  }

  .main-menu ul li>span::after {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-left: .5em;
  }

  .main-menu ul li>span:hover::after {
    color: #4404bc;
  }
}

@media only screen and (min-width:1024px) {
  .collapsed-only {
    display: none!important;
  }
}

#contentMainWide {
  width: 100%;
  margin-bottom: 3em;
  position: relative;
  z-index: 2;
}

.dark-table-smoother {
  display: none;
}

.loadingpanel::before {
  content: "";
  display: block;
  position: absolute;
  color: #4404bc;
  text-indent: -9999em;
  overflow: hidden;
  margin: auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: translateZ(0);
  animation: load6 1.7s infinite ease,round 1.7s infinite ease;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@keyframes load6 {
  0% {
    box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
  }

  5%, 95% {
    box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
  }

  10%, 59% {
    box-shadow: 0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em;
  }

  20% {
    box-shadow: 0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em;
  }

  38% {
    box-shadow: 0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em;
  }

  100% {
    box-shadow: 0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em;
  }
}

@keyframes round {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.field .loadingpanel {
  left: -2em;
  right: auto;
  margin-top: 1em;
}

.loadingpanel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(234.6,234.6,234.6);
  background-color: rgba(51,51,51,.1);
  display: none;
}

.small {
  font-size: .8em;
  font-weight: 400;
  padding: .2em;
}

.big {
  font-size: 1.2em;
}

label:hover {
  cursor: pointer;
}

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

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hidden {
  display: none!important;
}

.spacer {
  margin: 2em 0;
}

.divider {
  margin-bottom: 2em;
}

.notice {
  font-weight: 600;
}

.accent {
  color: #4404bc;
}

.bignotice {
  font-weight: 600;
  font-size: 1.4em;
}

.solid {
  white-space: nowrap;
}

.unchecked {
  display: block;
  width: 100%;
  background-image: url("/dist/img/ico/check_empty.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.checked {
  display: block;
  width: 100%;
  background-image: url("/dist/img/ico/check_full.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.clearfix {
  display: block;
  clear: both;
}

span.mce-charcount {
  margin: 4px 0 2px 2px;
  padding: 8px;
  font-size: 11px;
}

.online-lecture-select:not(.active) {
  display: none;
}

table.dense tr td.sel5 {
  font-style: italic;
}

.ace_editor {
  border: 1px solid #ccc;
  border-color: #a9a9a9;
  font-size: 1em;
}

.mce-window-head .mce-close {
  background-color: transparent;
  border: none;
}

hr {
  clear: both;
  border: 0;
  height: 1px;
  background: #ccc;
}

@media (max-width:700px) {
  .kursContent iframe,
  .kursContent img,
  .news iframe,
  .news img {
    display: block;
    margin: 0 auto;
    max-height: 55vw;
  }
}

.kursContent iframe,
.kursContent img,
.news iframe,
.news img {
  max-width: 100%;
}

.kursContent img,
.news img {
  height: auto;
  max-height: unset;
}

.mainmenu {
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
}

@media (max-width:1199.98px) {
  .mainmenu {
    display: flex;
    flex-direction: column;
    width: 280px;
    background-color: #fff;
    right: -348px;
    transform: translateX(0);
    transition: right 0s,transform .5s ease-in-out;
  }
}

.mainmenu {
  z-index: 50;
}

.mainmenu:target {
  display: block;
  outline: 0;
  right: 0;
}

@media (max-width:1199.98px) {
  .mainmenu[aria-expanded=true] {
    display: block;
    outline: 0;
    transform: translateX(0);
  }
}

.mainmenu:target .menu-close,
.mainmenu[aria-expanded=true] .menu-close {
  z-index: 51;
}

.mainmenu:target ul,
.mainmenu[aria-expanded=true] ul {
  position: relative;
  z-index: 50;
}

@media (min-width:992px) {
  .mainmenu {
    display: flex;
    height: auto;
    overflow-y: visible;
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
  }
}

.mainmenu a {
  display: block;
  padding: .5em;
  font-size: 1em;
  color: #fff;
}

@media (max-width:1199.98px) {
  .mainmenu a {
    color: #4404bc;
  }
}

@media (min-width:992px) {
  .mainmenu a:focus,
  .mainmenu a:hover {
    text-decoration: none;
  }
}

@media (min-width:992px) {
  .accent .mainmenu a {
    color: #4404bc;
  }
}

.mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width:992px) {
  .mainmenu ul {
    display: flex;
    width: auto;
    padding: 0;
    flex-direction: row;
    background-color: transparent;
  }
}

.mainmenu ul li {
  position: relative;
}

@media (min-width:992px) {
  .mainmenu ul li {
    margin: 0;
    display: block;
    line-height: 1.5rem;
    margin-left: .8rem;
    margin-right: .8rem;
  }

  .mainmenu ul li::after {
    content: "";
    position: absolute;
    top: 10%;
    left: -1rem;
    width: 1px;
    height: 80%;
    background-color: #fff;
    z-index: 2;
  }

  .mainmenu ul li:first-child::after {
    display: none;
  }
}

.mainmenu ul li li {
  white-space: nowrap;
}

@media (min-width:992px) {
  .mainmenu ul li li {
    margin: 0;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mainmenu ul li li+li {
    border-left: 1px solid #fff;
  }
}

.accent .mainmenu ul li+li {
  border-color: #4404bc;
}

.mp-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: rgba(0,0,0,.8);
  transition: z-index 0s .5s,width 0s .5s,opacity .5s ease-in-out;
}

.mp-backdrop.active {
  transition: none;
}

@media (max-width:1199.98px) {
  .mp-backdrop.active {
    width: 100%;
    opacity: 1;
    transition: width 0s,z-index 0s,opacity .5s ease-in-out;
    z-index: 48;
  }
}

div.errorbox {
  border: none;
  border-radius: 0;
  box-shadow: -20px 0 40px rgba(71,0,168,.4);
  margin: 4em auto;
  padding: 7em 1em 1em 1em;
  color: #ff4141;
  text-align: center;
  line-height: 2em;
  font-weight: 600;
  background-image: url("/dist/img/ico/error.png");
  background-size: 5em;
  background-position: center 2em;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
}

div.errorbox.inline {
  margin: 1em auto;
  box-shadow: none;
  background-size: 4em;
  background-position: 2em center;
  padding: 2em 2em 2em 7em;
  text-align: left;
}

@media only screen and (min-width:1024px) {
  div.errorbox {
    width: 80%;
  }
}

.error {
  color: #ff4141;
}

div.successbox {
  border: none;
  border-radius: 0;
  box-shadow: -20px 0 40px rgba(71,0,168,.4);
  margin: 4em auto;
  padding: 7em 1em 1em 1em;
  color: #ee7624;
  text-align: center;
  line-height: 2em;
  font-weight: 600;
  background-image: url("/dist/img/ico/thumbup.png");
  background-size: 5em;
  background-position: center 2em;
  background-repeat: no-repeat;
  background-color: #e9e9e9;
}

div.successbox.inline {
  margin: 1em auto;
  box-shadow: none;
  background-size: 4em;
  background-position: 2em center;
  padding: 2em 2em 2em 7em;
  text-align: left;
}

@media only screen and (min-width:1024px) {
  div.successbox {
    width: 80%;
  }
}

div.negativebox {
  width: auto;
  margin: min(5vh,5em) auto;
  padding: 7em .5em .5em .5em;
  background-image: url("/dist/img/ose/noresults.svg");
  background-size: 7em;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  font-weight: 600;
}

@media (min-width:576px) {
  div.negativebox {
    width: 60%;
    margin: min(10vh,5em) auto;
  }
}

div.errorbox.inline {
  width: 100%;
  margin: 1em 0;
  box-shadow: none;
  background-size: 4em;
  background-position: 2em center;
  padding: 2em 2em 2em 7em;
  text-align: left;
}

.error {
  color: #ff4141;
}

.breadcrumbs {
  min-height: 1.5em;
  font-size: 1em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
}

.breadcrumbs li {
  display: block;
  margin: 0 .7em;
}

.breadcrumbs li:first-of-type {
  margin-left: 0;
}

.breadcrumbs li~li:before {
  content: ">";
  display: inline-block;
  position: relative;
  padding-right: 1em;
  color: #a9a9a9;
}

.breadcrumbs a {
  color: #4404bc;
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
  color: #333;
}

.breadcrumbs a {
  transition: all .4s ease-in-out;
  color: #a9a9a9;
}

.breadcrumbs .current a {
  color: #333;
  text-decoration: none;
  cursor: default;
}

.maininfo {
  width: 100%;
  padding: 2em 0;
}

.maininfo section {
  margin-bottom: 5em;
}

.maininfo h1 {
  text-align: center;
}

.maininfo h1::after {
  content: "";
  display: block;
  position: relative;
  border-top: 1px solid #333;
  height: 1px;
  width: 40%;
  margin: 0 auto;
}

.maininfo h1.title::after {
  display: none;
}

.maininfo h2 {
  text-align: center;
  font-weight: 400;
  font-size: .9em;
  margin: 0;
  margin-bottom: .5em;
}

.maininfo img {
  max-width: 100%;
}

.maininfo .image {
  text-align: center;
  margin: 3em auto;
}

.maininfo .image img {
  max-width: 50%;
}

@media only screen and (min-width:1024px) {
  .maininfo .image img {
    max-width: 7vw;
  }
}

.boxes {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (orientation:landscape) {
  .boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

@media only screen and (min-width:1024px) {
  .boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

.boxes {
  width: 100%;
  margin: 3vh 0;
}

.boxes .box {
  position: relative;
  margin: 2vh 0 0 0;
  text-decoration: none;
  overflow: hidden;
}

.boxes .box h1 {
  text-transform: uppercase;
  text-align: center;
  margin: 5%;
  font-size: 1em;
}

.boxes .box .image {
  text-align: center;
}

.boxes .box .image img {
  max-width: 100%;
}

@media only screen and (min-width:1024px) {
  .boxes .box .image img {
    max-width: 10vw;
  }
}

.boxes .box .description {
  margin-top: 10%;
}

.boxes .box .title {
  position: relative;
  text-align: center;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 600;
}

.boxes .box .title span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.bubble {
  position: relative;
  border: none;
  width: 100%;
}

@media only screen and (min-width:1024px) {
  .bubble {
    width: 80%;
    margin: 0 auto;
  }

  .bubble.wide {
    width: 100%;
  }
}

.bubble .boxes {
  position: relative;
  border: 1px solid #ccc;
  margin: 0;
  margin-top: 3em;
  padding-bottom: 1em;
  background-color: #fff;
  align-items: flex-start;
}

@media only screen and (min-width:1024px) {
  .bubble .boxes {
    padding: 0 4em 4em 4em;
  }
}

.bubble .boxes>* {
  flex: 1 100%;
}

.bubble .boxes.noshadow {
  box-shadow: none;
}

.bubble .boxes.left {
  justify-content: flex-start;
  padding-left: 0;
}

.bubble .boxes .legend,
.bubble .boxes legend {
  text-align: center;
  color: #4404bc;
  float: left;
  width: 100%;
  padding: 1em 0;
  font-size: 1.3em;
}

.bubble .boxes .detail {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (orientation:landscape) {
  .bubble .boxes .detail {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

@media only screen and (min-width:1024px) {
  .bubble .boxes .detail {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

.bubble .explanation,
.bubble .fieldset {
  width: 100%;
  padding: 0 1em;
}

@media only screen and (min-width:1024px) {
  .bubble .explanation,
  .bubble .fieldset {
    width: auto;
    flex: 2 50%;
    margin: 0;
    padding: 1%;
  }
}

.bubble .explanation.auto,
.bubble .fieldset.auto {
  width: auto;
}

@media only screen and (min-width:1024px) {
  .bubble .explanation.three,
  .bubble .fieldset.three {
    flex: 3 75%;
  }
}

@media only screen and (min-width:1024px) {
  .bubble .explanation.one,
  .bubble .fieldset.one {
    flex: 1 25%;
  }
}

@media only screen and (min-width:1024px) {
  .bubble .explanation.half,
  .bubble .fieldset.half {
    max-width: 50%;
  }
}

.bubble .explanation .field,
.bubble .fieldset .field {
  width: 100%;
  display: block;
  position: relative;
}

.bubble .explanation .field label,
.bubble .fieldset .field label {
  width: 100%;
  display: block;
  padding-bottom: .1em;
}

.bubble .explanation .field input:not(.btn),
.bubble .explanation .field select,
.bubble .explanation .field textarea,
.bubble .fieldset .field input:not(.btn),
.bubble .fieldset .field select,
.bubble .fieldset .field textarea {
  width: 100%;
  display: block;
  border: 1px solid #333;
  border-color: #a9a9a9;
  padding: .2em;
  color: #333;
}

.bubble .explanation .field input:not(.btn):not(.multiple),
.bubble .explanation .field select:not(.multiple),
.bubble .fieldset .field input:not(.btn):not(.multiple),
.bubble .fieldset .field select:not(.multiple) {
  height: 2em;
}

.bubble .explanation .field input[type=file]:not(.btn),
.bubble .fieldset .field input[type=file]:not(.btn) {
  min-height: 2em;
  height: auto;
}

.bubble .explanation .field .checkbox label,
.bubble .fieldset .field .checkbox label {
  display: inline;
}

.bubble .explanation .field .checkbox input[type=checkbox]:not(.btn),
.bubble .fieldset .field .checkbox input[type=checkbox]:not(.btn) {
  display: inline;
  width: auto;
  height: auto;
}

.bubble .explanation .field input[type=submit]:not(.btn),
.bubble .fieldset .field input[type=submit]:not(.btn) {
  color: #fff;
  border: none;
}

.bubble .explanation .field textarea,
.bubble .fieldset .field textarea {
  height: 20em;
}

.bubble .explanation .field .borderRed,
.bubble .fieldset .field .borderRed {
  border: 1px solid #ff4141;
}

@media only screen and (min-width:1024px) {
  .bubble .center {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0;
  }

  .bubble .center p {
    margin: 0;
    margin-top: 1em;
  }
}

.bubble .explanation h1 {
  font-size: 1em;
  background-image: url("/dist/img/ico/megafon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 30%;
  padding-bottom: 1em;
  margin-top: 0;
}

.bubble .explanation ol {
  margin: 0;
  padding-left: 1em;
}

.bubble .explanation ol li {
  padding: 0 0 1em 1em;
}

.bubble .explanation p {
  padding: 0 0 0 2em;
}

.bubble input[type=submit].inline:not(.btn) {
  float: left;
  padding: .5em;
  margin: .5em;
}

.bubble .divider {
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.bubble .secondary {
  width: 100%;
  padding: 1.5em;
}

.bubble .secondary .legend,
.bubble .secondary legend {
  font-size: 1.2em;
}

.bubble .acceptHeader {
  width: 100%;
  background-color: #4404bc;
  clear: both;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  padding: .5em;
}

.bubble .acceptHeader input[type=checkbox]:not(.btn) {
  float: left;
  margin-top: .3em;
}

.bubble .acceptHeader label {
  width: 100%;
  display: block;
  margin-left: 2em;
}

.bubble .acceptHeader .error {
  color: #333;
}

.bubble .longText {
  padding: .5em;
  overflow-y: auto;
  max-height: 30em;
}

.bubble .button {
  padding: .1em;
  width: 15em;
  text-align: center;
  margin: 0 auto;
}

.bubble .button a,
.bubble input[type=submit]:not(.btn) {
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  box-shadow: .1vh .3vh 1vh rgba(0,0,0,.8);
  color: #fff;
  background-color: #4404bc;
  margin: 1em auto;
  padding: .5em;
  cursor: pointer;
  font-size: 1.3em;
  transition: all .2s ease-in-out;
  width: auto;
}

.bubble .button a:hover,
.bubble input[type=submit]:not(.btn):hover {
  background-color: rgb(49.9375,2.9375,138.0625);
}

.bubble button.button {
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  box-shadow: .1vh .3vh 1vh rgba(0,0,0,.8);
  color: #fff;
  background-color: #636363;
  margin: 1em auto;
  padding: .5em;
  cursor: pointer;
  font-size: 1.3em;
  transition: all .2s ease-in-out;
  width: auto;
}

.bubble button.button:hover {
  background-color: rgb(73.5,73.5,73.5);
}

.bubble button.button {
  font-size: 1em;
}

.bubble input[type=submit]:not(.btn):disabled {
  background-color: #a9a9a9;
}

.bubble .separated {
  border-bottom: 1px solid #4404bc;
  margin-bottom: 1%;
}

.bubble.new .fieldset .field {
  padding-bottom: 1em;
}

.warning {
  width: 100%;
}

.warning .boxes {
  background-color: #ff4141;
  color: #fff;
}

.warning .boxes .legend,
.warning .boxes legend {
  color: #fff;
}

.warning .boxes input[type=submit]:not(.btn) {
  background-color: #ff4141;
  transition: all .4s ease-in-out;
}

.warning .boxes input[type=submit]:not(.btn):hover {
  background-color: #333;
  font-weight: 600;
}

.warning .boxes a {
  color: #fff;
}

.warning .boxes a:focus,
.warning .boxes a:hover {
  color: #333;
}

.login .navigation {
  font-weight: 600;
}

.login .navigation a {
  text-decoration: none;
}

.shortaccomodate {
  padding-right: 5%;
}

table.dark {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  margin: 1rem auto;
}

@media only screen and (min-width:1024px) {
  table.dark {
    width: 90%;
    border-radius: 0;
    box-shadow: -20px 0 40px rgba(71,0,168,.4);
  }
}

@media only screen and (max-width:767px) {
  table.dark thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
}

table.dark caption {
  font-size: 1.3em;
  font-weight: 600;
  text-align: left;
  background-color: #a9a9a9;
  color: #fff;
  padding: .3em;
  border-radius: 0;
  box-shadow: -20px 0 40px rgba(71,0,168,.4);
}

table.dark caption .filter,
table.dark caption .labels {
  float: right;
  font-size: .7em;
}

@media only screen and (max-width:767px) {
  table.dark caption .filter,
  table.dark caption .labels {
    float: none;
  }
}

table.dark caption .filter .clear,
table.dark caption .labels a,
table.dark caption .tag .clear {
  padding: .2em .3em;
  text-decoration: none;
  background-color: #e9e9e9;
  border-radius: .7em;
  color: #636363;
}

@media only screen and (max-width:767px) {
  table.dark caption .labels a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

table.dark caption .labels .pushed {
  background-color: #636363;
  color: #fff;
}

table.dark caption .filter .clear:hover,
table.dark caption .labels a:hover,
table.dark caption .tag .clear:hover {
  background-color: #636363;
  color: #fff;
}

table.dark caption .labels .pushed:hover {
  background-color: #e9e9e9;
  color: #636363;
}

table.dark caption .filter input[type=text] {
  width: 20em;
  border-radius: .3em;
  border: 1px solid #333;
  border-color: #636363;
}

@media only screen and (max-width:767px) {
  table.dark caption .filter input[type=text] {
    width: 100%;
  }
}

table.dark caption .tag {
  padding-top: .1em;
}

table.dark caption .labels>span,
table.dark caption .tag>span {
  float: right;
  font-size: .7em;
  background-color: #e9e9e9;
  padding: .2em .3em;
  border-top-left-radius: .8em;
  border-bottom-left-radius: .8em;
  color: #636363;
}

table.dark caption .labels {
  margin-right: 1em;
  margin-top: .2em;
}

@media only screen and (max-width:767px) {
  table.dark caption .labels {
    text-align: right;
    margin-right: 0;
    margin-top: .5rem;
    margin-bottom: .2em;
  }
}

table.dark caption .labels>span {
  border-top-right-radius: .7em;
  border-bottom-right-radius: .7em;
  padding: 0;
}

table.dark caption .labels a {
  padding: .1em .5em;
}

@media only screen and (max-width:767px) {
  table.dark tr {
    display: block;
    border-radius: 0;
    box-shadow: -20px 0 40px rgba(71,0,168,.4);
    margin-top: 1.5rem;
  }

  table.dark tr .wide-only {
    display: none;
  }
}

table.dark th {
  text-align: left;
  background-color: #636363;
  border-color: #636363;
  padding: .3em;
  color: #fff;
  vertical-align: top;
  border: 1px solid #333;
  border-color: #636363;
}

table.dark th.category {
  width: 15em;
}

table.dark td {
  padding: .7em .4em .4em .4em;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

table.dark td:first-of-type {
  border-left: 1px solid #ccc;
}

table.dark td:last-of-type {
  border-right: 1px solid #ccc;
}

@media only screen and (max-width:767px) {
  table.dark td {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    align-items: flex-start;
    padding: .5rem;
  }

  table.dark td::before {
    content: attr(data-label);
    display: inline;
    font-weight: 600;
  }

  table.dark td:first-of-type {
    border-left: none;
  }

  table.dark td:last-of-type {
    border-right: none;
  }

  table.dark td.kat img {
    display: none;
  }

  table.dark td.kat span {
    display: block!important;
  }
}

table.dark .highlight td {
  color: #4404bc;
  font-weight: 600;
}

table.dark .highlight td a {
  color: #4404bc;
}

table.dark a {
  color: #333;
}

table.dark a:focus,
table.dark a:hover {
  color: #4404bc;
}

table.dark td.center,
table.dark th.center,
table.dark.center td,
table.dark.center th {
  text-align: center;
}

@media only screen and (max-width:767px) {
  table.dark td.center,
  table.dark th.center,
  table.dark.center td,
  table.dark.center th {
    text-align: left;
  }
}

table.dark tr:hover td {
  background-color: #e9e9e9;
}

table.dark tr.new .name a::before {
  content: "NOWY! ";
  display: inline;
  position: relative;
  font-weight: 600;
  color: #4404bc;
  font-size: .7em;
}

table.dark tr.finished .name::after,
table.dark tr.inProgress .name::after,
table.dark tr.testDone .name::after {
  content: "";
  display: block;
  position: relative;
  float: right;
  margin: .1em 0 0 0;
}

table.dark tr.inProgress .name::after {
  content: url("/dist/img/ico/tick_inactive.png");
}

table.dark tr.testDone .name::after {
  content: url("/dist/img/ico/tick_inprogress.png");
}

table.dark tr.inProgress.testDone .name::after {
  content: url("/dist/img/ico/tick_inactive.png") url("/dist/img/ico/tick_inprogress.png");
}

table.dark tr.inProgress.testDone.finished .name::after {
  content: url("/dist/img/ico/tick_inactive.png") url("/dist/img/ico/tick_inprogress.png") url("/dist/img/ico/tick_active.png");
}

table.dark td.counter,
table.dark th.counter {
  width: 2em;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width:767px) {
  table.dark td.counter,
  table.dark th.counter {
    width: inherit;
    text-align: left;
  }
}

table.dark td.counter2,
table.dark th.counter2 {
  width: 8em;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width:767px) {
  table.dark td.counter2,
  table.dark th.counter2 {
    width: inherit;
    text-align: left;
  }
}

table.dark .playlink {
  width: 10em;
  padding-right: 2em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width:767px) {
  table.dark .playlink {
    width: 100%;
  }
}

table.dark .leftgap {
  padding-left: 4em;
}

@media only screen and (max-width:767px) {
  table.dark .leftgap {
    padding-left: .5rem;
  }
}

table.dark .leftgap .detailBox {
  width: 100%;
}

table.dark .playlink a::before {
  font-family: FontAwesome;
  content: "\f04b";
  padding-right: 1em;
}

table.dark .playlink a {
  color: #4404bc;
  text-decoration: none;
  transition: color .5s;
}

table.dark .playlink a:hover {
  color: #333;
}

table.dark .sum {
  padding-left: 2em;
}

table.dark td.info,
table.dark th.info {
  width: 4em;
  text-align: right;
  white-space: nowrap;
}

table.dark td.info.center,
table.dark th.info.center {
  text-align: center;
}

@media only screen and (max-width:767px) {
  table.dark td.info.center,
  table.dark th.info.center {
    text-align: left;
  }
}

table.dark tr.positive {
  display: table-row;
}

@media only screen and (max-width:767px) {
  table.dark tr.positive {
    display: block;
  }
}

table.dark tr.negative {
  display: none;
}

table.dark .future,
table.dark .inactive,
table.dark .old {
  color: #a9a9a9;
}

table.dark .dots {
  text-decoration: none;
  display: block;
  width: 100%;
  background-image: url("/dist/img/ico/normal/dots.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

table.dark .future .dots,
table.dark .inactive .dots,
table.dark .old .dots {
  background-image: url("/dist/img/ico/inactive/dots.png");
}

table.dark .dots:hover {
  background-image: url("/dist/img/ico/hot/dots.png");
}

span.light {
  font-weight: 400;
}

span.big {
  font-size: 1.1em;
}

table.light {
  width: 100%;
  padding: 0;
  margin: 0;
  border-spacing: 0;
}

@media only screen and (max-width:767px) {
  table.light thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
}

table.light caption {
  font-weight: 600;
  font-size: 1.3em;
  font-family: Montserrat,sans-serif;
  text-align: left;
  padding: 2em 0;
}

@media only screen and (max-width:767px) {
  table.light tr {
    display: block;
    border-bottom: 1px solid #333;
  }

  table.light tr .wide-only {
    display: none;
  }
}

table.light.sparse tr td,
table.light.sparse tr th {
  padding-top: 2em;
  padding-bottom: 1em;
}

table.light th {
  text-align: left;
  border-right: 1px solid #333;
  padding: .5em;
}

@media only screen and (min-width:1024px) {
  table.light th {
    padding: 1em 0;
  }
}

@media only screen and (max-width:767px) {
  table.light th {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    align-items: flex-start;
    padding: .5rem;
    border-right: none!important;
  }

  table.light th::before {
    content: attr(data-label);
    font-weight: 600;
  }
}

table.light .free th {
  border-right: none;
  padding: 1em 3em;
}

table.light td {
  text-align: left;
  padding: .5em;
}

@media only screen and (min-width:1024px) {
  table.light td {
    padding: 1em 3em;
  }
}

@media only screen and (max-width:767px) {
  table.light td {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    align-items: flex-start;
    padding: .5rem;
  }

  table.light td::before {
    content: attr(data-label);
    display: inline;
    font-weight: 600;
  }
}

table.light td.line {
  border-right: 1px solid #333;
}

@media only screen and (max-width:767px) {
  table.light td.line {
    border-right: none;
  }
}

table.light td.counter,
table.light th.counter {
  text-align: center;
  white-space: nowrap;
}

@media only screen and (min-width:1024px) {
  table.light td.counter,
  table.light th.counter {
    width: 10em;
  }
}

@media only screen and (max-width:767px) {
  table.light td.counter,
  table.light th.counter {
    text-align: left;
  }
}

table.light td.info,
table.light th.info {
  text-align: right;
  padding-right: 0;
}

@media only screen and (min-width:1024px) {
  table.light td.info,
  table.light th.info {
    width: 10em;
  }
}

table.light .active {
  background-color: #a9a9a9;
  color: #fff;
}

table.light .active a {
  color: #fff;
  text-decoration: none;
}

table.light td.center,
table.light th.center,
table.light th.info.center,
table.light.center td,
table.light.center th {
  text-align: center;
}

@media only screen and (max-width:767px) {
  table.light td.center,
  table.light th.center,
  table.light th.info.center,
  table.light.center td,
  table.light.center th {
    text-align: left;
  }
}

div.light H1 {
  font-weight: 600;
  font-size: 1.3em;
  font-family: Montserrat,sans-serif;
  text-align: left;
  padding: 2em 0;
  margin: 0;
}

div.light .box H1 {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin: 0;
}

div.light .box .image {
  width: 15%;
  text-align: center;
  margin: auto;
}

div.light .box .image img {
  width: 100%;
}

table.dense {
  width: 100%;
  padding: 0;
  margin: .5em 0;
  border-spacing: 0;
}

@media only screen and (max-width:767px) {
  table.dense thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
}

table.dense caption {
  background-color: rgb(49.9375,2.9375,138.0625);
  color: #fff;
  font-weight: 600;
  padding: .5em;
  text-align: left;
}

@media only screen and (max-width:767px) {
  table.dense tr {
    display: block;
    border-radius: 0;
    box-shadow: -20px 0 40px rgba(71,0,168,.4);
    margin-top: 1.5rem;
  }

  table.dense tr .wide-only {
    display: none;
  }
}

table.dense th {
  border: 1px solid #ccc;
  border-color: #4404bc;
  background-color: #4404bc;
  padding: .5em;
  text-align: left;
  color: #fff;
}

table.dense td {
  padding: .3em .5em;
  font-size: .8em;
  background-color: rgba(238,118,36,.2);
  word-wrap: break-word;
  word-break: break-all;
}

@media only screen and (max-width:767px) {
  table.dense td {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    align-items: flex-start;
    padding: .5rem;
  }

  table.dense td::before {
    content: attr(data-label);
    display: inline;
    font-weight: 600;
  }
}

table.dense td.counter,
table.dense th.counter {
  width: 3em;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (max-width:767px) {
  table.dense td.counter,
  table.dense th.counter {
    width: inherit;
    text-align: left;
  }
}

table.dense td.info,
table.dense th.info {
  width: 2em;
  text-align: right;
  white-space: nowrap;
}

@media only screen and (max-width:767px) {
  table.dense td.info,
  table.dense th.info {
    width: inherit;
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

table.dense tr:nth-child(even) td {
  background-color: rgba(238,118,36,.102);
}

table.dense tr:hover td {
  background-color: #fff;
}

table.dense tr td.sel1,
table.dense tr td.sel2,
table.dense tr td.sel3,
table.dense tr td.sel4 {
  text-align: center;
  color: #fff;
}

@media only screen and (max-width:767px) {
  table.dense tr td.sel1,
  table.dense tr td.sel2,
  table.dense tr td.sel3,
  table.dense tr td.sel4 {
    width: inherit;
    text-align: left;
  }
}

table.dense tr td.sel1 {
  background-color: rgb(86.0625,5.0625,237.9375);
}

table.dense tr:nth-child(even) td.sel1 {
  background-color: #4404bc;
}

table.dense tr:hover td.sel1,
table.dense tr:nth-child(even):hover td.sel1 {
  background-color: rgb(49.9375,2.9375,138.0625);
}

table.dense tr td.sel2 {
  background-color: rgb(252.8547486034,207.8044692737,129.1452513966);
}

table.dense tr:nth-child(even) td.sel2 {
  background-color: #fcbd4f;
}

table.dense tr:hover td.sel2,
table.dense tr:nth-child(even):hover td.sel2 {
  background-color: rgb(251.1452513966,170.1955307263,28.8547486034);
}

table.dense tr td.sel3 {
  background-color: rgb(65.2857142857,195.7142857143,174.3714285714);
}

table.dense tr:nth-child(even) td.sel3 {
  background-color: #32a08e;
}

table.dense tr:hover td.sel3,
table.dense tr:nth-child(even):hover td.sel3 {
  background-color: rgb(37.8571428571,121.1428571429,107.5142857143);
}

table.dense tr td.sel4 {
  background-color: rgb(88.7260869565,128.552173913,192.2739130435);
}

table.dense tr:nth-child(even) td.sel4 {
  background-color: #3f67a7;
}

table.dense tr:hover td.sel4,
table.dense tr:nth-child(even):hover td.sel4 {
  background-color: rgb(49.0304347826,80.1608695652,129.9695652174);
}

.smalladminbutton::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  margin: 0 .4em;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.smalladminbutton.mail::before {
  background-image: url("/dist/img/ico/normal/mail.png");
}

.smalladminbutton.mail.active::before,
.smalladminbutton.mail:hover::before {
  background-image: url("/dist/img/ico/hot/mail.png");
}

.smalladminbutton.edit::before {
  background-image: url("/dist/img/ico/normal/edit.png");
}

.smalladminbutton.edit.active::before,
.smalladminbutton.edit:hover::before {
  background-image: url("/dist/img/ico/hot/edit.png");
}

.smalladminbutton.settings::before {
  background-image: url("/dist/img/ico/normal/settings.png");
}

.smalladminbutton.settings.active::before,
.smalladminbutton.settings:hover::before {
  background-image: url("/dist/img/ico/hot/settings.png");
}

.smalladminbutton.delete::before {
  background-image: url("/dist/img/ico/normal/trash.png");
}

.smalladminbutton.delete.active::before,
.smalladminbutton.delete:hover::before {
  background-image: url("/dist/img/ico/hot/trash.png");
}

.smalladminbutton.view::before {
  background-image: url("/dist/img/ico/normal/view.png");
}

.smalladminbutton.view.active::before,
.smalladminbutton.view:hover::before {
  background-image: url("/dist/img/ico/hot/view.png");
}

.smalladminbutton.copy::before {
  background-image: url("/dist/img/ico/normal/copy.png");
}

.smalladminbutton.copy.active::before,
.smalladminbutton.copy:hover::before {
  background-image: url("/dist/img/ico/hot/copy.png");
}

.smalladminbutton.download::before {
  background-image: url("/dist/img/ico/normal/download.png");
}

.smalladminbutton.download.active::before,
.smalladminbutton.download:hover::before {
  background-image: url("/dist/img/ico/hot/download.png");
}

#rankingTable {
  width: 100%;
}

#rankingTable caption {
  font-weight: 600;
}

#rankingTable td {
  font-size: .8em;
  border-bottom: 1px solid #ccc;
}

#rankingTable td a {
  text-align: left;
}

#rankingTable tr:hover td {
  background-color: #ccc;
  color: #fff;
}

#rankingTable tr:hover td a {
  color: #fff;
}

#rankingTable tr:nth-child(even) {
  background-color: #e9e9e9;
}

#rankingTable td {
  padding: .5em;
}

.regError {
  padding: .5em;
  color: #ff4141;
  font-weight: 600;
  margin: .1em;
  border: 1px solid #ff4141;
  background-image: url("/dist/img/ico/rm24.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 2em;
}

.borderRed {
  border: 1px solid #ff4141;
}

.formErorr {
  display: block;
  height: 1.5em;
}

span.formErorr {
  color: #ff4141;
  font-size: .8em;
  font-weight: 600;
}

.navigationButtons {
  display: flex!important;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.navigationButtons.left {
  justify-content: flex-start;
}

.navigationButtons.right {
  justify-content: flex-end;
}

@media only screen and (min-width:1024px) {
  .navigationButtons.wide {
    justify-content: space-between;
  }

  .navigationButtons {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.navigationButtons .button {
  padding: .1em;
  width: 13em;
  text-align: center;
  margin: 0 2em;
}

.navigationButtons .button.wide {
  width: auto;
}

.navigationButtons .button a,
.navigationButtons .button button,
.navigationButtons .button input {
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  box-shadow: .1vh .3vh 1vh rgba(0,0,0,.8);
  color: #fff;
  background-color: #636363;
  margin: 1em auto;
  padding: .5em;
  cursor: pointer;
  font-size: 1.3em;
  transition: all .2s ease-in-out;
  width: auto;
}

.navigationButtons .button a:hover,
.navigationButtons .button button:hover,
.navigationButtons .button input:hover {
  background-color: rgb(73.5,73.5,73.5);
}

.navigationButtons .button a,
.navigationButtons .button button,
.navigationButtons .button input {
  font-size: 1em;
}

.navigationButtons .button button,
.navigationButtons .button input {
  width: 100%;
  font-weight: 400!important;
}

.navigationButtons .button2.big {
  width: 100%;
}

.navigationButtons .button2.big a {
  font-size: 2em;
  padding: .5em 1em;
}

.navigationButtons .button2 a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  box-shadow: .1vh .3vh 1vh rgba(0,0,0,.8);
  color: #fff;
  background-color: #4404bc;
  margin: 1em auto;
  padding: .5em;
  cursor: pointer;
  font-size: 1.3em;
  transition: all .2s ease-in-out;
  width: auto;
}

.navigationButtons .button2 a:hover {
  background-color: rgb(49.9375,2.9375,138.0625);
}

.navigationButtons button {
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  box-shadow: .1vh .3vh 1vh rgba(0,0,0,.8);
  color: #fff;
  background-color: #4404bc;
  margin: 1em auto;
  padding: .5em;
  cursor: pointer;
  font-size: 1.3em;
  transition: all .2s ease-in-out;
  width: auto;
}

.navigationButtons button:hover {
  background-color: rgb(49.9375,2.9375,138.0625);
}

.kursContent h2 {
  text-align: center;
  border-color: #333;
  width: 40%;
  margin: 0 auto 2em auto;
}

.kursContent h3 {
  text-align: left;
  text-decoration: underline;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
}

.kursContent h3+p {
  margin-top: 0;
}

.kursContent iframe {
  display: block;
  margin: 0 auto;
}

.kursContent a {
  display: block;
}

.kursContent div {
  display: block;
}

.kursContent div .loadingpanel {
  display: none;
}

.kursContent .loadingpanel {
  background-color: transparent;
}

.kursContent .errorbox div {
  text-align: left;
  margin-bottom: 0;
}

.kursContent .certyfikat .block {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}

.kursContent .certyfikat .block .certError {
  margin: 1em auto;
  text-decoration: underline;
}

.kursContent .slownik {
  text-align: left;
}

.kursContent .o {
  text-align: justify;
}

.kursContent .video iframe {
  margin-left: calc(-5vw - 1em);
  width: 100vw;
}

@media only screen and (min-width:1024px) {
  .kursContent .video iframe {
    margin-left: auto;
    width: 620px;
    height: 450px;
  }
}

.kursContent OL {
  counter-reset: item;
}

.kursContent OL LI {
  display: block;
}

.kursContent OL>LI::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.kursContent OL LI>UL>li::before {
  content: "- ";
}

.examQuestions {
  margin-bottom: 20px!important;
}

#examContent .examQuestion {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
}

#examContent .examQuestion img {
  display: block;
  max-width: 100%;
}

#examContent table td.testCheck {
  width: 1em;
  padding-top: 4px;
  vertical-align: top;
  padding-left: 3px;
}

#examContent table td {
  position: relative;
}

#examContent table td .answer {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
}

#examControls .close-test {
  display: none;
}

.examQuestions {
  overflow: hidden;
  margin: 0 auto;
  color: #333;
}

.examQuestions #examOneQuestion {
  width: auto;
}

@media only screen and (min-width:1024px) {
  .examQuestions #examOneQuestion {
    width: 80%;
    margin: 0 auto;
    min-height: 15em;
  }
}

.examQuestions #examOneQuestion {
  position: relative;
  display: none;
}

.examQuestions #examOneQuestion.JSenabled .testPytLiczFull {
  display: none;
}

.examQuestions #examOneQuestion.JSenabled {
  display: block;
}

@media only screen and (min-width:1024px) {
  .examQuestions #examOneQuestion.JSenabled div.examQuestion {
    min-height: 15em;
  }
}

.examQuestions #examOneQuestion.JSenabled div.examQuestion {
  width: 100%;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  left: 100%;
  top: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

.examQuestions #examOneQuestion.JSenabled div.examQuestion.prev {
  opacity: 0;
  left: -100%;
}

.examQuestions #examOneQuestion.JSenabled div.examQuestion.current {
  opacity: 1;
  left: 0;
  visibility: visible;
}

.examQuestions #examOneQuestion.JSenabled div.examQuestion.next {
  opacity: 0;
  left: 100%;
}

.controlButtons {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
}

.controlButtons div {
  text-align: center;
}

.controlButtons .pytanieHeader {
  width: 20em;
  text-align: center;
  margin: 0 auto;
}

#testForm input[type=submit] {
  display: block;
}

#testForm input[type=submit]:disabled,
.controlButtons button:disabled {
  background-color: #e9e9e9;
  cursor: not-allowed;
}

.kurs {
  background-color: #fff;
  width: 97%;
  margin: 0 auto;
}

.kurs .boxes {
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  font-size: .8em;
  flex-flow: row wrap;
}

.kurs .boxes .box {
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all .4s ease-in-out;
  min-width: 8em;
  width: 8em;
  flex: 1 auto;
}

.kurs .boxes .box span {
  display: block;
}

.kurs .boxes .box:hover {
  color: #4404bc;
}

.kurs .boxes .box.icon {
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 7.5em;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}

.kurs .boxes .box.icon.passed::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/dist/img/ico/tick_active.png");
  background-position: 40% bottom;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.kurs .boxes .box.icon.o {
  background-image: url("/dist/img/kursyParts/normal/o.png");
}

.kurs .boxes .box.icon.o.active,
.kurs .boxes .box.icon.o:hover {
  background-image: url("/dist/img/kursyParts/hot/o.png");
}

.kurs .boxes .box.icon.fiszka {
  background-image: url("/dist/img/kursyParts/normal/fiszka.png");
}

.kurs .boxes .box.icon.fiszka.active,
.kurs .boxes .box.icon.fiszka:hover {
  background-image: url("/dist/img/kursyParts/hot/fiszka.png");
}

.kurs .boxes .box.icon.wyklad {
  background-image: url("/dist/img/kursyParts/normal/video.png");
}

.kurs .boxes .box.icon.wyklad.active,
.kurs .boxes .box.icon.wyklad:hover {
  background-image: url("/dist/img/kursyParts/hot/video.png");
}

.kurs .boxes .box.icon.zeszyt {
  background-image: url("/dist/img/kursyParts/normal/zeszyt.png");
}

.kurs .boxes .box.icon.zeszyt.active,
.kurs .boxes .box.icon.zeszyt:hover {
  background-image: url("/dist/img/kursyParts/hot/zeszyt.png");
}

.kurs .boxes .box.icon.prezentacja {
  background-image: url("/dist/img/kursyParts/normal/prezentacja.png");
}

.kurs .boxes .box.icon.prezentacja.active,
.kurs .boxes .box.icon.prezentacja:hover {
  background-image: url("/dist/img/kursyParts/hot/prezentacja.png");
}

.kurs .boxes .box.icon.materialy {
  background-image: url("/dist/img/kursyParts/normal/dodatkowe.png");
}

.kurs .boxes .box.icon.materialy.active,
.kurs .boxes .box.icon.materialy:hover {
  background-image: url("/dist/img/kursyParts/hot/dodatkowe.png");
}

.kurs .boxes .box.icon.slownik {
  background-image: url("/dist/img/kursyParts/normal/slownik.png");
}

.kurs .boxes .box.icon.slownik.active,
.kurs .boxes .box.icon.slownik:hover {
  background-image: url("/dist/img/kursyParts/hot/slownik.png");
}

.kurs .boxes .box.icon.screencasts {
  background-image: url("/dist/img/kursyParts/normal/film.png");
}

.kurs .boxes .box.icon.screencasts.active,
.kurs .boxes .box.icon.screencasts:hover {
  background-image: url("/dist/img/kursyParts/hot/film.png");
}

.kurs .boxes .box.icon.test {
  background-image: url("/dist/img/kursyParts/normal/test.png");
}

.kurs .boxes .box.icon.test.active,
.kurs .boxes .box.icon.test:hover {
  background-image: url("/dist/img/kursyParts/hot/test.png");
}

.kurs .boxes .box.icon.certyfikat {
  background-image: url("/dist/img/kursyParts/normal/certyfikat.png");
}

.kurs .boxes .box.icon.certyfikat.active,
.kurs .boxes .box.icon.certyfikat:hover {
  background-image: url("/dist/img/kursyParts/hot/certyfikat.png");
}

.kurs .boxes .box.icon.scorm {
  background-image: url("/dist/img/kursyParts/normal/scorm.png");
}

.kurs .boxes .box.icon.scorm.active,
.kurs .boxes .box.icon.scorm:hover {
  background-image: url("/dist/img/kursyParts/hot/scorm.png");
}

.kurs .boxes .box.icon.part::before {
  background-image: url("/dist/img/kursyParts/normal/film.png");
}

.kurs .boxes .box.icon.part.active::before,
.kurs .boxes .box.icon.part:hover::before {
  background-image: url("/dist/img/kursyParts/hot/film.png");
}

.kurs .boxes .box.icon.part::before {
  content: "";
  display: block;
  position: absolute;
  transition: all .4s ease-in-out;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-position: center bottom 4em;
  background-repeat: no-repeat;
}

.kurs .boxes .box.icon.part:nth-child(4n+3)::before {
  transform: rotate(90deg);
  background-position: center;
  background-position-x: 55%;
}

.kurs .boxes .box.icon.part:nth-child(4n+4)::before {
  transform: rotate(180deg);
  background-position: center top 4em;
}

.kurs .boxes .box.icon.part:nth-child(4n+1)::before {
  transform: rotate(270deg);
  background-position: center top 4em;
}

.kurs .videoWrapperWrapper {
  width: 100%;
}

@media only screen and (min-width:1024px) {
  .kurs .videoWrapperWrapper {
    width: 75%;
    margin: 0 auto;
  }
}

.kurs .videoWrapperWrapper .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.kurs .videoWrapperWrapper .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kurs fieldset {
  padding: 0 1em 1em 1em;
}

.results {
  float: right;
  display: table;
  color: #4404bc;
  text-transform: uppercase;
  font-weight: 600;
}

.results .element {
  display: table-row;
}

.results .element .label {
  display: table-cell;
  text-align: right;
  padding-right: .5em;
}

.results .element .value {
  display: table-cell;
  text-align: left;
}

.detailBox .accordeontrigger {
  width: 100%;
  text-align: right;
}

.detailBox .accordeontrigger::after {
  font-family: FontAwesome;
  content: "\f0d7";
  padding-left: .5em;
}

.detailBox .accordeontrigger:hover {
  color: #4404bc;
}

.course .slider {
  position: relative;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}

.course .slider .hidden,
.course .slider .next,
.course .slider .prev {
  display: none!important;
}

.course .slider .nav_indicators {
  margin: 0;
  padding: 0;
}

.course .slider .nav_indicators ul {
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (orientation:landscape) {
  .course .slider .nav_indicators ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

@media only screen and (min-width:1024px) {
  .course .slider .nav_indicators ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

.course .slider .nav_indicators ul li {
  cursor: pointer;
}

.course .slider .nav_indicators ul li:before {
  content: "Ekran ";
  display: inline;
  position: relative;
}

.course .slider .nav_indicators ul li.active {
  font-weight: 600;
}

.mp-examQuestions-wrapper .mp-examQuestions {
  margin-bottom: 80px;
}

.mp-examQuestions-wrapper .examQuestion {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mp-examQuestions-wrapper .examQuestion th {
  padding-bottom: 12px;
}

.mp-examQuestions-wrapper .examQuestion label {
  margin-bottom: 0;
}

.mp-examQuestions-wrapper .examQuestion .testQuest {
  padding-left: 10px;
}

.mp-examQuestions-wrapper .examQuestion tr>td {
  padding-bottom: 1em;
}

.mp-examQuestions-wrapper .examQuestion .question-iscorrect {
  text-align: center;
  margin-top: auto;
  color: #4404bc;
  font-weight: 700;
}

.mp-examQuestions-wrapper .examQuestion .correct-answer {
  color: #28a745;
}

.mp-examQuestions-wrapper .examQuestion .incorrect-answer {
  color: #ff4141;
}

.mp-examQuestions-wrapper .examQuestion .question-additional-hint {
  display: none;
}

.coursematerial-modal h2 {
  font-size: 18px!important;
  margin-bottom: 10px!important;
}

.mp-exam-desc {
  padding-top: 40px;
  color: rgba(0,0,0,.701);
}

@media only screen and (min-width:1024px) {
  .mp-exam-desc {
    width: 80%;
    margin: 0 auto;
  }
}

.mp-exam-desc ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.mp-exam-numbers {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.mp-exam-controls {
  display: flex!important;
  flex-direction: row;
  justify-content: space-between;
}

@media only screen and (min-width:1024px) {
  .mp-exam-controls {
    width: 80%;
    margin: 0 auto;
  }
}

.mp-exam-controls #testForm input[type=submit]:disabled,
.mp-exam-controls button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

@media (max-width:575.98px) {
  .mp-exam-controls {
    flex-direction: column;
  }

  .mp-exam-controls button {
    width: 100%;
  }

  .mp-exam-controls #next {
    order: 1;
    margin-bottom: 20px;
  }

  .mp-exam-controls #prev {
    order: 2;
  }
}

.scorm_object-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.6%;
}

.scorm_object-wrapper .scorm_object {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@keyframes flash-animation {
  0% {
    background-color: default;
  }

  50% {
    background-color: #636363;
    color: #fff;
  }

  100% {
    background-color: default;
  }
}

@keyframes grow {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.flashanimation {
  animation-name: flash-animation;
  animation-duration: .4s;
  animation-iteration-count: 3;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: .5s;
  animation-timing-function: ease-out;
}

#cookieLayerBoxModal {
  position: fixed;
  background-color: rgb(112.2,112.2,112.2);
  background-color: rgba(51,51,51,.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

#cookieLayerBox {
  margin: 0 auto;
  background-color: #ccc;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
}

@media only screen and (min-width:768px) and (max-width:1249px) {
  #cookieLayerBox {
    max-width: 75%;
  }
}

@media only screen and (min-width:1024px) {
  #cookieLayerBox {
    margin-top: 5%;
    max-width: 50%;
    border-radius: 0;
    box-shadow: -20px 0 40px rgba(71,0,168,.4);
  }
}

@media only screen and (max-height:649px) {
  #cookieLayerBox {
    margin-top: 0;
  }
}

#cookieLayerBoxHeader {
  padding: .5em;
  font-weight: 600;
}

#cookieLayerBoxContent {
  background-color: #fff;
  padding: .5em;
}

#cookieLayerBoxContentScroll {
  height: 10em;
  overflow-y: auto;
  padding: .5em;
  margin: .5em .1em;
  border: 1px solid #ccc;
  text-align: justify;
}

#cookieLayerBoxBottom {
  background-color: #e9e9e9;
  padding: .5em;
}

#cookieLayerBoxButton {
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  box-shadow: .1vh .3vh 1vh rgba(0,0,0,.8);
  color: #fff;
  background-color: #636363;
  margin: 1em auto;
  padding: .5em;
  cursor: pointer;
  font-size: 1.3em;
  transition: all .2s ease-in-out;
  width: auto;
}

#cookieLayerBoxButton:hover {
  background-color: rgb(73.5,73.5,73.5);
}

#cookieLayerBoxButton {
  font-size: 1em;
  margin: .5em 0;
}

.wide {
  width: 100%;
}

.courses {
  justify-content: flex-start;
}

.courses a.box {
  color: #333;
}

.courses a.box:focus,
.courses a.box:hover {
  color: #4404bc;
}

.courses .box {
  width: 100%;
}

@media only screen and (orientation:landscape) {
  .courses .box {
    width: 40vw;
    height: 40vw;
    margin: 2vw;
  }
}

.courses .box {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: -20px 0 40px rgba(71,0,168,.4);
  transition: all .4s ease-in-out;
}

@media only screen and (min-width:1024px) {
  .courses .box {
    width: 13vw;
    height: 13vw;
    margin: 1vw 2vw;
  }

  .courses .box:focus,
  .courses .box:hover {
    width: 15vw;
    height: 15vw;
    margin: 0 1vw;
    padding: 1vw;
  }
}

.courses .box .title {
  background-color: #fff;
  padding: 1vh 0;
}

.courses .box .title span {
  color: #4404bc;
}

.courses .box .obr {
  position: relative;
  width: 100%;
  height: 90vw;
  text-align: center;
}

@media only screen and (orientation:landscape) {
  .courses .box .obr {
    height: 40vw;
  }
}

@media only screen and (min-width:1024px) {
  .courses .box .obr {
    height: 10vw;
  }
}

.courses .box .obr {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.courses .box .obr.new {
  background-image: url("/dist/img/kursyParts/courses_new.jpg");
}

.courses .box .icon {
  width: 100%;
  height: 30%;
  text-align: center;
}

.courses .box .icon img {
  max-width: 100%;
  max-height: 100%;
}

.courses .box h1 {
  text-transform: none;
}

.courses .box h1::after {
  display: none;
}

@media only screen and (min-width:1024px) {
  .courses .box .description {
    font-size: .8em;
  }
}

.courses .box .description {
  padding: 0 10% 10% 10%;
  overflow: auto;
  max-height: 40%;
  text-align: center;
}

.infograph {
  width: 80%;
  margin: 0 auto;
}

.infograph .box {
  flex-basis: 45%;
}

@media only screen and (min-width:1024px) {
  .infograph .box {
    flex-basis: 21%;
  }
}

.infograph .title {
  padding: 1vh 0;
  margin: 1vh 0;
}

.infograph .obr {
  margin: 0;
  height: 20vh;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.infograph .obr.b1 {
  background-image: url("/dist/img/infograph/bezpieczenstwo_online.png");
}

.infograph .obr.b2 {
  background-image: url("/dist/img/infograph/bezpieczenstwo_urzadzen_mobilnych.png");
}

.infograph .obr.b3 {
  background-image: url("/dist/img/infograph/bezpieczne_zakupy_przez_internet.png");
}

.infograph .obr.b4 {
  background-image: url("/dist/img/infograph/bezpieczne_korzystanie_z_chmury.png");
}

.infograph .obr.b5 {
  background-image: url("/dist/img/infograph/cyberoszustwa_o_charakterze_finansowym.png");
}

.infograph .obr.b6 {
  background-image: url("/dist/img/infograph/incydenty_komputerowe_cz1.png");
}

.infograph .obr.b7 {
  background-image: url("/dist/img/infograph/incydenty_komputerowe_cz2.png");
}

.infograph .obr.b8 {
  background-image: url("/dist/img/infograph/publicznie_dostepne_komputery.png");
}

.registration .box {
  width: 100%;
}

@media only screen and (min-width:1024px) {
  .registration .box {
    width: 30%;
    height: auto;
  }
}

@media only screen and (min-width:1024px) {
  .onebigcolumn .box {
    width: 70%;
    height: auto;
  }
}

.onebigcolumn .box .image img {
  max-width: 50%;
}

@media only screen and (min-width:1024px) {
  .onebigcolumn .box .image img {
    max-width: 10vw;
  }
}

.aboutplatform.boxes .box {
  text-align: center;
}

@media only screen and (orientation:landscape) {
  .aboutplatform.boxes .box {
    width: 50%;
  }
}

@media only screen and (min-width:1024px) {
  .aboutplatform.boxes .box {
    width: 20%;
  }
}

.aboutplatform.boxes .box img {
  max-width: 50%;
}

@media only screen and (min-width:1024px) {
  .aboutplatform.boxes .box img {
    max-width: 7vw;
  }
}

.aboutplatform.boxes .box h1 {
  margin: 0;
}

.aboutplatform.boxes .box h1:after {
  display: none;
}

.certificate .box {
  background-color: #e9e9e9;
  border-radius: 1em;
  padding: 1em;
}

@media only screen and (min-width:1024px) {
  .certificate .box {
    width: 25%;
    margin: 0 2em;
  }
}

.certificate img {
  max-width: 100%;
}

.regulamin a {
  word-wrap: break-word;
  word-break: break-all;
}

.regulamin .title {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
}

.regulamin .subtitle {
  text-align: center;
  font-style: italic;
}

.regulamin .paragraph {
  padding: 1em;
  text-align: center;
  font-weight: 600;
}

.regulamin ol {
  margin: 0;
  list-style-position: inside;
  padding: 1em;
}

.regulamin li {
  margin: 1em 0;
}

.regulamin p.paragraph {
  counter-increment: level;
}

.regulamin ol.appendcounter {
  list-style-type: none;
  counter-reset: num;
}

.regulamin ol.appendcounter>li {
  counter-increment: num;
}

.regulamin ol.appendcounter>li::before {
  content: counters(level, ".") "." counters(num, ".");
  padding-right: .5em;
}

.regulamin ol.letters {
  list-style-type: lower-alpha;
}

.important {
  color: #4404bc;
}

.percentBox {
  border: 1px solid #ccc;
  height: 1em;
  width: 10em;
  position: relative;
}

.percentBox .bar {
  width: 100%;
  float: left;
  margin-right: -100%;
}

.percentBox .bar .fill {
  animation: grow 1.5s ease-out;
  height: calc(1em - 2 * 1px);
  background: #ccc;
}

.percentBox .label {
  text-align: center;
  width: 100%;
  margin: .1em 0;
  font-size: .7em;
}

.news h1 a {
  color: #333;
}

.news h1 a:focus,
.news h1 a:hover {
  color: #4404bc;
}

.g-recaptcha div,
.grecaptcha div {
  margin: 0 auto;
}

.kursContent div.socialmedia,
.socialmedia,
div.socialmedia {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.kursContent div.socialmedia .box,
.socialmedia .box,
div.socialmedia .box {
  margin: 0 1em;
}

.kursContent div.socialmedia div,
.socialmedia div,
div.socialmedia div {
  margin-bottom: 0;
}

.group_list .group_header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (orientation:landscape) {
  .group_list .group_header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

@media only screen and (min-width:1024px) {
  .group_list .group_header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

@media only screen and (min-width:1024px) {
  .group_list .group_header {
    justify-content: space-between;
  }
}

.group_list .group_header>* {
  flex: 1 1 0;
}

.group_list .group_header {
  border: 1px solid #4404bc;
  background-color: #e9e9e9;
  padding: 1em;
}

.group_list .group_header .group_name {
  font-weight: 600;
}

.group_list .group_header .group_user_count .count {
  font-weight: 600;
}

.group_list .group_header .group_finished_courses_count .count {
  font-weight: 600;
}

.group_list .group_header .group_progressbar {
  font-size: small;
}

.group_list .group_header .group_progressbar span {
  display: block;
}

.group_list .group_content .group_student {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
}

@media only screen and (orientation:landscape) {
  .group_list .group_content .group_student {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

@media only screen and (min-width:1024px) {
  .group_list .group_content .group_student {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
}

@media only screen and (min-width:1024px) {
  .group_list .group_content .group_student {
    justify-content: space-between;
  }
}

.group_list .group_content .group_student>* {
  flex: 1 1 0;
}

.group_list .group_content .group_student {
  padding: .5em 1em;
}

.md-loginform-wrapper {
  width: 100%;
  padding: 60px 0 0;
}

.md-loginform-body {
  max-width: 370px;
  margin: 0 auto;
}

.md-loginform-body h1 {
  margin-bottom: 30px;
  font-size: 34px;
}

.md-loginform-btn,
.md-registration-btn {
  background-image: linear-gradient(101deg,#6223d9 0,#4700a8 100%);
  border: none;
  padding: 16px 0;
  border-radius: 28px;
  font-weight: 500;
  transition: box-shadow .2s,background-image .2s;
}

.md-loginform-btn:hover,
.md-registration-btn:hover {
  background-image: linear-gradient(101deg,#4404bc 0,#4700a8 100%);
  box-shadow: 0 0 10px rgba(71,0,168,.45);
}

.md-loginform-btn:focus,
.md-loginform-btn:hover,
.md-registration-btn:focus,
.md-registration-btn:hover {
  text-decoration: none;
}

.md-loginform-btn {
  margin-top: 30px;
}

.md-registration-btn {
  max-width: 270px;
  width: 100%;
}

.md-login-box {
  min-height: initial!important;
  border: none;
}

.content-registration-box {
  min-height: initial!important;
  padding: 20px 0!important;
}

.md-form-group {
  margin-bottom: 20px;
}

.md-form-group:last-of-type {
  margin: 0;
}

.md-form-control {
  padding: 12px;
  height: initial;
}

.form-control::-moz-placeholder {
  color: rgba(29,38,54,.6);
}

.form-control::placeholder {
  color: rgba(29,38,54,.6);
}

.md-header {
  display: flex;
  justify-content: center;
  position: relative;
}

.md-header .title h1 {
  font-size: 18px;
  line-height: 22px;
  color: #1d2636;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width:576px) {
  .md-header .title h1 {
    padding: 12px 0 45px;
    margin: 0;
  }
}

a.md-modal-back {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  text-indent: 0;
  position: absolute;
  top: -5px;
  left: 8px;
  text-decoration: none!important;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  z-index: 1;
  color: #1d2636;
}

a.md-modal-back::after {
  color: #1d2636;
  content: "\f060";
  font-weight: 600;
  text-indent: 0;
  z-index: 999;
}

@media (min-width:576px) {
  a.md-modal-back {
    top: 7px;
    left: 28px;
  }
}

.md-custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(68,4,188,.6);
  border-radius: 5px;
  cursor: pointer;
}

.md-custom-checkbox.error:checked,
.md-custom-checkbox:checked {
  background: #4404bc;
  border: none;
  color: #fff!important;
  font-family: "Font Awesome 5 Free"!important;
  font-weight: 900!important;
  position: relative;
}

.md-custom-checkbox:checked::before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.md-helpful-prompts {
  margin: 22px 0 0!important;
  text-align: center;
}

.md-helpful-prompts a {
  color: #1d2636;
  margin: 0 auto;
}

.md-registration-modal-form-wrapper {
  width: 100%;
}

@media (min-width:576px) {
  .md-registration-modal-form-wrapper {
    margin: 0 auto;
    width: calc(85% + 30px);
  }
}

@media (min-width:768px) {
  .md-registration-modal-form-wrapper {
    width: calc(75% + 30px);
  }
}

.md-registration-modal-form {
  width: 100%;
  padding: 0 15px;
}

.md-registration-modal-form .steps.step1,
.md-registration-modal-form .steps.step2 {
  padding-right: 45px;
}

@media (min-width:768px) {
  .md-registration-modal-form .steps.step1,
  .md-registration-modal-form .steps.step2 {
    max-width: 370px;
    padding-right: 60px;
  }
}

@media (min-width:992px) {
  .md-registration-modal-form .steps.step1,
  .md-registration-modal-form .steps.step2 {
    max-width: 370px;
  }
}

.md-registration-modal-form .select2-container--disabled .select2-selection {
  background-color: #fff!important;
  border-color: #ced4da!important;
}

.md-registration-modal-form .select2-container--disabled .select2-selection~label {
  color: #a5a5a5!important;
}

.md-registration-modal-form .select2-container--disabled .select2-selection .select2-selection__placeholder {
  color: #a5a5a5!important;
}

.md-registration-modal-form .md-form-group-select-info {
  top: 50%;
  transform: translateY(-50%);
}

.select2-container--disabled .select2-selection__arrow b {
  border-color: #a5a5a5 transparent transparent transparent!important;
}

.md-footer-steps {
  padding: 0 15px;
}

.md-form-group-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.md-form-group-select-input {
  width: 100%;
}

.md-form-group-select-info {
  min-width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  background-color: #e3d9f2;
  border-radius: 50%;
  display: flex!important;
  text-decoration: none!important;
  position: absolute;
  right: -45px;
  top: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (min-width:768px) {
  .md-form-group-select-info {
    right: -60px;
  }
}

.tooltip-inner {
  padding: 10px 8px;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(118,63,240,.169);
  color: #1d2636;
  border-radius: 5px;
}

.tooltip.show {
  opacity: 1;
}

.arrow::before {
  border-left-color: #fff!important;
  border-right-color: #fff!important;
}

.md-registration-prompt-wrapper {
  width: 100%;
  padding: 54px 0;
  background-color: #f8f5fd;
}

.md-registration-prompt-wrapper h1 {
  color: #1d2636;
}

.md-registration-prompt-body {
  max-width: 370px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.md-registration-prompt-body h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
}

.md-registration-prompt-body a {
  padding: 18px 0;
  border-radius: 28px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(29,38,54,.3);
  transition: box-shadow .2s,background-color .2s;
}

.md-registration-prompt-body a:hover {
  background-color: #f8f5fd;
  box-shadow: 0 0 12px rgba(29,38,54,.3);
}

.md-loginform-body,
.md-registration-prompt-body {
  padding: 0 15px;
}

.md-loginform-body {
  margin-bottom: 2rem;
}

.md-loginform-footer {
  margin: 1rem;
}

.md-main-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.md-registrationform-state {
  background-color: #f8f5fd;
  padding: 20px 15px;
  display: flex;
  margin-bottom: 60px;
}

@media (min-width:576px) {
  .md-registrationform-state {
    padding: 20px 0;
    justify-content: space-evenly;
  }
}

.md-state-wrapper {
  overflow: hidden;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  width: 85%;
}

@media (min-width:576px) {
  .md-state-wrapper {
    flex-direction: row;
    margin: 0 auto;
  }
}

@media (min-width:768px) {
  .md-state-wrapper {
    width: 75%;
  }
}

.md-step-container {
  color: #a0a2ad;
  font-size: 16px;
  min-width: 90px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: stretch;
  position: relative;
}

.md-step-container.md-active .md-step {
  background-color: #4700a8;
}

.md-step-container.md-active p {
  color: #1d2636;
}

.md-step-container.md-checked .md-step {
  color: #4700a8;
  background-color: #e3d9f2;
  font-family: "Font Awesome 5 Free";
  background-image: none;
  position: relative;
  font-weight: 900;
}

.md-step-container.md-checked .md-step::after {
  content: "\f00c";
  position: absolute;
  background-color: #e3d9f2;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.md-step-container.md-checked::before {
  background-color: #4700a8!important;
}

.md-step-container:not(:last-of-type) {
  margin-bottom: 30px;
}

.md-step-container:not(:last-of-type)::before {
  content: "";
  background-color: #a0a2ad;
  width: 75px;
  max-width: 150px;
  height: 1px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 15px;
  transform-origin: left;
  transform: rotate(90deg);
}

@media (min-width:576px) {
  .md-step-container:not(:last-of-type)::before {
    width: 15vw;
    top: 15px;
    left: 65%;
    transform: none;
  }
}

@media (min-width:576px) {
  .md-step-container:not(:last-of-type) {
    margin: 0;
  }
}

.md-step-container .md-step {
  background-color: #a0a2ad;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 1;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.md-step-container p {
  margin: 0 0 0 8px;
  line-height: 1.2;
}

@media (min-width:576px) {
  .md-step-container p {
    margin: 0;
    text-align: center;
  }
}

@media (min-width:576px) {
  .md-step-container {
    flex-direction: column;
    margin: 0;
  }
}

.md-success-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.md-register-errorlist,
.md-success-text {
  text-align: center;
  color: #1d2636;
  max-width: 570px;
  margin: 0 auto;
}

.mainmodal {
  border-radius: 0;
  max-width: 100%;
  min-height: 75vmin;
  padding: 0;
  position: relative;
  transition: height 1s ease;
  width: 100%;
}

@media (min-width:576px) {
  .mainmodal {
    max-width: 75vw;
    width: 75vw;
    height: auto;
  }
}

@media (min-width:1921px) {
  .mainmodal {
    max-width: 1345px;
    width: 1345px;
    height: auto;
    min-height: unset;
    max-height: 950px;
  }
}

.mainmodal .modal-content {
  width: 100%;
  height: 100%;
  transition: height 1s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width:1921px) {
  .mainmodal .modal-content {
    height: auto;
    min-height: unset;
    max-height: 952px;
  }
}

.mainmodal .modal-content {
  z-index: 0;
}

.mainmodal .modal-content>.loader-grid-wrapper,
.mainmodal .modal-content>.response-message {
  display: none;
}

.mainmodal .modal-content .short-title .content,
.mainmodal .modal-content .title .content {
  align-self: flex-end;
}

.mainmodal .modal-content .footer .content,
.mainmodal .modal-content .short-footer .content {
  align-self: flex-start;
  width: 33%;
}

@media (min-width:768px) {
  .mainmodal .modal-content .footer .content,
  .mainmodal .modal-content .short-footer .content {
    width: 50%;
  }
}

@media (min-width:1200px) {
  .mainmodal .modal-content .footer .content,
  .mainmodal .modal-content .short-footer .content {
    width: 33%;
  }
}

.mainmodal .modal-content label.error {
  width: 100%;
  font-size: small;
  text-align: left;
}

.mainmodal a.close-modal {
  text-indent: 0;
  background-image: none;
  position: absolute;
  top: 15px;
  right: 8px;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  z-index: 1;
  color: #1d2636;
}

@media (min-width:576px) {
  .mainmodal a.close-modal {
    top: 28px;
    right: 28px;
  }
}

.mainmodal.content-activate-box,
.mainmodal.content-cookie-box,
.mainmodal.content-email-change-validation-box,
.mainmodal.content-inactive-box,
.mainmodal.content-login-box,
.mainmodal.content-password-activation-box,
.mainmodal.content-password-change-box,
.mainmodal.content-registration-box {
  max-width: 800px;
  min-height: initial;
  height: auto;
  box-shadow: -20px 0 40px rgba(71,0,168,.4);
}

.mainmodal .captcha-group {
  display: none;
}

.mainmodal .captcha-group label.error {
  text-align: center;
}

.mainmodal .captcha-wrapper {
  margin: 0 auto;
  display: flex;
}

.mainmodal .captcha-wrapper label.error {
  text-align: center;
}

.mainmodal .helpful-prompts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.mainmodal .response-message {
  display: none;
  background-color: #fff;
  color: #333;
  text-align: center;
}

.mainmodal .response-message .content {
  width: 100%!important;
}

.modal-content.activate-box,
.modal-content.email-change-validation-box,
.modal-content.inactive-box,
.modal-content.password-activation-box,
.modal-content.password-change-box {
  padding: 80px 15px 42px;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.modal-content.email-change-validation-box,
.modal-content.grid-display,
.modal-content.password-activation-box,
.modal-content.password-change-box,
.modal-content.registration-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: none;
}

.modal-content.email-change-validation-box .registrationform,
.modal-content.grid-display .registrationform,
.modal-content.password-activation-box .registrationform,
.modal-content.password-change-box .registrationform,
.modal-content.registration-box .registrationform {
  background-color: #fff;
}

.modal-content.email-change-validation-box .registrationform .steps,
.modal-content.grid-display .registrationform .steps,
.modal-content.password-activation-box .registrationform .steps,
.modal-content.password-change-box .registrationform .steps,
.modal-content.registration-box .registrationform .steps {
  width: 100%;
}

.modal-content.email-change-validation-box .title,
.modal-content.grid-display .title,
.modal-content.password-activation-box .title,
.modal-content.password-change-box .title,
.modal-content.registration-box .title {
  text-align: center;
}

.modal-content.email-change-validation-box .footer,
.modal-content.grid-display .footer,
.modal-content.password-activation-box .footer,
.modal-content.password-change-box .footer,
.modal-content.registration-box .footer {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.modal-content.email-change-validation-box .footer .steps,
.modal-content.grid-display .footer .steps,
.modal-content.password-activation-box .footer .steps,
.modal-content.password-change-box .footer .steps,
.modal-content.registration-box .footer .steps {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.modal-content.email-change-validation-box a:not(.btn-primary),
.modal-content.grid-display a:not(.btn-primary),
.modal-content.password-activation-box a:not(.btn-primary),
.modal-content.password-change-box a:not(.btn-primary),
.modal-content.registration-box a:not(.btn-primary) {
  display: block;
  text-align: left;
  color: #4404bc;
  text-decoration: underline;
}

.modal-content.email-change-validation-box .eulas .card-header,
.modal-content.email-change-validation-box .eulas .md-card-header,
.modal-content.grid-display .eulas .card-header,
.modal-content.grid-display .eulas .md-card-header,
.modal-content.password-activation-box .eulas .card-header,
.modal-content.password-activation-box .eulas .md-card-header,
.modal-content.password-change-box .eulas .card-header,
.modal-content.password-change-box .eulas .md-card-header,
.modal-content.registration-box .eulas .card-header,
.modal-content.registration-box .eulas .md-card-header {
  box-shadow: none;
}

.modal-content.email-change-validation-box .eulas label,
.modal-content.grid-display .eulas label,
.modal-content.password-activation-box .eulas label,
.modal-content.password-change-box .eulas label,
.modal-content.registration-box .eulas label {
  line-height: 1.35!important;
}

.modal-content.email-change-validation-box .eulas .card-body,
.modal-content.grid-display .eulas .card-body,
.modal-content.password-activation-box .eulas .card-body,
.modal-content.password-change-box .eulas .card-body,
.modal-content.registration-box .eulas .card-body {
  max-height: none;
}

@media (min-width:1200px) {
  .modal-content.email-change-validation-box .eulas .card-body,
  .modal-content.grid-display .eulas .card-body,
  .modal-content.password-activation-box .eulas .card-body,
  .modal-content.password-change-box .eulas .card-body,
  .modal-content.registration-box .eulas .card-body {
    max-height: 15vh;
  }
}

.modal-content.email-change-validation-box .eulas a,
.modal-content.grid-display .eulas a,
.modal-content.password-activation-box .eulas a,
.modal-content.password-change-box .eulas a,
.modal-content.registration-box .eulas a {
  display: initial;
  color: #000;
}

@media (min-width:1200px) {
  .modal-content.email-change-validation-box~a.close-modal,
  .modal-content.grid-display~a.close-modal,
  .modal-content.password-activation-box~a.close-modal,
  .modal-content.password-change-box~a.close-modal,
  .modal-content.registration-box~a.close-modal {
    color: #fff;
  }
}

.select2-container--bootstrap4 .school-dropdown .select2-results>.select2-results__options {
  max-height: 10rem;
}

.modal.step3 p.errorlist {
  text-align: center;
}

.md-cookie-modal {
  border: none;
  height: auto!important;
}

.md-cookie-header h2 {
  font-size: 18px;
  font-weight: 700;
}

.md-cookie-header p {
  margin: 0;
}

.md-cookie-content {
  height: 255px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  margin: 15px 0;
}

.modal.content-cookie-box {
  padding: 15px;
}

.modal.content-cookie-box a.close-modal {
  display: none;
}

@media (min-width:576px) {
  .modal.content-cookie-box {
    padding: 60px 50px;
  }
}

.md-cookie-modal-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  line-height: 19px;
  margin: 0 auto;
  color: #1d2636;
}

.md-cookie-content-wrapper {
  height: 100%;
  letter-spacing: .29px;
  overflow-y: scroll;
  scrollbar-color: #4404bc #f8f5fd;
  scrollbar-width: thin;
  padding-right: 15px;
}

.md-cookie-content-wrapper p {
  margin-bottom: 4px;
  word-break: break-word;
}

.md-cookie-content-wrapper a {
  color: #4404bc;
}

.md-cookie-content-wrapper::-webkit-scrollbar {
  width: 5px;
}

.md-cookie-content-wrapper::-webkit-scrollbar-track {
  background-color: #f8f5fd;
}

.md-cookie-content-wrapper::-webkit-scrollbar-thumb {
  background-color: #4404bc;
  border-radius: 5px;
}

.md-cookie-content-title {
  font-weight: 500;
}

.md-cookie-btn {
  box-shadow: 0 0 3px rgba(68,4,188,.3);
  border-radius: 5px;
  font-weight: 500;
  padding: 9px 0;
  border: none;
  text-decoration: none!important;
}

@media (min-width:768px) {
  .md-cookie-btn {
    max-width: 156px;
  }
}

.modal .modal-top-menu span {
  padding: 5px 10px;
  border-bottom: 3px solid #ff4f5f;
  color: #4404bc;
  font-weight: 600;
}

.modal .table-wrapper {
  color: #4404bc;
  max-height: 30vh;
  width: 100%;
  overflow-y: scroll;
}

.modal .table-wrapper table.modal-table {
  width: 100%;
}

.modal .table-wrapper table.modal-table tr {
  margin: 1em 0;
  border-bottom: 1px solid #6c757d;
}

.modal .table-wrapper table.modal-table tbody tr td {
  line-height: 4em;
}

.modal .table-wrapper table.modal-table tbody tr td:first-child {
  font-weight: 600;
}

.eulas .card {
  border: none;
}

.eulas .md-card {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.eulas .md-card label {
  margin: 0;
  font-weight: 500;
  margin-left: 12px;
}

.eulas .md-card-header {
  display: flex;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  background-color: #fff;
  border: none;
  position: relative;
  padding-left: 3px!important;
}

.eulas .card-header {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  background-color: #fff;
  border: none;
  position: relative;
  padding: .25rem 1.25rem .25rem 2.1rem;
}

.eulas .card-header h2 {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  align-items: center;
  font-size: 1rem;
  flex-wrap: wrap;
}

.eulas .card-header h2 button {
  text-align: left;
  max-width: calc(100% - 2rem);
}

.eulas .card-header h2 label.error {
  order: 3;
  width: 100%;
  margin: 0;
  margin-left: 2rem;
}

.eulas .card-header .btn {
  color: #000;
  text-decoration: underline;
}

.eulas .card-header .decor {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-image: url("/dist/img/fb/Decor_blue.svg");
  background-size: contain;
  color: #fff;
  border: none;
}

.eulas .card-header .decor::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 15px;
  content: "";
}

.eulas .card-header .decor[aria-expanded=true]::after {
  content: "\f106";
}

.eulas .card-header .decor[aria-expanded=false]::after {
  content: "\f107";
}

.eulas .card-body {
  max-height: 75vh;
  overflow-y: auto;
  margin-left: .25rem;
  margin-right: .25rem;
}

.eulas .eula-info {
  background-color: #4404bc;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}

#loader-modal .modal-content {
  min-height: 40vh;
  display: flex;
  align-items: center;
}

.mp-modal-logo {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.mp-modal-logo img {
  max-width: 240px;
  width: 100%;
  min-height: 40px;
}

.mp-resetform-wrapper {
  width: 100%;
  padding: 80px 0 42px 0;
}

.mp-resetform-wrapper .mp-resetform-body {
  width: 80%;
  margin: 0 auto;
}

@media (max-width:575.98px) {
  .mp-resetform-wrapper .mp-resetform-body {
    width: calc(100% - 30px);
  }
}

.mp-resetform-wrapper .mp-resetform-back {
  position: absolute;
  top: 28px;
  left: 28px;
}

@media (max-width:575.98px) {
  .mp-resetform-wrapper .mp-resetform-back {
    top: 16px;
    left: 8px;
  }
}

.mp-resetform-wrapper .response-message {
  max-width: 370px;
  padding: 0 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mp-resetform-wrapper .short-footer {
  max-width: 340px;
}

.sk-circle {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -.1s;
}

@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.loader-grid-wrapper {
  grid-area: middleright;
  display: none;
}

.loader-grid-wrapper[style*="display: block"] {
  display: flex!important;
}

.fav-course-tile.with-progress .fav-course-info {
  flex-grow: 1;
}

.fav-course-tile.with-progress .fav-course-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.fav-course-tile.with-progress .progress-container-wrapper {
  padding: 20px 0 0;
}

.progress-container-wrapper {
  margin-top: auto;
  padding: 20px;
}

.progress-container {
  width: 100%;
  height: 5px;
  margin-top: 8px;
}

.progress {
  background: #e3d9f2;
  border-radius: 7px;
  height: 8px!important;
}

.progress-bar {
  background-color: #ff4f5f;
  border-radius: 4px;
}

.navbar-brand {
  margin-right: 2rem;
}

.mp-navbar-wrapper {
  padding: 1rem 0;
  height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

header {
  box-shadow: 0 0 8px rgba(0,0,0,.16);
  position: relative;
  z-index: 49;
}

header.itszkola {
  background-color: #fff;
}

@media (max-width:1199.98px) {
  header.itszkola {
    position: fixed;
    width: 100%;
  }
}

.mp-navbar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: rgba(0,0,0,.8);
  transition: z-index 0s .5s,width 0s .5s,opacity .5s ease-in-out;
}

.mp-navbar-backdrop.active {
  width: 100%;
  opacity: 1;
  transition: width 0s,z-index 0s,opacity .5s ease-in-out;
  z-index: 48;
}

.mp-navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mp-navbar ul li {
  display: inline;
}

.mp-navbar-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width:1199.98px) {
  .mp-navbar-nav {
    position: fixed;
    left: -300px;
    top: 76px;
    height: calc(100% - 76px);
    width: 300px;
    background-color: #fff;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    transition: .3s transform ease,0s position;
    overflow-y: auto;
  }

  .mp-navbar-nav.active {
    transform: translateX(300px);
  }
}

@media (max-width:767.98px) {
  .mp-navbar-nav {
    left: -100vw;
    width: 100vw;
  }

  .mp-navbar-nav.active {
    transform: translateX(100vw);
  }
}

@media (max-width:1199.98px) {
  .navbar-search-box {
    order: 1;
  }

  .navbar-search-box input {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 0!important;
  }
}

.mp-navbar-toggler {
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  display: none;
  padding: 0;
}

@media (max-width:1199.98px) {
  .mp-navbar-toggler {
    display: block;
  }
}

.mp-navbar-toggler .mp-navbar-burger {
  margin-right: 0;
}

.mp-navbar-toggler .mp-navbar-toggler-content {
  outline: 0;
  padding: .5rem 1rem;
}

.mp-navbar-header {
  margin-right: 20px;
}

.mp-navbar-header img {
  width: 128px;
  min-width: 128px;
}

@media (max-width:767.98px) {
  .mp-navbar-header img {
    min-width: 108px;
    width: 108px;
  }
}

@media (max-width:1199.98px) {
  .mp-navbar-header {
    margin-right: 0;
  }
}

.mp-navbar-submenu-toggler {
  border: none;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.mp-navbar-submenu-toggler img {
  margin-right: 14px;
}

.mp-navbar-submenu-toggler .mp-navbar-toggler-content {
  padding: .5rem 1rem;
}

.mp-navbar-submenu-toggler .mp-navbar-toggler-content:focus {
  outline: 0;
}

@media (max-width:1199.98px) {
  .mp-navbar-submenu-toggler {
    display: none;
  }
}

.mp-navbar-submenu2-toggler {
  color: #333;
}

.mp-navbar-submenu-mobile-toggler {
  display: none;
  border: none;
  background-color: transparent;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

@media (max-width:1199.98px) {
  .mp-navbar-submenu-mobile-toggler {
    margin-top: 10px;
    width: 100%;
    text-align: left;
    display: flex;
    font-size: 2rem;
  }

  .mp-navbar-submenu-mobile-toggler .mp-navbar-burger {
    display: none;
  }
}

.mp-navbar-submenu-mobile-toggler .mp-navbar-toggler-content {
  padding: 0!important;
}

.mp-navbar-submenu-mobile-toggler .mp-navbar-toggler-content:focus {
  outline: 0;
}

@media (max-width:1199.98px) {
  .mp-navbar-submenu-mobile-toggler .mp-navbar-toggler-content {
    width: 100%;
  }
}

.mp-navbar-links {
  display: flex;
  margin-right: 50px;
}

@media (max-width:1199.98px) {
  .mp-navbar-links {
    flex-direction: column;
    order: 3;
    width: 100%;
    margin: 0;
    margin-top: auto;
  }

  .mp-navbar-links.active {
    order: 1;
    position: relative;
    margin-top: 0;
  }
}

.mp-navbar-links .mp-nav-item {
  padding: .5rem 20px;
}

@media (max-width:1199.98px) {
  .mp-navbar-links .mp-nav-item {
    padding: 1rem 20px;
    border-bottom: .03125rem solid rgba(0,0,0,.1);
  }

  .mp-navbar-links .mp-nav-item:last-child {
    border-bottom: none;
  }
}

.mp-navbar-links .mp-nav-item .mp-nav-link {
  color: #333;
  text-decoration: none;
}

.mp-navbar-links .mp-nav-item.active .mp-nav-link {
  font-weight: 500;
}

.mp-navbar-submenu,
.mp-navbar-submenu2 {
  position: relative;
}

@media (max-width:1199.98px) {
  .mp-navbar-submenu,
  .mp-navbar-submenu2 {
    order: 3;
    display: flex!important;
    flex-direction: column;
    flex-shrink: 0;
  }

  .mp-navbar-submenu.inactive,
  .mp-navbar-submenu2.inactive {
    z-index: 998;
  }
}

@media (max-width:1199.98px) {
  .mp-navbar-submenu2 {
    order: unset;
  }

  .mp-navbar-links.active .mp-navbar-submenu2 {
    position: absolute;
    top: 0;
    z-index: 999;
  }
}

.mp-submenu,
.mp-submenu2 {
  position: absolute;
  left: -140px;
  display: none;
  margin-top: 18px;
  box-shadow: 0 0 8px rgba(0,0,0,.16);
  background-color: #fff;
  z-index: 9999;
  border-radius: 0 0 .625rem .625rem;
}

@media (max-width:1199.98px) {
  .mp-submenu,
  .mp-submenu2 {
    position: relative;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    display: block;
    height: 100%;
  }
}

.mp-submenu2::after,
.mp-submenu::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -10px;
  left: 0;
  height: 10px;
  width: 100%;
}

@media (max-width:1199.98px) {
  .mp-submenu2::after,
  .mp-submenu::after {
    display: none;
  }
}

.mp-submenu.active,
.mp-submenu2.active {
  display: flex;
  flex-direction: row;
}

.mp-submenu .mp-submenu-list,
.mp-submenu .mp-submenu-list2,
.mp-submenu2 .mp-submenu-list,
.mp-submenu2 .mp-submenu-list2 {
  display: flex;
  flex-direction: column;
  background: #f8f5fd;
  width: 240px;
  border-bottom-left-radius: .625rem;
  padding: 1.5rem 0 1.5rem .75rem;
  border-bottom: .03125rem solid rgba(0,0,0,.1);
}

.mp-submenu .mp-submenu-list .mp-submenu-link,
.mp-submenu .mp-submenu-list2 .mp-submenu-link,
.mp-submenu2 .mp-submenu-list .mp-submenu-link,
.mp-submenu2 .mp-submenu-list2 .mp-submenu-link {
  margin-top: auto;
}

@media (max-width:1199.98px) {
  .mp-submenu .mp-submenu-list .mp-submenu-link,
  .mp-submenu .mp-submenu-list2 .mp-submenu-link,
  .mp-submenu2 .mp-submenu-list .mp-submenu-link,
  .mp-submenu2 .mp-submenu-list2 .mp-submenu-link {
    margin-top: 0;
  }
}

.mp-submenu .mp-submenu-list .mp-btn-content img,
.mp-submenu .mp-submenu-list2 .mp-btn-content img,
.mp-submenu2 .mp-submenu-list .mp-btn-content img,
.mp-submenu2 .mp-submenu-list2 .mp-btn-content img {
  display: none;
}

@media (max-width:1199.98px) {
  .mp-submenu .mp-submenu-list,
  .mp-submenu .mp-submenu-list2,
  .mp-submenu2 .mp-submenu-list,
  .mp-submenu2 .mp-submenu-list2 {
    width: 300px;
    padding: 0;
    background-color: transparent;
    position: relative;
    height: 100%;
  }

  .mp-submenu .mp-submenu-list .mp-submenu-item,
  .mp-submenu .mp-submenu-list2 .mp-submenu-item,
  .mp-submenu2 .mp-submenu-list .mp-submenu-item,
  .mp-submenu2 .mp-submenu-list2 .mp-submenu-item {
    padding: 1rem 20px;
    margin-bottom: 0;
    border-bottom: .03125rem solid rgba(0,0,0,.1);
  }

  .mp-submenu .mp-submenu-list .mp-submenu-item .mp-btn-content,
  .mp-submenu .mp-submenu-list2 .mp-submenu-item .mp-btn-content,
  .mp-submenu2 .mp-submenu-list .mp-submenu-item .mp-btn-content,
  .mp-submenu2 .mp-submenu-list2 .mp-submenu-item .mp-btn-content {
    padding: 0;
    min-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .mp-submenu .mp-submenu-list .mp-submenu-item .mp-btn-content img,
  .mp-submenu .mp-submenu-list2 .mp-submenu-item .mp-btn-content img,
  .mp-submenu2 .mp-submenu-list .mp-submenu-item .mp-btn-content img,
  .mp-submenu2 .mp-submenu-list2 .mp-submenu-item .mp-btn-content img {
    display: block;
    margin-left: auto;
  }
}

@media (max-width:767.98px) {
  .mp-submenu .mp-submenu-list,
  .mp-submenu .mp-submenu-list2,
  .mp-submenu2 .mp-submenu-list,
  .mp-submenu2 .mp-submenu-list2 {
    width: 100vw;
  }
}

.mp-submenu .mp-submenu-item,
.mp-submenu2 .mp-submenu-item {
  margin-bottom: 6px;
}

.mp-submenu .mp-submenu-item h3,
.mp-submenu .mp-submenu-item p,
.mp-submenu2 .mp-submenu-item h3,
.mp-submenu2 .mp-submenu-item p {
  margin: 0;
}

.mp-submenu .mp-submenu-item.active,
.mp-submenu2 .mp-submenu-item.active {
  border-radius: 16px 0 0 16px;
  background-color: #fff;
}

@media (max-width:1199.98px) {
  .mp-submenu .mp-submenu-item.active,
  .mp-submenu2 .mp-submenu-item.active {
    border-radius: 0;
  }
}

@media (min-width:1200px) {
  .mp-submenu .mp-submenu-item.active .mp-submenu-btn,
  .mp-submenu2 .mp-submenu-item.active .mp-submenu-btn {
    color: #4404bc;
  }
}

.mp-submenu .mp-submenu-content,
.mp-submenu2 .mp-submenu-content {
  border-bottom-right-radius: .625rem;
  background: #fff;
}

@media (max-width:1199.98px) {
  .mp-submenu .mp-submenu-content,
  .mp-submenu2 .mp-submenu-content {
    position: fixed;
    top: 127px;
    left: 0;
    width: 0;
    height: calc(100% - 76px - 51px);
  }
}

.mp-submenu .mp-submenu-content .mp-submenu-content-list,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list {
  width: 440px;
  display: none;
  margin: 10px 12px;
  padding: 0 16px;
  min-height: unset!important;
}

@media (max-width:1199.98px) {
  .mp-submenu .mp-submenu-content .mp-submenu-content-list,
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list {
    width: 300px;
    height: calc(100% - 6px);
    position: absolute;
    left: -300px;
    top: 0;
    margin: 0;
    transition: position 0s,transform .3s ease;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 0;
  }

  .mp-submenu .mp-submenu-content .mp-submenu-content-list li a,
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list li a {
    transform: scale(1)!important;
    margin: 0!important;
    padding: 1rem 16px!important;
    border-bottom: .03125rem solid rgba(0,0,0,.1);
  }
}

@media (max-width:767.98px) {
  .mp-submenu .mp-submenu-content .mp-submenu-content-list,
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list {
    width: 100vw;
    left: -100vw;
  }
}

.mp-submenu .mp-submenu-content .mp-submenu-content-list.active,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list.active {
  display: block;
}

@media (max-width:1199.98px) {
  .mp-submenu .mp-submenu-content .mp-submenu-content-list.selected,
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list.selected {
    transform: translateX(300px);
    transition: position 0s,transform .3s ease;
  }
}

@media (max-width:767.98px) {
  .mp-submenu .mp-submenu-content .mp-submenu-content-list.selected,
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list.selected {
    transform: translateX(100vw);
  }
}

.mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: .625rem;
  background: #fff;
  padding: .9375rem .75rem .9375rem .5rem;
  margin: .75rem 0;
  transition: .4s;
  transform: scale(.98);
  color: #333;
}

@media (max-width:1199.98px) {
  .mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item,
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item {
    padding: 0;
    margin: 1.25rem 0;
    border-radius: 0;
  }
}

.mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:focus,
.mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:hover,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:focus,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:hover {
  color: #333;
  text-decoration: none;
}

.mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:hover,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:hover {
  cursor: pointer;
  transform: perspective(.0625rem) translateZ(0) scale(1);
  box-shadow: 0 0 1.25rem rgba(71,0,168,.149);
}

@media (max-width:1199.98px) {
  .mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:hover,
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:hover {
    transform: none;
    box-shadow: none;
  }
}

.mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-icon,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-desc,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

.mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-courses,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-courses {
  display: inline-block;
  min-width: 75px;
  text-align: center;
  padding: .5rem .75rem;
  background: #f8f5fd;
  font-size: .875rem;
  border-radius: 10rem;
}

.mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-courses img,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-courses img {
  display: none;
}

@media (max-width:1199.98px) {
  .mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-courses,
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-courses {
    background: 0 0;
  }

  .mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-courses span,
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-courses span {
    display: none;
  }

  .mp-submenu .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-courses img,
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-courses img {
    margin-left: auto;
    display: block;
  }
}

.mp-submenu2 {
  left: 0;
  z-index: 0;
}

.mp-submenu2.active .mp-submenu-content-list {
  display: block;
}

.mp-submenu2 .mp-submenu-list2 {
  border-bottom-right-radius: .625rem;
  background: #fff;
}

.mp-submenu2 .mp-link-secondary {
  color: #333;
  text-decoration: none;
}

@media (max-width:1199.98px) {
  .mp-submenu2 .mp-submenu-content {
    top: 96px;
  }
}

.mp-submenu2 .mp-submenu-content .mp-submenu-content-list {
  width: auto;
  transition: none;
}

@media (max-width:1199.98px) {
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list {
    width: 300px;
  }
}

@media (max-width:767.98px) {
  .mp-submenu2 .mp-submenu-content .mp-submenu-content-list {
    width: 100vw;
  }
}

.mp-submenu2 .mp-submenu-content .mp-submenu-content-list {
  margin: 0;
  padding: 0;
}

.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item {
  padding: .5rem 1rem .5rem .75rem;
  margin: 0;
  transform: none;
  color: #333;
}

.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:focus,
.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:hover {
  color: #4404bc;
  text-decoration: none;
}

.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item:hover {
  cursor: pointer;
  transform: none;
  box-shadow: none;
}

.mp-submenu2 .mp-submenu-content .mp-submenu-content-list .mp-submenu-content-item .mp-submenu-content-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

.mp-submenu-btn {
  padding: 0;
  background: 0 0;
  border: none;
  width: calc(100% - .125rem);
  text-align: left;
  display: block;
}

.mp-submenu-btn div {
  padding: .5rem 1rem .5rem .75rem;
}

@media (min-width:1200px) {
  .mp-submenu-btn:hover {
    color: #4404bc;
  }
}

.mp-submenu-link {
  width: calc(100% - .125rem);
  text-align: left;
  display: block;
  padding: .5rem 1rem .5rem .75rem;
}

@media (max-width:1199.98px) {
  .mp-submenu-link {
    padding: 1rem 20px;
  }
}

.mp-selected-link {
  display: none;
}

@media (max-width:1199.98px) {
  .mp-selected-link {
    padding: 1rem 20px;
    width: calc(100% - .125rem);
    text-align: left;
    display: block;
    margin-top: auto;
  }
}

.navbar-search-box {
  position: relative;
  width: 300px;
}

.navbar-search-box .mp-search-box {
  border-radius: 30px;
  padding-right: 50px;
  padding-left: 16px;
  background: #f8f5fd 0 0 no-repeat padding-box;
  transition: background-color .2s;
  border: 0;
}

.navbar-search-box .mp-search-box-btn {
  position: absolute;
  padding: 5px 10px;
  right: 10px;
  top: 50%;
  background-color: transparent;
  border: none;
  transform: translateY(-50%);
}

@media (max-width:767.98px) {
  .navbar-search-box {
    width: 100vw;
  }
}

@media (min-width:1200px) {
  .navbar-search-box {
    width: 200px;
  }
}

.mp-navbar-burger {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: .75rem;
  margin-right: 10px;
}

.mp-navbar-burger.active .mp-navbar-burger-line {
  transform: translate3d(0,.3125rem,0) rotate(45deg);
}

.mp-navbar-burger.active .mp-navbar-burger-line::before {
  transform: rotate(-45deg) translate3d(.17857rem,-.1875rem,0);
  opacity: 0;
}

.mp-navbar-burger.active .mp-navbar-burger-line::after {
  transform: translate3d(0,-.625rem,0) rotate(-90deg);
}

.mp-navbar-burger.active .mp-navbar-arrow {
  transform: rotate(-135deg);
}

.mp-navbar-burger .mp-navbar-burger-line {
  position: absolute;
  width: 1.25rem;
  height: .125rem;
  transition: transform .15s ease;
  border-radius: .25rem;
  background-color: #333;
}

.mp-navbar-burger .mp-navbar-burger-line::after,
.mp-navbar-burger .mp-navbar-burger-line::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: .125rem;
  left: 0;
  transition: transform .15s ease;
  border-radius: .25rem;
  background-color: #333;
}

.mp-navbar-burger .mp-navbar-burger-line::after {
  bottom: -.3125rem;
  top: .625rem;
}

.mp-navbar-burger .mp-navbar-burger-line::before {
  transition: transform .15s ease;
  top: .3125rem;
}

.mp-navbar-burger .mp-navbar-arrow {
  border: solid #333;
  border-width: 0 .125rem .125rem 0;
  display: inline-block;
  padding: .25rem;
  margin-bottom: 3px;
  transform: rotate(45deg);
  transition: transform .15s ease;
}

.mp-btn {
  border: none;
  background: 0 0;
}

.mp-btn-content:focus {
  outline: 0;
}

.mobile-menu-active {
  overflow: hidden;
  min-height: -webkit-fill-available;
}

.mp-mobile-toggler {
  position: relative;
}

.mp-mobile-toggler img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  transition: .2s all ease;
}

.mp-navbar-dropdown-burger2 {
  margin-right: 0;
  margin-left: 3px;
}

#mp-navbar-submenu-mobile-toggler {
  width: 6.25rem;
  background: 0 0;
  border: none;
  padding: 0;
  font-size: 2.125rem;
  text-align: left;
  font-weight: 500;
  transition: transform .2s;
  outline: 0!important;
  margin-top: 1rem;
  margin-left: 1.1875rem;
}

#mp-navbar-submenu-mobile-toggler.active {
  transform: perspective(.0625rem) translate3d(-1rem,-1rem,0) scale(.5);
}

#mp-navbar-submenu-mobile-toggler.active img {
  transform: rotate(-180deg) translate(-8px,50%) scale(1.5);
}

#mp-navbar-submenu2-mobile-toggler {
  background: 0 0;
  border: none;
  padding: 0;
  text-align: left;
  transition: transform .2s;
  outline: 0!important;
  margin-top: 1rem;
  margin-left: 1.1875rem;
}

#mp-navbar-submenu2-mobile-toggler.active {
  transform: perspective(.0625rem) translate3d(-1rem,-1rem,0) scale(.5);
}

#mp-navbar-submenu2-mobile-toggler.active img {
  transform: rotate(-180deg) translate(-8px,50%) scale(1.5);
}

#mp-navbar-submenu2-mobile-toggler {
  display: none;
}

@media (max-width:1199.98px) {
  #mp-navbar-submenu2-mobile-toggler {
    display: flex;
  }
}

@media (max-width:1199.98px) {
  .mp-course-group,
  .mp-resources {
    position: relative;
    top: 0;
    text-align: left;
    left: 0;
    transition: .2s all ease,0s z-index;
  }

  .mp-course-group.active,
  .mp-resources.active {
    position: absolute;
    left: 16px;
    z-index: 9999;
    font-size: 1.35rem;
    transform: perspective(.0625rem) translate3d(0,-30px,0) scale(1);
  }
}

@media (max-width:1199.98px) {
  #resources-list.active {
    padding-left: 0;
  }
}

.mp-resources {
  display: none;
}

@media (max-width:1199.98px) {
  .mp-resources {
    display: block;
  }

  #resources-list .mp-resources .mp-icon-front {
    display: block;
  }

  #resources-list .mp-resources .mp-icon-back {
    display: none;
    margin-left: 0;
  }

  #resources-list.active .mp-resources {
    cursor: pointer;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 0;
    text-align: left;
    font-weight: 500;
    outline: 0!important;
    margin-top: 1rem;
    justify-content: flex-start;
  }

  #resources-list.active .mp-resources span {
    transform: translate3d(1.5rem,-.725em,0);
  }

  #resources-list.active .mp-resources .mp-icon-front {
    display: none;
  }

  #resources-list.active .mp-resources .mp-icon-back {
    display: block;
    transform: rotate(-180deg) translate(-1rem,50%);
  }
}

.header-avatar,
.mp-headerlogin-avatar {
  position: relative;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

.header-avatar::after,
.mp-headerlogin-avatar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f5fd;
  border-radius: 50%;
  z-index: 2;
}

.header-avatar .avatar-btn-content,
.mp-headerlogin-avatar .avatar-btn-content {
  width: inherit;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-avatar .avatar-btn-content:focus,
.mp-headerlogin-avatar .avatar-btn-content:focus {
  outline: 0;
}

.header-avatar img,
.mp-headerlogin-avatar img {
  position: relative;
  z-index: 3;
  width: 46px;
  height: 46px;
}

.header-avatar .header-dropdown,
.header-avatar .mp-headerlogin-dropdown,
.mp-headerlogin-avatar .header-dropdown,
.mp-headerlogin-avatar .mp-headerlogin-dropdown {
  background-color: #fff;
  position: absolute;
  top: 60px;
  width: 240px;
  right: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 8px rgba(0,0,0,.16);
  border-radius: 0 0 .625rem .625rem;
  display: none;
}

.header-avatar .header-dropdown.active,
.header-avatar .mp-headerlogin-dropdown.active,
.mp-headerlogin-avatar .header-dropdown.active,
.mp-headerlogin-avatar .mp-headerlogin-dropdown.active {
  display: flex;
}

.header-avatar .header-dropdown::after,
.header-avatar .mp-headerlogin-dropdown::after,
.mp-headerlogin-avatar .header-dropdown::after,
.mp-headerlogin-avatar .mp-headerlogin-dropdown::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  height: 8px;
  width: 100%;
  background-color: #fff;
}

.header-avatar .header-dropdown a,
.header-avatar .mp-headerlogin-dropdown a,
.mp-headerlogin-avatar .header-dropdown a,
.mp-headerlogin-avatar .mp-headerlogin-dropdown a {
  color: #333;
  padding: 12px 16px;
  border-bottom: .03125rem solid rgba(0,0,0,.1);
}

.header-avatar .header-dropdown a:focus,
.header-avatar .header-dropdown a:hover,
.header-avatar .mp-headerlogin-dropdown a:focus,
.header-avatar .mp-headerlogin-dropdown a:hover,
.mp-headerlogin-avatar .header-dropdown a:focus,
.mp-headerlogin-avatar .header-dropdown a:hover,
.mp-headerlogin-avatar .mp-headerlogin-dropdown a:focus,
.mp-headerlogin-avatar .mp-headerlogin-dropdown a:hover {
  text-decoration: none;
  background-color: #f8f5fd;
}

.header-avatar .header-dropdown a:first-child,
.header-avatar .mp-headerlogin-dropdown a:first-child,
.mp-headerlogin-avatar .header-dropdown a:first-child,
.mp-headerlogin-avatar .mp-headerlogin-dropdown a:first-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.header-avatar .header-dropdown a:last-child,
.header-avatar .mp-headerlogin-dropdown a:last-child,
.mp-headerlogin-avatar .header-dropdown a:last-child,
.mp-headerlogin-avatar .mp-headerlogin-dropdown a:last-child {
  border-bottom: none;
  border-bottom-left-radius: .625rem;
  border-bottom-right-radius: .625rem;
}

.mp-nav-otherlinks {
  display: none;
  margin: 0;
  color: #6e6e6e;
  font-size: 14px;
  padding: 12px 20px;
  border-bottom: .03125rem solid rgba(0,0,0,.1);
}

@media (max-width:1199.98px) {
  .mp-nav-otherlinks {
    display: block;
  }
}

@media (max-width:1199.98px) {
  .mp-navbar-log {
    margin-left: auto;
  }
}

.mp-homepage-banner {
  background-color: #fff;
  position: relative;
  max-height: 750px;
  margin-bottom: 100px;
}

@media (max-width:991.98px) {
  .mp-homepage-banner {
    max-height: 580px;
  }
}

.mp-homepage-banner-background,
.mp-homepage-banner-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mp-homepage-banner-gradient {
  background: transparent linear-gradient(181deg,rgba(68,4,188,.788) 0,#4404bc 100%) 0 0 no-repeat padding-box;
  z-index: 3;
}

.mp-homepage-banner-background {
  background-image: url("/dist/img/ose/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.mp-homepage-banner-content {
  position: relative;
  z-index: 4;
  overflow: hidden;
}

.mp-homepage-banner-content h1,
.mp-homepage-banner-content p {
  color: #fff;
}

.mp-homepage-banner-text {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 500px;
}

@media (max-width:991.98px) {
  .mp-homepage-banner-text {
    height: 360px;
  }
}

.mp-homepage-banner-title {
  font-size: 60px;
}

@media (max-width:991.98px) {
  .mp-homepage-banner-title {
    font-size: 1.75rem;
  }
}

.mp-homepage-banner-desc {
  font-size: 28px;
  font-weight: 600;
  font-size: 1.3em;
  font-family: Montserrat,sans-serif;
  font-weight: 400;
}

@media (max-width:991.98px) {
  .mp-homepage-banner-desc {
    font-size: 1.25rem;
  }
}

.mp-homepage-banner-button {
  margin-top: 30px;
}

.mp-homepage-banner-courses .swiper-container {
  padding: 3rem 3.125rem;
  margin: 0 -3.125rem;
}

.mp-homepage-banner-courses .mp-homepage-banner-course .mp-homepage-banner-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px;
  min-height: 296px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  transform: scale(.98);
  transition: all .3s ease;
  box-shadow: 0 0 .75rem rgba(71,0,168,.15);
}

.mp-homepage-banner-courses .mp-homepage-banner-course .mp-homepage-banner-tile:hover {
  transform: perspective(.0625rem) scale(1.06);
  box-shadow: 0 .7rem 1.875rem rgba(71,0,168,.2);
  text-decoration: none;
  color: #fff;
}

.mp-homepage-banner-courses .mp-homepage-banner-course .mp-homepage-banner-tile:focus {
  text-decoration: none;
}

.mp-tile-amount p {
  display: inline-block;
  background: rgba(29,38,54,.149);
  border-radius: 16px;
  padding: 6px 12px;
}

.mp-tile-title h2 {
  margin: 0;
  color: #fff;
  text-decoration: none!important;
}

@media (max-width:575.98px) {
  .mp-tile-title h2 {
    font-size: 1.2rem;
  }
}

@media (max-width:767.98px) {
  .mp-homepage-news {
    margin-bottom: 30px;
  }
}

.homepage-news-tile {
  background-color: #f8f5fd;
  border-radius: .625rem;
  height: 100%;
  display: block;
  color: #333;
  transition: .3s all ease;
}

.homepage-news-tile:focus,
.homepage-news-tile:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 0 1.25rem rgba(71,0,168,.15);
}

.homepage-news-tile iframe,
.homepage-news-tile img {
  display: none;
}

.homepage-news-tile .homepage-news-date {
  font-size: 14px;
}

.homepage-news-tile .homepage-news-image {
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .625rem;
}

.homepage-news-tile .homepage-news-content {
  padding: 20px 20px 30px 20px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width:767.98px) {
  .homepage-news-tile .homepage-news-content {
    height: auto;
  }
}

.homepage-news-tile .homepage-news-content .homepage-news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}

.homepage-news-tile .homepage-news-content .homepage-news-title a {
  color: #333;
}

.homepage-news-tile .homepage-news-content .homepage-news-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.homepage-news-tile .homepage-news-content .homepage-news-text * {
  display: none;
}

.homepage-news-tile .homepage-news-content .homepage-news-text p:first-child {
  margin: 0;
  overflow: hidden;
  display: block;
}

.mp-swiper-courses-wrapper .swiper-container {
  padding: 1rem 1.125rem;
  margin: 0 -1.125rem;
}

.mp-swiper-courses {
  padding-bottom: 20px;
}

.fav-slide,
.user-certificates-list .user-certificates-tile {
  background-color: #f8f5fd;
  border-radius: .625rem;
  color: #333;
  transition: .4s ease box-shadow;
  height: auto;
}

.fav-slide:hover,
.user-certificates-list .user-certificates-tile:hover {
  text-decoration: none;
  box-shadow: 0 0 .9rem rgba(71,0,168,.15);
}

.fav-slide.fav-course-tile,
.user-certificates-list .fav-course-tile.user-certificates-tile {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.fav-slide .fav-course-image,
.user-certificates-list .user-certificates-tile .fav-course-image {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: .625rem;
}

.fav-slide .fav-course-image::after,
.user-certificates-list .user-certificates-tile .fav-course-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(120deg,#4404bc,#4700a8);
  opacity: .45;
  border-radius: .625rem;
}

.fav-slide .fav-course-content,
.user-certificates-list .user-certificates-tile .fav-course-content {
  padding: 20px;
  overflow-wrap: break-word;
}

.fav-slide .fav-course-content .fav-course-title,
.user-certificates-list .user-certificates-tile .fav-course-content .fav-course-title {
  color: #333;
  margin-bottom: 6px;
}

.fav-slide .fav-course-content .fav-course-category,
.user-certificates-list .user-certificates-tile .fav-course-content .fav-course-category {
  margin-bottom: 6px;
}

.fav-slide .fav-course-content .fav-course-category,
.fav-slide .fav-course-content .fav-course-users,
.user-certificates-list .user-certificates-tile .fav-course-content .fav-course-category,
.user-certificates-list .user-certificates-tile .fav-course-content .fav-course-users {
  font-size: 14px;
  color: #6e6e6e;
}

.fav-slide .fav-course-content .fav-course-users,
.user-certificates-list .user-certificates-tile .fav-course-content .fav-course-users {
  margin-bottom: 20px;
}

.fav-slide .fav-course-content .fav-course-desc,
.user-certificates-list .user-certificates-tile .fav-course-content .fav-course-desc {
  margin-bottom: 0;
}

.fav-slide .fav-course-content .fav-course-desc p,
.user-certificates-list .user-certificates-tile .fav-course-content .fav-course-desc p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-homepage-categories-wrapper {
  padding: 0 24px 50px 24px!important;
  overflow: hidden;
  position: relative;
}

.mp-homepage-categories-wrapper .swiper-container {
  padding: 2.5rem 3.125rem;
  margin: 0 -3.125rem;
}

.mp-homepage-categories-slider {
  padding-top: 20px;
}

.mp-homepage-categories-slider .swiper-wrapper {
  height: auto;
}

.mp-category-tile {
  border-radius: .625rem;
  background: #fff;
  padding: 1.5625rem 1.25rem;
  transition: all .3s ease,width 0s,margin 0s;
  transform: scale(1);
  color: #333;
  display: flex;
  flex-direction: column;
  height: auto;
}

.mp-category-tile:hover {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  box-shadow: 0 0 1.25rem rgba(71,0,168,.149);
  transform: perspective(.0625rem) scale(1.04);
  transition: .4s transform ease-in-out;
}

.mp-category-tile .mp-category-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-wrap: anywhere;
}

.mp-category-tile .mp-category-content .mp-category-image {
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}

.mp-category-tile .mp-category-content .mp-category-amount {
  display: inline-block;
  background: rgba(29,38,54,.149);
  border-radius: 16px;
  padding: 6px 12px;
  font-size: 14px;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.mp-section-categories {
  margin-bottom: 0!important;
}

@supports (-ms-ime-align:auto) {
  .md-for-who-container {
    background-color: #eca4a8;
  }
}

.md-for-who-wrapper {
  height: auto;
}

@media (min-width:992px) {
  .md-for-who-wrapper {
    height: 100vh;
  }
}

.md-for-who-background-container {
  height: 75vh;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  clip-path: circle(100% at center center);
}

@media (min-width:992px) {
  .md-for-who-background-container {
    height: 100vh;
  }
}

.md-for-who-background-xl-wrap {
  width: 100%;
}

@media screen and (min-width:1921px) {
  .md-for-who-background-xl-wrap {
    background-color: #eca4a8;
  }
}

.md-for-who-background {
  background: url("/dist/img/ose/homepage/forwho.jpg");
  background-size: cover;
  background-position: 55% center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

@media (min-width:992px) {
  .md-for-who-background {
    background-position: 60% center;
  }
}

.md-for-who-text {
  padding: 0 15px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  opacity: 1;
  margin: 1vh 0 8vh 0;
}

.md-for-who-text>div {
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}

.md-for-who-text>div:first-of-type {
  margin-bottom: 24px;
}

@media (min-width:992px) {
  .md-for-who-text {
    flex-direction: row;
    position: absolute;
    justify-content: space-between;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    margin: 0;
  }

  .md-for-who-text>div {
    text-align: left;
    margin: initial;
  }
}

.md-how-to-start {
  background: linear-gradient(111deg,#4404bc 0,#4700a8 100%);
  color: #fff;
  overflow: hidden;
}

@media (min-width:992px) {
  .md-how-to-start {
    max-height: 820px;
  }
}

.md-how-to-start-left {
  padding: 90px 0 80px;
}

.md-how-to-start-left h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 24px;
}

.md-how-to-start-left>p {
  margin-bottom: 48px;
}

.md-how-to-start-features-list {
  margin-bottom: 54px;
}

.md-how-to-start-feature {
  display: flex;
}

.md-how-to-start-feature h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: .36px;
}

.md-how-to-start-feature-icon {
  margin-right: 34px;
}

.md-how-to-start-btn {
  padding: 13px 0;
  border-radius: 28px;
  font-weight: 500;
  width: 100%;
}

@media (min-width:576px) {
  .md-how-to-start-btn {
    margin-left: 74px;
    max-width: 240px;
  }
}

.md-how-to-start-right {
  display: flex;
  justify-content: flex-end;
  max-height: 85vh;
}

@media (min-width:992px) {
  .md-how-to-start-right {
    justify-content: space-between;
  }
}

.md-how-to-start-right-lcol,
.md-how-to-start-right-rcol {
  display: flex;
  flex-direction: column;
}

.md-how-to-start-right-lcol img,
.md-how-to-start-right-rcol img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 3px 20px rgba(0,0,0,.161);
}

.md-how-to-start-right-lcol {
  display: none;
  transform: translateY(-500px);
  max-width: 170px;
  margin-right: 30px;
}

.md-how-to-start-right-lcol .img-container {
  margin-bottom: 30px;
}

@media (min-width:992px) {
  .md-how-to-start-right-lcol {
    display: block;
  }
}

.md-how-to-start-right-rcol {
  display: none;
  max-width: 252px;
  transform: translateY(-400px);
}

.md-how-to-start-right-rcol .img-container {
  margin-bottom: 30px;
}

@media (min-width:768px) {
  .md-how-to-start-right-rcol {
    display: block;
  }
}

.footer-header-wrapper {
  position: relative;
  background-image: url("/dist/img/ose/footerbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-header-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-270deg,#4404bc 0,rgba(68,4,188,.439) 100%);
  height: 100%;
  width: 100%;
}

.footer-header-wrapper .content-wrapper {
  position: relative;
}

.footer-header-wrapper .content-wrapper a {
  display: inline-block;
}

.footer-header-wrapper .footer-header {
  font-size: 48px;
}

.footer-header-wrapper p {
  margin-bottom: 2rem;
}

footer {
  background: linear-gradient(100deg,#4711a8 0,#4711a8 100%);
  color: #fff;
}

footer .footer-content {
  padding-top: 2.9375rem;
  padding-bottom: 1.9375rem;
}

footer .footer-content h3 {
  margin-bottom: 20px;
}

footer .footer-content ul {
  margin-bottom: 6px;
  list-style: none;
  padding: 0;
}

footer .footer-content ul li a {
  color: #fff;
}

.footer-socialmedia {
  display: flex;
  justify-content: space-between;
}

@media (max-width:991.98px) {
  .footer-socialmedia {
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media (max-width:767.98px) {
  .footer-socialmedia {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-desktop-links {
  overflow-wrap: anywhere;
}

@media (max-width:767.98px) {
  .footer-desktop-links {
    display: none;
  }
}

.footer-middle-section {
  background-color: #fff;
  min-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width:576px) {
  .footer-middle-section {
    display: none;
  }
}

.footer-middle-section .footer-middle-ose img {
  max-height: 38px;
}

.footer-middle-section .footer-middle-ose p {
  display: none;
  margin: 0;
  line-height: 1;
}

@media (max-width:575.98px) {
  .footer-middle-section .footer-middle-ose p {
    color: #333;
  }
}

@media (max-width:767.98px) {
  .footer-middle-section .footer-middle-ose {
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-middle-section .footer-middle-ose p {
    display: inline;
  }
}

.footer-middle-section .footer-middle-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-middle-section .footer-middle-logos .footer-middle-logos-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width:767.98px) {
  .footer-middle-section .footer-middle-logos .footer-middle-logos-row {
    width: 100%;
    padding: 15px 0;
    justify-content: space-between;
  }
}

.footer-middle-section .footer-middle-logos .footer-middle-logos-row img {
  max-width: 90px;
}

@media (max-width:767.98px) {
  .footer-middle-section .footer-middle-logos .footer-middle-logos-row img {
    padding: 0;
  }
}

@media (max-width:767.98px) {
  .footer-middle-section .footer-middle-logos {
    width: 100%;
  }
}

.footer-patrons-section {
  background-color: #f8f5fd;
  color: #333;
  height: 60px;
}

@media (max-width:575.98px) {
  .footer-patrons-section {
    background-color: #fff;
  }
}

.footer-patrons-section .content-wrapper {
  height: 100%;
}

.footer-patrons-section .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-patrons-section .footer-bottom p {
  margin: 0;
}

@media (max-width:575.98px) {
  .footer-patrons-section .footer-bottom p {
    display: none;
  }
}

.footer-patrons-section .footer-bottom .footer-bottom-patrons {
  display: none;
}

@media (max-width:575.98px) {
  .footer-patrons-section .footer-bottom .footer-bottom-patrons {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

.footer-patrons-section .footer-bottom .footer-bottom-patrons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-patrons-section .footer-bottom .footer-bottom-patrons .footer-bottom-logo {
  padding: 0 20px;
}

@media (max-width:575.98px) {
  .footer-patrons-section .footer-bottom .footer-bottom-patrons .footer-bottom-logo {
    padding: 0;
  }
}

.footer-wrapper {
  margin-top: auto;
}

.footer-wrapper .mb-accordion {
  display: none;
  margin-top: 40px;
}

@media (max-width:767.98px) {
  .footer-wrapper .mb-accordion {
    display: block;
  }
}

.footer-wrapper .mb-accordion .extra-link {
  margin-top: 20px;
  padding-left: 17px;
}

.footer-wrapper .mb-accordion .card,
.footer-wrapper .mb-accordion .card-header {
  color: #fff;
  background: 0 0;
  border-radius: 0;
}

.footer-wrapper .mb-accordion .card-header {
  cursor: pointer;
  box-shadow: none;
  margin: 5px;
  margin-bottom: 0;
  margin-top: 4px;
  padding-bottom: calc(.25rem + 4px);
  padding-left: 0;
  border-bottom: .0625rem solid rgba(248,245,253,.45)!important;
}

.footer-wrapper .mb-accordion .mp-card-title {
  text-decoration: none;
  font-weight: 600;
}

.footer-wrapper .mb-accordion button {
  color: #fff!important;
  text-decoration: none!important;
}

.footer-wrapper .mb-accordion .decor {
  padding: 0;
  height: 100%;
  background: 0 0;
}

.footer-wrapper .mb-accordion .decor::after {
  display: none;
}

.footer-wrapper .mb-accordion .decor[aria-expanded=true] .btn-content img {
  transform-origin: center center;
  transform: rotate(180deg);
}

.footer-wrapper .mb-accordion .decor .btn-content {
  width: inherit;
  height: inherit;
  margin-bottom: 3px;
  padding: 1px 6px;
  position: relative;
}

.footer-wrapper .mb-accordion .decor .btn-content img {
  display: block;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  position: absolute;
  transform: rotate(0);
  transition: all .3s ease;
}

.footer-wrapper .mb-accordion .decor .btn-content:focus {
  outline: 0;
}

.footer-wrapper .mb-accordion .card-body ul {
  margin: 0;
}

.ose-lektury-logo {
  margin: 0 5px;
}

.ose-inspiracje-logo {
  margin: 0 10px;
}

.ose-wyzwanie-logo {
  margin: 0 12px;
}

@media (max-width:767.98px) {
  .ose-inspiracje-logo,
  .ose-lektury-logo,
  .ose-wyzwanie-logo {
    margin: 0;
    padding: 0!important;
  }
}

.footer-logo-ose img {
  max-height: 38px;
}

@media (max-width:575.98px) {
  .footer-logo-ose {
    display: none!important;
  }
}

.footer-middle-patrons-section {
  background-color: #fff;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

@media (max-width:575.98px) {
  .footer-middle-patrons-section {
    display: none;
  }
}

.footer-middle-patrons {
  display: flex;
  justify-content: center;
}

.footer-logo-middle {
  padding: 0 20px;
  width: 240px;
}

@media (max-width:767.98px) {
  .footer-logo-middle {
    padding: 0;
  }
}

.gov-cyfryzacja-logo {
  margin-left: -77px;
}

.footer-smaller-logo img {
  max-width: 144px;
  width: 100%;
}

.coursepage-banner-wrapper {
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.coursepage-banner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,#4404bc,#4700a8);
  opacity: .5;
  z-index: 2;
}

.coursepage-banner-wrapper .coursepage-banner {
  min-height: 700px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

@media (max-width:575.98px) {
  .coursepage-banner-wrapper .coursepage-banner {
    min-height: unset;
  }
}

.coursepage-banner-wrapper .coursepage-header {
  padding: 50px 0;
  max-width: 700px;
}

.coursepage-banner-wrapper .coursepage-header .coursepage-category {
  margin-bottom: .5rem;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.coursepage-banner-wrapper .coursepage-header .coursepage-title {
  font-size: 34px;
  overflow-wrap: anywhere;
}

.coursepage-banner-wrapper .coursepage-header .coursepage-group {
  margin-bottom: 30px;
}

.coursepage-banner-wrapper .coursepage-header .coursepage-desc {
  margin-bottom: 30px;
  overflow-wrap: anywhere;
}

.coursepage-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (max-width:1199.98px) {
  .coursepage-content-wrapper {
    flex-direction: column;
  }
}

.coursepage-content-wrapper .coursepage-description {
  width: 75%;
  max-width: 75%;
  overflow-wrap: anywhere;
}

.coursepage-content-wrapper .coursepage-description h2 {
  margin-bottom: 24px;
}

.coursepage-content-wrapper .coursepage-description .mp-section-header {
  margin: 0;
}

@media (max-width:1199.98px) {
  .coursepage-content-wrapper .coursepage-description {
    max-width: 100%;
    width: 100%;
    order: 2;
  }
}

.coursepage-content-wrapper .coursepage-minor {
  width: 25%;
  max-width: 25%;
  position: relative;
  padding-left: 15px;
}

@media (max-width:1199.98px) {
  .coursepage-content-wrapper .coursepage-minor {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    order: 1;
    margin-bottom: 0;
  }
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating {
  position: sticky;
  top: 1.875rem;
  padding: 1.5rem;
  border-radius: .625rem;
  background-color: #f8f5fd;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .row .item:last-child .coursepage-floating-desc {
  margin-bottom: 0;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-header {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-title {
  font-size: 1.125rem;
  margin-bottom: .75rem;
  overflow-wrap: anywhere;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-groups {
  line-height: 1.2;
  margin-bottom: 0;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .itszkola-secondary-btn {
  width: 100%;
}

@media (max-width:1199.98px) {
  .coursepage-content-wrapper .coursepage-minor .coursepage-floating .itszkola-secondary-btn {
    width: auto;
  }
}

@media (max-width:767.98px) {
  .coursepage-content-wrapper .coursepage-minor .coursepage-floating .itszkola-secondary-btn {
    width: 100%;
  }
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-desc {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 1.5rem;
  align-items: center;
  overflow-wrap: anywhere;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-desc .course-material-download {
  color: #333;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-desc .course-material-download:focus,
.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-desc .course-material-download:hover {
  color: #333;
  text-decoration: none;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-desc p {
  margin: 0;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .course-material {
  color: #333;
  text-decoration: none;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .course-material:focus,
.coursepage-content-wrapper .coursepage-minor .coursepage-floating .course-material:hover {
  color: #333;
  text-decoration: none;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-image {
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-icon {
  width: 40px;
  height: 40px;
}

.coursepage-content-wrapper .coursepage-minor .coursepage-floating .coursepage-floating-icon.small {
  width: 28px;
  height: 28px;
}

.coursepage-learn ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.coursepage-learn ul li {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 15px;
  min-height: 40px;
}

@media (max-width:767.98px) {
  .coursepage-learn ul li {
    width: 100%;
    padding-right: 0;
  }
}

.coursepage-learn ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background: url("/dist/img/ose/icons/check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 30px;
}

.coursepage-program ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.coursepage-program .coursepage-program-el .coursepage-program-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #f8f5fd;
  border-radius: .625rem;
  padding: 1rem 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.coursepage-program .coursepage-program-el h4,
.coursepage-program .coursepage-program-el p {
  vertical-align: middle;
  margin: 0;
  line-height: 1.5;
}

.coursepage-program .coursepage-program-el p {
  width: 40px;
  order: 1;
}

.coursepage-program .coursepage-program-el h4 {
  flex-grow: 1;
  order: 2;
}

.coursepage-program .coursepage-program-el .coursepage-program-number {
  flex-shrink: 0;
  background-color: #ffe5e7;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  color: #ff4f5f;
  position: relative;
  margin-right: 1rem;
  line-height: 40px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.coursepage-program .coursepage-program-el ul {
  padding: 0 1.5rem;
  margin-bottom: 20px;
}

.coursepage-program .coursepage-program-el ul li {
  position: relative;
  padding-left: 30px;
}

.coursepage-program .coursepage-program-el ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 10px;
  height: 10px;
  background: no-repeat center url("/dist/img/ose/icons/ellipse.svg");
}

.cert-item {
  display: flex;
  margin-bottom: 30px;
}

.cert-todo {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.cert-todo .cert-todo-image {
  width: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cert-todo .cert-todo-desc {
  width: calc(100% - 30px);
  margin-bottom: 0;
  padding-left: 12px;
}

.cert-todo .cert-todo-desc a {
  color: #333;
}

.searchpage-banner {
  margin: 60px 0;
  font-size: 28px;
}

.search-filters-wrapper .mb-accordion {
  margin-top: 40px;
  margin-bottom: 20px;
}

.search-filters-wrapper .mb-accordion .card,
.search-filters-wrapper .mb-accordion .card-header {
  background-color: #f8f5fd;
  border-radius: .625rem;
}

.search-filters-wrapper .mb-accordion .card-header {
  box-shadow: none;
  padding-left: 0;
  margin: 6px 10px;
  cursor: pointer;
}

.search-filters-wrapper .mb-accordion .card-header img {
  margin-right: 20px;
}

.search-filters-wrapper .mb-accordion .search-filters-header {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}

.search-filters-wrapper .mb-accordion h4.search-filters-header {
  margin-bottom: 16px;
}

.search-filters-wrapper .mb-accordion button {
  color: #333!important;
  text-decoration: none!important;
}

.search-filters-wrapper .mb-accordion .filters-btn {
  display: flex;
  align-items: center;
  border: none;
}

.search-filters-wrapper .mb-accordion .decor {
  padding: 0;
  height: 100%;
  background: 0 0;
}

.search-filters-wrapper .mb-accordion .decor::after {
  display: none;
}

.search-filters-wrapper .mb-accordion .decor[aria-expanded=true] .btn-content img {
  transform-origin: center center;
  transform: rotate(-90deg);
}

.search-filters-wrapper .mb-accordion .decor .btn-content {
  width: inherit;
  height: inherit;
  margin-bottom: 3px;
  padding: 1px 6px;
  position: relative;
  display: inline-block;
}

.search-filters-wrapper .mb-accordion .decor .btn-content img {
  display: block;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  position: absolute;
  transform: rotate(90deg);
  transition: all .3s ease;
}

.search-filters-wrapper .mb-accordion .decor .btn-content:focus {
  outline: 0;
}

.search-filters-wrapper .mb-accordion .card-body {
  max-height: unset;
  border-top: .0625rem solid #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (min-width:768px) {
  .search-filters-wrapper .mb-accordion .card-body {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.search-filters-wrapper .mb-accordion .card-body ul {
  margin: 0;
}

.search-courses-wrapper .fav-course-tile {
  display: flex;
  flex-direction: row;
  min-height: 200px;
  margin-bottom: 30px;
}

@media (max-width:767.98px) {
  .search-courses-wrapper .fav-course-tile {
    flex-direction: column;
    margin-bottom: 12px;
  }
}

.search-courses-wrapper .fav-course-tile .fav-course-image {
  width: 300px;
  height: auto;
}

@media (max-width:767.98px) {
  .search-courses-wrapper .fav-course-tile .fav-course-image {
    width: auto;
    height: 150px;
  }
}

.search-courses-wrapper .fav-course-tile .fav-course-content {
  width: 75%;
}

@media (max-width:767.98px) {
  .search-courses-wrapper .fav-course-tile .fav-course-content {
    width: auto;
  }
}

.search-content-filter-wrapper {
  display: flex;
  flex-direction: row;
}

@media (max-width:575.98px) {
  .search-content-filter-wrapper {
    flex-direction: column;
  }
}

.search-content-filter-wrapper .search-category-filter {
  width: 70%;
}

@media (max-width:767.98px) {
  .search-content-filter-wrapper .search-category-filter {
    width: 100%;
    margin-bottom: 24px;
  }
}

.search-content-filter-wrapper .search-target-filter {
  width: 30%;
  padding-left: 20px;
}

@media (max-width:767.98px) {
  .search-content-filter-wrapper .search-target-filter {
    width: 100%;
    padding-left: 0;
  }
}

.search-category-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0;
  padding: 0;
}

@media (max-width:767.98px) {
  .search-category-list {
    -moz-columns: 1;
    columns: 1;
  }
}

.search-target-list {
  margin: 0;
  padding: 0;
}

.search-category-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.search-category-list li {
  width: 50%;
}

@media (max-width:767.98px) {
  .search-category-list li {
    width: 100%;
  }
}

.search-category-list .md-custom-checkbox,
.search-target-list .md-custom-checkbox {
  overflow: hidden;
}

.search-category-list li,
.search-target-list li {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.search-category-list li input,
.search-target-list li input {
  width: 20px;
  margin-top: 1px;
  margin-right: 10px;
}

.search-category-list li label,
.search-target-list li label {
  width: calc(100% - 30px);
  padding-right: 20px;
}

@media (max-width:575.98px) {
  .search-category-list li label,
  .search-target-list li label {
    padding-right: 0;
  }
}

.search-filter-button {
  width: 100%;
  display: flex;
  margin-top: 32px;
  justify-content: flex-end;
}

@media (min-width:768px) {
  .search-filter-button {
    margin-top: 18px;
  }
}

.search-filters-inputs {
  display: flex;
  flex-direction: column;
}

.search-filters-inputs .searching-field {
  margin-bottom: 2rem;
  width: 100%;
  max-width: 670px;
}

@media (max-width:575.98px) {
  .search-filters-inputs .searching-field {
    min-width: unset;
    width: 100%;
  }
}

.search-filters-inputs .pagination-search,
.search-filters-inputs .pagination-sort {
  width: 100%;
}

@media (min-width:768px) {
  .search-filters-inputs {
    flex-direction: row;
    justify-content: space-between;
  }

  .search-filters-inputs .searching-field {
    margin-bottom: 0;
  }
}

.sorting-field {
  margin-left: 50px;
}

@media (max-width:767.98px) {
  .sorting-field {
    margin-left: 0;
  }
}

.sorting-field .itszkola-select {
  width: 200px;
}

@media (max-width:575.98px) {
  .sorting-field .itszkola-select {
    width: 100%;
  }
}

.grouppage-banner-wrapper {
  min-height: 600px;
}

.grouppage-banner-wrapper .grouppage-banner-content {
  max-width: 660px;
}

.grouppage-category-wrapper {
  background-color: #f8f5fd;
  height: 180px;
}

@media (max-width:575.98px) {
  .grouppage-category-wrapper {
    height: 200px;
  }
}

.grouppage-category-wrapper .mp-homepage-categories-wrapper {
  z-index: 4;
  transform: translateY(-80px);
}

.grouppage-category-wrapper .grouppage-caterogy-tile {
  border: none;
  background-color: #f8f5fd;
  padding: 0;
  align-items: stretch;
}

.grouppage-category-wrapper .grouppage-caterogy-tile:hover {
  background-color: #fff;
}

.grouppage-category-wrapper .grouppage-caterogy-tile.active {
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(71,0,168,.149);
  transform: perspective(.0625rem) scale(1.04);
}

.grouppage-category-wrapper .grouppage-caterogy-tile .mp-category-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  text-align: center;
}

.grouppage-category-wrapper .grouppage-caterogy-tile .mp-category-image {
  width: 60px;
  height: 60px;
}

.grouppage-category-wrapper .grouppage-caterogy-tile .mp-category-title {
  text-align: center;
}

.grouppage-category-about {
  display: flex;
  flex-direction: row;
}

.grouppage-category-about .row {
  width: 100%;
}

.grouppage-category-about a {
  color: #4404bc!important;
}

.grouppage-category-about .grouppage-category-descripiton,
.grouppage-category-about .grouppage-category-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow-wrap: anywhere;
}

.grouppage-category-about .grouppage-category-image {
  min-height: 380px;
  text-align: center;
  align-items: center;
  position: relative;
}

@media (max-width:991.98px) {
  .grouppage-category-about .grouppage-category-image {
    margin-top: 50px;
  }
}

@media (max-width:575.98px) {
  .grouppage-category-about .grouppage-category-image {
    margin-top: 0;
  }
}

.grouppage-category-about .grouppage-category-image img {
  width: 100%;
  height: 100%;
  min-width: 240px;
  min-height: 240px;
}

.grouppage-category-about .grouppage-category-image .show-hide {
  position: relative;
}

.grouppage-category-about .grouppage-category-image .show-hide .grouppage-category-courses {
  position: absolute;
  padding: 12px 36px;
  top: 50%;
  left: 15px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.16);
  border-radius: .625rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.grouppage-category-about .grouppage-category-image .show-hide .grouppage-category-courses strong {
  margin-right: 10px;
  font-size: 1.25rem;
}

.grouppage-title {
  font-size: 48px!important;
}

@media (max-width:991.98px) {
  .grouppage-title {
    font-size: 30px!important;
  }
}

.grouppage-title::first-line {
  font-size: 34px!important;
}

@media (max-width:991.98px) {
  .grouppage-title::first-line {
    font-size: 20px!important;
  }
}

.mp-profile-navigation {
  background-color: #f8f5fd;
}

.mp-profile-navigation .content-wrapper {
  padding: 0 24px!important;
}

.mp-profile-navigation .profile-navigation-tile {
  text-align: center;
  background-color: #f8f5fd;
  position: relative;
}

.mp-profile-navigation .profile-navigation-tile.active {
  transform: perspective(.0625rem) scale(1.04);
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(71,0,168,.149);
}

.mp-profile-navigation .profile-navigation-tile.certificates::after,
.mp-profile-navigation .profile-navigation-tile.courses::after,
.mp-profile-navigation .profile-navigation-tile.messages::after,
.mp-profile-navigation .profile-navigation-tile.profile::after,
.mp-profile-navigation .profile-navigation-tile.recommended::after,
.mp-profile-navigation .profile-navigation-tile.students::after {
  content: "";
  position: absolute;
  top: 22px;
  left: calc(50% - 30px);
  transform: scale(0);
  border-radius: .625rem;
  width: 60px;
  height: 60px;
  transition: .3s all ease;
  z-index: 2;
}

.mp-profile-navigation .profile-navigation-tile:focus,
.mp-profile-navigation .profile-navigation-tile:hover {
  text-decoration: none;
  background-color: #fff;
}

.mp-profile-navigation .profile-navigation-tile:focus.certificates::after,
.mp-profile-navigation .profile-navigation-tile:focus.courses::after,
.mp-profile-navigation .profile-navigation-tile:focus.messages::after,
.mp-profile-navigation .profile-navigation-tile:focus.profile::after,
.mp-profile-navigation .profile-navigation-tile:focus.recommended::after,
.mp-profile-navigation .profile-navigation-tile:focus.students::after,
.mp-profile-navigation .profile-navigation-tile:hover.certificates::after,
.mp-profile-navigation .profile-navigation-tile:hover.courses::after,
.mp-profile-navigation .profile-navigation-tile:hover.messages::after,
.mp-profile-navigation .profile-navigation-tile:hover.profile::after,
.mp-profile-navigation .profile-navigation-tile:hover.recommended::after,
.mp-profile-navigation .profile-navigation-tile:hover.students::after {
  transform: scale(1);
}

.mp-profile-navigation .profile-navigation-tile.certificates.active::after,
.mp-profile-navigation .profile-navigation-tile.courses.active::after,
.mp-profile-navigation .profile-navigation-tile.messages.active::after,
.mp-profile-navigation .profile-navigation-tile.profile.active::after,
.mp-profile-navigation .profile-navigation-tile.recommended.active::after,
.mp-profile-navigation .profile-navigation-tile.students.active::after {
  transform: scale(1);
}

.mp-profile-navigation .profile-navigation-tile.profile::after {
  background-color: #e3d9f2;
}

.mp-profile-navigation .profile-navigation-tile.courses::after {
  background-color: #fef3e2;
}

.mp-profile-navigation .profile-navigation-tile.certificates::after {
  background-color: #d9f5e8;
}

.mp-profile-navigation .profile-navigation-tile.recommended::after {
  background-color: rgba(0,49,255,.149);
}

.mp-profile-navigation .profile-navigation-tile.students::after {
  background-color: rgba(255,79,95,.149);
}

.mp-profile-navigation .profile-navigation-tile.messages::after {
  background-color: #ddf1f8;
}

.mp-profile-navigation .mp-category-tile {
  padding: 2rem 1.25rem 1.5rem 1.25rem;
}

.mp-profile-navigation .mp-category-content {
  display: block;
}

.mp-profile-navigation .mp-category-image {
  position: relative;
  z-index: 3;
  width: 40px!important;
  height: 40px!important;
}

.mp-profile-navigation .mp-category-title {
  margin: 0;
}

.dashboard-banner-wrapper {
  min-height: 400px;
  background-image: url("/dist/img/ose/footerbg.png");
}

.dashboard-banner-wrapper.dashboard-banner-wrapper-uczen {
  background-image: url("/dist/img/ose/dashboard/uczen.jpg");
}

.dashboard-banner-wrapper.dashboard-banner-wrapper-nauczyciel {
  background-image: url("/dist/img/ose/dashboard/nauczyciel.jpg");
}

.user-profile-intro {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
}

@media (min-width:768px) {
  .user-profile-intro {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr auto 80px auto;
  }
}

@media (min-width:992px) {
  .user-profile-intro {
    grid-template-columns: auto 1fr 330px;
    grid-template-rows: auto 44px auto;
  }
}

@media (min-width:1200px) {
  .user-profile-intro {
    grid-template-columns: 300px 1fr 1fr 330px;
    grid-template-rows: auto auto;
  }
}

.user-profile-school {
  line-height: 1.2;
}

.user-profile-pic {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 24px;
  justify-self: center;
  padding-left: 15px;
  padding-right: 15px;
}

.user-profile-pic .user-profile-pic-ico {
  height: 170px;
  width: 170px;
  background-color: #f8f5fd;
  border-radius: 50%;
  display: flex;
}

.user-profile-pic img {
  width: 100%;
}

@media (min-width:768px) {
  .user-profile-pic {
    grid-column: 1;
    grid-row: 1/3;
    margin-bottom: 0;
  }
}

@media (min-width:992px) {
  .user-profile-pic {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (min-width:1200px) {
  .user-profile-pic {
    grid-column: 1;
    grid-row: 1/3;
  }
}

.user-profile-desc {
  grid-column: 1;
  grid-row: 2;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.user-profile-desc .user-profile-name {
  margin-bottom: 14px;
}

.user-profile-desc .user-profile-teacher {
  font-weight: 500;
}

.user-profile-desc p {
  margin-bottom: 0;
}

@media (min-width:768px) {
  .user-profile-desc {
    grid-column: 2/4;
    grid-row: 1;
    text-align: left;
  }

  .user-profile-desc .user-profile-name {
    margin-bottom: 4px;
  }
}

@media (min-width:992px) {
  .user-profile-desc {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (min-width:1200px) {
  .user-profile-desc {
    grid-column: 2/4;
    grid-row: 1;
  }
}

.user-profile-btn {
  grid-column: 1;
  grid-row: 3;
  padding: 30px 15px 40px;
}

.user-profile-btn .btn {
  width: 100%;
}

.user-profile-btn .add-to-group-open {
  margin-right: 8px;
  margin-bottom: 16px;
}

@media (min-width:768px) {
  .user-profile-btn {
    grid-column: 2/4;
    grid-row: 2;
    padding-bottom: 0;
  }

  .user-profile-btn .btn {
    width: auto;
  }

  .user-profile-btn .add-to-group-open {
    margin-bottom: 0;
  }
}

@media (min-width:992px) {
  .user-profile-btn {
    grid-column: 3;
    grid-row: 1;
    padding: 0;
    text-align: right;
  }
}

@media (min-width:1200px) {
  .user-profile-btn {
    grid-column: 4;
    grid-row: 1;
  }
}

.user-profile-courses {
  grid-column: 1;
  grid-row: 4;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

@media (min-width:768px) {
  .user-profile-courses {
    grid-column: 1/4;
    grid-row: 4;
  }
}

@media (min-width:992px) {
  .user-profile-courses {
    grid-column: 1/4;
    grid-row: 3;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media (min-width:1200px) {
  .user-profile-courses {
    grid-column: 2/5;
    grid-row: 2;
    padding-left: 15px;
    margin-top: 20px;
  }
}

.user-profile-counter {
  background-color: #f8f5fd;
  line-height: 1;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-profile-counter .user-profile-counter-desc {
  order: 2;
  text-align: center;
  max-width: 110px;
}

.user-profile-counter .user-profile-number {
  font-size: 34px;
  font-weight: 500;
  order: 1;
}

.user-profile-counter .user-profile-number.color-1 {
  color: #4404bc;
}

.user-profile-counter .user-profile-number.color-2 {
  color: #f9ad41;
}

.user-profile-counter .user-profile-number.color-3 {
  color: #ff4f5f;
}

@media (min-width:576px) {
  .user-profile-counter {
    padding: 15px;
  }

  .user-profile-counter .user-profile-counter-desc {
    max-width: initial;
  }
}

@media (min-width:992px) {
  .user-profile-counter {
    border-radius: .625rem;
    flex-direction: row;
    justify-content: space-between;
  }

  .user-profile-counter .user-profile-counter-desc {
    order: 1;
  }

  .user-profile-counter .user-profile-number {
    order: 2;
  }
}

.user-profile-certs {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto 62px;
  position: relative;
}

@media (min-width:768px) {
  .user-profile-certs {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }
}

.user-profile-certs:before {
  content: "";
  height: 330px;
  width: 2560px;
  position: absolute;
  left: 50%;
  bottom: 62px;
  transform: translateX(-50%);
  background: #4404bc;
  background: linear-gradient(120deg,#4404bc,#4700a8);
  z-index: -1;
}

@media (min-width:768px) {
  .user-profile-certs:before {
    bottom: 0;
  }
}

@media (min-width:1200px) {
  .user-profile-certs:before {
    height: 296px;
  }
}

.user-profile-certs-btn,
.user-profile-certs-display,
.user-profile-certs-title {
  padding: 0 15px;
}

.user-profile-certs-btn {
  grid-row: 3;
  padding-top: 24px;
}

.user-profile-certs-btn a {
  width: 100%;
}

@media (min-width:768px) {
  .user-profile-certs-btn {
    grid-column: 2;
    grid-row: 1;
    padding-top: 0;
  }
}

.user-profile-certs-display {
  grid-row: 2;
  position: relative;
  overflow: hidden;
}

.user-profile-certs-display .swiper-container {
  overflow: initial;
}

.user-profile-certs-display .user-profile-certs-tile {
  margin-bottom: 30px;
  margin-top: 30px;
  height: 270px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #333;
  background-color: #fff;
  border-radius: .625rem;
  transform: scale(1);
  transition: .3s all ease,0s margin,0s width;
}

@media (min-width:1200px) {
  .user-profile-certs-display .user-profile-certs-tile {
    margin-bottom: 70px;
  }
}

.user-profile-certs-display .user-profile-certs-tile .user-profile-certs-img {
  height: 70px;
  flex-shrink: 0;
}

.user-profile-certs-display .user-profile-certs-tile .user-profile-certs-desc {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
  overflow-wrap: anywhere;
}

.user-profile-certs-display .user-profile-certs-tile .user-profile-certs-desc .user-profile-certs-excerpt>:first-child,
.user-profile-certs-display .user-profile-certs-tile .user-profile-certs-desc .user-profile-certs-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.user-profile-certs-display .user-profile-certs-tile .user-profile-certs-desc .user-profile-certs-name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: .75rem;
  height: 44px;
}

.user-profile-certs-display .user-profile-certs-tile .user-profile-certs-desc .user-profile-certs-excerpt>:not(:first-child) {
  display: none;
}

.user-profile-certs-display .user-profile-certs-tile .user-profile-certs-desc p {
  margin-bottom: 0;
}

.user-profile-certs-display .user-profile-certs-tile .user-profile-certs-download {
  opacity: 0;
  transform: translateY(-200%);
  transition: .3s all ease;
  margin-bottom: 0;
  margin-top: 1rem;
  flex-shrink: 0;
  color: #4404bc;
}

.user-profile-certs-display .user-profile-certs-tile .user-profile-certs-download:focus {
  opacity: 1;
  transform: translateY(0);
}

.user-profile-certs-display .user-profile-certs-tile:focus,
.user-profile-certs-display .user-profile-certs-tile:hover {
  text-decoration: none;
  transform: scale(1.04);
  box-shadow: 0 0 1.25rem rgba(71,0,168,.149);
}

.user-profile-certs-display .user-profile-certs-tile:focus .user-profile-certs-download,
.user-profile-certs-display .user-profile-certs-tile:hover .user-profile-certs-download {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width:768px) {
  .user-profile-certs-display {
    grid-column: 1/3;
    grid-row: 2;
  }
}

.user-profile-progress {
  margin-bottom: 100px!important;
}

.user-profile-progress-item {
  margin-bottom: 40px;
}

.user-profile-progress-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.user-profile-progress-head strong {
  font-size: 1.125rem;
}

.user-profile-progress-head img {
  width: 42px;
  height: 42px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .625rem;
  margin-right: 1rem;
}

.user-profile-progress-head .user-profile-progress-category {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding-right: 1rem;
  overflow-wrap: anywhere;
}

.user-profile-progress-head .user-profile-progress-percent {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.user-profile-progress-head .user-profile-progress-percent span {
  display: none;
}

.user-profile-progress-head .user-profile-progress-percent strong {
  width: 2.15rem;
  display: inline-block;
}

@media (min-width:768px) {
  .user-profile-progress-head .user-profile-progress-percent span {
    display: inline;
    margin-right: .25rem;
  }
}

.mp-table-navigation {
  margin-bottom: 10px;
}

.mp-table-navigation .itszkola-table-btn {
  border-radius: 0;
  position: relative;
  color: #333;
  border: none;
  font-weight: 500;
  padding: 8px 24px;
}

@media (max-width:767.98px) {
  .mp-table-navigation .itszkola-table-btn {
    padding: 8px 14px;
  }
}

.mp-table-navigation .itszkola-table-btn:focus,
.mp-table-navigation .itszkola-table-btn:hover {
  text-decoration: none;
  color: #4404bc;
}

.mp-table-navigation .itszkola-table-btn.active {
  background-color: #f8f5fd;
  color: #4404bc;
  font-weight: 600;
}

.mp-table-navigation .itszkola-table-btn.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4404bc;
}

.mp-userdatachange-wrapper .form-group {
  margin-bottom: 20px;
}

.mp-userdatachange-wrapper .explanation {
  max-width: 600px;
}

@media (max-width:991.98px) {
  .mp-userdatachange-wrapper .explanation {
    max-width: unset;
  }
}

.mp-userdatachange-btn {
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(98deg,#4404bc 0,#4700a8 100%);
  width: 100%;
  max-width: 370px;
  margin: 24px 0;
  padding: 12px 60px;
  box-shadow: 0 0 10px rgba(71,0,168,.45);
}

.mp-userdatachange-btn:focus,
.mp-userdatachange-btn:hover {
  color: #fff;
  text-decoration: none;
}

.user-certificates-list .pagination-no-results {
  padding: 0 15px;
}

.user-certificates-list .pagination-search {
  max-width: 670px;
  width: 100%;
}

.user-certificates-list .user-certificates-tile {
  background-color: #fff;
  padding: 24px;
  overflow-wrap: break-word;
  text-align: center;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.user-certificates-list .user-certificates-tile img {
  height: 62px;
  max-width: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 16px;
}

.user-certificates-list .user-certificates-tile .user-certificates-category-info {
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 16px;
}

.user-certificates-list .user-certificates-tile .user-certificates-category-info p {
  margin-bottom: 0;
}

.user-certificates-list .user-certificates-tile h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.user-certificates-list .user-certificates-tile .user-certificates-category-desc {
  display: none;
}

.user-certificates-list .user-certificates-tile .user-certificates-download {
  text-align: center;
  opacity: 0;
}

.user-certificates-list .user-certificates-tile .user-certificates-download span {
  color: #4404bc;
}

.user-certificates-list .user-certificates-tile:focus .user-certificates-category-name,
.user-certificates-list .user-certificates-tile:hover .user-certificates-category-name {
  display: none;
}

.user-certificates-list .user-certificates-tile:focus .user-certificates-category-desc,
.user-certificates-list .user-certificates-tile:hover .user-certificates-category-desc {
  display: block;
}

.user-certificates-list .user-certificates-tile:focus .user-certificates-download,
.user-certificates-list .user-certificates-tile:hover .user-certificates-download {
  opacity: 1;
}

.user-certificates-list .user-certificates-tile:focus {
  text-decoration: none;
}

@media (max-width:1199.98px) {
  .user-recommended-header .itszkola-table-header {
    border-radius: 0;
  }
}

.user-recommended-wrapper {
  margin-top: 0!important;
}

.user-recommended-wrapper .paginated-body {
  display: flex;
  flex-wrap: wrap;
}

.user-recommended-wrapper .pagination-no-results {
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width:767.98px) {
  .user-recommended-wrapper .pagination-no-results {
    margin-top: 56px;
  }
}

.user-recommended-wrapper .user-recommended-item {
  border-bottom: 1px solid #f8f5fd;
  width: 100%;
}

.user-recommended-wrapper .user-recommended-slide {
  overflow-wrap: break-word;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  margin: 24px 0;
  padding-bottom: 15px;
}

@media (min-width:768px) {
  .user-recommended-wrapper .user-recommended-slide {
    flex-direction: row;
    padding-bottom: 0;
  }
}

.user-recommended-wrapper .user-recommended-slide:focus {
  text-decoration: none;
}

.user-recommended-wrapper .user-recommended-slide .fav-course-image {
  min-height: 150px;
}

@media (min-width:576px) {
  .user-recommended-wrapper .user-recommended-slide .fav-course-image {
    min-height: 250px;
  }
}

@media (min-width:768px) {
  .user-recommended-wrapper .user-recommended-slide .fav-course-image {
    height: 96px;
    min-height: auto;
  }
}

@media (max-width:767.98px) {
  .user-recommended-wrapper .user-recommended-title {
    margin-top: 16px;
    margin-bottom: 30px;
    font-weight: 700;
  }
}

.user-recommended-wrapper .user-recommended-category span,
.user-recommended-wrapper .user-recommended-group span {
  font-weight: 700;
  width: 100%;
  padding-right: 15px;
  display: inline-block;
}

@media (min-width:768px) {
  .user-recommended-wrapper .user-recommended-category span,
  .user-recommended-wrapper .user-recommended-group span {
    display: none;
  }
}

.user-recommended-wrapper .user-recommended-group span {
  margin-top: 6px;
}

.teacher-groups-header {
  display: flex;
  flex-direction: column;
}

@media (min-width:576px) {
  .teacher-groups-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.teacher-groups-header .mp-section-title {
  margin-bottom: 24px;
}

@media (min-width:576px) {
  .teacher-groups-header .mp-section-title {
    margin-bottom: 0;
  }
}

.teacher-groups-header .itszkola-btn-with-icon {
  width: 100%;
}

.teacher-groups-header .itszkola-btn-with-icon .fa {
  color: #4404bc;
}

@media (min-width:576px) {
  .teacher-groups-header .itszkola-btn-with-icon {
    width: auto;
  }
}

.teacher-groups-wrapper {
  margin-bottom: 80px;
}

@media (min-width:1200px) {
  .teacher-groups-wrapper {
    margin-bottom: 160px;
  }
}

@media (min-width:1200px) {
  .teacher-groups-wrapper .content-wrapper-0p {
    padding: 0 15px;
  }
}

@media (max-width:1199.98px) {
  .teacher-groups-wrapper .itszkola-table-header {
    border-radius: 0;
  }
}

.teacher-groups-wrapper .group-item-wrapper {
  border-bottom: 1px solid #f8f5fd;
  width: 100%;
}

.teacher-groups-wrapper .group-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background-color .3s ease;
  cursor: pointer;
}

.teacher-groups-wrapper .group-item:hover {
  background-color: #f8f5fd;
}

.teacher-groups-wrapper .group-content {
  margin-top: 20px;
}

.teacher-groups-wrapper .group-item-name {
  order: 1;
  flex-grow: 1;
}

.teacher-groups-wrapper .group-item-actions,
.teacher-groups-wrapper .group-item-code,
.teacher-groups-wrapper .group-item-count {
  order: 3;
}

.teacher-groups-wrapper .group-item-code,
.teacher-groups-wrapper .group-item-count {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width:768px) {
  .teacher-groups-wrapper .group-item-code,
  .teacher-groups-wrapper .group-item-count {
    order: 2;
    display: block;
  }
}

.teacher-groups-wrapper .group-item-code .eb-mobile-label,
.teacher-groups-wrapper .group-item-count .eb-mobile-label {
  display: inline-block;
  flex: 0 0 50%;
  font-weight: 700;
  padding-right: 15px;
}

@media (min-width:768px) {
  .teacher-groups-wrapper .group-item-code .eb-mobile-label,
  .teacher-groups-wrapper .group-item-count .eb-mobile-label {
    display: none;
  }
}

.teacher-groups-wrapper .group-item-code .eb-mobile-info,
.teacher-groups-wrapper .group-item-count .eb-mobile-info {
  flex: 0 0 auto;
  max-width: 100%;
  overflow-wrap: break-word;
}

.teacher-groups-wrapper .group-item-btn {
  order: 2;
  padding: 0;
}

@media (min-width:768px) {
  .teacher-groups-wrapper .group-item-btn {
    padding: 0 15px;
    order: 3;
    text-align: right;
  }
}

.teacher-groups-wrapper .group-item-btn button {
  background-color: transparent;
  border: none;
  height: 56px;
  width: 56px;
  padding: 0;
}

.teacher-groups-wrapper .group-item-btn button span {
  padding: 1px 6px;
  display: inline-block;
  height: inherit;
  width: inherit;
  position: relative;
}

.teacher-groups-wrapper .group-item-btn button span:focus {
  outline: 0;
}

.teacher-groups-wrapper .group-item-btn button .fa {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 6px);
  font-size: 16px;
  color: #4404bc;
  transition: .3s all ease;
}

.teacher-groups-wrapper .group-item-btn button[aria-expanded=true] .fa {
  transform: rotate(-180deg);
}

.teacher-groups-wrapper .group-item-actions {
  margin-bottom: 26px;
  padding: 0 15px;
  display: flex;
}

@media (min-width:768px) {
  .teacher-groups-wrapper .group-item-actions {
    order: 4;
  }
}

.teacher-groups-wrapper .group-item-actions-btn {
  height: 44px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  background: linear-gradient(90deg,#6223d9 0,#4700a8 100%)!important;
  border-radius: 5px;
}

.teacher-groups-wrapper .group-item-actions-btn:focus,
.teacher-groups-wrapper .group-item-actions-btn:hover {
  text-decoration: none;
  background: linear-gradient(90deg,#4404bc 0,#4700a8 100%)!important;
  box-shadow: 0 0 10px rgba(71,0,168,.45);
}

.teacher-groups-wrapper .group-item-actions-btn img {
  padding-right: 8px;
  height: 17px;
}

@media (max-width:575.98px) {
  .teacher-groups-wrapper .group-item-actions-btn {
    width: 44px;
    padding: 4px;
  }

  .teacher-groups-wrapper .group-item-actions-btn img {
    padding-right: 0;
  }

  .teacher-groups-wrapper .group-item-actions-btn span {
    display: none;
  }
}

.teacher-groups-wrapper .btn-group .group-item-actions-btn {
  background: 0 0!important;
  margin-right: 0;
}

.teacher-groups-wrapper .btn-group.group-item-actions-group {
  margin-right: 20px;
  border-radius: 5px;
  background: linear-gradient(90deg,#6223d9 0,#4700a8 100%)!important;
}

.teacher-groups-wrapper .btn-group.group-item-actions-group:focus {
  background: linear-gradient(90deg,#4404bc 0,#4700a8 100%)!important;
}

.teacher-groups-wrapper .teacher-students-list {
  background-color: rgba(248,245,253,.75);
  overflow-wrap: break-word;
}

.teacher-groups-wrapper .teacher-students-header {
  background-color: #f8f5fd;
  box-shadow: 0 5px 20px -5px rgba(71,0,168,.1);
  display: flex;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 0;
}

.teacher-groups-wrapper .teacher-students-header .hide-header-sm {
  display: none;
}

@media (min-width:768px) {
  .teacher-groups-wrapper .teacher-students-header .hide-header-sm {
    display: block;
  }
}

.teacher-groups-wrapper .teacher-students-user-link {
  display: inline-block;
  width: 100%;
  color: inherit;
  cursor: pointer;
}

.teacher-groups-wrapper .teacher-students-user-link:focus,
.teacher-groups-wrapper .teacher-students-user-link:hover {
  text-decoration: none;
  background-color: rgb(242.05,236.5,251.3);
}

.teacher-groups-wrapper .teacher-students-row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid rgb(242.05,236.5,251.3);
}

.teacher-groups-wrapper .teacher-students-counter-col {
  min-width: 58px;
}

.mp-group-mobile {
  display: none!important;
}

@media (max-width:767.98px) {
  .mp-group-mobile {
    display: flex!important;
  }
}

@media (max-width:767.98px) {
  .mp-group-desktop {
    display: none!important;
  }
}

.all-groups-header {
  border-radius: 5px!important;
}

.overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}

.add-group-from-file-modal .modal-content,
.add-group-modal .modal-content,
.add-to-group-modal .modal-content,
.confirmation-modal .modal-content,
.stats-download-modal .modal-content {
  max-width: 370px;
  margin: min(4vh,50px) auto min(5vh,80px);
  border: none;
}

.show-user-progress-modal {
  padding: 0;
}

@media (min-width:992px) {
  .show-user-progress-modal {
    padding: 0 30px;
  }
}

.show-user-progress-modal h2 {
  font-size: 2.125rem;
  color: #333;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.add-group-from-file-modal,
.add-group-modal,
.add-to-group-modal,
.add-users-from-file-modal,
.add-users-modal,
.change-name-modal,
.change-name-users-modal,
.confirmation-modal,
.coursematerial-modal,
.message-group-modal,
.remove-users-modal,
.share-course-modal,
.stats-download-modal,
.video-player-modal {
  padding: min(2vh,32px);
}

.add-group-from-file-modal h2,
.add-group-modal h2,
.add-to-group-modal h2,
.add-users-from-file-modal h2,
.add-users-modal h2,
.change-name-modal h2,
.change-name-users-modal h2,
.confirmation-modal h2,
.coursematerial-modal h2,
.message-group-modal h2,
.remove-users-modal h2,
.share-course-modal h2,
.stats-download-modal h2,
.video-player-modal h2 {
  font-size: 2.125rem;
  color: #333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
}

@media (max-width:767.98px) {
  .add-group-from-file-modal h2,
  .add-group-modal h2,
  .add-to-group-modal h2,
  .add-users-from-file-modal h2,
  .add-users-modal h2,
  .change-name-modal h2,
  .change-name-users-modal h2,
  .confirmation-modal h2,
  .coursematerial-modal h2,
  .message-group-modal h2,
  .remove-users-modal h2,
  .share-course-modal h2,
  .stats-download-modal h2,
  .video-player-modal h2 {
    font-size: 1.5rem;
  }
}

.add-group-from-file-modal,
.add-group-modal,
.add-to-group-modal,
.add-users-from-file-modal,
.add-users-modal,
.change-name-modal,
.change-name-users-modal,
.confirmation-modal,
.coursematerial-modal,
.message-group-modal,
.remove-users-modal,
.share-course-modal,
.show-user-progress-modal,
.stats-download-modal,
.video-player-modal {
  position: relative;
  height: auto;
  max-width: none;
  width: 100%;
  border-radius: 0;
  overflow-wrap: break-word;
}

.add-group-from-file-modal .modal-content,
.add-group-modal .modal-content,
.add-to-group-modal .modal-content,
.add-users-from-file-modal .modal-content,
.add-users-modal .modal-content,
.change-name-modal .modal-content,
.change-name-users-modal .modal-content,
.confirmation-modal .modal-content,
.coursematerial-modal .modal-content,
.message-group-modal .modal-content,
.remove-users-modal .modal-content,
.share-course-modal .modal-content,
.show-user-progress-modal .modal-content,
.stats-download-modal .modal-content,
.video-player-modal .modal-content {
  border: none;
}

@media (min-width:768px) {
  .add-group-from-file-modal,
  .add-group-modal,
  .add-to-group-modal,
  .add-users-from-file-modal,
  .add-users-modal,
  .change-name-modal,
  .change-name-users-modal,
  .confirmation-modal,
  .coursematerial-modal,
  .message-group-modal,
  .remove-users-modal,
  .share-course-modal,
  .show-user-progress-modal,
  .stats-download-modal,
  .video-player-modal {
    width: 75vw;
  }
}

@media (min-width:1200px) {
  .add-group-from-file-modal,
  .add-group-modal,
  .add-to-group-modal,
  .add-users-from-file-modal,
  .add-users-modal,
  .change-name-modal,
  .change-name-users-modal,
  .confirmation-modal,
  .coursematerial-modal,
  .message-group-modal,
  .remove-users-modal,
  .share-course-modal,
  .show-user-progress-modal,
  .stats-download-modal,
  .video-player-modal {
    width: 50vw;
  }
}

@media (min-width:1921px) {
  .add-group-from-file-modal,
  .add-group-modal,
  .add-to-group-modal,
  .add-users-from-file-modal,
  .add-users-modal,
  .change-name-modal,
  .change-name-users-modal,
  .confirmation-modal,
  .coursematerial-modal,
  .message-group-modal,
  .remove-users-modal,
  .share-course-modal,
  .show-user-progress-modal,
  .stats-download-modal,
  .video-player-modal {
    width: 820px;
  }
}

@media (min-width:1200px) {
  .add-group-from-file-modal.coursematerial-test,
  .add-group-modal.coursematerial-test,
  .add-to-group-modal.coursematerial-test,
  .add-users-from-file-modal.coursematerial-test,
  .add-users-modal.coursematerial-test,
  .change-name-modal.coursematerial-test,
  .change-name-users-modal.coursematerial-test,
  .confirmation-modal.coursematerial-test,
  .coursematerial-modal.coursematerial-test,
  .message-group-modal.coursematerial-test,
  .remove-users-modal.coursematerial-test,
  .share-course-modal.coursematerial-test,
  .show-user-progress-modal.coursematerial-test,
  .stats-download-modal.coursematerial-test,
  .video-player-modal.coursematerial-test {
    width: 60vw;
  }
}

.add-group-from-file-modal a.close-modal,
.add-group-modal a.close-modal,
.add-to-group-modal a.close-modal,
.add-users-from-file-modal a.close-modal,
.add-users-modal a.close-modal,
.change-name-modal a.close-modal,
.change-name-users-modal a.close-modal,
.confirmation-modal a.close-modal,
.coursematerial-modal a.close-modal,
.message-group-modal a.close-modal,
.remove-users-modal a.close-modal,
.share-course-modal a.close-modal,
.show-user-progress-modal a.close-modal,
.stats-download-modal a.close-modal,
.video-player-modal a.close-modal {
  color: #333;
  text-indent: 0;
  background-image: none;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 22px;
  font-weight: 600;
  z-index: 1;
}

.add-group-from-file-modal a.close-modal:focus,
.add-group-from-file-modal a.close-modal:hover,
.add-group-modal a.close-modal:focus,
.add-group-modal a.close-modal:hover,
.add-to-group-modal a.close-modal:focus,
.add-to-group-modal a.close-modal:hover,
.add-users-from-file-modal a.close-modal:focus,
.add-users-from-file-modal a.close-modal:hover,
.add-users-modal a.close-modal:focus,
.add-users-modal a.close-modal:hover,
.change-name-modal a.close-modal:focus,
.change-name-modal a.close-modal:hover,
.change-name-users-modal a.close-modal:focus,
.change-name-users-modal a.close-modal:hover,
.confirmation-modal a.close-modal:focus,
.confirmation-modal a.close-modal:hover,
.coursematerial-modal a.close-modal:focus,
.coursematerial-modal a.close-modal:hover,
.message-group-modal a.close-modal:focus,
.message-group-modal a.close-modal:hover,
.remove-users-modal a.close-modal:focus,
.remove-users-modal a.close-modal:hover,
.share-course-modal a.close-modal:focus,
.share-course-modal a.close-modal:hover,
.show-user-progress-modal a.close-modal:focus,
.show-user-progress-modal a.close-modal:hover,
.stats-download-modal a.close-modal:focus,
.stats-download-modal a.close-modal:hover,
.video-player-modal a.close-modal:focus,
.video-player-modal a.close-modal:hover {
  text-decoration: none;
}

.add-group-from-file-modal .actions,
.add-group-modal .actions,
.add-to-group-modal .actions,
.add-users-from-file-modal .actions,
.add-users-modal .actions,
.change-name-modal .actions,
.change-name-users-modal .actions,
.confirmation-modal .actions,
.coursematerial-modal .actions,
.message-group-modal .actions,
.remove-users-modal .actions,
.share-course-modal .actions,
.show-user-progress-modal .actions,
.stats-download-modal .actions,
.video-player-modal .actions {
  align-items: center;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.add-to-group-modal .itszkola-textfield {
  margin-bottom: 10px;
}

.add-to-group-modal .add-to-group-info {
  margin-bottom: 0;
}

.add-to-group-modal .itszkola-form-btn {
  width: 100%;
  margin-top: 50px;
}

.add-group-from-file-modal .modal-title,
.add-group-modal .modal-title,
.add-users-modal .modal-title,
.change-name-users-modal .modal-title {
  margin-bottom: min(2vh,30px);
}

.add-group-from-file-modal .add-group-submit-btn,
.add-group-modal .add-group-submit-btn,
.add-users-modal .add-group-submit-btn,
.change-name-users-modal .add-group-submit-btn {
  margin-top: 50px;
  width: 100%;
}

.add-group-from-file-modal,
.add-group-modal,
.add-to-group-modal,
.add-users-from-file-modal,
.add-users-modal,
.change-name-users-modal,
.message-group-modal,
.remove-users-modal,
.share-course-modal,
.stats-download-modal {
  max-height: 100vh;
}

@media (max-width:991.98px) {
  .add-group-from-file-modal,
  .add-group-modal,
  .add-to-group-modal,
  .add-users-from-file-modal,
  .add-users-modal,
  .change-name-users-modal,
  .message-group-modal,
  .remove-users-modal,
  .share-course-modal,
  .stats-download-modal {
    max-height: unset;
  }
}

.add-group-from-file-modal .usertable,
.add-group-modal .usertable,
.add-to-group-modal .usertable,
.add-users-from-file-modal .usertable,
.add-users-modal .usertable,
.change-name-users-modal .usertable,
.message-group-modal .usertable,
.remove-users-modal .usertable,
.share-course-modal .usertable,
.stats-download-modal .usertable {
  max-height: 250px;
  overflow-y: auto;
  overflow-wrap: anywhere;
}

@media (min-width:768px) {
  .add-group-from-file-modal .usertable,
  .add-group-modal .usertable,
  .add-to-group-modal .usertable,
  .add-users-from-file-modal .usertable,
  .add-users-modal .usertable,
  .change-name-users-modal .usertable,
  .message-group-modal .usertable,
  .remove-users-modal .usertable,
  .share-course-modal .usertable,
  .stats-download-modal .usertable {
    max-height: min(30vh,500px);
  }
}

@media (min-width:768px) {
  .add-group-from-file-modal .usertable.userswithpasses,
  .add-group-modal .usertable.userswithpasses,
  .add-to-group-modal .usertable.userswithpasses,
  .add-users-from-file-modal .usertable.userswithpasses,
  .add-users-modal .usertable.userswithpasses,
  .change-name-users-modal .usertable.userswithpasses,
  .message-group-modal .usertable.userswithpasses,
  .remove-users-modal .usertable.userswithpasses,
  .share-course-modal .usertable.userswithpasses,
  .stats-download-modal .usertable.userswithpasses {
    max-height: min(15vh,500px);
  }
}

.add-group-from-file-modal .usertable::-webkit-scrollbar,
.add-group-modal .usertable::-webkit-scrollbar,
.add-to-group-modal .usertable::-webkit-scrollbar,
.add-users-from-file-modal .usertable::-webkit-scrollbar,
.add-users-modal .usertable::-webkit-scrollbar,
.change-name-users-modal .usertable::-webkit-scrollbar,
.message-group-modal .usertable::-webkit-scrollbar,
.remove-users-modal .usertable::-webkit-scrollbar,
.share-course-modal .usertable::-webkit-scrollbar,
.stats-download-modal .usertable::-webkit-scrollbar {
  width: 6px;
}

.add-group-from-file-modal .usertable::-webkit-scrollbar-track,
.add-group-modal .usertable::-webkit-scrollbar-track,
.add-to-group-modal .usertable::-webkit-scrollbar-track,
.add-users-from-file-modal .usertable::-webkit-scrollbar-track,
.add-users-modal .usertable::-webkit-scrollbar-track,
.change-name-users-modal .usertable::-webkit-scrollbar-track,
.message-group-modal .usertable::-webkit-scrollbar-track,
.remove-users-modal .usertable::-webkit-scrollbar-track,
.share-course-modal .usertable::-webkit-scrollbar-track,
.stats-download-modal .usertable::-webkit-scrollbar-track {
  background: 0 0;
}

.add-group-from-file-modal .usertable::-webkit-scrollbar-thumb,
.add-group-modal .usertable::-webkit-scrollbar-thumb,
.add-to-group-modal .usertable::-webkit-scrollbar-thumb,
.add-users-from-file-modal .usertable::-webkit-scrollbar-thumb,
.add-users-modal .usertable::-webkit-scrollbar-thumb,
.change-name-users-modal .usertable::-webkit-scrollbar-thumb,
.message-group-modal .usertable::-webkit-scrollbar-thumb,
.remove-users-modal .usertable::-webkit-scrollbar-thumb,
.share-course-modal .usertable::-webkit-scrollbar-thumb,
.stats-download-modal .usertable::-webkit-scrollbar-thumb {
  background: #4404bc;
  border-radius: 6px;
}

.add-group-from-file-modal .usertable::-webkit-scrollbar-thumb:hover,
.add-group-modal .usertable::-webkit-scrollbar-thumb:hover,
.add-to-group-modal .usertable::-webkit-scrollbar-thumb:hover,
.add-users-from-file-modal .usertable::-webkit-scrollbar-thumb:hover,
.add-users-modal .usertable::-webkit-scrollbar-thumb:hover,
.change-name-users-modal .usertable::-webkit-scrollbar-thumb:hover,
.message-group-modal .usertable::-webkit-scrollbar-thumb:hover,
.remove-users-modal .usertable::-webkit-scrollbar-thumb:hover,
.share-course-modal .usertable::-webkit-scrollbar-thumb:hover,
.stats-download-modal .usertable::-webkit-scrollbar-thumb:hover {
  background: #4404bc;
}

.add-group-from-file-modal .usertable .header,
.add-group-modal .usertable .header,
.add-to-group-modal .usertable .header,
.add-users-from-file-modal .usertable .header,
.add-users-modal .usertable .header,
.change-name-users-modal .usertable .header,
.message-group-modal .usertable .header,
.remove-users-modal .usertable .header,
.share-course-modal .usertable .header,
.stats-download-modal .usertable .header {
  font-weight: 700;
}

.add-group-from-file-modal .usertable .inline-table,
.add-group-from-file-modal .usertable table,
.add-group-modal .usertable .inline-table,
.add-group-modal .usertable table,
.add-to-group-modal .usertable .inline-table,
.add-to-group-modal .usertable table,
.add-users-from-file-modal .usertable .inline-table,
.add-users-from-file-modal .usertable table,
.add-users-modal .usertable .inline-table,
.add-users-modal .usertable table,
.change-name-users-modal .usertable .inline-table,
.change-name-users-modal .usertable table,
.message-group-modal .usertable .inline-table,
.message-group-modal .usertable table,
.remove-users-modal .usertable .inline-table,
.remove-users-modal .usertable table,
.share-course-modal .usertable .inline-table,
.share-course-modal .usertable table,
.stats-download-modal .usertable .inline-table,
.stats-download-modal .usertable table {
  width: 100%;
}

@media (max-width:575.98px) {
  .add-group-from-file-modal .usertable .inline-table .header,
  .add-group-from-file-modal .usertable .inline-table thead,
  .add-group-from-file-modal .usertable table .header,
  .add-group-from-file-modal .usertable table thead,
  .add-group-modal .usertable .inline-table .header,
  .add-group-modal .usertable .inline-table thead,
  .add-group-modal .usertable table .header,
  .add-group-modal .usertable table thead,
  .add-to-group-modal .usertable .inline-table .header,
  .add-to-group-modal .usertable .inline-table thead,
  .add-to-group-modal .usertable table .header,
  .add-to-group-modal .usertable table thead,
  .add-users-from-file-modal .usertable .inline-table .header,
  .add-users-from-file-modal .usertable .inline-table thead,
  .add-users-from-file-modal .usertable table .header,
  .add-users-from-file-modal .usertable table thead,
  .add-users-modal .usertable .inline-table .header,
  .add-users-modal .usertable .inline-table thead,
  .add-users-modal .usertable table .header,
  .add-users-modal .usertable table thead,
  .change-name-users-modal .usertable .inline-table .header,
  .change-name-users-modal .usertable .inline-table thead,
  .change-name-users-modal .usertable table .header,
  .change-name-users-modal .usertable table thead,
  .message-group-modal .usertable .inline-table .header,
  .message-group-modal .usertable .inline-table thead,
  .message-group-modal .usertable table .header,
  .message-group-modal .usertable table thead,
  .remove-users-modal .usertable .inline-table .header,
  .remove-users-modal .usertable .inline-table thead,
  .remove-users-modal .usertable table .header,
  .remove-users-modal .usertable table thead,
  .share-course-modal .usertable .inline-table .header,
  .share-course-modal .usertable .inline-table thead,
  .share-course-modal .usertable table .header,
  .share-course-modal .usertable table thead,
  .stats-download-modal .usertable .inline-table .header,
  .stats-download-modal .usertable .inline-table thead,
  .stats-download-modal .usertable table .header,
  .stats-download-modal .usertable table thead {
    display: none;
  }

  .add-group-from-file-modal .usertable .inline-table tbody tr,
  .add-group-from-file-modal .usertable table tbody tr,
  .add-group-modal .usertable .inline-table tbody tr,
  .add-group-modal .usertable table tbody tr,
  .add-to-group-modal .usertable .inline-table tbody tr,
  .add-to-group-modal .usertable table tbody tr,
  .add-users-from-file-modal .usertable .inline-table tbody tr,
  .add-users-from-file-modal .usertable table tbody tr,
  .add-users-modal .usertable .inline-table tbody tr,
  .add-users-modal .usertable table tbody tr,
  .change-name-users-modal .usertable .inline-table tbody tr,
  .change-name-users-modal .usertable table tbody tr,
  .message-group-modal .usertable .inline-table tbody tr,
  .message-group-modal .usertable table tbody tr,
  .remove-users-modal .usertable .inline-table tbody tr,
  .remove-users-modal .usertable table tbody tr,
  .share-course-modal .usertable .inline-table tbody tr,
  .share-course-modal .usertable table tbody tr,
  .stats-download-modal .usertable .inline-table tbody tr,
  .stats-download-modal .usertable table tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }

  .add-group-from-file-modal .usertable .inline-table .inline-value,
  .add-group-from-file-modal .usertable .inline-table tbody td,
  .add-group-from-file-modal .usertable table .inline-value,
  .add-group-from-file-modal .usertable table tbody td,
  .add-group-modal .usertable .inline-table .inline-value,
  .add-group-modal .usertable .inline-table tbody td,
  .add-group-modal .usertable table .inline-value,
  .add-group-modal .usertable table tbody td,
  .add-to-group-modal .usertable .inline-table .inline-value,
  .add-to-group-modal .usertable .inline-table tbody td,
  .add-to-group-modal .usertable table .inline-value,
  .add-to-group-modal .usertable table tbody td,
  .add-users-from-file-modal .usertable .inline-table .inline-value,
  .add-users-from-file-modal .usertable .inline-table tbody td,
  .add-users-from-file-modal .usertable table .inline-value,
  .add-users-from-file-modal .usertable table tbody td,
  .add-users-modal .usertable .inline-table .inline-value,
  .add-users-modal .usertable .inline-table tbody td,
  .add-users-modal .usertable table .inline-value,
  .add-users-modal .usertable table tbody td,
  .change-name-users-modal .usertable .inline-table .inline-value,
  .change-name-users-modal .usertable .inline-table tbody td,
  .change-name-users-modal .usertable table .inline-value,
  .change-name-users-modal .usertable table tbody td,
  .message-group-modal .usertable .inline-table .inline-value,
  .message-group-modal .usertable .inline-table tbody td,
  .message-group-modal .usertable table .inline-value,
  .message-group-modal .usertable table tbody td,
  .remove-users-modal .usertable .inline-table .inline-value,
  .remove-users-modal .usertable .inline-table tbody td,
  .remove-users-modal .usertable table .inline-value,
  .remove-users-modal .usertable table tbody td,
  .share-course-modal .usertable .inline-table .inline-value,
  .share-course-modal .usertable .inline-table tbody td,
  .share-course-modal .usertable table .inline-value,
  .share-course-modal .usertable table tbody td,
  .stats-download-modal .usertable .inline-table .inline-value,
  .stats-download-modal .usertable .inline-table tbody td,
  .stats-download-modal .usertable table .inline-value,
  .stats-download-modal .usertable table tbody td {
    display: block;
    font-weight: 500;
  }

  .add-group-from-file-modal .usertable .inline-table .inline-value span,
  .add-group-from-file-modal .usertable .inline-table tbody td span,
  .add-group-from-file-modal .usertable table .inline-value span,
  .add-group-from-file-modal .usertable table tbody td span,
  .add-group-modal .usertable .inline-table .inline-value span,
  .add-group-modal .usertable .inline-table tbody td span,
  .add-group-modal .usertable table .inline-value span,
  .add-group-modal .usertable table tbody td span,
  .add-to-group-modal .usertable .inline-table .inline-value span,
  .add-to-group-modal .usertable .inline-table tbody td span,
  .add-to-group-modal .usertable table .inline-value span,
  .add-to-group-modal .usertable table tbody td span,
  .add-users-from-file-modal .usertable .inline-table .inline-value span,
  .add-users-from-file-modal .usertable .inline-table tbody td span,
  .add-users-from-file-modal .usertable table .inline-value span,
  .add-users-from-file-modal .usertable table tbody td span,
  .add-users-modal .usertable .inline-table .inline-value span,
  .add-users-modal .usertable .inline-table tbody td span,
  .add-users-modal .usertable table .inline-value span,
  .add-users-modal .usertable table tbody td span,
  .change-name-users-modal .usertable .inline-table .inline-value span,
  .change-name-users-modal .usertable .inline-table tbody td span,
  .change-name-users-modal .usertable table .inline-value span,
  .change-name-users-modal .usertable table tbody td span,
  .message-group-modal .usertable .inline-table .inline-value span,
  .message-group-modal .usertable .inline-table tbody td span,
  .message-group-modal .usertable table .inline-value span,
  .message-group-modal .usertable table tbody td span,
  .remove-users-modal .usertable .inline-table .inline-value span,
  .remove-users-modal .usertable .inline-table tbody td span,
  .remove-users-modal .usertable table .inline-value span,
  .remove-users-modal .usertable table tbody td span,
  .share-course-modal .usertable .inline-table .inline-value span,
  .share-course-modal .usertable .inline-table tbody td span,
  .share-course-modal .usertable table .inline-value span,
  .share-course-modal .usertable table tbody td span,
  .stats-download-modal .usertable .inline-table .inline-value span,
  .stats-download-modal .usertable .inline-table tbody td span,
  .stats-download-modal .usertable table .inline-value span,
  .stats-download-modal .usertable table tbody td span {
    font-weight: 400;
    display: inline-block;
    width: 105px;
  }
}

.add-group-from-file-modal .actions .btn,
.add-group-modal .actions .btn,
.add-to-group-modal .actions .btn,
.add-users-from-file-modal .actions .btn,
.add-users-modal .actions .btn,
.change-name-users-modal .actions .btn,
.message-group-modal .actions .btn,
.remove-users-modal .actions .btn,
.share-course-modal .actions .btn,
.stats-download-modal .actions .btn {
  margin-top: min(4vh,30px);
}

@media (max-width:575.98px) {
  .add-group-from-file-modal .actions .btn,
  .add-group-modal .actions .btn,
  .add-to-group-modal .actions .btn,
  .add-users-from-file-modal .actions .btn,
  .add-users-modal .actions .btn,
  .change-name-users-modal .actions .btn,
  .message-group-modal .actions .btn,
  .remove-users-modal .actions .btn,
  .share-course-modal .actions .btn,
  .stats-download-modal .actions .btn {
    margin-top: 18px;
  }
}

.add-group-from-file-modal .userswithpasses .actions,
.add-group-modal .userswithpasses .actions,
.add-to-group-modal .userswithpasses .actions,
.add-users-from-file-modal .userswithpasses .actions,
.add-users-modal .userswithpasses .actions,
.change-name-users-modal .userswithpasses .actions,
.message-group-modal .userswithpasses .actions,
.remove-users-modal .userswithpasses .actions,
.share-course-modal .userswithpasses .actions,
.stats-download-modal .userswithpasses .actions {
  flex-direction: column;
}

.add-group-from-file-modal .userswithpasses .actions .btn,
.add-group-modal .userswithpasses .actions .btn,
.add-to-group-modal .userswithpasses .actions .btn,
.add-users-from-file-modal .userswithpasses .actions .btn,
.add-users-modal .userswithpasses .actions .btn,
.change-name-users-modal .userswithpasses .actions .btn,
.message-group-modal .userswithpasses .actions .btn,
.remove-users-modal .userswithpasses .actions .btn,
.share-course-modal .userswithpasses .actions .btn,
.stats-download-modal .userswithpasses .actions .btn {
  width: 100%;
}

.add-group-from-file-modal .userslog .alert,
.add-group-modal .userslog .alert,
.add-to-group-modal .userslog .alert,
.add-users-from-file-modal .userslog .alert,
.add-users-modal .userslog .alert,
.change-name-users-modal .userslog .alert,
.message-group-modal .userslog .alert,
.remove-users-modal .userslog .alert,
.share-course-modal .userslog .alert,
.stats-download-modal .userslog .alert {
  padding: 0;
  background-color: transparent;
  font-weight: 700;
  border: none;
  margin-bottom: 0;
}

.add-group-from-file-modal .userslog .alert.alert-danger,
.add-group-modal .userslog .alert.alert-danger,
.add-to-group-modal .userslog .alert.alert-danger,
.add-users-from-file-modal .userslog .alert.alert-danger,
.add-users-modal .userslog .alert.alert-danger,
.change-name-users-modal .userslog .alert.alert-danger,
.message-group-modal .userslog .alert.alert-danger,
.remove-users-modal .userslog .alert.alert-danger,
.share-course-modal .userslog .alert.alert-danger,
.stats-download-modal .userslog .alert.alert-danger {
  color: #dc3545;
}

.add-group-from-file-modal .userslog .alert.alert-success,
.add-group-modal .userslog .alert.alert-success,
.add-to-group-modal .userslog .alert.alert-success,
.add-users-from-file-modal .userslog .alert.alert-success,
.add-users-modal .userslog .alert.alert-success,
.change-name-users-modal .userslog .alert.alert-success,
.message-group-modal .userslog .alert.alert-success,
.remove-users-modal .userslog .alert.alert-success,
.share-course-modal .userslog .alert.alert-success,
.stats-download-modal .userslog .alert.alert-success {
  color: #28a745;
}

@media (min-width:576px) {
  .add-group-from-file-modal .userslog {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (min-width:768px) {
  .add-group-form .usertable,
  .add-users-from-file-modal .usertable {
    max-height: min(20vh,300px);
  }
}

@media (min-width:768px) {
  .change-name-users-modal .usertable {
    max-height: min(50vh,500px);
  }
}

.remove-users-modal thead {
  margin-bottom: 1rem;
}

.remove-users-modal tbody td label {
  margin-bottom: 0;
}

.add-users-from-file-modal .users-in-group-navigation,
.add-users-modal .users-in-group-navigation,
.change-name-users-modal .users-in-group-navigation,
.remove-users-modal .users-in-group-navigation {
  margin: min(3vh,32px) 0;
  border: none;
}

.add-users-from-file-modal .users-in-group-navigation .nav-link,
.add-users-modal .users-in-group-navigation .nav-link,
.change-name-users-modal .users-in-group-navigation .nav-link,
.remove-users-modal .users-in-group-navigation .nav-link {
  position: relative;
  color: #333;
  border: none;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 0;
}

@media (max-width:767.98px) {
  .add-users-from-file-modal .users-in-group-navigation .nav-link,
  .add-users-modal .users-in-group-navigation .nav-link,
  .change-name-users-modal .users-in-group-navigation .nav-link,
  .remove-users-modal .users-in-group-navigation .nav-link {
    padding: 8px 14px;
  }
}

.add-users-from-file-modal .users-in-group-navigation .nav-link:focus,
.add-users-from-file-modal .users-in-group-navigation .nav-link:hover,
.add-users-modal .users-in-group-navigation .nav-link:focus,
.add-users-modal .users-in-group-navigation .nav-link:hover,
.change-name-users-modal .users-in-group-navigation .nav-link:focus,
.change-name-users-modal .users-in-group-navigation .nav-link:hover,
.remove-users-modal .users-in-group-navigation .nav-link:focus,
.remove-users-modal .users-in-group-navigation .nav-link:hover {
  text-decoration: none;
  color: #4404bc;
}

.add-users-from-file-modal .users-in-group-navigation .nav-link.active,
.add-users-modal .users-in-group-navigation .nav-link.active,
.change-name-users-modal .users-in-group-navigation .nav-link.active,
.remove-users-modal .users-in-group-navigation .nav-link.active {
  background-color: #f8f5fd;
  color: #4404bc;
}

.add-users-from-file-modal .users-in-group-navigation .nav-link.active::after,
.add-users-modal .users-in-group-navigation .nav-link.active::after,
.change-name-users-modal .users-in-group-navigation .nav-link.active::after,
.remove-users-modal .users-in-group-navigation .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4404bc;
}

.add-users-from-file-modal .actions,
.add-users-modal .actions,
.change-name-users-modal .actions,
.remove-users-modal .actions {
  justify-content: space-between;
}

.add-users-from-file-modal .actions .btn,
.add-users-modal .actions .btn,
.change-name-users-modal .actions .btn,
.remove-users-modal .actions .btn {
  width: 190px;
}

@media (max-width:575.98px) {
  .add-users-from-file-modal .actions,
  .add-users-modal .actions,
  .change-name-users-modal .actions,
  .remove-users-modal .actions {
    flex-direction: column;
    justify-content: center;
  }

  .add-users-from-file-modal .actions .btn,
  .add-users-modal .actions .btn,
  .change-name-users-modal .actions .btn,
  .remove-users-modal .actions .btn {
    width: 100%;
  }
}

.show-user-progress-modal .modal-content {
  margin-top: 60px;
  margin-bottom: 30px;
  border: none;
}

.show-user-progress-modal .user-progress-head {
  display: flex;
  margin-bottom: 30px;
}

.show-user-progress-modal .user-progress-head p {
  margin-bottom: 0;
}

.show-user-progress-modal .user-progress-name {
  flex-grow: 1;
  flex-shrink: 1;
}

@media (max-width:767.98px) {
  .show-user-progress-modal .user-progress-name h2 {
    font-size: 1.5rem;
    word-break: break-word;
  }
}

.show-user-progress-modal .user-progress-avatar {
  height: 65px;
  width: 65px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-user-progress-modal .user-progress-avatar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f5fd;
  border-radius: 50%;
}

.show-user-progress-modal .user-progress-avatar .avatar-img {
  height: 65px;
  z-index: 2;
}

.show-user-progress-modal .user-progress-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}

.show-user-progress-modal .user-progress-info p span {
  font-weight: 500;
}

@media (min-width:768px) {
  .show-user-progress-modal .user-progress-info {
    flex-direction: row;
  }
}

.show-user-progress-modal .user-progress-info .user-progress-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.show-user-progress-modal .user-progress-info .user-progress-group p {
  margin: 0;
}

@media (max-width:767.98px) {
  .show-user-progress-modal .user-progress-info .user-progress-group p {
    margin-bottom: 20px;
  }
}

.show-user-progress-modal .user-progress-buttons {
  display: flex;
  flex-direction: column;
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-buttons {
    flex-direction: row;
  }
}

@media (min-width:768px) {
  .show-user-progress-modal .user-progress-buttons {
    justify-content: flex-end;
  }
}

.show-user-progress-modal .user-progress-buttons button {
  width: 100%;
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-buttons button {
    width: auto;
  }
}

.show-user-progress-modal .user-progress-buttons :not(:first-child) {
  margin-top: 12px;
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-buttons :not(:first-child) {
    margin-top: 0;
    margin-left: 12px;
  }
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-nav {
    display: flex;
    flex-direction: row;
  }
}

.show-user-progress-modal .user-progress-nav .user-progress-nav-btn {
  position: relative;
}

.show-user-progress-modal .user-progress-nav .user-progress-nav-btn a {
  width: 100%;
  color: #333;
  border: none;
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 0;
}

@media (max-width:767.98px) {
  .show-user-progress-modal .user-progress-nav .user-progress-nav-btn a {
    padding: 8px 14px;
  }
}

.show-user-progress-modal .user-progress-nav .user-progress-nav-btn a:focus,
.show-user-progress-modal .user-progress-nav .user-progress-nav-btn a:hover {
  text-decoration: none;
  color: #4404bc;
}

.show-user-progress-modal .user-progress-nav .user-progress-nav-btn.active {
  background-color: #f8f5fd;
}

.show-user-progress-modal .user-progress-nav .user-progress-nav-btn.active a {
  color: #4404bc;
  font-weight: 600;
}

.show-user-progress-modal .user-progress-nav .user-progress-nav-btn.active a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #4404bc;
}

.show-user-progress-modal .user-progress-content {
  height: 370px;
  overflow-y: auto;
}

.show-user-progress-modal .user-progress-content::-webkit-scrollbar {
  width: 6px;
}

.show-user-progress-modal .user-progress-content::-webkit-scrollbar-track {
  background: 0 0;
}

.show-user-progress-modal .user-progress-content::-webkit-scrollbar-thumb {
  background: #4404bc;
  border-radius: 6px;
}

.show-user-progress-modal .user-progress-content::-webkit-scrollbar-thumb:hover {
  background: #4404bc;
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-mobile {
    display: none;
  }
}

.show-user-progress-modal .user-progress-header,
.show-user-progress-modal .user-progress-mobile-header {
  padding-left: 50px;
  font-weight: 600;
}

.show-user-progress-modal .user-progress-mobile-date {
  padding-left: 50px;
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-mobile-date {
    display: none;
  }
}

.show-user-progress-modal .user-progress-cert-wrapper {
  border-bottom: 2px solid #f8f5fd;
}

.show-user-progress-modal .user-progress-cert-wrapper:first-child {
  border-top: 2px solid #f8f5fd;
}

.show-user-progress-modal .user-progress-cert {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 10px;
}

.show-user-progress-modal .user-progress-cert p {
  margin: 0;
}

.show-user-progress-modal .user-progress-cert-id {
  width: 40px;
}

.show-user-progress-modal .user-progress-cert-title {
  padding-left: 20px;
  padding-right: 10px;
  width: calc(100% - 40px - 40px);
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-cert-title {
    padding-left: 40px;
    padding-right: 20px;
    width: calc(100% - 40px - 150px - 50px);
  }
}

.show-user-progress-modal .user-progress-cert-date {
  display: none;
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-cert-date {
    display: block;
    width: 150px;
  }
}

.show-user-progress-modal .user-progress-cert-img {
  width: 40px;
}

.show-user-progress-modal .user-progress-cert-img img {
  width: 40px;
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-cert-img {
    width: 50px;
  }

  .show-user-progress-modal .user-progress-cert-img img {
    width: 50px;
  }
}

.show-user-progress-modal .user-progress-accordeon-wrapper {
  border-bottom: 2px solid #f8f5fd;
  transition: .3s background-color ease;
}

.show-user-progress-modal .user-progress-accordeon-wrapper:first-child {
  border-top: 2px solid #f8f5fd;
}

.show-user-progress-modal .user-progress-accordeon-wrapper[aria-expanded=true] {
  background-color: #f8f5fd;
  box-shadow: inset 0 -10px 20px -10px rgba(71,0,168,.05),inset 0 10px 20px -10px rgba(71,0,168,.05);
}

.show-user-progress-modal .user-progress-accordeon-content {
  margin: 20px 0;
  padding-left: 50px;
}

.show-user-progress-modal .user-progress-accordeon-content .error {
  color: #333!important;
  font-weight: 600!important;
}

.show-user-progress-modal .user-progress-accordeon {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 10px;
}

.show-user-progress-modal .user-progress-accordeon p {
  margin: 0;
}

.show-user-progress-modal .user-progress-accordeon-id {
  width: 40px;
}

.show-user-progress-modal .user-progress-accordeon-title {
  padding-right: 20px;
  width: calc(100% - 40px - 50px);
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-accordeon-title {
    width: calc(100% - 40px - 150px - 50px);
  }
}

.show-user-progress-modal .user-progress-accordeon-date {
  display: none;
}

@media (min-width:576px) {
  .show-user-progress-modal .user-progress-accordeon-date {
    display: block;
    width: 150px;
  }
}

.show-user-progress-modal .user-progress-accordeon-action {
  width: 50px;
}

.show-user-progress-modal .user-progress-accordeon-action button {
  background-color: transparent;
  border: none;
  height: 42px;
  width: 56px;
  padding: 0;
}

.show-user-progress-modal .user-progress-accordeon-action button span {
  padding: 1px 6px;
  display: inline-block;
  height: inherit;
  width: inherit;
  position: relative;
}

.show-user-progress-modal .user-progress-accordeon-action button span:focus {
  outline: 0;
}

.show-user-progress-modal .user-progress-accordeon-action button .fa {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 6px);
  font-size: 16px;
  color: #4404bc;
  transition: .3s all ease;
}

.show-user-progress-modal .user-progress-accordeon-action button[aria-expanded=true] .fa {
  transform: rotate(-180deg);
}

.confirmation-modal {
  min-width: 280px;
  box-shadow: -20px 0 40px rgba(71,0,168,.4);
}

@media (min-width:768px) {
  .confirmation-modal {
    width: 50vw;
    min-width: 500px;
    padding: 40px;
    max-width: 700px!important;
  }
}

.confirmation-modal .confirmation-content {
  text-align: center;
  color: #333;
}

.confirmation-modal .actions .btn {
  min-width: 162px;
}

@media (max-width:767.98px) {
  .confirmation-modal .actions {
    flex-direction: column;
  }

  .confirmation-modal .actions a {
    order: 2;
    width: 100%;
  }

  .confirmation-modal .actions input {
    order: 1;
    width: 100%;
    margin-bottom: 18px;
  }
}

.confirmation-modal a.close-modal {
  width: 60px;
  height: 60px;
}

.confirmation-modal .modal-content {
  border: none;
}

.confirmation-modal ul {
  max-height: 50vh;
  overflow-y: auto;
  text-align: left;
}

.confirmation-modal h1 {
  justify-content: center;
  text-align: center;
}

.video-player-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.video-player-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-player-box::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}

.video-player-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mp-modal {
  box-shadow: -20px 0 40px rgba(71,0,168,.4);
}

.mp-modal a.close-modal {
  width: 60px;
  height: 60px;
}

.mp-modal-content {
  border: none;
  padding-top: 30px;
  min-height: 400px;
}

@media (max-width:767.98px) {
  .mp-modal-content {
    min-height: unset;
  }
}

.mp-modal-content a {
  color: #4404bc;
}

.mp-modal-content a:focus,
.mp-modal-content a:hover {
  text-decoration: underline;
  color: #4404bc;
}

.message-group-modal {
  padding-left: 0;
  padding-right: 0;
}

.message-group-modal .modal-content {
  max-width: 100%;
  margin: 0;
  border: none;
}

.message-group-modal .modal-title {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1rem;
}

.message-group-modal .teacher-groups-wrapper {
  margin-bottom: 0;
}

@media (min-width:1200px) {
  .message-group-modal .teacher-groups-wrapper {
    margin-bottom: 0;
  }
}

.message-group-modal .teacher-groups-wrapper {
  max-height: 370px;
  overflow-y: auto;
  overflow-x: hidden;
}

.message-group-modal .teacher-groups-wrapper::-webkit-scrollbar {
  width: 6px;
}

.message-group-modal .teacher-groups-wrapper::-webkit-scrollbar-track {
  background: 0 0;
}

.message-group-modal .teacher-groups-wrapper::-webkit-scrollbar-thumb {
  background: #4404bc;
  border-radius: 6px;
}

.message-group-modal .teacher-groups-wrapper::-webkit-scrollbar-thumb:hover {
  background: #4404bc;
}

.mp-contactform-wrapper {
  padding: 100px 0;
}

@media (max-width:1199.98px) {
  .mp-contactform-wrapper {
    padding-top: 50px;
  }
}

@media (max-width:767.98px) {
  .mp-contactform-wrapper .itszkola-form-btn {
    margin-bottom: 30px;
  }
}

@media (max-width:767.98px) {
  .mp-contactform-wrapper .contactform-button-wrapper {
    display: flex;
    justify-content: center;
  }
}

.mp-contactform-wrapper .form-group {
  margin-bottom: 30px;
}

.mp-contactform-wrapper .mp-contactform {
  max-width: 370px;
}

@media (max-width:767.98px) {
  .mp-contactform-wrapper .mp-contactform {
    max-width: unset;
  }
}

.mp-contactform-wrapper .contactform-image-wrapper {
  text-align: right;
}

.mp-contactform-wrapper .contactform-rodo h2 {
  font-size: 18px;
}

@media (max-width:767.98px) {
  .mp-contactform-wrapper .contactform-rodo {
    order: 4;
  }
}

@media (max-width:767.98px) {
  .mp-contactform-wrapper .contactform-notlogged-wrapper {
    order: 2;
  }
}

@media (max-width:767.98px) {
  .mp-contactform-wrapper .contactform-logged-wrapper {
    order: 1;
  }
}

@media (max-width:767.98px) {
  .mp-contactform-wrapper .contactform-image-wrapper {
    order: 3;
    display: none;
  }
}

.mp-contactform-wrapper .error {
  margin-top: 6px!important;
  width: 100%;
  margin-left: 0!important;
}

.contactform-captcha {
  display: flex;
  justify-content: flex-start;
  margin: 30px 0;
  width: 100%;
  flex-wrap: wrap;
}

@media (max-width:767.98px) {
  .contactform-captcha {
    justify-content: center;
  }
}

.contactform-img {
  width: 100%;
  height: 100%;
  max-width: 650px;
}

.mp-accordeon-eulas.mb-accordion {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width:767.98px) {
  .mp-accordeon-eulas.mb-accordion {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.mp-accordeon-eulas.mb-accordion .mp-inner-flex {
  display: flex;
  padding-right: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.mp-accordeon-eulas.mb-accordion .mp-inner-flex .mp-inner-flex-title {
  width: calc(100% - 38px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mp-accordeon-eulas.mb-accordion .card,
.mp-accordeon-eulas.mb-accordion .card-header {
  background-color: #f8f5fd;
  border-radius: .625rem;
}

.mp-accordeon-eulas.mb-accordion label {
  margin: 0;
}

.mp-accordeon-eulas.mb-accordion input[type=checkbox] {
  margin-top: 0;
  margin-right: 12px;
}

.mp-accordeon-eulas.mb-accordion .card-header {
  box-shadow: none;
  padding-left: 0;
  margin: 16px 10px 16px 20px;
}

.mp-accordeon-eulas.mb-accordion .card-header img {
  margin-right: 20px;
}

.mp-accordeon-eulas.mb-accordion .mp-card-title {
  text-decoration: none;
  font-weight: 500;
}

.mp-accordeon-eulas.mb-accordion button {
  color: #333!important;
  text-decoration: none!important;
}

.mp-accordeon-eulas.mb-accordion .decor {
  padding: 0;
  height: 100%;
  background: 0 0;
}

.mp-accordeon-eulas.mb-accordion .decor::after {
  display: none;
}

.mp-accordeon-eulas.mb-accordion .decor[aria-expanded=true] .btn-content img {
  transform-origin: center center;
  transform: rotate(-90deg);
}

.mp-accordeon-eulas.mb-accordion .decor .btn-content {
  width: inherit;
  height: inherit;
  margin-bottom: 3px;
  padding: 1px 6px;
  position: relative;
}

.mp-accordeon-eulas.mb-accordion .decor .btn-content img {
  display: block;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  position: absolute;
  transform: rotate(90deg);
  transition: all .3s ease;
}

.mp-accordeon-eulas.mb-accordion .decor .btn-content:focus {
  outline: 0;
}

.mp-accordeon-eulas.mb-accordion .card-body {
  max-height: unset;
  border-top: .0625rem solid #fff;
  padding: 20px;
}

.mp-accordeon-eulas.mb-accordion .card-body ul {
  margin: 0;
}

.mp-news-wrapper .paginated-body,
.paginated-body-wrapper .paginated-body,
.user-recommended-wrapper .paginated-body {
  margin-bottom: 80px;
}

.mp-news-wrapper .homepage-news-tile,
.paginated-body-wrapper .homepage-news-tile,
.user-recommended-wrapper .homepage-news-tile {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

@media (max-width:767.98px) {
  .mp-news-wrapper .homepage-news-tile,
  .paginated-body-wrapper .homepage-news-tile,
  .user-recommended-wrapper .homepage-news-tile {
    flex-direction: column;
  }
}

.mp-news-wrapper .homepage-news-tile .homepage-news-image,
.paginated-body-wrapper .homepage-news-tile .homepage-news-image,
.user-recommended-wrapper .homepage-news-tile .homepage-news-image {
  width: 370px;
}

@media (max-width:767.98px) {
  .mp-news-wrapper .homepage-news-tile .homepage-news-image,
  .paginated-body-wrapper .homepage-news-tile .homepage-news-image,
  .user-recommended-wrapper .homepage-news-tile .homepage-news-image {
    width: 100%;
  }
}

.mp-news-wrapper .homepage-news-tile .homepage-news-content,
.paginated-body-wrapper .homepage-news-tile .homepage-news-content,
.user-recommended-wrapper .homepage-news-tile .homepage-news-content {
  width: calc(100% - 370px);
  display: flex;
  flex-direction: column;
  padding: 30px 20px 30px 20px;
}

@media (max-width:767.98px) {
  .mp-news-wrapper .homepage-news-tile .homepage-news-content,
  .paginated-body-wrapper .homepage-news-tile .homepage-news-content,
  .user-recommended-wrapper .homepage-news-tile .homepage-news-content {
    width: 100%;
  }
}

.mp-news-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header,
.paginated-body-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header,
.user-recommended-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width:575.98px) {
  .mp-news-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header,
  .paginated-body-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header,
  .user-recommended-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header {
    flex-direction: column;
  }
}

.mp-news-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header h3,
.mp-news-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header p,
.paginated-body-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header h3,
.paginated-body-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header p,
.user-recommended-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header h3,
.user-recommended-wrapper .homepage-news-tile .homepage-news-content .homepage-news-header p {
  margin-bottom: 0;
}

.mp-news-wrapper .homepage-news-tile .homepage-news-content .homepage-news-author,
.paginated-body-wrapper .homepage-news-tile .homepage-news-content .homepage-news-author,
.user-recommended-wrapper .homepage-news-tile .homepage-news-content .homepage-news-author {
  margin-bottom: .5rem;
}

.mp-news-wrapper .homepage-news-tile .homepage-news-content .homepage-news-title,
.paginated-body-wrapper .homepage-news-tile .homepage-news-content .homepage-news-title,
.user-recommended-wrapper .homepage-news-tile .homepage-news-content .homepage-news-title {
  font-weight: 600;
  padding-right: 20px;
}

@media (max-width:575.98px) {
  .mp-news-wrapper .homepage-news-tile .homepage-news-content .homepage-news-title,
  .paginated-body-wrapper .homepage-news-tile .homepage-news-content .homepage-news-title,
  .user-recommended-wrapper .homepage-news-tile .homepage-news-content .homepage-news-title {
    padding-right: 0;
  }
}

.mp-news-wrapper .homepage-news-tile .homepage-news-content .homepage-news-text,
.paginated-body-wrapper .homepage-news-tile .homepage-news-content .homepage-news-text,
.user-recommended-wrapper .homepage-news-tile .homepage-news-content .homepage-news-text {
  -webkit-line-clamp: 3;
  width: 100%;
  flex-grow: 1;
}

.mp-news-wrapper {
  padding: 100px 0;
}

@media (max-width:1199.98px) {
  .mp-news-wrapper {
    padding-top: 50px;
  }
}

.mp-news-wrapper h1 {
  overflow-wrap: anywhere;
}

.news-responsive-iframe {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.news-responsive-iframe img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-responsive-iframe::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}

.news-responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-content-links a {
  color: #4404bc;
}

.news-content-links a:focus,
.news-content-links a:hover {
  text-decoration: underline;
  color: #4404bc;
}

.news-content-wide {
  margin: 0 auto;
  max-width: unset;
  width: 80%;
}

.news-content-wide img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.coursematerial-test h2 {
  font-size: 18px;
  text-align: center;
}

.mp-image-finished {
  margin: 20px auto;
  text-align: center;
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mp-image-finished.passed {
  background-image: url("/dist/img/ose/passed.svg");
}

.mp-image-finished.notpassed {
  background-image: url("/dist/img/ose/notpassed.svg");
}

.mp-image-finished.again {
  width: 240px;
  height: 240px;
  background-image: url("/dist/img/ose/delay.svg");
}

@media (max-width:991.98px) {
  .mp-image-finished.again {
    width: 200px;
    height: 200px;
  }
}

@media (max-width:991.98px) {
  .mp-image-finished {
    width: 160px;
    height: 160px;
  }
}

.mp-questions-finished {
  text-align: center;
  border: none;
  padding: 0 30px 30px 30px;
}

.mp-extra-cert-info {
  margin-top: 40px;
}

.mp-score {
  font-size: 32px;
}

.cert-info a {
  display: inline;
}

.mp-question-wrapper .controls-test-submit.hidden {
  display: block!important;
}

.paginated-body-wrapper,
.user-recommended-wrapper {
  margin-top: 48px;
  margin-bottom: 80px;
}

@media (max-width:767.98px) {
  .paginated-body-wrapper,
  .user-recommended-wrapper {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.itszkola-table .dataTables_paginate,
.pagination-wrapper {
  display: flex;
  justify-content: center;
  color: #333;
  margin-bottom: 50px;
}

.itszkola-table .dataTables_paginate .pagination .page-item,
.pagination-wrapper .pagination.mp-pagination .page-item {
  margin: 0 2px;
}

.itszkola-table .dataTables_paginate .pagination .page-item .page-link,
.pagination-wrapper .pagination.mp-pagination .page-item .page-link {
  color: #333;
  border: none;
  border-radius: .625rem;
}

.itszkola-table .dataTables_paginate .pagination .page-item .page-link,
.itszkola-table .dataTables_paginate .pagination .page-item .page-link a:focus,
.pagination-wrapper .pagination.mp-pagination .page-item .page-link,
.pagination-wrapper .pagination.mp-pagination .page-item .page-link a:focus {
  text-decoration: none;
}

.itszkola-table .dataTables_paginate .pagination .page-item .page-link:focus,
.pagination-wrapper .pagination.mp-pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 .2rem rgba(68,4,188,.25);
}

.itszkola-table .dataTables_paginate .pagination .page-item.active .page-link,
.pagination-wrapper .pagination.mp-pagination .page-item.active .page-link {
  color: #fff;
  background-color: #4404bc;
}

.itszkola-table .dataTables_paginate .pagination .page-item.next img,
.itszkola-table .dataTables_paginate .pagination .page-item.previous img,
.pagination-wrapper .pagination.mp-pagination .page-item.next img,
.pagination-wrapper .pagination.mp-pagination .page-item.previous img {
  margin-bottom: 2px;
}

@media (max-width:767.98px) {
  .itszkola-table .dataTables_paginate .pagination .page-item.next span,
  .itszkola-table .dataTables_paginate .pagination .page-item.previous span,
  .pagination-wrapper .pagination.mp-pagination .page-item.next span,
  .pagination-wrapper .pagination.mp-pagination .page-item.previous span {
    display: none;
  }
}

.itszkola-table .dataTables_paginate .pagination .page-item.previous img,
.pagination-wrapper .pagination.mp-pagination .page-item.previous img {
  margin-right: 10px;
  transform: rotate(-180deg);
}

@media (max-width:767.98px) {
  .itszkola-table .dataTables_paginate .pagination .page-item.previous img,
  .pagination-wrapper .pagination.mp-pagination .page-item.previous img {
    margin-right: 0;
  }
}

.itszkola-table .dataTables_paginate .pagination .page-item.next img,
.pagination-wrapper .pagination.mp-pagination .page-item.next img {
  margin-left: 10px;
}

@media (max-width:767.98px) {
  .itszkola-table .dataTables_paginate .pagination .page-item.next img,
  .pagination-wrapper .pagination.mp-pagination .page-item.next img {
    margin-left: 0;
  }
}

.pagination-no-results {
  font-weight: 400;
}

.mp-news-wrapper .content-wrapper.pagination-no-results {
  padding: 0;
}

.preloader-container {
  position: relative;
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-box {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  width: 200px;
  height: 200px;
}

.hat-container {
  width: 60px;
  height: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  animation: hat-rotate .8s ease-in-out infinite;
  animation-delay: .2s;
}

.hat-container img {
  width: 100%;
  height: 100%;
}

.hat-1,
.hat-2,
.hat-3 {
  position: absolute;
}

.hat-1 {
  width: 55px;
  height: auto;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.hat-1 svg {
  animation: hat1 .8s ease-out infinite;
}

.hat-2 {
  width: 40px;
  height: auto;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.hat-2 svg {
  animation: hat2 .8s ease-in infinite;
}

.hat-3 {
  width: 5px;
  height: auto;
  right: 5%;
  top: 51%;
  transform: translateY(-35%);
}

.hat-3 svg {
  animation: hat3 .8s ease-out infinite;
}

.spinner {
  animation: rotate 1s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  width: 100%;
  height: 100%;
}

.path {
  stroke-linecap: round;
  animation: dash 1.5s ease-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 10,540;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 400,540;
    stroke-dashoffset: -200;
  }

  100% {
    stroke-dasharray: 400,540;
    stroke-dashoffset: -498;
  }
}

@keyframes hat1 {
  50% {
    transform: translateY(-15px) scaleY(.6);
  }
}

@keyframes hat2 {
  15% {
    transform: translateY(0) scaleY(1);
  }

  40% {
    transform: translateY(-20px) scaleY(.6);
  }

  90% {
    transform: translateY(0) scaleY(1);
  }
}

@keyframes hat3 {
  0% {
    transform: translateY(-5px) rotate(0);
  }

  50% {
    transform: translateY(-20px) rotate(-20deg);
  }

  100% {
    transform: translateY(-5px) rotate(0);
  }
}

@keyframes hat-rotate {
  10% {
    transform: translate(-50%,-50%) rotate(0);
  }

  50% {
    transform: translate(-50%,-50%) rotate(-10deg);
  }

  100% {
    transform: translate(-50%,-50%) rotate(0);
  }
}

.itszkola-textfield {
  position: relative;
  width: 100%;
}

.itszkola-textfield.search {
  position: relative;
  max-width: 670px;
}

.itszkola-textfield.search input {
  padding-right: 40px;
}

.itszkola-textfield.search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/dist/img/ose/icons/search-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.itszkola-textfield .input-header {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: .75rem;
  background-color: #fff;
  color: gray;
  padding: 0 .3rem;
  margin: 0 .5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}

.itszkola-textfield input,
.itszkola-textfield textarea {
  font-size: 1rem;
  width: 100%;
  outline: 0;
  border: 1px solid gray;
  border-radius: 5px;
  padding: .75rem .7rem;
  color: gray;
  transition: .1s ease-out;
}

.itszkola-textfield input:focus,
.itszkola-textfield textarea:focus {
  border-color: #4404bc;
}

.itszkola-textfield input:focus~.input-header,
.itszkola-textfield textarea:focus~.input-header {
  color: #4404bc;
  top: 0;
  transform: translateY(-50%) scale(.9);
}

.itszkola-textfield input:not(:-moz-placeholder-shown),
.itszkola-textfield textarea:not(:-moz-placeholder-shown) {
  color: #333;
}

.itszkola-textfield input:not(:placeholder-shown),
.itszkola-textfield textarea:not(:placeholder-shown) {
  color: #333;
}

.itszkola-textfield input:not(:-moz-placeholder-shown)~.input-header,
.itszkola-textfield textarea:not(:-moz-placeholder-shown)~.input-header {
  top: 0;
  transform: translateY(-50%) scale(.9);
}

.itszkola-textfield input:not(:placeholder-shown)~.input-header,
.itszkola-textfield textarea:not(:placeholder-shown)~.input-header {
  top: 0;
  transform: translateY(-50%) scale(.9);
}

.itszkola-textfield textarea[data-editor]:not(:-moz-placeholder-shown)~.input-header {
  transform: translateY(-100%) scale(.9);
}

.itszkola-textfield textarea[data-editor]:not(:placeholder-shown)~.input-header {
  transform: translateY(-100%) scale(.9);
}

.itszkola-textfield input:-webkit-autofill,
.itszkola-textfield input:-webkit-autofill:active,
.itszkola-textfield input:-webkit-autofill:focus,
.itszkola-textfield input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset!important;
}

.itszkola-textfield input::-webkit-inner-spin-button,
.itszkola-textfield input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.itszkola-textfield input[type=number] {
  -moz-appearance: textfield;
}

.itszkola-textfield input[type=color] {
  height: 3.25rem;
}

.itszkola-textfield .form-control {
  height: auto;
}

.itszkola-select {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.itszkola-select select {
  order: 1;
}

.itszkola-select .error {
  order: 2;
}

.itszkola-select .select-header {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 0;
  transform: translateY(-50%) scale(.9);
  background-color: #fff;
  color: gray;
  padding: 0 .3rem;
  margin: 0 .5rem;
  transition: .1s ease-out;
  transform-origin: left top;
  pointer-events: none;
  z-index: 3;
}

.itszkola-textfield-sm {
  margin-top: .4rem;
  margin-bottom: .4rem;
}

.itszkola-textfield-sm .input-header {
  top: .3rem;
}

.error-page-wrapper {
  padding-top: 50px!important;
  padding-bottom: 80px!important;
  overflow-wrap: break-word;
}

@media (min-width:768px) {
  .error-page-wrapper {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
  }
}

.error-page-wrapper .error-desc-wrapper {
  order: 2;
}

@media (min-width:768px) {
  .error-page-wrapper .error-desc-wrapper {
    order: 1;
    display: flex;
    align-items: center;
  }
}

.error-page-wrapper .error-img-wrapper {
  order: 1;
  margin-bottom: 40px;
  text-align: center;
  max-height: 230px;
}

@media (min-width:768px) {
  .error-page-wrapper .error-img-wrapper {
    order: 2;
    margin-bottom: 0;
    max-height: initial;
  }
}

.error-page-wrapper .error-page-desc {
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width:768px) {
  .error-page-wrapper .error-page-desc {
    max-width: initial;
  }
}

.error-page-wrapper .error-page-header {
  font-weight: 500;
  font-size: 34px;
}

@media (min-width:992px) {
  .error-page-wrapper .error-page-header {
    font-size: 48px;
  }
}

.error-page-wrapper .error-page-subheader {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
}

@media (min-width:992px) {
  .error-page-wrapper .error-page-subheader {
    font-size: 28px;
  }
}

.error-page-wrapper .error-page-info {
  font-size: 14px;
}

@media (min-width:992px) {
  .error-page-wrapper .error-page-info {
    font-size: 16px;
  }
}

.error-page-wrapper .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.error-page-wrapper .error-img {
  width: 100%;
  height: 100%;
  max-width: 550px;
}

.navigation-links {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigation-links.active,
.navigation-links:hover {
  background-color: #f8f5fd;
  border-radius: 1.5rem;
  color: #333;
}

.navigation-links.active,
.navigation-links:focus {
  font-weight: 600;
}

.navigation-links,
.navigation-links a {
  display: block;
  color: #333;
}

.navigation-links a:focus,
.navigation-links a:hover,
.navigation-links:focus,
.navigation-links:hover {
  text-decoration: none;
}

.navigation-links a:focus,
.navigation-links:focus {
  font-weight: 600;
}

.itszkola-table tr[role=row] {
  background-color: #f8f5fd;
  text-align: left;
}

.itszkola-table tr[role=row] th {
  border: none;
}

.itszkola-table td {
  border-color: #f8f5fd;
  cursor: pointer;
}

.itszkola-table .dataTables_filter,
.itszkola-table .dataTables_info,
.itszkola-table .dataTables_length {
  display: none;
}

.itszkola-table .dataTables_paginate {
  width: 100%;
}

.itszkola-table .dataTables_paginate .pagination .disabled {
  display: none;
}

.itszkola-table .dataTables_paginate li:nth-child(2):nth-last-child(2) {
  display: none;
}

.itszkola-table table.dataTable>thead .sorting,
.itszkola-table table.dataTable>thead .sorting_asc,
.itszkola-table table.dataTable>thead .sorting_desc {
  padding-right: .75rem;
}

.itszkola-table table.dataTable>thead .sorting::before,
.itszkola-table table.dataTable>thead .sorting_asc::before,
.itszkola-table table.dataTable>thead .sorting_desc::before {
  left: .75em;
  right: auto;
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  bottom: .75em;
}

.itszkola-table table.dataTable>thead .sorting::after,
.itszkola-table table.dataTable>thead .sorting_asc::after,
.itszkola-table table.dataTable>thead .sorting_desc::after {
  left: .75em;
  right: auto;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  bottom: .75em;
}

.itszkola-table table.dataTable>thead .sorting::after,
.itszkola-table table.dataTable>thead .sorting::before,
.itszkola-table table.dataTable>thead .sorting_asc::after,
.itszkola-table table.dataTable>thead .sorting_desc::before {
  opacity: 0;
}

.itszkola-table table.dataTable>thead .sorting_asc,
.itszkola-table table.dataTable>thead .sorting_desc {
  padding-left: 30px;
}

.itszkola-table li.paginate_button.next a,
.itszkola-table li.paginate_button.previous a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.itszkola-table li.paginate_button.next a::after,
.itszkola-table li.paginate_button.previous a::before {
  content: "";
  display: block;
  position: relative;
  background-image: url("/dist/img/ose/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 1rem;
}

.itszkola-table li.paginate_button.previous a::before {
  transform: rotate(-180deg);
}

@media (max-width:767.98px) {
  .itszkola-table li.paginate_button:not(.previous):not(.next) {
    display: none;
  }
}

.message-actions-navi {
  position: absolute;
  top: 0;
  right: 1rem;
}

@media (max-width:991.98px) {
  .message-actions-navi {
    right: unset;
    left: 50%;
    transform: translate(-50%,0);
  }
}

pre.message-text {
  font-size: 1rem;
  white-space: pre-line;
}

.notification-number {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}

.notification-item {
  display: flex;
  flex-direction: row;
}

.notification-item.unread {
  font-weight: 600;
}

.header-avatar .header-dropdown,
.header-dropdown {
  max-width: 75vw;
  width: auto;
}

@media (max-width:767.98px) {
  .header-avatar .header-dropdown,
  .header-dropdown {
    width: 75vw;
  }
}

.header-avatar .header-dropdown a:first-child,
.header-dropdown a:first-child {
  white-space: normal;
}

@media (min-width:576px) {
  .header-avatar .header-dropdown .notification-text,
  .header-dropdown .notification-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.notification-icon img {
  height: 1.5rem;
}

.message-group-modal .group-item[aria-expanded=true] {
  box-shadow: 0 5px 20px -5px rgba(71,0,168,.4);
}

.admin-link {
  display: inline-block;
  overflow-wrap: anywhere;
}

.admin-link.not-visible::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06a";
  color: #dc3545;
  padding-left: .25rem;
}

.admin-link.is-open::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06a";
  color: #ffc107;
  padding-left: .25rem;
}

.card-body .data-tables.data-tables-footer,
.card-body .data-tables.data-tables-header {
  padding-left: .5rem;
  padding-right: .5rem;
}

.expand-collapse-button::before {
  display: inline-block;
  position: relative;
  content: "Rozwiń";
}

.expand-collapse-button::after {
  display: inline-block;
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  padding-left: .25rem;
}

.expand-collapse-button[aria-expanded=true]::before {
  content: "Zwiń";
}

.expand-collapse-button[aria-expanded=true]::after {
  content: "\f077";
}

.user-main-data {
  overflow-wrap: anywhere;
}

@media (min-width:768px) {
  .w-md-25 {
    width: 25%!important;
  }
}

@media (min-width:768px) {
  .w-md-50 {
    width: 50%!important;
  }
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + .75rem + 2px)!important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #757575;
  line-height: calc(1.5em + .75rem);
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  top: 60%;
  border-color: #343a40 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + .75rem);
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.select2-results__message {
  color: #4404bc;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + .75rem + 2px)!important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 3px 5px 0;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
  height: 2rem;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #343a40;
  border: 1px solid rgb(188.5,198,207.5);
  border-radius: .2rem;
  padding: 0;
  padding-right: 5px;
  cursor: pointer;
  float: left;
  margin-top: .3em;
  margin-right: 5px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: rgb(188.5,198,207.5);
  font-weight: 600;
  margin-left: 3px;
  margin-right: 1px;
  padding-right: 3px;
  padding-left: 3px;
  float: left;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}

.select2-container {
  display: block;
}

.select2-container :focus {
  outline: 0;
}

.input-group .select2-container--bootstrap4 {
  flex-grow: 1;
}

.input-group-prepend~.select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--bootstrap4 .select2-selection {
  text-align: left;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .select2-container--bootstrap4 .select2-selection {
    transition: none;
  }
}

.select2-container--bootstrap4 .select2-selection {
  width: 100%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.select2-container--bootstrap4 .select2-selection .select2-selection__rendered {
  padding-left: 3px;
}

.select2-container--bootstrap4 .select2-selection .select2-search__field {
  background-color: transparent;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: rgb(255,206.5,210.9090909091);
  box-shadow: 0 0 0 .2rem rgba(255,79,95,.25);
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #e9ecef;
  cursor: not-allowed;
  border-color: #ced4da;
  box-shadow: none;
}

.select2-container--bootstrap4.select2-container--disabled .select2-search__field,
.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}

form.was-validated select:invalid~.select2-container--bootstrap4 .select2-selection,
select.is-invalid~.select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545;
}

form.was-validated select:valid~.select2-container--bootstrap4 .select2-selection,
select.is-valid~.select2-container--bootstrap4 .select2-selection {
  border-color: #28a745;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: gray;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid gray;
  border-top-left-radius: gray;
  border-top-right-radius: gray;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #f8f5fd;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #4404bc;
  color: #f8f9fa;
}

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap4 .select2-results>.select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}

.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #4404bc;
}

.select2-container--bootstrap4 .select2-selection__clear {
  width: 1.2em;
  height: 1.2em;
  line-height: 1.15em;
  padding-left: .3em;
  margin-top: .5em;
  border-radius: 100%;
  background-color: #4404bc;
  color: #f8f9fa;
  float: right;
  margin-right: .3em;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #343a40;
}

.select2-results__option {
  padding: 10px;
}

.select2-container--bootstrap4.select2-container .select2-selection {
  border-color: gray;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #4404bc;
  box-shadow: none;
}

.select2-container--bootstrap4 .select2-selection--single {
  height: auto!important;
}

.select2-container--bootstrap4 .select2-selection {
  padding: .375rem .7rem;
}

.select2-container--focus~.select-header {
  color: #4404bc;
}

.blocker {
  z-index: 1000;
}

.blocker::before {
  height: min(3vh,50px);
  display: block;
}

@media (max-width:767.98px) {
  .blocker::before {
    height: 0!important;
  }
}

.md-cookie-blocker {
  background: rgba(15,0,44,.3);
}

.md-cookie-blocker::before {
  height: 0;
}

@media only screen and (min-height:768px) {
  .md-cookie-blocker {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
}

.mp-page-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 2560px;
  position: relative;
}

@media (max-width:1199.98px) {
  .mp-page-wrapper {
    margin-top: 76px;
  }
}

.mp-section {
  overflow: hidden;
}

.content-wrapper,
.content-wrapper-0p,
.content-wrapper-0p-lg,
.content-wrapper-0p-md {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-wrapper {
  padding: 0 15px;
}

@media (min-width:992px) {
  .content-wrapper-0p-md {
    padding: 0 15px;
  }
}

@media (min-width:1200px) {
  .content-wrapper-0p-lg {
    padding: 0 15px;
  }
}

.mp-btn-primary {
  background-color: #ff4f5f;
  color: #fff!important;
}

.mp-btn-primary:hover {
  background-color: #ff4f5f!important;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  font-size: 1.3em;
  font-family: Montserrat,sans-serif;
}

h1 {
  font-size: 34px;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
}

h2 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
}

h4 {
  font-size: 1rem;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
}

.mp-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mp-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mp-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mp-t-80 {
  margin-top: 80px;
}

.mp-b-80 {
  margin-bottom: 80px!important;
}

.mp-b-50 {
  margin-bottom: 50px!important;
}

.mp-t-50 {
  margin-top: 50px;
}

.mp-t-20 {
  margin-top: 20px;
}

.mp-t-30 {
  margin-top: 30px;
}

.mp-b-30 {
  margin-bottom: 30px;
}

.mp-b-150 {
  margin-bottom: 150px;
}

.mp-t-200 {
  margin-top: 200px;
}

.mp-b-100 {
  margin-bottom: 100px;
}

.mp-section-title {
  font-size: 28px;
  overflow-wrap: anywhere;
}

@media (min-width:768px) {
  .mp-section-title.message-title {
    padding-right: 7rem;
  }
}

@media (max-width:991.98px) {
  .mp-section-title.message-title {
    padding-top: 4rem;
  }
}

.eb-section-subtitle {
  font-size: 24px;
  font-weight: 400;
}

.mp-link-secondary {
  color: #4404bc;
}

.mp-link-secondary:hover {
  color: #4404bc;
}

.mp-link-secondary {
  color: #4404bc;
}

.mp-link-secondary:hover {
  color: #4404bc;
}

.custom-options-wrapper {
  max-height: 340px;
  overflow-y: auto;
}

.custom-options-wrapper::-webkit-scrollbar {
  width: 6px;
}

.custom-options-wrapper::-webkit-scrollbar-track {
  background: 0 0;
}

.custom-options-wrapper::-webkit-scrollbar-thumb {
  background: #4404bc;
  border-radius: 6px;
}

.custom-options-wrapper::-webkit-scrollbar-thumb:hover {
  background: #4404bc;
}

@media (max-width:1199.98px) {
  .custom-options-wrapper {
    max-height: unset;
  }
}

.mp-section-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width:575.98px) {
  .mp-section-header {
    flex-direction: column;
  }
}

@media (max-width:575.98px) {
  .mp-section-header .btn {
    width: 100%;
  }
}

.mp-section-header-top {
  margin-bottom: 14px;
}

.itszkola-secondary-border-btn {
  background: #fff;
  border: 1px solid #4404bc;
  border-radius: 5px;
  padding: 9px 20px;
  color: #4404bc;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}

.itszkola-secondary-border-btn:focus,
.itszkola-secondary-border-btn:hover {
  color: #4404bc!important;
  background-color: #f8f5fd!important;
  text-decoration: none;
}

.itszkola-btn-with-icon {
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
}

@media (min-width:768px) {
  .itszkola-btn-with-icon {
    padding-left: 18px;
    padding-right: 24px;
  }
}

.itszkola-btn-with-icon i {
  font-size: 15px;
}

.itszkola-btn-with-icon img {
  height: 16px;
}

.itszkola-btn-with-icon i,
.itszkola-btn-with-icon img {
  display: inline-block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width:768px) {
  .itszkola-btn-with-icon i,
  .itszkola-btn-with-icon img {
    position: static;
    margin-right: 10px;
    transform: initial;
  }
}

.itszkola-gradient-filled-btn {
  display: inline-block;
  background-image: linear-gradient(to right,#f9ad41 0,#ff4f5f 51%,#f9ad41 100%);
  border: none;
  text-decoration: none;
  transition: .5s ease all;
  background-size: 200% auto;
  box-shadow: 0 3px 6px rgba(255,79,95,.149);
  border-radius: 28px;
  padding: 14px 36px;
  opacity: 1;
  color: #fff;
}

.itszkola-gradient-filled-btn:hover {
  background-position: right center;
  text-decoration: none;
  color: #fff;
}

.itszkola-gradient-filled-btn:focus {
  text-decoration: none;
}

@media (max-width:575.98px) {
  .itszkola-white-btn {
    width: 100%;
  }
}

.itszkola-white-btn {
  background: #fff;
  border: none;
  border-radius: 28px;
  color: #333;
  padding: 14px 36px;
  font-weight: 500;
}

.itszkola-white-btn:focus,
.itszkola-white-btn:hover {
  background-color: #f8f5fd!important;
  color: #4404bc!important;
  text-decoration: none;
}

.itszkola-white-btn:focus {
  box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)!important;
}

.itszkola-secondary-btn {
  background: linear-gradient(90deg,#6223d9 0,#4700a8 100%)!important;
  border: none;
  border-radius: 5px;
  color: #fff!important;
  padding: 10px 40px;
  transition: .3s all ease;
  text-align: center;
}

.itszkola-secondary-btn:focus,
.itszkola-secondary-btn:hover {
  color: #fff!important;
  background: linear-gradient(90deg,#4404bc 0,#4700a8 100%)!important;
  text-decoration: none!important;
}

.itszkola-secondary-btn:hover {
  box-shadow: 0 0 10px rgba(71,0,168,.45);
}

.itszkola-form-btn {
  border-radius: 28px;
  box-shadow: 0 0 10px rgba(71,0,168,.45);
  padding: 14px 60px;
  color: #fff;
  background: linear-gradient(107deg,#4404bc 0,#4700a8 100%);
}

.itszkola-form-btn:focus,
.itszkola-form-btn:hover {
  color: #fff!important;
  background-color: #4404bc!important;
  text-decoration: none;
}

.footer-lecture-link {
  font-family: Monsterrat,sans-serif;
}

.grouppage-category-about a,
.itszkola-link-underline {
  color: inherit;
  display: inline-block;
  margin: 0 0 .5rem;
  position: relative;
}

.grouppage-category-about a::after,
.itszkola-link-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .0625rem;
  background-color: currentColor;
  transition: transform .3s ease;
  transform-origin: center center;
  transform: scaleX(0);
}

.grouppage-category-about a:focus,
.itszkola-link-underline:focus {
  text-decoration: none;
}

.grouppage-category-about a:hover,
.itszkola-link-underline:hover {
  text-decoration: none;
}

.grouppage-category-about a:hover::after,
.itszkola-link-underline:hover::after {
  transform: scaleX(1);
}

.itszkola-socialmedia-icon {
  color: #fff;
  padding: 5px;
  font-size: 1.375rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  position: relative;
}

.itszkola-socialmedia-icon::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  background: hsla(0,0%,100%,.2);
  transition: transform .3s ease;
  transform-origin: center center;
  transform: scale(0);
}

.itszkola-socialmedia-icon::before {
  z-index: 3;
}

.itszkola-socialmedia-icon:focus,
.itszkola-socialmedia-icon:hover {
  text-decoration: none;
  color: #fff;
}

.itszkola-socialmedia-icon:hover::after {
  transform: scale(1);
}

.banner-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width:1199.98px) {
  .banner-wrapper {
    min-height: unset;
    height: auto;
  }
}

.banner-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent linear-gradient(270deg,rgba(68,4,188,.301) 0,rgba(68,4,188,.65) 100%);
}

.banner-wrapper.about-banner {
  min-height: 600px;
}

@media (max-width:767.98px) and (orientation:landscape) {
  .banner-wrapper.about-banner {
    min-height: unset;
  }
}

@media (max-width:575.98px) {
  .banner-wrapper.about-banner {
    height: calc(100vh - 76px);
    max-height: 600px;
    min-height: unset;
    background-image: url("/dist/img/ose/about-bg-mobile.jpg")!important;
  }

  .banner-wrapper.about-banner::after {
    background: transparent linear-gradient(180deg,rgba(68,4,188,.301) 0,rgba(68,4,188,.301) 100%);
  }

  .banner-wrapper.about-banner {
    justify-content: flex-end;
  }

  .banner-wrapper.about-banner .banner {
    padding-bottom: 50px;
  }
}

@media (max-width:575.98px) {
  .banner-wrapper.konkursy-banner {
    background-image: url("/dist/img/ose/konkursy-mobile-splash.png")!important;
  }
}

.banner-wrapper .banner {
  position: relative;
  z-index: 3;
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner-wrapper .banner h1 {
  font-size: 2.125rem;
  overflow-wrap: anywhere;
}

@media (max-width:991.98px) {
  .banner-wrapper .banner h1 {
    font-size: 1.75rem;
  }
}

.big-banner-wrapper {
  min-height: 600px;
}

.big-banner-wrapper .banner-content {
  max-width: 600px;
}

@media (max-width:767.98px) {
  .big-banner-wrapper {
    min-height: unset;
  }
}

.mp-eulas-wrapper .mp-accordeon-eulas {
  margin-top: 0;
}

@media (max-width:767.98px) {
  .mp-eulas-wrapper .mp-accordeon-eulas {
    margin-bottom: 20px;
  }
}

.mp-eulas-wrapper h2 {
  margin-bottom: 30px;
}

.mp-links-colors .itszkola-secondary-border-btn:hover {
  text-decoration: none;
}

.mp-links-colors a:not(.btn) {
  color: #4404bc;
}

.mp-links-colors a:focus:not(.btn),
.mp-links-colors a:hover:not(.btn) {
  text-decoration: underline;
  color: #4404bc;
}

.mp-top-wrapper {
  padding: 100px 0;
}

@media (max-width:1199.98px) {
  .mp-top-wrapper {
    padding-top: 50px;
  }
}

.mp-alert {
  border: none;
  margin: 0!important;
  padding: 40px 0!important;
}

.alert-success {
  margin: 40px 0;
  border: none;
  background-color: #d9f5e8;
  color: #333;
}

.mp-warning-wrapper {
  margin: 60px 0;
  width: 100%;
}

.mp-warning-wrapper .mp-warning-desc {
  max-width: 500px;
}

@media (max-width:991.98px) {
  .mp-warning-wrapper .mp-warning-desc {
    max-width: unset;
  }
}

.mp-warning-wrapper .mp-warning-desc a {
  color: #4404bc;
}

.mp-warning-wrapper .mp-warning-desc a:focus,
.mp-warning-wrapper .mp-warning-desc a:hover {
  color: #4404bc;
  text-decoration: none;
}

.mp-warning-wrapper .mp-warning-desc p:last-child {
  margin-bottom: 0;
}

.mp-warning-wrapper .mp-warning-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.mp-warning-wrapper .mp-warning-img {
  width: 100%;
}

@media (max-width:991.98px) {
  .mp-warning-wrapper .mp-warning-img {
    margin-bottom: 40px;
  }
}

.mp-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mp-image-wrapper.top {
  margin-top: 30px;
}

.mp-image-wrapper.bottom {
  margin-bottom: 30px;
}

.mp-image-wrapper img {
  width: 100%;
  max-width: 400px;
}

.mp-desc-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.mp-section {
  overflow: hidden;
}

.mp-section-orders {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mp-section-orders .mp-section-btn,
.mp-section-orders .mp-section-header {
  padding-top: 4px;
  padding-bottom: 16px;
}

@media (max-width:767.98px) {
  .mp-section-orders .mp-section-header {
    order: 1;
  }
}

.mp-section-orders .mp-section-content {
  width: 100%;
  height: 100%;
}

@media (max-width:767.98px) {
  .mp-section-orders .mp-section-content {
    order: 2;
  }
}

@media (max-width:767.98px) {
  .mp-section-orders .mp-section-btn {
    width: 100%;
    order: 3;
  }

  .mp-section-orders .mp-section-btn a {
    width: 100%;
  }
}

.error {
  color: #ff4f5f!important;
  font-weight: 400!important;
}

.error-msg-header {
  color: red;
  font-weight: 400!important;
  margin-bottom: 1.25rem;
}

.itszkola-table-header {
  display: flex;
  background-color: #f8f5fd;
  border-radius: .625rem;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width:767.98px) {
  .itszkola-table-header .hide-header-sm {
    display: none;
  }
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(118,63,240,.172);
  width: 50px;
  height: 50px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

@media (max-width:1199.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-prev img {
  transform: rotate(180deg);
}

.swiper-category-btn {
  transform: translateY(-50%);
}

.content-wrapper-inner {
  max-width: 770px;
  margin-right: auto;
}

.content-wrapper-inner img {
  max-width: 100%!important;
  height: auto!important;
}

.fas.fa-times {
  color: #000;
}

.font-weight-medium {
  font-weight: 600;
}

.pp-x-20 {
  padding-left: 20px!important;
  padding-right: 20px!important;
}

.new-banner {
  background: linear-gradient(270deg,#ff4f5f 0,#f9ad41 51.27%,#f9ad41 96.91%);
  height: 65px;
  color: #fff;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-banner-content {
  width: 600px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 1em;
}

@media (max-width:1199.98px) {
  .new-banner {
    margin-top: 76px;
    height: 80px;
  }
}

@media (max-width:1199.98px) {
  .mp-b-150.main-page {
    margin-top: -76px!important;
  }
}