@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800&display=swap");
:root {
  --main-color: 73, 214, 214;
  --main-text-color: #ffffff;
  --wala-color: #181a3a;
  --wala-sec-color: #49d6d6;
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #4990E1;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f44336;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #287676;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #4990E1;
  --secondary: #6c757d;
  --success: #287676;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f44336;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Alexandria", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #4990E1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(31.3443396226, 105.5259433962, 190.1556603774);
  text-decoration: underline;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(204.04, 223.92, 246.6);
}

.table-hover .table-primary:hover {
  background-color: rgb(182.148490566, 210.5685849057, 242.991509434);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(182.148490566, 210.5685849057, 242.991509434);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

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

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

.table-hover .table-success:hover {
  background-color: rgb(179.2247159091, 206.7152840909, 206.7152840909);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(179.2247159091, 206.7152840909, 206.7152840909);
}

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

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

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

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(251.92, 202.36, 198.72);
}

.table-hover .table-danger:hover {
  background-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

.no-background thead th {
  border-bottom: none !important;
}
.no-background tbody tr {
  background-color: transparent !important;
  border-bottom: 1px solid #EBECEF !important;
}
.no-background tbody tr:last-child {
  border-bottom: none !important;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(182.4575471698, 210.7570754717, 243.0424528302);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 225, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

.col-form-label {
  padding-top: calc(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.25rem;
  line-height: 1.5;
}

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #287676 !important;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #287676;
  box-shadow: 0 0 0 0.2rem rgba(40, 118, 118, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #287676;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: rgb(87.335443038, 198.164556962, 198.164556962);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(52.9113924051, 156.0886075949, 156.0886075949);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 118, 118, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #287676;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 118, 118, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f44336 !important;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f44336;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: rgb(250.6155660377, 180.0660377358, 174.8844339623);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(246.6462264151, 112.2264150943, 102.3537735849);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f44336;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 225, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #4990E1;
  border-color: #4990E1;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.1627358491, 123.9728773585, 219.5872641509);
  border-color: rgb(34.9528301887, 117.6745283019, 212.0471698113);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 225, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #4990E1;
  border-color: #4990E1;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(34.9528301887, 117.6745283019, 212.0471698113);
  border-color: rgb(33.1485849057, 111.6002358491, 201.1014150943);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 225, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #287676;
  border-color: #287676;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(30.3164556962, 89.4335443038, 89.4335443038);
  border-color: rgb(27.0886075949, 79.9113924051, 79.9113924051);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 118, 118, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #287676;
  border-color: #287676;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(27.0886075949, 79.9113924051, 79.9113924051);
  border-color: rgb(23.8607594937, 70.3892405063, 70.3892405063);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 118, 118, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(242.0153301887, 33.0801886792, 17.7346698113);
  border-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
  border-color: rgb(222.0955188679, 26.5188679245, 12.1544811321);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

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

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

.btn-outline-primary {
  color: #4990E1;
  background-color: transparent;
  background-image: none;
  border-color: #4990E1;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #4990E1;
  border-color: #4990E1;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 225, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #4990E1;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #4990E1;
  border-color: #4990E1;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 225, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #287676;
  background-color: transparent;
  background-image: none;
  border-color: #287676;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #287676;
  border-color: #287676;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 118, 118, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #287676;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #287676;
  border-color: #287676;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 118, 118, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #f44336;
  background-color: transparent;
  background-image: none;
  border-color: #f44336;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f44336;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

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

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

.btn-outline {
  border: 1px solid #888F9E !important;
}

.btn-link {
  font-weight: 400;
  color: #4990E1;
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(31.3443396226, 105.5259433962, 190.1556603774);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4990E1;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

@media all and (max-width: 479px) {
  #country-dropdown .dropdown-menu {
    max-width: 100%;
    min-width: 75vw;
  }
  #country-dropdown .dropdown-menu .iti__country {
    white-space: pre-wrap;
  }
}
/* Ipad Mini Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #country-dropdown .dropdown-menu {
    max-width: 100%;
    min-width: 26vw;
  }
}
/* Ipad Air Landscape */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #country-dropdown .dropdown-menu {
    max-width: 100%;
    min-width: 26vw;
  }
}
@media (min-width: 1200px) {
  #country-dropdown .dropdown-menu {
    max-width: 100%;
    min-width: 23vw;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #4990E1;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(73, 144, 225, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(226.2405660377, 237.4599056604, 250.2594339623);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4990E1;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #4990E1;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(73, 144, 225, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(73, 144, 225, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4990E1;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(73, 144, 225, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(182.4575471698, 210.7570754717, 243.0424528302);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(182.4575471698, 210.7570754717, 243.0424528302, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(182.4575471698, 210.7570754717, 243.0424528302);
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 225, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: rgb(182.4575471698, 210.7570754717, 243.0424528302);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(73, 144, 225, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(73, 144, 225, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(73, 144, 225, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #4990E1;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(226.2405660377, 237.4599056604, 250.2594339623);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #4990E1;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(226.2405660377, 237.4599056604, 250.2594339623);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #4990E1;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(226.2405660377, 237.4599056604, 250.2594339623);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs:nth-child(1) {
  border-bottom-left-radius: 0.5555555556rem;
}
.nav-tabs:last-child {
  border-bottom-right-radius: 0.5555555556rem;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-bottom-left-radius: 0;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4990E1;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(31.3443396226, 105.5259433962, 190.1556603774);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 144, 225, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #4990E1;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(34.9528301887, 117.6745283019, 212.0471698113);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: #fff;
  background-color: #287676;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(27.0886075949, 79.9113924051, 79.9113924051);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: #fff;
  background-color: #f44336;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(37.96, 74.88, 117);
  background-color: rgb(218.6, 232.8, 249);
  border-color: rgb(204.04, 223.92, 246.6);
}
.alert-primary hr {
  border-top-color: rgb(182.148490566, 210.5685849057, 242.991509434);
}
.alert-primary .alert-link {
  color: rgb(25.4667114094, 50.235704698, 78.4932885906);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 61.36, 61.36);
  background-color: rgb(212, 227.6, 227.6);
  border-color: rgb(194.8, 216.64, 216.64);
}
.alert-success hr {
  border-top-color: rgb(179.2247159091, 206.7152840909, 206.7152840909);
}
.alert-success .alert-link {
  color: rgb(7.8886075949, 23.2713924051, 23.2713924051);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(126.88, 34.84, 28.08);
  background-color: rgb(252.8, 217.4, 214.8);
  border-color: rgb(251.92, 202.36, 198.72);
}
.alert-danger hr {
  border-top-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}
.alert-danger .alert-link {
  color: rgb(85.1216107383, 23.373557047, 18.8383892617);
}

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

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

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(37.96, 74.88, 117);
  background-color: rgb(204.04, 223.92, 246.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(37.96, 74.88, 117);
  background-color: rgb(182.148490566, 210.5685849057, 242.991509434);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(37.96, 74.88, 117);
  border-color: rgb(37.96, 74.88, 117);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 61.36, 61.36);
  background-color: rgb(194.8, 216.64, 216.64);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 61.36, 61.36);
  background-color: rgb(179.2247159091, 206.7152840909, 206.7152840909);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 61.36, 61.36);
  border-color: rgb(20.8, 61.36, 61.36);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

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

.list-group-item-danger {
  color: rgb(126.88, 34.84, 28.08);
  background-color: rgb(251.92, 202.36, 198.72);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(126.88, 34.84, 28.08);
  background-color: rgb(250.5968867925, 179.7467924528, 174.5431132075);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(126.88, 34.84, 28.08);
  border-color: rgb(126.88, 34.84, 28.08);
}

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

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

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}

.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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Alexandria", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #4990E1 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(34.9528301887, 117.6745283019, 212.0471698113) !important;
}

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

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

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

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

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-raduis {
  border-radius: 0.2777777778rem;
}

.dashed {
  border: 1px solid #c3c7ce;
  border-style: dashed;
  border-color: #afb5be;
  font-size: 0.8888888889rem;
  line-height: 1.2777777778rem;
  background-color: #e5e6e9;
}

.border-primary {
  border-color: #4990E1 !important;
}

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

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-container > .card {
  background-color: #FFFFFF;
  width: 100%;
  margin: 10px;
  text-align: center;
  font-size: 30px;
}
.flex-container > .card.card:nth-child(1) {
  margin-left: 0;
}
.flex-container > .card.card:last-child {
  margin-right: 0;
}

.flex-container > .card {
  background-color: #FFFFFF;
  width: 100%;
  margin: 10px;
  text-align: center;
  font-size: 30px; /* Safari */ /* IE 10 */
  flex: 1; /* Standard syntax */
}
.flex-container > .card.card:nth-child(1) {
  margin-left: 0;
}
.flex-container > .card.card:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .flex-container {
    flex-wrap: wrap-reverse;
    display: inline-block !important;
  }
  .flex-container .card:nth-child(1) {
    margin-left: auto !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #4990E1 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(34.9528301887, 117.6745283019, 212.0471698113) !important;
}

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

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

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

a.text-success:hover, a.text-success:focus {
  color: rgb(27.0886075949, 79.9113924051, 79.9113924051) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358) !important;
}

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.btn-bordered {
  background-color: transparent !important;
  color: #49d6d6 !important;
  border: 1px solid #2f8b8b !important;
}

.btn-green-bordered {
  background-color: transparent !important;
  color: #2ba33f !important;
  border: 1px solid #2ba33f !important;
}

app-landing {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
app-landing app-footer {
  margin-top: auto;
}

app-comming-soon {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
app-comming-soon .page-center {
  flex-grow: 1;
  display: flex;
}
app-comming-soon .page-center > div {
  margin: auto;
  text-align: center;
}
app-comming-soon .soon-page {
  padding: 2.2222222222rem 0;
}
app-comming-soon .soon-page img {
  width: 27.7777777778rem;
  max-width: 80%;
  margin-bottom: 2.2222222222rem;
}
app-comming-soon .soon-page .title {
  font-size: 5.5555555556rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  app-comming-soon .soon-page .title {
    font-size: 2.2222222222rem;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1650px;
  }
}
.container .btn-primary {
  background-color: #4ad6d6 !important;
  color: #123636 !important;
}
.container .btn-green {
  background-color: #90CBB6 !important;
  color: #123636 !important;
}

header {
  padding: 1.6666666667rem 0;
}
header .header-wrapper {
  display: flex;
  align-items: center;
}
header .header-wrapper .logo-container {
  margin-right: auto;
}
header .header-wrapper .logo-container img {
  height: 5.5555555556rem;
}
header .header-wrapper .lang {
  min-width: 2.7777777778rem;
  padding: 0 0.5555555556rem;
  margin-left: 0.8333333333rem;
}
header .header-wrapper a {
  color: #000;
}
header.inner-header {
  background-image: url("../../images/covers/nav_background.png");
  background-repeat: no-repeat;
  background-size: cover;
}
header.inner-header .logo-container img {
  height: 4.1666666667rem;
}
header.inner-header .lang {
  color: #fff;
}
header.inner-header a {
  color: #fff;
}

body .hero-section {
  margin-bottom: 11.1111111111rem;
}
@media (max-width: 767px) {
  body .hero-section {
    margin-bottom: 2.7777777778rem;
  }
}
body .hero-section .hero-wrapper {
  position: relative;
  border-radius: 2.7777777778rem;
  padding: 3.8888888889rem;
  color: #fff;
  background-color: #303254;
  margin-top: 1.1111111111rem;
}
@media (max-width: 767px) {
  body .hero-section .hero-wrapper {
    padding: 3.8888888889rem 2.7777777778rem;
  }
}
@media (max-width: 400px) {
  body .hero-section .hero-wrapper {
    padding: 3.8888888889rem 2.2222222222rem;
  }
}
body .hero-section .hero-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: url(../../images/website/circles.svg) no-repeat top center/contain;
  z-index: 0;
  opacity: 0.7;
}
[dir=ltr] body .hero-section .hero-wrapper:before {
  transform: scaleX(-1);
}
@media (min-width: 1200px) {
  body .hero-section .hero-text {
    padding-left: 3.8888888889rem;
  }
}
body .hero-section h2 {
  font-size: 3.3888888889rem;
  line-height: 1.65;
}
[dir=ltr] body .hero-section h2 {
  font-size: 2.7777777778rem;
}
@media (max-width: 767px) {
  body .hero-section h2 {
    font-size: 2.7777777778rem;
  }
}
@media (max-width: 400px) {
  body .hero-section h2 {
    font-size: 2.0555555556rem !important;
  }
}
body .hero-section h2 span {
  color: #49d6d6;
}
body .hero-section .btns-container {
  margin-top: 3.8888888889rem;
}
@media (max-width: 767px) {
  body .hero-section .btns-container {
    text-align: center;
  }
}
body .hero-section .btns-container > * {
  margin: 0.2777777778rem;
  margin-right: 1.6666666667rem;
  font-size: 1rem;
}
@media (max-width: 400px) {
  body .hero-section .btns-container > * {
    margin-right: 0.5555555556rem;
    padding: 0 1rem;
    font-size: 0.9444444444rem;
  }
}
body .hero-section img {
  max-width: 100%;
  display: block;
  margin: auto;
  max-height: 37.7777777778rem;
}
body .hero-section .img-container {
  position: relative;
  display: inline-block;
}
[dir=ltr] body .hero-section .img-container .main {
  transform: scaleX(-1);
}
body .hero-section .img-container .float-1 {
  position: absolute;
  width: 30%;
  top: 22%;
  right: -3%;
  z-index: 2;
}
body .hero-section .img-container .float-3 {
  position: absolute;
  width: 30%;
  bottom: 0%;
  right: 3%;
  z-index: 2;
}
body .hero-section .img-container .float-4 {
  position: absolute;
  width: 30%;
  top: 5%;
  left: 0%;
  z-index: 2;
}
[dir=ltr] body .hero-section .img-container .float-4 {
  left: -4%;
}
body .hero-section .img-container .float-2 {
  position: absolute;
  bottom: 23%;
  left: -8%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(30px) brightness(1.2);
          backdrop-filter: blur(30px) brightness(1.2);
  border-radius: 0.5555555556rem;
  padding: 1.9444444444rem;
  box-shadow: 0.1666666667rem 0.2777777778rem 2.2222222222rem rgba(28, 30, 68, 0.5);
  text-align: center;
}
body .hero-section .img-container .float-2 img {
  height: 1.6666666667rem;
  margin: auto;
}
body .hero-section .img-container .float-2 .text {
  font-size: 1.1111111111rem;
  line-height: 1;
  font-weight: 500;
  color: #d2f5f5;
  margin-top: 0.8333333333rem;
}

.why {
  padding: 8.8888888889rem 0 1.6666666667rem;
}
.why .section-head {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.why .section-head > div {
  margin: auto;
  padding: 0 1.6666666667rem;
}
.why .title {
  font-size: 2.0555555556rem;
  line-height: 1.8;
  font-weight: 800;
  margin-bottom: 2.2222222222rem;
}
.why .sub-title {
  font-size: 1rem;
  line-height: 1.5555555556rem;
  color: #6b6d85;
  font-weight: 500;
}
.why .sub-title span {
  font-weight: 800;
}
.why .content .row > div {
  margin-bottom: 30px;
}
.why .content .row > div:nth-child(2n) .why-card {
  background: rgb(73, 214, 214);
  background: linear-gradient(45deg, rgb(73, 214, 214) 0%, rgb(55, 161, 161) 100%);
}
.why .content .row > div:nth-child(2n+1) .why-card {
  background: rgb(62, 64, 96);
  background: linear-gradient(90deg, rgb(62, 64, 96) 0%, rgb(48, 50, 84) 100%);
}
.why .content .why-card {
  height: 100%;
  padding: 5.5555555556rem 2.2222222222rem 4.4444444444rem;
  padding-right: 26%;
  border-radius: 1.1111111111rem;
  position: relative;
  color: #fff;
}
.why .content .why-card h5 {
  font-size: 1.7222222222rem;
  line-height: 2.1111111111rem;
  font-weight: 800;
  margin-bottom: 1.3888888889rem;
}
.why .content .why-card p {
  font-size: 1rem;
  line-height: 1.7777777778rem;
  font-weight: 500;
}
.why .content .why-card .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 26%;
}
.why .content .why-card .icon img {
  width: 100%;
}
[dir=ltr] .why .content .why-card .icon {
  transform: scaleX(-1);
}
.why .content .why-card:before {
  position: inherit;
  content: "";
  width: 100%;
  height: 6.8333333333rem;
  background: url(../../images/website/logo_shape.svg) no-repeat left top/contain;
  top: 0;
  left: 0;
  position: absolute;
}

.subscribe-section {
  position: relative;
}
.subscribe-section .section-bg {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .subscribe-section .section-bg {
    display: none;
  }
}
.subscribe-section .section-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../../images/website/CompaniesLogos.png) no-repeat center left/contain;
  background-color: #fff;
  z-index: 1;
}
.subscribe-section .section-bg:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 5.5555555556rem;
  width: 5.5555555556rem;
  background: url(../../images/website/companies_section_shape.svg) no-repeat center/contain;
  z-index: 0;
  transform: translate(-50%, -50%);
}
[dir=ltr] .subscribe-section .section-bg:after {
  transform: translate(50%, -50%);
}
.subscribe-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  left: 0;
  width: 100%;
  background-color: #e4f9f9;
}
@media (max-width: 992px) {
  .subscribe-section:after {
    height: 70%;
  }
}
.subscribe-section > * {
  position: relative;
  z-index: 1;
}
.subscribe-section .subscribe-text {
  height: 100%;
  padding: 5.5555555556rem;
  height: auto;
  background: url(../../images/website/CompaniesLogos.png) no-repeat center left/contain;
  background-color: #fff;
  border-radius: 2.7777777778rem;
  margin-bottom: 2.7777777778rem;
}
@media (max-width: 767px) {
  .subscribe-section .subscribe-text {
    padding: 2.7777777778rem;
  }
}
.subscribe-section .subscribe-text:after {
  display: none;
  content: "";
  position: absolute;
  bottom: 3.8888888889rem;
  right: 0;
  width: 8.3333333333rem;
  height: 5rem;
  background: url(../../images/website/orange-arrow.svg) no-repeat center/contain;
  transform: translateX(-80%);
  z-index: 1;
}
[dir=ltr] .subscribe-section .subscribe-text:after {
  transform: translateX(80%) scaleX(-1);
}
@media (max-width: 992px) {
  .subscribe-section .subscribe-text:after {
    transform: rotate(300deg);
    bottom: -1.1111111111rem;
    left: 85%;
    right: auto;
  }
  [dir=ltr] .subscribe-section .subscribe-text:after {
    transform: rotate(300deg);
  }
}
.subscribe-section .subscribe-text h4 {
  font-size: 1.2222222222rem;
  font-weight: 600;
  margin-bottom: 2.7777777778rem;
}
.subscribe-section .subscribe-text h2 {
  font-size: 2.0555555556rem;
  font-weight: 800;
  margin-bottom: 3.3333333333rem;
  line-height: 3.7777777778rem;
}
.subscribe-section .subscribe-text h2 span {
  color: #49d6d6;
}
.subscribe-section .subscribe-text p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 4.4444444444rem !important;
}
.subscribe-section .subscribe-text p span {
  font-weight: 800;
}
.subscribe-section .subscribe-text h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.subscribe-section .subscribe-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.subscribe-section .subscribe-card .head {
  padding: 2.2222222222rem;
  background-color: #efeff2;
  border-radius: 2.7777777778rem 2.7777777778rem 0 0;
  font-size: 1.7222222222rem;
  line-height: 2.1111111111rem;
  font-weight: 600;
  text-align: center;
}
.subscribe-section .subscribe-card .content {
  padding: 2.2222222222rem;
  background-color: #fff;
  flex-grow: 1;
}
.subscribe-section .subscribe-card .content p {
  font-size: 1.2222222222rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.subscribe-section .subscribe-card .content .packages-list {
  margin: 0;
  margin-top: 1.6666666667rem;
  display: block;
}
.subscribe-section .subscribe-card .content .packages-list .mat-radio-label {
  padding: 1.3888888889rem 2.2222222222rem;
  display: block;
  border-color: #e1e1e1;
}
.subscribe-section .subscribe-card .content .packages-list .mat-radio-label .mat-radio-label-content {
  display: block;
}
.subscribe-section .subscribe-card .content .packages-list .mat-radio-label:hover {
  background-color: transparent;
}
.subscribe-section .subscribe-card .content .packages-list mat-radio-button.mat-radio-checked .mat-radio-label {
  background-color: transparent;
  border-color: #e1e1e1;
}
.subscribe-section .subscribe-card .content .packages-list mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-container,
.subscribe-section .subscribe-card .content .packages-list mat-radio-button.mat-radio-checked .mat-radio-label .cover_bg {
  display: none;
}
.subscribe-section .subscribe-card .content .packages-list .item + .item {
  margin-top: 0.8333333333rem;
}
.subscribe-section .subscribe-card .content .packages-list .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 1.1111111111rem;
}
.subscribe-section .subscribe-card .content .packages-list .pakage-name {
  font-size: 1.2222222222rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #49d6d6;
}
.subscribe-section .subscribe-card .content .packages-list .pakage-period {
  font-size: 0.8888888889rem;
  line-height: 1;
  font-weight: 500;
  color: #8e8fa2;
  margin-top: 0.5555555556rem;
}
.subscribe-section .subscribe-card .content .packages-list .pakage-period span {
  font-weight: 700;
  color: #6b6d85;
  font-size: 1rem;
}
.subscribe-section .subscribe-card .content .packages-list .price {
  font-size: 1.7222222222rem;
  line-height: 2.1111111111rem;
  font-weight: 500;
  white-space: nowrap;
}
.subscribe-section .subscribe-card .content .packages-list .price b {
  font-weight: 800;
}
.subscribe-section .subscribe-card .content .packages-list .cover_bg {
  height: 2.7777777778rem;
  width: auto;
  opacity: 0.95;
  display: none;
}
.subscribe-section .subscribe-card .footer {
  text-align: center;
}
.subscribe-section .subscribe-card .footer a,
.subscribe-section .subscribe-card .footer button {
  display: block;
  padding: 2.2222222222rem 0.8333333333rem;
  background-color: #303254;
  border-radius: 0 0 2.7777777778rem 2.7777777778rem;
  font-size: 1.5rem;
  line-height: 1.9444444444rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  white-space: nowrap;
}
.subscribe-section .subscribe-card .footer a:hover,
.subscribe-section .subscribe-card .footer button:hover {
  background-color: #1e203f;
}

.our-service {
  padding: 8.3333333333rem 0 6.6666666667rem;
  background-color: #e4f9f9;
}
@media (max-width: 767px) {
  .our-service {
    padding: 5.5555555556rem 0 2.7777777778rem;
  }
}
.our-service .img-container {
  max-width: 100%;
  width: 29.4444444444rem;
  padding: 3.6111111111rem;
  border-radius: 0.5555555556rem;
  margin: auto;
  position: relative;
  background: rgb(173, 237, 237);
  background: radial-gradient(circle, rgb(173, 237, 237) 0%, rgb(210, 245, 245) 50%, rgb(173, 237, 237) 100%);
}
.our-service .img-container img {
  width: 100%;
  border-radius: 0.5555555556rem;
}
.our-service .img-container .over-text {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px) brightness(1.5);
          backdrop-filter: blur(20px) brightness(1.5);
  border-radius: 0.5555555556rem;
  padding: 1.1111111111rem 2.2222222222rem;
  text-align: center;
  font-size: 1.3888888889rem;
  line-height: 1;
  position: absolute;
  bottom: 7.5rem;
  right: 2.2222222222rem;
}
.our-service .img-container .over-text .price {
  font-size: 1.7222222222rem;
  line-height: 2.1111111111rem;
  font-weight: 500;
  color: #287676;
  margin-top: 0.8333333333rem;
}
.our-service .img-container .over-text .price b {
  font-weight: 800;
}
.our-service .service-content {
  padding: 2.2222222222rem 0;
}
.our-service .service-content h2 {
  font-size: 1.8333333333rem;
  line-height: 1.8;
  font-weight: 800;
  margin-bottom: 2.2222222222rem;
}
.our-service .service-content h2 span {
  color: #49d6d6;
}
.our-service .service-content p {
  font-size: 1rem;
  line-height: 1.5555555556rem;
  color: #6b6d85;
  font-weight: 500;
  margin-bottom: 2.2222222222rem !important;
}
.our-service .service-content h4 {
  font-size: 1.2222222222rem;
  line-height: 1.8888888889rem;
  font-weight: 700;
  margin-bottom: 1.1111111111rem;
}
.our-service .service-content .vendors-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.9444444444rem;
}
.our-service .service-content .vendors-list > div {
  margin: 0.2777777778rem 0;
  margin-right: 1.1111111111rem;
}
.our-service .service-content .vendors-list > div img {
  height: 6.1111111111rem;
}

.apps-sections {
  padding: 11.6666666667rem 0 16.6666666667rem;
  position: relative;
}
@media (max-width: 767px) {
  .apps-sections {
    padding: 5.5555555556rem 0 5.5555555556rem;
  }
}
.apps-sections:after {
  content: "";
  width: 45%;
  height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: url(../../images/website/apps-bg.png) no-repeat center left/contain;
}
@media (max-width: 992px) {
  .apps-sections:after {
    display: none;
  }
}
[dir=ltr] .apps-sections:after {
  transform: scaleX(-1);
}
.apps-sections .content .label {
  display: inline-block;
  padding: 0.5555555556rem 0.8333333333rem;
  padding-right: 1.3888888889rem;
  border-top-right-radius: 1.7777777778rem;
  border-bottom-right-radius: 0.5555555556rem;
  background-color: #dddde3;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  font-weight: 600;
}
.apps-sections .content h2 {
  font-size: 1.8333333333rem;
  line-height: 1.8;
  font-weight: 800;
  margin-top: 1.6666666667rem;
  margin-bottom: 2.2222222222rem;
}
.apps-sections .content h2 span {
  color: #49d6d6;
}
.apps-sections .content p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 4.4444444444rem !important;
}
.apps-sections .content p span {
  font-weight: 800;
}
.apps-sections .check-list {
  margin: 2.2222222222rem 0 2.7777777778rem;
}
.apps-sections .check-list li + li {
  margin-top: 1.6666666667rem;
}
.apps-sections .download-apps {
  font-size: 0.8888888889rem;
  line-height: 1.0555555556rem;
  font-weight: 600;
}
@media (max-width: 992px) {
  .apps-sections .download-apps {
    text-align: center;
  }
}
.apps-sections .download-apps div {
  margin-bottom: 1.1111111111rem;
}
.apps-sections .download-apps a {
  display: inline-block;
}
.apps-sections .download-apps a + a {
  margin-left: 1.6666666667rem;
}
.apps-sections .download-apps img {
  height: 3.3333333333rem;
}
.apps-sections .img-container {
  margin-top: 2.7777777778rem;
  text-align: center;
}
.apps-sections .img-container img {
  border-radius: 20px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .apps-sections .img-container img {
    width: 19.4444444444rem;
    margin: auto;
  }
}

/*****************************************/
.page-head {
  padding: 2.2222222222rem 0;
  background-color: #f4f4f6;
  font-size: 1.2222222222rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.page-head h2 {
  margin: 0 !important;
}

.web-page {
  padding: 5.5555555556rem 0;
}

.contact-page .content {
  padding: 2.2222222222rem 0;
}
.contact-page .content h1 {
  color: #49d6d6;
  font-size: 2.0555555556rem;
  font-weight: 800;
  line-height: 2.5rem;
  margin-bottom: 1.1111111111rem;
}
.contact-page .content h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 2.2222222222rem;
}
.contact-page .content h6 {
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.2777777778rem;
  margin-bottom: 2.2222222222rem;
  color: #6b6d85;
}
.contact-page .contact-info {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.0555555556rem;
}
.contact-page .contact-info + .contact-info {
  margin-top: 1.6666666667rem;
}
.contact-page .contact-info .icon {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  background-color: #e4f9f9;
  border-radius: 50%;
  display: flex;
  margin-right: 0.7777777778rem;
}
.contact-page .contact-info .icon img {
  margin: auto;
  max-width: 1rem;
  max-height: 1rem;
}
.contact-page .contact-info .label {
  font-size: 0.7777777778rem;
  color: #8e8fa2;
  margin-bottom: 0.4444444444rem;
}
.contact-page .contact-info .value {
  font-size: 0.8888888889rem;
}
.contact-page .contact-info .value a {
  color: #1c1e44;
  direction: ltr;
  display: inline-block;
}
.contact-page .contact-info .value a.email {
  color: #0077cc;
}
.contact-page .form-container {
  background-color: #fff;
  border-radius: 1.1111111111rem;
  box-shadow: 1px 2px 1.6666666667rem rgba(28, 30, 68, 0.1);
  padding: 3.3333333333rem;
}
.contact-page .form-container button {
  min-width: 6.8333333333rem;
}

.faq_page header {
  background-color: #f4f4f6;
  padding: 2.2222222222rem 7.5rem;
  color: #1c1e44;
  font-size: 1.2222222222rem;
  font-weight: 700;
  margin-bottom: 3.3333333333rem;
}
@media (width < 576px) {
  .faq_page header {
    padding: 2.2222222222rem 0.8333333333rem;
  }
}
.faq_page .faq_page_content .button-group-custom {
  margin-bottom: 2.2222222222rem;
}
.faq_page .faq_page_content .button-group-custom .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #1c1e44;
}
.faq_page .faq_page_content .button-group-custom .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked button .mat-button-toggle-label-content {
  color: #fff !important;
}
.faq_page .faq_page_content mat-accordion mat-expansion-panel {
  background: #fff;
  border-radius: 1.1111111111rem;
  box-shadow: 0px 0.1666666667rem 1.1111111111rem rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6666666667rem;
}
.faq_page .faq_page_content mat-accordion mat-expansion-panel.mat-expanded {
  padding-bottom: 0px !important;
  background-color: #f4f4f6;
}
.faq_page .faq_page_content mat-accordion mat-expansion-panel ul {
  list-style: initial;
  margin-left: 1.1111111111rem;
}
.faq_page .faq_page_content mat-accordion mat-expansion-panel-header {
  padding: 2.2222222222rem;
  height: auto;
}
.faq_page .faq_page_content mat-accordion mat-expansion-panel-header:hover {
  background-color: initial !important;
}
.faq_page .faq_page_content mat-accordion mat-expansion-panel-header.mat-expanded svg {
  transform: rotateX(180deg);
}
.faq_page .faq_page_content mat-accordion mat-expansion-panel-header mat-panel-title {
  flex-grow: 1;
  font-weight: 500 !important;
  font-size: 1.3333333333rem !important;
  line-height: 1.9444444444rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.faq_page .faq_page_content mat-accordion .mat-expansion-panel-body {
  margin-top: 0.5555555556rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 0px 2.2222222222rem 2.2222222222rem;
}
.faq_page .faq_page_content mat-accordion mat-panel-description {
  justify-content: end;
  flex-grow: unset !important;
  margin-right: 0px !important;
}
.faq_page .faq_page_content mat-accordion .mat-expansion-panel:not(.mat-expanded),
.faq_page .faq_page_content mat-accordion .mat-accordion .mat-expansion-panel:not(.mat-expansion-panel-spacing) {
  border-radius: 1.1111111111rem !important;
}
.faq_page .faq_page_content mat-accordion .mat-expansion-panel:first-of-type {
  border-top-right-radius: 1.1111111111rem !important;
  border-top-left-radius: 1.1111111111rem !important;
}

.terms_page header {
  background-color: #f4f4f6;
  color: #1c1e44;
  font-size: 1.2222222222rem;
  font-weight: 700;
  margin-bottom: 3.3333333333rem;
  padding: 2.2222222222rem 7.5rem;
}
@media (width < 576px) {
  .terms_page header {
    padding: 2.2222222222rem 0.8333333333rem;
  }
}
.terms_page .terms_page_content .tabs {
  display: flex;
}
@media (width < 720px) {
  .terms_page .terms_page_content .tabs {
    flex-direction: column;
  }
  .terms_page .terms_page_content .tabs .nav-pills a {
    min-width: 100% !important;
  }
  .terms_page .terms_page_content .tabs .tab-content {
    margin-top: 1.6666666667rem;
    margin-left: 0rem !important;
  }
}
.terms_page .terms_page_content .tabs .nav-pills .lable {
  font-size: 1rem;
  font-weight: 500;
  color: #8e8fa2;
  margin-bottom: 2.2222222222rem;
}
.terms_page .terms_page_content .tabs .nav-pills a {
  color: #6b6d85;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.1111111111rem;
  border-radius: 0.4444444444rem;
  margin-bottom: 0.2777777778rem;
  min-width: -moz-max-content;
  min-width: max-content;
}
.terms_page .terms_page_content .tabs .nav-pills a.active {
  background-color: #49d6d6;
  box-shadow: 0px 0.0555555556rem 1.1111111111rem rgba(73, 214, 214, 0.4);
  color: #123636;
}
.terms_page .terms_page_content .tabs .tab-content {
  flex-grow: 1;
  margin-left: 9.4444444444rem;
}
.terms_page .terms_page_content .tabs .tab-content .tab_content .title {
  font-size: 1.7222222222rem;
  font-weight: 800;
  line-height: 3.2222222222rem;
  color: #1c1e44;
  margin-bottom: 1.1111111111rem;
}
.terms_page .terms_page_content .tabs .tab-content .tab_content ul {
  margin-left: 1.3888888889rem;
  list-style-type: initial;
}
.terms_page .terms_page_content .tabs .tab-content .tab_content .sub-title {
  font-size: 1rem;
  font-weight: 500;
  color: #6b6d85;
  margin-bottom: 3.3333333333rem;
}
.terms_page .terms_page_content .tabs .tab-content .tab_content .desc .pragraph {
  font-size: 1rem;
  font-weight: 500;
  color: #1c1e44;
  line-height: 1.3888888889rem;
  margin-bottom: 1.6666666667rem;
}
.terms_page .terms_page_content .tabs .tab-content .tab_content .desc .pragraph p {
  padding-bottom: 1.1111111111rem !important;
  display: block;
}

.policy_page header {
  background-color: #f4f4f6;
  color: #1c1e44;
  font-size: 1.2222222222rem;
  font-weight: 700;
  margin-bottom: 3.3333333333rem;
  padding: 2.2222222222rem 7.5rem;
}
@media (width < 576px) {
  .policy_page header {
    padding: 2.2222222222rem 0.8333333333rem;
  }
}
.policy_page .policy_page_content .tabs {
  display: flex;
}
@media (width < 720px) {
  .policy_page .policy_page_content .tabs {
    flex-direction: column;
  }
  .policy_page .policy_page_content .tabs .nav-pills a {
    min-width: 100% !important;
  }
  .policy_page .policy_page_content .tabs .tab-content {
    margin-top: 1.6666666667rem;
    margin-left: 0rem !important;
  }
}
.policy_page .policy_page_content .tabs .nav-pills .lable {
  font-size: 1rem;
  font-weight: 500;
  color: #8e8fa2;
  margin-bottom: 2.2222222222rem;
}
.policy_page .policy_page_content .tabs .nav-pills a {
  color: #6b6d85;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.1111111111rem;
  border-radius: 0.4444444444rem;
  margin-bottom: 0.2777777778rem;
  min-width: -moz-max-content;
  min-width: max-content;
}
.policy_page .policy_page_content .tabs .nav-pills a.active {
  background-color: #49d6d6;
  box-shadow: 0px 0.0555555556rem 1.1111111111rem rgba(73, 214, 214, 0.4);
  color: #123636;
}
.policy_page .policy_page_content .tabs .tab-content {
  flex-grow: 1;
  margin-left: 12.7777777778rem;
}
.policy_page .policy_page_content .tabs .tab-content .tab_content .title {
  font-size: 1.7222222222rem;
  font-weight: 800;
  line-height: 3.2222222222rem;
  color: #1c1e44;
  margin-bottom: 1.1111111111rem;
}
.policy_page .policy_page_content .tabs .tab-content .tab_content .sub-title {
  font-size: 1rem;
  font-weight: 500;
  color: #6b6d85;
  margin-bottom: 1.6666666667rem;
}
.policy_page .policy_page_content .tabs .tab-content .tab_content .desc .pragraph {
  font-size: 1rem;
  font-weight: 500;
  color: #1c1e44;
  line-height: 1.3888888889rem;
  margin-bottom: 3.3333333333rem;
  margin-left: 1.1111111111rem;
}
.policy_page .policy_page_content .tabs .tab-content .tab_content .desc .pragraph p {
  padding-bottom: 1.1111111111rem;
  display: block;
}
.policy_page .policy_page_content .tabs .tab-content .tab_content .desc ul {
  margin-left: 1.3888888889rem;
  list-style-type: initial;
}
.policy_page .policy_page_content .tabs .tab-content .tab_content .desc ul li {
  font-size: 1rem;
  font-weight: 500;
  color: #1c1e44;
  line-height: 1.3888888889rem;
  margin: 0.5555555556rem;
}

.new-home-page .hero-section img {
  margin: inherit;
  max-width: 75%;
}
.new-home-page .hero-section .hero-text .certificate {
  margin-bottom: 1.6666666667rem;
}
.new-home-page .hero-section .hero-text .welcome {
  display: flex;
  align-items: center;
  margin-bottom: 1.1111111111rem;
}
.new-home-page .hero-section .hero-text .welcome span {
  font-weight: 700 !important;
  font-size: 3.3888888889rem !important;
  line-height: 6.1111111111rem !important;
  color: #FFFFFF !important;
  font-family: "Alexandria", sans-serif !important;
  white-space: nowrap;
}
.new-home-page .hero-section .hero-text .welcome img {
  width: 3.4444444444rem;
  height: 3.4444444444rem;
  margin: inherit;
  margin-left: 1.1111111111rem;
}
.new-home-page .hero-section .hero-text p {
  font-weight: 500 !important;
  font-size: 1.4444444444rem !important;
  line-height: 2.7777777778rem !important;
  color: #E7E8E7 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.6666666667rem;
  width: 27.7777777778rem;
}
.new-home-page .hero-section .hero-wrapper {
  position: relative;
  border-radius: 2.7777777778rem;
  padding: 4.1666666667rem 6.1111111111rem;
  color: #fff;
  background: rgb(10, 17, 10);
  background: linear-gradient(90deg, rgb(10, 17, 10) 0%, rgb(16, 29, 17) 50%, rgb(10, 17, 10) 100%);
  margin-top: 1.1111111111rem;
}
@media (max-width: 992px) {
  .new-home-page .hero-section .hero-wrapper {
    padding: 3.8888888889rem 2.7777777778rem;
  }
}
@media (max-width: 400px) {
  .new-home-page .hero-section .hero-wrapper {
    padding: 3.8888888889rem 2.2222222222rem;
  }
}
.new-home-page .hero-section .hero-wrapper:before {
  content: "";
  position: absolute;
  right: 25% !important;
  left: auto !important;
  top: 0;
  width: 25%;
  height: 100%;
  background: url(../../images/new-landing/blur.png) no-repeat top center/contain;
  z-index: 0;
  opacity: 0.7;
}
[dir=ltr] .new-home-page .hero-section .hero-wrapper:before {
  transform: scaleX(-1);
}
@media (max-width: 992px) {
  .new-home-page .hero-section .hero-wrapper:before {
    display: none;
  }
}
.new-home-page .hero-section .btns-container {
  margin-top: 1.6666666667rem;
  margin-bottom: 2.7777777778rem;
  text-align: start !important;
}
.new-home-page .hero-section .btns-container .btn-green {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 0.9444444444rem 1.1111111111rem;
}
.new-home-page .hero-section .img-container {
  position: relative;
  display: block;
  margin-bottom: 1.6666666667rem;
}
.new-home-page .hero-section .img-container img {
  margin-left: auto;
}
.new-home-page .hero-section .logos {
  display: flex;
  align-items: center;
}
.new-home-page .hero-section .logos img {
  width: 4.6111111111rem;
  height: 2.7777777778rem;
}
.new-home-page .hero-section .logos img:last-child {
  margin-left: 1.6666666667rem;
}

.ai {
  position: relative;
}
.ai::before {
  content: "";
  position: absolute;
  right: 40% !important;
  left: auto !important;
  top: 0;
  width: 15%;
  height: 100%;
  background: url(../../images/new-landing/ai/blur.png) no-repeat top center/contain;
  background-size: 100%;
  z-index: 0;
}
@media (max-width: 992px) {
  .ai::before {
    display: none;
  }
}
.ai .title {
  font-weight: 800 !important;
  font-size: 2.0555555556rem !important;
  line-height: 3.8888888889rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
  margin-bottom: 4.4444444444rem;
}
.ai .item {
  background-color: #F8F8F8;
  border-radius: 0.5555555556rem;
  padding: 1.6666666667rem;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .ai .item {
    padding: 0.8333333333rem 1.1111111111rem;
  }
}
.ai .item .item-icon {
  background-color: #FDFDFD;
  border-radius: 50%;
  padding: 1.1111111111rem;
  margin-right: 1.1111111111rem;
}
.ai .item .item-icon svg {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}
.ai .item .item-content span {
  font-weight: 600 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #101D11 !important;
  font-family: "Alexandria", sans-serif !important;
}
.ai .btn-bordered {
  margin-top: 3.3333333333rem;
}

.sessions-measurements.margin-top .session-content {
  margin-top: 20%;
}
.sessions-measurements .session-content {
  display: block;
  margin: auto;
}
.sessions-measurements .session-content .title {
  font-weight: 800 !important;
  font-size: 2.0555555556rem !important;
  line-height: 3.8888888889rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.7777777778rem;
}
.sessions-measurements .session-content .sub-title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.7777777778rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 3.3333333333rem;
}
.sessions-measurements .session-content p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.6666666667rem;
}
.sessions-measurements .session-content h3 {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #101D11 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.sessions-measurements .session-content .measurements-image {
  margin-top: 1.6666666667rem;
}
.sessions-measurements .session-content .measurements-image img {
  width: auto;
}
@media (max-width: 1500px) {
  .sessions-measurements .session-content .measurements-image img {
    width: 75%;
  }
}
.sessions-measurements .session-content .owl-stage-outer {
  min-height: 15svh;
  height: 100%;
}
.sessions-measurements .session-content .owl-stage-outer .owl-dots {
  display: none;
}
.sessions-measurements .session-content .measurements {
  margin-top: 1.6666666667rem;
}
.sessions-measurements .session-content .measurements .mesurement {
  background: #F8F8F8;
  border-radius: 1.6666666667rem;
  padding: 0;
  flex-grow: 0.1;
  margin-right: 1.1111111111rem;
  border: none;
  width: 100%;
}
.sessions-measurements .session-content .measurements .mesurement .card-header,
.sessions-measurements .session-content .measurements .mesurement .card-footer {
  padding: 0;
  border: none !important;
}
.sessions-measurements .session-content .measurements .mesurement .card-header {
  border-top-right-radius: 1.6666666667rem;
  border-top-left-radius: 1.6666666667rem;
}
.sessions-measurements .session-content .measurements .mesurement .card-header img {
  position: relative;
}
.sessions-measurements .session-content .measurements .mesurement .card-footer {
  box-shadow: 1px 2px 5px rgba(28, 30, 68, 0.1);
}
.sessions-measurements .session-content .measurements .mesurement .measurement-content {
  text-align: left;
  margin-top: 0.8888888889rem;
  position: absolute;
  left: 10%;
  bottom: 25%;
}
.sessions-measurements .session-content .measurements .mesurement .measurement-content p {
  font-weight: 500 !important;
  font-size: 0.7222222222rem !important;
  line-height: 1rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem !important;
}
.sessions-measurements .session-content .measurements .mesurement .measurement-content h6 {
  font-weight: 700 !important;
  font-size: 0.7222222222rem !important;
  line-height: 1rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
.sessions-measurements .session-content .measurements .mesurement .measurement-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6666666667rem 0.8888888889rem;
  background-color: rgba(255, 255, 255, 0.7);
}
.sessions-measurements .session-content .measurements .mesurement .measurement-info .questions,
.sessions-measurements .session-content .measurements .mesurement .measurement-info .time {
  display: flex;
  align-items: center;
}
.sessions-measurements .session-content .measurements .mesurement .measurement-info .questions img,
.sessions-measurements .session-content .measurements .mesurement .measurement-info .time img {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  margin-right: 0.2222222222rem;
}
.sessions-measurements .session-content .measurements .mesurement .measurement-info .questions p,
.sessions-measurements .session-content .measurements .mesurement .measurement-info .time p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.sessions-measurements .session-content .measurements .mesurement .measurement-info .questions p span,
.sessions-measurements .session-content .measurements .mesurement .measurement-info .time p span {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #828398 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.1666666667rem;
}
.sessions-measurements .session-content .measurements .mesurement.purple {
  background: rgb(215, 206, 253);
  background: linear-gradient(90deg, rgb(215, 206, 253) 0%, rgb(138, 128, 219) 100%);
}
.sessions-measurements .session-content .measurements .mesurement.orange {
  background: rgb(242, 201, 165);
  background: linear-gradient(90deg, rgb(242, 201, 165) 0%, rgb(253, 148, 56) 100%);
}
.sessions-measurements .session-content .measurements .mesurement.more {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sessions-measurements .session-content .measurements .mesurement.more h1 {
  font-weight: 800 !important;
  font-size: 1.7222222222rem !important;
  line-height: 3.2222222222rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.sessions-measurements .session-content .categories {
  display: flex;
  margin-top: 0.5555555556rem;
  margin-bottom: 2.7777777778rem;
  flex-wrap: wrap;
  width: 95%;
}
.sessions-measurements .session-content .categories .category {
  display: flex;
  align-items: center;
  margin-right: 1.1111111111rem;
  margin-top: 1.1111111111rem;
}
.sessions-measurements .session-content .categories .category .category-icon {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  background-color: #F3F4F3;
  border-radius: 50%;
  margin-right: 0.6666666667rem;
}
.sessions-measurements .session-content .categories .category .category-icon svg {
  width: 1.6666666667rem;
  height: 100%;
  display: block;
  margin: auto;
}
.sessions-measurements .session-content .categories .category .category-name {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.sessions-measurements .session-content .categories .category .logo {
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(16, 29, 17, 0.1);
}
.sessions-measurements .session-content .categories .category .logo img {
  border-radius: 50%;
}
@media (max-width: 992px) {
  .sessions-measurements .session-content .categories .category .logo img {
    width: 4.4444444444rem;
  }
}
.sessions-measurements .session-content .categories .category .image {
  border-radius: 0.2222222222rem;
}
.sessions-measurements .session-content .categories .category .image img {
  border-radius: 0.2222222222rem;
}
.sessions-measurements .session-content .categories .category-more {
  display: flex;
  align-items: center;
  margin-top: 1.1111111111rem;
  border: 1px solid #E7E8E7;
  border-radius: 5.5555555556rem;
  padding: 0 1.0555555556rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.sessions-measurements .session-content .categories .category-more-square {
  margin-top: 1.1111111111rem;
  background-color: #F8F8F8;
  border-radius: 0.2222222222rem;
  padding: 2.5rem 1.9444444444rem;
}
.sessions-measurements .session-content .bullet_point li {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.sessions-measurements .session-content .bullet_point li + li {
  margin-top: 1.1111111111rem;
}
.sessions-measurements .session-content .bullet_point li::before {
  content: "";
  width: 1.3333333333rem;
  min-width: 1.3333333333rem;
  height: 1.0555555556rem;
  background-image: url(../../images/new-landing/sessions/amjad_bullet_point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.4444444444rem;
}
.sessions-measurements .session-content .steps {
  margin-top: 1.6666666667rem;
}
.sessions-measurements .session-content .steps li {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.sessions-measurements .session-content .steps li + li {
  margin-top: 1.1111111111rem;
}
.sessions-measurements .session-content .steps li::before {
  content: "";
  width: 1.6666666667rem;
  min-width: 1.6666666667rem;
  height: 1.1111111111rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.4444444444rem;
}
.sessions-measurements .session-content .steps li.step-1::before {
  background-image: url(../../images/new-landing/sessions/step1.svg);
}
.sessions-measurements .session-content .steps li.step-2::before {
  background-image: url(../../images/new-landing/sessions/step2.svg);
}
.sessions-measurements .session-content .steps li.step-3::before {
  background-image: url(../../images/new-landing/sessions/step3.svg);
}
.sessions-measurements .session-content .steps li.step-4::before {
  background-image: url(../../images/new-landing/sessions/step4.svg);
}
.sessions-measurements .session-content .steps li.step-5::before {
  background-image: url(../../images/new-landing/sessions/step5.svg);
}
.sessions-measurements .session-img {
  display: flex;
  justify-content: flex-end;
}
.sessions-measurements .session-img img {
  width: 80% !important;
  float: right;
}
.sessions-measurements .session-img.start {
  justify-content: flex-start;
}
@media (max-width: 1500px) {
  .sessions-measurements .session-img.start {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .sessions-measurements .session-img {
    margin-top: 1.1111111111rem;
    justify-content: center;
  }
}
.sessions-measurements .session-img-no-animation {
  display: flex;
  justify-content: flex-end;
}
.sessions-measurements .session-img-no-animation img {
  width: 80% !important;
  float: right;
}
.sessions-measurements .session-img-no-animation.start {
  justify-content: flex-start;
}
.sessions-measurements .session-img-no-animation .main-image {
  position: relative;
}
.sessions-measurements .session-img-no-animation .image-above {
  position: absolute;
  width: 20% !important;
  left: 55%;
  bottom: -10%;
}
.sessions-measurements .session-img-no-animation .image-above:not(.no-revert) {
  transform: scaleX(-1);
}
.sessions-measurements .session-img-no-animation .image-above.no-revert {
  width: 45% !important;
  left: 45%;
}
@media (max-width: 1500px) {
  .sessions-measurements .owlCarousel-right .owl-item {
    padding-left: 4rem;
  }
}
.sessions-measurements .owlCarousel-right .owl-dots {
  left: 0;
}
@media (max-width: 1500px) {
  .sessions-measurements .owlCarousel-left .owl-item {
    padding-right: 4rem;
  }
}
.sessions-measurements .owlCarousel-left .owl-stage-outer {
  overflow-y: visible;
  overflow-x: clip;
}
.sessions-measurements .owlCarousel-left .owl-dots {
  right: 0;
}
@media (max-width: 992px) {
  .sessions-measurements .session-content {
    margin-top: 1.9444444444rem !important;
  }
}

.resignation-predictions .card {
  background: rgb(40, 52, 41);
  background: linear-gradient(90deg, rgb(40, 52, 41) 0%, rgb(10, 17, 10) 100%);
  padding: 2.7777777778rem 2.2222222222rem;
  padding-right: 0 !important;
  border-radius: 1.6666666667rem;
  height: 100%;
  overflow: hidden;
  border: none;
}
.resignation-predictions .card .title {
  font-weight: 800 !important;
  font-size: 2.0555555556rem !important;
  line-height: 3.8888888889rem !important;
  color: #FFFFFF !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.7777777778rem;
}
.resignation-predictions .card .description {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.7777777778rem !important;
  color: #CFD2CF !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 2.2222222222rem;
}
.resignation-predictions .card .points {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1111111111rem;
  width: 45%;
}
.resignation-predictions .card .points .point {
  background-color: #283429;
  border: 1px solid #404A41;
  border-radius: 5.5555555556rem;
  padding: 1rem;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #FDFDFD !important;
  font-family: "Alexandria", sans-serif !important;
}
@media (max-width: 992px) {
  .resignation-predictions .card .points {
    width: 65%;
  }
}
.resignation-predictions .card.analysis {
  position: relative;
}
.resignation-predictions .card.analysis::after {
  content: "";
  position: absolute;
  width: 14.5rem;
  height: 12.6rem;
  right: 0;
  bottom: 0;
  background-image: url(../../images/new-landing/Resignation-Predictions/mockup_employee_experience_analysis-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: scaleX(-1);
}
.resignation-predictions .card.predictions {
  position: relative;
}
.resignation-predictions .card.predictions::after {
  content: "";
  position: absolute;
  width: 14.5rem;
  height: 12.6rem;
  right: 0;
  bottom: 0;
  background-image: url(../../images/new-landing/Resignation-Predictions/mockup_employee_experience_analysis.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: scaleX(-1);
}

.ohbi .content {
  margin-top: 7.7777777778rem;
}
@media (max-width: 975px) {
  .ohbi .content {
    margin-top: 0;
  }
}
.ohbi .content .title {
  font-weight: 800 !important;
  font-size: 2.0555555556rem !important;
  line-height: 3.8888888889rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.7777777778rem;
}
.ohbi .content .description {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.7777777778rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 2.2222222222rem;
}
.ohbi .content .checklist li {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.ohbi .content .checklist li + li {
  margin-top: 1.1111111111rem;
}
.ohbi .content .checklist li::before {
  content: "";
  width: 1.3333333333rem;
  min-width: 1.3333333333rem;
  height: 1.3333333333rem;
  background-image: url(../../images/new-landing/OHBI/_x33_9_Checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.4444444444rem;
}
.ohbi img {
  width: 100%;
  border-radius: 1.1111111111rem;
}

.hero-bottom .card {
  background-color: #5CBF91;
  border-radius: 2.7777777778rem;
  padding: 3.3333333333rem;
  position: relative;
}
.hero-bottom .card .content {
  padding: 3.3333333333rem 0;
}
.hero-bottom .card .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 1.1111111111rem;
}
.hero-bottom .card .content .title span {
  font-weight: 700 !important;
  font-size: 3.3888888889rem !important;
  line-height: 6.1111111111rem !important;
  color: #101D11 !important;
  font-family: "Alexandria", sans-serif !important;
}
.hero-bottom .card .content .title img {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  margin-left: 1.1111111111rem;
}
.hero-bottom .card .content .description {
  font-weight: 500 !important;
  font-size: 1.4444444444rem !important;
  line-height: 2.7777777778rem !important;
  color: #060C07 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.6666666667rem;
}
.hero-bottom .card .content .btn-green {
  background-color: #90CBB6;
  border-radius: 0.3333333333rem;
  padding: 0.9444444444rem 1.1111111111rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
}
.hero-bottom .card .img-card img {
  display: block;
  margin: auto;
  width: 100%;
}
@media (max-width: 992px) {
  .hero-bottom .card .img-card img {
    width: 45%;
  }
}
.hero-bottom .card::before {
  content: "";
  position: absolute;
  width: 19.4444444444rem;
  height: 19.4444444444rem;
  background-image: url(../../images/new-landing/hero-bottom/blur.png);
  background-repeat: no-repeat;
  background-size: 100%;
  right: 50%;
  top: 0;
}
@media (max-width: 992px) {
  .hero-bottom .card::before {
    display: none;
  }
}

.lg-outer .lg-video-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  margin: auto;
}
.lg-outer .lg-video-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

html,
body {
  height: 100%;
}

html {
  font-size: 16px;
}
@media (min-width: 1921px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 1921px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1750px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 11px;
  }
}

body {
  box-sizing: border-box;
  line-height: 1.7;
  color: #1c1e44;
  font-family: "Alexandria", sans-serif !important !important;
  background-color: #fff;
  font-weight: 500;
  position: relative;
  overflow-x: hidden;
}
body .mat-tooltip {
  background-color: rgb(var(--main-color)) !important;
  font-size: 0.7777777778rem !important;
  font-weight: 500 !important;
}

button:focus, button:active, button:active:focus {
  box-shadow: none !important;
}
button.mat-raised-button {
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
input,
div,
b,
td,
th {
  font-family: "Alexandria", sans-serif !important;
  letter-spacing: 0 !important;
}

.mat-typography h1,
.mat-typography h2,
.mat-typography h3,
.mat-typography h4,
.mat-typography h5,
.mat-typography h6,
.mat-typography p,
.mat-typography a,
.mat-typography span,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6 {
  font-family: "Alexandria", sans-serif !important !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 0.4rem;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb {
  background-color: rgb(var(--main-color));
  border-radius: 2px;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.inside-scroll::-webkit-scrollbar {
  width: 3px;
}

.one-tab-content::-webkit-scrollbar-thumb {
  background-color: rgb(var(--main-color));
  border-radius: 2px;
}

.inside-scroll::-webkit-scrollbar-track {
  display: none;
}

a,
.btn {
  color: #888f9e;
  transition: all ease 0.2s;
  cursor: pointer;
}

a {
  color: #4990E1;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

p {
  padding: 0rem;
  margin: 0rem !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.font-22 {
  font-size: 1.2222222222rem !important;
}

.font-20 {
  font-size: 1.1111111111rem !important;
}

.font-18 {
  font-size: 1rem !important;
}

.font-16 {
  font-size: 0.8888888889rem !important;
}

.font-14 {
  font-size: 0.7777777778rem !important;
}

.font-15 {
  font-size: 0.8333333333rem !important;
}

.font-11 {
  font-size: 0.6111111111rem !important;
}

.font-12 {
  font-size: 0.6666666667rem !important;
}

.font-24 {
  font-size: 1.3333333333rem !important;
}

.font-34 {
  font-size: 1.8888888889rem !important;
}

.fontRegular {
  font-weight: 500 !important;
}

.fontMedium {
  font-weight: 600 !important;
}

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

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

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

.fontBold {
  font-weight: 800 !important;
}

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

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

.padding-left {
  padding-left: 0.8rem !important;
}

.padding-left-right {
  padding: 1.6666666667rem 1.1111111111rem;
}

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

.red-border {
  border: 1px solid #ff0000 !important;
}

.orange-border {
  border: 1px solid #ffb400 !important;
}

.black-text {
  color: #1c1e44 !important;
}

.green-text {
  color: #37a1a1 !important;
}

.success-green {
  color: #2e7d32;
}

.padding-top-bottom {
  padding: 4.4444444444rem 0;
}
@media (max-width: 992px) {
  .padding-top-bottom {
    padding: 1.3888888889rem 0;
  }
}

.padding-top-bottom-80 {
  padding: 4.4444444444rem 0;
}
@media (max-width: 992px) {
  .padding-top-bottom-80 {
    padding: 2.2222222222rem 0;
  }
}

.margin-left-right {
  margin-left: 5.5555555556rem;
  margin-right: 5.5555555556rem;
}
@media (max-width: 767px) {
  .margin-left-right {
    margin: auto;
    display: block !important;
  }
  .margin-left-right .d-flex {
    margin-top: 0.8333333333rem;
  }
}

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

.loading {
  position: relative;
}
.loading::after {
  content: url("../../images/icons/loading.svg");
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  height: 30px;
  transform: translateY(-50%);
}
.loading-field::after {
  content: url("../../images/icons/loading.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  height: 30px;
  transform: translateY(-50%);
  margin-top: -10px;
}
.loading-field.no-validation:after {
  margin-top: -3px;
}
.loading-btn {
  transition: none !important;
  background: url("../../images/icons/loading.svg") no-repeat center;
}

.name-with-image {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.name-with-image .image-circle {
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
  margin-right: 0.8333333333rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebecef;
  box-shadow: 0rem 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
}
.name-with-image .image-circle > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.name-with-image .image-circle img,
.name-with-image .image-circle svg {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.name-with-image .image-circle span {
  display: flex;
  margin: auto;
  font-size: 1em;
  font-weight: 600;
}
.name-with-image .image-circle.no-border {
  border-radius: 0.2777777778rem;
}
.name-with-image .image-circle.no-bg {
  background: none;
  border-radius: 0;
}
.name-with-image .image-square {
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
  margin-right: 0.8333333333rem;
  border-radius: 0.2222222222rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0rem 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
}
.name-with-image .image-square > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.name-with-image .image-square img,
.name-with-image .image-square svg {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.name-with-image .image-square span {
  display: flex;
  margin: auto;
  font-size: 1em;
  font-weight: 600;
  white-space: nowrap;
}
.name-with-image .image-square.no-border {
  border-radius: 0.2777777778rem;
}
.name-with-image .image-square.no-bg {
  background: none;
  border-radius: 0;
}
.name-with-image.small .image-circle {
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  min-width: 1.9444444444rem;
}
.name-with-image.thumb .image-circle {
  width: 1.2777777778rem;
  height: 1.2777777778rem;
  min-width: 1.2777777778rem;
}
.name-with-image .name {
  text-align: start;
}
.name-with-image .name h5 {
  font-size: 1rem;
  line-height: 1.6666666667rem;
  margin: 0;
  font-weight: 600;
  max-width: 20vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.name-with-image .name h5 span {
  font-size: 0.7222222222rem;
  line-height: 1.1666666667rem;
  margin-left: 0.3333333333rem;
  color: #1c1e44;
  font-weight: 500;
}
.name-with-image .name h6 {
  font-size: 0.7777777778rem;
  line-height: 1.1111111111rem;
  font-weight: 500;
  margin: 0;
}
.name-with-image.with-bg {
  background-color: #f4f4f6;
  padding: 1.1111111111rem 1.6666666667rem;
}
.name-with-image.wide-img .image-square {
  width: 12.7777777778rem;
  height: 7.2222222222rem;
  min-width: 12.7777777778rem;
}

.padding-general {
  padding: 0 1.6666666667rem;
}

.paragraph-with-bg {
  background-color: #fafbfb;
  padding: 0.8333333333rem 1.6666666667rem;
}

.owner-img .image-circle {
  width: 1.9444444444rem;
  min-width: 1.9444444444rem;
  height: 1.9444444444rem;
}

.badge {
  padding: 0.1666666667rem 0.5555555556rem;
  font-size: 0.6666666667rem;
  font-weight: 600;
}
.badge-light {
  background-color: #eeeff2;
}

.status-badge {
  background-color: #f4f4f6;
  padding: 0.3888888889rem 0.8333333333rem;
  border-radius: 2.7777777778rem;
  display: inline-block;
  font-weight: 400 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #4d4d4d !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.5555555556rem;
}
.status-badge .circle {
  display: inline-block;
  vertical-align: middle;
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  border-radius: 50%;
  background-color: #f4f4f6;
  margin-right: 0.1666666667rem;
}
.status-badge.dashed {
  border-style: dashed;
  border-color: #afb5be;
  font-size: 0.8888888889rem;
  line-height: 1.2777777778rem;
  background-color: #e5e6e9;
}
.status-badge.yellow {
  background-color: #faf7e5;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #ccab00 !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
  border-radius: 1.1111111111rem;
  padding: 0.3888888889rem 0.8333333333rem;
}
.status-badge.yellow img,
.status-badge.yellow svg {
  margin-right: 0.5555555556rem;
  height: 1rem;
}
.status-badge.red {
  background-color: #fdeee7;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #ba460b !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
}
.status-badge.red img,
.status-badge.red svg {
  margin-right: 0.5555555556rem;
}
.status-badge.red svg,
.status-badge.red path {
  fill: #ba460b !important;
}
.status-badge.green {
  background-color: #ecf5ec;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #2e7d32 !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
}
.status-badge.green img,
.status-badge.green svg {
  margin-right: 0.5555555556rem;
}
.status-badge.bordered {
  padding: 0.4444444444rem 0.6666666667rem;
  border: 1px solid #d2d2da;
}
.status-badge.danger {
  background-color: #fbe9eb;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #f44336 !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
}
.status-badge.danger img {
  margin-left: 0.5555555556rem;
}
.status-badge.danger svg {
  margin-left: 0.5555555556rem;
}
.status-badge.danger svg path {
  fill: #fb4456 !important;
}

.error-page .data-empty h3 {
  text-transform: capitalize;
  font-weight: 800 !important;
  font-size: 2.5rem !important;
  line-height: 1.6666666667rem !important;
  color: var(--wala-color) !important;
  font-family: "Alexandria", sans-serif !important;
}

.no-padding-bottom {
  padding-bottom: 20px !important;
}

.placeholder {
  min-height: 16.6666666667rem;
}

.clickable-link {
  color: #38455d;
}
.clickable-link:hover {
  color: #888f9e;
}

.linkable {
  cursor: pointer !important;
}
.linkable:hover {
  text-decoration: underline;
}

.cursor_pointer {
  cursor: pointer !important;
}

[dir=rtl] .phoneDetails {
  direction: ltr;
  display: inline-flex;
}

.ltr {
  direction: ltr;
}

.date-no-wrap {
  white-space: nowrap !important;
}

.review-text {
  display: block;
  word-break: break-word;
  width: 35vw;
}

.lg-container {
  direction: ltr;
}

[dir=rtl] .cdk-overlay-connected-position-bounding-box .mat-autocomplete-panel {
  direction: rtl !important;
}
[dir=rtl] .mat-calendar-header {
  direction: rtl;
}
[dir=rtl] .mat-snack-bar-container {
  direction: rtl;
}

.hide-select-clear .ng-select .ng-clear-wrapper {
  display: none;
}

.swal-height .swal2-html-container {
  max-height: 50vh;
  overflow-y: auto;
}

.mat-mdc-outlined-button {
  letter-spacing: 0 !important;
}

.swal_title {
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.btn-primary {
  background-color: rgb(var(--main-color)) !important;
  color: var(--main-text-color) !important;
}

.btn-primary-light {
  background-color: rgba(var(--main-color), 0.1) !important;
  color: rgb(var(--main-color)) !important;
}

.btn-custom {
  background-color: rgb(var(--main-color)) !important;
  color: #123636 !important;
}

.btn-secondary {
  background-color: #f2f2f2 !important;
  color: #6b6d85 !important;
}

mat-radio-group.cards {
  margin: 0 -0.5555555556rem;
  margin-top: 1.1111111111rem;
}
mat-radio-group.cards > .col-6 {
  padding: 0.5555555556rem;
}
mat-radio-group.cards h4 {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 1.3888888889rem;
  margin-bottom: 0px;
  text-align: center;
}
mat-radio-group.cards p {
  font-size: 0.6111111111rem;
  margin: 0.5555555556rem 0 0;
  text-align: center;
}
mat-radio-group.cards mat-radio-button {
  width: 100%;
  height: 100%;
}
mat-radio-group.cards mat-radio-button .mat-radio-label {
  position: relative;
  width: 100%;
  border: 0.1111111111rem solid var(--wala-sec-color);
  border-radius: 0.5555555556rem;
  padding: 1.6666666667rem 1.3888888889rem 1.3888888889rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  white-space: normal;
  transition: all ease 0.3s;
}
mat-radio-group.cards mat-radio-button .mat-radio-label .mat-radio-label-content {
  padding: 0;
}
mat-radio-group.cards mat-radio-button .mat-radio-label .mat-radio-container {
  opacity: 0;
  position: absolute;
  top: 0.6666666667rem;
  left: 0.8888888889rem;
  z-index: 1;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  background-image: url("../../images/icons/check_circle_black_24dp.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
mat-radio-group.cards mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-inner-circle,
mat-radio-group.cards mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-outer-circle {
  opacity: 0;
  transition: opacity ease 0.3s;
}
mat-radio-group.cards mat-radio-button .mat-radio-label .type-icon {
  height: 3.3333333333rem;
}
mat-radio-group.cards mat-radio-button .mat-radio-label .cover_bg {
  opacity: 0;
  position: absolute;
  top: 0rem;
  left: 0.0555555556rem;
  width: 100%;
  transform: scaleX(-1);
}
mat-radio-group.cards mat-radio-button .mat-radio-label:hover {
  background-color: #f6ffff;
}
mat-radio-group.cards mat-radio-button.mat-radio-checked .mat-radio-label {
  background-color: #e4f9f9;
  border-color: #37a1a1;
}
mat-radio-group.cards mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-container,
mat-radio-group.cards mat-radio-button.mat-radio-checked .mat-radio-label .cover_bg {
  opacity: 1;
}

.always-ltr {
  direction: ltr !important;
}

.always-rtl {
  direction: rtl !important;
}

.detailes_sidenav .mat-drawer-backdrop {
  position: fixed !important;
}

body .mat-drawer-container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999999999;
  background-color: transparent !important;
}
body .mat-drawer-container.drawer-container-has-open {
  position: fixed !important;
}
body .mat-drawer-container .mat-drawer-backdrop {
  width: 100vw;
  height: 100vh;
}

.email {
  color: #0077cc !important;
}

.text-color {
  color: #1c1e44 !important;
}

.red-color {
  color: #dc3545;
}

.dark-grey-color {
  color: #808080 !important;
}

.grey-color {
  color: #6b6d85 !important;
}

.light-grey-color {
  color: #8e8fa2 !important;
}

.dark-blue-color {
  color: #1c1e44;
}

.light-blue-color {
  color: #3e4060;
}

.dark-green-color {
  color: #216060 !important;
}

.white-bg {
  background-color: #ffffff;
}

.info-data {
  padding: 1.1111111111rem 0;
  display: flex;
  align-items: center;
}
.info-data .icon-card {
  display: flex;
  align-items: center;
  background: #f4f4f6;
  border-radius: 50%;
  margin-right: 0.7777777778rem;
  width: 3.0555555556rem;
  height: 3.0555555556rem;
}
.info-data .icon-card img {
  display: block;
  margin: auto;
}
.info-data label {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #808080 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0 0 0.4444444444rem;
}
.info-data div {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-data.with-img span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.5555555556rem;
}
.info-data.social-media {
  background-color: #e8e9ec;
  text-align: center;
  justify-content: flex-end;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 1.1111111111rem;
}
.info-data.social-media img {
  margin-right: 1.1111111111rem;
}

.download-pdf {
  width: 20%;
  margin-left: 3.8888888889rem;
}

.has-error {
  font-size: 75%;
  line-height: 1.3;
  margin: 0.4444444444rem 0;
  color: #f44336 !important;
}

.cursor_notallowed {
  cursor: not-allowed !important;
}

.disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}

input[type=email],
[dir=rtl] body .mat-dialog-container input[type=email] {
  text-align: left !important;
  direction: ltr !important;
}

.mat-error {
  line-height: 14px;
}

input.Passowrd {
  direction: ltr !important;
}

.search {
  background-color: #efeff2;
  padding: 0.8888888889rem;
}
.search_input {
  width: 100%;
  background-color: #e8e9ec;
  padding: 0.6666666667rem;
  border-radius: 0.3333333333rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.search_input .input-field {
  background-color: #e8e9ec;
}
.search_input a {
  margin-right: 0.8888888889rem;
}
.search_input a svg,
.search_input a path {
  fill: #8e8fa2;
  width: 0.8888888889rem !important;
  height: 0.8333333333rem !important;
}
.search_input input {
  width: 100%;
  border: none !important;
  background-color: transparent !important;
}
.search_input input:focus {
  outline: none !important;
}

.info-icon {
  font-size: 0.7777777778rem;
  color: #6b6d85;
  line-height: 1rem;
  padding-left: 1.1111111111rem;
  font-weight: 500;
  margin-top: 1.1111111111rem !important;
  background-image: url(../../images/icons/ic_info.svg);
  background-repeat: no-repeat;
  background-size: 0.7777777778rem;
  background-position: top 0.1111111111rem left;
}

.password_eye .mat-form-field-suffix {
  margin: auto;
}

.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon.mat-step-icon-state-edit::before {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.mat-pseudo-checkbox-checked::after {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -80%) rotate(-45deg) !important;
  margin-bottom: 0.1666666667rem;
}

.position-relative {
  height: 27.7777777778rem;
}

.ng-hint {
  font-size: 75%;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.6666666667em !important;
  padding: 0 1em;
  width: 100%;
}

.map_lable {
  background-color: #fff;
  padding: 1.1111111111rem;
  border-radius: 0.5555555556rem;
  text-align: center;
  font-size: 1.1111111111rem !important;
  color: #1c1e44;
  font-weight: 600 !important;
  box-shadow: 0px 0.0555555556rem 0.1666666667rem rgba(0, 0, 0, 0.16);
  position: relative;
  top: 50px;
  font-family: "Alexandria", sans-serif !important !important;
}

ngx-stars {
  width: -moz-fit-content;
  width: fit-content;
}
ngx-stars .stars-line {
  width: -moz-fit-content;
  width: fit-content;
}
ngx-stars .stars-line [class*=ngx-stars-star-half] {
  transform: rotateY(180deg);
}
ngx-stars .stars-line [class*=ngx-stars-star-empty] {
  background-color: #e1e2e7 !important;
}

.social_input .mat-form-field-flex {
  align-items: center !important;
}
.social_input .mat-form-field-label-wrapper {
  top: -6px;
}
.social_input img {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
}

@media (max-width: 1366px) {
  mat-tooltip-component {
    display: none !important;
  }
}
input.mat-input-element {
  margin-top: 0.3888888889rem !important;
}

a.anchor-disable {
  cursor: text !important;
  pointer-events: none !important;
}

.cdk-overlay-container .cdk-overlay-pane:has(.country-code-panel) {
  transform: translateX(-10px) translateY(27px) !important;
}

.country-code-panel {
  min-width: calc(100% + 10px) !important;
}
.country-code-panel .mat-option {
  text-align: left !important;
}

.social-media-fields img {
  width: 1.6666666667rem !important;
  height: 1.6666666667rem !important;
}

input[mat-input] {
  text-align: left !important;
}

.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button, .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button {
  transform: translateY(-0.2777777778rem);
}

.main-wrapper {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.main-wrapper .lang-btn {
  position: absolute;
  top: 1.1111111111rem;
  left: 1.1111111111rem;
  z-index: 11;
}
.main-wrapper section {
  display: flex;
}
.main-wrapper section .side_image {
  width: 60%;
  height: 100%;
  min-height: 100vh;
  background-image: url("../../images/login_cover.png");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width < 900px) {
  .main-wrapper section .side_image {
    display: none;
  }
}
.main-wrapper section .side_image .content {
  margin: 2.7777777778rem;
  position: relative;
  top: 0px;
}
.main-wrapper section .side_image .content img {
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotateY(180deg);
}
.main-wrapper section .side_image .content p {
  position: absolute;
  left: 10%;
  top: 10%;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 1.5555555556rem !important;
  line-height: 2.3888888889rem !important;
  color: #f6fdfd !important;
  font-family: "Alexandria", sans-serif !important;
  text-shadow: 1px 2px 3px black;
  width: 12.7777777778rem;
  text-align: center;
  padding-right: 1.1111111111rem;
}
.main-wrapper section .form {
  width: 40%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width < 900px) {
  .main-wrapper section .form {
    width: 100%;
  }
}

.app-hub-content .app-sidebar-container {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  width: calc(100% - 21.1111111111rem);
  min-height: 100vh;
  margin-left: 21.1111111111rem;
  position: relative;
  transition: all 0.24s ease-in-out;
}
@media (max-width: 992px) {
  .app-hub-content .app-sidebar-container {
    margin-left: 0;
    width: 100%;
  }
}
.app-hub-content .app-sidebar-container.full-width {
  width: 100%;
  margin-left: 0;
}
.app-hub-content .app-sidebar-container.full-width .app-sidebar-wrap {
  transform: translateX(-100%);
}
.app-hub-content .app-sidebar-container.full-width .app-sidebar-wrap.open {
  transform: translateX(0);
}
.app-hub-content .app-sidebar-container.full-width .menu-toggle {
  transform: rotateY(0);
}
.app-hub-content .app-sidebar-container .app-content-wrap {
  width: 100%;
}
.app-hub-content .app-sidebar-container .app-content-wrap .app--body-container {
  padding: 1.6666666667rem 1.9444444444rem;
}

.head-nav {
  margin-bottom: 3.3333333333rem;
  align-items: center;
}
.head-nav > .nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-nav h2 {
  margin: 0 !important;
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.7777777778rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.head-nav .breadcrumb {
  padding: 0;
  margin: 0.3333333333rem 0 0;
  background: none;
  margin-left: auto;
}
.head-nav .breadcrumb .breadcrumb-item {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.head-nav .breadcrumb .breadcrumb-item a {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
}
.head-nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
.head-nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url(../../images/icons/angle-right.svg);
  padding-right: 0.5555555556rem;
  padding-left: 0.5555555556rem;
  transform: scaleX(-1);
}

.app-mian-header {
  position: relative;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  position: sticky;
  width: 100%;
  box-shadow: 0.1111111111rem 0rem 0.5555555556rem rgba(0, 0, 0, 0.1);
  padding: 0.6111111111rem 1.6666666667rem;
  z-index: 100;
}
.app-mian-header .header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  z-index: 10000;
}
.app-mian-header .header-inner .menu-toggle {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-right: 0.6666666667rem;
  transform: rotateY(180deg);
}
.app-mian-header .header-inner .menu-toggle img {
  transition: all ease 0.2s;
}
.app-mian-header .header-inner .logo-mobile {
  display: none;
}
@media (max-width: 500px) {
  .app-mian-header .header-inner .logo-mobile {
    display: initial;
    margin-right: auto;
    height: 40px;
    overflow: hidden;
  }
  .app-mian-header .header-inner .logo-mobile img {
    height: 100%;
  }
}
.app-mian-header .header-inner .header-actions {
  display: flex;
  align-items: center;
}
.app-mian-header .header-inner .header-actions .btn-lang {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.4444444444rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.app-mian-header .header-inner .header-actions .btn-lang img {
  margin-right: 0.2777777778rem;
}
.app-mian-header .header-inner .header-part-right {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 500px) {
  .app-mian-header .header-inner .header-part-right {
    width: auto;
    flex-wrap: nowrap;
  }
}
.app-mian-header .header-inner .header-part-right .elementor-widget-container {
  margin: 0;
  margin-right: 1.6666666667rem;
}
.app-mian-header .header-inner .header-part-right .elementor-widget-container:first-child {
  margin-right: 1.6666666667rem;
}
.app-mian-header .header-inner .header-part-right .elementor-widget-container:last-child {
  margin-right: 0rem;
}

.message_user_item {
  display: flex !important;
  align-items: center;
  padding: 1rem 0.5555555556rem;
  justify-content: space-between;
  border-left: none !important;
  /* border-bottom: 1px solid $grey-c; */
}
.message_user_item .inner_message_item {
  display: flex;
  align-items: center;
}
.message_user_item .inner_message_item .img-circle {
  margin-right: 1.1111111111rem;
}
.message_user_item .inner_message_item .img-circle .image {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.message_user_item .inner_message_item .img-circle .image span {
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
.message_user_item .inner_message_item .img-circle .image img {
  width: 100%;
  height: 100%;
}
.message_user_item .inner_message_item .name {
  border: none !important;
  margin-right: 0.8333333333rem;
}
.message_user_item .inner_message_item .name h5 {
  font-weight: 700;
  font-size: 0.8333333333rem;
  margin-bottom: 0.2222222222rem;
}
.message_user_item .inner_message_item .name span {
  font-weight: 600;
  font-size: 0.7777777778rem;
  word-break: break-word;
}
.message_user_item .inner_message_item .name span.flag {
  color: #fd7e14;
  margin-left: 0.2777777778rem;
  font-size: 0.8888888889rem;
}
.message_user_item .date_time {
  font-weight: 600;
  font-size: 0.6666666667rem;
  white-space: nowrap;
}

.notification-btn {
  position: relative;
}
.notification-btn > span {
  position: relative;
  display: block;
  cursor: pointer;
}
.notification-btn .notification-count {
  background-color: #fd7e14;
  border: 1.5px solid #fff;
  border-radius: 4px;
  position: absolute;
  top: -6px;
  left: 7px;
  color: #fff;
  min-width: 1.3333333333rem;
  padding: 0 3px;
  height: 1.1111111111rem;
  font-size: 0.8333333333rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media (max-width: 500px) {
  .notification-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 501px) {
  .notification-btn svg path {
    fill: #808080;
  }
  .notification-btn .notification-count {
    border-color: #ffffff;
  }
}
@media (max-width: 500px) {
  .notification-btn.dropdown-container .dropdown-inner-menu {
    position: fixed;
    min-width: auto;
    top: 8.3333333333rem;
    width: 96%;
    right: 2%;
    left: auto;
    margin-top: 0;
  }
  .notification-btn.dropdown-container .dropdown-inner-menu:before {
    display: none;
  }
  .notification-btn.dropdown-container.active .dropdown-inner-menu {
    top: 5.5555555556rem;
  }
}
.notification-btn .notification-panel {
  width: 27.7777777778rem;
  max-width: 95vw;
  right: -0.5555555556rem;
  border-radius: 0.4444444444rem;
  box-shadow: 0 0.1666666667rem 0.3333333333rem rgba(0, 0, 0, 0.2);
}
.notification-btn .notification-panel .notification-header {
  display: flex;
  padding: 0.5555555556rem 0.8333333333rem;
  background-color: #eeeeee;
}
.notification-btn .notification-panel .notification-header h3 {
  font-size: 0.9444444444rem;
  line-height: 1.3888888889rem;
  margin: 0;
}
.notification-btn .notification-panel .notifications-wrapper {
  height: 27.7777777778rem;
}
.notification-btn .notification-panel .notification-list {
  max-height: 27.7777777778rem;
  overflow: auto;
}
.notification-btn .notification-panel .notification-list div {
  border-left: 2px solid transparent;
}
.notification-btn .notification-panel .notification-list div.new {
  background-color: rgba(253, 126, 20, 0.7);
}
.notification-btn .notification-panel .notification-list div a {
  display: block;
  padding: 1.1111111111rem 0.8333333333rem;
  color: inherit;
}
.notification-btn .notification-panel .notification-list div:hover {
  background-color: #f5f5f5;
}
.notification-btn .notification-panel .notification-list div .title {
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
  font-weight: 600;
}
.notification-btn .notification-panel .notification-list div .date {
  font-size: 0.7222222222rem;
}

.userAccount {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 2.2222222222rem;
}
.userAccount .dropdown-toggler {
  border-radius: 0.3333333333rem;
}
.userAccount.dropdown-container .dropdown-inner-menu {
  box-shadow: 0 0.3333333333rem 1.1111111111rem rgba(0, 0, 0, 0.16);
}
.userAccount.dropdown-container .dropdown-inner-menu::before {
  border-bottom-color: #fff;
  right: calc(50% - 1.6666666667rem) !important;
  left: initial !important;
}
@media (max-width: 1200px) {
  .userAccount {
    margin-left: 1.1111111111rem;
  }
}
.userAccount .profile-image {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  border: solid 1px #dddde3;
}
.userAccount .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: auto;
}
.userAccount .profile-image span {
  color: #1c1e44;
  margin: auto;
  font-size: 1rem;
  border-radius: 50%;
}
.userAccount .user-name {
  padding-left: 0.7777777778rem;
  display: none;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
}
.userAccount .user-name > span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
}
.userAccount .user-name > span b {
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
@media (min-width: 768px) {
  .userAccount .user-name {
    display: initial;
  }
}

.nav-tabs {
  overflow: hidden;
  flex-wrap: nowrap;
  border-bottom-left-radius: 0.5555555556rem;
  border-bottom-right-radius: 0.5555555556rem;
  position: sticky;
  top: 4.4444444444rem !important;
  z-index: 11;
  overflow-x: hidden;
  justify-content: start;
  top: 5rem;
  background-color: #fef6f4;
  box-shadow: 0 0.2222222222rem 0.4444444444rem rgba(232, 109, 58, 0.1);
  border: 0;
}
.nav-tabs .nav-link {
  white-space: nowrap;
  background-color: #fef6f4;
  padding: 12px 25px 12px 25px;
}
.nav-tabs .nav-link.active {
  color: #68270c;
  background-color: #fcded4;
  border-color: transparent;
  padding: 12px 25px 12px 25px;
}
@media (max-width: 1200px) {
  .nav-tabs {
    overflow-x: scroll;
  }
}

.scrollable-cards {
  background-color: transparent;
  box-shadow: none;
  z-index: 1;
}
.scrollable-cards .nav-item {
  margin-right: 0.8333333333rem;
}
.scrollable-cards .nav-item .card {
  width: 7.7777777778rem;
  height: 8.8888888889rem;
  box-shadow: none !important;
  padding: 0.8333333333rem;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scrollable-cards .nav-item .card svg {
  display: block;
  margin: auto;
}
.scrollable-cards .nav-item .card .img-container {
  height: 2.2222222222rem;
  display: flex;
  margin-bottom: 0.8333333333rem;
}
.scrollable-cards .nav-item .card .img-container img {
  margin: auto 0 0;
  max-height: 100%;
  max-width: 100%;
}

app-navbar nav {
  background-image: url("../../images/covers/nav_background.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.1111111111rem 7.5rem 1.8333333333rem 7.5rem !important;
}
@media (width < 900px) {
  app-navbar nav {
    padding: 1.1111111111rem 2.2222222222rem !important;
  }
}
app-navbar nav .notification_icon {
  position: relative;
  top: 0px;
  margin: 0px 0.9722222222rem;
}
app-navbar nav .notification_icon svg {
  width: 0.9444444444rem;
  height: 1.1111111111rem;
}
app-navbar nav .notification_icon span {
  background-color: rgb(var(--main-color));
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.8333333333rem !important;
  color: var(--main-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
  position: absolute;
  bottom: 0.5555555556rem;
  left: -0.5555555556rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
app-navbar nav .user_img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: solid 0.1111111111rem #dddde3;
  margin: 0px 0.9722222222rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
app-navbar nav .user_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  app-navbar nav ul {
    margin: 1.3888888889rem 0px !important;
  }
}
app-navbar nav ul li {
  padding: 0px 0.9722222222rem;
}
app-navbar nav ul li a {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #e8e9ec !important;
  font-family: "Alexandria", sans-serif !important;
}
@media (width < 768px) {
  app-navbar nav ul li a {
    margin-bottom: 1.1111111111rem;
  }
}
app-navbar nav ul li a.active {
  position: relative;
  top: 0px;
}
app-navbar nav ul li a.active::after {
  content: "";
  width: 0.5555555556rem;
  height: 0.1666666667rem !important;
  position: absolute;
  top: 1.6666666667rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.1666666667rem;
  background-color: var(--wala-sec-color);
}
@media (width < 768px) {
  app-navbar nav ul li a.active::after {
    left: 1.3888888889rem;
  }
}
app-navbar nav a.lang {
  color: #fff;
  margin: 0px 0.9722222222rem;
}
app-navbar nav .navbar-brand {
  display: flex;
  align-items: center;
}
app-navbar nav .navbar-brand .logo {
  margin: auto;
  position: relative;
  padding-right: 1.1111111111rem;
}
app-navbar nav .navbar-brand .logo img {
  height: 4.1666666667rem;
  -o-object-fit: fill;
     object-fit: fill;
}
app-navbar nav .navbar-brand .logo:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 0.0555555556rem;
  height: 1.9444444444rem;
  display: block;
  background-color: #b0b0be;
  transform: translateY(-50%);
  border-radius: 0.0555555556rem;
}
app-navbar nav .navbar-brand .company_logo {
  background-color: #fff;
  border-radius: 0.2222222222rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.1111111111rem;
}
app-navbar nav .navbar-brand .company_logo img {
  height: 3.0555555556rem;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 3.3333333333rem;
}
app-navbar nav .navbar-brand .company_logo span {
  padding: 0px 0.8333333333rem;
  color: rgb(var(--main-color));
}

app-footer footer {
  background-color: #1c1e44;
}
app-footer footer .help {
  padding-top: 3.3333333333rem;
  padding-bottom: 2.2222222222rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
app-footer footer .help .logo {
  -o-object-fit: fill;
     object-fit: fill;
  margin-bottom: 3.2222222222rem;
}
app-footer footer .help ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.6111111111rem;
}
app-footer footer .help ul li {
  padding: 0.5555555556rem 1.3888888889rem;
}
app-footer footer .help ul li a {
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #e8e9ec !important;
  font-family: "Alexandria", sans-serif !important;
}
app-footer footer .help .btn-container {
  margin-bottom: 3.0555555556rem;
}
app-footer footer .help .btn-container > * {
  margin: 0 0.8333333333rem;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem 1.1111111111rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 600;
  border-radius: 0.3333333333rem;
  color: #fff;
}
app-footer footer .help .btn-container > *:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
app-footer footer .copy_right {
  padding: 1.6666666667rem 0.8333333333rem;
  border-top: solid 0.0555555556rem rgba(244, 244, 246, 0.1);
  text-align: center;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1666666667rem !important;
  color: #c6c7d0 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-footer footer .copy_right .social_links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 768px) {
  app-footer footer .copy_right .social_links {
    margin-bottom: 1.6666666667rem;
  }
}
app-footer footer .copy_right .social_links a {
  margin-left: 0.5555555556rem;
  border-radius: 0.4444444444rem;
  background-color: #303254;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}
app-footer footer .copy_right .social_links a svg {
  height: 1rem;
}

app-new-footer footer {
  background: rgb(40, 52, 41);
  background: linear-gradient(90deg, rgb(40, 52, 41) 0%, rgb(16, 29, 17) 100%);
}
app-new-footer footer .help {
  padding-top: 3.3333333333rem;
  padding-bottom: 2.2222222222rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
app-new-footer footer .help .logo {
  width: 5.5555555556rem;
  -o-object-fit: fill;
     object-fit: fill;
  margin-bottom: 3.2222222222rem;
}
app-new-footer footer .help ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.7777777778rem;
}
app-new-footer footer .help ul li {
  padding: 0.5555555556rem 1.3888888889rem;
}
app-new-footer footer .help ul li a {
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.8888888889rem !important;
  color: #E8E9EC !important;
  font-family: "Alexandria", sans-serif !important;
  transition: all ease 0.4s;
}
app-new-footer footer .help ul li a:hover {
  color: #5CBF91 !important;
}
app-new-footer footer .help .btn-container {
  margin-bottom: 3.0555555556rem;
}
app-new-footer footer .help .btn-container > * {
  margin: 0 0.8333333333rem;
  font-size: 1rem;
  line-height: 1.5555555556rem;
  padding: 1rem 1.1111111111rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  border-radius: 0.3333333333rem;
  color: #fff;
  transition: all ease 0.4s;
}
app-new-footer footer .help .btn-container > *:hover {
  border-color: white;
  color: #5CBF91;
}
app-new-footer footer .copy_right {
  padding: 1.6666666667rem 0.8333333333rem;
  border-top: solid 0.0555555556rem rgba(244, 244, 246, 0.1);
  text-align: center;
}
app-new-footer footer .copy_right .social_links {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width < 768px) {
  app-new-footer footer .copy_right .social_links {
    margin-bottom: 1.6666666667rem;
  }
}
app-new-footer footer .copy_right .social_links a {
  margin-left: 0.5555555556rem;
  border-radius: 0.4444444444rem;
  background-color: #283429;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  transition: all ease 0.4s;
}
app-new-footer footer .copy_right .social_links a svg {
  height: 1rem;
}
app-new-footer footer .copy_right .social_links a:hover {
  background-color: rgba(92, 191, 145, 0.4);
}
app-new-footer footer .copy_right .follow {
  font-weight: 400 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3333333333rem !important;
  color: #E8E9EC !important;
  font-family: "Alexandria", sans-serif !important;
}
app-new-footer footer .copy_right .copyright {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #C6C7D0 !important;
  font-family: "Alexandria", sans-serif !important;
}

.notification_record {
  display: flex;
  flex-wrap: nowrap;
  padding: 1rem 1.1111111111rem;
  border-bottom: solid 0.0555555556rem #dddde3;
  background-color: #fff;
}
.notification_record:last-child {
  border: none;
}
.notification_record:hover {
  background-color: #fafbfb;
}
.notification_record .image {
  width: 2.2222222222rem;
  min-width: 2.2222222222rem;
  height: 2.2222222222rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification_record .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.notification_record .image span {
  text-align: center;
  font-size: 0.7777777778rem;
}
.notification_record .image::after {
  content: "";
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  position: absolute;
  z-index: 2;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: transparent;
  display: block;
}
.notification_record .content {
  padding-left: 0.6666666667rem;
}
.notification_record .content .title {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.2777777778rem;
  word-break: break-word;
}
.notification_record .content .description {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #3e4060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.2777777778rem;
  word-break: break-word;
}
.notification_record .content .date {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.8333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.notification_record .content .date span {
  margin-right: 0.3888888889rem;
}

.notification_list {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  border-radius: 0.4444444444rem;
}

.notification_Icon.dropdown-container {
  position: relative;
  top: 0px;
  margin: 0px 0.9722222222rem;
}
.notification_Icon.dropdown-container svg {
  width: 0.9444444444rem;
  height: 1.1111111111rem;
}
.notification_Icon.dropdown-container span.num {
  background-color: rgb(var(--main-color));
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.8333333333rem !important;
  color: var(--main-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
  position: absolute;
  bottom: 0.5555555556rem;
  right: 0.5555555556rem;
  min-width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0.2777777778rem;
}
.notification_Icon.dropdown-container.active .overlayLayer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  z-index: 90;
}
.notification_Icon.dropdown-container .custom-dropdown-menu {
  min-width: 30rem !important;
}
@media (width < 768px) {
  .notification_Icon.dropdown-container .custom-dropdown-menu {
    right: initial;
  }
}
.notification_Icon.dropdown-container .custom-dropdown-menu::before {
  left: 84% !important;
  right: 0rem !important;
  transform: none;
}
@media (width < 768px) {
  .notification_Icon.dropdown-container .custom-dropdown-menu::before {
    right: 84% !important;
    left: 0rem !important;
  }
}

.panel_container {
  width: 100%;
}
@media (width > 3000px) {
  .panel_container {
    max-width: 3000px;
  }
}

.dropdown-toggler:not(.not-after)::after {
  display: none !important;
}

.notification_header {
  padding: 0.8333333333rem;
  background-color: #fafafa;
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: left;
}

.downloadApp {
  margin-bottom: 2.7777777778rem;
}
.downloadApp .title {
  font-weight: 400 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3333333333rem !important;
  color: #e8e9ec !important;
  font-family: "Alexandria", sans-serif !important;
  padding-bottom: 1.1111111111rem;
}
.downloadApp img {
  margin: 0rem 1.1111111111rem;
  margin-bottom: 0.8333333333rem;
  height: 3.3333333333rem;
}
.downloadApp.alone {
  display: block;
  margin: auto;
  text-align: center;
  margin-top: 40svh;
}
.downloadApp.alone .title {
  font-weight: 400 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.login_Page {
  width: 25rem;
  max-width: 90%;
  max-height: 90%;
}
.login_Page .login_card {
  height: 100%;
  padding: 2.2222222222rem 1.6666666667rem;
  border-radius: 0.8333333333rem;
  box-shadow: 0px 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.05);
  background-color: #fff !important;
  text-align: center;
}
.login_Page .login_card > img {
  width: 9.7222222222rem;
}
.login_Page .login_card h2 {
  font-weight: 600 !important;
  font-size: 1.4444444444rem !important;
  line-height: 2rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 1.6666666667rem;
  margin-bottom: 0;
}
.login_Page .login_card > p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 0.8333333333rem !important;
}
.login_Page .login_card form {
  margin-top: 2.2222222222rem;
}
.login_Page .login_card form mat-form-field {
  width: 100%;
}
.login_Page .login_card form mat-form-field.email {
  margin-bottom: 0.5555555556rem;
}
.login_Page .login_card form div.link {
  text-align: right;
  margin-bottom: 2.7777777778rem;
}
.login_Page .login_card form div.link a {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: right;
}
.login_Page .login_card form button {
  width: 100%;
}
.login_Page .phoneNumberleft .mat-form-field-flex {
  align-items: center;
}
.login_Page .phoneNumberleft .mat-form-field-suffix {
  bottom: -2px;
}

app-forget-password .forget_lable {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}

app-reset-password .reset_password .title,
app-verify-account .reset_password .title,
app-update-password .reset_password .title {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #999aab !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8333333333rem;
}
app-reset-password .reset_password .list ul,
app-verify-account .reset_password .list ul,
app-update-password .reset_password .list ul {
  margin-bottom: 1.6666666667rem;
}
app-reset-password .reset_password .list ul li,
app-verify-account .reset_password .list ul li,
app-update-password .reset_password .list ul li {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
app-reset-password .reset_password .list ul li::before,
app-verify-account .reset_password .list ul li::before,
app-update-password .reset_password .list ul li::before {
  width: 0.5555555556rem;
  height: 0.5555555556rem;
  content: "";
  margin-right: 0.6666666667rem;
  border-radius: 50%;
  background-color: #d2d2da;
  display: inline-block;
}
app-reset-password .reset_password .list ul li.valid,
app-verify-account .reset_password .list ul li.valid,
app-update-password .reset_password .list ul li.valid {
  color: #37a1a1 !important;
}
app-reset-password .reset_password .list ul li.valid::before,
app-verify-account .reset_password .list ul li.valid::before,
app-update-password .reset_password .list ul li.valid::before {
  background-color: #37a1a1;
}
app-reset-password .reset_password .list ul.isSubmitted li:not(.valid),
app-verify-account .reset_password .list ul.isSubmitted li:not(.valid),
app-update-password .reset_password .list ul.isSubmitted li:not(.valid) {
  color: #f44336 !important;
}
app-reset-password .reset_password .list ul.isSubmitted li:not(.valid)::before,
app-verify-account .reset_password .list ul.isSubmitted li:not(.valid)::before,
app-update-password .reset_password .list ul.isSubmitted li:not(.valid)::before {
  background-color: #f44336;
}

app-verify-account,
app-reset-password {
  padding: 2.7777777778rem 0px;
  display: block;
}
app-verify-account .header,
app-reset-password .header {
  padding-bottom: 1.6666666667rem;
}
app-verify-account .header h3,
app-reset-password .header h3 {
  font-weight: 600 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.9444444444rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
  padding-top: 1.1111111111rem;
  text-align: center;
}
app-verify-account .header p,
app-reset-password .header p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  padding-top: 0.5555555556rem;
  text-align: center;
}

.mat-selection-list.selection-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -0.5555555556rem;
}
.mat-selection-list.selection-btns > div {
  padding: 0 0.2777777778rem;
  padding-bottom: 1.1111111111rem;
}
.mat-selection-list.selection-btns .mat-list-item {
  background-color: #f4f4f6;
  border-radius: 1.6666666667rem;
  overflow: hidden;
  color: #1c1e44;
  height: auto;
}
.mat-selection-list.selection-btns .mat-list-item .mat-list-item-content {
  padding: 0.5rem 1.3333333333rem;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  font-weight: 600;
}
.mat-selection-list.selection-btns .mat-list-item .mat-list-item-content .mat-pseudo-checkbox {
  display: none;
}
.mat-selection-list.selection-btns .mat-list-item .mat-list-item-content .mat-list-text {
  text-align: center;
  padding: 0 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1.3888888889rem;
}
.mat-selection-list.selection-btns .mat-list-item[aria-selected=true] {
  background-color: var(--wala-sec-color);
}

.mat-selection-list.selection-btns.updateIntersts .mat-list-item[aria-selected=true] {
  background-color: rgba(var(--main-color), 0.1) !important;
  color: rgb(var(--main-color)) !important;
}

app-interests-login img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 6;
}
app-interests-login div.main_content {
  z-index: 7;
  position: relative;
}
app-interests-login div.main_content .header {
  padding-bottom: 2.2222222222rem;
  padding-top: 2.7777777778rem;
  border-bottom: 1px solid #dddde3;
}
app-interests-login div.main_content .header .title {
  font-weight: 800 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8333333333rem;
}
app-interests-login div.main_content .header .title span {
  font-weight: 400;
}
app-interests-login div.main_content .header .sub_title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.6666666667rem !important;
  color: #3e4060 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-interests-login div.main_content .desc {
  margin-top: 1.6666666667rem;
  font-weight: 600 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.9444444444rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-interests-login div.main_content .sub_desc {
  margin-top: 0.5555555556rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #3e4060 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-interests-login div.main_content .categories {
  max-height: 28.8888888889rem;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 2.2222222222rem;
}
app-interests-login div.main_content .categories .category {
  padding-top: 2.2222222222rem;
}
app-interests-login div.main_content .categories .category:first-child {
  padding: 0px;
}
app-interests-login div.main_content .categories .category .name {
  font-weight: 600 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
  text-align: center;
}
app-interests-login .btn_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1.6666666667rem;
  position: sticky;
  background-color: #fff;
  padding-bottom: 2.7777777778rem;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
@media (width < 320px) {
  app-interests-login .btn_group {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
  app-interests-login .btn_group button {
    margin-bottom: 0.5555555556rem;
  }
}

.page-loader {
  height: 100vh;
  display: flex;
  justify-content: center;
}

.page-progress {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999999;
}

.dataLoading,
.data-empty {
  padding: 50px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.dataLoading img,
.data-empty img {
  width: 10%;
  margin-bottom: 1.6666666667rem;
}
.dataLoading h3,
.data-empty h3 {
  margin: 0 0 1.1111111111rem;
  text-align: center;
  font-weight: normal;
  font-size: 1.3888888889rem;
}
.dataLoading p,
.data-empty p {
  width: 100%;
  text-align: center;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  margin: 0 0 1.1111111111rem;
  font-weight: 600;
}
.dataLoading a,
.data-empty a {
  color: #4990E1;
  margin-top: 0.2777777778rem;
  font-weight: 700;
  font-size: 0.8333333333rem;
}
.dataLoading ng-lottie,
.data-empty ng-lottie {
  width: 44.4444444444rem;
  max-width: 100%;
  height: 50vh;
}
.error-page .dataLoading img,
.error-page .data-empty img {
  width: 44.4444444444rem;
  max-width: 100%;
  height: 50vh;
}

.small-empty .data-empty ng-lottie {
  height: 20vh;
}
.small-empty .data-empty h3 {
  font-size: 1.1111111111rem;
}

.checkboxes-modal-empty .data-empty ng-lottie {
  height: 20vh;
}

body .cdk-overlay-pane {
  max-width: 90%;
}
body .mat-dialog-container {
  padding: 0;
  overflow: hidden;
  border-radius: 1.1111111111rem;
}
body .mat-dialog-container .dialog .permission .sub-title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
body .mat-dialog-container .mat-dialog-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8888888889rem 1.3888888889rem;
  margin-bottom: 0;
  font: inherit;
}
body .mat-dialog-container .mat-dialog-title h2 {
  margin-bottom: 0;
  font-size: 1.1111111111rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
body .mat-dialog-container .mat-dialog-title h2 span {
  display: block;
  margin-left: 0.5555555556rem;
  font-size: 1.1111111111rem;
  font-weight: 500;
}
body .mat-dialog-container .mat-dialog-title .close {
  font-size: 1.6666666667rem;
  line-height: 1;
  opacity: 1;
  color: #38455d;
}
body .mat-dialog-container .mat-dialog-title .close .mat-button-wrapper span {
  height: 29px !important;
  display: block;
}
body .mat-dialog-container .dialog_header {
  position: relative;
  top: 0px;
  padding: 1.6666666667rem;
  background-color: #fafafa;
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: left;
}
body .mat-dialog-container .dialog_header a,
body .mat-dialog-container .dialog_header button {
  position: absolute;
  top: 1.6666666667rem;
  right: 1.6666666667rem;
}
body .mat-dialog-container .dialog_header .close {
  top: 0.9444444444rem;
}
body .mat-dialog-container .dialog_header .close svg {
  max-height: 1.3888888889rem;
}
body .mat-dialog-container .mat-dialog-content,
body .mat-dialog-container .dialog_content {
  margin: 0;
  padding: 1.6666666667rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
body .mat-dialog-container .mat-dialog-content.large-content,
body .mat-dialog-container .dialog_content.large-content {
  max-height: 80vh;
}
body .mat-dialog-container .mat-dialog-actions,
body .mat-dialog-container .dialog_actions {
  margin: 0;
  justify-content: flex-end;
  gap: 1.1111111111rem;
  padding: 1.6666666667rem;
  padding-top: 1.1111111111rem;
}
body .mat-dialog-container .mat-dialog-actions .mat-button-base,
body .mat-dialog-container .dialog_actions .mat-button-base {
  margin: 0;
}

.cdk-global-overlay-wrapper {
  direction: ltr;
}

.radio-btn {
  background-color: #efeff2;
  padding: 0.8333333333rem 1.6666666667rem;
}
.radio-btn .radioGroup_lable {
  margin-bottom: 1.1111111111rem;
}

.cdk-global-scrollblock {
  overflow-y: initial !important;
}

.swal2-container .swal2-popup {
  border-radius: 0.8333333333rem;
}
.swal2-container .swal2-title {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.8333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.swal2-container .swal2-html-container {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 0.5rem;
}
.swal2-container .swal2-image {
  width: 6.1111111111rem;
  margin-top: 3.3333333333rem;
}
.swal2-container .swal2-actions button {
  padding: 0.7222222222rem 1.1111111111rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
}
.swal2-container .swal2-actions button:focus {
  box-shadow: none;
}
.swal2-container .swal2-actions .swal2-confirm {
  background-color: rgb(var(--main-color));
  color: var(--main-text-color) !important;
}
.swal2-container .swal2-actions .swal2-cancel {
  background-color: #f2f2f2;
  color: #6b6d85;
}

.mdc-snackbar .mdc-snackbar__surface {
  background-color: var(--wala-color) !important;
}
.mdc-snackbar .mat-mdc-snack-bar-actions .mat-mdc-snack-bar-action {
  color: rgb(var(--main-color)) !important;
}

.mat-simple-snack-bar-content {
  word-break: break-word;
}

.mat-accordion.main-accordion .mat-expansion-panel {
  box-shadow: none !important;
}
.mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header {
  background-color: #fafbfb;
  height: 3.3333333333rem !important;
}
.mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-indicator {
  transform: none !important;
}
.mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-indicator::after {
  content: "";
  background-image: url(../../images/icons/unfold_more.svg);
  height: 22px;
  width: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  display: inherit;
  padding: 0;
  transform: none;
}
.mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-panel-header {
  background-color: #fafbfb;
}
.mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-panel-header.mat-expanded {
  height: 3.3333333333rem !important;
}
.mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator {
  transform: none !important;
}
.mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator::after {
  content: "";
  background-image: url(../../images/icons/unfold_less.svg);
  height: 22px;
  width: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  display: inherit;
  padding: 0;
  transform: none;
}
.mat-accordion.main-accordion .mat-expansion-panel-body {
  padding: 0;
}
.mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body {
  height: 40vh !important;
  max-height: 60vh !important;
  overflow-y: auto;
}

.mat-accordion.Custom-accordion {
  position: relative;
  top: 0px;
}
.mat-accordion.Custom-accordion #Collapse_Expand_icon {
  fill: rgb(var(--main-color));
  position: absolute;
  right: 1.1111111111rem;
  top: 1.8333333333rem;
}
.mat-accordion.Custom-accordion #Collapse_Expand_icon.opened {
  transform: rotate(180deg);
}
.mat-accordion.Custom-accordion .mat-expansion-panel {
  box-shadow: none !important;
  margin-bottom: 1.1111111111rem;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-header {
  background-color: rgba(var(--main-color), 0.1);
  height: 5rem !important;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-header:hover {
  background-color: rgba(var(--main-color), 0.1) !important;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-header .name h6 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-header .name p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-header .name p span {
  color: #1c1e44 !important;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-body {
  background-color: rgba(var(--main-color), 0.03);
  border-radius: 0 0 0.2222222222rem 0.2222222222rem;
  padding: 1.1111111111rem !important;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-body ul {
  list-style: inside;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-body ul li {
  color: rgb(var(--main-color));
  margin-bottom: 0.5555555556rem;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-body ul li svg {
  fill: rgb(var(--main-color));
  margin-right: 0.3333333333rem;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-body ul li span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 0.9444444444rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: -0.5555555556rem;
}

.card.accordion-cards {
  background-color: #f4f4f6;
  border-radius: 0.6666666667rem;
  border: none;
  margin: 0.8333333333rem 1.9444444444rem;
}
.card.accordion-cards .card-head {
  background-color: #f4f4f6;
  padding: 1.1111111111rem;
  border-radius: 0.6666666667rem 0.6666666667rem 0 0;
}
.card.accordion-cards .card-head h2 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
.card.accordion-cards .card-head h2 span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.accordion-cards .card-head p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.accordion-cards .card-head .points-no {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.card.accordion-cards .card-head .points-no span {
  font-size: 1.2222222222rem;
  font-weight: 800;
  line-height: 1.5rem;
}
.card.accordion-cards .card-head .points-no p {
  font-weight: 800 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.card.accordion-cards .card-head .points-no p span {
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.accordion-cards .card-head.with-border {
  border-radius: 0.6666666667rem;
}
.card.accordion-cards a.moreDetails {
  padding: 0.7777777778rem 1.1111111111rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #37a1a1 !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.accordion-cards a.moreDetails svg {
  margin-left: 0.5555555556rem;
}
.card.accordion-cards a.moreDetails.bg_custom {
  background: #e8e9ec;
}
.card.accordion-cards a.linkable-details {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #37a1a1 !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.accordion-cards a.linkable-details span {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #37a1a1 !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.accordion-cards .details {
  margin-bottom: 0.5555555556rem;
  background-color: #fafbfb;
}
.card.accordion-cards .details .details-content {
  padding: 1.1111111111rem;
}
.card.accordion-cards .details p {
  margin-bottom: 1.1666666667rem;
}
.card.accordion-cards .details p:last-child {
  margin-bottom: 0;
}
.card.accordion-cards .paymentDetails {
  background-color: #efeff2;
  padding: 0.8333333333rem 1.2222222222rem;
  border-radius: 0.6666666667rem;
}
.card.accordion-cards .paymentDetails span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.accordion-cards .paymentDetails p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 0.4444444444rem;
}
.card.accordion-cards .paymentDetails p img {
  width: 15%;
  margin-right: 0.2777777778rem;
}

.grey-list-items .list-head {
  background-color: #f4f4f6;
  padding: 0.5555555556rem 1.3888888889rem;
}
.grey-list-items .list-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5555555556rem 1.1111111111rem;
}
.grey-list-items .list-item:last-child {
  border-bottom: none;
}

app-wallet-transactions .card.accordion-cards .card-head h2 {
  color: #1c1e44 !important;
}
app-wallet-transactions .card.accordion-cards .card-head .points-no {
  margin-bottom: 0.8333333333rem;
}
app-wallet-transactions .list-item .name h5 {
  white-space: normal !important;
}

.table-container {
  background-color: #fff;
  border-radius: 0.4444444444rem;
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
}
.table-container table {
  width: 100%;
  margin-bottom: 0.5555555556rem;
}
@media (max-width: 550px) {
  .table-container {
    margin-top: 1.1111111111rem;
  }
}
.table-container .table-responsive {
  margin-bottom: 0.8333333333rem;
  overflow: visible;
}
@media (max-width: 1120px) {
  .table-container .table-responsive {
    overflow-x: auto;
  }
}
.table-container .text-custom {
  font-size: 0.9444444444rem;
  line-height: 1.3888888889rem;
  font-weight: 500;
  white-space: nowrap;
}
.table-container .text-custom.activityTime {
  font-size: 0.8333333333rem;
  line-height: 1.2777777778rem;
}
.table-container.small-table {
  margin-top: 0.8333333333rem;
}
.table-container.small-table .with-padding-34 td {
  padding: 1.8888888889rem 1.1111111111rem;
}
.table-container.small-table .with-padding-24 td {
  padding: 1.3333333333rem 1.1111111111rem;
}

.table .link {
  cursor: pointer;
}
.table .link:hover {
  text-decoration: underline;
}
.table-primary {
  width: 100%;
  font-weight: 500;
  background-color: transparent;
  border-collapse: collapse;
}
.table-primary th,
.table-primary td {
  border: none;
}
.table-primary thead th {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 0;
  padding: 0.8333333333rem 1.1111111111rem;
  white-space: nowrap;
  border-bottom: 1px solid #ebecef;
}
.table-primary tbody thead tr {
  background-color: #fff !important;
}
.table-primary .tbody-header.active {
  background-color: #f2f2f2;
}
.table-primary .tbody-header.active + tr > td {
  background-color: #fafafa;
}
.table-primary tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.table-primary tbody tr td {
  vertical-align: middle;
  font-size: 0.7777777778rem;
  line-height: 1.1666666667rem;
  padding: 0.8333333333rem 1.1111111111rem;
  transition: all 200ms;
}
.table-primary tbody tr td > b {
  font-weight: 700;
}
.table-primary tbody tr .btn-actions {
  display: flex;
  justify-content: flex-end;
}
.table-primary tbody tr .btn-actions button svg {
  fill: #6b6d85;
}
.table-primary tbody tr .btn-actions button .mat-icon {
  color: #6b6d85;
}
@media (min-width: 1200px) {
  .table-primary tbody tr .btn-actions > * {
    opacity: 0;
    transition: opacity linear 0.2s;
  }
}
.table-primary tbody tr:hover, .table-primary tbody tr:active, .table-primary tbody tr:focus, .table-primary tbody tr.active {
  background-color: #f2f2f2;
}
.table-primary tbody tr:hover .btn-actions > *, .table-primary tbody tr:active .btn-actions > *, .table-primary tbody tr:focus .btn-actions > *, .table-primary tbody tr.active .btn-actions > * {
  opacity: 1;
}
.table-primary tbody tr:hover .btn-actions button:hover, .table-primary tbody tr:active .btn-actions button:hover, .table-primary tbody tr:focus .btn-actions button:hover, .table-primary tbody tr.active .btn-actions button:hover {
  background-color: #d2f5f5;
}
.table-primary tbody tr:hover .btn-actions button:hover svg, .table-primary tbody tr:active .btn-actions button:hover svg, .table-primary tbody tr:focus .btn-actions button:hover svg, .table-primary tbody tr.active .btn-actions button:hover svg {
  fill: #287676;
}
.table-primary tbody tr:hover .btn-actions button:hover .mat-icon, .table-primary tbody tr:active .btn-actions button:hover .mat-icon, .table-primary tbody tr:focus .btn-actions button:hover .mat-icon, .table-primary tbody tr.active .btn-actions button:hover .mat-icon {
  color: #287676;
}
.table-white {
  border-collapse: separate;
  border-spacing: 0 0.5555555556rem;
}
.table-white thead th {
  border: 0 !important;
}
.table-white tbody tr {
  background-color: #fff !important;
  transition: all 200ms;
}
.table-white tbody tr td:last-child {
  border-top-right-radius: 0.5555555556rem;
  border-bottom-right-radius: 0.5555555556rem;
}
.table-white tbody tr td:first-child {
  border-top-left-radius: 0.5555555556rem;
  border-bottom-left-radius: 0.5555555556rem;
}
.table-white tbody tr:hover, .table-white tbody tr:active, .table-white tbody tr:focus {
  box-shadow: 0rem 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
}
.table-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.8333333333rem;
}
.table-list .error {
  color: #f44336;
}
.table-list th {
  font-size: 0.7777777778rem;
  padding: 0 0.6666666667rem;
  color: #888f9e;
  font-weight: 500;
}
.table-list b {
  font-weight: 600;
}
.table-list-rounded {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.5555555556rem;
}
.table-list-rounded th {
  font-size: 0.7777777778rem;
  padding: 0 1.1111111111rem;
  color: #888f9e;
  font-weight: 500;
}
.table-list-rounded tr td {
  background-color: #f6f7fa;
  padding: 0.8333333333rem 1.1111111111rem;
}
.table-list-rounded tr td:first-child {
  border-top-left-radius: 0.5555555556rem;
  border-bottom-left-radius: 0.5555555556rem;
}
.table-list-rounded tr td:last-child {
  border-top-right-radius: 0.5555555556rem;
  border-bottom-right-radius: 0.5555555556rem;
}
.table-list-rounded .mat-radio-button label {
  margin-bottom: 0;
}
.table.table-tbody-loop tbody {
  border-top: none;
}
.table.table-tbody-loop tbody:nth-child(even) tr {
  background-color: #fafafa;
}

.drargable-row, tr.cdk-drag-preview, .table-list tr {
  animation: none !important;
}
.drargable-row .drag, tr.cdk-drag-preview .drag, .table-list tr .drag {
  width: 1%;
}
.drargable-row .actions, tr.cdk-drag-preview .actions, .table-list tr .actions {
  width: 1%;
}
.drargable-row .card-actions, tr.cdk-drag-preview .card-actions, .table-list tr .card-actions {
  display: flex;
  align-items: center;
}
.drargable-row.error td, tr.error.cdk-drag-preview td, .table-list tr.error td {
  background-color: rgba(244, 67, 54, 0.2);
  color: #f44336;
}
.drargable-row td, tr.cdk-drag-preview td, .table-list tr td {
  background-color: #f6f7fa;
  padding: 0.5555555556rem 0.6666666667rem;
}
.drargable-row td:first-child, tr.cdk-drag-preview td:first-child, .table-list tr td:first-child {
  border-top-left-radius: 0.2222222222rem;
  border-bottom-left-radius: 0.2222222222rem;
}
.drargable-row td:nth-last-child(2), tr.cdk-drag-preview td:nth-last-child(2), .table-list tr td:nth-last-child(2) {
  border-top-right-radius: 0.2222222222rem;
  border-bottom-right-radius: 0.2222222222rem;
}
.drargable-row td:last-child, tr.cdk-drag-preview td:last-child, .table-list tr td:last-child {
  background-color: transparent;
}
.drargable-row td button:disabled, tr.cdk-drag-preview td button:disabled, .table-list tr td button:disabled {
  opacity: 0.2;
}
.drargable-row .name-with-image.squared .image-circle, tr.cdk-drag-preview .name-with-image.squared .image-circle, .table-list tr .name-with-image.squared .image-circle {
  width: 3.3333333333rem;
  min-width: 3.3333333333rem;
  height: 3.3333333333rem;
  background-color: #fff;
  border-radius: 0.5555555556rem;
}
.drargable-row .name-with-image.squared .image-circle > *, tr.cdk-drag-preview .name-with-image.squared .image-circle > *, .table-list tr .name-with-image.squared .image-circle > * {
  margin: auto;
}
.drargable-row .name-with-image.squared h5, tr.cdk-drag-preview .name-with-image.squared h5, .table-list tr .name-with-image.squared h5,
.drargable-row .name-with-image.squared h6,
tr.cdk-drag-preview .name-with-image.squared h6,
.table-list tr .name-with-image.squared h6 {
  font-size: 0.8888888889rem;
  line-height: 1.2777777778rem;
  font-weight: 600;
}
.drargable-row .name-with-image.squared h6, tr.cdk-drag-preview .name-with-image.squared h6, .table-list tr .name-with-image.squared h6 {
  margin-top: 0.2222222222rem;
}

.banner-photo-wrapper {
  border-radius: 0.5555555556rem;
  width: 6.1111111111rem;
  height: 3.3333333333rem;
  overflow: hidden;
  display: flex;
  vertical-align: middle;
}
.banner-photo-wrapper img {
  width: 100%;
  margin: auto;
  display: block;
}

tr.cdk-drag-preview {
  background-color: #fff;
}
tr.cdk-drag-preview td {
  background-color: #fff;
}

.button-inside-table-td .image-circle {
  background-color: #feefea;
}
.button-inside-table-td .image-circle img {
  width: 60%;
}

.td-border-item {
  position: relative;
  border: 1px solid #afb5be;
  padding: 0.3333333333rem 0 0.3333333333rem 0;
  border-radius: 2.7777777778rem;
  background: #f6f7fa;
  cursor: pointer;
  color: #888f9e;
}
.td-border-item span {
  padding-left: 10px;
  padding-right: 20px;
}
[dir=rtl] .td-border-item span {
  padding-left: 20px;
  padding-right: 10px;
}
.td-border-item .mat-icon {
  position: absolute;
  right: -5%;
  top: 20%;
  font-size: 1.1111111111rem;
  color: #afb5be;
}
[dir=rtl] .td-border-item .mat-icon {
  transform: translateY(-50%) rotate(180deg);
  left: 0%;
  top: 40%;
}

@media (max-width: 767px) {
  .td-border-item {
    padding: 0.3333333333rem;
  }
  .td-border-item .mat-icon {
    display: none;
  }
}
.card-with-no-padding .card-head {
  padding-top: 1.2222222222rem !important;
  padding-bottom: 1.2222222222rem !important;
}
.card-with-no-padding .card-content {
  padding: 0 !important;
}
.card-with-no-padding .card-content hr {
  margin-inline: 1.1111111111rem;
}
.card-with-no-padding .card-content .data-empty {
  padding-bottom: 0;
}
.card-with-no-padding .card-content .data-empty h3 {
  font-size: 0.8888888889rem;
  color: #888f9e;
}
.card-with-no-padding .card-content .btn-light {
  background-color: #f89f2a;
  color: #382102;
  align-items: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin: 1.1111111111rem auto 2.2222222222rem auto;
}
.card-with-no-padding .button-group-custom {
  justify-content: left;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group {
  background-color: transparent;
  box-shadow: none;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group .mat-button-toggle {
  margin-left: 0.5555555556rem;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  color: #e86d3a;
  background-color: #feefea;
  border: 1px solid #feefea !important;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard {
  border: 1px solid #d7dadf;
  color: #38455d;
  margin-bottom: 1px;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: 1px solid #d7dadf;
  border-right: 1px solid #d7dadf;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard button {
  outline: #d7dadf;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 0.8333333333rem;
  font-size: 0.8333333333rem;
}
.card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard .mat-button-toggle-label-content i {
  padding-left: 0.2777777778rem;
}
[dir=rtl] .card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard .mat-button-toggle-label-content span {
  float: right;
}
[dir=rtl] .card-with-no-padding .button-group-custom .mat-button-toggle-group-appearance-standard .mat-button-toggle-appearance-standard .mat-button-toggle-label-content span.count-number {
  float: none;
}
.card-with-no-padding .table-no-borders .name-with-image .image-circle {
  border-radius: 5px;
  width: 2.2222222222rem;
  min-width: 2.2222222222rem;
  height: 2.2222222222rem;
}
.card-with-no-padding .border-image .name-with-image .image-circle {
  width: 2.2222222222rem;
  min-width: 2.2222222222rem;
  height: 2.2222222222rem;
  border-radius: 50%;
}
.card-with-no-padding.pagination {
  min-height: 460px;
}

.table-no-borders {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.table-no-borders th,
.table-no-borders td {
  font-size: 0.7777777778rem;
  border-bottom: none !important;
}
.table-no-borders .name-with-image .image-circle {
  width: 1.3888888889rem;
  min-width: 1.3888888889rem;
  height: 1.3888888889rem;
}

.pagination-circles .page-item {
  border-radius: 50%;
  margin-right: 0.5555555556rem;
}
.pagination-circles .page-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-left: -1px;
  line-height: 1.25;
  color: #fff;
  background-color: #f8a02a;
  border: 1px solid #f8a02a;
  border-radius: 50%;
}
.pagination-circles .page-item.disabled .page-link,
.pagination-circles .page-item:last-child .page-link {
  color: #f8a02a;
  background-color: #feecd4;
  border-color: #feecd4;
  border-radius: 50%;
}

.banner-description {
  max-width: 38vw;
}

table tr.expanded_row {
  background-color: #ffffff;
}
table tr.expanded_row > td {
  padding: 0px;
}
table tr.expanded_row > td .subTable_title {
  padding: 0.5555555556rem;
  text-align: center;
  background-color: #e8e9ec;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #0f1125 !important;
  font-family: "Alexandria", sans-serif !important;
}
table tr.expanded_row > td .subTable_header {
  padding: 0.5555555556rem 1.1111111111rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #fff;
}
table tr.expanded_row > td .subTable_row {
  padding: 1.7777777778rem 1.1111111111rem;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #fff;
}
table tr.expanded_row .table-responsive {
  box-shadow: none;
}

.expanded_row tbody tr .btn-action {
  display: flex;
  justify-content: flex-end;
}
.expanded_row tbody tr .btn-action button svg {
  fill: #6b6d85;
}
.expanded_row tbody tr .btn-action button .mat-icon {
  color: #6b6d85;
}
@media (min-width: 1200px) {
  .expanded_row tbody tr .btn-action > * {
    opacity: 0;
    transition: opacity linear 0.2s;
  }
}
.expanded_row tbody tr:hover, .expanded_row tbody tr:active, .expanded_row tbody tr:focus, .expanded_row tbody tr.active {
  background-color: #f2f2f2;
}
.expanded_row tbody tr:hover .btn-action > *, .expanded_row tbody tr:active .btn-action > *, .expanded_row tbody tr:focus .btn-action > *, .expanded_row tbody tr.active .btn-action > * {
  opacity: 1;
}
.expanded_row tbody tr:hover .btn-action button:hover, .expanded_row tbody tr:active .btn-action button:hover, .expanded_row tbody tr:focus .btn-action button:hover, .expanded_row tbody tr.active .btn-action button:hover {
  background-color: #d2f5f5;
}
.expanded_row tbody tr:hover .btn-action button:hover svg, .expanded_row tbody tr:active .btn-action button:hover svg, .expanded_row tbody tr:focus .btn-action button:hover svg, .expanded_row tbody tr.active .btn-action button:hover svg {
  fill: #287676;
}
.expanded_row tbody tr:hover .btn-action button:hover .mat-icon, .expanded_row tbody tr:active .btn-action button:hover .mat-icon, .expanded_row tbody tr:focus .btn-action button:hover .mat-icon, .expanded_row tbody tr.active .btn-action button:hover .mat-icon {
  color: #287676;
}

.pagination-container {
  position: relative;
  margin-top: 1.6666666667rem;
}
.pagination-container .mat-paginator-container {
  min-height: auto;
}
.pagination-container .mat-paginator {
  background-color: #f4f4f6;
  border-radius: 0.4444444444rem;
  padding: 0.8888888889rem 1.2222222222rem;
}
.pagination-container .mat-paginator .mat-paginator-page-size {
  margin-left: 2.2222222222rem;
}
.pagination-container .mat-paginator .mat-paginator-page-size .mat-paginator-page-size-label {
  margin-right: 1.1111111111rem;
  font-size: 0.7777777778rem;
  font-weight: 500;
  color: #777777;
}
.pagination-container .mat-paginator .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-wrapper {
  margin: 0;
  padding: 0;
  font-size: 0.4444444444rem;
}
.pagination-container .mat-paginator .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-fill {
  margin: 0;
}
.pagination-container .mat-paginator .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-fill .mat-form-field-underline {
  display: none;
}
.pagination-container .mat-paginator .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-fill .mat-form-field-flex {
  padding-top: 0;
  border-bottom: 1px solid #d7dadf;
  background-color: transparent !important;
}
.pagination-container .mat-paginator .mat-paginator-page-size .mat-paginator-page-size-select.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
  transform: none;
}
.pagination-container .mat-paginator .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field.mat-focused .mat-select-arrow svg {
  color: var(--secondry-color);
}
.pagination-container.small-table .mat-paginator {
  padding: 0.5555555556rem;
  border-radius: 0;
}

.files-preview-container .file-item {
  display: flex;
  margin: 0.5555555556rem 0 0;
  border: 1px solid #c6c7d0;
  background-color: #fafbfb;
  border-radius: 0.3333333333rem;
  overflow: hidden;
}
.files-preview-container .file-item:hover {
  border-color: rgb(var(--main-color));
}
.files-preview-container .file-item .file-details {
  display: flex;
  padding: 0.8333333333rem;
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.files-preview-container .file-item .file-details .file-icon {
  margin-right: 0.5555555556rem;
  display: flex;
}
.files-preview-container .file-item .file-details .file-icon svg,
.files-preview-container .file-item .file-details .file-icon img {
  height: 1.2777777778rem;
  margin: auto;
}
.files-preview-container .file-item .file-details > div:not(.file-icon) {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.files-preview-container .file-item label:not(.edit-btn) {
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
  text-transform: capitalize;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
}
.files-preview-container .file-item label:not(.edit-btn) .mat-icon {
  color: #959595;
}
.files-preview-container .file-item label:not(.edit-btn):hover .mat-icon {
  color: #f44336;
}
.files-preview-container .file-item span {
  font-size: 0.6666666667rem;
  line-height: 1.1111111111rem;
  color: #8e8fa2;
  display: block;
}
.files-preview-container .file-item .thumbnail-container {
  height: 8.3333333333rem;
  overflow: hidden;
}
.files-preview-container .file-item .thumbnail-container img {
  width: 100%;
}
.files-preview-container .file-item .file-btn {
  padding: 0.6666666667rem;
  flex: 0 0 40px;
}
.files-preview-container .file-item .file-btn > * {
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.files-preview-container .file-item .file-btn svg {
  width: 0.7777777778rem;
}
.files-preview-container .file-item .file-btn .download svg {
  width: 1.1111111111rem;
}
.files-preview-container .file-item .file-btn .btn-delete {
  display: none;
  background: none;
  border: none;
  width: 100%;
  cursor: pointer;
}
.files-preview-container .file-item .file-btn .btn-delete:hover svg path {
  fill: #f44336;
}
.files-preview-container .file-item .file-btn label.edit-btn {
  cursor: pointer;
  padding: 0.2777777778rem;
  margin: 0;
}
.files-preview-container .file-item .file-btn label.edit-btn .mat-icon {
  display: block;
  color: #959595;
  font-size: 1.3888888889rem;
}
.files-preview-container .file-item .file-btn label.edit-btn:hover .mat-icon {
  color: #f44336;
}
.files-preview-container.active .file-item .file-btn .btn-delete {
  display: flex;
}
.files-preview-container.active .file-item .file-btn .download {
  display: none;
}

.dnd-container {
  position: relative;
  padding: 1.6666666667rem 0.8333333333rem;
  background-color: #f9f9f9;
  border: 1px dashed #37a1a1;
  border-radius: 0.2222222222rem;
  text-align: center;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
}
.dnd-container input {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dnd-container svg {
  height: 1.3888888889rem;
  margin-bottom: 0.8333333333rem;
}
.dnd-container h4 {
  font-size: 0.7777777778rem;
  line-height: 1.0555555556rem;
  font-weight: 600;
  margin-bottom: 0.4444444444rem !important;
}
.dnd-container span {
  font-weight: 600;
  color: #dddde3;
  margin-right: 0.5555555556rem;
}
.dnd-container .hint {
  margin-top: 0.7777777778rem;
  color: #dddde3;
  font-size: 0.6666666667rem;
  line-height: 1.2222222222rem;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.dnd-container .hint span {
  font-weight: 400 !important;
  color: #6b6d85;
}
.dnd-container label {
  cursor: pointer;
  color: #3eb6b6;
  margin: 0;
  text-decoration: underline;
  font-weight: 700;
  line-height: 1.0555555556rem;
  font-size: 0.7777777778rem;
  margin-bottom: 0.7777777778rem !important;
}
.dnd-container span.or {
  font-weight: 600;
  color: #dddde3;
  margin-right: 0.5555555556rem;
  color: #8e8fa2 !important;
  font-size: 0.7777777778rem;
}

.fileover {
  animation: shake 1s;
  animation-iteration-count: infinite;
}

.file-input .header {
  display: flex;
  justify-content: space-between;
}
.file-input .header .title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.file-input .header span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.file-input .hint.inline {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.2777777778rem;
}
.file-input label.inline {
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
}

.side-sheet {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 998;
  display: none;
}
.side-sheet.active {
  display: block;
}
.side-sheet .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
}
.side-sheet .sheet-container {
  overflow-y: auto;
  margin-left: auto;
  width: 29.7222222222rem;
  max-width: 100%;
  background-color: #fafbfb;
  height: 100%;
  right: 0;
  animation: slide-left 0.2s ease;
  z-index: 101;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .side-sheet .sheet-container {
    max-width: none;
    width: 80%;
  }
}
.side-sheet .sheet-container .sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa;
  padding: 0.8333333333rem 0.8888888889rem;
}
.side-sheet .sheet-container .sheet-head .title {
  font-size: 1.2222222222rem;
  line-height: 1.6666666667rem;
  font-weight: 700;
  margin: 0;
}
.side-sheet .sheet-container .sheet-head button img {
  width: auto !important;
  height: auto !important;
}
.side-sheet .sheet-container .sheet-content {
  padding: 0 0.8888888889rem;
  overflow: auto;
}
.side-sheet .sheet-container .sheet-content .head {
  background: rgb(88, 90, 118);
  background: linear-gradient(180deg, rgb(88, 90, 118) 0%, rgb(62, 64, 96) 100%);
  padding: 1.6666666667rem 1.6666666667rem;
  display: block;
  margin: auto;
  text-align: center;
}
.side-sheet .sheet-container .sheet-content .head h2 {
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #d2d2da !important;
  font-family: "Alexandria", sans-serif !important;
}
.side-sheet .sheet-container .sheet-content .head p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #f4f4f6 !important;
  font-family: "Alexandria", sans-serif !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6666666667rem;
  gap: 0.5555555556rem;
}
.side-sheet .sheet-container .sheet-content .head p span {
  font-weight: 800 !important;
  font-size: 1.7222222222rem !important;
  line-height: 2.1111111111rem !important;
  color: var(--wala-sec-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.side-sheet .sheet-container .sheet-actions {
  padding: 0.8888888889rem;
  margin-top: 1.3333333333rem;
  box-shadow: 0 -0.0555555556rem 0.1111111111rem rgba(56, 69, 93, 0.08);
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 1.1111111111rem;
}
.side-sheet .sheet-container .sheet-actions .big {
  flex: 1;
}
.side-sheet .sheet-container .sheet-actions .big button {
  background-color: rgb(var(--main-color));
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
}
.side-sheet .sheet-container .sheet-actions .big button .span {
  padding: 0.9444444444rem;
}
.side-sheet .sheet-container .sheet-actions .small > * {
  margin-right: 0.7777777778rem;
}
.side-sheet .sheet-container .sheet-actions .mat-menu-dots {
  background-color: #adeded !important;
  border-radius: 0.3333333333rem !important;
  height: 2.5rem;
}

.heads {
  margin-top: 1.1111111111rem;
  background-color: #eeeff2;
  padding: 0.7222222222rem 0.8888888889rem;
}

.sheet-top-gray-card {
  margin-top: 1.1111111111rem;
  padding: 1.4444444444rem 0.8888888889rem;
  background-color: #eeeff2;
  border-radius: 0.2222222222rem;
}

.rating-list .rate-item {
  padding: 0.5555555556rem 0.8888888889rem;
}
.rating-list .rate-item .img-card {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #9aa5b1;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rating-list .rate-item .img-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rating-list .rate-item .img-card span {
  display: block;
  margin: auto;
  padding: 0;
}
.rating-list .rate-item span {
  padding-top: 1.3333333333rem;
}

.library-list {
  margin-top: 1.6666666667rem;
  padding: 0 0.8888888889rem;
}
.library-list p {
  margin-bottom: 0.8888888889rem;
  overflow-wrap: anywhere;
}
.library-list .lightgallery .gallery-item a {
  width: 28.7777777778rem;
  max-width: 28.7777777778rem;
  display: block;
  height: 11.1111111111rem;
  margin-top: 0.7777777778rem !important;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.library-list .lightgallery .gallery-item a img,
.library-list .lightgallery .gallery-item a video {
  width: 28.7777777778rem;
  max-width: 28.7777777778rem;
  height: 11.1111111111rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.button-with-icon {
  width: 2.7777777778rem !important;
  height: 2.7777777778rem !important;
}

.card-yellow {
  background-color: #fef8f1;
  border-radius: 0.2222222222rem;
}
.card-yellow .card-head {
  padding: 0.6666666667rem 1.1111111111rem;
  background-color: #fef3e5;
  border-radius: 0.2222222222rem 0.2222222222rem 0 0;
}
.card-yellow .card-content {
  padding: 1.1111111111rem;
}
.card-yellow .card-content .dropdown-custom {
  background-color: transparent;
  border: 1px solid #ffb400;
  border-radius: 0.5555555556rem;
  color: #ffb400;
}
.card-yellow .card-content .dropdown-custom:focus {
  box-shadow: none;
}
.card-yellow hr {
  border-color: #ebecef;
}

.dots-mat-menu .mat-menu-item {
  font-family: "Alexandria", sans-serif !important;
  line-height: 22px;
  height: auto;
  white-space: pre-wrap;
  padding: 6px 16px;
}
.dots-mat-menu .mat-menu-item svg {
  margin-right: 0.5555555556rem;
  fill: #8e8fa2;
}
.dots-mat-menu .mat-menu-item span {
  display: flex;
  flex-wrap: nowrap;
  white-space: break-spaces;
  line-height: 15px;
  line-height: 1.5;
  padding: 0.3333333333rem 0;
}
@media (max-width: 992px) {
  .dots-mat-menu .mat-menu-item span {
    font-size: 1rem !important;
  }
}

.dots-mat-menu.mat-menu-panel {
  min-height: 30px !important;
  min-width: 100px;
  max-width: 230px;
}
[dir=rtl] .dots-mat-menu.mat-menu-panel {
  direction: rtl;
}

mat-radio-group.horizontal_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.1111111111rem;
       column-gap: 1.1111111111rem;
  margin-bottom: 1.1111111111rem;
}
@media (max-width: 766px) {
  mat-radio-group.horizontal_list {
    flex-direction: column;
  }
}
mat-radio-group.horizontal_list label {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
mat-radio-group.horizontal_list mat-radio-button {
  height: 2.7777777778rem;
  width: 100%;
  padding: 0.0555555556rem 0.5555555556rem;
  border: 0.0833333333rem rgba(var(--main-color), 0.1) solid;
  border-radius: 1.3333333333rem;
  text-align: left !important;
  background-color: rgba(var(--main-color), 0.05);
  text-align: center;
  display: flex;
}
@media (max-width: 766px) {
  mat-radio-group.horizontal_list mat-radio-button {
    margin-bottom: 0.5555555556rem;
  }
}
mat-radio-group.horizontal_list mat-radio-button .mdc-radio__outer-circle {
  border-color: #6b6d85;
}
mat-radio-group.horizontal_list mat-radio-button label {
  margin: 0px;
}
mat-radio-group.horizontal_list mat-radio-button.mat-radio-checked {
  background-color: rgb(var(--main-color)) !important;
}
mat-radio-group.horizontal_list mat-radio-button.mat-radio-checked label {
  color: var(--main-text-color) !important;
}

.mat-radio-label {
  justify-content: center !important;
}

.mat-radio-button.mat-primary .mat-radio-inner-circle {
  background-color: #6b6d85 !important;
}

.mat-radio-button.mat-primary .mat-radio-outer-circle {
  border-color: #6b6d85 !important;
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-inner-circle {
  background-color: var(--main-text-color) !important;
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--main-text-color) !important;
}

.radioGroup_lable {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3333333333rem;
  margin-bottom: 0.5555555556rem;
  color: #1c1e44;
}

mat-accordion.custom_panael mat-expansion-panel {
  box-shadow: none !important;
  background: #e4f9f9;
  padding: 20px 0px;
}
mat-accordion.custom_panael mat-expansion-panel.mat-expanded {
  padding-bottom: 0px !important;
}
mat-accordion.custom_panael mat-expansion-panel-header {
  padding: 0 1.1111111111rem;
}
mat-accordion.custom_panael mat-expansion-panel-header:hover {
  background-color: initial !important;
}
mat-accordion.custom_panael mat-expansion-panel-header.mat-expanded svg {
  transform: rotateX(180deg);
}
mat-accordion.custom_panael .mat-expansion-panel-header-title {
  justify-content: space-between !important;
}
mat-accordion.custom_panael .name-with-image .name h6 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
}
mat-accordion.custom_panael .name-with-image .name h5 {
  margin-top: 0.2777777778rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
mat-accordion.custom_panael .mat-expansion-panel-body {
  background-color: #f6fdfd;
  padding: 1.1111111111rem;
}
mat-accordion.custom_panael .mat-expansion-panel-body ul {
  padding-left: 1.1111111111rem;
  list-style: url("../../images/icons/circle_listType.svg") !important;
}
mat-accordion.custom_panael .mat-expansion-panel-body ul li {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
mat-accordion.custom_panael .mat-expansion-panel-body ul li:nth-last-child(1) {
  margin-bottom: 0px;
}

@keyframes anim {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
    transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  }
  100% {
    opacity: 1;
    transform: none;
    transition: all 0.5s cubic-bezier(0.36, -0.64, 0.34, 1.76);
  }
}
.row-view {
  animation: anim 0.5s ease;
  animation-fill-mode: both;
}

table:not(.no-animation) tr {
  transform-origin: top;
  animation: anim 0.2s ease;
}
table:not(.no-animation) tr:nth-child(1) {
  animation: anim 0.2s ease;
}
table:not(.no-animation) tr:nth-child(2) {
  animation: anim 0.4s ease;
}
table:not(.no-animation) tr:nth-child(3) {
  animation: anim 0.6s ease;
}
table:not(.no-animation) tr:nth-child(4) {
  animation: anim 0.8s ease;
}
table:not(.no-animation) tr:nth-child(5) {
  animation: anim 1s ease;
}
table:not(.no-animation) tr:nth-child(6) {
  animation: anim 1.2s ease;
}
table:not(.no-animation) tr:nth-child(7) {
  animation: anim 1.4s ease;
}
table:not(.no-animation) tr:nth-child(8) {
  animation: anim 1.6s ease;
}
table:not(.no-animation) tr:nth-child(9) {
  animation: anim 1.8s ease;
}
table:not(.no-animation) tr:nth-child(10) {
  animation: anim 2s ease;
}
table:not(.no-animation) tr:nth-child(11) {
  animation: anim 2.2s ease;
}
table:not(.no-animation) tr:nth-child(12) {
  animation: anim 2.4s ease;
}
table:not(.no-animation) tr:nth-child(13) {
  animation: anim 2.6s ease;
}
table:not(.no-animation) tr:nth-child(14) {
  animation: anim 2.8s ease;
}
table:not(.no-animation) tr:nth-child(15) {
  animation: anim 3s ease;
}
table:not(.no-animation) tr:nth-child(16) {
  animation: anim 3.2s ease;
}
table:not(.no-animation) tr:nth-child(17) {
  animation: anim 3.4s ease;
}
table:not(.no-animation) tr:nth-child(18) {
  animation: anim 3.6s ease;
}
table:not(.no-animation) tr:nth-child(19) {
  animation: anim 3.8s ease;
}
table:not(.no-animation) tr:nth-child(20) {
  animation: anim 4s ease;
}
table:not(.no-animation) tr:nth-child(21) {
  animation: anim 4.2s ease;
}
table:not(.no-animation) tr:nth-child(22) {
  animation: anim 4.4s ease;
}
table:not(.no-animation) tr:nth-child(23) {
  animation: anim 4.6s ease;
}
table:not(.no-animation) tr:nth-child(24) {
  animation: anim 4.8s ease;
}
table:not(.no-animation) tr:nth-child(25) {
  animation: anim 5s ease;
}
table:not(.no-animation) tr:nth-child(26) {
  animation: anim 5.2s ease;
}
table:not(.no-animation) tr:nth-child(27) {
  animation: anim 5.4s ease;
}
table:not(.no-animation) tr:nth-child(28) {
  animation: anim 5.6s ease;
}
table:not(.no-animation) tr:nth-child(29) {
  animation: anim 5.8s ease;
}
table:not(.no-animation) tr:nth-child(30) {
  animation: anim 6s ease;
}
table:not(.no-animation) tr:nth-child(31) {
  animation: anim 6.2s ease;
}
table:not(.no-animation) tr:nth-child(32) {
  animation: anim 6.4s ease;
}
table:not(.no-animation) tr:nth-child(33) {
  animation: anim 6.6s ease;
}
table:not(.no-animation) tr:nth-child(34) {
  animation: anim 6.8s ease;
}
table:not(.no-animation) tr:nth-child(35) {
  animation: anim 7s ease;
}
table:not(.no-animation) tr:nth-child(36) {
  animation: anim 7.2s ease;
}
table:not(.no-animation) tr:nth-child(37) {
  animation: anim 7.4s ease;
}
table:not(.no-animation) tr:nth-child(38) {
  animation: anim 7.6s ease;
}
table:not(.no-animation) tr:nth-child(39) {
  animation: anim 7.8s ease;
}
table:not(.no-animation) tr:nth-child(40) {
  animation: anim 8s ease;
}

.preloading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  color: #8F151A;
  text-transform: uppercase;
  font-size: 50px;
}

@keyframes dots {
  50% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0);
  }
}
.d {
  animation: dots 1.5s ease-out infinite;
}

.d-2 {
  animation-delay: 0.5s;
}

.d-3 {
  animation-delay: 1s;
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.swing {
  animation: swing ease-in-out 0.2s infinite alternate;
  transform-origin: center -20px;
}

@keyframes slide-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade-down {
  to {
    opacity: 0;
    transform: translateY(-100);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes has-error-anim {
  0% {
    opacity: 0;
    transform: translateY(-30%);
    transition: transform ease 0.4s;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    transition: transform ease 0.4s;
  }
}
.basicLayout .cover_img {
  width: 100%;
  height: 17vw;
  min-height: 7.5rem;
  max-height: 22.7777777778rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.basicLayout > nav,
.basicLayout > section {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 5;
}
.basicLayout > nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 7.5rem;
  min-height: 7.5rem;
}
@media (width < 500px) {
  .basicLayout > nav {
    padding: 0rem 2.7777777778rem;
  }
}
.basicLayout > nav img {
  height: 4.1666666667rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.basicLayout > nav .language_btn {
  padding: 0.5555555556rem;
  cursor: pointer;
  color: #fff;
}
.basicLayout > section {
  width: 100;
  display: flex;
  justify-content: center;
  padding-bottom: 3.3333333333rem;
}
.basicLayout > section > .content {
  background-color: #fff;
  border-radius: 0.8333333333rem;
  padding: 0px 1.6666666667rem;
  width: 29.4444444444rem;
  max-width: 90%;
  position: relative;
  top: 0px;
  box-shadow: 0px 0.1666666667rem 1.6666666667rem rgba(0, 0, 0, 0.12);
}
@media (width <= 530px) {
  .basicLayout > section > .content {
    min-width: 90%;
  }
}
@media (width < 650px) {
  .basicLayout > section > .content {
    margin-top: 2.7777777778rem;
  }
}
.basicLayout > footer {
  z-index: 6;
  left: 0px;
  bottom: 0px;
  background-color: #f4f4f6;
  padding: 1.6666666667rem;
  width: 100%;
}

form mat-form-field {
  width: 100%;
}
form mat-form-field .mdc-text-field {
  background-color: #f2f2f2 !important;
}
form mat-form-field .mdc-text-field label {
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #808080 !important;
  font-family: "Alexandria", sans-serif !important;
}
form mat-form-field .mdc-text-field .mat-mdc-form-field-input-control {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
form mat-form-field .mdc-text-field .mdc-line-ripple::after,
form mat-form-field .mdc-text-field .mdc-line-ripple::before {
  border-bottom-color: #cccccc !important;
  border-bottom-width: 2px !important;
}
form mat-form-field .mdc-text-field.mdc-text-field--focused .mdc-line-ripple::after,
form mat-form-field .mdc-text-field.mdc-text-field--focused .mdc-line-ripple::before {
  border-bottom-color: var(--dark-secondary-color) !important;
}
form mat-form-field .mdc-text-field .mat-mdc-form-field-focus-overlay {
  opacity: 0 !important;
}
form mat-form-field .mdc-text-field .mat-mdc-select .mat-mdc-select-min-line {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
form mat-form-field .mdc-text-field .mat-mdc-select .mat-mdc-select-trigger svg {
  fill: #999aab !important;
}
form mat-form-field.english-form-field {
  direction: ltr;
  text-align: left !important;
}
form mat-form-field.arabic-form-field {
  direction: rtl;
  text-align: right !important;
}
form mat-form-field.phoneNumberleft {
  direction: rtl;
}
form mat-form-field.phoneNumberleft input {
  direction: ltr;
  text-align: left;
  line-height: 0.9444444444rem;
  font-size: 1rem;
}
form mat-form-field.phoneNumberleft .mat-form-field-suffix {
  padding: 0;
  direction: ltr;
  padding-right: 0.5555555556rem;
}
form mat-form-field.phoneNumberleft .mat-form-field-suffix span {
  color: #6b6d85;
  font-size: 1rem;
}
@media (width > 1921px) {
  form mat-form-field.phoneNumberleft .mat-form-field-suffix span {
    font-size: 0.7777777778rem;
  }
}
form mat-form-field.phoneNumberleft .mat-form-field-suffix span b {
  font-weight: 500;
  color: #1c1e44;
  padding-left: 0.1666666667rem;
}
form mat-form-field.phoneNumberleft .mat-form-field-suffix img {
  height: 1rem;
  max-height: 1rem;
}
form mat-form-field.social_input .mat-form-field-flex {
  align-items: start;
}
form mat-form-field.social_input .mat-form-field-flex img {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
}
form .image-uploader:not(.full-width) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
form .image-uploader.full-width .upload-container {
  margin: 0 0 0.5555555556rem;
}
form .image-uploader.full-width .upload-container > label {
  display: block;
  margin: 0;
}
form .image-uploader.full-width .upload-container > label .image-preview {
  width: 100%;
  height: 15.5555555556rem;
  max-height: none;
  background-color: #f6f7fa;
  border: 1px solid #ebecef;
  border-radius: 0.5555555556rem;
}
form .image-uploader.full-width .upload-btn {
  font-size: 0.7777777778rem;
  line-height: 1.1666666667rem;
  margin: 0.2777777778rem 0 0;
  font-weight: 700;
  color: #fd7e14;
  cursor: pointer;
  text-transform: uppercase;
}
form .image-uploader > div label {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0 0 0.1666666667rem;
  position: relative;
}
form .image-uploader > div p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
}
form .image-uploader > div a {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.6666666667rem !important;
  color: #3eb6b6 !important;
  font-family: "Alexandria", sans-serif !important;
}
form .upload-container {
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-right: 0.9444444444rem;
}
form .upload-container > label {
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
form .upload-container .image-preview {
  display: flex;
  width: 4.4444444444rem;
  height: 4.4444444444rem;
  max-height: 4.4444444444rem;
  background-color: #f6f7fa;
  overflow: hidden;
  border: 0.1111111111rem solid #ebecef;
  border-radius: 0.5555555556rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../images/icons/picture-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2222222222rem;
}
form .upload-container .image-preview.photo {
  width: 5.5555555556rem;
  height: 5.5555555556rem;
  max-height: 5.5555555556rem;
  background-image: url(../../images/icons/camera-fill.svg);
  background-size: 1.3611111111rem;
  border-radius: 50%;
  border-color: #eeeff2;
  background-size: 50%;
}
form .upload-container .image-preview.camera-fill {
  background-image: url(../../images/icons/camera-fill.svg);
  background-size: 2.7777777778rem;
}
form .upload-container .image-preview.has-value {
  background-image: none;
}
form .upload-container .image-preview img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
form .upload-container .image-preview > div {
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .upload-container .image-preview > div svg {
  max-width: 100%;
  max-height: 100%;
}
form .upload-container .image-preview.no-border {
  border-radius: 0.5555555556rem;
}
form .upload-container .image-preview.border-20 {
  border-radius: 1.1111111111rem;
}
form .upload-container .image-preview.banner {
  width: 23.3333333333rem;
  height: 8.3333333333rem;
  max-height: 8.3333333333rem;
  background-image: url(../../images/icons/camera-fill.svg);
  background-size: 1.3611111111rem;
  border-radius: 0.5555555556rem;
  border-color: #eeeff2;
}
form .upload-container .image-preview.grey-bg {
  background-color: #e5e6e9;
  border-color: #e5e6e9;
}
form .upload-container input[type=file] {
  opacity: 1;
  visibility: hidden;
  display: none;
}
form div.title {
  font-weight: 600 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}

.mat-form-field-suffix .matSuffix {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}

.ng-select-field {
  padding-bottom: 1.5em;
  position: relative;
}
.ng-select-field .ng-select {
  box-shadow: 0 1px 0 #ccc;
}
.ng-select-field .ng-select:hover {
  box-shadow: 0 2px 0 var(--dark-secondary-color);
}
.ng-select-field .ng-select .ng-select-container {
  border: none !important;
  min-height: 3.8888888889rem !important;
  background-color: #f2f2f2 !important;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}
.ng-select-field .ng-select .ng-select-container .ng-value-container {
  height: auto;
  max-height: 90%;
}
.ng-select-field .ng-select:not(.ng-select-multiple) .ng-select-container {
  height: 3.8888888889rem !important;
}
.ng-select-field .ng-select:not(.ng-select-multiple) .ng-select-container .ng-value-container {
  flex-direction: column;
  align-items: flex-start !important;
}
.ng-select-field .ng-select:not(.ng-select-multiple) .ng-select-container.ng-has-value .ng-select-container .ng-value-container {
  height: 90%;
}
.ng-select-field .ng-select:not(.ng-select-multiple) .ng-select-container.ng-has-value .ng-placeholder {
  transform: translateY(0.2em) !important;
  font-size: 75%;
  display: block;
}
.ng-select-field .ng-select:not(.ng-select-multiple).ng-select-opened .ng-select-container .ng-value-container {
  height: 90%;
}
.ng-select-field .ng-select:not(.ng-select-multiple).ng-select-opened .ng-placeholder {
  transform: translateY(0.2em) !important;
  font-size: 75%;
  display: block;
}
.ng-select-field .ng-select:not(.ng-select-multiple).ng-invalid {
  box-shadow: 0 2px 0 #f44336;
}
.ng-select-field .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  position: static;
}
.ng-select-field .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  transform: none;
}
.ng-select-field .has-error {
  position: absolute;
  width: 100%;
  padding: 0 1em;
  margin-bottom: 0;
  bottom: 0;
}
.ng-select-field .ng-input {
  transform: translateY(85%);
}

.mat-form-field-label {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

.input-group .input-group-prepend button {
  border: 1px solid #e6e6e6;
}
.input-group .input-group-prepend .input-group-text {
  background-color: #f2f2f2 !important;
}
.input-group .input-group-prepend .input-group-text img {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
}
.input-group input {
  background-color: #f2f2f2 !important;
  border-left: 0 !important;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  height: 2.7777777778rem;
  border-color: #e6e6e6 !important;
}
.input-group input:focus, .input-group input:active, .input-group input:hover {
  border-color: #e6e6e6 !important;
}

.form-page {
  width: 75%;
}
@media (max-width: 767px) {
  .form-page {
    width: 100%;
  }
}
.form-page .head-actions {
  flex-flow: wrap;
  gap: 0.5555555556rem;
}
@media (max-width: 767px) {
  .form-page .head-actions .row-btns {
    display: block !important;
  }
  .form-page .head-actions .row-btns button {
    margin: 0.5555555556rem 0 !important;
  }
}

.with-suffix-padding .mat-form-field-suffix {
  top: -0.5555555556rem;
}

.phoneNumberleft input {
  width: calc(100% - 100px);
  margin-left: 100px;
}
.phoneNumberleft .mat-form-field-label {
  left: 100px !important;
}
.phoneNumberleft .mat-form-field-suffix {
  background: #e8e9ec;
  height: calc(100% - 1.34375em);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 0.5555555556rem !important;
}
.phoneNumberleft .mat-form-field-suffix .mat-select {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: baseline;
  height: 100%;
}
.phoneNumberleft .mat-form-field-suffix .mat-select .mat-select-arrow-wrapper {
  transform: none !important;
}

.mat-option .mat-option-text img.flag {
  width: 1.1111111111rem !important;
  height: 0.8333333333rem !important;
}

.dropdown-container {
  position: relative;
}
.dropdown-container .dropdown-toggler {
  cursor: pointer;
}
.dropdown-container .dropdown-toggler:not(.not-after)::after {
  display: inline-block;
  content: "";
  width: 0.6666666667rem;
  height: 0.3888888889rem;
  margin-bottom: 0.5555555556rem;
  margin-top: 0.5555555556rem;
  margin-left: 0.2777777778rem;
  background-image: url(../../images/icons/arrow-down.svg);
  background-size: 0.6666666667rem;
  background-position: center;
  background-repeat: no-repeat;
}
.dropdown-container .dropdown-inner-menu {
  position: absolute;
  top: 100%;
  right: -3.5555555556rem;
  min-width: 13.3333333333rem;
  max-width: 100%;
  border-radius: 0.5555555556rem;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  margin-top: 0.5555555556rem;
  box-shadow: 0 0 0.3333333333rem rgba(0, 0, 0, 0.2);
  transition: all ease 0.2s;
  z-index: 100;
}
.dropdown-container .dropdown-inner-menu::before {
  position: absolute;
  top: -0.5rem;
  right: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5555555556rem solid transparent;
  border-right: 0.5555555556rem solid transparent;
  border-bottom: 0.5555555556rem solid #eeeeee;
  transform: translateX(50%);
}
.dropdown-container.active .dropdown-inner-menu {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 0.5555555556rem) !important;
}
.dropdown-container.active .dropdown-toggler {
  cursor: pointer;
}
.dropdown-container.active .dropdown-toggler:not(.not-after)::after {
  transform: rotate(-180deg);
}

.custom-dropdown-menu li {
  padding: 2px;
  font-size: 1rem;
}
.custom-dropdown-menu li a {
  display: flex;
  padding: 1.1111111111rem;
  text-decoration: none;
  font-weight: 600 !important;
  font-size: 0.8333333333rem !important;
  line-height: 1.2777777778rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.custom-dropdown-menu li a svg,
.custom-dropdown-menu li a path {
  margin-right: 0.6666666667rem;
  fill: #b3b3b3;
}
.custom-dropdown-menu li a:hover {
  background-color: #f4f4f6;
  color: var(--secondry-color) !important;
}
.custom-dropdown-menu li a:hover svg,
.custom-dropdown-menu li a:hover path {
  fill: var(--dark-secondary-color) !important;
}
.custom-dropdown-menu::before {
  position: absolute;
  top: -0.5555555556rem;
  left: 87px;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5555555556rem solid transparent;
  border-right: 0.5555555556rem solid transparent;
  border-bottom: 0.5555555556rem solid #fff;
}
@media (max-width: 767px) {
  .custom-dropdown-menu {
    min-width: 11.9444444444rem;
  }
  .custom-dropdown-menu::before {
    right: 8px;
    left: auto;
  }
}

.home_page section.info_banners {
  padding: 4.4444444444rem 7.5rem;
}
@media (width < 768px) {
  .home_page section.info_banners {
    padding: 2.2222222222rem 1.1111111111rem;
  }
}
.home_page section.info_banners .user_info {
  position: relative;
  top: 0px;
  width: 100%;
  height: 11.1111111111rem;
  margin-bottom: 1.6666666667rem;
  box-shadow: 0px 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
  padding: 0.5555555556rem 3.6111111111rem;
  display: flex;
  align-items: center;
  border-radius: 0.5555555556rem;
  overflow: hidden;
}
.home_page section.info_banners .user_info svg.bg_right {
  position: absolute;
  width: 7.3333333333rem;
  height: 11.1111111111rem;
  left: 0;
  top: 0;
  z-index: 11;
  fill: rgb(var(--main-color));
  transform: rotateY(180deg);
}
.home_page section.info_banners .user_info::after {
  content: "";
  position: absolute;
  background-image: url(../../images/covers/user_card_left.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.1111111111rem;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 11;
}
.home_page section.info_banners .user_info .user_img {
  width: 5.5555555556rem;
  height: 5.5555555556rem;
  min-width: 5.5555555556rem;
  min-height: 5.5555555556rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.home_page section.info_banners .user_info .user_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_page section.info_banners .user_info .user_name {
  margin-left: 1.1111111111rem;
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.9444444444rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.home_page section.info_banners .user_info .user_name span.welcome {
  font-weight: 400;
  color: #6b6d85;
  margin-right: 0.5555555556rem;
}
.home_page section.info_banners .user_info .user_name .profile_link {
  margin-top: 1.6666666667rem;
}
.home_page section.info_banners .user_info .user_name .profile_link a {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
}
.home_page section.info_banners .user_info .user_name .profile_link svg {
  height: 0.6666666667rem;
  margin-left: 0.5555555556rem;
  fill: rgb(var(--main-color));
  transform: rotateY(180deg);
}
.home_page section.info_banners .banners .carousel-item {
  height: 100% !important;
  width: 100%;
  border-radius: 0.5555555556rem;
  max-height: 31.6666666667rem !important;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_page section.info_banners .banners .carousel-item img {
  height: 100%;
  width: 100%;
  max-height: 31.6666666667rem !important;
  border-radius: 0.5555555556rem;
}
.home_page section.info_banners .banners .owl-theme .owl-dots .owl-dot span {
  margin: 0px !important;
}
.home_page section.info_banners .banners .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5555555556rem 2.2222222222rem;
  border-radius: 1.6666666667rem;
  border: solid 0.0555555556rem #e8e9ec;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 50%);
}
.home_page section.info_banners .banners .owl-dots .owl-dot {
  margin: 0px 0.2222222222rem;
}
.home_page section.info_banners .banners .owl-dots .owl-dot span {
  background-color: #dddde3;
  width: 0.3333333333rem;
  height: 0.3333333333rem;
}
.home_page section.info_banners .banners .owl-dots .owl-dot.active {
  border: solid 0.0555555556rem rgb(var(--main-color));
  border-radius: 50%;
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_page section.info_banners .banners .owl-dots .owl-dot.active span {
  background-color: rgb(var(--main-color));
  margin: 0px;
}
.home_page section.most_ordered {
  padding: 4.4444444444rem 7.5rem;
  overflow: hidden;
}
@media (width < 768px) {
  .home_page section.most_ordered {
    padding: 2.7777777778rem 1.1111111111rem;
  }
}
.home_page section.most_ordered .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.1111111111rem;
}
.home_page section.most_ordered .header .title {
  display: flex;
  align-items: flex-end;
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.home_page section.most_ordered .header .title .icon {
  margin-right: 0.5555555556rem;
  height: 1.6666666667rem;
  max-height: 1.6666666667rem;
  display: block;
  overflow: hidden;
}
.home_page section.most_ordered .header .title .icon img {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.home_page section.most_ordered .header .more_link {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
  text-decoration: underline;
  cursor: pointer;
}
.home_page section.most_ordered .header .more_link svg {
  fill: rgb(var(--main-color));
  margin-left: 0.5555555556rem;
  height: 0.6666666667rem;
  transform: rotateY(180deg);
}
.home_page section.most_ordered .slider-container {
  margin: 0 -1rem;
}
.home_page section.most_ordered .owl-prev,
.home_page section.most_ordered .owl-next {
  margin: 0;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%) rotateY(180deg);
  box-shadow: 0px 0.1666666667rem 0.3333333333rem rgba(28, 30, 68, 0.16);
  transform: translate(-50%, -50%);
}
.home_page section.most_ordered .owl-prev:hover,
.home_page section.most_ordered .owl-next:hover {
  background-color: #fff !important;
}
.home_page section.most_ordered .owl-nav {
  position: static;
  margin: 0;
  top: 0;
  width: 100%;
  max-width: inherit;
  display: flex;
  justify-content: space-between;
}
.home_page section.most_ordered .owl-prev {
  left: 0;
}
.home_page section.most_ordered .owl-prev:after {
  content: url(../../images/icons/arrow_left.svg);
}
.home_page section.most_ordered .owl-next {
  left: 100%;
}
.home_page section.most_ordered .owl-next:after {
  content: url(../../images/icons/arrow_right.svg);
}
.home_page section.most_ordered .owl-theme .owl-nav {
  text-align: unset !important;
}
.home_page section.most_ordered owl-carousel-o {
  max-width: 100% !important;
}

.main_card {
  border-radius: 0.5555555556rem;
  box-shadow: 0rem 0.2222222222rem 0.4444444444rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 1.3888888889rem;
  position: relative;
  top: 0px;
  min-height: 18.3333333333rem;
  cursor: pointer;
}
.main_card .cover_img {
  height: 11.1111111111rem;
  max-height: 11.1111111111rem;
  min-height: 11.1111111111rem;
  width: 100%;
  overflow: hidden;
}
.main_card .cover_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_card .offer_type {
  background-color: rgb(var(--main-color));
  padding: 0.3333333333rem 0.6666666667rem;
  padding-right: 1.1111111111rem;
  position: absolute;
  top: 1.1111111111rem;
  left: 0px;
  border-top-right-radius: 1.3333333333rem;
  border-bottom-right-radius: 1.3333333333rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: var(--main-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.main_card .offer_type svg {
  fill: var(--main-text-color);
  margin-right: 0.1111111111rem;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  max-width: 1.1111111111rem;
  max-height: 1.1111111111rem;
}
.main_card .offer_status {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  max-width: 50%;
  position: absolute;
  top: 1.1111111111rem;
  right: 1.1111111111rem;
  gap: 0.5555555556rem;
}
.main_card .offer_status .favorite svg {
  height: 1.6666666667rem;
}
.main_card .offer_status .rate {
  height: 1.6666666667rem;
  padding: 0rem 0.5555555556rem;
  border-radius: 1.6666666667rem;
  box-shadow: inset 0px 0.1111111111rem 0.2222222222rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  font-weight: 500 !important;
  font-size: 0.7222222222rem !important;
  line-height: 0.8888888889rem !important;
  color: #555673 !important;
  font-family: "Alexandria", sans-serif !important;
  display: flex;
  align-items: center;
}
.main_card .offer_status .rate img {
  height: 0.8888888889rem;
  margin-left: 0.3333333333rem;
}
.main_card .with_distance {
  position: absolute;
  top: 1.1111111111rem;
  right: 0rem;
  display: flex;
}
.main_card .with_distance .distance {
  background-color: #fff;
  border-top-left-radius: 1.1111111111rem;
  border-bottom-left-radius: 1.1111111111rem;
  box-shadow: 0px 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  height: 1.6666666667rem;
  overflow: hidden;
  margin-left: 0.5555555556rem;
}
.main_card .with_distance .distance .text {
  background-color: #f4f4f6;
  padding: 0.2222222222rem 0.5555555556rem;
  text-align: center;
  font-weight: 500 !important;
  font-size: 0.4444444444rem !important;
  line-height: 0.5833333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  height: 100%;
  margin: auto 0px;
  width: 2.2222222222rem;
}
.main_card .with_distance .distance .value {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 0.2777777778rem 0.5555555556rem;
  text-align: center;
  height: 100%;
  margin: auto 0px;
}
.main_card .with_distance .rate {
  height: 1.6666666667rem;
  padding: 0rem 0.5555555556rem;
  border-radius: 1.6666666667rem;
  box-shadow: inset 0px 0.1111111111rem 0.2222222222rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  font-weight: 500 !important;
  font-size: 0.7222222222rem !important;
  line-height: 0.8888888889rem !important;
  color: #555673 !important;
  font-family: "Alexandria", sans-serif !important;
  display: flex;
  align-items: center;
}
.main_card .with_distance .rate img {
  height: 0.8888888889rem;
  margin-left: 0.3333333333rem;
}
.main_card .content {
  padding: 0.6111111111rem 1.3888888889rem 2.2222222222rem 1.3888888889rem;
}
.main_card .content .title {
  display: flex;
}
.main_card .content .title .vendor_img {
  position: relative;
  bottom: 2.2222222222rem;
  width: 3.8888888889rem;
  height: 3.8888888889rem;
  border-radius: 0.2222222222rem;
  background-color: #fff;
  box-shadow: 0rem 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.main_card .content .title .vendor_img img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_card .content .title .vendor_img span {
  text-decoration: none !important;
}
.main_card .content .title h4 {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #555673 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.5555555556rem;
}
.main_card .content .title p {
  font-size: 0.6111111111rem;
  padding-left: 1.1111111111rem;
  float: right;
  white-space: nowrap;
}
.main_card .content .desc {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.2777777778rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  text-overflow: ellipsis;
  white-space: wrap;
  display: block;
  overflow: hidden;
  height: 2.6111111111rem;
}

.custom_bg {
  background: rgba(var(--main-color), 0.02) !important;
}

.category_item {
  height: 15rem;
  max-height: 15rem;
  position: relative;
  top: 0px;
  border-radius: 0.8888888889rem;
  overflow: hidden;
  cursor: pointer;
}
.category_item img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  z-index: 1;
}
.category_item .content {
  z-index: 3;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 1.1111111111rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.category_item .content .title {
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.9444444444rem !important;
  color: #fff !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: break-word;
}

.cover_details img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover_details .data {
  padding: 2.2222222222rem 1.6666666667rem;
  text-align: center;
}
.cover_details .data .title {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.9444444444rem;
  word-wrap: break-word;
}
.cover_details .data .desc {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 2.2222222222rem;
  word-wrap: break-word;
}
.cover_details .data button {
  background-color: rgba(var(--main-color), 0.1);
  color: rgb(var(--main-color));
}

app-most-popular-vendors .vendor_logo_banner {
  width: 100%;
  height: 13.8888888889rem;
  border-radius: 0.5555555556rem;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer !important;
}
app-most-popular-vendors .vendor_logo_banner img {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.location_not_allowed {
  padding: 1.1111111111rem 0.5555555556rem;
  text-align: center;
}
.location_not_allowed p {
  font-size: 0.8888888889rem;
  padding-bottom: 1.1111111111rem;
}

.placeholder {
  min-height: 16.6666666667rem;
}

.user_points {
  position: relative;
  width: 100%;
  margin-bottom: 1.6666666667rem;
  box-shadow: 0px 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5555555556rem;
  overflow: hidden;
  background: rgb(var(--main-color));
  padding: 2.2222222222rem 3.3333333333rem 2rem 2.7777777778rem;
}
.user_points svg.bg_fill {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  transform: rotateY(180deg);
}
.user_points .points_coins {
  display: flex;
  align-items: center;
  margin-bottom: 1.3888888889rem;
}
.user_points .points_coins > img {
  width: 3.8888888889rem;
  -o-object-fit: fill;
     object-fit: fill;
  margin-right: 2.5rem;
}
.user_points .points_coins .points p {
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: var(--main-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.user_points .points_coins .points h3 {
  margin: 0px !important;
  font-weight: 800 !important;
  font-size: 2.0555555556rem !important;
  line-height: 2.3888888889rem !important;
  color: var(--main-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.user_points .points_coins .points h3 span {
  font-size: 1.4444444444rem;
  font-weight: 500;
}
.user_points .btns {
  max-width: 100%;
  display: flex;
  position: relative;
}
@media (width < 768px) {
  .user_points .btns {
    flex-wrap: wrap;
  }
  .user_points .btns button.light {
    margin-right: 0px !important;
  }
}
.user_points .btns button {
  border-radius: 1.3888888889rem !important;
  height: 2.6666666667rem;
  width: 100%;
  text-align: center;
  margin-bottom: 0.8333333333rem;
}
.user_points .btns button.light {
  color: rgb(var(--main-color)) !important;
  background-color: #fff !important;
  margin-right: 1.1111111111rem;
}
.user_points .btns button.layer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: var(--main-text-color) !important;
}
.user_points .wallet_link {
  margin-top: 2.7777777778rem;
  position: relative;
}
.user_points .wallet_link a {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: var(--main-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.user_points .wallet_link svg {
  height: 0.6666666667rem;
  margin-left: 0.5555555556rem;
  fill: var(--main-text-color);
  transform: rotateY(180deg);
}

.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: rgb(var(--main-color)) !important;
}

.page-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.0555555556rem;
  justify-content: space-between;
}
.page-filters .sort-item {
  display: flex;
  align-items: center;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
}
.page-filters .sort-item .count-page {
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  font-weight: 500;
  color: #38455d;
  white-space: nowrap;
  margin-right: 1.3888888889rem;
}
.page-filters .sort-item .count-page span {
  font-weight: 700;
}
.page-filters .sort-item .sort-selection {
  border: solid 0.0555555556rem #dddddd;
  border-radius: 0.8333333333rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-filters .sort-item .sort-selection label {
  font-weight: 500 !important;
  font-size: 0.8333333333rem !important;
  line-height: 1.6666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  padding-left: 0.5555555556rem;
  margin: 0;
  white-space: nowrap;
}
.page-filters .sort-item .sort-selection .form-control {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.6666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: transparent;
  border: none !important;
  padding-left: 0px;
}
.page-filters .sort-item .sort-selection .form-control.white-bg {
  background-color: #fff;
  border-color: #dddddd;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
  font-weight: 600;
}
.page-filters .sort-item .form-control,
.page-filters .sort-item .dropdown-custom,
.page-filters .filters-container .form-control,
.page-filters .filters-container .dropdown-custom {
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0.5555555556rem;
  font-weight: 600;
  border: 0.0555555556rem solid #afb5be;
  height: 3.0555555556rem;
}
.page-filters .sort-item .form-control.active svg,
.page-filters .sort-item .dropdown-custom.active svg,
.page-filters .filters-container .form-control.active svg,
.page-filters .filters-container .dropdown-custom.active svg {
  transform: rotate(180deg);
}
.page-filters .create-item {
  margin-left: 1.3888888889rem;
  height: -moz-max-content;
  height: max-content;
}
.page-filters .dropdown-custom {
  display: flex;
  align-items: center;
  margin-left: 0.8333333333rem;
}
.page-filters .dropdown-custom span {
  margin-left: 0.1111111111rem;
  margin-right: 0.4444444444rem;
}
.page-filters .dropdown-custom img {
  padding-right: 0.2777777778rem;
  width: 25%;
}
.page-filters .filters-container {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
}
.page-filters .filters-container .mat-raised-button .material-icons {
  font-size: 18px;
  width: 1.3888888889rem;
  height: 1.2222222222rem;
}
.page-filters .filter-section {
  padding: 1.1111111111rem 1.8888888889rem;
  padding-top: 2.2222222222rem;
  background-color: #fff;
  flex: 100% 0 0;
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5555555556rem;
  margin-top: 1.1111111111rem;
}
.page-filters .filter-section .title {
  font-size: 0.8888888889rem;
  line-height: 1.3888888889rem;
  margin: 0 0 1.6666666667rem;
  font-weight: 600;
}
.page-filters .filter-section .group-title {
  font-size: 0.8888888889rem;
  line-height: 1.0555555556rem;
  font-weight: 700;
  margin: 0 0 0.8333333333rem;
}
.page-filters .filter-section .no-validation {
  display: block;
  line-height: 1.5555555556rem;
}
.page-filters .filter-section .clear-date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.3em;
}
.page-filters .filter-section mat-slide-toggle .mat-slide-toggle-label {
  justify-content: unset;
}
.page-filters .filter-section .mat-tree {
  height: 9.4444444444rem;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: auto;
}
.page-filters .optional-field {
  padding-right: 4.4444444444rem;
}
.page-filters .search-input {
  display: flex;
  margin: 0 0.2777777778rem;
  align-items: center;
}
.page-filters .search-input button {
  color: #808080;
}
.page-filters .search-input img {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
}
.page-filters .search-input img.closesvg {
  width: 0.8333333333rem;
}
.page-filters .search-input input {
  background: none;
  border: 0;
  border-bottom: 1px solid #8e8fa2;
}
.page-filters .search-input input:focus-visible {
  outline: none;
}
.page-filters .search-input.with-input-group .input-group .input-group-prepend button {
  border: none;
}
.page-filters .search-input.with-input-group .input-group input {
  border: none !important;
  width: 25vw;
  border-top-right-radius: 0.3333333333rem;
  border-bottom-right-radius: 0.3333333333rem;
}
.page-filters .btn-container {
  display: flex;
  align-items: center;
  padding-top: 1.1111111111rem;
  margin-top: 1.1111111111rem;
  border-top: 1px solid #ebebeb;
}
.page-filters .btn-container button + button {
  margin-left: 1.1111111111rem;
}

#option_row {
  text-align: left !important;
  width: 2.7777777778rem !important;
  padding: 1.1111111111rem;
  font-size: 1rem !important;
  border-radius: 10px;
  line-height: 1.3888888889rem !important;
}

.page_header {
  padding: 2.1111111111rem 7.5rem;
  background-color: #f4f4f6;
}
@media (width < 768px) {
  .page_header {
    padding: 1.1111111111rem 2.2222222222rem;
  }
}
.page_header .title {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.filter_main_category {
  padding: 0rem 7.5rem;
  background-color: #efeff2;
  height: 4.2222222222rem;
  position: relative;
  top: 0px;
}
@media (width < 768px) {
  .filter_main_category {
    padding: 0rem 2.2222222222rem;
  }
}
.filter_main_category .scroll_btn {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  border-radius: 1.3888888889rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(142, 143, 162, 0.1);
  transform: rotateY(180deg);
}
@media (width < 768px) {
  .filter_main_category .scroll_btn {
    background-color: #efeff2;
    box-shadow: 0rem 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
  }
}
.filter_main_category .scroll_btn img {
  height: 0.6666666667rem;
}
.filter_main_category .next_btn {
  position: absolute;
  top: 1rem;
  right: 2.7777777778rem;
}
@media (width < 768px) {
  .filter_main_category .next_btn {
    right: 0.5555555556rem;
    z-index: 1;
  }
}
.filter_main_category .prev_btn {
  position: absolute;
  top: 1rem;
  left: 2.7777777778rem;
}
@media (width < 768px) {
  .filter_main_category .prev_btn {
    left: 0.5555555556rem;
  }
}
.filter_main_category .caregory_main_card {
  padding: 0.5555555556rem 0.8333333333rem;
  background-color: #efeff2;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  cursor: pointer !important;
}
.filter_main_category .caregory_main_card img {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  max-width: 2.2222222222rem !important;
  border-radius: 0.2222222222rem;
  margin-right: 0.5555555556rem;
  background-color: #fff !important;
}
.filter_main_category .caregory_main_card .text {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.8333333333rem;
  white-space: nowrap;
}
.filter_main_category .caregory_main_card span.number {
  padding: 0.1111111111rem 0.3888888889rem;
  border-radius: 1.6666666667rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
  background-color: #dddde3;
  white-space: nowrap;
  height: 1.2222222222rem;
  min-width: 1.2222222222rem;
}
.filter_main_category #MainCategory {
  scroll-behavior: smooth;
  overflow: scroll;
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  height: 100%;
}
.filter_main_category #MainCategory::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}
.filter_main_category #MainCategory.mat-selection-list.selection-btns {
  flex-wrap: nowrap;
  padding: 0rem;
  justify-content: flex-start;
}
.filter_main_category #MainCategory.mat-selection-list.selection-btns .mat-list-item {
  background-color: transparent;
  border-radius: 0px;
  overflow: initial;
  height: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.filter_main_category #MainCategory.mat-selection-list.selection-btns .mat-list-item[aria-selected=true] {
  background-color: rgb(var(--main-color));
  display: flex;
}
.filter_main_category #MainCategory.mat-selection-list.selection-btns .mat-list-item[aria-selected=true] .caregory_main_card {
  background-color: rgb(var(--main-color));
}
.filter_main_category #MainCategory.mat-selection-list.selection-btns .mat-list-item[aria-selected=true] .caregory_main_card .text {
  color: var(--main-text-color) !important;
}

.filter_sub_category {
  padding: 0rem 7.5rem;
  background-color: #e8e9ec;
  height: 4.2222222222rem;
  position: relative;
  top: 0px;
}
@media (width < 768px) {
  .filter_sub_category {
    padding: 0rem 3.8888888889rem;
  }
}
.filter_sub_category .scroll_btn {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  border-radius: 1.3888888889rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(142, 143, 162, 0.1);
  transform: rotateY(180deg);
}
@media (width < 768px) {
  .filter_sub_category .scroll_btn {
    background-color: #efeff2;
    box-shadow: 0rem 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
  }
}
.filter_sub_category .scroll_btn img {
  height: 0.6666666667rem;
}
.filter_sub_category .next_btn {
  position: absolute;
  top: 1rem;
  right: 2.7777777778rem;
}
@media (width < 768px) {
  .filter_sub_category .next_btn {
    right: 0.5555555556rem;
    z-index: 1;
  }
}
.filter_sub_category .prev_btn {
  position: absolute;
  top: 1rem;
  left: 2.7777777778rem;
}
@media (width < 768px) {
  .filter_sub_category .prev_btn {
    left: 0.5555555556rem;
  }
}
.filter_sub_category .caregory_sub_card {
  height: 100%;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  cursor: pointer !important;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  white-space: nowrap;
  padding: 0.3888888889rem 0.7777777778rem !important;
  border-radius: 1.1111111111rem;
  min-height: 1.9444444444rem;
}
.filter_sub_category #SubCategory {
  scroll-behavior: smooth;
  overflow: scroll;
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  height: 100%;
}
.filter_sub_category #SubCategory::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}
.filter_sub_category #SubCategory.mat-selection-list.selection-btns {
  flex-wrap: nowrap;
  justify-content: center;
}
.filter_sub_category #SubCategory.mat-selection-list.selection-btns .mat-list-item {
  background-color: transparent;
  border-radius: 0px;
  overflow: initial;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.filter_sub_category #SubCategory.mat-selection-list.selection-btns .mat-list-item[aria-selected=true] .caregory_sub_card {
  color: rgb(var(--main-color)) !important;
  background-color: rgba(var(--main-color), 0.03) !important;
}
.filter_sub_category #SubCategory .mat-list-item-content {
  padding: 0px !important;
}

.Uper_page {
  padding: 2.7777777778rem 7.5rem;
}
@media (width < 800px) {
  .Uper_page {
    padding: 1.1111111111rem 2.2222222222rem;
  }
}

.offerDetails .offer_header {
  background-color: #f4f4f6;
  max-width: 100%;
}
.offerDetails .offer_header .cover_img {
  max-height: 15.8333333333rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.offerDetails .offer_header .content {
  display: flex;
  padding: 1.1111111111rem 1.6666666667rem;
  background-color: #f4f4f6;
  position: relative;
}
.offerDetails .offer_header .content .vendor_img {
  width: 5rem;
  height: 5rem;
  border-radius: 0.2222222222rem;
  border: solid 0.0555555556rem #f4f4f6;
  position: absolute;
  top: -1.6666666667rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.offerDetails .offer_header .content .vendor_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offerDetails .offer_header .content h5 {
  font-weight: 600 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 6.3888888889rem;
}
.offerDetails .offer_info {
  padding: 1.6666666667rem;
  padding-bottom: 0rem;
  background-color: #fff;
}
.offerDetails .offer_info .offer_type {
  background-color: rgb(var(--main-color));
  color: var(--main-text-color);
  border-radius: 1.3333333333rem;
  padding: 0.3333333333rem 0.6666666667rem;
  text-align: center;
  font-size: 0.7777777778rem;
  font-weight: 500;
  height: 1.7777777778rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 1.3888888889rem;
}
.offerDetails .offer_info .offer_type svg {
  fill: var(--main-text-color) !important;
  height: 0.7777777778rem;
  width: 0.7777777778rem;
  margin-right: 0.2777777778rem;
}
.offerDetails .offer_info .offer_type span {
  padding-left: 0.2777777778rem;
}
.offerDetails .offer_info .title {
  margin-bottom: 1.1111111111rem;
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.9444444444rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.offerDetails .offer_info .hint {
  margin-bottom: 1.3888888889rem;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3888888889rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.offerDetails .offer_info .offer_rate {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #fafbfb;
  border-radius: 0.2222222222rem;
  padding: 1.1111111111rem;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.1111111111rem;
  margin-bottom: 1.6666666667rem;
}
.offerDetails .offer_info .offer_rate .num {
  color: #1c1e44;
  margin-right: 0.4444444444rem;
}
.offerDetails .offer_info .offer_rate ngx-stars {
  margin-right: 0.4444444444rem;
}
.offerDetails .offer_info .offer_rate .text {
  color: #8e8fa2;
}
.offerDetails .offer_info .date {
  padding: 1.1111111111rem;
  border: dashed 0.0555555556rem #c6c7d0;
  border-radius: 0.2222222222rem;
  margin-bottom: 1.6666666667rem;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.offerDetails .offer_info .date span {
  margin-left: 0.8888888889rem;
  color: #1c1e44;
}
.offerDetails .offer_info .offer_branch {
  padding: 1.1111111111rem;
  border-radius: 0.2222222222rem;
  margin-bottom: 1.6666666667rem;
  background-color: rgba(var(--main-color), 0.03);
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.offerDetails .offer_info .offer_branch a {
  margin-left: 0.8888888889rem;
  color: #1c1e44;
}
.offerDetails .offer_info .offer_branch a:hover {
  text-decoration: underline;
}
.offerDetails .offer_info .offer_branch a svg {
  height: 0.6666666667rem;
  fill: rgb(var(--main-color));
  margin-left: 0.6111111111rem;
  transform: rotateY(180deg);
}
.offerDetails .offer_info .offer_climed {
  padding: 1.1111111111rem 1.6666666667rem;
  background-color: #fafbfb;
  position: relative;
  right: 1.6666666667rem;
  width: calc(100% + 3.3333333333rem);
}
.offerDetails .offer_info .offer_climed .text {
  margin-bottom: 1.3333333333rem;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.offerDetails .offer_info .offer_climed .text img {
  margin-right: 0.3333333333rem;
}
.offerDetails .offer_info .offer_climed .text span {
  margin-left: 0.8888888889rem;
  color: #1c1e44;
}

.sheet-actions .btn-primary {
  background-color: rgb(var(--main-color)) !important;
  color: var(--main-text-color) !important;
}

.offer_branches .branch {
  padding: 1.1111111111rem 1.6666666667rem;
  border-bottom: solid 0.0555555556rem #dddde3;
}
.offer_branches .branch:last-child {
  border: none;
}
.offer_branches .branch h4 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  padding-bottom: 0.5555555556rem;
  margin-bottom: 0px;
}
.offer_branches .branch p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #555673 !important;
  font-family: "Alexandria", sans-serif !important;
  padding-bottom: 0.8888888889rem;
}
.offer_branches .branch a {
  padding: 0.5555555556rem 1.1111111111rem;
  border-radius: 1.1111111111rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  border: solid #d2d2da 0.0555555556rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f4f4f6;
  display: block;
}
.offer_branches .branch a svg {
  height: 0.7777777778rem;
  margin-right: 0.2777777778rem;
}

.offer_qrCode {
  padding: 3.3333333333rem 1.6666666667rem 0.5555555556rem 1.6666666667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer_qrCode .pointToRiyal {
  border-radius: 0.5555555556rem;
  background-color: rgba(var(--main-color), 0.02);
  padding: 0.8888888889rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3.3333333333rem;
  border: 0.0555555556rem solid rgba(var(--main-color), 0.15);
}
.offer_qrCode .pointToRiyal .point,
.offer_qrCode .pointToRiyal .riyal {
  text-align: center;
}
.offer_qrCode .pointToRiyal .point .lable,
.offer_qrCode .pointToRiyal .riyal .lable {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #555673 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.offer_qrCode .pointToRiyal .point .value,
.offer_qrCode .pointToRiyal .riyal .value {
  color: #1c1e44;
  font-size: 1.2222222222rem;
  font-weight: 800;
}
.offer_qrCode .pointToRiyal .point .value span,
.offer_qrCode .pointToRiyal .riyal .value span {
  margin-left: 0.6111111111rem;
  font-weight: 400;
}
.offer_qrCode .pointToRiyal .equal {
  padding: 0px 1.3888888889rem;
  margin: auto 0px;
}
.offer_qrCode .pointToRiyal .riyal .value {
  color: #2e7d32;
}
.offer_qrCode .label {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8333333333rem;
}
.offer_qrCode .offer_code {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5555555556rem 1.3888888889rem;
  letter-spacing: 5px !important;
  border: dashed 0.1111111111rem rgba(var(--main-color), 0.6);
  border-radius: 0.2222222222rem;
  margin-bottom: 2.2222222222rem;
  background-color: #fafbfb;
}
.offer_qrCode .offer_QR_image {
  padding: 1.1111111111rem;
  border-radius: 1.1111111111rem;
  overflow: hidden;
  box-shadow: 0px 0.1666666667rem 1.1111111111rem rgba(0, 0, 0, 0.1);
  margin-bottom: 2.1111111111rem;
}
.offer_qrCode .offer_QR_image qr-code {
  max-width: 8.8888888889rem;
  max-height: 8.8888888889rem;
}
.offer_qrCode .status {
  width: 100%;
  padding: 1rem 1.1111111111rem;
  border-radius: 0.5555555556rem;
  background-color: #fafbfb;
}
.offer_qrCode .status .item {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  line-height: normal !important;
  padding-bottom: 1.1111111111rem;
}
.offer_qrCode .status .item span {
  color: #1c1e44;
  margin-left: 1.1111111111rem;
}
.offer_qrCode .status .item > svg {
  margin-right: 0.3333333333rem;
}
.offer_qrCode .status .date {
  border-bottom: solid 0.0555555556rem #dddde3;
}
.offer_qrCode .status .status-badge {
  margin-top: 1.1111111111rem;
}
.offer_qrCode .rating_section {
  padding: 1.6666666667rem 1.1111111111rem;
  border-radius: 0.2222222222rem;
  margin-top: 1.6666666667rem;
  background-color: #f8f8f9;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer_qrCode .rating_section .title {
  font-size: 0.8888888889rem;
  font-weight: 500;
  color: #1c1e44;
  margin-bottom: 1.3888888889rem;
  text-align: center;
}
.offer_qrCode .rating_section button {
  border-radius: 0.3333333333rem;
  margin-top: 1.9444444444rem;
  background-color: rgba(var(--main-color), 0.1) !important;
  color: rgb(var(--main-color)) !important;
}

app-redeem-offer,
app-success-redeem-point .dialog_content {
  text-align: center;
  padding-bottom: 0px !important;
}
app-redeem-offer svg #Path_88957,
app-redeem-offer #Path_88953,
app-success-redeem-point .dialog_content svg #Path_88957,
app-success-redeem-point .dialog_content #Path_88953 {
  fill: rgb(var(--main-color));
}
app-redeem-offer .data-empty ng-lottie,
app-success-redeem-point .dialog_content .data-empty ng-lottie {
  max-height: 12.0555555556rem;
}
app-redeem-offer img,
app-success-redeem-point .dialog_content img {
  padding-top: 2.2222222222rem;
  height: 9.0555555556rem;
  -o-object-fit: fill;
     object-fit: fill;
}
app-redeem-offer h3,
app-success-redeem-point .dialog_content h3 {
  margin-top: 2.2222222222rem !important;
  margin-bottom: 0px !important;
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-redeem-offer p,
app-success-redeem-point .dialog_content p {
  margin-top: 0.9444444444rem !important;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-redeem-offer .data-empty,
app-success-redeem-point .dialog_content .data-empty {
  padding: 0px;
}

app-offer-details .sheet-actions .btn-secondary svg {
  height: 1.4444444444rem;
}

app-vendors-list .map_btn {
  padding: 1.1111111111rem 1.6666666667rem;
  background-image: url(../../images/map.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.3333333333rem;
  box-shadow: 0px 0.0555555556rem 0.1666666667rem rgba(0, 0, 0, 0.16);
  margin-left: 1.1111111111rem;
}
@media (width < 669px) {
  app-vendors-list .map_btn {
    margin-top: 1.1111111111rem;
  }
}
app-vendors-list .map_btn button {
  background-color: var(--wala-color);
  color: #fff;
}
app-vendors-list .vendors_list {
  max-height: 28.8888888889rem;
  overflow: auto;
  width: 100%;
  padding-left: 0.8333333333rem;
  direction: rtl;
}
app-vendors-list .vendors_list .vendor_card {
  direction: ltr;
}
app-vendors-list .vendors_list .vendor_card {
  margin-bottom: 1.1111111111rem;
}
app-vendors-list .map_container {
  max-height: 28.8888888889rem;
  height: 28.8888888889rem;
  width: 100%;
  border-radius: 0.5555555556rem;
  overflow: hidden;
  box-shadow: 0px 0.2777777778rem 0.5555555556rem rgba(0, 0, 0, 0.12);
}

.vendor_card {
  padding: 1.1111111111rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0px 0.2222222222rem 0.4444444444rem rgba(0, 0, 0, 0.08);
  margin-bottom: 1.6666666667rem;
  border-radius: 0.5555555556rem;
}
.vendor_card .vendor_logo {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  border-radius: 0.2222222222rem;
  box-shadow: 0px 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vendor_card .vendor_logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vendor_card .vendor_content {
  margin-left: 0.8333333333rem;
}
.vendor_card .vendor_content h4 {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.vendor_card .vendor_content h4:hover {
  text-decoration: underline;
  cursor: pointer !important;
}
.vendor_card .vendor_content p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.vendor_card .vendor_content p span {
  margin: 0px 0.8888888889rem;
}
.vendor_card .favorite_icon_vendor {
  height: 1.4444444444rem;
}

.vendorDetails .vendor_header {
  position: relative;
  top: 0px;
  background-color: #f4f4f6;
}
.vendorDetails .vendor_header .cover_img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 5.5555555556rem;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  z-index: 3;
}
.vendorDetails .vendor_header .content {
  padding: 2.2222222222rem 1.1111111111rem 1.6666666667rem 1.1111111111rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vendorDetails .vendor_header .content .vendor_logo {
  width: 6.6666666667rem;
  height: 6.6666666667rem;
  border-radius: 0.3333333333rem;
  border: solid 0.1666666667rem #f4f4f6;
  background-color: #fff;
  font-weight: 500 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  overflow: hidden;
}
.vendorDetails .vendor_header .content .vendor_logo img {
  z-index: 5;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vendorDetails .vendor_header .content h5 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.9444444444rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6111111111rem;
  margin-top: 1.1111111111rem;
  text-align: center;
}
.vendorDetails .vendor_header .content a.not_favorite {
  padding: 0.5555555556rem 1.1111111111rem;
  border-radius: 1.6666666667rem;
  background-color: #e8e9ec;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 0.7777777778rem;
  color: #1c1e44;
}
.vendorDetails .vendor_header .content a.not_favorite svg {
  margin-right: 0.7222222222rem;
}
.vendorDetails .vendor_header .content a.favorite {
  padding: 0.5555555556rem 1.1111111111rem;
  border-radius: 1.6666666667rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 0.7777777778rem;
  color: rgb(var(--main-color));
  background-color: rgba(var(--main-color), 0.1);
}
.vendorDetails .vendor_header .content a.favorite svg {
  margin-right: 0.7222222222rem;
}
.vendorDetails .socila_media {
  padding: 0.5555555556rem 1.6666666667rem;
  padding-bottom: 0rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #efeff2;
}
.vendorDetails .socila_media .item {
  margin-bottom: 0.5555555556rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.vendorDetails .socila_media .item img {
  margin-right: 0.3333333333rem;
  max-width: 1.6666666667rem;
  max-height: 1.6666666667rem;
  border-radius: 0.2222222222rem;
}
.vendorDetails .socila_media .item:hover {
  cursor: pointer;
}
.vendorDetails .vendor_info {
  padding: 2.2222222222rem 1.9444444444rem;
  background-color: #fff;
}
.vendorDetails .vendor_info .offers_branches {
  display: flex;
  align-items: center;
  margin-bottom: 2.7777777778rem;
}
@media (width < 576px) {
  .vendorDetails .vendor_info .offers_branches {
    flex-wrap: wrap;
  }
  .vendorDetails .vendor_info .offers_branches .card {
    width: 100% !important;
    margin-bottom: 0.8333333333rem;
  }
  .vendorDetails .vendor_info .offers_branches .card:first-child {
    margin-right: 0px !important;
  }
}
.vendorDetails .vendor_info .offers_branches .card {
  box-shadow: 0px 0.1111111111rem 0.2777777778rem rgba(0, 0, 0, 0.1);
  width: 50%;
  padding: 1.1111111111rem;
  padding-left: 0px;
  position: relative;
  top: 0px;
  border-radius: 0.7222222222rem;
  border: none !important;
  min-height: 8.8888888889rem;
  height: 100%;
  background-color: #fff;
}
.vendorDetails .vendor_info .offers_branches .card:first-child {
  margin-right: 1.1111111111rem;
}
.vendorDetails .vendor_info .offers_branches .card::before {
  content: "";
  width: 0.1666666667rem;
  height: 80%;
  position: absolute;
  top: 10%;
  background-color: rgb(var(--main-color));
  border-top-right-radius: 0.1666666667rem;
  border-bottom-right-radius: 0.1666666667rem;
}
.vendorDetails .vendor_info .offers_branches .card > .icon {
  position: absolute;
  top: 0rem;
  right: 0rem;
  max-height: 3.0555555556rem;
  max-width: 4.1666666667rem;
  height: 3.0555555556rem;
  width: 4.1666666667rem;
  transform: rotateY(180deg);
  z-index: 3;
}
.vendorDetails .vendor_info .offers_branches .card .content {
  padding-left: 0.9444444444rem;
  z-index: 5;
}
.vendorDetails .vendor_info .offers_branches .card .content .title {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.vendorDetails .vendor_info .offers_branches .card .content .number {
  font-weight: 800 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.9444444444rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8888888889rem;
}
.vendorDetails .vendor_info .offers_branches .card .content .text {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.vendorDetails .vendor_info .offers_branches .card .content .btn_link {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5555555556rem 1.1111111111rem;
  border-radius: 1.1111111111rem;
  background-color: rgba(var(--main-color), 0.1);
  color: rgb(var(--main-color));
  font-size: 0.7777777778rem;
  text-align: center;
  white-space: nowrap;
}
.vendorDetails .vendor_info .offers_branches .card .content .btn_link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.vendorDetails .vendor_info .offers_branches .card .content .btn_link svg {
  height: 0.6666666667rem;
  margin-left: 0.5555555556rem;
  fill: rgb(var(--main-color));
  transform: rotateY(180deg);
}
.vendorDetails .vendor_info section.info {
  padding: 1.6666666667rem 0px;
  border-bottom: solid #e6e6e6 0.0555555556rem;
}
.vendorDetails .vendor_info section.info:nth-last-child(1) {
  border-bottom: none !important;
}
.vendorDetails .vendor_info section.info .title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}
.vendorDetails .vendor_info section.info .items .item {
  display: flex;
  align-items: flex-start;
  gap: 0.7777777778rem;
  max-width: 100%;
}
.vendorDetails .vendor_info section.info .items .item + .item {
  margin-top: 1.3888888889rem;
}
.vendorDetails .vendor_info section.info .items .item .icon {
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
  border-radius: 50%;
  background-color: #f4f4f6;
  padding: 0.5555555556rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vendorDetails .vendor_info section.info .items .item .icon img {
  -o-object-fit: fill;
     object-fit: fill;
}
.vendorDetails .vendor_info section.info .items .item .text {
  max-width: calc(100% - 3.5555555556rem);
  flex-grow: 1;
}
.vendorDetails .vendor_info section.info .items .item .text .title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.3333333333rem;
}
.vendorDetails .vendor_info section.info .items .item .text .lable {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: normal;
  word-wrap: break-word;
}

app-vendor-offers .page_header {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
app-vendor-offers .page_header .vendor {
  margin-left: 1.7777777778rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
app-vendor-offers .page_header .vendor .logo {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  border-radius: 0.2222222222rem;
  box-shadow: 0 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
app-vendor-offers .page_header .vendor .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
app-vendor-offers .page_header .vendor .title {
  margin-left: 0.5555555556rem;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem;
}

app-company-register .step_index {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
app-company-register .step_index span {
  color: #1c1e44;
}
app-company-register mat-progress-bar {
  margin-bottom: 1.6666666667rem;
}
app-company-register mat-radio-group.packages mat-radio-button .cover_bg {
  width: 80% !important;
}
app-company-register mat-radio-group.packages mat-radio-button p.price {
  font-weight: 800 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
app-company-register mat-radio-group.packages mat-radio-button p.name {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #37a1a1 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
app-company-register mat-radio-group.packages mat-radio-button p.deuration {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-company-register .mat-horizontal-stepper-header-container {
  display: none;
}
app-company-register .mat-horizontal-content-container {
  padding: 0px !important;
}
app-company-register .mat-progress-bar {
  height: 0.5555555556rem;
  border-radius: 0.2777777778rem;
  overflow: hidden;
}
app-company-register .mat-progress-bar-fill::after {
  background-color: rgb(var(--main-color));
}
app-company-register .mat-progress-bar-buffer {
  background-color: rgba(var(--main-color), 0.15);
}
app-company-register .mat-progress-bar-background {
  fill: transparent;
}

.withdrawal-points .current-balance {
  display: block;
  margin: auto;
  background-color: rgba(var(--main-color), 0.05);
  border: 1px solid rgba(var(--main-color), 0.1);
  border-radius: 0.5555555556rem;
  padding: 1.2222222222rem;
  text-align: center;
}
.withdrawal-points .current-balance h3 {
  font-weight: 800 !important;
  font-size: 2.0555555556rem !important;
  line-height: 2.5rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
.withdrawal-points .current-balance p {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.withdrawal-points .input-points {
  text-align: center;
  margin-top: 2.7777777778rem;
}
.withdrawal-points .input-points h6 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.withdrawal-points .input-points .mat-form-field .mat-form-field-flex {
  padding: 0.5555555556rem !important;
}
.withdrawal-points .input-points .mat-form-field input.mat-input-element {
  text-align: center;
  font-weight: 600 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
}

.check-boxes-list {
  border-radius: 0.5555555556rem;
  max-height: 21.1111111111rem;
  overflow: auto;
}
.check-boxes-list::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.check-boxes-list .mat-list-option {
  height: auto !important;
  box-shadow: none;
}
.check-boxes-list .mat-list-option .mat-list-item-content {
  padding: 1.1111111111rem !important;
  background-color: #fafbfb;
  border-radius: 0.5555555556rem;
}
.check-boxes-list .mat-list-option .mat-list-item-content .image-circle {
  width: 2.2222222222rem;
  min-width: 2.2222222222rem;
  height: 2.2222222222rem;
}
.check-boxes-list .mat-list-option .mat-list-item-content .mat-list-text {
  padding-left: 0.5555555556rem !important;
  padding-right: 0 !important;
}
.check-boxes-list .check {
  background-color: #ffffff;
  border-radius: 0.5555555556rem;
  margin-bottom: 0.6666666667rem;
}
.check-boxes-list .check .mat-checkbox {
  display: block;
}
.check-boxes-list .check .mat-checkbox .mat-checkbox-layout {
  padding: 1.1111111111rem;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .check-boxes-list::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 32px;
    background-image: url(../../images/notifications/box-shadow.png);
    right: 0;
    left: 0;
    z-index: 2;
    bottom: -0.8333333333rem;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.check-boxes-list.small-empty .data-empty ng-lottie {
  height: 10vh !important;
}

.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
  margin: auto;
  margin-right: 0.5555555556rem;
  margin-left: 0;
}

.top_lable {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  padding-bottom: 1.1111111111rem;
  text-align: center;
}

.timer {
  border-radius: 0.5555555556rem;
  border: 0.0555555556rem solid #e8e9ec;
  background-color: #fff;
  padding: 0.5rem 1.1666666667rem;
  width: -moz-fit-content;
  width: fit-content;
}
.timer .title {
  font-size: 0.6111111111rem;
  font-weight: 500;
  color: #1c1e44;
  line-height: 0.8333333333rem;
  margin-bottom: 0.4444444444rem;
  white-space: nowrap;
}
.timer .seconds,
.timer .minutes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.timer .seconds .count,
.timer .minutes .count {
  font-size: 1rem;
  font-weight: 500;
  color: #ccab00;
  line-height: 1.3333333333rem;
  width: 1.6666666667rem;
  margin-bottom: 0.2777777778rem;
  text-align: center;
}
.timer .seconds .lable,
.timer .minutes .lable {
  font-size: 0.6111111111rem;
  font-weight: 400;
  color: #6b6d85;
  line-height: 0.8333333333rem;
  text-align: center;
}
.timer .divider {
  font-size: 0.9444444444rem;
  font-weight: 700;
  color: #cccccc;
  padding: 0px 0.5555555556rem;
}

mat-stepper {
  display: initial;
}

.mat-horizontal-stepper-header {
  pointer-events: none;
}

.mat-horizontal-stepper-wrapper {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
  background: #efeff2;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon {
  width: 2.2222222222rem !important;
  height: 2.2222222222rem !important;
  background-color: #dddde3;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon .mat-step-icon-content {
  color: #123636;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon .mat-step-icon-content .mat-icon {
  display: none;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon.mat-step-icon-selected {
  background-color: rgb(var(--main-color));
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon.mat-step-icon-selected .mat-step-icon-content {
  color: var(--main-text-color) !important;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon:not(.mat-step-icon-selected, .mat-step-icon-state-done) {
  background-color: #e5e6e9;
  font-weight: 600;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon.mat-step-icon-state-done, .mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon.mat-step-icon-state-edit {
  background-color: #208637;
  color: #ffffff;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon.mat-step-icon-state-done::before, .mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon.mat-step-icon-state-edit::before {
  content: "✓";
  display: inline-block;
  position: absolute;
  left: 30%;
  top: 10%;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon.mat-step-icon-state-done .mat-icon, .mat-horizontal-stepper-wrapper .mat-step-header .mat-step-icon.mat-step-icon-state-edit .mat-icon {
  font-size: 0.8888888889rem;
  width: auto;
  height: auto;
  display: none;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-label .mat-step-text-label {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.mat-horizontal-stepper-wrapper .mat-step-header .mat-step-label.mat-step-label-selected .mat-step-text-label {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.mat-horizontal-stepper-wrapper .mat-stepper-horizontal-line {
  display: none;
}
.mat-horizontal-stepper-wrapper .mat-horizontal-content-container {
  width: 100%;
  background-color: #fff;
  max-height: 100vh;
}
.mat-horizontal-stepper-wrapper .mat-horizontal-content-container .mat-horizontal-stepper-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mat-horizontal-stepper-wrapper .mat-horizontal-content-container .mat-horizontal-stepper-content form {
  width: 100%;
}
.mat-horizontal-stepper-wrapper .mat-horizontal-content-container .mat-horizontal-stepper-content .card {
  background-color: #ffffff;
  padding: 1.6666666667rem;
  border: 0;
  border-radius: 0.4444444444rem;
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
}
.mat-horizontal-stepper-wrapper .mat-horizontal-content-container .mat-horizontal-stepper-content .card .title {
  padding: 1.6666666667rem;
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.mat-horizontal-stepper-wrapper .mat-horizontal-content-container .mat-horizontal-stepper-content .card .hint-title {
  background-color: #fcfaef;
  padding: 1.1111111111rem;
  text-align: center;
}
.mat-horizontal-stepper-wrapper .mat-horizontal-content-container .mat-horizontal-stepper-content .card .hint-title p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #bb9d03 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
  margin: auto;
}
.mat-horizontal-stepper-wrapper .mat-horizontal-content-container .mat-horizontal-stepper-content .card .hint-title p span {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #bb9d03 !important;
  font-family: "Alexandria", sans-serif !important;
}
.mat-horizontal-stepper-wrapper .mat-horizontal-content-container .mat-horizontal-stepper-content .card .withdrawal-points {
  padding: 1.1111111111rem;
}

.mat-accent .mat-pseudo-checkbox-checked,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: rgb(var(--main-color)) !important;
}

.news_card {
  border-radius: 0.5555555556rem;
  background-color: #fff;
  box-shadow: 0px 0.2222222222rem 0.4444444444rem rgba(59, 53, 61, 0.08);
  overflow: hidden;
  margin-bottom: 1.6666666667rem;
}
.news_card:hover {
  cursor: pointer;
  box-shadow: 0px 0.1666666667rem 1.1111111111rem rgba(var(--main-color), 0.12);
}
.news_card .cover_img {
  height: 11.1111111111rem;
  width: 100%;
  overflow: hidden;
}
.news_card .cover_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_card .content {
  padding: 0.8333333333rem 0.6666666667rem;
}
.news_card .content .title {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6111111111rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.news_card .content .date {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #555673 !important;
  font-family: "Alexandria", sans-serif !important;
}

.news_details .cover {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5555555556rem;
  text-align: center;
}
.news_details .cover img {
  max-height: 31.1111111111rem;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5555555556rem;
}
.news_details .content {
  padding: 2.7777777778rem 7.7777777778rem;
}
@media (width < 992px) {
  .news_details .content {
    padding: 2.7777777778rem 2.7777777778rem;
  }
}
@media (width < 768px) {
  .news_details .content {
    padding: 2.7777777778rem 0rem;
  }
}
.news_details .content h1 {
  font-size: 2.0555555556rem;
  color: #1c1e44;
  font-weight: 800;
  line-height: 3.6111111111rem;
  margin-bottom: 1.6666666667rem;
  word-spacing: normal;
  word-wrap: break-word;
}
.news_details .content .date {
  padding: 1.1111111111rem 0px;
  border-top: solid 1px #efeff2;
  border-bottom: solid 1px #efeff2;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.1666666667rem;
  color: #1c1e44;
}
@media (width < 350px) {
  .news_details .content .date {
    flex-wrap: wrap;
  }
  .news_details .content .date > div:first-child {
    margin-bottom: 0.8333333333rem;
  }
}
.news_details .content .date svg {
  height: 1.1666666667rem;
  margin-right: 0.5555555556rem;
}
.news_details .content .description {
  color: #6b6d85;
  padding-top: 2.7777777778rem;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  word-wrap: break-word;
  word-spacing: normal;
}

.button-group-custom {
  text-align: center;
  margin-bottom: 1.9444444444rem;
}
.button-group-custom .mat-button-toggle-group {
  padding: 0.4444444444rem;
  border: none;
  background-color: #f4f4f6;
  border-radius: 0.4444444444rem;
}
@media (max-width: 767px) {
  .button-group-custom .mat-button-toggle-group {
    display: grid !important;
  }
}
.button-group-custom .mat-button-toggle-group .mat-button-toggle {
  background-color: #f4f4f6;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0.4444444444rem;
  margin-left: 0.4444444444rem;
}
.button-group-custom .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button {
  padding: 0.8333333333rem 1.1111111111rem;
}
.button-group-custom .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button .mat-button-toggle-label-content {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.button-group-custom .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button .mat-button-toggle-label-content .count {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.1111111111rem 0.3333333333rem;
  margin-left: 0.6666666667rem;
  border-radius: 1.6666666667rem;
}
.button-group-custom .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: rgb(var(--main-color));
  border-radius: 0.4444444444rem;
}
.button-group-custom .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-button-toggle-button .mat-button-toggle-label-content {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: var(--main-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.button-group-custom .mat-button-toggle-group .mat-button-toggle:focus {
  background-color: transparent;
}

.survey_card {
  border-radius: 0.5555555556rem;
  background-color: #fff;
  box-shadow: 0px 0.2222222222rem 0.4444444444rem rgba(59, 53, 61, 0.08);
  overflow: hidden;
  margin-bottom: 1.6666666667rem;
}
.survey_card:hover {
  box-shadow: 0px 0.1666666667rem 1.1111111111rem rgba(var(--main-color), 0.12);
}
.survey_card .cover_img {
  height: 11.1111111111rem;
  width: 100%;
  overflow: hidden;
}
.survey_card .cover_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.survey_card .content {
  padding: 0.8333333333rem 0.6666666667rem;
}
.survey_card .content .title {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6111111111rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
.survey_card .content .count {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}
.survey_card .content .count span {
  font-weight: 700;
}

app-survey-details .mat-horizontal-stepper-wrapper .mat-horizontal-stepper-header-container {
  display: none !important;
}
app-survey-details .mat-horizontal-content-container {
  padding: 2.7777777778rem 0px 1.1111111111rem 0px !important;
}
app-survey-details .mat-horizontal-stepper-wrapper .mat-horizontal-content-container .mat-horizontal-stepper-content {
  display: block;
}
app-survey-details .mat-progress-bar {
  border-radius: 5px;
  height: 0.5555555556rem !important;
}
app-survey-details .mat-progress-bar .mat-progress-bar-fill::after {
  background-color: rgb(var(--main-color)) !important;
}
app-survey-details .mat-progress-bar .mat-progress-bar-buffer {
  background-color: rgba(var(--main-color), 0.05);
}
app-survey-details .step_index {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
app-survey-details .step_index span {
  font-weight: 700;
  color: #1c1e44;
}
app-survey-details mat-progress-bar {
  max-width: 22.2222222222rem !important;
  width: 100% !important;
}

app-question .question .title {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
  white-space: normal;
  word-break: break-word;
}
app-question .question .desc {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  white-space: normal;
  word-break: break-word;
}
app-question .question .input {
  margin-top: 2.7777777778rem;
  margin-bottom: 1.6666666667rem;
  width: 100%;
}
app-question .question .input mat-form-field {
  width: 100%;
}
app-question .question .input .single_select mat-radio-group {
  max-width: 100%;
}
app-question .question .input .single_select .option_row {
  margin-bottom: 1.1111111111rem;
  width: 50%;
}
app-question .question .input .single_select .option_row:nth-child(odd) {
  padding-right: 1.1111111111rem;
}
@media (width < 768px) {
  app-question .question .input .single_select .option_row {
    width: 100%;
    padding-right: 0px !important;
  }
}
app-question .question .input .single_select mat-radio-button {
  width: 100% !important;
  height: 100%;
  background-color: #fafbfb;
  border-radius: 0.2222222222rem;
  display: flex;
  align-items: center;
}
app-question .question .input .single_select mat-radio-button .mat-radio-label {
  padding: 1.1111111111rem 0.8888888889rem;
  justify-content: flex-start !important;
}
app-question .question .input .single_select mat-radio-button .mat-radio-label .mat-radio-label-content {
  white-space: normal;
  word-break: break-word;
}
app-question .question .input .single_select mat-radio-button.mat-radio-checked {
  background-color: rgba(var(--main-color), 0.1);
  border: solid 0.0555555556rem rgba(var(--main-color), 0.15);
  color: rgb(var(--main-color)) !important;
}
app-question .question .input .single_select mat-radio-button.mat-radio-checked .mat-radio-inner-circle {
  background-color: rgb(var(--main-color)) !important;
}
app-question .question .input .single_select mat-radio-button.mat-radio-checked .mat-radio-outer-circle {
  border-color: rgb(var(--main-color)) !important;
}
app-question .question .input .single_select mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-label-content {
  color: #1c1e44 !important;
}
app-question .question .input .single_select input.other_text_input {
  border: none !important;
  width: 100%;
  background-color: transparent;
}
app-question .question .input .single_select input.other_text_input:focus {
  outline: none !important;
}
app-question .question .input .multi_select .mat-list-base {
  display: flex !important;
}
app-question .question .input .multi_select .mat-list-base .mat-list-text {
  white-space: normal;
  word-break: break-word;
}
app-question .question .input .multi_select .mat-list-item-content {
  background-color: #fafbfb;
  border-radius: 0.2222222222rem;
}
app-question .question .input .multi_select mat-list-option {
  margin-bottom: 1.1111111111rem;
}
app-question .question .input .multi_select .mat-list-base .mat-list-item,
app-question .question .input .multi_select .mat-list-base .mat-list-option {
  min-height: 2.6666666667rem;
}
app-question .question .input .multi_select input.other_text_input {
  border: none !important;
  width: 100%;
  background-color: transparent;
  cursor: text !important;
}
app-question .question .input .multi_select input.other_text_input:focus {
  outline: none !important;
}
app-question .question .input .multi_select mat-list-option.mat-list-item-disabled[aria-selected=true] .mat-list-item-content .mat-list-text {
  color: #1c1e44 !important;
}
app-question .question .input .rate img {
  filter: grayscale(100%);
  width: 4.4444444444rem;
  height: 4.4444444444rem;
}
app-question .question .input .rate mat-radio-button .mat-radio-label-content:hover img {
  filter: grayscale(0%);
}
app-question .question .input .rate .mat-radio-container {
  display: none;
}
app-question .question .input .rate .mat-radio-label {
  white-space: normal !important;
}
app-question .question .input .rate .mat-radio-label-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 0.4444444444rem;
  word-break: break-word;
  margin-bottom: 1.1111111111rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-question .question .input .rate .mat-radio-label-content img {
  margin-bottom: 1.6666666667rem;
}
app-question .question .input .rate mat-radio-button.mat-radio-checked img {
  filter: grayscale(0%) !important;
}
app-question .question .input .rate mat-radio-button.isView {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}
app-question .question .input .rate mat-radio-button.isView.mat-radio-checked {
  color: #1c1e44 !important;
  opacity: 1 !important;
}
app-question .question .input .rate mat-radio-button.isView.mat-radio-checked img {
  filter: grayscale(0%) !important;
}
app-question .question .input .anwser_text {
  margin-bottom: 1.6666666667rem;
}
app-question .question .input .anwser_text .lable {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.7222222222rem;
  margin-top: 2.7777777778rem;
}
app-question .question .input .anwser_text .text {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

@media (width < 768px) {
  app-my-profile .col-md-8 {
    margin-bottom: 1.1111111111rem !important;
  }
}
@media (width < 1200px) {
  app-my-profile .Uper_page {
    padding: 1.1111111111rem 2.2222222222rem;
  }
}
app-my-profile .userInfo_card {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  top: 0px;
  overflow: hidden;
  border-radius: 0.5555555556rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.1666666667rem 0.5555555556rem;
}
@media (width < 992px) {
  app-my-profile .userInfo_card {
    height: initial;
    margin-bottom: 0.8333333333rem;
  }
  app-my-profile .userInfo_card .userImage {
    justify-content: center !important;
    align-items: center !important;
  }
}
app-my-profile .userInfo_card .left_image {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 1.1111111111rem;
}
app-my-profile .userInfo_card .mat-menu-dots {
  position: absolute;
  top: 2.2222222222rem;
  right: 2.2222222222rem;
  background-color: rgba(var(--main-color), 0.1);
  fill: rgb(var(--main-color));
  width: 2.6666666667rem !important;
  min-width: 2.6666666667rem !important;
  height: 2.6666666667rem !important;
  z-index: 2;
  pointer-events: fill !important;
  overflow: visible !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
       user-select: auto !important;
  padding: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
app-my-profile .userInfo_card .mat-menu-dots svg {
  width: 1.4444444444rem;
}
app-my-profile .userInfo_card svg.cover {
  position: absolute;
  top: 0px;
  left: 0rem;
  height: 100%;
  fill: rgb(var(--main-color));
  transform: rotateY(180deg);
}
@media (width < 992px) {
  app-my-profile .userInfo_card svg.cover {
    display: none;
  }
}
app-my-profile .userInfo_card .userImage {
  position: relative;
  top: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  padding: 0.8333333333rem;
}
@media (width < 768px) {
  app-my-profile .userInfo_card .userImage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 0.8333333333rem;
    padding-top: 0.8333333333rem;
  }
}
app-my-profile .userInfo_card .userImage .image {
  border-radius: 100px;
  width: 11.1111111111rem;
  height: 11.1111111111rem;
  min-width: 11.1111111111rem;
  min-height: 11.1111111111rem;
  position: relative;
  background-color: #ebecef;
  box-shadow: 0rem 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6666666667rem;
  color: #1c1e44;
  text-align: center;
}
app-my-profile .userInfo_card .userImage .image img {
  border: solid 0.1666666667rem #f4f4f6;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
app-my-profile .userInfo_card .userImage .image .camera_icon {
  position: absolute;
  bottom: 0.2777777778rem;
  right: 0.5555555556rem;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background-color: #f4f4f6;
  border: solid 0.1666666667rem #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  border-radius: 50%;
  cursor: pointer !important;
}
app-my-profile .userInfo_card .userImage .image .camera_icon svg {
  fill: rgb(var(--main-color));
  width: 0.8888888889rem;
}
app-my-profile .userInfo_card .user_info {
  z-index: 0;
  position: relative;
  padding: 0.8333333333rem;
}
app-my-profile .userInfo_card .user_info .data h1 {
  max-width: calc(100% - 50px);
}
@media (width < 768px) {
  app-my-profile .userInfo_card .user_info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 1.1111111111rem;
    padding-bottom: 1.1111111111rem;
  }
  app-my-profile .userInfo_card .user_info .data h1 {
    max-width: 100%;
  }
}
app-my-profile .userInfo_card .user_info h4 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 2.1666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.3888888889rem;
}
app-my-profile .userInfo_card .user_info .company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.8333333333rem;
  width: -moz-fit-content;
  width: fit-content;
}
app-my-profile .userInfo_card .user_info .company .company_logo {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  border-radius: 0.2222222222rem;
  box-shadow: 0px 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
app-my-profile .userInfo_card .user_info .company .company_logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
app-my-profile .userInfo_card .user_info .company .company_content {
  margin-left: 0.5555555556rem;
}
app-my-profile .userInfo_card .user_info .company .company_content h4 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2777777778rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.2777777778rem;
}
app-my-profile .userInfo_card .user_info .depatement {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-my-profile .userInfo_card .user_info .depatement span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.4444444444rem;
}
app-my-profile .user_points {
  margin-bottom: 0px;
}

app-interests-list .Custom-accordion {
  width: 75%;
  display: block;
}
@media (width < 768px) {
  app-interests-list .Custom-accordion {
    width: 100%;
  }
}

app-basic-info .alert {
  position: absolute;
  top: 0px;
  left: 0px;
}
app-basic-info .info_item {
  display: flex;
  margin-bottom: 1.7777777778rem;
}
app-basic-info .info_item .icon {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f6;
}
app-basic-info .info_item .info {
  margin-left: 0.7777777778rem;
}
app-basic-info .info_item .info .lable {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
app-basic-info .info_item .info .text {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: break-word;
  display: flex;
}
app-basic-info .info_item .info .text a {
  font-size: 0.7777777778rem;
  font-weight: 600;
  color: rgb(var(--main-color));
  cursor: pointer;
  margin-left: 0.4444444444rem;
}

app-update-profile .input_title_radio {
  font-weight: 600 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}

app-family-list .table-container {
  box-shadow: none !important;
}

app-family-member-profile .profile-details {
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 0.5555555556rem;
}
app-family-member-profile .profile-details .top-profile {
  text-align: center;
}
app-family-member-profile .profile-details .top-profile .wideImage {
  height: -moz-max-content;
  height: max-content;
  min-height: 12.2222222222rem;
  -o-object-fit: cover;
     object-fit: cover;
}
app-family-member-profile .profile-details .top-profile .user-profile-image {
  position: relative;
  margin: 0 -0.8888888889rem;
  padding: 2.2222222222rem 0.8888888889rem 0.8888888889rem;
}
app-family-member-profile .profile-details .top-profile .user-profile-image .overlay-profile {
  background-image: url(../../images/pattern.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 5.5555555556rem;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
app-family-member-profile .profile-details .top-profile .user-profile-image .user-avatar {
  position: relative;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 0.1666666667rem solid #f4f4f6;
  background-color: #ebecef;
  overflow: hidden;
  display: block;
  margin: auto;
}
app-family-member-profile .profile-details .top-profile .user-profile-image .user-avatar > img,
app-family-member-profile .profile-details .top-profile .user-profile-image .user-avatar > span {
  width: 100%;
  min-height: 100%;
}
app-family-member-profile .profile-details .top-profile .user-profile-image .user-avatar > span {
  margin: auto;
  font-weight: 800 !important;
  font-size: 1.7222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  line-height: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
app-family-member-profile .profile-details .top-profile .user-profile-image .user-avatar .icon-upload {
  border: 0.2777777778rem solid #fff;
  border-radius: 50%;
  background-color: #fd7e14;
  /* width: remF(40);
  height: remF(40); */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0rem;
  bottom: 0.5555555556rem;
  padding: 0.5555555556rem;
  cursor: pointer;
}
app-family-member-profile .profile-details .top-profile .user-profile-image .user-avatar .icon-upload img {
  width: 0.8888888889rem;
  height: 0.8333333333rem;
}
app-family-member-profile .profile-details .top-profile .name {
  margin-bottom: 1.3333333333rem;
}
app-family-member-profile .profile-details .top-profile .name p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-family-member-profile .profile-details .top-profile h4 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0.2222222222rem;
  text-transform: capitalize;
  margin-bottom: 0.6666666667rem;
  overflow-wrap: break-word;
}
app-family-member-profile .profile-details .top-profile h5 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0.2222222222rem 0 0;
}
app-family-member-profile .profile-details .top-profile .status-container {
  margin-top: 1.6666666667rem;
  padding: 0.8888888889rem 1.1111111111rem;
  font-size: 0.8888888889rem;
  line-height: 1.2777777778rem;
  font-weight: 500;
  border: 1px #afb5be dashed;
  border-radius: 0.2222222222rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
app-family-member-profile .profile-details .top-profile .status-container span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #808080 !important;
  font-family: "Alexandria", sans-serif !important;
  display: block;
  text-align: left;
  margin-bottom: 0.4444444444rem;
}
app-family-member-profile .profile-details .top-profile .status-container span.text-color {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
app-family-member-profile .profile-details .top-profile .status-container p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.1666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  display: block;
  text-align: left;
}
app-family-member-profile .profile-details .top-profile .status-container > div > div + div {
  margin-top: 0.8333333333rem;
}
app-family-member-profile .profile-details .top-profile .status-container .has-account {
  display: flex;
  align-items: center;
  font-size: 0.8888888889rem;
  color: #606a7d;
}
app-family-member-profile .profile-details .top-profile .status-container .has-account.green {
  color: #208637;
}
app-family-member-profile .profile-details .top-profile .status-container .has-account .mat-icon {
  font-size: 1.1111111111rem;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  line-height: 1.3333333333rem;
  margin-right: 0.2222222222rem;
}
app-family-member-profile .profile-details .top-profile .status-container.with-centeralized {
  text-align: left;
}
app-family-member-profile .profile-details .top-profile .status-container .logos-list {
  margin-right: 0.5555555556rem;
}
app-family-member-profile .profile-details .top-profile .card-info {
  padding: 2.2222222222rem 1.6666666667rem;
}
app-family-member-profile .profile-details .top-profile .card-info h3,
app-family-member-profile .profile-details .top-profile .card-info p {
  width: 20vw;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
}
app-family-member-profile .profile-details .user-data {
  margin-top: 2.2222222222rem;
}
app-family-member-profile .profile-details .user-data h4 {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0 !important;
}
app-family-member-profile .profile-details.with-shadow {
  border: none;
  border-radius: 0.7222222222rem;
  position: relative;
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1) !important;
  background-color: #ffffff;
}
app-family-member-profile .profile-details.with-shadow .top-profile .overlay-profile {
  border-radius: 0.5555555556rem 0.5555555556rem 0 0;
  z-index: 1;
}
app-family-member-profile .profile-details.with-shadow .top-profile .user-avatar {
  z-index: 2;
}
app-family-member-profile .profile-details.with-shadow .top-profile .status-container {
  margin: 0 1.6666666667rem;
}
app-family-member-profile .profile-details.with-shadow .user-data {
  margin: 1.6666666667rem;
}
app-family-member-profile .profile-details.with-shadow .company-info {
  margin: 1.6666666667rem 0;
}
app-family-member-profile .profile-details.with-shadow .company-info .name-with-image {
  background-color: #f4f4f6;
  padding: 0.8333333333rem 1.6666666667rem;
}
app-family-member-profile .profile-details.with-shadow .company-info .name-with-image h5 {
  font-weight: 500 !important;
}
app-family-member-profile .profile-details.with-shadow .company-info p {
  padding: 0.8333333333rem 1.6666666667rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #fafbfb;
}
app-family-member-profile .profile-details.with-shadow .company-info p span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #808080 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-family-member-profile .profile-details.with-shadow .actions {
  background: #f6fdfd;
  padding: 1.1111111111rem 1.6666666667rem;
  border-radius: 0 0 0.5555555556rem 0.5555555556rem;
}
app-family-member-profile .profile-details.with-shadow .actions .small {
  margin-right: 0.6666666667rem;
}
app-family-member-profile .profile-details.with-shadow .user-profile-image {
  position: inherit;
}
app-family-member-profile .profile-details.offer-details .top-profile .user-profile-image .overlay-profile {
  height: 0.8333333333rem !important;
}
app-family-member-profile .profile-details.offer-details .top-profile .user-profile-image p {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 1.1111111111rem;
  margin-bottom: 1.1111111111rem;
}
app-family-member-profile .profile-details.offer-details .top-profile .status-container span {
  margin-bottom: 0 !important;
}
app-family-member-profile .profile-details.offer-details .top-profile .dates-container {
  margin: 1.1111111111rem 1.6666666667rem;
  padding: 1.1111111111rem;
  border: 1px dashed #c6c7d0;
  border-radius: 0.2222222222rem;
}
app-family-member-profile .profile-details.offer-details .top-profile .dates-container p {
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: left;
  margin-bottom: 0;
}
app-family-member-profile .profile-details.offer-details .top-profile .dates-container p:first-child {
  margin-bottom: 0.8333333333rem;
}
app-family-member-profile .profile-details.offer-details .top-profile .dates-container p span {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
app-family-member-profile .profile-details.offer-details .top-profile .btn_actions {
  display: flex;
  margin: 2.2222222222rem 1.6666666667rem 0rem 1.6666666667rem;
}
app-family-member-profile .profile-details.offer-details .top-profile .btn_actions button {
  width: 50%;
  margin-left: 1.1111111111rem;
  margin-bottom: 0.8333333333rem;
}
app-family-member-profile .profile-details.offer-details .top-profile .btn_actions button:first-child {
  margin-left: 0rem;
}
app-family-member-profile .member_numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
app-family-member-profile .member_numbers .item {
  background-color: rgba(var(--main-color), 0.04);
  border-radius: 0.5555555556rem;
  padding: 0.8333333333rem 0.8888888889rem;
  width: 50%;
  margin: 0.4166666667rem;
}
app-family-member-profile .member_numbers .item .number {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.3888888889rem;
}
app-family-member-profile .member_numbers .item .lable {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.8333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

app-confirm-delete-member .dialog_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
app-confirm-delete-member .dialog_content img {
  margin-top: 1.6666666667rem;
  margin-bottom: 2.2222222222rem;
  height: 5.3333333333rem;
}
app-confirm-delete-member .dialog_content h3 {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
  text-align: center;
}
app-confirm-delete-member .dialog_content p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
}
app-confirm-delete-member .dialog_actions .btn-primary {
  background-color: #f44336 !important;
  color: #fff;
}

.vertical-tabs {
  margin-top: 3.0555555556rem;
  padding-bottom: 1.6666666667rem;
  width: 100%;
}
@media (max-width: 992px) {
  .vertical-tabs {
    width: auto;
  }
}
.vertical-tabs .mat-tab-header {
  box-shadow: 0 0.2222222222rem 0.4444444444rem rgba(59, 53, 61, 0.08);
  background-color: #ffffff;
  border-radius: 0.5555555556rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media (width < 768px) {
  .vertical-tabs .mat-tab-header {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.vertical-tabs .mat-tab-list {
  border-bottom: 0 !important;
}
@media (min-width: 767px) {
  .vertical-tabs .mat-tab-list .mat-tab-labels {
    display: inline-grid;
    width: 19.1666666667rem;
  }
}
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label {
  justify-content: flex-start;
  opacity: 1 !important;
}
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label .mat-tab-label-content {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  opacity: 1 !important;
}
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label .mat-tab-label-content svg,
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label .mat-tab-label-content path {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  fill: #6b6d85;
  margin-right: 0.3888888889rem;
}
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label:first-child {
  margin-top: 0.4444444444rem;
}
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label:last-child {
  margin-bottom: 0.4444444444rem;
}
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label.mat-tab-label-active {
  background-color: rgba(var(--main-color), 0.05);
  opacity: 1 !important;
}
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label.mat-tab-label-active .mat-tab-label-content {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: rgb(var(--main-color)) !important;
  font-family: "Alexandria", sans-serif !important;
}
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label.mat-tab-label-active .mat-tab-label-content svg,
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label.mat-tab-label-active .mat-tab-label-content path {
  fill: rgb(var(--main-color));
  margin-right: 0.3888888889rem;
}
.vertical-tabs .mat-tab-list .mat-tab-labels .mat-tab-label.mat-tab-label-active::before {
  content: "";
  position: absolute;
  width: 0.1111111111rem;
  height: 1.3333333333rem;
  display: block;
  margin: auto 0;
  border-top-left-radius: 0.1666666667rem;
  border-bottom-left-radius: 0.1666666667rem;
  background-color: rgb(var(--main-color));
}
.vertical-tabs .mat-tab-list .mat-ink-bar {
  display: none;
}
.vertical-tabs .mat-tab-group {
  flex-direction: row;
  width: 100%;
}
@media (width < 767px) {
  .vertical-tabs .mat-tab-group {
    flex-direction: column;
  }
  .vertical-tabs .mat-tab-group .mat-tab-body-wrapper {
    margin-left: 0px !important;
    margin-top: 1.6666666667rem;
  }
}
.vertical-tabs .mat-tab-group .mat-tab-body-wrapper {
  margin-left: 1.6666666667rem;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.1666666667rem 0.5555555556rem;
  border-radius: 0.4444444444rem;
}
.vertical-tabs .mat-tab-group .mat-tab-body-wrapper .mat-tab-body-content .card {
  background-color: #ffffff;
  border: none;
}
.vertical-tabs .mat-tab-group .mat-tab-body-wrapper .mat-tab-body-content .card .card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1111111111rem;
  border-bottom: 1px solid #dddde3;
}
.vertical-tabs .mat-tab-group .mat-tab-body-wrapper .mat-tab-body-content .card .card-head .card-title {
  margin-bottom: 0;
}
.vertical-tabs .mat-tab-group .mat-tab-body-wrapper .mat-tab-body-content .card .card-head .card-title h4 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.vertical-tabs .mat-tab-group .mat-tab-body-wrapper .mat-tab-body-content .card .card-content {
  padding: 1.6666666667rem 1.1111111111rem;
  position: relative;
}
.vertical-tabs .mat-tab-group .mat-tab-body-wrapper .mat-tab-body-content .card .card-alert {
  padding: 1.1111111111rem;
  background-color: #fcfaef;
  width: 100%;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #bb9d03 !important;
  font-family: "Alexandria", sans-serif !important;
}
.vertical-tabs .mat-tab-group .mat-tab-body-wrapper .mat-tab-body-content .card .card-alert a {
  color: rgb(var(--main-color));
  text-decoration: underline;
  margin-left: 0.8333333333rem;
}
.vertical-tabs .mat-tab-body-content {
  overflow: initial;
  background-color: #fff;
}

.mat-tab-label {
  height: initial !important;
  padding: 1.25rem 0.9444444444rem !important;
}

.changePhone {
  text-align: center;
}
.changePhone .image {
  width: 11.1111111111rem;
  height: 11.1111111111rem;
  border-radius: 50%;
  background-color: rgba(var(--main-color), 0.03);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-top: 1.1111111111rem;
  margin-bottom: 1.6666666667rem;
}
.changePhone .image img {
  height: 5.2777777778rem;
}
.changePhone .title {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.9444444444rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}
.changePhone .sub-title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 3.3333333333rem;
}
.changePhone .phone_lable {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
  text-align: left;
}
.changePhone mat-form-field {
  margin-bottom: 1.6666666667rem;
}

.otpInput {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.4444444444rem;
}
.otpInput > div {
  padding: 0px 0.5555555556rem;
}
.otpInput .otp {
  width: 5rem;
  height: 5rem;
  font-weight: 500 !important;
  font-size: 2.4444444444rem !important;
  line-height: 4.4444444444rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  border-radius: 0.5555555556rem;
  text-align: center;
  border: solid 0.0555555556rem #dddde3;
}
.otpInput .otp:focus {
  outline: none !important;
  border: solid 0.1111111111rem rgb(var(--main-color));
  caret-color: rgb(var(--main-color)) !important;
}

.confirmPhone {
  text-align: center;
  padding-top: 1.1111111111rem;
}
.confirmPhone .lable {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.confirmPhone .phone {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.6666666667rem;
}
.confirmPhone .resend {
  display: flex;
  justify-content: center;
  align-items: center;
}
.confirmPhone .resend .countdown {
  font-size: 0.7777777778rem;
  color: #8e8fa2;
  margin-left: 0.4444444444rem;
}
.confirmPhone .resend a {
  color: rgb(var(--main-color));
  font-size: 0.7777777778rem;
  font-weight: 600;
  cursor: pointer;
}
.confirmPhone .resend a.disabled {
  text-decoration: underline;
  cursor: not-allowed;
}

.mat-slide-toggle .mat-slide-toggle-label .mat-slide-toggle-content {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.mat-slide-toggle .mat-slide-toggle-bar {
  width: 2.8888888889rem;
  height: 1.7777777778rem;
  border-radius: 1.6666666667rem;
  background-color: #6b6d85 !important;
  margin-right: 1.1111111111rem !important;
}
.mat-slide-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb-container {
  top: 0.2222222222rem;
  left: 0.2222222222rem;
}
.mat-slide-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  height: 1.3333333333rem;
  width: 1.3333333333rem;
  background-color: #ffffff;
  box-shadow: none;
}
[dir=rtl] .mat-slide-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb-container {
  left: 0;
  right: 0.2777777778rem;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
  transform: translate3d(1.0555555556rem, 0, 0) !important;
}
[dir=rtl] .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
  transform: translate3d(-1rem, 0, 0) !important;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #287676 !important;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #49d6d6 !important;
}
.mat-slide-toggle.mat-disabled {
  opacity: 1 !important;
}
.mat-slide-toggle.mat-disabled .mat-slide-toggle-bar {
  background-color: #dddde3 !important;
}
.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  background-color: #c6c7d0 !important;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.mat-progress-bar {
  border-radius: 5px;
  height: 0.5555555556rem !important;
}
.mat-progress-bar .mat-progress-bar-buffer {
  transform: scale3d(1, 1, 1) !important;
}
.mat-progress-bar .mat-progress-bar-fill::after {
  background-color: #49D6D6 !important;
}
.mat-progress-bar .mat-progress-bar-buffer {
  background-color: rgba(73, 214, 214, 0.2196078431);
}
.mat-progress-bar .mat-progress-bar-background {
  fill: transparent;
}

.register-vendor .answers-paging {
  margin: 1.6666666667rem !important;
}
.register-vendor .answers-paging .paging {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7777777778rem;
}
.register-vendor .answers-paging .paging p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0 !important;
}
.register-vendor .answers-paging .paging p span {
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.register-vendor .answers-paging .paging .btns {
  display: flex;
}
.register-vendor .answers-paging .paging .btns button {
  background-color: #F4F4F6;
  color: #6B6D85;
  margin: auto;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
}
.register-vendor .answers-paging .paging .btns button svg {
  height: 0.6666666667rem;
}
.register-vendor .answers-paging .paging .btns button:last-child {
  margin-left: 1.1111111111rem;
}
.register-vendor .answers-paging .paging .btns button:disabled {
  background-color: #FAFBFB;
  color: #B0B0BE;
}
.register-vendor .dialog-padding {
  margin: 0 1.6666666667rem !important;
}

.mat-tree {
  border-radius: 0.2777777778rem;
}
.mat-tree.has-error {
  border-color: #f44336;
}
.mat-tree .mat-tree-node {
  display: flex;
  align-items: center !important;
  padding: 0 !important;
}
.mat-tree .mat-tree-node.has-parent {
  padding-left: 40px !important;
}
.mat-tree .mat-tree-node.level-1.has-parent {
  padding-left: 60px !important;
}
.mat-tree .mat-tree-node.level-1.parent {
  padding-left: 20px !important;
}
.mat-tree .mat-tree-node.level-2.has-parent {
  padding-left: 80px !important;
}
.mat-tree .mat-tree-node.level-2.parent {
  padding-left: 40px !important;
}
.mat-tree .mat-tree-node.active {
  background-color: #f2f2f2;
}
.mat-tree .icon-button .mat-icon {
  color: #6b6d85;
}
.mat-tree .icon-button:hover {
  background-color: transparent !important;
}
.mat-tree .mat-checkbox-layout {
  margin: 0;
}
.mat-tree .mat-checkbox-layout .mat-checkbox-checkmark-path {
  stroke: #123636 !important;
}
.mat-tree .mat-checkbox-layout .mat-checkbox-mixedmark {
  background-color: #123636 !important;
}
.mat-tree .mat-checkbox-layout .mat-checkbox-label {
  font-size: 1rem;
  color: #1c1e44;
  text-wrap: wrap;
  width: 25vw;
  text-overflow: ellipsis;
}
.mat-tree .mat-checkbox .checkbox .checkbox__native-control .checkbox__background {
  border-color: #6b6d85 !important;
}
.mat-tree .mat-checkbox .checkbox .checkbox__native-control:enabled:checked ~ .checkbox__background, .mat-tree .mat-checkbox .checkbox .checkbox__native-control:enabled:indeterminate ~ .checkbox__background {
  border-color: var(--secondry-color) !important;
  background-color: var(--secondry-color) !important;
}
.mat-tree .mat-checkbox .checkbox .checkbox__native-control:enabled:checked ~ .checkbox__background .checkbox__checkmark,
.mat-tree .mat-checkbox .checkbox .checkbox__native-control:enabled:checked ~ .checkbox__background .checkbox__mixedmark, .mat-tree .mat-checkbox .checkbox .checkbox__native-control:enabled:indeterminate ~ .checkbox__background .checkbox__checkmark,
.mat-tree .mat-checkbox .checkbox .checkbox__native-control:enabled:indeterminate ~ .checkbox__background .checkbox__mixedmark {
  border-color: #123636 !important;
  color: #123636 !important;
  width: 11px;
  top: 1px;
  right: 2px;
}
.mat-tree .mat-checkbox .checkbox .checkbox__native-control:enabled .checkbox__checkmark,
.mat-tree .mat-checkbox .checkbox .checkbox__native-control:enabled .checkbox__mixedmark {
  border-color: #123636 !important;
}
.mat-tree .mat-checkbox .checkbox .checkbox__native-control:focus:checked .checkbox__ripple {
  background-color: transparent !important;
}

.mat-tree-with-img {
  position: relative;
}
.mat-tree-with-img .parent {
  padding: 0.8333333333rem 1.6666666667rem !important;
  border-bottom: 1px solid #DDDDE3;
}
.mat-tree-with-img .parent.active {
  background-color: #F4F4F6;
  border-bottom: none;
}
.mat-tree-with-img .level-0.has-parent {
  padding-left: 1.6666666667rem !important;
}
.mat-tree-with-img .mat-icon-button {
  position: absolute !important;
  right: 0.5555555556rem !important;
}
.mat-tree-with-img .has-parent {
  padding: 0.8333333333rem 2.7777777778rem !important;
  border-bottom: 1px solid #DDDDE3;
}
.mat-tree-with-img .has-parent .checklist-leaf-node .name-with-image .image-square {
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
}
.mat-tree-with-img .has-parent .checklist-leaf-node .name-with-image .image-square.small-square {
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
}
.mat-tree-with-img .has-parent .checklist-leaf-node .name-with-image .name h5 {
  max-width: 17vw;
  white-space: normal;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.6666666667rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}/*# sourceMappingURL=style.css.map */