@charset "UTF-8";
/* ==========================================================================
   TNA Variables
   ========================================================================== */
/* ==========================================================================
   EMP variables
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #777777;
  --bs-gray-dark: #333333;
  --bs-gray-100: #fefefe;
  --bs-gray-200: #eeeeee;
  --bs-gray-300: #cccccc;
  --bs-gray-400: #aaaaaa;
  --bs-gray-500: #999999;
  --bs-gray-600: #777777;
  --bs-gray-700: #555555;
  --bs-gray-800: #333333;
  --bs-gray-900: #222222;
  --bs-primary: #0a84d2;
  --bs-secondary: #777777;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #fefefe;
  --bs-dark: #222222;
  --bs-primary-rgb: 10, 132, 210;
  --bs-secondary-rgb: 119, 119, 119;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 254, 254, 254;
  --bs-dark-rgb: 34, 34, 34;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 76, 76, 76;
  --bs-body-bg-rgb: 26, 33, 45;
  --bs-font-sans-serif: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: OpenSans, Segoe UI, Roboto, Oxygen, Ubuntu, Arial, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #4c4c4c;
  --bs-body-bg: #1a212d;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0a84d2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0a84d2;
  text-decoration: none;
}
a:hover {
  color: rgb(8, 105.6, 168);
}

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

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #777777;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.figure {
  display: inline-block;
}

.container,
.container-fluid,
.container-lg {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.5rem);
  padding-left: var(--bs-gutter-x, 0.5rem);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 0;
}

@media (min-width: 380px) {
   .container {
    max-width: 380px;
  }
}
@media (min-width: 480px) {
   .container {
    max-width: 480px;
  }
}
@media (min-width: 576px) {
   .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
   .container-lg, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1494px) {
   .container-lg, .container {
    max-width: 1494px;
  }
}
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-3 {
  --bs-gutter-x: 1rem;
}

.g-3 {
  --bs-gutter-y: 1rem;
}

@media (min-width: 380px) {
  .col-xxs {
    flex: 1 0 0%;
  }
  .col-xxs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1494px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #4c4c4c;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #4c4c4c;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #4c4c4c;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #4c4c4c;
  vertical-align: top;
  border-color: #ebeef3;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #777777;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fafbfd;
  background-clip: padding-box;
  border: 1px solid #ebeef3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #333333;
  background-color: #fafbfd;
  border-color: rgb(132.5, 193.5, 232.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(10, 132, 210, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control::placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #333333;
  background-color: #eeeeee;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(226.1, 226.1, 226.1);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #333333;
  background-color: #eeeeee;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(226.1, 226.1, 226.1);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fafbfd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(132.5, 193.5, 232.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(10, 132, 210, 0.25);
}
.form-check-input:checked {
  background-color: #0a84d2;
  border-color: #0a84d2;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0a84d2;
  border-color: #0a84d2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  background-color: #eeeeee;
  border: 1px solid #ebeef3;
  border-radius: 4px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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


.is-invalid ~ .invalid-feedback {
  display: block;
}

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

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

 .form-check-input.is-invalid {
  border-color: #dc3545;
}
 .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
 .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
 .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

 .input-group .form-control.is-invalid {
  z-index: 2;
}
 .input-group .form-control.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #4c4c4c;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #4c4c4c;
}
 .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(10, 132, 210, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #0a84d2;
  border-color: #0a84d2;
}
.btn-primary:hover {
  color: #000;
  background-color: rgb(46.75, 150.45, 216.75);
  border-color: rgb(34.5, 144.3, 214.5);
}
 .btn-primary:focus {
  color: #000;
  background-color: rgb(46.75, 150.45, 216.75);
  border-color: rgb(34.5, 144.3, 214.5);
  box-shadow: 0 0 0 0.25rem rgba(8.5, 112.2, 178.5, 0.5);
}
 .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: rgb(59, 156.6, 219);
  border-color: rgb(34.5, 144.3, 214.5);
}
 .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(8.5, 112.2, 178.5, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #0a84d2;
  border-color: #0a84d2;
}

.btn-secondary {
  color: #000;
  background-color: #777777;
  border-color: #777777;
}
.btn-secondary:hover {
  color: #000;
  background-color: rgb(139.4, 139.4, 139.4);
  border-color: rgb(132.6, 132.6, 132.6);
}
 .btn-secondary:focus {
  color: #000;
  background-color: rgb(139.4, 139.4, 139.4);
  border-color: rgb(132.6, 132.6, 132.6);
  box-shadow: 0 0 0 0.25rem rgba(101.15, 101.15, 101.15, 0.5);
}
 .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: rgb(146.2, 146.2, 146.2);
  border-color: rgb(132.6, 132.6, 132.6);
}
 .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(101.15, 101.15, 101.15, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #777777;
  border-color: #777777;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
}
 .btn-success:focus {
  color: #fff;
  background-color: rgb(21.25, 114.75, 71.4);
  border-color: rgb(20, 108, 67.2);
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
 .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(20, 108, 67.2);
  border-color: rgb(18.75, 101.25, 63);
}
 .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(59.5, 153, 109.65, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
}
 .btn-info:focus {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
  box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
 .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(61.4, 212.6, 243);
  border-color: rgb(37.2, 207.3, 241.5);
}
 .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11.05, 171.7, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
}
 .btn-danger:focus {
  color: #fff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
 .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(176, 42.4, 55.2);
  border-color: rgb(165, 39.75, 51.75);
}
 .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #fefefe;
  border-color: #fefefe;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(254.15, 254.15, 254.15);
  border-color: rgb(254.1, 254.1, 254.1);
}
 .btn-light:focus {
  color: #000;
  background-color: rgb(254.15, 254.15, 254.15);
  border-color: rgb(254.1, 254.1, 254.1);
  box-shadow: 0 0 0 0.25rem rgba(215.9, 215.9, 215.9, 0.5);
}
 .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(254.2, 254.2, 254.2);
  border-color: rgb(254.1, 254.1, 254.1);
}
 .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215.9, 215.9, 215.9, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #fefefe;
  border-color: #fefefe;
}

.btn-dark {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.9, 28.9, 28.9);
  border-color: rgb(27.2, 27.2, 27.2);
}
 .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.9, 28.9, 28.9);
  border-color: rgb(27.2, 27.2, 27.2);
  box-shadow: 0 0 0 0.25rem rgba(67.15, 67.15, 67.15, 0.5);
}
 .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(27.2, 27.2, 27.2);
  border-color: rgb(25.5, 25.5, 25.5);
}
 .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(67.15, 67.15, 67.15, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}

.btn-outline-primary {
  color: #0a84d2;
  border-color: #0a84d2;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #0a84d2;
  border-color: #0a84d2;
}
 .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 132, 210, 0.5);
}
 .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #0a84d2;
  border-color: #0a84d2;
}
 .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(10, 132, 210, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0a84d2;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #777777;
  border-color: #777777;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #777777;
  border-color: #777777;
}
 .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(119, 119, 119, 0.5);
}
 .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #777777;
  border-color: #777777;
}
 .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(119, 119, 119, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #777777;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
 .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
 .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
 .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
 .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
 .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
 .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

.dropdown-menu-end {
  --bs-position: end;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #222222;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(30.6, 30.6, 30.6);
  background-color: #ebeef3;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0a84d2;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #999999;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #777777;
  white-space: nowrap;
}

.dropdown-menu-dark {
  color: #cccccc;
  background-color: #333333;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #cccccc;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0a84d2;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #999999;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-header {
  color: #999999;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0a84d2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: rgb(8, 105.6, 168);
}
.nav-link.disabled {
  color: #777777;
  pointer-events: none;
  cursor: default;
}

.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-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.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;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0a84d2;
  background-color: #fff;
  border: 1px solid #cccccc;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: rgb(8, 105.6, 168);
  background-color: #eeeeee;
  border-color: #cccccc;
}
.page-link:focus {
  z-index: 3;
  color: rgb(8, 105.6, 168);
  background-color: #eeeeee;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(10, 132, 210, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0a84d2;
  border-color: #0a84d2;
}
.page-item.disabled .page-link {
  color: #777777;
  pointer-events: none;
  background-color: #fff;
  border-color: #cccccc;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

.alert-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
  border-color: rgb(186, 219, 203.7);
}

.alert-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #eeeeee;
  border-radius: 4px;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #222222;
  background-color: #fff;
  border: 1px solid rgba(0, 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: #777777;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0a84d2;
  border-color: #0a84d2;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 4px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(10, 132, 210, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.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-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ebeef3;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem 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;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #ebeef3;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  
  .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: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.popover-body {
  padding: 1rem 1rem;
  color: #4c4c4c;
}

.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 150ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

.d-grid {
  display: grid !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;
}

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem !important;
}

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

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #777777 !important;
}

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 4px !important;
}

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

.visible {
  visibility: visible !important;
}

@media (min-width: 380px) {
  .d-xxs-inline {
    display: inline !important;
  }
  .d-xxs-inline-block {
    display: inline-block !important;
  }
  .d-xxs-block {
    display: block !important;
  }
  .d-xxs-grid {
    display: grid !important;
  }
  .d-xxs-table {
    display: table !important;
  }
  .d-xxs-table-row {
    display: table-row !important;
  }
  .d-xxs-table-cell {
    display: table-cell !important;
  }
  .d-xxs-flex {
    display: flex !important;
  }
  .d-xxs-inline-flex {
    display: inline-flex !important;
  }
  .d-xxs-none {
    display: none !important;
  }
  .m-xxs-0 {
    margin: 0 !important;
  }
  .m-xxs-1 {
    margin: 0.25rem !important;
  }
  .m-xxs-2 {
    margin: 0.5rem !important;
  }
  .m-xxs-3 {
    margin: 1rem !important;
  }
  .m-xxs-4 {
    margin: 1.5rem !important;
  }
  .m-xxs-5 {
    margin: 3rem !important;
  }
  .m-xxs-auto {
    margin: auto !important;
  }
  .mx-xxs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxs-0 {
    margin-top: 0 !important;
  }
  .mt-xxs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxs-3 {
    margin-top: 1rem !important;
  }
  .mt-xxs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxs-5 {
    margin-top: 3rem !important;
  }
  .mt-xxs-auto {
    margin-top: auto !important;
  }
  .me-xxs-0 {
    margin-right: 0 !important;
  }
  .me-xxs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxs-3 {
    margin-right: 1rem !important;
  }
  .me-xxs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxs-5 {
    margin-right: 3rem !important;
  }
  .me-xxs-auto {
    margin-right: auto !important;
  }
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxs-auto {
    margin-bottom: auto !important;
  }
  .ms-xxs-0 {
    margin-left: 0 !important;
  }
  .ms-xxs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxs-3 {
    margin-left: 1rem !important;
  }
  .ms-xxs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxs-5 {
    margin-left: 3rem !important;
  }
  .ms-xxs-auto {
    margin-left: auto !important;
  }
  .p-xxs-0 {
    padding: 0 !important;
  }
  .p-xxs-1 {
    padding: 0.25rem !important;
  }
  .p-xxs-2 {
    padding: 0.5rem !important;
  }
  .p-xxs-3 {
    padding: 1rem !important;
  }
  .p-xxs-4 {
    padding: 1.5rem !important;
  }
  .p-xxs-5 {
    padding: 3rem !important;
  }
  .px-xxs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxs-0 {
    padding-top: 0 !important;
  }
  .pt-xxs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxs-3 {
    padding-top: 1rem !important;
  }
  .pt-xxs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxs-5 {
    padding-top: 3rem !important;
  }
  .pe-xxs-0 {
    padding-right: 0 !important;
  }
  .pe-xxs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxs-3 {
    padding-right: 1rem !important;
  }
  .pe-xxs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxs-5 {
    padding-right: 3rem !important;
  }
  .pb-xxs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxs-0 {
    padding-left: 0 !important;
  }
  .ps-xxs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxs-3 {
    padding-left: 1rem !important;
  }
  .ps-xxs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxs-5 {
    padding-left: 3rem !important;
  }
  .text-xxs-start {
    text-align: left !important;
  }
  .text-xxs-end {
    text-align: right !important;
  }
  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 480px) {
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1494px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
/* ==========================================================================
   Type
   ========================================================================== */
body {
  font-family: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

h1,
.h1 {
  font-family: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  font-kerning: normal;
  letter-spacing: -0.0125em;
  margin-bottom: 0.75em;
  color: #fff;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    color: #0a84d2;
  }
}

h2,
.h2 {
  font-family: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  font-kerning: normal;
  letter-spacing: -0.0125em;
  margin-bottom: 0.75em;
  color: #fff;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    color: #0a84d2;
  }
}

h3,
.h3 {
  font-family: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  font-kerning: normal;
  letter-spacing: -0.0125em;
  margin-bottom: 0.75em;
  color: #fff;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    color: #0a84d2;
  }
}

h4,
.h4 {
  font-family: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  font-kerning: normal;
  letter-spacing: -0.0125em;
  margin-bottom: 0.75em;
  color: #fff;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    color: #0a84d2;
  }
}

h5,
.h5 {
  font-family: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  font-kerning: normal;
  letter-spacing: -0.0125em;
  margin-bottom: 0.75em;
  color: #fff;
}
@media (min-width: 992px) {
  h5,
  .h5 {
    color: #0a84d2;
  }
}

h6,
.h6 {
  font-family: "OpenSans", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25;
  font-kerning: normal;
  letter-spacing: -0.0125em;
  margin-bottom: 0.75em;
  color: #fff;
}
@media (min-width: 992px) {
  h6,
  .h6 {
    color: #0a84d2;
  }
}

/* -- other link styles are in reboot.scss --*/
b, strong {
  font-weight: 700;
}

.text-red {
  color: #ff3300;
}

.text-green {
  color: #4eaf2d;
}

.text-orange {
  color: #ff9900;
}

.text-blue {
  color: #0a84d2;
}

.text-gray {
  color: #999999;
}

.text-sm1 {
  font-size: 0.8125rem;
}

.text-sm2 {
  font-size: 0.875rem;
}

.text-sm3 {
  font-size: 0.9375rem;
}

.text-opacity {
  opacity: 0.5;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .text-opacity {
    opacity: 1;
    color: #999999;
  }
}

.text-yellow {
  color: #ffd000 !important;
}

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

h1, .h1 {
  font-size: 1.333rem;
  margin-top: 1.25em;
}

h2, .h2 {
  font-size: 1rem;
  margin-top: 1.25em;
}

.section-header h1, .section-header .h1, .section-header h2, .section-header .h2 {
  font-size: 1.333rem;
}
.section-header h1, .section-header .h1, .section-header h2, .section-header .h2, .section-header h3, .section-header .h3 {
  margin: 0;
}
.section-header h1 i:before, .section-header .h1 i:before, .section-header h2 i:before, .section-header .h2 i:before, .section-header h3 i:before, .section-header .h3 i:before {
  color: #fff;
}
.section-header h1, .section-header .h1, .section-header h2, .section-header .h2 {
  display: flex;
  align-items: center;
}

body:not(.site-empflix) {
  color: #889197;
}
@media (min-width: 992px) {
  body:not(.site-empflix) {
    color: #4c4c4c;
  }
}
body:not(.site-empflix) h1:not(.modal-title),
body:not(.site-empflix) .h1:not(.modal-title) {
  color: #fff;
}
@media (min-width: 992px) {
  body:not(.site-empflix) h1:not(.modal-title),
  body:not(.site-empflix) .h1:not(.modal-title) {
    color: #0a84d2;
  }
}
body:not(.site-empflix) h2:not(.modal-title),
body:not(.site-empflix) .h2:not(.modal-title) {
  color: #fff;
}
@media (min-width: 992px) {
  body:not(.site-empflix) h2:not(.modal-title),
  body:not(.site-empflix) .h2:not(.modal-title) {
    color: #0a84d2;
  }
}
body:not(.site-empflix) h3:not(.modal-title),
body:not(.site-empflix) .h3:not(.modal-title) {
  color: #fff;
}
@media (min-width: 992px) {
  body:not(.site-empflix) h3:not(.modal-title),
  body:not(.site-empflix) .h3:not(.modal-title) {
    color: #0a84d2;
  }
}
body:not(.site-empflix) h4:not(.modal-title),
body:not(.site-empflix) .h4:not(.modal-title) {
  color: #fff;
}
@media (min-width: 992px) {
  body:not(.site-empflix) h4:not(.modal-title),
  body:not(.site-empflix) .h4:not(.modal-title) {
    color: #0a84d2;
  }
}
body:not(.site-empflix) h5:not(.modal-title),
body:not(.site-empflix) .h5:not(.modal-title) {
  color: #fff;
}
@media (min-width: 992px) {
  body:not(.site-empflix) h5:not(.modal-title),
  body:not(.site-empflix) .h5:not(.modal-title) {
    color: #0a84d2;
  }
}
body:not(.site-empflix) h6:not(.modal-title),
body:not(.site-empflix) .h6:not(.modal-title) {
  color: #fff;
}
@media (min-width: 992px) {
  body:not(.site-empflix) h6:not(.modal-title),
  body:not(.site-empflix) .h6:not(.modal-title) {
    color: #0a84d2;
  }
}

body.site-empflix {
  color: #cccdce;
}
@media (min-width: 992px) {
  body.site-empflix {
    color: #4c4c4c;
  }
}
body.site-empflix .section-header + p a {
  color: #fff;
}
@media (min-width: 992px) {
  body.site-empflix .section-header + p a {
    color: #0a84d2;
  }
}

/* ==========================================================================
   Badge
   ========================================================================== */
.badge:hover {
  text-decoration: none;
}

.badge-video,
.badge-video-info {
  margin: 0 0 2px 0;
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
}
.badge-video:hover,
.badge-video-info:hover {
  background: #0a84d2;
  color: #fff;
}

.badge-video,
.badge-video-info {
  color: #cccdce;
}
@media (min-width: 992px) {
  .badge-video,
  .badge-video-info {
    color: #69798c;
  }
}
.badge-video:first-child,
.badge-video-info:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .badge-video-info {
    margin: 0 0 2px 0;
    color: #69798c;
    background: #ebeef3;
    background: linear-gradient(to right, #0a84d2 0%, #0a84d2 32px, #ebeef3 32px, #ebeef3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='$blue-grey-light',GradientType=1 );
  }
}
.badge-video-info:before {
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-flex;
  opacity: 0.5;
  margin-right: 0.25rem;
}
@media (min-width: 992px) {
  .badge-video-info:before {
    margin-right: 1rem;
    opacity: 1;
  }
}

.badge-kiss:before {
  background: url(../../img/icons/icon-kiss.svg);
  background-size: 16px 8px;
  width: 16px;
  height: 8px;
}

.badge-verified:before {
  background: url(../../img/icons/icon-verified.svg);
  background-size: 16px 10px;
  width: 16px;
  height: 10px;
}

.badge-unverified:before {
  background: url(../../img/icons/icon-unverified.svg);
  background-size: 16px 10px;
  width: 16px;
  height: 10px;
}

body:not(.site-empflix) .badge-video,
body:not(.site-empflix) .badge-video-info {
  background-color: #424b58;
}
@media (min-width: 992px) {
  body:not(.site-empflix) .badge-video,
  body:not(.site-empflix) .badge-video-info {
    background-color: #ebeef3;
  }
}
body:not(.site-empflix) .badge-video:hover,
body:not(.site-empflix) .badge-video-info:hover {
  background: #0a84d2;
  color: #fff;
}

body.site-empflix .badge-video,
body.site-empflix .badge-video-info {
  background-color: #1d5a96;
}
@media (min-width: 992px) {
  body.site-empflix .badge-video,
  body.site-empflix .badge-video-info {
    background-color: #ebeef3;
  }
}
body.site-empflix .badge-video:hover,
body.site-empflix .badge-video-info:hover {
  background: #0a84d2;
  color: #fff;
}

/* ==========================================================================
   Custom Buttons
   ========================================================================== */
.btn {
  font-size: 0.875rem;
  font-weight: 600;
}
.btn [class*=icon-]:before {
  font-size: 0.6rem;
  position: relative;
}

.btn-aside {
  text-transform: uppercase;
  font-size: 0.8125rem;
}

.btn-outline-default {
  border-color: #ebeef3;
  color: #cccdce;
}
@media (min-width: 992px) {
  .btn-outline-default {
    border-color: #424b58;
    color: #4c4c4c;
  }
}

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


.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #161921;
  border-color: #161921;
}

.btn-dark {
  background-color: #161921;
  border-color: #161921;
  color: #69798c;
}
@media (min-width: 992px) {
  .btn-dark.user-link {
    background: #161921;
    border-color: #161921;
  }
}
.btn-dark [class*=icon-]:before {
  color: #69798c;
}
.btn-dark:hover {
  background: #1a212d;
  border-color: #1a212d;
}
.btn-dark:hover [class*=icon-]:before {
  color: #fff;
}

.top-account-btn {
  color: white;
  font-weight: 400;
  font-size: 13px;
  font-family: OpenSans, "Segoe UI", Roboto, Oxygen, Ubuntu, Arial, sans-serif;
  text-transform: uppercase;
}

.info-block-wrap .btn {
  font-size: 0.625rem;
  text-transform: uppercase;
  padding: 0.125rem 0.375rem;
}

.btn-primary,
.btn-secondary {
  color: #fff;
}
.btn-primary [class*=icon-]:before,
.btn-secondary [class*=icon-]:before {
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #fff;
}

.btn-group-custom {
  display: inline-flex;
}
.btn-group-custom .btn {
  text-transform: uppercase;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-custom .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}
.btn-group-custom .btn-info {
  background: rgba(46, 53, 68, 0.74);
  border: none;
  color: #fff;
}
.btn-group-custom:not(.btn-group-custom-sm) {
  margin-right: 1rem;
}
.btn-group-custom:not(.btn-group-custom-sm) .input-group-text {
  background: rgba(46, 53, 68, 0.74);
  color: #fff;
}
.btn-group-custom:not(.btn-group-custom-sm) .btn,
.btn-group-custom:not(.btn-group-custom-sm) .input-group-text {
  font-size: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.btn-transparent {
  outline: none;
  color: #0a84d2;
}
.btn-transparent:hover {
  color: rgb(5.3636363636, 70.8, 112.6363636364);
}
.btn-transparent:focus {
  box-shadow: none;
}
.btn-transparent.dropdown-toggle {
  border-color: transparent;
}

.btn-blue-grey {
  background-color: rgb(244.5625, 246.128125, 248.7375);
}
.btn-blue-grey:hover {
  background-color: #ebeef3;
}

.btn-search {
  border-radius: 4px;
  background: #0a84d2;
  border: none;
  padding: 0;
}
.btn-search [class^=icon-],
.btn-search [class*=" icon-"] {
  margin: 0;
  padding: 7px;
}
.btn-search [class^=icon-]:before,
.btn-search [class*=" icon-"]:before {
  color: #fff;
}

.btn-nohover {
  cursor: default;
}

.btn-close {
  color: #fff;
  text-shadow: none;
  background: none;
  padding: 0;
  margin: -2rem -0.5rem -0.5rem auto !important;
}
.btn-close:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-close:hover {
  color: #fff !important;
  opacity: 1 !important;
}
.btn-close span {
  font-size: 1.5rem;
  line-height: 1;
}

/* ==========================================================================
   Dropdowns
   ========================================================================== */
.dropdown-toggle {
  border: 1px solid #ebeef3;
  width: 100%;
}
.dropdown-toggle:after {
  margin-left: -0.375rem;
  border-right-width: 4px;
  border-left-width: 4px;
  border-top-width: 4px;
  position: relative;
}
@media (min-width: 992px) {
  .dropdown-toggle:after {
    margin-left: 0.125rem;
  }
}

.dropdown-item {
  font-size: 0.875rem;
}

.dropdown-menu-dark {
  background: #161921;
  border-color: #161921;
  color: #cccdce;
}
.dropdown-menu-dark .dropdown-item {
  color: #cccdce;
}
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  background: rgb(52.6, 59.7727272727, 78.9);
}

.dropdown-menu .divider {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
}
.dropdown-menu .divider:not(:first-of-type) {
  margin-top: 1rem;
}

/* ==========================================================================
   Country dropdown
   ========================================================================== */
.user-controls .dropdown-toggle {
  font-size: 0 !important;
}
@media (min-width: 992px) {
  .user-controls .dropdown-toggle:after {
    margin-left: 0.5rem;
  }
}
.user-controls .dropdown-country .dropdown-toggle:after {
  top: -3px;
}

.dropdown-country {
  margin-left: 0.25rem;
  display: inline-flex;
}
.dropdown-country .btn.dropdown-toggle,
.dropdown-country .btn.dropdown-toggle:active {
  background: #161921;
  border-color: #161921;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.dropdown-country .btn.dropdown-toggle:focus {
  outline: none;
}
.dropdown-country .dropdown-menu {
  z-index: 1031;
}
.dropdown-country a {
  color: #cccdce;
}

aside .dropdown-country {
  width: calc(100% - 0.5rem);
  margin-right: 0.25rem;
}
aside .dropdown-country .btn-secondary {
  background: #242F3F;
}
aside .dropdown-country .btn-secondary:focus,
aside .dropdown-country .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
aside .dropdown-toggle:after {
  margin-left: 0.25rem;
}
aside .dropdown-menu {
  border-color: transparent;
}

body:not(.site-empflix) .dropdown-menu-dark-lg {
  background-color: #161921;
}
@media (min-width: 992px) {
  body:not(.site-empflix) .dropdown-menu-dark-lg {
    background: #fff;
  }
}
body:not(.site-empflix) .dropdown-menu-dark-lg .dropdown-item {
  color: #cccdce;
}
@media (min-width: 992px) {
  body:not(.site-empflix) .dropdown-menu-dark-lg .dropdown-item {
    color: #4c4c4c;
  }
}
body:not(.site-empflix) .dropdown-menu-dark-lg .dropdown-item:hover, body:not(.site-empflix) .dropdown-menu-dark-lg .dropdown-item:focus, body:not(.site-empflix) .dropdown-menu-dark-lg .dropdown-item:active {
  background-color: rgb(42.4, 48.1818181818, 63.6);
}
@media (min-width: 992px) {
  body:not(.site-empflix) .dropdown-menu-dark-lg .dropdown-item:hover, body:not(.site-empflix) .dropdown-menu-dark-lg .dropdown-item:focus, body:not(.site-empflix) .dropdown-menu-dark-lg .dropdown-item:active {
    background-color: #ebeef3;
  }
}

body.site-empflix .dropdown-menu-dark-lg {
  background-color: #001931;
}
@media (min-width: 992px) {
  body.site-empflix .dropdown-menu-dark-lg {
    background: #fff;
  }
}
body.site-empflix .dropdown-menu-dark-lg .dropdown-item {
  color: #cccdce;
}
@media (min-width: 992px) {
  body.site-empflix .dropdown-menu-dark-lg .dropdown-item {
    color: #4c4c4c;
  }
}
body.site-empflix .dropdown-menu-dark-lg .dropdown-item:hover, body.site-empflix .dropdown-menu-dark-lg .dropdown-item:focus, body.site-empflix .dropdown-menu-dark-lg .dropdown-item:active {
  background-color: rgb(0, 51.0204081633, 100);
}
@media (min-width: 992px) {
  body.site-empflix .dropdown-menu-dark-lg .dropdown-item:hover, body.site-empflix .dropdown-menu-dark-lg .dropdown-item:focus, body.site-empflix .dropdown-menu-dark-lg .dropdown-item:active {
    background-color: #ebeef3;
  }
}

/* ==========================================================================
   Form
   ========================================================================== */

.form-control {
  height: 2.25rem;
}


.form-control.is-invalid {
  border-bottom-color: #ff3300;
}

.input-group > .form-control:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group-custom .input-group-prepend {
  margin-right: 0;
}
.input-group-custom .input-group-text {
  background-color: #fafbfd;
  border-color: #ebeef3;
  border-right: 0;
  padding: calc(0.375rem + 1px) 0.5rem;
  border-radius: 4px 0 0 4px;
  height: 2.25rem;
}
.input-group-custom .form-control {
  border-left: 0;
}
.input-group-custom .input-group-prepend [class^=icon-],
.input-group-custom .input-group-prepend [class*=" icon-"] {
  color: #0a84d2;
  font-size: 1.125rem;
  margin: 0;
}

.invalid-feedback {
  text-align: right;
}

.form-xs {
  margin-left: auto;
  margin-right: auto;
}

.form-xs {
  max-width: 420px;
}

label {
  margin-bottom: 0.5rem;
}

.country-select-group {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
}
.country-select-group select {
  background: none;
  border-color: transparent;
  color: #fff;
  width: 109px;
}
.country-select-group select:focus, .country-select-group select:active {
  outline: none;
  box-shadow: none;
}
body:not(.site-empflix) .country-select-group {
  background: #242F3F;
}
body.site-empflix .invalid-feedback {
  color: #ff0017;
}
body.site-empflix .country-select-group {
  background: #1d5a96;
}

/* ==========================================================================
   Gallery
   ========================================================================== */
.gallery-avatar img {
  border-radius: 160px;
  width: 48px;
  height: 48px;
}

.gallery-decs {
  padding: 0 0.5rem 0.5rem 0.5rem;
  position: relative;
}
@media (min-width: 1494px) {
  .gallery-decs {
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.gallery-title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  margin: 0 0 2px 0;
  font-size: 1rem;
  display: block;
  max-width: calc(100% - 90px);
}
@media (min-width: 768px) {
  .gallery-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.gallery-avatar-wrap {
  display: flex;
  padding: 0.5rem 0;
}

.gallery-avatar {
  position: relative;
  margin-right: 0.5rem;
}

.gallery-number {
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
@media (min-width: 768px) {
  .gallery-number {
    font-size: 1.125rem;
  }
}
.gallery-number [class*=icon-]:before {
  font-size: 1rem;
  color: #0a84d2;
  position: relative;
}
@media (min-width: 768px) {
  .gallery-number [class*=icon-]:before {
    font-size: 1.25rem;
  }
}
.gallery-number .icon-chevron-right {
  padding-left: 0.5rem;
}
.gallery-number a:hover {
  text-decoration: none;
}
body.site-empflix .gallery-title,
body.site-empflix .gallery-number a {
  color: #fff;
}
@media (min-width: 992px) {
  body.site-empflix .gallery-title,
  body.site-empflix .gallery-number a {
    color: #0a84d2;
  }
}
body.site-empflix .gallery-number [class*=icon-]:before {
  color: #fff;
}
@media (min-width: 992px) {
  body.site-empflix .gallery-number [class*=icon-]:before {
    color: #0a84d2;
  }
}

/* ==========================================================================
   Grid Extensions
   ========================================================================== */
@media (max-width: 379.98px) {
  .container {
    max-width: none;
  }
}

.content [class*=col-] {
  margin-bottom: 0.5rem;
  position: relative;
}

/* ==========================================================================
   Icons
   ========================================================================== */
@font-face {
  font-family: "tnaflix";
  src: url("../../font/tnaflix/tnaflix.eot?i6u2io");
  src: url("../../font/tnaflix/tnaflix.eot?i6u2io#iefix") format("embedded-opentype"), url("../../font/tnaflix/tnaflix.ttf?i6u2io") format("truetype"), url("../../font/tnaflix/tnaflix.woff?i6u2io") format("woff"), url("../../font/tnaflix/tnaflix.svg?i6u2io#tnaflix") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
  position: relative;
  top: -1px;
  font-family: "tnaflix" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.25rem;
  font-size: 0.875rem;
  vertical-align: middle;
}
@media (min-width: 992px) {
  [class^=icon-],
  [class*=" icon-"] {
    color: #69798c;
  }
}
blue-grey-light [class^=icon-]:before,
blue-grey-light [class*=" icon-"]:before {
  font-weight: 400;
}
[class^=icon-].active,
[class*=" icon-"].active {
  color: #0a84d2;
}

.btn-outline-primary [class^=icon-],
.btn-outline-primary [class*=" icon-"] {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn-outline-primary [class^=icon-],
  .btn-outline-primary [class*=" icon-"] {
    transition: none;
  }
}
.btn-outline-primary [class^=icon-],
.btn-outline-primary [class*=" icon-"] {
  color: #0a84d2 !important;
}
.btn-outline-primary:hover [class^=icon-],
.btn-outline-primary:hover [class*=" icon-"] {
  color: #fff !important;
}

.btn-outline-secondary [class^=icon-],
.btn-outline-secondary [class*=" icon-"] {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn-outline-secondary [class^=icon-],
  .btn-outline-secondary [class*=" icon-"] {
    transition: none;
  }
}
.btn-outline-secondary [class^=icon-],
.btn-outline-secondary [class*=" icon-"] {
  color: #777777 !important;
}
.btn-outline-secondary:hover [class^=icon-],
.btn-outline-secondary:hover [class*=" icon-"] {
  color: #fff !important;
}

.icon-bg {
  border-radius: 160px;
  padding: 3px 6px;
  background: #fff;
}
.icon-bg:before {
  color: #0a84d2 !important;
  vertical-align: middle;
}

.icon-rss {
  top: -3px;
}
.icon-rss:before {
  content: "\e62c";
}

.icon-eye:before {
  content: "\e611";
}

.icon-video:before,
.icon-video-camera:before {
  content: "\e609";
}

.icon-camera:before {
  content: "\e607";
}

.icon-chevron-right:before {
  content: "\e61b";
}

.icon-plus:before {
  content: "\e604";
  top: -2px;
}

.icon-share:before {
  content: "\e620";
  top: -2px;
}

.icon-download:before {
  content: "\e61f";
  top: -2px;
}

.icon-thumb-up:before {
  content: "\e602";
  top: -3px;
}

.icon-thumb-down:before {
  content: "\e601";
  top: 0;
}

.icon-pornstar:before {
  content: "\e625";
}

.icon-users:before {
  content: "\e62f";
}

.icon-user:before {
  content: "\e60f";
}

.icon-user-plus:before {
  content: "\e920";
}

.icon-user:before {
  content: "\e910";
}

.icon-clock:before {
  content: "\e617";
}

.icon-clock-o:before {
  content: "\e638";
}

.icon-folder:before {
  content: "\e62b";
}

.icon-file:before {
  content: "\e629";
}

.icon-filter:before {
  content: "\e628";
  top: -2px;
}

.icon-star:before {
  content: "\e613";
}

.icon-list:before {
  content: "\e600";
}

.icon-unlocked:before {
  content: "\e632";
}

.icon-locked:before {
  content: "\e652";
}

.icon-check:before {
  content: "\e635";
}

.icon-envelope:before {
  content: "\e61e";
}

.icon-marker:before {
  content: "\e91c";
}

.icon-search:before {
  content: "\e610";
}

.icon-upload:before {
  content: "\e627";
}

.icon-chart:before {
  content: "\e618";
}

.icon-bar-chart:before {
  content: "\e616";
}

.icon-trophy:before {
  content: "\e619";
}

.icon-caret-end:before {
  content: "\e60b";
}

.icon-caret-start:before {
  content: "\e60a";
}

.icon-key:before {
  content: "\e633";
}

.user-controls .icon-key,
.user-controls .icon-user {
  margin: 0;
  padding: 6px 2px;
}
.user-controls .icon-key:before,
.user-controls .icon-user:before {
  content: "";
  background-image: url("../../img/icons/icon-user-account.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 27px;
  width: 24px;
  height: 27px;
  display: inline-block;
}
@media (min-width: 992px) {
  .user-controls .icon-key:before,
  .user-controls .icon-user:before {
    background: none !important;
    width: auto;
    height: auto;
  }
}
@media (min-width: 992px) {
  .user-controls .icon-key,
  .user-controls .icon-user {
    padding: 0;
    margin-right: 0.25rem;
  }
}

@media (min-width: 992px) {
  .user-controls .icon-key:before {
    content: "\e633";
  }
}

@media (min-width: 992px) {
  .user-controls .icon-user:before {
    content: "\e910";
  }
}

.icon-user-menu {
  margin: 0;
  padding: 6px 2px;
}
.icon-user-menu:before {
  content: "";
  background-image: url("../../img/icons/icon-user-account-logged.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 27px;
  width: 24px;
  height: 27px;
  display: inline-block;
}

aside-right-trigger .icon-new-window:before {
  content: "\e636";
}

.icon-comment:before {
  content: "\e605";
}

.icon-play:before {
  content: "\e806";
}

.icon-smile:before {
  content: "\e61d";
}

.icon-pointer:before {
  content: "\e626";
}

.icon-pixel-arrow:before {
  content: "\e91a";
}

.icon-pixel-plus:before {
  content: "\e91b";
}

.icon-notice:before {
  content: "\e64a";
}

.icon-checkmark:before {
  content: "\e64b";
}

.icon-settings:before {
  content: "\e637";
}

.icon-webcam-off:before {
  content: "\e904";
}

.icon-zoom-in:before {
  content: "\e805";
}

.icon-ondemand_video:before {
  content: "\e806";
}

.icon-curator5:before {
  content: "\e64f";
}

.icon-webcam:before {
  content: "\e647";
}

.icon-window:before {
  content: "\e643";
}

.icon-keyboard:before {
  content: "\e807";
}

.icon-export:before {
  content: "\e804";
}

.icon-bookmark2:before {
  content: "\e649";
}

.icon-menu:before {
  content: "";
  width: 32px;
  height: 28px;
  background-image: url("../../img/icons/toggle-categories.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  display: inline-block;
}
@media (min-width: 992px) {
  .icon-menu:before {
    content: "\e612";
    font-size: 18px;
    background-image: none;
    width: auto;
    height: auto;
    color: #fff;
  }
}

.icon-cancel:before {
  content: "\e650";
}

.icon-bullhorn:before {
  content: "\e912";
}

.icon-link:before {
  content: "\e911";
}

.icon-sun:before {
  content: "\e913";
}

.icon-volume-high:before {
  content: "\e90b";
}

.icon-volume-medium:before {
  content: "\e90c";
}

.icon-volume-mute:before {
  content: "\e90d";
}

.icon-volume-mute2:before {
  content: "\e90e";
}

.icon-arrow-enter:before {
  content: "\e90f";
}

.icon-drag:before {
  content: "\e905";
}

.icon-reduce:before {
  content: "\e906";
}

.icon-mobile:before {
  content: "\e801";
}

.icon-folder:before {
  content: "\e900";
}

.icon-crop:before {
  content: "\e901";
}

.icon-cogs:before {
  content: "\e802";
}

.icon-embed:before {
  content: "\e803";
}

.icon-hash:before {
  content: "\e64c";
}

.icon-comment-discussion:before {
  content: "\e639";
}

.icon-volume-low:before {
  content: "\e63d";
}

.icon-enlarge:before {
  content: "\e63e";
}

.icon-spinner:before {
  content: "\e634";
}

.icon-cart-add:before {
  content: "\e651";
}

.icon-lan:before {
  content: "\e64d";
}

.icon-arrow-down2:before {
  content: "\e64e";
}

.icon-bookmark:before {
  content: "\e648";
}

.icon-user-plus:before {
  content: "\e644";
}

.icon-minus:before {
  content: "\e645";
}

.icon-cog:before {
  content: "\e63f";
}

.icon-grid:before {
  content: "\e640";
}

.icon-shuffle:before {
  content: "\e641";
}

.icon-arrow-up2:before {
  content: "\e63a";
}

.icon-users3:before {
  content: "\e63b";
}

.icon-bin:before {
  content: "\e631";
}

.icon-filter:before {
  content: "\e62a";
}

.icon-tv:before {
  content: "\e62d";
}

.icon-users:before {
  content: "\e62e";
}

.icon-bubble-video:before {
  content: "\e630";
}

.icon-bubble:before {
  content: "\e621";
}

.icon-info:before {
  content: "\e622";
}

.icon-arrow-left2:before {
  content: "\e61c";
}

.icon-podium:before {
  content: "\e61a";
}

.icon-male:before {
  content: "\e614";
}

.icon-female:before {
  content: "\e615";
}

.icon-edit:before {
  content: "\e603";
}

.icon-plus:before {
  content: "\e604";
}

.icon-cross:before {
  content: "\e606";
}

.icon-heart:before {
  content: "\e608";
}

.icon-arrow-down:before {
  content: "\e60c";
}

.icon-arrow-up:before {
  content: "\e60d";
}

.icon-exit:before {
  content: "\e91d";
}

.icon-light-bulb:before {
  content: "\e91e";
}

.icon-warning:before {
  content: "\e91f";
}

.icon-auto:before {
  content: "\e919";
}

.icon-checked:before {
  content: "\e916";
}

.icon-unchecked:before {
  content: "\e917";
}

.icon-board:before {
  content: "\e918";
}

.icon-activity:before {
  content: "\e90a";
}

.icon-quote:before {
  content: "\e909";
}

.icon-mic:before {
  content: "\e907";
}

.icon-mute:before {
  content: "\e908";
}

.icon-pause:before {
  content: "\e902";
}

.icon-play:before {
  content: "\e903";
}

.icon-crown:before {
  content: "\e800";
}

.icon-pinned:before {
  content: "\e654";
}

.icon-pin:before {
  content: "\e655";
}

.icon-dashboard:before {
  content: "\e653";
}

.icon-power-off:before {
  content: "\e646";
}

.icon-bell:before {
  content: "\e63c";
}

.icon-mail-reply:before {
  content: "\e624";
}

.icon-group:before {
  content: "\e60e";
}

.icon-mvd:before {
  content: "\e801";
}

.icon-evd:before {
  content: "\e803";
}

.icon-ce:before {
  content: "\e804";
}

.icon-api:before {
  content: "\e802";
}

.icon-hash:before {
  content: "\e64c";
}

.icon-reddit:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../../img/icons/icon-reddit.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  display: inline-block;
}

.icon-twitter:before {
  content: "";
  width: 15px;
  height: 12px;
  background-image: url("../../img/icons/icon-twitter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 12px;
  display: inline-block;
}

.icon-flag:before {
  content: "\e623";
}

.icon-brightness-contrast:before {
  content: "\e914";
}
.icon-brightness-contrast:hover {
  color: #fff !important;
}

.icon-brightness-contrast-off:before {
  content: "\e915";
}
.icon-brightness-contrast-off:hover {
  color: #fff !important;
}

body:not(.site-empflix) [class^=icon-],
body:not(.site-empflix) [class*=" icon-"] {
  color: rgb(161.8571428571, 172.5020408163, 185.1428571429);
}

body.site-empflix [class^=icon-],
body.site-empflix [class*=" icon-"] {
  color: rgb(109.347826087, 154.9855072464, 199.652173913);
}

/*!*****************************************************

Freak Flags, Copyright ©2023 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/
.flag {
  background-image: url("../../img/flags_sprite.png");
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  height: 11px;
  width: 16px;
}

.flag-en {
  background-position: center 0.2287%;
}

.flag-jp {
  background-position: center 0.4524%;
}

.flag-th {
  background-position: center 0.6721%;
}

.flag-fr {
  background-position: center 0.8958%;
}

.flag-de {
  background-position: center 1.1162%;
}

.flag-it {
  background-position: center 1.3379%;
}

.flag-nl {
  background-position: center 1.5589%;
}

.flag-br {
  background-position: center 1.7805%;
}

.flag-ro {
  background-position: center 2.0047%;
}

.flag-ru {
  background-position: center 2.2247%;
}

.flag-es {
  background-position: left 2.4467%;
}

.flag-gb {
  background-position: center 2.6674%;
}

.flag-he {
  background-position: center 2.8931%;
}

/* ==========================================================================
   Layout
   ========================================================================== */
html,
body {
  overflow-x: hidden;
}

body {
  min-width: 0;
  min-height: 100%;
  min-width: 320px;
}

@media (min-width: 992px) {
  .top-header {
    padding-top: 0.25rem;
  }
}
.top-header .container-fluid, .top-header .container-lg {
  min-height: 48px;
}
@media (min-width: 992px) {
  .top-header .container-fluid, .top-header .container-lg {
    min-height: 0;
  }
}
.top-header .container-fluid > .row, .top-header .container-lg > .row {
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .top-header .container-fluid > .row, .top-header .container-lg > .row {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.top-header .search-bar {
  position: absolute;
  top: 106px;
  z-index: 10;
  min-width: 320px;
}
@media (min-width: 992px) {
  .top-header .search-bar {
    position: relative;
    top: unset;
  }
}
.top-header .btn {
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.top-header .btn.user-link {
  font-size: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .top-header .btn.user-link {
    font-size: 0.8125rem;
    border-radius: 4px;
  }
}
.top-header .icon-user {
  color: #fff;
}
.top-header .user-controls {
  min-height: 28px;
  padding: 0;
  display: none;
}
@media (min-width: 992px) {
  .top-header .user-controls {
    min-height: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1000;
    padding: 0 0.5rem;
  }
}
.top-header .user-controls #topUserMenu {
  padding-top: 6px !important;
  padding-bottom: 7px !important;
}
.top-header .user-controls #topUserMenu i:before {
  font-size: 14px;
}
.top-header .user-controls #topUserMenu.dropdown-toggle:after {
  top: 3px;
}
.top-header .user-controls .btn-primary {
  display: none;
}
@media (min-width: 992px) {
  .top-header .user-controls .btn-primary {
    display: inline-block;
  }
}
.top-header .user-controls .btn:not(.user-link):not(.btn-primary):not(.dropdown-toggle) {
  display: none;
}
@media (min-width: 992px) {
  .top-header .user-controls .btn:not(.user-link):not(.btn-primary):not(.dropdown-toggle) {
    display: inline-block;
  }
}
.top-header .user-controls .btn:focus {
  box-shadow: none;
  outline: none;
}
.top-header .user-controls .btn-dark {
  border-color: transparent;
}
@media (min-width: 992px) {
  .top-header .user-controls .btn-dark {
    border-color: #161921;
  }
}
@media (max-width: 991.98px) {
  .top-header .user-controls .btn-dark {
    border-radius: 0;
  }
}

.search-with-btn {
  padding: 0 0.25rem;
  position: relative;
}
@media (min-width: 992px) {
  .search-with-btn {
    padding: 0;
  }
}
.search-with-btn .form-control,
.search-with-btn .btn-search {
  display: inline-block;
  vertical-align: top;
}
.search-with-btn .form-control {
  width: calc(100% - 65px);
  padding: 0.5rem 0.75rem;
  margin-right: 0.25rem;
}
.search-with-btn .btn-search {
  padding: 2px;
  width: 55px;
  height: 2.25rem;
}
.search-with-btn .icon-search {
  font-size: 1.25rem;
}

.user-link {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  border-color: transparent;
  z-index: 1030;
}
@media (min-width: 992px) {
  .user-link {
    position: static !important;
    width: auto;
    height: auto;
    font-size: 0.8125rem;
    background: inherit;
  }
}
.user-link.logged {
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991.98px) {
  .user-link .btn-dark {
    background: none !important;
  }
}

.logo-wrap {
  transform: translate(-50%, 0%);
  position: absolute;
  left: 50%;
  top: 0;
}
@media (min-width: 992px) {
  .logo-wrap {
    transform: translate(0%, 0%);
    position: static;
    flex-basis: 0;
  }
}

.logo-block {
  color: #ebeef3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 123px;
  margin: 0.25rem 0 1.5rem 0;
}
.logo-block img {
  width: 103px;
  height: 23px;
}
.logo-block span {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.logo-block:hover,
.logo-block span:hover {
  color: #ebeef3;
  text-decoration: none;
}

.content-wrapper {
  display: flex;
}
@media (min-width: 992px) {
  .content-wrapper {
    padding-bottom: 3rem;
    background: #fff;
  }
}

.content {
  flex: auto;
  padding-top: 55px;
}
@media (min-width: 480px) {
  .content {
    padding: 55px 0.25rem 0 0.25rem;
  }
}
@media (min-width: 992px) {
  .content {
    padding: 0 1rem 0 10px;
  }
}

aside {
  flex: 0 0 220px;
  width: 220px;
  position: fixed;
  background: #161921;
  z-index: 1030;
  top: 0;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  aside {
    z-index: unset;
  }
}
aside.aside-left {
  left: -300px;
}
aside.aside-right {
  right: -300px;
}
@media (min-width: 992px) {
  aside.aside-right {
    display: none;
  }
}
@media (min-width: 992px) {
  aside {
    position: static;
    background: #fff;
  }
}
aside h1, aside h2, aside h3,
aside h4, aside h5, aside h6, aside .h1, aside .h2, aside .h3,
aside .h4, aside .h5, aside .h6 {
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  color: #0a84d2 !important;
}
aside.aside-left.aside-toggle {
  left: 0;
}
@media (min-width: 992px) {
  aside.aside-left.aside-toggle {
    left: unset;
    display: none;
  }
}
aside.aside-right.aside-toggle {
  right: 0;
}
@media (min-width: 992px) {
  aside.aside-right.aside-toggle {
    right: unset;
    display: none;
  }
}

.aside-right-trigger.active {
  right: 220px;
}
@media (min-width: 992px) {
  .aside-right-trigger {
    display: none;
  }
}

.section-header {
  padding: 2rem 1rem 0.5rem 0;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .section-header {
    padding: 0 1rem 1.5rem 0;
    border-top: 4px solid #ebeef3;
  }
}

/* ==========================================================================
   Aside
   ========================================================================== */
.category-index,
.aside-index {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.aside-index {
  margin-bottom: 0.5rem;
}

.category-letter {
  display: flex;
  margin: 0.25rem 0;
}
.category-letter > span {
  padding: 0.25rem 0.5rem;
  text-align: center;
  color: #0a84d2;
  font-size: 0.8125rem;
  border-radius: 0 4px 4px 0;
  background: #424b58;
  font-weight: 700;
}
@media (min-width: 992px) {
  .category-letter > span {
    background: #ebeef3;
  }
}

.category-item:hover a, .category-item:focus a,
.category-item a.active,
.category-item a:hover,
.category-item a:focus,
.aside-item:hover a,
.aside-item:focus a,
.aside-item a.active,
.aside-item a:hover,
.aside-item a:focus {
  color: #0a84d2;
  border-color: #0a84d2;
}
@media (min-width: 992px) {
  .category-item:hover a, .category-item:focus a,
  .category-item a.active,
  .category-item a:hover,
  .category-item a:focus,
  .aside-item:hover a,
  .aside-item:focus a,
  .aside-item a.active,
  .aside-item a:hover,
  .aside-item a:focus {
    color: inherit;
    border-color: transparent;
  }
}
.category-item a,
.aside-item a {
  color: #fff;
  display: flex;
  padding: 0.5rem 0.75rem;
  align-items: center;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  .category-item a,
  .aside-item a {
    font-size: 0.9375rem;
    color: #4c4c4c;
  }
}
.category-item span,
.aside-item span {
  margin-left: auto;
  font-size: 0.75rem;
  color: rgb(132.7142857143, 146.6897959184, 163.2857142857);
}
@media (min-width: 992px) {
  .category-item:hover,
  .aside-item:hover {
    background: #ebeef3;
  }
}
.category-item.active,
.aside-item.active {
  background: #0a84d2;
  color: #fff;
}
.category-item.active a, .category-item.active span,
.aside-item.active a,
.aside-item.active span {
  color: #fff;
}
.category-item [class^=icon-],
.category-item [class*=" icon-"],
.aside-item [class^=icon-],
.aside-item [class*=" icon-"] {
  margin-left: 0.25rem;
  margin-right: 0.75rem;
}

.aside-item {
  background: #242F3F;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .aside-item {
    background: none;
    margin: 0;
  }
}

.category-item {
  border-bottom: 1px solid #2e3544;
}
@media (min-width: 992px) {
  .category-item {
    border-bottom: 1px solid #ebeef3;
  }
}

.aside-item a:hover {
  text-decoration: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-wrapper {
  padding: 2rem 1rem;
}
@media (min-width: 480px) {
  .footer-wrapper {
    padding: 2rem 2rem;
  }
}
@media (min-width: 576px) {
  .footer-wrapper {
    padding: 2rem 3rem;
  }
}
@media (min-width: 768px) {
  .footer-wrapper {
    padding: 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .footer-wrapper {
    padding: 2rem 5rem;
    background: #fff;
  }
}

body:not(.site-empflix) {
  background: #1a212d;
}
@media (min-width: 992px) {
  body:not(.site-empflix) .top-header {
    background: #242F3F;
  }
}
body:not(.site-empflix) .logo-block {
  background-image: url(../../img/tna-logo.svg);
  background-repeat: no-repeat;
  background-size: 123px 23px;
  background-position: center;
  height: 23px;
  color: #fff;
}
body:not(.site-empflix) .logo-block span {
  padding-top: 23px;
}
body:not(.site-empflix) .footer-wrapper {
  border-top: 1px solid #2e3544;
}
@media (min-width: 992px) {
  body:not(.site-empflix) .footer-wrapper {
    border-top: 1px solid #ebeef3;
  }
}

body.site-empflix {
  background: #0e2c4a;
}
@media (min-width: 992px) {
  body.site-empflix .top-header {
    background: #1d5a96;
  }
}
body.site-empflix .logo-block {
  background-image: url(../../img/emp-logo.png);
  background-repeat: no-repeat;
  background-size: 115px 39px;
  background-position: center;
  height: 39px;
  margin-bottom: 0.5rem;
}
body.site-empflix .logo-block span {
  display: none;
}
body.site-empflix .footer-wrapper {
  border-top: 1px solid #396896;
}
@media (min-width: 992px) {
  body.site-empflix .footer-wrapper {
    border-top: 1px solid #ebeef3;
  }
}
@media (min-width: 992px) {
  body.site-empflix .category-item:not(.active) a,
  body.site-empflix .aside-item:not(.active) a {
    color: #4c4c4c;
  }
}

/* ==========================================================================
   Modal
   ========================================================================== */

.modal-header {
  border-bottom: solid 8px #ebeef3;
  position: relative;
  top: -1px;
}

.modal-title {
  margin: 0;
  font-size: 1.563rem;
  color: #fff;
}

.modal-body {
  padding: 2rem 4rem;
}

body:not(.site-empflix) .modal-header {
  background: #242F3F;
  border-bottom: solid 8px #242F3F;
}
@media (min-width: 992px) {
  body:not(.site-empflix) .modal-header {
    border-bottom: solid 8px #ebeef3;
  }
}
body:not(.site-empflix) .modal-content {
  background-color: rgb(17.4545454545, 22.7878787879, 30.5454545455);
}
@media (min-width: 992px) {
  body:not(.site-empflix) .modal-content {
    background-color: #fff;
  }
}

body.site-empflix .modal-header {
  background: #1d5a96;
  border-bottom: solid 8px #001931;
}
@media (min-width: 992px) {
  body.site-empflix .modal-header {
    border-bottom: solid 8px #ebeef3;
  }
}
body.site-empflix .modal-content {
  background-color: #001931;
}
@media (min-width: 992px) {
  body.site-empflix .modal-content {
    background-color: #fff;
  }
}

/* ==========================================================================
   Nav
   ========================================================================== */
.navbar {
  padding: 0;
  z-index: 0;
}
.navbar > .container-fluid, .navbar > .container-lg {
  padding: 0;
}
@media (min-width: 992px) {
  .navbar > .container-fluid, .navbar > .container-lg {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 1494px) {
  .navbar > .container-fluid, .navbar > .container-lg {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.navbar .nav {
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar .nav {
    justify-content: flex-start;
  }
}
.navbar .nav > li {
  z-index: 10;
}
.navbar .nav > li:not(.btn-inside):not(.nav-menu):hover a, .navbar .nav > li:not(.btn-inside):not(.nav-menu) .active {
  color: #0a84d2;
}
.navbar .nav > li:not(.nav-home):not(.nav-channels):not(.nav-pornstars):not(.nav-livesex):not(.nav-menu) {
  display: none;
}
@media (min-width: 992px) {
  .navbar .nav > li:not(.nav-home):not(.nav-channels):not(.nav-pornstars):not(.nav-livesex):not(.nav-menu) {
    display: block;
  }
}
.navbar .nav-link {
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 0.5rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .navbar .nav-link {
    padding: 0.75rem 1.5rem;
  }
}
.navbar .btn-primary {
  background: none;
  border-color: transparent;
  padding: 0.25rem 0.5rem;
}
@media (min-width: 576px) {
  .navbar .btn-primary {
    padding: 0.25rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .navbar .btn-primary {
    background: #0a84d2;
    border-color: #0a84d2;
  }
}
.navbar .nav-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000 !important;
}
@media (min-width: 992px) {
  .navbar .nav-menu {
    background: none;
    position: static;
  }
}
.navbar .nav-menu .nav-link {
  padding: 10px;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  .navbar .nav-menu .nav-link {
    padding: 0.75rem 1.5rem;
    width: auto;
    height: auto;
  }
}
.navbar .nav-menu .nav-link:focus {
  color: #fff;
}
.navbar .nav-menu.active {
  left: 220px;
}
@media (min-width: 992px) {
  .navbar .nav-menu.active {
    left: unset;
  }
}
.navbar .icon-menu:hover,
.navbar .icon-menu.active {
  color: #0a84d2;
}

footer .nav {
  margin-bottom: 2rem;
}
footer .nav-link {
  padding: 0.25rem 1rem 0.25rem 0;
}
footer .nav-link:hover {
  color: rgb(5.3636363636, 70.8, 112.6363636364);
}

/* ==========================================================================
   Nav tabs
   ========================================================================== */

.menu-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
}
.menu-backdrop.show {
  display: block;
  opacity: 0.5;
}

body:not(.site-empflix) .navbar .nav {
  background: #242F3F;
  position: relative;
}
body:not(.site-empflix) .navbar .nav:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #1a212d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body:not(.site-empflix) .navbar .nav-menu.active .nav-link:before {
  color: #0a84d2;
}
body:not(.site-empflix) footer .nav-link {
  color: #889197;
}
@media (min-width: 992px) {
  body:not(.site-empflix) footer .nav-link {
    color: #4c4c4c;
  }
}

body.site-empflix .navbar .nav {
  background: #133e69;
  position: relative;
}
body.site-empflix .navbar .nav:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #0e2c4a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 992px) {
  body.site-empflix .navbar .nav:before {
    background: rgb(24.8687150838, 77.1787709497, 128.6312849162);
  }
}
@media (min-width: 992px) {
  body.site-empflix .navbar .nav {
    background: none;
  }
}
body.site-empflix .navbar .nav > li:not(.btn-inside):not(.nav-menu):hover a, body.site-empflix .navbar .nav > li:not(.btn-inside):not(.nav-menu) .active {
  color: #e23fd5;
}
body.site-empflix .navbar .icon-menu:hover,
body.site-empflix .navbar .icon-menu.active {
  color: #e23fd5;
}
body.site-empflix .navbar .nav-menu.active .nav-link:before {
  color: #e23fd5;
}
body.site-empflix footer .nav-link {
  color: rgb(190.4304932735, 195.3139013453, 198.5695067265);
}
@media (min-width: 992px) {
  body.site-empflix footer .nav-link {
    color: #4c4c4c;
  }
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.page-item {
  padding: 2px;
}
.page-item:not(.pagination-previous):not(.pagination-next) {
  display: none;
}
@media (min-width: 992px) {
  .page-item:not(.pagination-previous):not(.pagination-next) {
    display: block;
  }
}

.page-link {
  border-radius: 4px;
  color: #889197;
  background: #1a212d;
  padding: 0.75rem 2rem;
}
@media (min-width: 992px) {
  .page-link {
    background: #fff;
    color: #4c4c4c;
    border-color: #ebeef3;
    padding: 0.5rem 0.75rem;
  }
}

.page-item.disabled .page-link {
  color: #889197;
  background: #1a212d;
  border-color: #2e3544;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .page-item.disabled .page-link {
    background: #fff;
    color: #4c4c4c;
    border-color: #ebeef3;
  }
}

.pagination [class*=icon-] {
  margin: 0;
}
.pagination [class*=icon-]:before {
  color: #0a84d2;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .pagination [class*=icon-]:before {
    font-size: 0.8125rem;
  }
}

.pagination-previous .page-link {
  border-color: #2e3544;
}
@media (min-width: 992px) {
  .pagination-previous .page-link {
    border-color: #ebeef3;
  }
}

.pagination-next .page-link {
  background: #0a84d2;
  color: #fff;
  border-color: #0a84d2;
}
@media (min-width: 992px) {
  .pagination-next .page-link {
    background: none;
    color: #4c4c4c;
    border-color: #ebeef3;
  }
}
.pagination-next .page-link [class*=icon-]:before {
  color: #fff;
}
@media (min-width: 992px) {
  .pagination-next .page-link [class*=icon-]:before {
    color: #0a84d2;
  }
}

/* ==========================================================================
   Profile, affecting: pornstar detail, channel detail, user dashboard
   ========================================================================== */
/*
 * Category detail (Amateur)
 */
.profile-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 4.5rem;
  margin-bottom: -3rem;
}
@media (min-width: 992px) {
  .profile-header {
    min-height: 220px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.profile-header + .content-wrapper .section-header,
.profile-header + .content-wrapper .section-header + p {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 992px) {
  .profile-header + .content-wrapper .section-header,
  .profile-header + .content-wrapper .section-header + p {
    padding-left: 0;
    padding-right: 0;
  }
}

.ph-title {
  padding: 0.25rem 0.5rem;
  width: calc(100% - 64px);
  z-index: 100;
}
@media (min-width: 992px) {
  .ph-title {
    display: table;
    position: absolute;
    left: 300px;
    top: 1rem;
    width: auto;
  }
}
.ph-title h1, .ph-title .h1, .ph-title h2, .ph-title .h2 {
  margin: 0;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .ph-title h1, .ph-title .h1, .ph-title h2, .ph-title .h2 {
    font-size: 50px;
  }
}
.ph-title i {
  font-size: 0.8125rem;
  font-style: normal;
  color: #fff;
}
@media (min-width: 992px) {
  .ph-title i {
    font-size: 1.125rem;
  }
}
.ph-title.ph-verified-title i {
  color: #4eaf2d;
}

.ph-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  display: none;
}
@media (min-width: 992px) {
  .ph-canvas {
    display: block;
  }
}

.ph-avatar {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
}
@media (min-width: 992px) {
  .ph-avatar {
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 10px 10px 0 10px;
    width: 230px;
    height: 220px;
  }
}
.ph-avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.edit-btn {
  position: absolute;
  color: #fff;
  background: rgba(46, 53, 68, 0.74);
  padding: 0 0.5rem 0.25rem 0.5rem;
  font-size: 0.8125rem;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 110;
}
@media (min-width: 992px) {
  .edit-btn {
    padding: 0.5rem;
  }
}
.edit-btn span {
  display: none;
}
@media (min-width: 992px) {
  .edit-btn span {
    display: inline-block;
  }
}
.edit-btn:hover {
  background: rgb(44, 51, 64);
}
.edit-btn [class*=icon-] {
  margin-right: 0;
}
@media (min-width: 992px) {
  .edit-btn [class*=icon-] {
    margin-right: 0.25rem;
    top: -3px;
  }
}

.ph-verified:before {
  position: absolute;
  right: -4px;
}
@media (min-width: 992px) {
  .ph-verified:before {
    right: -16px;
  }
}
.ph-verified:before {
  content: "";
  height: 100%;
  top: 0;
  width: 4px;
  background: #4eaf2d;
  z-index: -1;
}
@media (min-width: 992px) {
  .ph-verified:before {
    width: 6px;
    top: -10px;
    height: calc(100% + 10px);
  }
}

.ph-btns {
  position: absolute;
  bottom: 49px;
  left: 298px;
  display: none;
}
@media (min-width: 992px) {
  .ph-btns {
    display: flex;
  }
}

.ph-tabs {
  display: flex;
  justify-content: space-evenly;
  flex: 0 0 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .ph-tabs {
    position: absolute;
    bottom: 0;
    left: 298px;
  }
}
.ph-tabs a {
  padding: 0 30px;
  color: #ebeef3;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  flex: 1 0 auto;
  text-align: center;
  margin-right: 1px;
  margin-top: 1px;
}
@media (min-width: 992px) {
  .ph-tabs a {
    font-size: 0.875rem;
    border-radius: 5px 5px 0 0;
  }
}
.ph-tabs a:hover, .ph-tabs a.active {
  text-decoration: none;
  color: #424b58;
}

/*
 * Channel detail (Tushy)
 */
.ph-photo-frame {
  top: 0;
  left: 0;
  height: 310px;
  overflow: hidden;
  width: 100%;
  background: #1a212d;
  display: none;
}
@media (min-width: 992px) {
  .ph-photo-frame {
    position: absolute;
    display: block;
  }
}
.ph-photo-frame img,
.ph-photo-frame .ph-film {
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .ph-photo-frame img,
  .ph-photo-frame .ph-film {
    display: block;
  }
}

.ph-film {
  display: block;
  width: 100%;
  background-size: cover !important;
  min-height: 310px;
}

.ph-photo-frame,
.ph-film {
  height: 100%;
  min-height: 278px;
  white-space: nowrap;
  background: #000;
}

.ph-film {
  background: url(../../img/cover_frame.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

.ph-images {
  transform: rotate(-1.7deg);
  margin: 50px 0 0 0;
}

.ph-photo-frame img {
  border-right: 15px solid #000 !important;
  width: auto;
  display: inline;
}

.channel-info {
  width: 240px;
  background: rgba(46, 53, 68, 0.74);
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #fff;
  font-size: 0.75rem;
  display: none;
}
@media (min-width: 992px) {
  .channel-info {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.channel-info .ph-rating {
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  .channel .ph-avatar {
    margin-top: 6rem;
    max-height: 140px;
    width: 280px;
    height: 220px;
  }
}

body:not(.site-empflix) .ph-tabs a {
  background: #242F3F;
}
body:not(.site-empflix) .ph-tabs a.active, body:not(.site-empflix) .ph-tabs a:hover {
  background: #fff;
}
body:not(.site-empflix) .ph-title {
  background: rgba(36, 47, 63, 0.24);
}
@media (min-width: 992px) {
  body:not(.site-empflix) .ph-title {
    background: rgba(36, 47, 63, 0.74);
  }
}
body:not(.site-empflix) .ph-title h1, body:not(.site-empflix) .ph-title .h1, body:not(.site-empflix) .ph-title h2, body:not(.site-empflix) .ph-title .h2 {
  color: #fff;
}

body.site-empflix .ph-tabs a {
  background: #133e69;
}
body.site-empflix .ph-tabs a.active, body.site-empflix .ph-tabs a:hover {
  background: #fff;
}
body.site-empflix .ph-title {
  background: rgba(0, 25, 49, 0.24);
}
@media (min-width: 992px) {
  body.site-empflix .ph-title {
    background: rgba(19, 62, 105, 0.74);
  }
}
body.site-empflix .ph-title h1, body.site-empflix .ph-title .h1, body.site-empflix .ph-title h2, body.site-empflix .ph-title .h2 {
  color: #fff;
}

/* ==========================================================================
   Utilities & Assorted
   ========================================================================== */
img, video {
  max-width: 100%;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.bg-flag {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 48px;
  text-align: center;
  margin-right: 0.5rem;
  display: none;
}
@media (min-width: 992px) {
  .bg-flag {
    display: inline-block;
  }
}
.bg-flag:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0a84d2;
}
.bg-flag:after {
  transform: translate(-50%, 0%);
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 8px 17px;
}
@media (min-width: 992px) {
  .bg-flag:after {
    border-color: transparent transparent #fff transparent;
  }
}
.bg-flag [class*=icon-] {
  transform: translate(-50%, -50%);
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
}

body:not(.site-empflix) .bg-flag:after {
  border-color: transparent transparent #161921 transparent;
}
@media (min-width: 992px) {
  body:not(.site-empflix) .bg-flag:after {
    border-color: transparent transparent #fff transparent;
  }
}
body:not(.site-empflix) .dark-switch {
  background: #242F3F;
}
body:not(.site-empflix) .dark-switch .trigger.active, body:not(.site-empflix) .dark-switch .trigger:hover {
  background: #1a212d;
}

body.site-empflix .bg-flag:after {
  border-color: transparent transparent #0e2c4a transparent;
}
@media (min-width: 992px) {
  body.site-empflix .bg-flag:after {
    border-color: transparent transparent #fff transparent;
  }
}
body.site-empflix .dark-switch {
  background: #1d5a96;
}
body.site-empflix .dark-switch .trigger.active, body.site-empflix .dark-switch .trigger:hover {
  background: #0e2c4a;
}

.dark-switch {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dark-switch {
    transition: none;
  }
}
.dark-switch {
  width: 123px;
  padding: 0.5rem;
  position: fixed;
  cursor: pointer;
  bottom: 80px;
  left: -62px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0 23px 23px 0;
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .dark-switch {
    display: flex;
  }
}
.dark-switch:hover {
  left: 0;
}
.dark-switch a:hover {
  text-decoration: none;
}
.dark-switch .icon-brightness-contrast,
.dark-switch .icon-brightness-contrast-off {
  transform: translate(-50%, -50%);
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.dark-switch > span {
  opacity: 0.125;
}
.dark-switch .trigger {
  border-radius: 160px;
  padding: 5px 7px;
  margin: 0 0.25rem;
  width: 36px;
  height: 36px;
  position: relative;
}
.dark-switch .trigger.active .icon-brightness-contrast,
.dark-switch .trigger.active .icon-brightness-contrast-off {
  color: #fff;
}

.banner-block {
  font-size: 0.625rem;
  max-width: 300px;
  margin: 1rem auto 0 auto;
  overflow: hidden;
}
.banner-block * {
  max-width: 100%;
}

#filters {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #filters {
    transition: none;
  }
}
#filters {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#filters.active {
  max-height: 1000px;
  padding: 1rem;
}
#filters .reset {
  text-align: center;
  margin-top: 2rem;
}

body:not(.site-empflix) #filters {
  background: #161921;
}
@media (min-width: 992px) {
  body:not(.site-empflix) #filters {
    background: #ebeef3;
  }
}

body.site-empflix #filters {
  background: #001931;
}
@media (min-width: 992px) {
  body.site-empflix #filters {
    background: #ebeef3;
  }
}

/* ==========================================================================
   Video
   ========================================================================== */

.plyr:fullscreen video {
  height: 100% !important;
  max-height: 100% !important;
}

#video-player-container {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Disable text selection on mobile browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Disable touch callouts (iOS Safari) */
  -webkit-touch-callout: none;
  /* Disable tap highlighting */
  -webkit-tap-highlight-color: transparent;
}
#video-player-container .plyr {
  width: 100%;
  height: 100%;
}
#video-player-container .plyr__video-wrapper,
#video-player-container .plyr__poster {
  width: 100% !important;
  height: 100% !important;
  background-size: contain;
  /* or cover, depending on your needs */
  background-position: center center;
}
#video-player-container video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
#video-player-container {
  /* ===================Edge double click seek/rewind ======================= */
}
#video-player-container .fade-indicator {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  border-radius: 10px;
  z-index: 10000;
  pointer-events: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  animation: fadeInOutDbClick 0.8s ease-in-out forwards;
}
#video-player-container .fade-indicator.forward {
  right: 0;
}
#video-player-container .fade-indicator.backward {
  left: 0;
}
#video-player-container .seek-arrow {
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#video-player-container .seek-arrow.forward {
  animation-name: arrowSlideRightDbClick;
}
#video-player-container .seek-arrow.backward {
  animation-name: arrowSlideLeftDbClick;
}
@keyframes arrowSlideRightDbClick {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes arrowSlideLeftDbClick {
  from {
    transform: translateX(20px);
    opacity: 1;
  }
  to {
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes fadeInOutDbClick {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.info-block-wrap {
  display: flex;
  flex-direction: column;
  padding: 0.25rem 0;
  font-size: 0.75rem;
}
.info-block-wrap > .d-flex > .ms-auto {
  padding-right: 0.25rem;
}
.info-block-wrap > .d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-block-wrap > .d-flex > .btn-outline-default {
  display: none;
}
@media (min-width: 992px) {
  .info-block-wrap > .d-flex > .btn-outline-default {
    display: inline-block;
  }
}
.info-block-wrap > .d-flex > .btn-group-custom {
  display: none;
}
@media (min-width: 992px) {
  .info-block-wrap > .d-flex > .btn-group-custom {
    display: inline-flex;
  }
}

.thumb {
  position: relative;
  display: block;
}
.thumb img:first-of-type {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100px;
}

.thumb-title {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(46, 53, 68, 0.74);
  color: #fff;
  font-size: 1.125rem;
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 0;
}

.thumb-logo {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}

.thumbs-sm .thumb-title {
  padding: 0.5rem;
}
.thumbs-sm .info-block-wrap [class*=icon-] {
  display: none;
}

.video-title,
.info-block-wrap {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 480px) {
  .video-title,
  .info-block-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.info-block-wrap {
  font-size: 0.75rem;
}

.video-title {
  display: block;
  margin-bottom: 0.25rem;
  padding-top: 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .video-title {
    font-size: 0.9375rem;
  }
}

.thumb-icon {
  border-radius: 4px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  text-align: center;
  line-height: 1.375;
}

.video-duration,
.rating,
.hd-icon {
  padding: 0 0.5rem;
  height: 20px;
}
.video-duration [class*=icon-],
.rating [class*=icon-],
.hd-icon [class*=icon-] {
  font-size: 12px;
}
.video-duration [class*=icon-]:before,
.rating [class*=icon-]:before,
.hd-icon [class*=icon-]:before {
  color: #fff;
}

.video-duration,
.hd-icon {
  min-width: 48px;
}

.video-duration,
.rating {
  bottom: 0.25rem;
  background: #2e3544;
}

.rating-top {
  top: 0.25rem;
  background: #2e3544;
  padding: 1px;
}

.video-duration {
  right: 0.25rem;
}

.rating {
  left: 0.25rem;
}

.hd-icon {
  top: 0.25rem;
  right: 0.25rem;
  background: #0a84d2;
  font-size: 0;
  background-image: url("../../img/icons/icon-hd.svg");
  background-size: 32px 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.watched-info {
  transform: translate(-50%, -50%);
  border-radius: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(46, 53, 68, 0.74);
  padding: 0.25rem 0.5rem;
  color: #fff;
}

.watched-hidden {
  display: none;
}

.embed-responsive,
.embed-responsive video[poster] {
  min-height: 548px;
}

.embed-responsive video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
}

.video-detail-ad-under > a {
  display: block;
}
.video-detail-ad-under img {
  width: 100%;
  margin-top: 1rem;
}
.video-detail-ad-under small, .video-detail-ad-under .small {
  font-size: 0.75rem;
}

.video-detail-ad-right {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .video-detail-ad-right {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .video-detail-ad-right img:first-child {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1494px) {
  .video-detail-ad-right img:first-child {
    margin-bottom: 1rem;
  }
}

.video-detail-controls {
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
}
.video-detail-controls > * {
  width: 15%;
}
@media (min-width: 576px) {
  .video-detail-controls > * {
    width: auto;
  }
}
@media (min-width: 992px) {
  .video-detail-controls {
    display: block;
  }
}
.video-detail-controls [class*=icon-]:before {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .video-detail-controls [class*=icon-]:before {
    font-size: 0.875rem;
  }
}
.video-detail-controls .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .video-detail-controls .dropdown-toggle:after {
    content: "";
  }
}
.video-detail-controls .btn:not(span) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .video-detail-controls .btn:not(span) {
    display: inline-block;
  }
}
.video-detail-controls .btn:not(span) [class*=icon-] {
  border-radius: 160px;
  margin: 0 0 0.5rem 0;
  padding: 12px 10px;
  width: 36px;
  height: 36px;
}
@media (min-width: 992px) {
  .video-detail-controls .btn:not(span) [class*=icon-] {
    margin: 0 0.25rem 0 0;
    padding: 0;
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
  }
}
.video-detail-controls .btn:not(span):not(.btn-primary) {
  color: #fff;
  font-size: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 380px) {
  .video-detail-controls .btn:not(span):not(.btn-primary) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 480px) {
  .video-detail-controls .btn:not(span):not(.btn-primary) {
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .video-detail-controls .btn:not(span):not(.btn-primary) {
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .video-detail-controls .btn:not(span):not(.btn-primary) {
    color: #0a84d2;
  }
}
.video-detail-controls .btn:not(span):not(.btn-primary) [class*=icon-]:before {
  color: #1a212d;
}
@media (min-width: 992px) {
  .video-detail-controls .btn:not(span):not(.btn-primary) [class*=icon-]:before {
    color: #0a84d2;
  }
}
.video-detail-controls .btn-primary {
  background: none;
  border-color: transparent;
}
@media (min-width: 992px) {
  .video-detail-controls .btn-primary {
    background: #0a84d2;
    border-color: #0a84d2;
  }
}
.video-detail-controls .btn-primary i:before {
  color: #1a212d;
}
@media (min-width: 992px) {
  .video-detail-controls .btn-primary i:before {
    color: #fff;
  }
}
.video-detail-controls .btn-blue-grey {
  background: none;
}
@media (min-width: 992px) {
  .video-detail-controls .btn-blue-grey {
    background-color: rgb(244.5625, 246.128125, 248.7375);
  }
}
.video-detail-controls .btn-nohover {
  color: #69798c;
}
.video-detail-controls span {
  display: none;
}
@media (min-width: 992px) {
  .video-detail-controls span {
    display: inline-block;
  }
}

.video-detail-badges {
  padding: 1rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  .video-detail-badges {
    text-align: left;
  }
}

/* ==========================================================================
   Thumb Uploade Component
   ========================================================================== */
.thumb-uploader {
  display: none;
  position: absolute;
  top: -0.25rem;
  left: 0;
  padding: 0 1rem 1rem 0;
}
.thumb-uploader:hover .tu-box {
  display: block;
}
@media (min-width: 992px) {
  .thumb-uploader {
    top: -0.5rem;
    display: block;
  }
}

.tu-avatar {
  border-radius: 160px;
  width: 32px;
  height: 32px;
  border: solid 2px #fff;
  display: block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.tu-box {
  border-radius: 4px;
  position: absolute;
  top: 1.25rem;
  left: 1.75rem;
  background: #fff;
  min-width: 280px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  z-index: 100;
  display: none;
}
.tu-box .btn-group-custom {
  margin-right: 0;
}
.tu-box .btn-group-custom [class*=icon-] {
  background: none;
  padding: 0;
}
.tu-box .btn-group-custom [class*=icon-]:before {
  color: #fff;
}
.tu-box .btn-group-custom .btn,
.tu-box .btn-group-custom .input-group-text {
  padding: 0.25rem;
}
.tu-box .btn-group-custom .input-group-text {
  background: #69798c;
}

.tu-header {
  background: #222222;
  border-radius: 4px 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.tu-header > span {
  display: none;
}
.tu-header .tu-avatar {
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 0.5rem;
}

.tu-content {
  border-radius: 4px;
  margin: 0.25rem;
  border: 1px solid #ebeef3;
}
.tu-content > div:not(.tu-footer) {
  padding: 0.5rem 0.5rem 0.5rem 3rem;
}

.tu-user-name {
  padding-left: 1.375rem;
}

.tu-verified > span {
  color: #4eaf2d;
  display: block;
  font-weight: 600;
}
.tu-verified .icon-check:before {
  color: #4eaf2d;
}
.tu-verified [class^=icon-],
.tu-verified [class*=" icon-"] {
  color: #4eaf2d;
}

.tu-footer {
  border-top: 1px solid #ebeef3;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.tu-footer > div {
  text-align: center;
  flex: 0 0 50%;
  padding: 0.5rem;
}
.tu-footer > div:not(:last-child) {
  border-right: 1px solid #ebeef3;
}
.tu-footer .active {
  color: #0a84d2;
}

.tu-gender {
  position: absolute;
  top: 51px;
  left: 12px;
}

.gender {
  background: url("../../img/gender.png") no-repeat 0 0;
  background-color: #fff;
  width: 24px;
  height: 24px;
}

.gender-f {
  background-position: 0 0px;
}

.gender-m {
  background-position: 0 -30px;
}

.gender-c {
  background-position: 0 -60px;
}

.gender-cf {
  background-position: 0 -90px;
}

.gender-cm {
  background-position: 0 -120px;
}

.gender-tm {
  background-position: 0 -150px;
}

.gender-tf {
  background-position: 0 -180px;
}

.video-sorting {
  margin-left: auto;
}
.video-sorting:not(.visible-always) {
  display: none;
}
@media (min-width: 992px) {
  .video-sorting:not(.visible-always) {
    display: block;
  }
}
.video-sorting .dropdown:not(.bootstrap-select) {
  display: inline-block;
  width: 220px;
}
.video-sorting .dropdown-toggle:after {
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  right: 13px;
}
.video-sorting .dropdown-menu {
  width: 100%;
}
.video-sorting .btn {
  font-weight: 400;
  font-size: 0.9375rem;
}
.video-sorting .btn-light {
  text-align: left;
  color: #69798c;
}

.plyr__preview-scrubbing {
  display: none !important;
}

.pause-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.74);
  z-index: 9;
}
.pause-overlay .btn-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
.pause-overlay .btn-close:hover {
  color: #0a84d2;
}
.pause-overlay .logo-block {
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.pause-ad-wrap {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  background: #242F3F;
}
@media (min-width: 576px) {
  .pause-ad-wrap {
    max-width: 100%;
  }
}

.pause-ad-title {
  text-align: center;
  color: #cccdce;
  font-size: 0.75rem;
  padding: 0.5rem 0;
}

.pause-ad-iframe-wrap {
  display: flex;
}
.pause-ad-iframe-wrap iframe {
  position: static !important;
  width: auto !important;
}

.video-list .badge-video-info {
  max-width: 200px;
}

body:not(.site-empflix) .video-detail-controls .btn:not(span) [class*=icon-] {
  background: #656973;
}
@media (min-width: 992px) {
  body:not(.site-empflix) .video-detail-controls .btn:not(span) [class*=icon-] {
    background: none;
  }
}
body:not(.site-empflix) .video-detail-controls {
  border-bottom: 1px solid #2e3544;
}
@media (min-width: 992px) {
  body:not(.site-empflix) .video-detail-controls {
    border-bottom: 1px solid #ebeef3;
  }
}

body.site-empflix .video-detail-controls .btn:not(span) [class*=icon-] {
  background: #7ca0ca;
}
@media (min-width: 992px) {
  body.site-empflix .video-detail-controls .btn:not(span) [class*=icon-] {
    background: none;
  }
}
body.site-empflix .video-detail-controls {
  border-bottom: 1px solid #396896;
}
@media (min-width: 992px) {
  body.site-empflix .video-detail-controls {
    border-bottom: 1px solid #ebeef3;
  }
}
body.site-empflix .video-title {
  color: #fff;
}
@media (min-width: 992px) {
  body.site-empflix .video-title {
    color: #0a84d2;
  }
}

:root {
  --brand-blue:#0a84d2;
  --brand-blue-hover:#086fb0;
}

#rs-wrapper {
  width: 100%;
}

#rs-wrapper .rs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

#rs-label {
  font-weight: 600;
  white-space: nowrap;
  margin-right: 4px;
}

@media (min-width: 992px) {
  #rs-label {
    color: var(--brand-blue);
  }
}
@media (max-width: 991.98px) {
  #rs-wrapper {
    margin-top: 14px;
  }
  #rs-label {
    color: #fff;
  }
}
#rs-wrapper .rs-pill {
  cursor: pointer;
  white-space: nowrap;
}

#rs-wrapper .rs-more {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  font-weight: 600;
  color: #fff !important;
  background-color: var(--brand-blue) !important;
  border: 1px solid var(--brand-blue) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

#rs-wrapper .rs-more:hover {
  background-color: var(--brand-blue-hover) !important;
}

/* ==========================================================================
   Search
   ========================================================================== */

.dropdownSearch {
  font-weight: normal;
  font-size: 15px;
  color: #999;
  position: relative;
  width: 100%;
}
.dropdownSearch a {
  color: #999;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgb(30.16, 34.2727272727, 45.24);
  padding: 0 0.125rem;
}
.dropdownSearch a:hover,
.dropdownSearch a:focus,
.dropdownSearch a:active {
  text-decoration: none;
}
.dropdownSearch #mainsearch {
  max-height: 2.25rem;
}

.dropdownSearch .btn {
  display: inline-block;
}
.dropdownSearch .btn-primary {
  border-radius: 4px;
  float: right;
  background-color: #0a84d2;
  height: 40px;
  width: 60px;
  text-align: center;
}
.dropdownSearch {
  /*
   * Fixed search
   */
}
.dropdownSearch.fixed {
  position: fixed;
  top: 0;
  left: 48px;
  padding: 6px;
  width: calc(100% - 48px);
  z-index: 1030;
  background: rgba(0, 0, 0, 0.5);
  height: 52px;
}

.suggestedItems {
  position: absolute;
  z-index: 9999999;
  min-height: 25px;
  background: #1a212d;
  width: calc(100% - 65px);
  padding: 1.5rem;
  padding-top: 0;
}

.suggestedItem {
  display: block;
  clear: both;
  margin: 2px 0;
}

.suggestedWord {
  height: 100%;
}

.suggestedDivider {
  margin-top: 1.1rem;
  font-style: italic;
  color: white;
  position: relative;
}

.suggestedDivider:before {
  transform: translate(0%, -50%);
  content: "";
  width: 100%;
  height: 1px;
  background: #161921;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}

.suggestedDivider .suggestedWord {
  position: relative;
  z-index: 1;
}

.suggestedDivider .suggestedWord:before {
  transform: translate(0%, -50%);
  content: "";
  width: 52px;
  height: 100%;
  background: #161921;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.plyr__ads > div {
  height: 100% !important;
}

/* Ads */
.bannerBlock {
  margin: 0 auto;
  max-width: 300px;
  overflow: hidden;
  border: 1px solid white;
  border-radius: 5px;
  position: relative;
}

@media (max-width: 991.98px) {
  #bannerBlock_head {
    height: 100px;
  }
}

#bannerBlock_head * {
  max-height: 100px;
  overflow: hidden;
}

#video-player {
  min-width: 100%;
}

#bannerBlock_head2 {
  max-height: 140px;
}

/**
    Native Ad exoclick
*/
#nativeAd > div {
  width: 100% !important;
}

.ad-logo {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  color: white;
  padding: 0 5px;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 10px;
  z-index: 4;
}

._nativeAd {
  position: relative;
  min-height: 150px;
}
._nativeAd ._nativePlaceholder {
  position: absolute;
  width: 100%;
  height: 150px;
}
._nativeAd ._nativeLabel {
  background-color: red;
  color: white;
  border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  font-weight: 700;
  z-index: 3;
}
._nativeAd .exo-native-widget {
  display: block !important;
  width: 100% !important;
}
._nativeAd .exo-native-widget-header {
  display: none !important;
}
._nativeAd .exo-native-widget-outer-container {
  display: block;
}
._nativeAd .exo-native-widget-header-bottom {
  right: 10px;
}
._nativeAd .exo-native-widget-item-title {
  font-size: 13px !important;
}

#preroll-container {
  position: relative;
  width: 100%;
  max-width: 100vw;
}

#prerollAdLink {
  z-index: 1000;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(44, 51, 64, 0.74);
  max-width: 60%;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

#prerollAdCta span {
  text-shadow: 0 1px 0 #1a212d;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0.6rem 0.5rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #0a84d2;
  color: #fff;
  font-weight: 500;
  width: 50%;
  font-size: 1.2rem;
  z-index: 2000000;
}

#prerollAdCta .span {
  text-shadow: 0 1px 0 #1a212d;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 0.6rem 0.5rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #0a84d2;
  color: #fff;
  font-weight: 500;
  width: 100%;
  font-size: 1.2rem;
  z-index: 2000000;
}

#prerollAdSkip {
  z-index: 1000;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  position: absolute;
  right: 0;
  bottom: 40px;
  background: rgba(44, 51, 64, 0.74);
  padding: 10px;
  cursor: pointer;
  margin: 0;
}

#visit-ad-site {
  z-index: 1000;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  position: absolute;
  right: 20%;
  bottom: 40px;
  padding: 10px;
  cursor: pointer;
  margin: 0;
}

#ads-ntv1, #ads-ntv2 {
  width: 100% !important;
  max-width: 300px !important;
  margin: 0 auto;
  overflow: hidden !important;
  padding-bottom: 10px;
}

#ads-ntv1 > div > div, #ads-ntv2 > div > div {
  width: 100% !important;
  max-width: 300px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  height: auto !important;
}

.exo-native-widget-item-image-wrapper {
  max-width: 300px !important;
  overflow: hidden !important;
}

.group-container > div {
  width: 100% !important;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
}

/* ==========================================================================
   Dark Theme
   ========================================================================== */
@media (min-width: 992px) {
  body.dark-theme:not(.site-empflix), body.dark-theme.site-empflix {
    background: #18191a;
    color: #666;
  }
  body.dark-theme:not(.site-empflix) [class^=icon-],
  body.dark-theme:not(.site-empflix) [class*=" icon-"], body.dark-theme.site-empflix [class^=icon-],
  body.dark-theme.site-empflix [class*=" icon-"] {
    color: #777777;
  }
  body.dark-theme:not(.site-empflix) .dark-switch i, body.dark-theme.site-empflix .dark-switch i {
    color: #fff !important;
  }
  body.dark-theme:not(.site-empflix) .top-header, body.dark-theme.site-empflix .top-header {
    background: #1f2021;
  }
  body.dark-theme:not(.site-empflix) .content, body.dark-theme.site-empflix .content {
    padding-right: 0;
  }
  body.dark-theme:not(.site-empflix) .navbar .nav,
  body.dark-theme:not(.site-empflix) .content-wrapper,
  body.dark-theme:not(.site-empflix) aside,
  body.dark-theme:not(.site-empflix) .category-letter > span, body.dark-theme.site-empflix .navbar .nav,
  body.dark-theme.site-empflix .content-wrapper,
  body.dark-theme.site-empflix aside,
  body.dark-theme.site-empflix .category-letter > span {
    background: none;
  }
  body.dark-theme:not(.site-empflix) .navbar .nav:before, body.dark-theme.site-empflix .navbar .nav:before {
    content: none;
  }
  body.dark-theme:not(.site-empflix) .form-control,
  body.dark-theme:not(.site-empflix) .btn-light,
  body.dark-theme:not(.site-empflix) .page-link, body.dark-theme.site-empflix .form-control,
  body.dark-theme.site-empflix .btn-light,
  body.dark-theme.site-empflix .page-link {
    background: #353535;
    border-color: #424242;
    color: #999;
  }
  body.dark-theme:not(.site-empflix) .page-link:hover, body.dark-theme.site-empflix .page-link:hover {
    background: rgb(47.9, 47.9, 47.9);
  }
  body.dark-theme:not(.site-empflix) .section-header,
  body.dark-theme:not(.site-empflix) .category-item,
  body.dark-theme:not(.site-empflix) .video-detail-controls, body.dark-theme.site-empflix .section-header,
  body.dark-theme.site-empflix .category-item,
  body.dark-theme.site-empflix .video-detail-controls {
    border-color: #424242;
  }
  body.dark-theme:not(.site-empflix) .bg-flag:after, body.dark-theme.site-empflix .bg-flag:after {
    border-color: transparent transparent #18191a transparent;
  }
  body.dark-theme:not(.site-empflix) .badge-video, body.dark-theme.site-empflix .badge-video {
    background: #353535;
    color: #999;
  }
  body.dark-theme:not(.site-empflix) .badge-video i, body.dark-theme.site-empflix .badge-video i {
    color: #999;
  }
  body.dark-theme:not(.site-empflix) .badge-video:hover, body.dark-theme.site-empflix .badge-video:hover {
    background: #0a84d2;
    color: #fff;
  }
  body.dark-theme:not(.site-empflix) .badge-video:hover i, body.dark-theme.site-empflix .badge-video:hover i {
    color: #fff;
  }
  body.dark-theme:not(.site-empflix) .badge-video-info, body.dark-theme.site-empflix .badge-video-info {
    color: #999 !important;
    margin: 0 0 2px 0;
    color: #353535;
    background: #353535;
    background: linear-gradient(to right, #0a84d2 0%, #0a84d2 32px, #353535 32px, #353535 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary', endColorstr='$dt-input-bg',GradientType=1 );
  }
  body.dark-theme:not(.site-empflix) .video-detail-controls .btn-blue-grey, body.dark-theme.site-empflix .video-detail-controls .btn-blue-grey {
    background: #353535;
  }
  body.dark-theme:not(.site-empflix) .category-item a:not(.active),
  body.dark-theme:not(.site-empflix) .aside-item a:not(.active), body.dark-theme.site-empflix .category-item a:not(.active),
  body.dark-theme.site-empflix .aside-item a:not(.active) {
    color: #999;
  }
  body.dark-theme:not(.site-empflix) .category-item a:not(.active):hover,
  body.dark-theme:not(.site-empflix) .aside-item a:not(.active):hover, body.dark-theme.site-empflix .category-item a:not(.active):hover,
  body.dark-theme.site-empflix .aside-item a:not(.active):hover {
    background: #1f2021;
  }
  body.dark-theme:not(.site-empflix) .category-item a:not(.active) span,
  body.dark-theme:not(.site-empflix) .aside-item a:not(.active) span, body.dark-theme.site-empflix .category-item a:not(.active) span,
  body.dark-theme.site-empflix .aside-item a:not(.active) span {
    color: #999;
  }
  body.dark-theme:not(.site-empflix) .category-item:hover,
  body.dark-theme:not(.site-empflix) .aside-item:hover, body.dark-theme.site-empflix .category-item:hover,
  body.dark-theme.site-empflix .aside-item:hover {
    background: #1f2021;
  }
  body.dark-theme:not(.site-empflix) .category-item.active a, body.dark-theme:not(.site-empflix) .category-item.active span,
  body.dark-theme:not(.site-empflix) .aside-item.active a,
  body.dark-theme:not(.site-empflix) .aside-item.active span, body.dark-theme.site-empflix .category-item.active a, body.dark-theme.site-empflix .category-item.active span,
  body.dark-theme.site-empflix .aside-item.active a,
  body.dark-theme.site-empflix .aside-item.active span {
    color: #fff;
  }
  
  body.dark-theme:not(.site-empflix) .btn-dark:active,
  body.dark-theme:not(.site-empflix) .btn-dark.active,
  body.dark-theme:not(.site-empflix) .show > .btn-dark.dropdown-toggle,
  body.dark-theme.site-empflix .btn-dark:active,
  body.dark-theme.site-empflix .btn-dark.active,
  body.dark-theme.site-empflix .show > .btn-dark.dropdown-toggle {
    background: #0c0c0c !important;
    border-color: #0c0c0c !important;
  }
  body.dark-theme:not(.site-empflix) .btn-dark,
  body.dark-theme:not(.site-empflix) .btn-secondary, body.dark-theme.site-empflix .btn-dark,
  body.dark-theme.site-empflix .btn-secondary {
    background: #0c0c0c !important;
    border-color: #0c0c0c !important;
    color: #999;
  }
  body.dark-theme:not(.site-empflix) .btn-dark i:before,
  body.dark-theme:not(.site-empflix) .btn-secondary i:before, body.dark-theme.site-empflix .btn-dark i:before,
  body.dark-theme.site-empflix .btn-secondary i:before {
    color: #999;
  }
  body.dark-theme:not(.site-empflix) .footer-wrapper, body.dark-theme.site-empflix .footer-wrapper {
    background: none;
    border-color: #424242;
  }
  body.dark-theme:not(.site-empflix) .ph-avatar, body.dark-theme.site-empflix .ph-avatar {
    border-color: #000;
  }
  body.dark-theme:not(.site-empflix) .ph-verified:before, body.dark-theme.site-empflix .ph-verified:before {
    top: 0;
    height: 100%;
    right: -1rem;
  }
  body.dark-theme:not(.site-empflix) .ph-verified:after, body.dark-theme.site-empflix .ph-verified:after {
    border-color: transparent transparent #18191a transparent;
    right: -1rem;
  }
  body.dark-theme:not(.site-empflix) .ph-tabs a.active,
  body.dark-theme:not(.site-empflix) .ph-tabs a:hover, body.dark-theme.site-empflix .ph-tabs a.active,
  body.dark-theme.site-empflix .ph-tabs a:hover {
    background: #424242;
    color: #fff;
  }
  body.dark-theme:not(.site-empflix) .input-group-custom .input-group-text, body.dark-theme.site-empflix .input-group-custom .input-group-text {
    background-color: #353535;
    border-color: #424242;
  }
  body.dark-theme:not(.site-empflix) .btn-outline-default, body.dark-theme.site-empflix .btn-outline-default {
    color: #777777;
  }
}

.video-thumb {
  overflow: hidden;
}

.video-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

label.required-asterisk:after {
  content: " *";
  color: red;
}

.square-thumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.text-small {
  font-size: 0.75rem;
}

#main-modal .modal-title {
  min-height: 37px;
}

#main-modal .modal-body {
  padding: 2rem 2rem;
}

.invalid-feedback {
  text-align: left;
}

.video-title {
  padding-left: 0;
  padding-right: 0;
}

.video-detail-controls span {
  display: inline-block;
}

#thumbs-up.active [class*=icon-thumb-up]:before {
  color: green;
}

#thumbs-down.active [class*=icon-thumb-down]:before {
  color: red;
}

.badge-video,
.badge-video-info {
  color: black;
}

.section-header {
  word-wrap: break-word !important;
  word-break: break-word !important;
  padding-right: 0;
}

.max-quality {
  top: 0.25rem;
  right: 0.25rem;
  padding: 0 0.5rem;
  height: 20px;
  background: #0a84d2;
  color: white;
}

.user-link {
  z-index: 1009;
}

.user-link.active {
  background: #161921 !important;
  z-index: 1011;
}

.menu-backdrop {
  z-index: 1010;
}

.modal-body {
  background: white;
  color: black;
}

#main-modal .btn-close span {
  font-size: 2.3rem;
}

.modal-header {
  border-bottom: none !important;
}

.icon-rss {
  top: -1px;
}

.section-header h1,
.section-header .h1,
.section-header h2,
.section-header .h2 {
  font-size: 1.6rem;
}

.dropdown-toggle:after {
  margin-left: 0.255em;
}

/* Disable modal backdrop static bouncing */
.modal.modal-static .modal-dialog {
  transform: none !important;
}

/* Fix for .form-control height */
textarea.form-control {
  height: 100%;
}

body {
  /* Fix modal background jump */
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  .content {
    padding-left: 1rem;
  }
}
/* Everything for mobile version */
@media (max-width: 992px) {
  .badge-video,
  .badge-video-info {
    color: white;
  }
  .video-detail-controls > * {
    width: 18%;
  }
  .search-fixed-top {
    background: rgba(0, 0, 0, 0.5) !important;
    border-color: transparent;
    position: fixed;
    top: 0;
    left: 54px;
    padding: 0.45rem;
    width: calc(100% - 104px);
  }
  /* To prevent AutoZoom */
  input[type=color],
  input[type=date],
  input[type=email],
  input[type=month],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=time],
  input[type=url],
  input[type=week],
  select:focus,
  textarea {
    font-size: 16px;
  }
}
/* Video */
/* main .plyr__video-wrapper video {
    max-height: 540px;
} */
/* Web version */
.select2-stacked .select2-results__option {
  display: inline-block;
  margin: 2px;
  background: #eee;
}

.select2-results__option[aria-selected=true] {
  display: none;
}

#ads-under-video .exo-native-widget {
  max-width: 915px !important;
  width: 100% !important;
}

#in_video_ad {
  width: 500px;
}

#in_video_ad > div:first-child {
  max-width: 500px !important;
}

#desktop_video_footer_ad .group-container {
  flex-wrap: wrap;
}

#desktop_video_footer_ad {
  max-height: 250px;
  overflow: hidden;
}

@media (min-width: 720px) {
  #desktop_video_footer_ad {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  #desktop_video_footer_ad .group-container {
    position: relative !important;
    display: inline-flex !important;
    flex-direction: column !important;
    vertical-align: top !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: space-evenly !important;
    align-items: center !important;
  }
}
/*# sourceMappingURL=bundle.min.css.map */
