@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800&display=swap");
:root {
  --primary-bg-color: #181A3A;
  --secondry-bg-color: #1C1E44;
  --bg-hover-color: #3E4060;
  --primary-btn-bg-color: #1C1E44;
  --secondry-color: #49D6D6;
  --dark-secondary-color: #3EB6B6;
  --secondry-color-light:#BFF1F1;
  --primary-text-color: #F4F4F6;
  --icon-color: #C6C7D0;
}

/*!
 * 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 .has-error {
  background-color: #f4f4f6 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  padding: 0 1.1111111111rem;
}

.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;
  z-index: 999 !important;
}
.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;
  }
}
.modal-xxl {
  max-width: 1300px;
}

.ratio.zoom.with-height iframe {
  min-height: 45rem;
  min-width: 100%;
  box-shadow: none !important;
}
.ratio.zoom.with-height iframe body {
  direction: ltr !important;
}

#wc-loading {
  position: static !important;
  direction: ltr !important;
}

#zmmtg-root {
  direction: ltr !important;
  background-color: transparent !important;
}
#zmmtg-root #wc-content {
  background-color: transparent !important;
}
#zmmtg-root #wc-content .participants-header__header {
  border-top: none !important;
}
#zmmtg-root .btn-primary {
  background-color: #0e71eb !important;
  border-color: #0e71eb;
  color: white !important;
}
#zmmtg-root .chat-item__pmc {
  width: 37%;
}
#zmmtg-root .disclaimer__button-wrap {
  justify-content: start;
  align-items: center;
  margin-left: 10px;
}
#zmmtg-root .chat-rtf-box__chat-textarea-wrapper {
  margin-top: 10px;
  width: 25rem;
}
#zmmtg-root .chat-container__chat-control {
  margin-top: 10px;
}
#zmmtg-root #chat-box-bottom-emoji-picker .dropdown-menu {
  left: -4rem;
}

.ReactModal__Content {
  direction: ltr !important;
}

.video-avatar__avatar-name {
  line-height: normal !important;
}

.dropdown-menu.dark-dropdown {
  direction: ltr !important;
}

.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, .cards-list .card .roles-view-tab,
.cards-list .card .roles-view-tab > div {
  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, .cards-list .card .roles-view-tab,
.cards-list .card .roles-view-tab > div {
  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, .cards-list .card .roles-view-tab,
.cards-list .card .roles-view-tab > div {
  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;
  }
}
.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;
}

body .dialog_content[dir=ltr] {
  text-align: left;
  direction: ltr;
}

/* Text alignment and direction for RTL languages */
body .dialog_content[dir=rtl] {
  text-align: right;
  direction: rtl;
}

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;
  background-color: #fafbfb;
  font-weight: 500;
  position: relative;
  overflow-x: hidden;
}
body .mat-tooltip {
  background-color: var(--secondry-bg-color) !important;
  font-size: 0.7777777778rem !important;
  font-weight: 500 !important;
}
body .mat-tooltip.mat-tooltip-show {
  direction: rtl !important;
}

.content-grid {
  background-color: #fafbfb;
}

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 !important;
  height: 0.3rem !important;
}

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

::-webkit-scrollbar-thumb {
  background-color: var(--secondry-color) !important;
  border-radius: 2px !important;
}

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

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

.one-tab-content::-webkit-scrollbar-thumb {
  background-color: var(--secondry-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 !important;
  line-height: 1.7;
}
textarea.mat-input-element {
  resize: none !important;
  line-height: 1.3888888889rem;
  padding: 0 !important;
  margin-top: 0 !important;
  font-size: 0.8888888889rem;
}

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

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

:not(.innerHTML) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.innerHTML ul {
  padding: revert !important;
  list-style-type: disc !important;
}
.innerHTML ul li::before {
  display: none !important;
}
.innerHTML ol ol ol ol ol {
  list-style-type: upper-roman;
}
.innerHTML ol ol ol ol {
  list-style-type: upper-latin;
}
.innerHTML ol ol ol {
  list-style-type: lower-roman;
}
.innerHTML ol ol {
  list-style-type: lower-latin;
}
.innerHTML ol {
  list-style-type: decimal;
}
.innerHTML ul {
  list-style: none;
}
.innerHTML ul ul {
  list-style: none;
}
.innerHTML .table table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}
.innerHTML .table table td {
  border-style: solid;
  border-width: 0;
  border-color: #c4c4c4 !important;
  background-color: #fafbfb !important;
  box-shadow: none !important;
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 0.4em;
}

.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-26 {
  font-size: 1.4444444444rem !important;
}

.font-31 {
  font-size: 1.7222222222rem !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;
}

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

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

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

.black-text {
  color: var(--secondry-bg-color) !important;
}

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

.greenColor {
  color: #2f8b8b !important;
}

.grayColor {
  color: #6b6d85 !important;
}

.white-text {
  color: #ffffff !important;
}
[dir=ltr] .white-text svg {
  transform: scaleX(-1);
}

.background-light-green {
  background-color: #e4f9f9 !important;
}

.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-left-right .cards-list .card .roles-view-tab, .cards-list .card .margin-left-right .roles-view-tab,
  .margin-left-right .cards-list .card .roles-view-tab > div,
  .cards-list .card .margin-left-right .roles-view-tab > div {
    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 {
  pointer-events: none;
  opacity: 0.7;
}
.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);
  font-size: 70% !important;
}
.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;
  white-space: nowrap;
}
.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);
  font-size: 70% !important;
}
.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;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.name-with-image .image-square span {
  display: flex;
  margin: auto;
  font-size: 1em;
  font-weight: 600;
  white-space: nowrap;
  font-size: 80% !important;
}
.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 .image-square.wide {
  width: 5rem;
  min-width: 5rem;
  height: 2.7777777778rem;
}
.name-with-image .image-square.wide.extra-wide {
  width: 6.1111111111rem;
  min-width: 6.1111111111rem;
  height: 3.3333333333rem;
  margin-right: 0;
}
.name-with-image.small .image-circle {
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  min-width: 1.9444444444rem;
  font-size: 70% !important;
}
.name-with-image.small .image-square {
  width: 1.3888888889rem;
  height: 1.3888888889rem;
  min-width: 1.3888888889rem;
  font-size: 70% !important;
}
.name-with-image.small .image-square span {
  font-size: 0.3333333333rem;
}
.name-with-image.thumb .image-circle {
  width: 1.2777777778rem;
  height: 1.2777777778rem;
  min-width: 1.2777777778rem;
  font-size: 70% !important;
}
.name-with-image .name {
  text-align: start;
}
.name-with-image .name h5 {
  font-size: 1rem;
  line-height: 1.6111111111rem !important;
  margin: 0;
  font-weight: 600;
  max-width: 20vw;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: wrap;
}
.name-with-image .name h5.small-width {
  max-width: 10vw;
}
.name-with-image .name h5.email {
  max-width: 20vw;
}
[dir=rtl] .name-with-image .name h5.email {
  direction: ltr;
  text-align: end;
}
.name-with-image .name h5.with-width {
  width: 15vw;
}
.name-with-image .name h5 span {
  font-size: 0.7222222222rem;
  line-height: 1.1666666667rem;
  margin-left: 0.3333333333rem;
  color: var(--secondry-bg-color);
  font-weight: 500;
}
.name-with-image .name h6 {
  font-size: 0.7777777778rem;
  line-height: 1.1111111111rem;
  font-weight: 500;
  margin: 0;
  word-break: break-word;
}
.name-with-image .name .with-image {
  width: 1.1111111111rem;
  min-width: 1.1111111111rem;
  height: 1.1111111111rem;
  box-shadow: 0rem 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
  margin-right: 0.2222222222rem;
  border-radius: 0.2222222222rem;
}
.name-with-image .name .with-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.2222222222rem;
  display: block;
  margin: auto;
  height: 100%;
}
.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;
}
.name-with-image.small-wide-img .image-square {
  width: 6.7777777778rem;
  height: 3.3333333333rem;
  min-width: 6.7777777778rem;
}
.name-with-image.with-bg {
  background-color: #f4f4f6;
  padding: 0.5555555556rem 1.1111111111rem;
  border-radius: 0.5555555556rem;
}
.name-with-image.with-bg .name h5 {
  white-space: normal !important;
}
.name-with-image .top-profile-card-actions {
  margin-left: auto !important;
  margin-right: 3.3333333333rem !important;
}
.name-with-image .top-profile-card-actions .mat-menu-dots {
  width: 2.7777777778rem;
}

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

.paragraph-with-bg {
  background-color: #fafbfb;
  padding: 0.8333333333rem 1.6666666667rem;
}
.paragraph-with-bg.with-border-radius {
  background-color: #f4f4f6 !important;
  border-radius: 0.2222222222rem;
}

.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.7777777778rem !important;
  line-height: 1rem !important;
  color: #4d4d4d !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.5555555556rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: -moz-max-content;
  max-width: max-content;
}
.status-badge img,
.status-badge svg {
  margin-left: 0.2777777778rem;
}
.status-badge img.left,
.status-badge svg.left {
  margin-left: 0 !important;
  margin-right: 0.4444444444rem;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}
.status-badge img.start,
.status-badge svg.start {
  margin-right: 0.5555555556rem;
}
.status-badge.centralized {
  display: block;
  margin: auto !important;
}
.status-badge.no-bg {
  background-color: transparent !important;
  border: none !important;
}
.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.7777777778rem;
  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-left: 0.5555555556rem;
}
.status-badge.yellow.with-border {
  border: 1px solid #f0eddc;
}
.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-left: 0.5555555556rem;
}
.status-badge.red svg,
.status-badge.red path {
  fill: #ba460b !important;
}
.status-badge.red.with-border {
  border: 1px solid #f2e7e2;
}
.status-badge.orange {
  background-color: #fcfaef;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.status-badge.dark-orange {
  background-color: #fff3e0;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #e65100 !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
}
.status-badge.dark-orange img,
.status-badge.dark-orange svg {
  margin-left: 0.5555555556rem;
}
.status-badge.dark-orange svg,
.status-badge.dark-orange path {
  fill: #e65100 !important;
}
.status-badge.dark-orange.with-border {
  border: 1px solid #ffe6c0;
}
.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-left: 0.5555555556rem;
}
.status-badge.green.with-border {
  border: 1px solid #e2efe2;
}
.status-badge.dark-green {
  background-color: #e0f2f1;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #00796b !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
}
.status-badge.dark-green img,
.status-badge.dark-green svg {
  margin-left: 0.5555555556rem;
}
.status-badge.dark-green.with-border {
  border: 1px solid #94d8d1;
}
.status-badge.light-green {
  background-color: #e4f9f9;
  border: 1px solid #bff1f1;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
}
.status-badge.light-green img,
.status-badge.light-green svg {
  margin-right: 0.4444444444rem;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}
.status-badge.light-green-no-border {
  padding: 0.5555555556rem 1.1111111111rem !important;
  background-color: #e4f9f9;
  border: none;
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
}
.status-badge.light-green-no-border img,
.status-badge.light-green-no-border svg {
  margin-left: 0.5555555556rem;
  width: 0.6666666667rem;
  height: 0.6666666667rem;
}
.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;
}
.status-badge.blue {
  background-color: #eaf6ff;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1b6397 !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
}
.status-badge.blue svg {
  margin-left: 0.5555555556rem;
}
.status-badge.blue svg path {
  fill: #1b6397 !important;
}
.status-badge.light-blue {
  background-color: #eaf6ff;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #2471da !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
}
.status-badge.light-blue svg {
  margin-left: 0.5555555556rem;
}
.status-badge.light-blue svg path {
  fill: #2471da !important;
}
.status-badge.dark-green {
  background-color: #edfbfb !important;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
  border: 1px solid #d2f5f5;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
}
.status-badge.dark-green svg {
  margin-left: 0.5555555556rem;
}
.status-badge.dark-green svg path {
  fill: #2f8b8b !important;
}
.status-badge.grey {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
}
.status-badge.grey svg {
  margin-left: 0.5555555556rem;
}
.status-badge.grey svg path {
  fill: #8e8fa2 !important;
}
.status-badge + .status-badge {
  margin-top: 0.4444444444rem;
}

.light-green-background {
  background-color: #edfbfb !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(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}

.data-empty h2 {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
  width: 75%;
}

.data-empty.special-data-empty {
  padding-bottom: 0 !important;
}
.data-empty.special-data-empty img {
  width: 15%;
}
.data-empty.special-data-empty h3 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

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

.small-img {
  padding-bottom: 20px !important;
}
.small-img img {
  width: 5% !important;
}

.small-img-fontMedium {
  padding-bottom: 0 !important;
}
.small-img-fontMedium img {
  width: 5% !important;
}
.small-img-fontMedium h3 {
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

.small-img-fontMedium-18 {
  padding-bottom: 0 !important;
}
.small-img-fontMedium-18 img {
  width: 5% !important;
}
.small-img-fontMedium-18 h3 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

.placeholder {
  min-height: 16.6666666667rem;
}

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

ngb-rating {
  color: #f8a02a;
}
ngb-rating span {
  font-size: 1.1111111111rem;
}
ngb-rating .visually-hidden {
  display: none;
}

.preventSelection {
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none;
  /* Standard syntax */
}

.linkable {
  color: var(--secondry-bg-color);
  text-decoration: none;
  cursor: pointer !important;
}
.linkable * {
  cursor: pointer !important;
}
.linkable:hover * {
  color: initial;
  text-decoration: underline !important;
}
.linkable.green-hover:hover {
  color: #287676 !important;
}

table .tag-block {
  width: 25%;
  max-width: 25%;
}

.tag-block {
  width: 100%;
  max-width: 100%;
}
.tag-block .tag {
  display: inline-block;
  background: #feefea;
  color: #e86d3a;
  padding: 0.3333333333rem 0.7777777778rem;
  border-radius: 2.7777777778rem;
  margin-right: 0.2777777778rem;
  margin-bottom: 0.2777777778rem;
}
.tag-block .yellow-tag {
  display: inline-block;
  background: #fcd9aa;
  color: #382102;
  padding: 0.3333333333rem 0.7777777778rem;
  border-radius: 2.7777777778rem;
  margin-right: 0.2777777778rem;
  margin-bottom: 0.2777777778rem;
}
.tag-block .mat-button-base.btn-light {
  border-color: #fcded5;
  background-color: #fcded5;
  color: #e86d3a;
  padding: 0.375rem 0.875rem;
}
.tag-block .mat-button-base.btn-light img {
  max-width: 1.1111111111rem;
  max-height: 1.1111111111rem;
}

.inline-radios .list-has-fields .mat-radio-button {
  margin-top: 0 !important;
  align-items: center;
  justify-content: center;
  margin-left: 2.2222222222rem;
}
.inline-radios .list-has-fields .mat-radio-button .mat-radio-label-content {
  font-size: 0.8888888889rem;
  font-weight: 500;
}

.search-control .form-control:focus {
  box-shadow: none !important;
}

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

.ltr {
  direction: ltr;
}

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

.text-wrap {
  text-wrap: auto !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;
}

.mat-snack-bar-container .mat-button[mat-button] {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
}

a.mat-button {
  line-height: 1.5555555556rem !important;
}

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

#basic-info .qr-code .img-card {
  max-width: 10rem;
  height: 10rem;
  position: relative;
}
#basic-info .qr-code .img-card img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#basic-info .qr-code .img-card button {
  position: absolute;
  left: 40%;
  top: 35%;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  background-color: #FFF;
  width: 2.7777777778rem;
  height: 2.7777777778rem;
}
#basic-info .qr-code .img-card button img {
  width: 100%;
}
#basic-info .qr-code .img-card:hover button {
  opacity: 1;
}

.uploadFile::file-selector-button {
  margin-right: 20px;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.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: var(--secondry-color) !important;
  color: #123636 !important;
}

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

.btn-dark-grey {
  background-color: #f1f2f4 !important;
  color: #555673 !important;
}

.btn-light-green {
  padding: 0.3888888889rem 0.5555555556rem !important;
  background-color: #bff1f1 !important;
  border: none;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1a4b4b !important;
  font-family: "Alexandria", sans-serif !important;
}
.btn-light-green.btn-big {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1a4b4b !important;
  font-family: "Alexandria", sans-serif !important;
}

.mat-stroked-button {
  border: 1px solid transparent !important;
}

mat-radio-group.cards {
  margin: 0 -0.5555555556rem;
  margin-top: 1.1111111111rem;
}
mat-radio-group.cards > .col-6 {
  padding: 0 0.5555555556rem;
}
mat-radio-group.cards .mat-ripple {
  height: 100%;
}
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 h6 {
  line-height: 1.5555555556rem;
}
mat-radio-group.cards p {
  font-size: 0.6111111111rem;
  margin: 0.5555555556rem 0 0;
  text-align: center;
}
mat-radio-group.cards mat-radio-button .mat-radio-label {
  position: relative;
  width: 100%;
  border: 0.1111111111rem solid var(--secondry-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;
}
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;
}
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-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;
}
mat-radio-group.cards mat-radio-button .content {
  padding: 2.7777777778rem 1.1111111111rem;
}
mat-radio-group.cards.has-error {
  padding-top: 0.8333333333rem;
  border: solid 1px #f44336;
  border-radius: 0.4444444444rem;
}

.checkboxes-cards {
  margin: 0 -0.5555555556rem;
  margin-top: 1.1111111111rem;
}
.checkboxes-cards > .col-6 {
  padding: 0 0.5555555556rem;
}
.checkboxes-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;
}
.checkboxes-cards h6 {
  line-height: 1.5555555556rem;
}
.checkboxes-cards p {
  font-size: 0.6111111111rem;
  margin: 0.5555555556rem 0 0;
  text-align: center;
}
.checkboxes-cards mat-checkbox .mat-checkbox-label {
  border-radius: 0.5555555556rem;
}
.checkboxes-cards mat-checkbox .mat-checkbox-layout {
  position: relative;
  width: 100%;
  border: 0.1111111111rem solid var(--secondry-color);
  border-radius: 0.5555555556rem;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  white-space: normal;
}
.checkboxes-cards mat-checkbox .mat-checkbox-layout .mat-radio-label-content {
  padding: 0;
}
.checkboxes-cards mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-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;
}
.checkboxes-cards mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-frame {
  opacity: 0;
}
.checkboxes-cards mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-mixedmark {
  background-color: #123636;
}
.checkboxes-cards mat-checkbox .mat-checkbox-layout .type-icon {
  height: 3.3333333333rem;
}
.checkboxes-cards mat-checkbox .mat-checkbox-layout .cover_bg {
  opacity: 0;
  position: absolute;
  top: 0rem;
  left: 0.0555555556rem;
  width: 100%;
  transform: scaleX(-1);
}
.checkboxes-cards mat-checkbox.mat-checkbox-checked .mat-checkbox-inner-container {
  opacity: 1;
}
.checkboxes-cards mat-checkbox.mat-checkbox-checked .mat-checkbox-label {
  background-color: #e4f9f9;
  border-color: #37a1a1;
  width: 100%;
  height: 100%;
}
.checkboxes-cards mat-checkbox.mat-checkbox-checked .mat-checkbox-label .cover_bg {
  opacity: 1;
  width: 60% !important;
}
.checkboxes-cards mat-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background-color: #37a1a1 !important;
}
.checkboxes-cards mat-checkbox.mat-checkbox-checked .mat-checkbox-background .mat-checkbox-checkmark-path {
  stroke: #bff1f1 !important;
  color: #bff1f1 !important;
}
.checkboxes-cards mat-checkbox .content {
  padding: 2.7777777778rem 1.1111111111rem;
}

.mat-checkbox-inner-container .mat-checkbox-background .mat-checkbox-mixedmark {
  background-color: #123636;
}

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

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

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

.detailes_sidenav .mat-drawer-backdrop {
  position: fixed !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/companyAdmin/ic_info.svg);
  background-repeat: no-repeat;
  background-size: 0.7777777778rem;
  background-position: top 0.1111111111rem left;
}

.sideNav_detailes .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;
}
.sideNav_detailes .header a {
  position: absolute;
  top: 1.6666666667rem;
  right: 1.6666666667rem;
}
.sideNav_detailes .action {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #fafbfb;
  width: 100%;
  padding: 1.2222222222rem 1.6666666667rem;
  display: flex;
  gap: 1.1111111111rem;
}
.sideNav_detailes .action button {
  width: 50%;
}

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: var(--secondry-bg-color) !important;
}

.red-color {
  color: #dc3545;
}

.dark-red-color {
  color: #D51527 !important;
}

.blue-color {
  color: #0064ab;
}

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

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

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

.dark-blue-color {
  color: var(--secondry-bg-color);
}

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

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

.dark-green2-color {
  color: #287676 !important;
}

.green-color {
  color: #2e7d32 !important;
}

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

.regular-line-height {
  line-height: 1rem !important;
}

.fields-group.flexing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fields-group.flexing .fields-group-title {
  flex: 1;
}
.fields-group.flexing .mat-form-field {
  flex: 0.7;
  width: 9.4444444444rem;
}

a.link {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: start;
  width: 100%;
  display: block;
}
a.link:hover {
  text-decoration: underline;
}
a.link svg {
  margin-left: 0.2777777778rem;
  height: 0.8888888889rem;
  transform: scaleX(-1);
}

.info-data {
  padding: 1.1111111111rem 0;
  display: flex;
  align-items: center;
}
.info-data > * div {
  overflow-wrap: anywhere;
}
.info-data .icon-card {
  display: flex;
  align-items: center;
  background: #f4f4f6;
  border-radius: 50%;
  margin-right: 0.7777777778rem;
  min-width: 3.0555555556rem;
  width: 3.0555555556rem;
  height: 3.0555555556rem;
}
.info-data .icon-card img {
  display: block;
  margin: auto;
}
.info-data .icon-card.social-icon-card img {
  width: 1.6666666667rem !important;
  height: 1.6666666667rem !important;
}
.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.email div {
  direction: ltr;
}
.info-data a:not(.email) {
  display: block;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-data a:not(.email):hover {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.1111111111rem !important;
  color: #4990E1 !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;
  min-width: auto !important;
}
.info-data.social-media img {
  margin-right: 1.1111111111rem;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
}

.no-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.2222222222rem 1.1111111111rem;
}
.no-data img {
  margin-bottom: 2.2222222222rem;
  max-width: 100%;
}
.no-data h4 {
  margin-bottom: 0.5555555556rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

.download-pdf {
  width: 100%;
  max-width: 25rem;
  margin-left: 3.8888888889rem;
}
@media (width < 768px) {
  .download-pdf {
    width: calc(100% - 5.5555555556rem);
  }
}

.chips-selected {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.chips-selected li {
  margin: 0.0555555556rem 0;
  margin-right: 0.4444444444rem;
  display: flex;
  align-items: center;
  font-size: 0.7777777778rem;
  font-weight: 600;
  line-height: 1.1111111111rem;
  background-color: #eeeff2;
  border-radius: 0.3333333333rem;
}
.chips-selected li p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  padding: 0.2777777778rem 0.5555555556rem;
}
.chips-selected li .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 0.3333333333rem;
  border-top-right-radius: 0.3333333333rem;
  border-bottom-right-radius: 0.3333333333rem;
  width: 1.3333333333rem;
  min-width: 1.3333333333rem;
  height: 1.6666666667rem;
  line-height: 1.1111111111rem;
  font-size: 1rem;
  color: #677487;
  background-color: #e6e8eb;
  cursor: pointer;
}
.chips-selected li .remove:hover {
  background-color: #aeafb0;
}

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

.box-error {
  border: 1px solid #f44336;
  border-radius: 0.2777777778rem;
  padding: 0.2777777778rem;
}

.cursor_pointer {
  cursor: pointer !important;
}

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

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

input.Passowrd {
  direction: ltr !important;
}

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

.svg-list {
  display: flex;
  justify-content: left;
}
.svg-list img {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  margin-right: 0.5555555556rem;
}

.logos-list.pink-color .logo-img.count {
  background: #a70751;
}
.logos-list.pink-color .logo-img.count a {
  background: #a70751;
  color: #ffffff;
}
.logos-list.blue-color .logo-img.count {
  background: #77e0e0 !important;
  color: #0b2020 !important;
}
.logos-list.blue-color .logo-img.count a {
  background: #77e0e0 !important;
  color: #0b2020 !important;
}
.logos-list .logo-img {
  position: relative;
  z-index: 1;
  margin-right: 0;
  border-radius: 50%;
  border: 0.1111111111rem solid #ffffff;
  background-color: #ffffff;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  overflow: hidden;
  box-shadow: 0 0.0555555556rem 0.2777777778rem rgba(0, 0, 0, 0.09);
  border: 2px solid #f4f4f6;
}
.logos-list .logo-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 2px;
}
.logos-list .logo-img span {
  display: flex;
  margin: auto;
  font-size: 0.5555555556rem;
  font-weight: 600;
  white-space: nowrap;
  padding-top: 0;
}
.logos-list .logo-img.count {
  background: #287676;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.6666666667rem;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
.logos-list .logo-img:not(:first-child) {
  margin-left: -0.3888888889rem;
}
.logos-list.with-bg {
  background-color: #f4f4f6;
  padding: 0.6666666667rem 0.7777777778rem;
  padding-right: 1.1111111111rem;
  display: flex;
  border-radius: 0.5555555556rem;
}
.logos-list.with-bg .card-title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
  margin-right: 0.4444444444rem !important;
}
.logos-list.with-bg .logo-img {
  padding-top: 0;
}

.mat-icon-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0;
}

.take_decision {
  padding: 8.0555555556rem;
}
.take_decision .take_decision_bar {
  padding: 1.3888888889rem;
  text-align: center;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background-color: #f4f4f6;
  box-shadow: 0px -0.2777777778rem 0.8333333333rem rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.take_decision .take_decision_bar .lable {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1rem;
}
.take_decision .take_decision_bar .btns-group {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.take_decision .take_decision_bar .btns-group button {
  margin-right: 1.1111111111rem;
  width: 20%;
}
.take_decision .take_decision_bar .btns-group button:last-child {
  margin-right: 0px;
}
@media (width < 768px) {
  .take_decision .take_decision_bar .btns-group {
    flex-direction: column;
  }
  .take_decision .take_decision_bar .btns-group button {
    width: 100% !important;
    margin-right: 0px;
    margin-bottom: 1.1111111111rem;
  }
}

.notification_record {
  display: flex;
  flex-wrap: nowrap;
  padding: 1rem 1.1111111111rem;
  border-bottom: solid 0.0555555556rem #DDDDE3;
  background-color: #FFF;
}
.notification_record.can_nav {
  cursor: pointer;
}
.notification_record.can_nav:hover {
  background-color: #fafbfb;
}
.notification_record:last-child {
  border: none;
}
.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;
  align-items: center;
  justify-content: center;
}
.notification_record .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
.notification_record .image::after {
  content: "";
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  position: absolute;
  z-index: 2;
  box-shadow: inset 0px 0.1666666667rem 0.3333333333rem 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.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.2777777778rem;
}
.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;
}
.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_record.un_seen {
  background-color: #f2f2f2;
}

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

.ul-bg {
  background-color: #f4f4f6;
  padding: 1.1111111111rem;
  list-style: inside;
  text-align: left;
}
.ul-bg li {
  color: #c6c7d0;
  margin-bottom: 0.5555555556rem;
}
.ul-bg li span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: -0.3333333333rem;
}
.ul-bg li:last-child {
  margin-bottom: 0;
}

[class*=wpwl] {
  direction: ltr !important;
}

image-cropper {
  background-image: url(../../images/transparent_bg1.png);
  background-repeat: repeat;
}

.mat-error {
  margin-top: 0.2777777778rem;
}

.cdk-overlay-pane {
  margin-top: 0.5555555556rem;
}
.cdk-overlay-pane .mat-select-panel-wrap .mat-select-panel {
  min-width: calc(100% + 20px) !important;
}

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

.text-wrap {
  white-space: normal;
  word-break: break-word;
}

.map_lable {
  background-color: #FFF;
  padding: 1.1111111111rem;
  border-radius: 0.5555555556rem;
  text-align: center;
  font-size: 0.7777777778rem !important;
  color: #6b6d85 !important;
  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;
  max-width: 15.5555555556rem;
  white-space: normal;
  word-wrap: break-word;
  line-height: normal !important;
}

app-charge-wallet iframe {
  min-height: 450px;
}

@media (max-width: 1366px) {
  mat-tooltip-component {
    display: none !important;
  }
}
.rate_badge {
  height: 1.9444444444rem;
  padding: 0.4444444444rem 0.8333333333rem;
  border-radius: 1.1111111111rem;
  background-color: #fcfaef;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.rate_badge img,
.rate_badge svg {
  height: 0.8888888889rem;
  margin-left: 0.3333333333rem;
}

.supportTicketType {
  min-width: 5.5555555556rem;
}
[dir=ltr] .supportTicketType {
  min-width: 8.4444444444rem;
}

.share-icon svg {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
}
.share-icon svg .path {
  fill: #1c1e44;
}

.qr-code .qrcode {
  display: block;
  margin: auto;
  margin-bottom: 1.1111111111rem;
}
.qr-code .qr-btns {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 1.1111111111rem;
}
.qr-code .qr-btns a {
  font-weight: 500 !important;
  font-size: 1.1111111111rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.time_width {
  width: 4.4444444444rem;
}

.with-transform {
  transform: scaleX(-1);
}

.ck-body-wrapper .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  right: 8px !important;
  transform: none !important;
  top: 8px !important;
}
.ck-body-wrapper .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  right: 0 !important;
  left: inherit !important;
}

.text-box {
  padding: 1.0555555556rem 1.6666666667rem;
  background-color: #efeff2;
  border-radius: 0.3333333333rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.4444444444rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  word-wrap: break-word;
  width: calc(100% - 3.0555555556rem);
  max-width: calc(100% - 3.0555555556rem);
}

.un_cheked::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 0.5555555556rem;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../images/icons/unChecked_grey.svg");
  background-size: 100%;
}

.checked::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 0.5555555556rem;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../images/icons/checked_whiet_green.svg");
  background-size: 100%;
}

.checked_red::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 0.5555555556rem;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../images/icons/checked_red.svg");
  background-size: 100%;
}

.cdk-overlay-pane {
  margin-top: 0.5555555556rem;
}
.cdk-overlay-pane .mat-select-panel-wrap .mat-select-panel.country-code-panel {
  min-width: calc(100% + 10px) !important;
}
.cdk-overlay-pane .mat-select-panel-wrap .mat-select-panel.country-code-panel .mat-option {
  text-align: left !important;
}

.inputWithoutBorder {
  border: none !important;
}
.inputWithoutBorder:focus {
  outline: none !important;
}

.cutomize_time_input {
  display: flex;
  border: solid 0.1111111111rem #8e8fa2;
  max-height: 3.0555555556rem;
  border-radius: 0.2222222222rem;
  overflow: hidden;
}
.cutomize_time_input input {
  padding: 0.8333333333rem 0.8888888889rem;
  font-size: 0.8888888889rem;
  font-weight: 500;
  line-height: 1.2222222222rem;
  color: #1c1e44;
  border: none;
  width: 6.6666666667rem;
}
.cutomize_time_input input:focus {
  outline: none !important;
}
.cutomize_time_input .prefex {
  padding: 0.8333333333rem 0.8888888889rem;
  background-color: #efeff2;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2222222222rem;
  color: #1c1e44;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0px;
  height: 100%;
}

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

.slots_group {
  display: flex;
  flex-wrap: wrap;
}

.slot_time {
  padding: 0.8333333333rem 1.1111111111rem;
  background-color: #f4f4f6;
  border: solid 0.0555555556rem #e8e9ec;
  border-radius: 2.7777777778rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0.2777777778rem;
  font-size: 1rem;
  color: #8E8fa2;
  font-weight: 500;
}
.slot_time:first-child {
  margin-left: 0px;
}

.rotate-icon-en {
  transform: rotateY(180deg);
}

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

.dashboard .card-container.placholder {
  min-height: 22.2222222222rem;
}
.dashboard .number-cards {
  margin-top: -15px;
  margin-bottom: -15px;
}
.dashboard .number-cards [class*=col] {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .dashboard .number-cards {
    margin-bottom: 1.6666666667rem;
  }
}
.dashboard .point-cards span {
  color: #287676;
  font-weight: 700;
}
.dashboard .point-cards .mat-progress-spinner {
  margin: 0.8333333333rem 0 0.7777777778rem !important;
}
.dashboard .cards-section [class*=col] {
  margin-top: 30px;
}
.dashboard .section-card {
  border-radius: 0.5555555556rem;
  box-shadow: 0 0 1.6666666667rem rgba(170, 188, 206, 0.16);
  background-color: #FFF;
  border: 0;
  height: 100%;
  --cardHeight: 27.7777777778rem;
}
.dashboard .section-card .card-header {
  border: 0;
  background-color: transparent;
  padding: 1.6666666667rem 1.6666666667rem 0.2777777778rem;
  font-size: 1.2222222222rem;
  font-weight: 700;
  line-height: 1.5;
}
.dashboard .section-card .card-body {
  padding: 1.6666666667rem;
}
.dashboard .section-card .card-body:not(.auto-height) {
  min-height: var(--cardHeight);
}
.dashboard .section-card .card-body:not(.auto-height) .dataLoading {
  min-height: var(--cardHeight);
}
.dashboard .section-card .card-body:not(.auto-height) .ngx-charts-outer {
  min-height: var(--cardHeight);
}
.dashboard .section-card .card-body:not(.auto-height) .data-empty {
  padding: 0;
}
.dashboard .section-card .card-body:not(.auto-height) .data-empty ng-lottie {
  max-height: calc(var(--cardHeight) - 2.7777777778rem);
}
.dashboard .section-card .dataLoading {
  min-height: 22.2222222222rem;
}
.dashboard .section-card .ngx-charts-outer {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  min-height: 22.2222222222rem;
}
.dashboard .section-card .ngx-charts-outer .ngx-charts {
  max-width: 70%;
  direction: ltr;
}
.dashboard .section-card .ngx-charts-outer .chart-legend {
  width: 30% !important;
}
.dashboard .section-card .ngx-charts-outer .chart-legend > div {
  width: auto !important;
}
.dashboard .section-card .ngx-charts-outer .chart-legend .legend-labels {
  padding: 0.5555555556rem 1.1111111111rem;
  background-color: #fafbfb;
  text-align: left;
  direction: ltr;
}
.dashboard .section-card .ngx-charts-outer .chart-legend .legend-labels .legend-label {
  margin: 0.5555555556rem 0;
}
.dashboard .section-card .ngx-charts-outer .chart-legend .legend-label-color {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  margin: 0;
  margin-right: 0.4444444444rem;
}
.dashboard .section-card .ngx-charts-outer .chart-legend .legend-label-text {
  font-size: 0.8888888889rem;
  font-weight: 500;
  color: #1c1e44;
  line-height: 1.2222222222rem;
}
.dashboard .section-card .table-wrapper {
  max-height: var(--cardHeight);
  overflow: auto;
  margin-right: -0.8333333333rem;
  padding-right: 0.8333333333rem;
  width: auto;
}
.dashboard .section-card .table-wrapper::-webkit-scrollbar-track {
  background-color: #efeff2 !important;
}
.dashboard .section-card .table-wrapper::-webkit-scrollbar-thumb {
  background-color: #c6c7d0 !important;
}
.dashboard .section-card .table-wrapper .table {
  margin: 0;
  border-spacing: 0 0.6666666667rem;
  border-collapse: separate;
  margin-top: -1rem;
}
.dashboard .section-card .table-wrapper .table tbody tr {
  background-color: #fafbfb;
}
.dashboard .section-card .table-wrapper .table tbody tr td {
  font-size: 1rem;
  height: 5rem;
}
.dashboard .section-card .table-wrapper .table tbody tr td:first-child {
  border-top-left-radius: 0.4444444444rem;
  border-bottom-left-radius: 0.4444444444rem;
}
.dashboard .section-card .table-wrapper .table tbody tr td:last-child {
  border-top-right-radius: 0.4444444444rem;
  border-bottom-right-radius: 0.4444444444rem;
}
.dashboard .section-card .table-wrapper thead {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #FFF;
}
.dashboard .section-card .table-wrapper thead th {
  border: 0;
}

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,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .ngx-material-timepicker-toggle,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .ngx-material-timepicker-toggle {
  transform: translateY(-0.7222222222rem);
}

.mat-form-field-subscript-wrapper {
  margin-top: 0 !important;
}

.timepicker-backdrop-overlay {
  z-index: 9999 !important;
}

.timepicker-overlay {
  z-index: 999999 !important;
}

[dir=rtl] .clock-face__container {
  margin-left: 100px !important;
}

.timepicker__header {
  background-color: #49D6D6 !important;
  direction: ltr !important;
}

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

.timepicker-dial__control {
  width: 100% !important;
  text-align: center !important;
}

.clock-face__number > span.active {
  background-color: #49D6D6 !important;
}

.clock-face__clock-hand {
  background-color: #49D6D6 !important;
}

.timepicker-button {
  color: #49D6D6 !important;
}

.clock-face__clock-hand_minute:before {
  border-color: #49D6D6 !important;
}

.timepicker-dial__container {
  justify-content: center;
}

.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: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotateY(180deg);
}
.main-wrapper section .side_image .content p {
  position: absolute;
  right: 13%;
  top: 10%;
  font-weight: 500 !important;
  font-size: 1.5555555556rem !important;
  line-height: 2.3888888889rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  width: 15.7rem;
  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);
}

.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: 1.1111111111rem;
  height: 1.1111111111rem;
}
.notification_Icon.dropdown-container span.num {
  background-color: #49d6d6;
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1.1666666667rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
  position: absolute;
  bottom: 0.2777777778rem;
  right: 0.5555555556rem;
  min-width: 1.6666666667rem;
  height: 1.6666666667rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #FFFFFF;
  padding: 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;
}
.notification_Icon.dropdown-container .custom-dropdown-menu::before {
  left: 95% !important;
  right: 0rem !important;
  transform: none;
}

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

.authLayout .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;
}
.authLayout > nav,
.authLayout > section {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 5;
}
.authLayout > nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 7.5rem;
  min-height: 7.5rem;
}
@media (width < 500px) {
  .authLayout > nav {
    padding: 0rem 2.7777777778rem;
  }
}
.authLayout > nav img {
  height: 4.1666666667rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.authLayout > nav .language_btn {
  padding: 0.5555555556rem;
  cursor: pointer;
  color: #FFF;
}
.authLayout > section {
  width: 100;
  display: flex;
  justify-content: center;
  padding-bottom: 3.3333333333rem;
}
.authLayout > 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) {
  .authLayout > section > .content {
    min-width: 90%;
  }
}
@media (width < 650px) {
  .authLayout > section > .content {
    margin-top: 2.7777777778rem;
  }
}
.authLayout > footer {
  z-index: 6;
  left: 0px;
  bottom: 0px;
  background-color: #F4F4F6;
  padding: 1.6666666667rem;
  width: 100%;
}

.app-sidebar-wrap {
  position: fixed;
  left: 0;
  width: 21.6666666667rem;
  top: 0;
  z-index: 110;
  bottom: 0;
  transition: all 0.24s ease-in-out;
  box-shadow: 0 0 0.5555555556rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .app-sidebar-wrap {
    z-index: 110;
    max-width: 100%;
  }
}
.app-sidebar-wrap .sidebar-wrapper {
  position: relative;
  height: 100%;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner {
  position: relative;
  overflow: auto;
  height: 100%;
  background-color: var(--secondry-bg-color);
  display: flex;
  flex-direction: column;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-footer {
  margin-top: auto;
}
@media (max-width: 992px) {
  .app-sidebar-wrap .sidebar-wrapper .sidebar-inner {
    z-index: 2;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-header {
  display: flex;
  justify-content: center;
  padding: 1.6666666667rem 0.5555555556rem;
  background-color: var(--primary-bg-color);
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-header .logo-sm {
  display: none;
  width: 2.7222222222rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu {
  padding: 0.6666666667rem;
  margin-bottom: 1.6666666667rem;
  overflow-y: auto;
  background-color: var(--secondry-bg-color);
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li {
  position: relative;
  margin-bottom: 0.2222222222rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active a.dropdownLink span {
  color: var(--secondry-color) !important;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active a.active span {
  color: var(--secondry-color) !important;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a.active {
  background: var(--bg-hover-color);
  padding: 1.3888888889rem 1.1111111111rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a.active svg,
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a.active path {
  fill: var(--secondry-color);
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a.active span {
  color: var(--primary-text-color) !important;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li > a {
  padding: 1.3888888889rem 1.1111111111rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li > a:hover {
  background: var(--bg-hover-color);
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li > a .item-inner {
  display: flex;
  align-items: center;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li > a .item-inner .item-content span {
  display: block;
  white-space: normal;
  color: var(--primary-text-color);
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li > a .item-inner .item-content span span {
  display: block;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: var(--icon-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0.7777777778rem;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a svg {
  margin-right: 15px;
  fill: var(--icon-color);
  height: 15px;
  width: 20px;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a svg path {
  fill: var(--icon-color);
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li a .material-icons {
  color: #999AAB;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav {
  list-style: none;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  padding-left: 2.8888888889rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav li {
  margin-bottom: 0.2222222222rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav li a {
  padding: 0.8333333333rem;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav li a span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: var(--primary-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav li a.active, .app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav li a:hover {
  background-color: var(--bg-hover-color);
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav li a.active span, .app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li .childNav li a:hover span {
  color: var(--primary-text-color) !important;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active > a svg,
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active > a svg path {
  fill: var(--secondry-color);
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active > a .item-content span span {
  display: block;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #89e4e4 !important;
  font-family: "Alexandria", sans-serif !important;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active .childNav {
  height: auto;
  overflow: visible;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active .material-icons {
  transform: rotate(180deg);
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-list-menu > ul > li.active .material-icons > a {
  background-color: aqua;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-footer {
  padding: 1.1111111111rem 1.1111111111rem;
}
@media (max-width: 1301px) and (min-width: 500px) {
  .app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-footer {
    padding: 1.1111111111rem 0.8333333333rem;
  }
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-footer p {
  font-size: 0.7777777778rem;
  text-align: center;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-inner .sidebar-footer p b {
  font-weight: 600;
}
.app-sidebar-wrap .sidebar-wrapper .sidebar-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: w-resize;
}
@media (max-width: 992px) {
  .app-sidebar-wrap .sidebar-wrapper .sidebar-overlay.open {
    display: block;
  }
}

.mb-audioHight {
  margin-bottom: 3.8888888889rem;
}

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

.notification_icon {
  position: relative;
  top: 0px;
  margin: 0px 0.9722222222rem;
}
.notification_icon svg {
  width: 0.9444444444rem;
  height: 1.1111111111rem;
}
.notification_icon span {
  background-color: #49D6D6;
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.8333333333rem !important;
  color: #123636 !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;
  border: solid 1px #FFF;
}

.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 {
  padding: 0.2777777778rem;
  border-radius: 0.3333333333rem;
}
.userAccount.active .dropdown-toggler {
  background-color: #fafbfb;
}
.userAccount.dropdown-container .dropdown-inner-menu {
  right: 0;
  box-shadow: 0 0.3333333333rem 1.1111111111rem rgba(0, 0, 0, 0.16);
}
.userAccount.dropdown-container .dropdown-inner-menu::before {
  border-bottom-color: #fff;
}
@media (max-width: 1200px) {
  .userAccount {
    margin-left: 1.1111111111rem;
  }
}
.userAccount .profile-image {
  display: flex;
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  border-radius: 50%;
  position: relative;
  background-color: rgba(244, 244, 246, 0.9);
}
.userAccount .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: auto;
}
.userAccount .profile-image span {
  color: var(--secondry-bg-color);
  margin: auto;
  border-radius: 50%;
  white-space: nowrap;
}
.userAccount .user-name {
  padding-left: 0.7777777778rem;
  display: none;
  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;
}
.userAccount .user-name > span {
  max-width: 20vw;
  min-width: 3vw;
  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: var(--secondry-bg-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-login {
  width: 25rem;
  max-width: 90%;
  max-height: 90%;
}
app-login .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;
}
app-login .login_card > img {
  width: 9.7222222222rem;
}
app-login .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;
}
app-login .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;
}
app-login .login_card form {
  margin-top: 2.2222222222rem;
}
app-login .login_card form mat-form-field {
  width: 100%;
}
app-login .login_card form mat-form-field.email {
  margin-bottom: 0.5555555556rem;
}
app-login .login_card form div.link {
  text-align: right;
  margin-bottom: 2.7777777778rem;
}
app-login .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;
}
app-login .login_card form button {
  width: 100%;
}

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-forget-password mat-form-field {
  width: 100%;
}

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.3333333333rem !important;
  color: #1c1e44 !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 {
  padding: 2.7777777778rem 0px;
  display: block;
}
app-verify-account .header {
  padding-bottom: 1.6666666667rem;
}
app-verify-account .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 {
  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;
}

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

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

.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: -5px;
  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: 0.5555555556rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5555555556rem solid transparent;
  border-right: 0.5555555556rem solid transparent;
  border-bottom: 0.5555555556rem solid #eeeeee;
}
@media (max-width: 767px) {
  .dropdown-container .dropdown-inner-menu {
    min-width: 11.9444444444rem;
    right: 0;
    left: auto;
  }
}
.dropdown-container.active .dropdown-inner-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.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;
  align-items: center;
}
.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: #2F8B8B !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;
    right: 0;
    left: auto;
  }
  .custom-dropdown-menu::before {
    right: 8px;
    left: auto;
  }
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: var(--secondry-color) !important;
}

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

.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;
}
.dataLoading.big-img img,
.data-empty.big-img img {
  width: 30%;
}
.dataLoading.big-img h3,
.data-empty.big-img h3 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

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

.mini-empty .data-empty ng-lottie {
  height: 11.1111111111rem;
}
.mini-empty .data-empty h3 {
  font-size: 1.1111111111rem;
}

.with-padding .data-empty {
  padding: 80px 15px;
}

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

.cards-list .card .mat-mdc-icon-button .mat-icon {
  font-weight: 500 !important;
  font-size: 1.6666666667rem !important;
  line-height: 1.6666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  font-family: "Material Icons" !important;
}
.cards-list .card .mat-mdc-icon-button:hover {
  background-color: #E4F9F9 !important;
}
.cards-list .card .mat-mdc-icon-button:hover .mat-icon {
  color: #287676 !important;
}

.mat-mdc-icon-button {
  --mat-icon-button-state-layer-color: transparent !important;
}

.cards-list div[class*=col] {
  padding-right: 0.8333333333rem;
  padding-left: 0.8333333333rem;
  padding-bottom: 1.6666666667rem;
}
.cards-list .card {
  min-height: 100%;
  padding: 1.1111111111rem;
  border: 0;
  border-radius: 0.4444444444rem;
  box-shadow: 0 0.2777777778rem 1.1111111111rem rgba(56, 69, 93, 0.1);
}
.cards-list .card .card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4444444444rem;
  border-bottom: 1px solid #d7dadf;
}
.cards-list .card .card-head.has-photo {
  align-items: flex-start;
}
.cards-list .card .card-title {
  margin: 0;
}
.cards-list .card .card-title h4 {
  margin: 0;
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  width: 20vw;
  display: block;
  margin: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cards-list .card .card-title > div {
  height: 2rem;
  margin-bottom: 0.8888888889rem;
}
.cards-list .card .card-title > div * {
  max-width: 100%;
  max-height: 100%;
}
.cards-list .card .card-content {
  padding-top: 1.3333333333rem;
}
.cards-list .card .card-actions {
  display: flex;
  flex-wrap: nowrap;
}
.cards-list .card .card-actions.always-show button {
  opacity: 1;
}
.cards-list .card .card-actions button {
  opacity: 0;
}
.cards-list .card .card-actions button .mat-icon {
  display: block;
  margin: auto;
}
@media (max-width: 1366px) {
  .cards-list .card .card-actions button {
    opacity: 1;
  }
  .cards-list .card .card-actions button .mat-icon {
    color: #287676 !important;
  }
}
.cards-list .card:hover .card-actions button {
  opacity: 1;
}
.cards-list .card:hover .card-actions button:hover {
  background-color: #e4f9f9;
  color: #287676;
}
.cards-list .card .content-list li {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list .card .content-list li span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list .card .content-list li b {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list .card .content-list li + li {
  margin-top: 0.6666666667rem;
}
.cards-list .card .content-list li::before {
  content: "";
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  border-radius: 50%;
  background-color: #888f9e;
  margin-right: 0.4444444444rem;
  display: inline-block;
  vertical-align: middle;
}
.cards-list .card .content-list ul {
  padding-left: 0.7777777778rem;
}
.cards-list .card .content-list ul li::before {
  border-radius: 0;
}
.cards-list .card .card-footer {
  background: none;
  padding: 0;
  margin-top: 1.3333333333rem;
  padding-top: 1.3333333333rem;
  border-top: 1px solid #d7dadf;
}
.cards-list .card .roles-view-tab {
  padding: 0.5555555556rem;
  background-color: #f6f7fa;
  border-radius: 0.4444444444rem;
  margin-top: 1.3333333333rem;
}
.cards-list .card .roles-view-tab img,
.cards-list .card .roles-view-tab > div img {
  margin-right: 0.4444444444rem;
  max-height: 1.2222222222rem;
}
.cards-list .card .roles-view-tab h5,
.cards-list .card .roles-view-tab > div h5 {
  margin: 0;
  font-size: 0.8888888889rem;
  line-height: 1.3888888889rem;
  font-weight: 600;
}
.cards-list .card.cdk-drag:not(.with-drag-icon) {
  padding-top: 0.8333333333rem;
  background-image: url(../../images/icons/draggable-dots-ic.svg);
  background-position: top 0.1666666667rem center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.cards-list .card-head-no-border {
  padding: 0;
}
.cards-list .card-head-no-border .card-head {
  border-bottom: none;
  padding: 1.3888888889rem;
}
.cards-list .card-head-no-border .card-head .card-title .badge {
  padding: 0.3888888889rem 0.7222222222rem;
  font-size: 0.6666666667rem;
  background-color: #eeeff2 !important;
  color: #38455d;
  border-radius: 2.7777777778rem;
}
.cards-list .card-head-no-border .card-content {
  padding-top: 0;
}
.cards-list .card-head-no-border .card-content .head-details {
  padding: 0.7777777778rem 0.6666666667rem;
  height: -moz-max-content;
  height: max-content;
  background-color: #feefea;
}
.cards-list .card-head-no-border .card-content .head-details h5 {
  font-size: 0.7777777778rem;
}
.cards-list .card-head-no-border .card-content .head-sub-details {
  background-color: #fff8f8;
  padding: 0.4444444444rem 1.3333333333rem;
}
.cards-list .card-head-no-border .card-content .head-sub-details p {
  font-size: 0.6666666667rem;
}
.cards-list .card-head-no-border .card-content .head-sub-details p:first-child {
  font-size: 0.5555555556rem;
  font-weight: 600;
  color: #888f9e;
}
.cards-list .card-head-no-border .card-content .content-list {
  padding: 0.6666666667rem 1.3888888889rem;
}
.cards-list .card-head-no-border .card-content .content-list .owner-img .image-circle {
  width: 1.3888888889rem;
  min-width: 1.3888888889rem;
  height: 1.3888888889rem;
}
.cards-list .card-head-no-border .card-content .content-list .owner-img .name h5 {
  font-size: 0.7777777778rem;
}
.cards-list .card-head-no-border .card-content .description {
  margin: 0.8888888889rem 1.2777777778rem;
}
.cards-list .card-head-no-border .card-content .images-list {
  display: inline-flex;
  align-items: center;
  margin: 1.2777777778rem;
}
.cards-list .card-head-no-border .card-content .images-list .img-block {
  width: 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  position: relative;
  border-radius: 0.5555555556rem;
  margin-right: 0.5555555556rem;
}
.cards-list .card-head-no-border .card-content .images-list .img-block:last-child {
  margin-right: 0;
}
.cards-list .card-head-no-border .card-content .images-list .img-block img {
  width: 3.5rem;
  max-width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5555555556rem;
}
.cards-list .card-head-no-border .card-content .images-list .img-block .overlay {
  position: absolute;
  background-color: rgba(6, 7, 9, 0.431372549);
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  color: #ffffff;
  font-size: 0.7777777778rem;
  border-radius: 0.5555555556rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards-list .card-head-no-border .card-footer {
  margin-top: 0;
  background-color: #fef9f9;
  padding: 0.7777777778rem !important;
  border-top: none;
}
.cards-list .card-head-no-border .card-footer .name-with-image .image-circle {
  background-color: #ffffff;
}
.cards-list .card-head-no-border.with-shadow .image-circle {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.cards-list.with-bg-hover .card {
  padding: 0;
}
.cards-list.with-bg-hover .card .card-head {
  background-color: #e8e9ec;
  border-radius: 0.5555555556rem 0.5555555556rem 0 0;
  padding: 1.1111111111rem;
}
.cards-list.with-bg-hover .card .card-head .card-title > div {
  height: auto;
}
.cards-list.with-bg-hover .card .card-head .card-title .name-with-image .image-square {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  border-radius: 0.3888888889rem;
  margin-right: 1.1111111111rem;
  box-shadow: 0 0.1666666667rem 1.1111111111rem rgba(0, 0, 0, 0.12);
}
.cards-list.with-bg-hover .card .card-head .card-title .name-with-image h5 {
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  text-wrap: wrap;
}
.cards-list.with-bg-hover .card .card-actions button .mat-icon {
  color: #efeff2;
}
.cards-list.with-bg-hover .card .card-actions button:hover {
  background-color: #efeff2;
}
.cards-list.with-bg-hover .card .card-actions button:hover .mat-icon {
  color: var(--secondry-bg-color);
}
.cards-list.with-bg-hover .card .card-content .content-info {
  padding: 1.5rem 4.1666666667rem;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.cards-list.with-bg-hover .card .card-content .content-info .info-item {
  position: relative;
  z-index: 2;
}
.cards-list.with-bg-hover .card .card-content .content-info .info-item span {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.8333333333rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.with-bg-hover .card .card-content .content-info .info-item p {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 0.4444444444rem;
}
.cards-list.with-bg-hover .card .card-content .content-info .info-item p.linkable {
  position: relative;
  z-index: 22;
}
.cards-list.with-bg-hover .card .card-content .content-info .info-item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 0.1111111111rem;
  height: 3.3333333333rem;
  background-color: #e8e9ec;
  border-radius: 0.5555555556rem;
  top: 0;
  left: 0;
}
@media (min-width: 1367px) {
  .cards-list.with-bg-hover .card:hover .card-head {
    background: rgb(153, 154, 171);
    background: linear-gradient(180deg, rgb(153, 154, 171) 0%, rgb(28, 30, 68) 100%);
  }
  .cards-list.with-bg-hover .card:hover .card-head .card-title .name-with-image h5 {
    font-weight: 500 !important;
    font-size: 1.2222222222rem !important;
    line-height: 1.6666666667rem !important;
    color: #fafbfb !important;
    font-family: "Alexandria", sans-serif !important;
  }
  .cards-list.with-bg-hover .card:hover .card-head .card-title .name-with-image h5:hover {
    cursor: pointer;
  }
}
.cards-list.offer-list .card {
  padding: 0;
}
.cards-list.offer-list .card::before {
  content: "";
  background-image: url(../../images/offers/illustration_shape.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 6.5555555556rem;
  height: 5.2777777778rem;
  position: absolute;
  z-index: 0;
}
[dir=ltr] .cards-list.offer-list .card::before {
  transform: scaleX(-1);
}
.cards-list.offer-list .card .card-head {
  z-index: 1;
  padding: 1.6666666667rem 1.6666666667rem 0.5555555556rem 1.6666666667rem;
  border-bottom: none;
}
.cards-list.offer-list .card .card-head img {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
}
.cards-list.offer-list .card .card-head a,
.cards-list.offer-list .card .card-head p {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2777777778rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.6666666667rem !important;
  margin: 0;
  margin-right: auto;
}
.cards-list.offer-list .card .card-head a span,
.cards-list.offer-list .card .card-head p span {
  font-weight: 800 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.offer-list .card .card-head .status-badge {
  color: var(--secondry-bg-color);
}
.cards-list.offer-list .card .card-head-content {
  padding: 0 1.6666666667rem;
}
.cards-list.offer-list .card .card-head-content h4,
.cards-list.offer-list .card .card-head-content a {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.7777777778rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 0.5555555556rem;
  margin-bottom: 0;
}
.cards-list.offer-list .card .card-head-content h4.disabled,
.cards-list.offer-list .card .card-head-content a.disabled {
  opacity: 1 !important;
}
.cards-list.offer-list .card .card-head-content h2 {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.6666666667rem;
}
.cards-list.offer-list .card .card-head-content p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
}
.cards-list.offer-list .card .card-head-content p span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.offer-list .card .info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafbfb;
  padding: 1.6666666667rem;
  margin-top: 1.1111111111rem;
}
.cards-list.offer-list .card .info-head .info-head-title {
  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.6666666667rem;
}
.cards-list.offer-list .card .info-head .name-with-image {
  margin-right: auto;
}
.cards-list.offer-list .card .info-head p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.offer-list .card .info-head p span {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.offer-list .card .info-head.green-bg {
  background-color: #f6fdfd;
}
.cards-list.offer-list .card .card-more-details {
  margin: 1.1111111111rem 1.6666666667rem 1.6666666667rem 1.6666666667rem;
  margin-top: auto;
}
.cards-list.offer-list .card .card-more-details .dates {
  padding: 1.1111111111rem;
  border: 1px dashed #c6c7d0;
  border-radius: 0.2222222222rem;
  flex: 1;
}
.cards-list.offer-list .card .card-more-details .dates p {
  margin: 0;
  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;
}
.cards-list.offer-list .card .card-more-details .dates p span {
  padding: 0 0.5555555556rem;
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.2777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.offer-list .card .card-more-details .dates.with-gray-text p {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.offer-list .card .card-more-details .rate {
  text-align: center;
  margin-left: 1.1111111111rem;
  background-color: #f4f4f6;
  border-radius: 0.5555555556rem;
  padding: 0.5555555556rem 1rem;
}
.cards-list.offer-list .card .card-more-details .rate img {
  width: 1rem;
  height: 0.9444444444rem;
}
.cards-list.offer-list .card .card-more-details .rate p {
  font-weight: var(--secondry-bg-color) !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: 500 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.offer-list .card .card-more-details .rate span {
  font-weight: #6b6d85 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.8333333333rem !important;
  color: 500 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.offer-list .card .card-more-details .bottom-details {
  display: flex;
  justify-content: space-between;
}
.cards-list.offer-list .card .card-more-details .bottom-details div {
  background-color: #fafbfb;
  border: 2px solid #efeff2;
  border-radius: 0.5555555556rem;
  padding: 1.3333333333rem 3.1666666667rem;
  width: 100%;
  margin-top: 1.1111111111rem;
  text-align: center;
}
.cards-list.offer-list .card .card-more-details .bottom-details div:first-child {
  margin-right: 1.6666666667rem;
}
.cards-list.offer-list .card .card-more-details .bottom-details div h2 {
  margin-bottom: 0.4444444444rem;
  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;
}
.cards-list.offer-list .card .card-more-details .bottom-details div p {
  margin: 0;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.with-card-title .card {
  padding: 1.6666666667rem;
  margin-bottom: 1.6666666667rem;
}
.cards-list.with-card-title .card .title {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6111111111rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.6666666667rem;
}
.cards-list.with-card-title .card .card-content {
  padding-top: 0.5555555556rem !important;
}
.cards-list .card-full-width h3 {
  margin-bottom: 0;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list .card-full-width p {
  margin-bottom: 0;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list .card-full-width b {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list .card-full-width .count {
  background-color: #f4f4f6;
  border-radius: 0.2222222222rem;
  padding: 0.5555555556rem 1.1111111111rem;
  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;
}

.document_card {
  padding: 1.1111111111rem 0.8888888889rem;
  border-radius: 0.5555555556rem;
  background-color: #FFF;
  box-shadow: 0px 0.1666666667rem 0.5555555556rem rgba(33, 96, 96, 0.1);
}
.document_card:hover .lable_action .action button,
.document_card:hover .lable_action .action a {
  opacity: 1;
  pointer-events: unset;
}
.document_card .lable_action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}
.document_card .lable_action .lable {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #0064ab !important;
  font-family: "Alexandria", sans-serif !important;
  position: relative;
  margin-left: 0.7222222222rem;
}
.document_card .lable_action .lable.orange {
  color: #cc5900 !important;
}
.document_card .lable_action .lable.orange::before {
  background-color: #cc5900;
}
.document_card .lable_action .lable.blue {
  color: #0064ab !important;
}
.document_card .lable_action .lable.blue::before {
  background-color: #0064ab;
}
.document_card .lable_action .lable::before {
  content: "";
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  border-radius: 50%;
  position: absolute;
  left: -0.7222222222rem;
  top: 50%;
  transform: translateY(-50%);
}
.document_card .lable_action .action button,
.document_card .lable_action .action a {
  opacity: 0;
  pointer-events: none;
}
.document_card .lable_action .action button svg,
.document_card .lable_action .action a svg {
  height: 0.8888888889rem;
  margin-left: 0.3333333333rem;
}
.document_card app-files-viewer {
  width: 100%;
  display: block;
  margin-top: 0.5555555556rem;
}
.document_card .date {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 1.3333333333rem;
}
.document_card .date span {
  color: #8E8fa2;
}

.location_card {
  width: 100%;
  background-color: #FFF;
  border-radius: 0.5555555556rem;
  padding: 1.6666666667rem;
  box-shadow: 0px 0.2222222222rem 0.6666666667rem rgba(59, 53, 61, 0.15);
}
.location_card.defualt .content {
  border: 0.1111111111rem solid #3eb6b6;
}
.location_card.defualt .content p.defualt_lable {
  display: block;
}
.location_card:hover .heading .actions button {
  display: block !important;
}
.location_card .heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 1.1111111111rem;
}
.location_card .heading .data .title {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.3888888889rem;
}
.location_card .heading .data .diameter svg {
  height: 1.3333333333rem;
  margin-right: 0.2222222222rem;
}
.location_card .heading .data .diameter .text {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.2222222222rem;
}
.location_card .heading .data .diameter .number {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.0555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.2222222222rem;
}
.location_card .heading .data .diameter .number .meter {
  position: relative;
}
.location_card .heading .data .diameter .number .meter::after {
  content: "2";
  position: absolute;
  font-weight: 500 !important;
  font-size: 0.5555555556rem !important;
  line-height: 0.7222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  top: 0px;
  right: -0.2777777778rem;
}
.location_card .heading .actions {
  display: flex;
}
.location_card .heading .actions button {
  display: none !important;
}
.location_card .content {
  border-radius: 0.4444444444rem;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.location_card .content .maps {
  padding: 0px !important;
  width: 100%;
}
.location_card .content .maps .map-container {
  border-radius: 0px !important;
}
.location_card .content p.defualt_lable {
  text-align: center;
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.9444444444rem !important;
  color: #FFF !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #3eb6b6;
  padding: 0.4444444444rem;
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.location_card .content p.defualt_lable svg {
  height: 0.8888888889rem;
  margin-right: 0.2777777778rem;
}

.btn-light {
  background-color: var(--secondry-color) !important;
  border-color: var(--secondry-color) !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: #0b2020 !important;
  font-family: "Alexandria", sans-serif !important;
}
.btn-light:hover, .btn-light:active {
  background-color: var(--dark-secondary-color) !important;
  border-color: var(--dark-secondary-color) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
}
.btn-light.light-color {
  background-color: var(--secondry-color-light) !important;
  border-color: transparent !important;
}
.btn-light.light-color:hover, .btn-light.light-color:active {
  background-color: var(--secondry-color-light) !important;
  border-color: transparent !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
}

.btn-green-light {
  background-color: var(--secondry-color-light) !important;
  color: #123636 !important;
}

.btn-primary {
  background-color: var(--secondry-color) !important;
  color: #123636 !important;
}

.btn-outline-primary {
  background-color: transparent !important;
  border: 1px solid var(--secondry-color) !important;
  color: #123636 !important;
}

.btn-secondary {
  background-color: #F2F2F2 !important;
  border: 0.1111111111rem solid #F2F2F2 !important;
  color: #6b6d85 !important;
}

.btn-danger {
  background-color: rgba(220, 53, 69, 0.1803921569) !important;
  border: none !important;
  color: #dc3545 !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #FFF !important;
  font-family: "Alexandria", sans-serif !important;
}
.btn-danger span {
  color: #dc3545 !important;
}

.btn-orange {
  background-color: #ffa630 !important;
  border: none !important;
  color: #FFF !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #FFF !important;
  font-family: "Alexandria", sans-serif !important;
}

.btn-dark-danger {
  background-color: #dc3545 !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #FFF !important;
  font-family: "Alexandria", sans-serif !important;
}
.btn-dark-danger span {
  color: #ffffff !important;
}

.btn-dark-green {
  background-color: #178d32 !important;
  border: none !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #FFF !important;
  font-family: "Alexandria", sans-serif !important;
}
.btn-dark-green span {
  color: #ffffff !important;
}

.btn-dark-primary {
  background-color: var(--secondry-color) !important;
  border: 1px solid var(--secondry-color) !important;
  color: #123636 !important;
}

.mat-button[mat-button],
[mat-stroked-button] {
  padding: 0.7222222222rem 1.1111111111rem !important;
  position: relative;
  top: 0px;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  font-size: 1rem;
  color: #123636;
  line-height: 1.2222222222rem !important;
}
.mat-button[mat-button] img,
[mat-stroked-button] img {
  height: 0.8888888889rem;
  margin-right: 0.4444444444rem;
}
.mat-button[mat-button]:disabled,
[mat-stroked-button]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.mat-button[mat-button].btn-outline-green,
[mat-stroked-button].btn-outline-green {
  border: 1px solid #adeded;
  background-color: #e4f9f9;
  padding: 0.7222222222rem 0.5555555556rem !important;
  border-radius: 0.3333333333rem;
}
.mat-button[mat-button].small-btn,
[mat-stroked-button].small-btn {
  height: -moz-max-content;
  height: max-content;
  padding: 0.3888888889rem 0.5555555556rem !important;
  font-size: 0.7777777778rem !important;
  color: #123636 !important;
  line-height: 1.3333333333rem !important;
}
.mat-button[mat-button].small-btn svg,
[mat-stroked-button].small-btn svg {
  width: 0.8888888889rem;
}

.btn-green {
  background-color: #2E7D32 !important;
  color: #FFF !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #FFF !important;
  font-family: "Alexandria", sans-serif !important;
}

.btn-red {
  background-color: #f44336 !important;
  color: #FFF !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #FFF !important;
  font-family: "Alexandria", sans-serif !important;
}
.btn-red .mat-icon {
  color: #FFF !important;
}

.small .mat-menu-dots {
  background-color: #adeded !important;
  border-radius: 0.3333333333rem !important;
  height: 3.0555555556rem !important;
  padding: 0 !important;
}
.small .mat-menu-dots .mat-icon {
  color: #1a4b4b;
  display: block;
  margin: auto;
}

.big {
  flex: 1;
}
.big button {
  background-color: var(--secondry-color);
  height: 3.0555555556rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
}
.big button .span {
  padding: 0.9444444444rem;
}
.big button.grey {
  background-color: #f1f2f4;
}
.big.loading::after {
  left: 50% !important;
}

.mat-button-base.btn-primary:not(.mat-stroked-button) {
  background-color: var(--secondry-color);
  color: #ffffff;
}
.mat-button-base.btn-primary:not(.mat-stroked-button):hover {
  background-color: var(--dark-secondary-color);
}
.mat-button-base.btn-primary.mat-stroked-button {
  color: var(--secondry-color);
}
.mat-button-base.btn-primary.mat-stroked-button:hover {
  color: #000;
  background-color: var(--dark-secondary-color);
}
.mat-button-base.mat-icon-button:hover {
  background-color: #e4f9f9;
}
.mat-button-base.mat-icon-button:hover .mat-icon {
  color: #287676;
}
.mat-button-base .mat-button-wrapper svg,
.mat-button-base .mat-button-wrapper img {
  max-height: 1.3888888889rem;
}

.mat-icon-button .mat-icon {
  font-size: 1.3888888889rem;
  color: #888f9e;
}
.mat-icon-button .delete-icon:hover {
  color: red !important;
}

.square_btn_gray {
  background-color: #f8f8f9 !important;
  border: solid #f1f2f4 0.0555555556rem !important;
  border-radius: 0.3333333333rem !important;
  width: 1.8888888889rem !important;
  height: 1.8888888889rem !important;
}
.square_btn_gray:hover {
  background-color: #f8f8f9 !important;
}
.square_btn_gray svg {
  width: 1.1111111111rem;
}

.btn-myLocation {
  background-color: #e4f9f9;
  padding: 0.5555555556rem 0.8333333333rem;
  padding-bottom: 0.3333333333rem;
  border-radius: 1.1111111111rem;
  display: flex;
  align-items: center;
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.6666666667rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-myLocation svg {
  margin-right: 0.3333333333rem;
}

.page-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.0555555556rem;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  gap: 1.1111111111rem;
}
.page-filters .sort-item {
  display: flex;
  align-items: center;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
  margin-right: auto;
}
.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 {
  position: relative;
}
.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;
  position: absolute;
  padding-top: 0.6666666667rem;
  padding-left: 0.5555555556rem;
  margin: 0;
  margin-left: 0.5rem;
  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;
  position: relative;
  padding-left: 5.5555555556rem;
}
.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 .sort-selection:has(select option:nth-child(1):last-child) select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}
.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;
  max-width: 100%;
}
.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;
}
.page-filters .selected {
  margin-right: 3.3333333333rem;
  padding-right: 4.4444444444rem;
  border-right: 1px solid #C6C7D0;
}
.page-filters .selected .actions .big button {
  height: 100%;
}

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;
  background-color: #f4f4f6;
}
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: #f4f4f6;
  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;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
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: 1.3888888889rem;
}
body .mat-dialog-container .dialog_header .close svg {
  max-height: 1.3888888889rem;
}
body .mat-dialog-container .dialog_header p {
  margin-right: 2.7777777778rem;
}
body .mat-dialog-container .mat-dialog-content,
body .mat-dialog-container .dialog_content {
  margin: 0;
  max-height: 65vh;
  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;
}
body .mat-dialog-container .small-dialog .dialog_header {
  background-color: transparent;
  padding: 1.1111111111rem;
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  border-bottom: solid 1px #dddde3;
}
body .mat-dialog-container .small-dialog .dialog_header .close {
  top: 0.2777777778rem;
  right: 0.5555555556rem;
}
body .mat-dialog-container .small-dialog .dialog_header .close svg {
  max-height: 0.7222222222rem;
}

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

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

.mat-dialog-content {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.mat-form-field.mat-form-field-appearance-fill {
  width: 100%;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: #F2F2F2 !important;
  align-items: center;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-label {
  font-size: 1rem;
  font-weight: 400;
  color: #808080;
  line-height: 1.3333333333rem;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex input.mat-input-element {
  font-size: 1rem;
  font-weight: 500;
  color: #1c1e44;
  line-height: 1.3888888889rem;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex textarea.mat-input-element {
  padding: 0.2777777778rem 0 !important;
  margin-top: 5px;
}
.mat-form-field.mat-form-field-appearance-fill:hover .mat-form-field-ripple {
  background-color: #2F8B8B !important;
}
.mat-form-field.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: #cccccc;
}
.mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-ripple,
.mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-underline::before {
  background-color: var(--dark-secondary-color) !important;
}
.mat-form-field.timepicker.mat-form-field-appearance-fill .mat-form-field-flex {
  align-items: baseline !important;
}
.mat-form-field.timepicker.mat-form-field-appearance-fill .ngx-material-timepicker-toggle svg path {
  fill: #999aab;
}
.mat-form-field.without-label .mat-form-field-flex {
  padding: 0 0.75em !important;
}
.mat-form-field.without-label.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
  transform: none !important;
}

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.phoneNumberleft {
  direction: rtl;
}
form mat-form-field.phoneNumberleft .mat-form-field-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
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-bottom: 0.2777777778rem;
  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 .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.square-wide .upload-container .image-preview.photo {
  width: 9.7222222222rem;
  height: 5.5555555556rem;
  max-height: 5.5555555556rem;
  border-radius: 0.5555555556rem;
}
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: var(--dark-secondary-color) !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.squared {
  border-radius: 1.1111111111rem;
}
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;
}
form div.title span.hint {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.5555555556rem;
}

[dir=rtl] .mat-option {
  direction: rtl;
}

.mat-option {
  height: auto !important;
  padding: 5px 16px !important;
  min-height: 3em;
}
.mat-option .mat-option-text {
  text-wrap: wrap;
  line-height: 1.6666666667rem;
}
.mat-option .mat-option-text img {
  width: 0.7777777778rem;
  height: 0.7777777778rem;
}
.mat-option .mat-pseudo-checkbox-checked {
  background: var(--dark-secondary-color) !important;
}
.mat-option.mat-selected .mat-option-text {
  color: var(--dark-secondary-color);
}
.mat-option .mat-checkbox-label {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}

.mat-form-field-type-mat-select .mat-form-field-flex {
  padding: 0.75em 0.75em 0 0.75em !important;
}
.mat-form-field-type-mat-select .mat-select .mat-select-trigger {
  height: auto !important;
}
.mat-form-field-type-mat-select .mat-select .mat-select-min-line {
  text-wrap: wrap;
  line-height: 1.6666666667rem;
}

.mat-mdc-option.mdc-list-item--selected span {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.mat-mdc-option.mdc-list-item--selected .mat-pseudo-checkbox {
  display: none !important;
}
.mat-mdc-option span {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.ng-select.ng-invalid .ng-select-container.ng-appearance-fill:after {
  border-color: #f44336;
  border-width: 2px;
}
.ng-submitted .ng-select.ng-invalid .ng-select-container.ng-appearance-fill:after, .ng-select.ng-invalid.ng-touched .ng-select-container.ng-appearance-fill:after {
  border-color: #f44336;
  border-width: 2px;
}
.ng-select.ng-select-opened .ng-placeholder, .ng-select.ng-select-focused .ng-placeholder {
  transform: translateY(-1.68125em) scale(0.75) perspective(100px) translateZ(0.001px) !important;
  line-height: 1rem !important;
}
.ng-select.ng-dirty .ng-placeholder {
  font-size: 80% !important;
}
.ng-select .ng-select-container {
  overflow: visible;
}
.ng-select .ng-select-container.ng-appearance-outline {
  height: 3.3333333333rem;
  min-height: auto;
}
.ng-select .ng-select-container.ng-appearance-outline:after {
  height: calc(100% - 0.3em);
  height: 100%;
}
.ng-select .ng-select-container .ng-value-container {
  height: 90%;
}
.ng-select .ng-select-container .ng-value-container .ng-value {
  display: flex;
  align-items: center;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #808080 !important;
  padding: 0 0.35em;
  font-size: 1rem;
  line-height: 2rem;
}
.ng-select .ng-select-container .ng-value-container .ng-input {
  padding: 0 0.75em;
  bottom: 45%;
  transform: translateY(85%);
}
.ng-select .ng-clear-wrapper {
  line-height: 1;
  top: 0px;
}
.ng-select .ng-spinner-loader {
  top: 0;
  bottom: 0;
  margin: auto;
}

.ng-select-field {
  padding-bottom: 1.5em;
  position: relative !important;
}
.ng-select-field .ng-select {
  box-shadow: 0 1px 0 #ccc;
  overflow: visible;
}
.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: 55px !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: 80%;
  display: block;
  line-height: 2rem;
}
.ng-select-field .ng-select:not(.ng-select-multiple).ng-select-opened .ng-select-container .ng-value-container {
  height: 3.0555555556rem;
}
.ng-select-field .ng-select:not(.ng-select-multiple).ng-select-opened .ng-placeholder {
  transform: translateY(0.2em) !important;
  display: block;
  font-size: 80%;
  line-height: 1rem;
}
.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%);
}

.no-suffix-padding .mat-form-field-suffix {
  top: 0;
}

.with-suffix-padding .mat-form-field-suffix {
  top: -0.5555555556rem;
}

.mat-hint {
  line-height: 1.1111111111rem;
}

.mat-form-field-suffix {
  display: flex !important;
  bottom: -2px;
}
.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;
}
.mat-form-field-suffix .mat-icon-button {
  top: 5px;
}
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: -moz-max-content !important;
  height: max-content !important;
}
.mat-form-field-suffix .mat-datepicker-toggle .mat-icon-button {
  top: 0 !important;
}

.no-label .mat-form-field-suffix {
  bottom: -3px !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;
  }
}

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

.icon-input {
  position: absolute;
  right: 0.5555555556rem;
  top: 0.5555555556rem;
}

ng-dropdown-panel {
  right: calc(initial + 50px) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.english-form-field {
  direction: ltr;
  text-align: left !important;
}

.arabic-form-field {
  direction: rtl;
  text-align: right !important;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  display: contents;
  font-size: 14px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-left: 0.5555555556rem !important;
  white-space: normal !important;
}

.social-media-fields .mat-form-field-flex {
  padding-top: 0.8888888889rem !important;
  padding-bottom: 0.8888888889rem !important;
}
.social-media-fields .mat-form-field-flex .mat-form-field-infix {
  padding-bottom: 0 !important;
}
.social-media-fields .mat-form-field-flex .mat-form-field-suffix {
  bottom: -6px;
}
.social-media-fields img {
  width: 1.6666666667rem !important;
  height: 1.6666666667rem !important;
}

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

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

.mat-select-value {
  line-height: 1.5555555556rem;
}

.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: var(--secondry-color);
}
.swal2-container .swal2-actions .swal2-cancel {
  background-color: #F2F2F2;
  color: #6b6d85;
}
.swal2-container .progress-row {
  justify-content: center;
  margin-top: 3.3333333333rem;
  margin-bottom: 1.7777777778rem;
}
.swal2-container .progress-row .circular-progress {
  width: 6.1111111111rem;
  min-width: 6.1111111111rem;
  height: 6.1111111111rem;
  min-height: 6.1111111111rem;
}

body.swal2-shown {
  padding-left: 0px !important;
}

.button-group-custom {
  text-align: center;
  margin-bottom: 1.9444444444rem;
}
.button-group-custom .mat-button-toggle-group {
  padding: 0.4444444444rem;
  border: none;
  background-color: var(--primary-text-color);
  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: var(--primary-text-color);
  border-left: none !important;
  border-right: none !important;
  border-radius: 0.4444444444rem;
}
.button-group-custom .mat-button-toggle-group .mat-button-toggle + .mat-button-toggle {
  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: var(--primary-btn-bg-color) !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: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  background: #DDDDE3;
  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: var(--primary-btn-bg-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(--primary-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.button-group-custom .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .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: #0b2020 !important;
  font-family: "Alexandria", sans-serif !important;
  background: var(--secondry-color);
}
.button-group-custom .mat-button-toggle-group .mat-button-toggle:focus {
  background-color: transparent;
}
.button-group-custom.rounded_style {
  text-align: left;
}
.button-group-custom.rounded_style .mat-button-toggle-group .mat-button-toggle,
.button-group-custom.rounded_style .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  border-radius: 2.7777777778rem;
}
.button-group-custom.rounded_style .mat-button-toggle-group {
  border-radius: 2.7777777778rem;
  padding: 0px;
}
@media (width < 767px) {
  .button-group-custom.rounded_style .mat-button-toggle-group {
    border-radius: 1.6666666667rem;
  }
}

.profile_card {
  width: 100%;
  background-attachment: #FFF;
  box-shadow: 0px 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5555555556rem;
  overflow: hidden;
  min-height: 19.4444444444rem;
  height: auto;
  background-color: #FFF;
}
@media (width < 768px) {
  .profile_card {
    height: auto;
  }
}
.profile_card .img_side {
  position: relative;
  top: 0px;
  min-height: 19.4444444444rem;
  height: auto;
  transform: rotateY(180deg);
  background-image: url(../../images/profile_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (width < 768px) {
  .profile_card .img_side {
    background: none;
    text-align: center;
    padding: 1.9444444444rem;
  }
}
.profile_card .img_side img.profile_img {
  position: absolute;
  top: 20%;
  left: 0rem;
  border-radius: 50%;
  width: 9.4444444444rem;
  height: 9.4444444444rem;
  transform: rotateY(180deg);
}
@media (width < 768px) {
  .profile_card .img_side img.profile_img {
    position: initial;
  }
}
.profile_card .img_side div.profile_img {
  position: absolute;
  top: 20%;
  left: 0rem;
  border-radius: 50%;
  width: 9.4444444444rem;
  height: 9.4444444444rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebecef;
  font-weight: 700 !important;
  font-size: 1.7777777778rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  transform: rotateY(180deg);
}
@media (width < 768px) {
  .profile_card .img_side div.profile_img {
    position: initial;
  }
}
.profile_card .data_side {
  padding: 1.9444444444rem;
}
.profile_card .data_side .actions {
  display: flex;
  justify-content: flex-end;
  gap: 1.1111111111rem;
}
@media (width < 768px) {
  .profile_card .data_side .actions {
    position: initial;
    margin-bottom: 0.8333333333rem;
  }
}
.profile_card .data_side .info h3 {
  font-weight: 700 !important;
  font-size: 1.7777777778rem !important;
  line-height: 2.2222222222rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
  width: 20vw;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profile_card .data_side .info p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.profile_card .data_side .info .items {
  display: flex;
  flex-wrap: wrap;
  gap: 4.4444444444rem;
  margin-top: 2.7777777778rem;
}
.profile_card .data_side .info .items .item {
  display: flex;
  align-items: center;
  gap: 0.7777777778rem;
}
.profile_card .data_side .info .items .item .icon {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  border-radius: 50%;
  background-color: var(--primary-text-color);
  padding: 0.5555555556rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile_card .data_side .info .items .item .icon img {
  -o-object-fit: fill;
     object-fit: fill;
}
.profile_card .data_side .info .items .item .text .title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #808080 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.3333333333rem;
}
.profile_card .data_side .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;
  width: 10vw;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profile_card .data_side .info .items .item .text a.lable {
  color: #0077cc !important;
  overflow-wrap: anywhere;
}

.mdc-snackbar .mdc-snackbar__surface {
  background-color: var(--primary-btn-bg-color) !important;
}
.mdc-snackbar .mat-mdc-snack-bar-actions .mat-mdc-snack-bar-action {
  color: var(--secondry-color) !important;
}

.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 {
  max-height: 33.3333333333rem !important;
  overflow-y: auto;
}

.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: #e4f9f9;
  min-height: 5rem !important;
  height: auto !important;
  padding: 10px initial;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-header:hover {
  background-color: #e4f9f9 !important;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-content {
  padding: 10px 0px;
  padding-right: 0.4444444444rem;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-indicator {
  transform: none !important;
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-indicator::after {
  content: "";
  background-image: url(../../images/offers/expand-icon.svg);
  height: 24px;
  width: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  display: inherit;
  padding: 0;
  transform: none;
}
.mat-accordion.Custom-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator {
  transform: none !important;
}
.mat-accordion.Custom-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator::after {
  content: "";
  background-image: url(../../images/offers/expand-icon.svg);
  height: 24px;
  width: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  display: inherit;
  padding: 0;
  transform: rotate(180deg);
}
.mat-accordion.Custom-accordion .mat-expansion-panel .mat-expansion-panel-body {
  background-color: #f6fdfd;
  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: var(--secondry-color);
  margin-bottom: 0.5555555556rem;
}
.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: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.mat-accordion.Custom-accordion .name-with-image .name h6 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: break-word;
}
.mat-accordion.Custom-accordion .name-with-image .name h5 {
  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;
}
.mat-accordion.Custom-accordion .name-with-image .name h5 span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.1666666667rem !important;
}

.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: var(--secondry-bg-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: var(--secondry-bg-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-weight: 800 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.accordion-cards .card-head .points-no p {
  font-weight: 800 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5rem !important;
  color: var(--secondry-bg-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: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.accordion-cards .card-head.with-border {
  border-radius: 0.6666666667rem;
}
.card.accordion-cards a.moreDetails {
  background: #e8e9ec;
  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.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 a.linkable-details svg,
.card.accordion-cards a.linkable-details img {
  margin-left: 0.5555555556rem;
  transform: rotate(90deg);
}
.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;
}

.accordion-approval .mat-expansion-panel {
  box-shadow: none !important;
  margin-bottom: 1.1111111111rem;
}
.accordion-approval .mat-expansion-panel .mat-expansion-panel-header {
  background-color: #f4f4f6;
  height: 5rem !important;
}
.accordion-approval .mat-expansion-panel .mat-expansion-panel-header:hover {
  background-color: #f4f4f6 !important;
}
.accordion-approval .mat-expansion-panel .mat-expansion-indicator {
  transform: none !important;
}
.accordion-approval .mat-expansion-panel .mat-expansion-indicator::after {
  content: "";
  background-image: url(../../images/icons/expand_collapse_ic.svg);
  height: 0.4444444444rem;
  width: 0.6111111111rem;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  display: inherit;
  padding: 0;
  transform: rotate(180deg);
}
.accordion-approval .mat-expansion-panel.mat-expanded .mat-expansion-indicator {
  transform: none !important;
}
.accordion-approval .mat-expansion-panel.mat-expanded .mat-expansion-indicator::after {
  content: "";
  background-image: url(../../images/icons/expand_collapse_ic.svg);
  height: 0.4444444444rem;
  width: 0.6111111111rem;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  display: inherit;
  padding: 0;
  transform: none;
}
.accordion-approval .mat-expansion-panel .mat-expansion-panel-body {
  background-color: #ffffff;
  border-radius: 0 0 0.2222222222rem 0.2222222222rem;
  padding: 0 !important;
}
.accordion-approval .mat-expansion-panel .mat-expansion-panel-body ul {
  list-style: none;
}
.accordion-approval .mat-expansion-panel .mat-expansion-panel-body ul li {
  padding: 1.1111111111rem 3.3333333333rem;
}
.accordion-approval .mat-expansion-panel .mat-expansion-panel-body ul li span {
  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;
}
.accordion-approval .name-with-image .name h6 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
}
.accordion-approval .name-with-image .name h5 {
  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;
}
.accordion-approval .name-with-image .name h5 span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.1666666667rem !important;
}
.accordion-approval.documents-check .mat-expansion-panel {
  margin-bottom: 0rem !important;
  border: solid #dddde3 0.0555555556rem;
  border-bottom: none;
}
.accordion-approval.documents-check .mat-expansion-panel mat-checkbox label {
  margin-bottom: 0px !important;
}
.accordion-approval.documents-check .mat-expansion-panel.mat-expansion-panel-spacing {
  margin-top: 0px !important;
}
.accordion-approval.documents-check .mat-expansion-panel:last-child {
  border-bottom: solid #dddde3 0.0555555556rem;
}
.accordion-approval.documents-check .mat-expansion-panel .mat-expansion-indicator::after {
  margin-right: 1rem;
  width: 0.6111111111rem;
  height: 0.3888888889rem;
}
.accordion-approval.documents-check .mat-expansion-panel .mat-expansion-panel-header {
  height: 3.3333333333rem !important;
  flex-direction: row-reverse;
  color: #1c1e44 !important;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2222222222rem;
  padding: 0px 1rem;
  background-color: #FFF;
}
.accordion-approval.documents-check .mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  background-color: #f4f4f6 !important;
}
.accordion-approval.documents-check .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover {
  background-color: #f4f4f6 !important;
}
.accordion-approval.documents-check .mat-expansion-panel .mat-expansion-panel-body {
  padding-left: 4.4444444444rem !important;
  color: #1c1e44 !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.3888888889rem 1.1111111111rem;
}
.table-container.small-table .with-padding-24 td {
  padding: 1.3333333333rem 1.1111111111rem;
}

.small-empty .table-container {
  box-shadow: none;
}

.table .email,
.table .anchor-table {
  width: 20vw;
  text-overflow: ellipsis;
  text-wrap: wrap;
  overflow: hidden;
}
.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: none;
}
.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-primary.attendace_table {
  table-layout: fixed;
}
@media (max-width: 768px) {
  .table-primary.attendace_table {
    table-layout: auto;
  }
}
.table-primary.attendace_table .status-badge {
  white-space: normal;
}
.table-primary.attendace_table tbody > tr:nth-child(even) {
  background-color: transparent !important;
}
.table-primary.attendace_table tbody > tr:nth-child(4n+3) {
  background-color: #fafafa;
}
.table-primary.attendace_table thead tr:hover {
  background-color: #fff !important;
}
.table-primary.attendace_table tr td button {
  opacity: 0 !important;
  pointer-events: none;
}
.table-primary.attendace_table tr:hover {
  background-color: #efeff2 !important;
}
.table-primary.attendace_table tr:hover td button {
  opacity: 1 !important;
  pointer-events: all;
}
.table-primary.attendace_table tr:has(table) table {
  table-layout: fixed;
}
@media (max-width: 768px) {
  .table-primary.attendace_table tr:has(table) table {
    table-layout: auto;
  }
}
.table-primary.attendace_table tr:has(table):hover td button {
  opacity: 0 !important;
  pointer-events: none;
}
.table-primary.attendace_table tr:has(table) > td {
  background-color: #f4f4f6;
  border-bottom: 0.0555555556rem solid #dddde3;
}
.table-primary.attendace_table tr:has(table) > td tr {
  background-color: transparent !important;
}
.table-primary.attendace_table tr:has(table) > td tr:hover {
  background-color: transparent !important;
}
.table-primary.attendace_table tr:has(table) > td tr:hover td button {
  opacity: 1 !important;
  pointer-events: all;
}
.table-primary.attendace_table tr:has(table) > td tr td:not(:empty) {
  border-bottom: 0.0555555556rem solid #dddde3;
}
.table-primary.attendace_table tr:has(table) > td tr:last-child td {
  border-bottom: 0px solid transparent;
}
.table-primary.attendace_table.no-hover tr:hover {
  background-color: transparent !important;
}
.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: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #FFF;
}
table tr.expanded_row .table-responsive {
  box-shadow: none;
}

.expanded_row .scroll-list {
  height: 22.2222222222rem !important;
  max-height: 44.4444444444rem !important;
  overflow-y: auto;
}
.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;
}

.final_report_table {
  background-color: transparent;
  border-radius: 0px;
  box-shadow: none;
  padding: 2px;
}
.final_report_table > table {
  border-collapse: separate;
  border-spacing: 0 1.6666666667rem;
  width: calc(100% - 0.8333333333rem);
}
.final_report_table > table tr:not(:has(table)) {
  border: solid #dddde3 0.0555555556rem;
  box-shadow: 0px 0px 0.3333333333rem rgba(15, 17, 37, 0.16);
  overflow: hidden;
}
.final_report_table > table tr:not(:has(table)).top-ranked {
  overflow: hidden;
  border-radius: 0.4444444444rem;
}
.final_report_table > table tr:not(:has(table)).top-ranked td {
  border-top: solid 0.1111111111rem #e3c000;
  border-bottom: solid 0.1111111111rem #e3c000;
}
.final_report_table > table tr:not(:has(table)).top-ranked td:first-child {
  border-left: solid 0.1111111111rem #e3c000;
  padding: 0;
  vertical-align: top;
}
.final_report_table > table tr:not(:has(table)).top-ranked td:last-child {
  border-right: solid 0.1111111111rem #e3c000;
}
.final_report_table > table tr:not(:has(table)).top-ranked td .name_title {
  padding: 1.1111111111rem;
  width: 26rem;
  min-width: 26rem;
}
.final_report_table > table tr:not(:has(table)).top-ranked td .name_title::before {
  content: "";
  background-image: url("../../images/icons/ic_star_best_match.svg");
  background-repeat: no-repeat;
  background-color: #e3c000;
  background-position: center;
  background-size: 55%;
  position: absolute;
  border-top-right-radius: 0.4444444444rem;
  border-bottom-left-radius: 0.6666666667rem;
  top: 0px;
  left: 0px;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  transform: rotateY(180deg);
}
.final_report_table > table tr:not(:has(table)).hidden {
  display: none;
}
.final_report_table > table tr:not(:has(table)):nth-child(even) {
  background-color: #fff;
}
.final_report_table > table tr:not(:has(table)) td:first-child {
  border-top-left-radius: 0.4444444444rem;
  border-bottom-left-radius: 0.4444444444rem;
  overflow: hidden;
}
.final_report_table > table tr:not(:has(table)) td:last-child {
  border-top-right-radius: 0.4444444444rem;
  border-bottom-right-radius: 0.4444444444rem;
  overflow: hidden;
}
.final_report_table > table tr:not(:has(table)) td {
  padding: 1.1111111111rem;
  background-color: #fafbfb;
}
.final_report_table > table tr:not(:has(table)) .name_title {
  display: flex;
  align-items: center;
  position: relative;
}
.final_report_table > table tr:not(:has(table)) .name_title .name-with-image {
  align-items: flex-start;
}
.final_report_table > table tr:not(:has(table)) .name_title .image-circle {
  margin-bottom: 0.8333333333rem;
}
.final_report_table > table tr:not(:has(table)) .name_title mat-checkbox {
  margin-right: 1.1111111111rem;
}
.final_report_table > table tr:not(:has(table)) .progresses {
  display: flex;
  flex-wrap: wrap;
  min-width: 25rem;
  min-width: 35rem;
}
.final_report_table > table tr:not(:has(table)) .progresses .progrress {
  flex: 1 1 calc(50% - 8px);
}
.final_report_table > table tr:not(:has(table)) .progrress {
  margin-bottom: 1.3888888889rem;
}
.final_report_table > table tr:not(:has(table)) .bar_years {
  height: 100%;
}
.final_report_table > table tr:not(:has(table)) .bar_years mat-progress-bar {
  width: 75%;
  margin-bottom: 1.6666666667rem;
}
.final_report_table > table tr:not(:has(table)) .date {
  vertical-align: top;
}
.final_report_table > table tr:not(:has(table)) .final_progrress {
  display: flex;
  flex-direction: column;
}
.final_report_table > table tr:not(:has(table)) .final_progrress .progress-row {
  justify-content: center;
}
.final_report_table > table tr:not(:has(table)) .final_progrress .progress-row svg {
  width: 4.8333333333rem;
  height: 4.8333333333rem;
}
.final_report_table > table tr:not(:has(table)) .final_progrress .lable {
  margin-top: 1.1111111111rem;
  color: #287676;
  font-size: 0.8888888889rem;
  font-weight: 600;
  line-height: 1.2222222222rem;
  text-align: center;
}
.final_report_table > table tr:has(table).have_status.uploaded {
  background-color: #E6F5FE;
  border: solid 0.0555555556rem #D1EFFF;
}
.final_report_table > table tr:has(table).have_status.uploaded .status-text {
  color: #2471DA;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.4444444444rem;
  margin-bottom: 1.1111111111rem;
}
.final_report_table > table tr:has(table).have_status.approved {
  background-color: #ecf5ec;
  border: solid 0.0555555556rem #e2efe2;
}
.final_report_table > table tr:has(table).have_status.approved .status-text {
  color: #2E7D32;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.4444444444rem;
  margin-bottom: 1.1111111111rem;
}
.final_report_table > table tr:has(table).have_status.waiting {
  background-color: #faf7e5;
  border: solid 0.0555555556rem #f0eddc;
  border-radius: 8px;
}
.final_report_table > table tr:has(table).have_status.waiting .status-text {
  color: #ccab00;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.4444444444rem;
  margin-bottom: 1.1111111111rem;
}
.final_report_table > table tr:has(table).have_status.rejected {
  background-color: #fff3e0;
  border: solid 0.0555555556rem #ffe6c0;
}
.final_report_table > table tr:has(table).have_status.rejected .status-text {
  color: #e65100;
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.4444444444rem;
  margin-bottom: 1.1111111111rem;
}
.final_report_table > table tr:has(table).have_status.rejected .status-text a {
  text-decoration: none;
  color: #1a4b4b;
}
.final_report_table > table tr:has(table).have_status > td {
  padding: 1.1111111111rem;
  border-radius: 0.4444444444rem;
  overflow: hidden;
  border-radius: 0.4444444444rem;
}
.final_report_table > table tr:has(table).have_status > td table {
  margin-bottom: 0px !important;
  background-color: transparent;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.final_report_table > table tr:has(table).have_status > td table tr {
  box-shadow: none;
  border: none;
  border-radius: 0.4444444444rem;
}
.final_report_table > table tr:has(table).have_status > td table tr td:first-child {
  border-top-left-radius: 0.4444444444rem;
  border-bottom-left-radius: 0.4444444444rem;
  overflow: hidden;
  padding: 0;
}
.final_report_table > table tr.have_status:not(.top-ranked):has(table):not(.top-ranked) .name_title {
  padding: 1.1111111111rem;
  width: 25rem !important;
  min-width: 25rem !important;
}
.final_report_table mat-progress-bar .mat-progress-bar-fill::after {
  background-color: #287676 !important;
}
.final_report_table mat-progress-bar .mat-progress-bar-buffer {
  background-color: #cfe7e7;
}
.final_report_table .mat-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background {
  background-color: #00c4cb;
}

.ranked_table {
  border-color: red;
}
.ranked_table thead {
  border-color: red;
}
.ranked_table thead th {
  color: #6b6d85;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2222222222rem;
  padding: 1.1111111111rem;
  text-align: center;
  min-width: 11.1111111111rem;
}
.ranked_table thead th:first-child {
  background-color: #f6fdfd;
}
.ranked_table thead th .mat-sort-header-container {
  justify-content: space-between !important;
}
.ranked_table tbody {
  border-color: red;
}
.ranked_table tbody tr td {
  padding: 1.1111111111rem;
  text-align: center;
  vertical-align: middle;
}
.ranked_table tbody tr td .name-with-image {
  align-items: flex-start;
}
.ranked_table tbody tr td .name-with-image .image-circle {
  margin-bottom: 0.8333333333rem;
}
.ranked_table tbody tr td .progress-row {
  justify-content: center;
}
.ranked_table tbody tr td .progress-row svg {
  width: 4.8333333333rem;
  height: 4.8333333333rem;
}
.ranked_table tbody tr td:first-child {
  background-color: #f6fdfd;
}
.ranked_table tbody tr td img {
  width: 4.8333333333rem;
  height: 4.8333333333rem;
}

table .name-with-image .name h6 + * {
  margin-top: 0.3333333333rem;
}

app-companies-list table .name-with-image .name,
app-registrations-requests table .name-with-image .name {
  color: var(--secondry-bg-color) !important;
}
app-companies-list table td,
app-registrations-requests table td {
  color: #6b6d85;
  font-size: 1rem !important;
  font-weight: 500 !important;
}
app-companies-list table td p,
app-registrations-requests table td p {
  margin-bottom: 0.2777777778rem !important;
}
app-companies-list table .points span,
app-registrations-requests table .points span {
  color: #8E8fa2 !important;
  margin-left: 0.3888888889rem;
}

.requestSheet_header {
  background-color: #f4f4f6;
  background-image: url("../../images/requestDetails_bg.png");
  background-size: 0.6666666667rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 2.7777777778rem 1.6666666667rem 1.5rem 1.6666666667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.requestSheet_header .company_logo {
  width: 6.6666666667rem;
  height: 6.6666666667rem;
  border-radius: 0.3333333333rem;
  margin-bottom: 0.8333333333rem;
  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;
  overflow: hidden;
}
.requestSheet_header .company_logo img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
.requestSheet_header .user_image {
  width: 6.6666666667rem;
  height: 6.6666666667rem;
  border-radius: 50%;
  margin-bottom: 0.8333333333rem;
  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;
  overflow: hidden;
}
.requestSheet_header .user_image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
}
.requestSheet_header .title {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.9444444444rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
  text-align: center;
}
.requestSheet_header .sub-title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
}
.requestSheet_header.without-background {
  background: none !important;
  background-color: #F6FDFD !important;
}
.requestSheet .socials {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #EFEFF2;
  padding: 0.5555555556rem 1.6666666667rem;
}
.requestSheet .socials a {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.requestSheet .socila_media {
  padding: 0.5555555556rem 1.6666666667rem;
  padding-bottom: 0rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #efeff2;
}
.requestSheet .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;
}
.requestSheet .socila_media .item img {
  margin-right: 0.3333333333rem;
  max-width: 1.6666666667rem;
  max-height: 1.6666666667rem;
  border-radius: 0.2222222222rem;
}
.requestSheet .socila_media .item:hover {
  cursor: pointer;
}
.requestSheet_content {
  padding-bottom: 0rem;
  background-color: #FFF;
}
.requestSheet_content .created_date {
  border: dashed 0.0555555556rem #c6c7d0;
  padding: 1.1111111111rem;
  border-radius: 0.2222222222rem;
  margin-bottom: 1.1111111111rem;
  margin: 1.1111111111rem;
}
.requestSheet_content .created_date .record {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5555555556rem;
}
.requestSheet_content .created_date .record:nth-last-child(1) {
  margin-bottom: 0px;
}
.requestSheet_content .created_date .lable {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #808080 !important;
  font-family: "Alexandria", sans-serif !important;
}
.requestSheet_content .created_date .lable.text-color {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.requestSheet_content .created_date .text {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.requestSheet_content .created_date.reason {
  padding: 0;
}
.requestSheet_content .created_date.reason .record {
  padding: 1.1111111111rem 1.1111111111rem 0 1.1111111111rem;
}
.requestSheet_content .created_date.reason .record.head-line {
  padding: 0;
  display: block;
  margin: auto;
  text-align: center;
  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;
}
.requestSheet_content .created_date.reason .record.head-line p {
  padding: 0.5555555556rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #f44336 !important;
  font-family: "Alexandria", sans-serif !important;
}
.requestSheet_content .created_date.reason .record p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  width: 20vw;
  overflow-wrap: anywhere;
  text-align: center;
}
.requestSheet_content .created_date.reason .record:last-child {
  padding: 0.5555555556rem 1.1111111111rem 0.5555555556rem 1.1111111111rem;
}
.requestSheet_content .reject_reason {
  margin-top: 1.1111111111rem;
  padding: 0.7777777778rem 1.1111111111rem;
  background-color: #fbe9eb;
  border: solid #ffc2c8 0.0555555556rem;
  border-radius: 0.2222222222rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #f44336 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 1.1111111111rem;
}
.requestSheet_content .reject_reason .title {
  margin-bottom: 0.7777777778rem;
}
.requestSheet_content .reject_reason .text {
  color: #1c1e44;
  word-break: normal;
  word-wrap: break-word;
}
.requestSheet_content section {
  margin: 1.1111111111rem;
  padding: 1.6666666667rem 0px;
  border-bottom: solid #e6e6e6 0.0555555556rem;
}
.requestSheet_content section:nth-last-child(1) {
  border-bottom: none !important;
}
.requestSheet_content section .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;
}
.requestSheet_content section .items .item {
  display: flex;
  align-items: flex-start;
  gap: 0.7777777778rem;
  max-width: 100%;
}
.requestSheet_content section .items .item + .item {
  margin-top: 1.3888888889rem;
}
.requestSheet_content section .items .item .icon {
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
  border-radius: 50%;
  background-color: var(--primary-text-color);
  padding: 0.5555555556rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.requestSheet_content section .items .item .icon img {
  -o-object-fit: fill;
     object-fit: fill;
}
.requestSheet_content section .items .item .text {
  max-width: calc(100% - 3.5555555556rem);
  flex-grow: 1;
}
.requestSheet_content section .items .item .text .title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #808080 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.3333333333rem;
}
.requestSheet_content section .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;
}
[dir=rtl] .requestSheet_content section .items .item .text .lable.label-email {
  direction: ltr;
  text-align: end;
}
.requestSheet_content section .package {
  border-radius: 0.5555555556rem;
  background-color: #e4f9f9;
  border: solid 0.1111111111rem #d2f5f5;
  padding: 1.1111111111rem;
}
.requestSheet_content section .package p.duration {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #bff1f1;
  border-radius: 1.1111111111rem;
  padding: 0.2777777778rem 0.8333333333rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
.requestSheet_content section .package 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.6666666667rem;
}
.requestSheet_content section .package p.cost {
  font-weight: 800 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.requestSheet_content section .social_media .link {
  width: 1.9444444444rem;
  height: 1.9444444444rem;
  margin-right: 1.1111111111rem;
}
.requestSheet_content section .social_media .link img {
  width: 100%;
}

app-company-form mat-radio-group.packages mat-radio-button .cover_bg {
  width: 80% !important;
}
app-company-form 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-form 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-form 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-wallet-transactions table {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
app-wallet-transactions table .wallet_up {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8888888889rem 1.1111111111rem;
  background-color: #e1fcf4;
  border: solid 0.0555555556rem #bbecde;
  border-radius: 50% !important;
  margin-right: 0.5555555556rem;
}
app-wallet-transactions table .wallet_down {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.8888888889rem 1.1111111111rem;
  background-color: #ffeeee;
  border: solid 0.0555555556rem #eacbcc;
  border-radius: 50%;
  margin-right: 0.5555555556rem;
  vertical-align: middle;
}
app-wallet-transactions table .pay_by .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.1666666667rem;
}
app-wallet-transactions table .pay_by .text {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-wallet-transactions table .pay_by .text img {
  height: 0.8333333333rem;
  -o-object-fit: fill;
     object-fit: fill;
}

app-withdrawal-request-detailes .requestSheet_content .package p.cost,
app-vendor-withdrawal-request-detailes .requestSheet_content .package p.cost {
  color: #2F8B8B !important;
}

app-rewarded-employees table .name-with-image .name {
  color: var(--secondry-bg-color) !important;
}
app-rewarded-employees table .name-with-image .name h6 {
  margin-bottom: 0.2777777778rem;
}
app-rewarded-employees table td {
  color: #6b6d85;
  font-size: 1rem !important;
  font-weight: 500 !important;
}
app-rewarded-employees table td p {
  margin-bottom: 0.2777777778rem !important;
}
app-rewarded-employees table .points span {
  color: #8E8fa2 !important;
  margin-left: 0.3888888889rem;
}
app-rewarded-employees table .icon_link {
  margin-left: 0.2777777778rem;
}

app-employees-list .table-responsive {
  box-shadow: none;
}
app-employees-list table {
  margin-top: 1.1111111111rem;
}
app-employees-list table .name-with-image .name {
  color: var(--secondry-bg-color) !important;
}
app-employees-list table .name-with-image .name h5 {
  margin-bottom: 0.2777777778rem;
}
app-employees-list table td {
  color: #6b6d85;
  font-size: 1rem !important;
  font-weight: 500 !important;
}
app-employees-list table td p {
  margin-bottom: 0.2777777778rem !important;
}
app-employees-list tr.title {
  background-color: #e8e9ec;
  padding: 0.5555555556rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #0f1125 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-employees-list tr.title:hover {
  background-color: #e8e9ec !important;
}
app-employees-list tr.title span {
  margin-right: 0.5555555556rem;
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #0f1125 !important;
  font-family: "Alexandria", sans-serif !important;
}

app-companies-users table {
  margin-top: 1.1111111111rem;
}
app-companies-users table .name-with-image .name {
  color: var(--secondry-bg-color) !important;
}
app-companies-users table .name-with-image .name h5 {
  margin-bottom: 0;
}
app-companies-users table td {
  color: #6b6d85;
  font-size: 1rem !important;
  font-weight: 500 !important;
}
app-companies-users table td p {
  margin-bottom: 0.2777777778rem !important;
}
app-companies-users .filters-container button.btn-primary[aria-expanded=true] svg {
  transform: rotateX(180deg);
}
app-companies-users .filters-container .btn-primary svg {
  margin-left: 0.5555555556rem;
}
app-companies-users .filters-container .mat-mdc-menu-item {
  background: red !important;
}
app-companies-users .filters-container button[mat-menu-item] {
  background-color: red !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;
}

.created_date {
  border: dashed 0.0555555556rem #c6c7d0;
  padding: 1.1111111111rem;
  border-radius: 0.2222222222rem;
  margin-bottom: 1.1111111111rem;
}
.created_date .record {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5555555556rem;
}
.created_date .record:nth-last-child(1) {
  margin-bottom: 0px;
}
.created_date .lable {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #808080 !important;
  font-family: "Alexandria", sans-serif !important;
}
.created_date .lable.text-color {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.created_date .text {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.created_date.reason {
  padding: 0;
}
.created_date.reason .record {
  padding: 1.1111111111rem 1.1111111111rem 0 1.1111111111rem;
}
.created_date.reason .record.head-line {
  padding: 0;
  display: block;
  margin: auto;
  text-align: center;
  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;
}
.created_date.reason .record.head-line p {
  padding: 0.5555555556rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #f44336 !important;
  font-family: "Alexandria", sans-serif !important;
}
.created_date.reason .record p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  overflow-wrap: anywhere;
  margin-bottom: 0;
}
.created_date.reason .record:last-child {
  padding: 0.5555555556rem 1.1111111111rem 0.5555555556rem 1.1111111111rem;
}

.files-preview-container .files-list {
  margin: 0.5555555556rem 0 0;
}
.files-preview-container .file-item {
  display: flex;
  border: 1px solid var(--icon-color);
  background-color: #fafbfb;
  border-radius: 0.3333333333rem;
  overflow: hidden;
  justify-content: space-between;
}
.files-preview-container .file-item:hover {
  border-color: var(--secondry-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 {
  color: #888f9e;
}
.files-preview-container .file-item .file-btn .download svg {
  width: 1.1111111111rem;
}
.files-preview-container .file-item .file-btn .download .mat-icon {
  color: #888f9e;
}
.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 .file-item .file-btn .previewing {
  cursor: pointer;
}
.files-preview-container .file-item .file-btn .previewing mat-icon {
  fill: #666;
  color: #666;
}
.files-preview-container .file-item + .file-item {
  margin: 0.5555555556rem 0 0;
}
.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-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem !important;
}
.dnd-container span {
  font-weight: 600;
  color: #DDDDE3;
  margin-right: 0.5555555556rem;
}
.dnd-container .hint {
  margin-top: 0.7777777778rem;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1.2222222222rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.dnd-container .hint span {
  font-weight: 600 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dnd-container label {
  cursor: pointer;
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #3eb6b6 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
  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;
  align-items: center;
  margin-bottom: 0.5555555556rem !important;
}
.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 !important;
}
.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;
  margin-left: 0.2222222222rem;
}
.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: var(--dark-secondary-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;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
.side-sheet .sheet-container {
  overflow-y: auto;
  margin-left: auto;
  width: 29.7222222222rem;
  max-width: 100%;
  background-color: #FFF;
  height: 100%;
  right: 0;
  animation: slide-left 0.2s ease;
  z-index: 2;
  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: #f4f4f6;
  padding: 0.8333333333rem 0.8888888889rem;
}
.side-sheet .sheet-container .sheet-head .title {
  font-size: 0.8888888889rem;
  line-height: 1.2777777778rem;
  font-weight: 600;
  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(--secondry-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: 0.5555555556rem;
}
.side-sheet .sheet-container .sheet-actions .big {
  flex: 1;
}
.side-sheet .sheet-container .sheet-actions .big button,
.side-sheet .sheet-container .sheet-actions .big a {
  background-color: var(--secondry-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,
.side-sheet .sheet-container .sheet-actions .big a .span {
  padding: 0.9444444444rem;
}
.side-sheet .sheet-container .sheet-actions .small .danger-btn {
  background-color: rgba(220, 53, 69, 0.1803921569) !important;
  border: none !important;
  color: #DC3545 !important;
}
.side-sheet .sheet-container .sheet-actions .small .danger-btn svg,
.side-sheet .sheet-container .sheet-actions .small .danger-btn path {
  fill: #DC3545;
}
.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,
.dots-mat-menu .mat-menu-item img {
  margin-right: 0.5555555556rem;
  fill: #8E8fa2;
  display: block;
  margin: auto 0.5555555556rem;
}
.dots-mat-menu .mat-menu-item span {
  display: flex;
  flex-wrap: nowrap;
  white-space: break-spaces;
  line-height: 15px;
  padding: 0.3333333333rem 0;
  align-items: center;
}
@media (max-width: 992px) {
  .dots-mat-menu .mat-menu-item span {
    font-size: 1rem !important;
  }
}
.dots-mat-menu .mat-menu-item.danger span {
  color: #DC3545 !important;
}
.dots-mat-menu .mat-menu-item.danger svg {
  fill: #FE646F !important;
}

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

.news-details .img-card {
  height: 15.8333333333rem;
}
.news-details .img-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-details .news-details-inner {
  padding: 1.6666666667rem;
}
.news-details .news-details-inner ul {
  list-style: inside;
}
.news-details .news-details-inner ul li {
  margin-bottom: 0.2777777778rem;
}
.news-details .news-details-inner .heading-title h4 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
}
.news-details .news-details-inner p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.9444444444rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

.payroll {
  padding: 1.6666666667rem 1.9444444444rem !important;
}
.payroll .item-lists .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1111111111rem;
}
.payroll .item-lists .list span:not(.mat-button-wrapper) {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list p {
  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: 0;
}
.payroll .item-lists .list p b {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list h3 {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.payroll .item-lists .list h3 span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list h3 svg {
  width: 0.7777777778rem;
  height: 0.8888888889rem;
}
.payroll .item-lists .list h3 svg path {
  fill: #6B6D85;
}
.payroll .item-lists .list h3.green {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #43A047 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list h3.green span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #43A047 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list h3.green svg path {
  fill: #43A047;
}
.payroll .item-lists .list h3.dark-green {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #2E7D32 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list h3.dark-green span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #2E7D32 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list h3.dark-green svg path {
  fill: #2E7D32;
}
.payroll .item-lists .list h3.red {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #DC3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list h3.red span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #DC3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list h3.red svg path {
  fill: #DC3545;
}
.payroll .item-lists .list h3.not-found {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list:first-child {
  border-top-left-radius: 0.2222222222rem;
  border-top-right-radius: 0.2222222222rem;
}
.payroll .item-lists .list:nth-child(odd) {
  background-color: #F6F6F8;
}
.payroll .item-lists .list:nth-child(even) {
  background-color: #FAFBFB;
}
.payroll .item-lists .list:last-child {
  border-bottom-left-radius: 0.2222222222rem;
  border-bottom-right-radius: 0.2222222222rem;
}
.payroll .item-lists .list .with-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.payroll .item-lists .list .with-actions .mat-icon-button,
.payroll .item-lists .list .with-actions .mat-icon {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  line-height: 1.1111111111rem;
  overflow: visible;
}
.payroll .item-lists .list .with-actions .mat-icon-button:hover,
.payroll .item-lists .list .with-actions .mat-icon:hover {
  background-color: transparent;
}
.payroll .item-lists .list .with-actions .buttons {
  display: flex;
  align-items: center;
  gap: 0.4444444444rem;
}
.payroll .item-lists .list .with-actions span:not(.mat-button-wrapper) {
  margin-right: 0.4444444444rem;
}
.payroll .item-lists .list-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1111111111rem;
}
.payroll .item-lists .list-last span {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list-last h3 {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.payroll .item-lists .list-last h3 span {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .item-lists .list-last h3 svg {
  width: 1.1111111111rem;
  height: 1.2222222222rem;
}
.payroll .item-lists .list-last h3 svg path {
  fill: #1C1E44;
}
.payroll .card-list.with-max {
  height: 85rem;
  overflow-y: auto;
}
.payroll .card-list .list {
  background-color: #F4F4F6;
  border-radius: 0.6666666667rem;
  padding: 1.1111111111rem;
}
.payroll .card-list .list .list-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 0.6666666667rem;
}
.payroll .card-list .list .list-header h2 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.8888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
.payroll .card-list .list .list-header p {
  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;
}
.payroll .card-list .list .list-header h1 {
  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;
}
.payroll .card-list .list .list-header h1 span {
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll .card-list .list + .list {
  margin-top: 1.1111111111rem;
}

.company_Offer_Profile .top-profile-card {
  background-color: #ffffff;
  border-radius: 0.5555555556rem;
  padding: 2.2222222222rem 2.2222222222rem 0 2.2222222222rem;
  position: relative;
}
.company_Offer_Profile .top-profile-card::before {
  content: "";
  position: absolute;
  background-image: url(../../images/profile-shape.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 11.1111111111rem;
  height: 15.5555555556rem;
  left: 0;
  top: 0;
  z-index: 11;
}
[dir=ltr] .company_Offer_Profile .top-profile-card::before {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .company_Offer_Profile .top-profile-card::before {
    display: none;
  }
}
.company_Offer_Profile .top-profile-card .top-profile-card-content {
  display: flex;
  width: 100%;
}
@media (width < 768px) {
  .company_Offer_Profile .top-profile-card .top-profile-card-content {
    flex-direction: column;
    align-items: center;
  }
  .company_Offer_Profile .top-profile-card .top-profile-card-content .logo-card {
    margin-bottom: 0.8333333333rem;
  }
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .logo-card {
  position: relative;
  top: 0.5555555556rem;
  z-index: 11;
  background-color: #ffffff;
  border: 3px solid #f4f4f6;
  border-radius: 0.2222222222rem;
  width: 11.1111111111rem;
  min-width: 11.1111111111rem;
  height: 11.1111111111rem;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .logo-card img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .logo-card span {
  height: 100%;
  font-size: 1.6666666667rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .company_Offer_Profile .top-profile-card .top-profile-card-content .logo-card {
    height: 5.5555555556rem;
    width: 5.5555555556rem;
    min-width: auto;
  }
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info {
  margin-left: 1.3888888889rem;
  flex-grow: 1;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.1111111111rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-header .status-badge {
  margin-bottom: 0.5555555556rem;
}
@media (max-width: 767px) {
  .company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-header {
    display: block;
  }
  .company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-header .status-badge {
    margin-bottom: 0.5555555556rem;
  }
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-header .top-profile-card-actions {
  display: flex;
  right: 2.2222222222rem;
}
@media (max-width: 767px) {
  .company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-header .top-profile-card-actions {
    position: relative;
    right: 0;
  }
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-header .top-profile-card-actions .small {
  margin-right: 1.1111111111rem;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-details h3 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.6666666667rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: break-word;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-details h4 {
  font-weight: 500 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.6666666667rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: break-word;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-details p span {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3888888889rem !important;
  color: #808080 !important;
  font-family: "Alexandria", sans-serif !important;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-details p b {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.2222222222rem;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-details p:nth-child(1) {
  margin-right: 2.7777777778rem;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-details p:nth-child(1)::after {
  content: "";
  position: absolute;
  height: 1.1111111111rem;
  width: 0.1111111111rem;
  background-color: #dddde3;
  border-radius: 1.1111111111rem;
  margin-top: 5px;
  margin-left: 1.3888888889rem;
}
.company_Offer_Profile .top-profile-card .top-profile-card-content .top-info .top-profile-card-details p:last-child::after {
  display: none;
}
.company_Offer_Profile .top-profile-card .top-profile-card-footer {
  position: relative;
  z-index: 1;
  background-color: #fafbfb;
  display: flex;
  width: -webkit-fill-available;
  padding: 0.8333333333rem 0;
  margin: 0.7777777778rem -2.2222222222rem 0;
  padding-right: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .company_Offer_Profile .top-profile-card .top-profile-card-footer {
    display: block;
  }
}
.company_Offer_Profile .top-profile-card .top-profile-card-footer .info-data {
  width: 100%;
  overflow-wrap: anywhere;
}
.company_Offer_Profile .top-profile-card .top-profile-card-footer .info-data:first-child {
  padding-left: 2.2222222222rem;
}
.company_Offer_Profile .top-profile-card .top-profile-card-footer .info-data div {
  line-height: 1.4444444444rem !important;
}
.company_Offer_Profile .top-profile-card::after {
  content: "";
  position: absolute;
  background-image: url(../../images/pattern.svg);
  left: 0;
  right: 0;
  height: 0.9444444444rem;
  width: 100%;
  bottom: 0;
  z-index: 1;
  border-bottom-right-radius: 0.5555555556rem;
  border-bottom-left-radius: 0.5555555556rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.company_Offer_Profile .points-card {
  background-image: url(../../images/Company&VendorWalletPoints.png);
  border-radius: 0.5555555556rem;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  height: 25rem;
  min-height: 100%;
  background-size: 100%;
  padding: 0 0.5555555556rem;
  background-repeat: no-repeat;
  background-color: #424464;
}
@media (max-width: 992px) {
  .company_Offer_Profile .points-card {
    margin-top: 0.5555555556rem;
    background-image: none;
    height: auto;
    padding-top: 2.7777777778rem;
  }
}
.company_Offer_Profile .points-card .img-card {
  border-radius: 0.5555555556rem;
  margin-top: auto;
}
.company_Offer_Profile .points-card .img-card img {
  width: 100%;
  height: inherit;
  position: relative;
  border-radius: 0.5555555556rem;
}
.company_Offer_Profile .points-card .img-card .points-info h6 {
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #d2d2da !important;
  font-family: "Alexandria", sans-serif !important;
}
.company_Offer_Profile .points-card .img-card .points-info h2 {
  font-weight: 800 !important;
  font-size: 1.7222222222rem !important;
  line-height: 1.3888888889rem !important;
  color: var(--secondry-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.company_Offer_Profile .points-card .img-card .points-info h2 span {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: var(--primary-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.company_Offer_Profile .points-card .img-card .points-info p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1.3888888889rem !important;
  color: #c6c7d0 !important;
  font-family: "Alexandria", sans-serif !important;
}
.company_Offer_Profile .points-card .img-card .points-info p span {
  padding: 0 0.4444444444rem;
}
.company_Offer_Profile .points-card .img-card .points-info p b {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #e8e9ec !important;
  font-family: "Alexandria", sans-serif !important;
}
.company_Offer_Profile .points-card .img-card .list {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #303254;
  padding: 0.7222222222rem 0.9444444444rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: #64dcdc !important;
  font-family: "Alexandria", sans-serif !important;
  border-top: 2px solid #49d6d6;
  border-top-right-radius: 1.1111111111rem;
  border-top-left-radius: 1.1111111111rem;
  left: 10%;
  right: 10%;
  text-align: center;
}
[dir=ltr] .company_Offer_Profile .points-card .img-card .list svg {
  transform: rotate(90deg);
}
.company_Offer_Profile .points-card .img-card .coins_img {
  height: 5.8333333333rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.company_Offer_Profile .profile-tabs .card {
  background-color: #ffffff;
  border: none;
  border-radius: 0.7222222222rem;
  position: relative;
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
}
.company_Offer_Profile.offer-bg .top-profile-card {
  padding: 0;
}
.company_Offer_Profile.offer-bg .top-profile-card::before {
  content: "";
  position: absolute;
  background-image: url(../../images/offers/illustration_shape.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 8.5rem;
  height: 6.5555555556rem;
  left: 0;
  top: 0;
  z-index: 0;
}
[dir=ltr] .company_Offer_Profile.offer-bg .top-profile-card::before {
  transform: scaleX(-1);
}
@media (max-width: 767px) {
  .company_Offer_Profile.offer-bg .top-profile-card::before {
    display: none;
  }
}
.company_Offer_Profile.offer-bg .top-profile-card .profile-card-head {
  position: relative;
  z-index: 1;
  padding: 2.7777777778rem 2.7777777778rem;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company_Offer_Profile.offer-bg .top-profile-card .profile-card-head img {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
}
.company_Offer_Profile.offer-bg .top-profile-card .profile-card-head p {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2777777778rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.6666666667rem !important;
  margin: 0;
  margin-right: auto;
}
.company_Offer_Profile.offer-bg .top-profile-card .profile-card-head p span {
  font-weight: 800 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.company_Offer_Profile.offer-bg .top-profile-card .profile-card-head .status-badge {
  color: var(--secondry-bg-color);
}
.company_Offer_Profile.offer-bg .top-profile-card .name-with-image.wide-img {
  margin-left: 2.7777777778rem;
}
.company_Offer_Profile.offer-bg .top-profile-card .name-with-image.wide-img .name h5 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
  white-space: normal;
  max-width: 100%;
}
.company_Offer_Profile.offer-bg .top-profile-card .name-with-image.wide-img .name span {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.company_Offer_Profile.offer-bg .top-profile-card .name-with-image.wide-img .name p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1666666667rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 1.6666666667rem;
  margin-bottom: 0;
}
.company_Offer_Profile.offer-bg .top-profile-card .name-with-image.wide-img .name p span {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.company_Offer_Profile.offer-bg .top-profile-card .top-profile-card-footer {
  margin: 0;
  margin-top: 0.8333333333rem;
}
.company_Offer_Profile.company-admin .points-card {
  background-image: url(../../images/companyAdmin/WalletCompanyAdmin.png);
}
@media (max-width: 992px) {
  .company_Offer_Profile.company-admin .points-card {
    margin-top: 0.5555555556rem;
    background-image: none;
    height: auto;
    padding-top: 2.7777777778rem;
  }
}
.company_Offer_Profile.company-admin .top-profile-card {
  height: 100%;
}
.company_Offer_Profile.company-admin .top-profile-card::before {
  width: 16.6666666667rem;
  height: 24.1666666667rem;
  background-position: bottom;
  z-index: 1;
}
@media (min-width: 767px) {
  .company_Offer_Profile.company-admin .top-profile-card .top-profile-card-content {
    align-items: end;
    margin: 1.6666666667rem 4.1666666667rem;
  }
}

.card.point-cards {
  background-color: #ffffff;
  border: none;
  border-radius: 0.7222222222rem;
  position: relative;
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1) !important;
  height: 100%;
}
.card.point-cards .card-content {
  padding: 1.6666666667rem;
  z-index: 6;
  position: relative;
}
.card.point-cards .card-content p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3888888889rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
  max-width: calc(100% - 6.1111111111rem);
}
.card.point-cards .card-content p:last-child {
  margin-bottom: 0;
}
.card.point-cards .card-content p:first-child {
  margin-bottom: 1.1111111111rem;
}
.card.point-cards .card-content h2 {
  font-weight: 800 !important;
  font-size: 2.0555555556rem !important;
  line-height: 1.3888888889rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8333333333rem;
}
.card.point-cards .card-content a {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #e4f9f9;
  padding: 0.5555555556rem 1.1111111111rem;
  border-radius: 1.1111111111rem;
}
.card.point-cards .card-content a svg {
  margin-left: 0.5555555556rem;
}
.card.point-cards .icon-card {
  position: relative;
}
.card.point-cards .icon-card::before {
  content: "";
  position: absolute;
  height: 6.3888888889rem;
  width: 8.5rem;
  background-image: url(../../images/icon-shape.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  right: 0;
  z-index: 5;
}
[dir=ltr] .card.point-cards .icon-card::before {
  transform: scaleX(-1);
}
.card.point-cards .icon-card svg, .card.point-cards .icon-card img {
  position: absolute;
  z-index: 1;
  right: 1.9444444444rem;
  top: 1rem;
  width: 25px;
  height: 30px;
  z-index: 5;
}
.card.point-cards::before {
  content: "";
  position: absolute;
  height: 80%;
  width: 0.2777777778rem;
  background-color: var(--secondry-color);
  left: 0;
  top: 10%;
  border-radius: 0.4444444444rem 0 0 0.4444444444rem;
}
.card.point-cards.grey-background .card-content {
  padding: 1.1111111111rem 0.8333333333rem;
}
.card.point-cards.grey-background .card-content a {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
}
[dir=ltr] .card.point-cards.grey-background .card-content a svg {
  transform: scaleX(-1);
}
.card.point-cards.grey-background .card-content h2 {
  font-weight: 800 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.3888888889rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.point-cards.grey-background .icon-card {
  position: relative;
}
.card.point-cards.grey-background .icon-card svg {
  width: 20px;
  height: 20px;
  right: 1.1111111111rem;
  top: 0.7777777778rem;
}
.card.point-cards.grey-background .icon-card::before {
  content: "";
  position: absolute;
  height: 6.3888888889rem;
  width: 7.7777777778rem;
  background-image: url(../../images/companyAdmin/icon-shape-grey.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  right: 0;
}
[dir=ltr] .card.point-cards.grey-background .icon-card::before {
  transform: scaleX(-1);
}

.card.claimed-cards {
  background-color: #f4f4f6;
  border: none;
  border-radius: 0.7222222222rem;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.card.claimed-cards .card-content {
  padding: 1.1111111111rem;
  z-index: 6;
  position: relative;
}
.card.claimed-cards .card-content p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #2F8B8B !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8333333333rem;
}
.card.claimed-cards .card-content p span {
  font-weight: 800 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5rem !important;
  color: #2F8B8B !important;
  font-family: "Alexandria", sans-serif !important;
}
.card.claimed-cards .card-content a {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #ffffff;
  padding: 0.5555555556rem 1.1111111111rem;
  border-radius: 1.1111111111rem;
}
.card.claimed-cards .card-content a svg {
  margin-left: 0.5555555556rem;
}

app-update-company-colors .chooseColor {
  background-color: #FFF;
  padding: 2.2222222222rem 1.6666666667rem;
}
app-update-company-colors .chooseColor .header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
app-update-company-colors .chooseColor .header .text {
  width: calc(100% - 8.8888888889rem);
}
app-update-company-colors .chooseColor .header .text .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: 1.6666666667rem;
}
app-update-company-colors .chooseColor .header .text .hint {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
app-update-company-colors .chooseColor .header .logo {
  max-width: 8.3333333333rem;
  max-height: 8.3333333333rem;
  border-radius: 0.3333333333rem;
  overflow: hidden;
  background-color: #f4f4f6;
  padding: 0.8333333333rem;
  text-align: center;
}
app-update-company-colors .chooseColor .header .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.1111111111rem;
  border: solid 0.1666666667rem #e8e9ec;
  background-color: #FFF;
}
app-update-company-colors .select_color {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 4.3888888889rem;
  margin-bottom: 5.5555555556rem;
}
@media (width < 386px) {
  app-update-company-colors .select_color {
    justify-content: center;
  }
}
app-update-company-colors .select_color .switch_color {
  margin-bottom: 2.2222222222rem;
}
@media (width < 386px) {
  app-update-company-colors .select_color .switch_color {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
}
app-update-company-colors .select_color .switch_color .color_card {
  margin-bottom: 2.2222222222rem;
}
app-update-company-colors .select_color .switch_color .color_card:last-child {
  margin-bottom: 0px;
}
app-update-company-colors .select_color .switch_color .color_card p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1rem;
}
app-update-company-colors .select_color .switch_color .color_card .preview_color_box {
  width: 8.3333333333rem;
  height: 8.3333333333rem;
  background-color: #f4f4f6;
  padding: 1.1111111111rem;
  border-radius: 0.3333333333rem;
  position: relative;
  top: 0px;
  z-index: 5;
}
app-update-company-colors .select_color .switch_color .color_card .preview_color_box.active span {
  box-shadow: 0px 0.1666666667rem 0.6666666667rem rgba(28, 30, 68, 0.3);
  border-color: transparent !important;
}
app-update-company-colors .select_color .switch_color .color_card .preview_color_box.active::before {
  content: "";
  background: url(../../images/icons/active_arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
  z-index: 2;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  transform: translateY(-50%) rotate(180deg);
}
@media (width < 386px) {
  app-update-company-colors .select_color .switch_color .color_card .preview_color_box.active::before {
    top: initial;
    bottom: -1rem;
    right: 50%;
    transform: translateX(-50%) rotateZ(270deg);
    transform: translateX(50%) rotateZ(270deg);
  }
}
app-update-company-colors .select_color .switch_color .color_card .preview_color_box span {
  min-width: 100%;
  min-height: 100%;
  border-radius: 0.3333333333rem;
  border: solid 0.1111111111rem #DDDDE3;
  display: block;
}
app-update-company-colors .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
app-update-company-colors .actions > div .btn_link {
  color: #2F8B8B;
  font-size: 1rem;
  font-weight: 500;
  margin: 0.5555555556rem 1.1111111111rem;
}
@media (width < 400px) {
  app-update-company-colors .actions {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  app-update-company-colors .actions button {
    margin-top: 0.5555555556rem;
  }
  app-update-company-colors .actions > div {
    text-align: center;
  }
}
app-update-company-colors .preview_theme {
  background-color: #fafbfb;
  padding: 2.0555555556rem 2.6666666667rem;
}
app-update-company-colors .preview_theme .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: 2.2222222222rem;
}

app-svg-custom-color svg {
  direction: ltr;
  box-shadow: none !important;
  max-width: 100%;
}
app-svg-custom-color svg#large {
  width: 21.3333333333rem;
  height: 41.6666666667rem;
}
app-svg-custom-color svg#small {
  width: 10rem;
  height: 6.3333333333rem;
}
app-svg-custom-color svg text {
  text-align: left;
}

app-charge-wallet .hint {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3888888889rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
  margin-top: 1.1111111111rem;
}
app-charge-wallet .PaymentMethods {
  display: flex;
  flex-direction: column;
  width: 100%;
}
app-charge-wallet .PaymentMethods mat-radio-button {
  background-color: #f4f4f6;
  padding: 0.8333333333rem 1.1111111111rem;
  margin-bottom: 0.8333333333rem;
  border-radius: 0.6666666667rem;
}
app-charge-wallet .PaymentMethods mat-radio-button:last-child {
  margin-bottom: 0px;
}
app-charge-wallet .PaymentMethods mat-radio-button.mat-radio-checked {
  background-color: #FFF;
  box-shadow: 0px 0.1111111111rem 0.8888888889rem rgba(28, 30, 68, 0.2);
}
app-charge-wallet .PaymentMethods mat-radio-button .mat-radio-label {
  justify-content: space-between !important;
  flex-direction: row-reverse;
}
app-charge-wallet .PaymentMethods mat-radio-button label {
  margin: 0px;
}
app-charge-wallet .PaymentMethods mat-radio-button .payment_card {
  display: flex;
  align-items: center;
}
app-charge-wallet .PaymentMethods mat-radio-button .payment_card .image {
  width: 2.7777777778rem;
  height: 2.7777777778rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
app-charge-wallet .PaymentMethods mat-radio-button .payment_card .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
app-charge-wallet .PaymentMethods mat-radio-button .payment_card h4 {
  margin-left: 1.1111111111rem;
  margin-bottom: 0px;
}

app-confirm-colors h2 {
  text-align: center;
  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.6666666667rem !important;
  margin-top: 2.2222222222rem !important;
}
app-confirm-colors .record {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.1111111111rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-confirm-colors .record p {
  margin-bottom: 0px;
}
app-confirm-colors .record .color {
  background-color: #f4f4f6;
  height: 2.6666666667rem;
  padding: 0.3333333333rem;
  border-radius: 0.3333333333rem;
  margin: 0px 0.6666666667rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  direction: rtl;
}
app-confirm-colors .record .color .text {
  color: #1c1e44;
  margin-left: 0.6666666667rem;
  direction: ltr;
}
app-confirm-colors .record .color .preview {
  height: 1.8888888889rem;
  width: 1.8888888889rem;
  display: block;
  border: solid 0.1111111111rem #DDDDE3;
  border-radius: 0.3333333333rem;
}

.view-link {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #f4f4f6;
  border-radius: 1.1111111111rem;
  align-items: center;
  padding: 0.3333333333rem 0.8333333333rem;
  margin-left: 0.5555555556rem;
}
.view-link svg {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  margin-left: 0.5555555556rem;
}
[dir=ltr] .view-link svg {
  transform: scaleX(-1);
}

app-success-trancaction .dialog_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
app-success-trancaction img {
  width: 6.1111111111rem;
  height: 6.1111111111rem;
  margin-bottom: 2.2222222222rem;
}
app-success-trancaction h2 {
  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.7777777778rem;
}
app-success-trancaction p.amount {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.6666666667rem !important;
  color: #2F8B8B !important;
  font-family: "Alexandria", sans-serif !important;
}
app-success-trancaction p.amount span {
  font-weight: 500;
}
app-success-trancaction p.balance {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

.mat-tab-group .mat-tab-header {
  background-color: #F6FDFD;
  border-radius: 0.4444444444rem 0.4444444444rem 0 0;
  border-bottom: 0;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list {
  transform: translateX(0) !important;
  border-bottom: 0.2222222222rem solid #d2f5f5;
  position: relative;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-ink-bar {
  background-color: var(--dark-secondary-color);
  bottom: -4px;
  height: 4px;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-label {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.1111111111rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 0 !important;
  opacity: 1;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-label:hover {
  background-color: #ffffff;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-label .mat-tab-label-content {
  padding: 1.1111111111rem;
}
.mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-label.mat-tab-label-active {
  background-color: #ffffff;
}
.mat-tab-group .mat-tab-header .mat-tab-header-pagination {
  display: none;
}
.mat-tab-group .mat-tab-body {
  z-index: -1;
}
.mat-tab-group .mat-tab-body .content {
  padding: 1.6666666667rem 1.1111111111rem;
}
.mat-tab-group .mat-tab-body.mat-tab-body-active {
  z-index: auto !important;
}

.profile-tabs .mat-tab-body-wrapper {
  min-height: 33.3333333333rem !important;
  max-height: 38.8888888889rem !important;
}

.mat-tab-group .mat-tab-label-container {
  overflow-x: auto;
}

.btn-group-horizontal {
  background-color: #efeff2 !important;
  border-radius: 0.5555555556rem;
  display: flex;
  margin-left: 0.8333333333rem;
}
.btn-group-horizontal .group label {
  margin-bottom: 0;
  padding: 0.7222222222rem;
}
.btn-group-horizontal .group label svg, .btn-group-horizontal .group label path {
  fill: #6b6d85;
}
.btn-group-horizontal .group:first-child {
  border-top-left-radius: 0.4444444444rem;
  border-bottom-left-radius: 0.4444444444rem;
}
.btn-group-horizontal .group:last-child {
  border-top-right-radius: 0.4444444444rem;
  border-bottom-right-radius: 0.4444444444rem;
}
.btn-group-horizontal .active {
  background-color: #49d6d6;
}
.btn-group-horizontal .active label svg, .btn-group-horizontal .active label path {
  fill: #0b2020;
}

.employee-profile,
.employee-offer-requested-profile {
  margin-bottom: 8.3333333333rem;
}
.employee-profile .walletPoints,
.employee-offer-requested-profile .walletPoints {
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1) !important;
  position: relative;
}
.employee-profile .walletPoints .img-card,
.employee-offer-requested-profile .walletPoints .img-card {
  border-radius: 0.5555555556rem;
}
.employee-profile .walletPoints .img-card img,
.employee-offer-requested-profile .walletPoints .img-card img {
  width: 100%;
  height: inherit;
  border-radius: 0.5555555556rem;
}
[dir=ltr] .employee-profile .walletPoints .img-card img,
[dir=ltr] .employee-offer-requested-profile .walletPoints .img-card img {
  transform: scaleX(-1);
}
.employee-profile .walletPoints .img-card .points-info,
.employee-offer-requested-profile .walletPoints .img-card .points-info {
  position: absolute;
  top: 20%;
  left: 30%;
  text-align: left;
}
.employee-profile .walletPoints .img-card .points-info h6,
.employee-offer-requested-profile .walletPoints .img-card .points-info h6 {
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #d2d2da !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .walletPoints .img-card .points-info h2,
.employee-offer-requested-profile .walletPoints .img-card .points-info h2 {
  font-weight: 800 !important;
  font-size: 1.7222222222rem !important;
  line-height: 1.3888888889rem !important;
  color: var(--secondry-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .walletPoints .img-card .points-info h2 span,
.employee-offer-requested-profile .walletPoints .img-card .points-info h2 span {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: var(--primary-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .walletPoints .img-card .points-info p,
.employee-offer-requested-profile .walletPoints .img-card .points-info p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1.3888888889rem !important;
  color: #c6c7d0 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .walletPoints .img-card .points-info p span,
.employee-offer-requested-profile .walletPoints .img-card .points-info p span {
  padding: 0 0.4444444444rem;
}
.employee-profile .walletPoints .img-card .points-info p b,
.employee-offer-requested-profile .walletPoints .img-card .points-info p b {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #e8e9ec !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .walletPoints .img-card .list,
.employee-offer-requested-profile .walletPoints .img-card .list {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 0;
  background-color: #303254;
  padding: 0.7222222222rem 1.6666666667rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: #64dcdc !important;
  font-family: "Alexandria", sans-serif !important;
  border-bottom: 2px solid #49d6d6;
  border-radius: 1.1111111111rem 0 0 1.1111111111rem;
  right: 0;
  text-align: center;
  bottom: 35%;
}
[dir=rtl] .employee-profile .walletPoints .img-card .list,
[dir=rtl] .employee-offer-requested-profile .walletPoints .img-card .list {
  border-radius: 0 1.1111111111rem 1.1111111111rem 0;
}
[dir=ltr] .employee-profile .walletPoints .img-card .list svg,
[dir=ltr] .employee-offer-requested-profile .walletPoints .img-card .list svg {
  transform: rotate(90deg);
}
.employee-profile .points-card,
.employee-offer-requested-profile .points-card {
  background-image: url(../../images/companyAdmin/EmployeeWalletPoints.png);
  border-radius: 0.5555555556rem;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  height: 20rem;
  background-size: 100%;
  padding: 0 0.5555555556rem;
  background-repeat: no-repeat;
  background-color: #424464;
}
@media (max-width: 992px) {
  .employee-profile .points-card,
  .employee-offer-requested-profile .points-card {
    margin-top: 0.5555555556rem;
    background-image: none;
    height: auto;
    padding-top: 2.7777777778rem;
  }
}
.employee-profile .points-card .img-card,
.employee-offer-requested-profile .points-card .img-card {
  border-radius: 0.5555555556rem;
  margin-top: auto;
}
.employee-profile .points-card .img-card img,
.employee-offer-requested-profile .points-card .img-card img {
  width: 100%;
  height: inherit;
  position: relative;
  border-radius: 0.5555555556rem;
}
.employee-profile .points-card .img-card .points-info h6,
.employee-offer-requested-profile .points-card .img-card .points-info h6 {
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #d2d2da !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .points-card .img-card .points-info h2,
.employee-offer-requested-profile .points-card .img-card .points-info h2 {
  font-weight: 800 !important;
  font-size: 1.7222222222rem !important;
  line-height: 1.3888888889rem !important;
  color: var(--secondry-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .points-card .img-card .points-info h2 span,
.employee-offer-requested-profile .points-card .img-card .points-info h2 span {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: var(--primary-text-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .points-card .img-card .points-info p,
.employee-offer-requested-profile .points-card .img-card .points-info p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1.3888888889rem !important;
  color: #c6c7d0 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .points-card .img-card .points-info p span,
.employee-offer-requested-profile .points-card .img-card .points-info p span {
  padding: 0 0.4444444444rem;
}
.employee-profile .points-card .img-card .points-info p b,
.employee-offer-requested-profile .points-card .img-card .points-info p b {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #e8e9ec !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .points-card .img-card .list,
.employee-offer-requested-profile .points-card .img-card .list {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #303254;
  padding: 0.7222222222rem 0.9444444444rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3888888889rem !important;
  color: #64dcdc !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 2.2222222222rem;
  border-radius: 1.6666666667rem;
  border-left: 1px solid #49d6d6;
  border-right: 1px solid #49d6d6;
  left: 10%;
  right: 10%;
  text-align: center;
}
[dir=ltr] .employee-profile .points-card .img-card .list svg,
[dir=ltr] .employee-offer-requested-profile .points-card .img-card .list svg {
  transform: rotate(90deg);
}
.employee-profile .points-card .img-card .coins_img,
.employee-offer-requested-profile .points-card .img-card .coins_img {
  height: 5.8333333333rem;
  -o-object-fit: fill;
     object-fit: fill;
}
.employee-profile .vacation_balance,
.employee-offer-requested-profile .vacation_balance {
  padding: 1.9444444444rem 1.6666666667rem;
  background-color: #FFF;
  border-radius: 0.5555555556rem;
  box-shadow: 0px 0px 1.6666666667rem rgba(170, 188, 206, 0.16);
}
.employee-profile .vacation_balance .title,
.employee-offer-requested-profile .vacation_balance .title {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.6666666667rem;
}
.employee-profile .vacation_balance .container-status-balance,
.employee-offer-requested-profile .vacation_balance .container-status-balance {
  display: flex;
  align-items: center;
  gap: 1.1111111111rem;
  margin-bottom: 1.6666666667rem;
}
.employee-profile .vacation_balance .container-status-balance .status-badge.green,
.employee-offer-requested-profile .vacation_balance .container-status-balance .status-badge.green {
  width: 100%;
  max-width: 100%;
  justify-content: unset;
  padding: 0.8888888889rem;
  background-color: #f6fdfd;
  border: solid #d2f5f5 0.0555555556rem;
  flex: 1;
  min-height: -webkit-fill-available;
}
.employee-profile .vacation_balance .container-status-balance .status-badge.green .content,
.employee-offer-requested-profile .vacation_balance .container-status-balance .status-badge.green .content {
  margin-left: 0.6666666667rem;
}
.employee-profile .vacation_balance .container-status-balance .status-badge.green .content a,
.employee-offer-requested-profile .vacation_balance .container-status-balance .status-badge.green .content a {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
  display: block;
}
.employee-profile .vacation_balance .container-status-balance .status-badge.green .content a svg,
.employee-offer-requested-profile .vacation_balance .container-status-balance .status-badge.green .content a svg {
  height: 1.1111111111rem;
  margin-left: 0.2222222222rem;
}
.employee-profile .vacation_balance .container-status-balance .status-badge.green .content .balance,
.employee-offer-requested-profile .vacation_balance .container-status-balance .status-badge.green .content .balance {
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0px;
}
.employee-profile .vacation_balance .container-status-balance .status-badge.green .content .balance span,
.employee-offer-requested-profile .vacation_balance .container-status-balance .status-badge.green .content .balance span {
  margin: 0px 0.2222222222rem;
  font-weight: 500;
  color: #6b6d85;
}
.employee-profile .vacation_balance .container-status-balance .current_balance,
.employee-offer-requested-profile .vacation_balance .container-status-balance .current_balance {
  border-top-left-radius: 0.5555555556rem;
  border-top-right-radius: 0.5555555556rem;
  border-bottom-left-radius: 0.7222222222rem;
  border-bottom-right-radius: 0.7222222222rem;
  overflow: hidden;
  flex: 1;
}
.employee-profile .vacation_balance .container-status-balance .current_balance .lable,
.employee-offer-requested-profile .vacation_balance .container-status-balance .current_balance .lable {
  padding: 0.5555555556rem 0.8888888889rem;
  background-color: #f4f4f6;
  text-align: center;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .vacation_balance .container-status-balance .current_balance .balance_details,
.employee-offer-requested-profile .vacation_balance .container-status-balance .current_balance .balance_details {
  padding: 1.3333333333rem 0.8888888889rem;
  background-color: #fafbfb;
  display: flex;
  justify-content: space-between;
}
.employee-profile .vacation_balance .container-status-balance .current_balance .balance_details .divider,
.employee-offer-requested-profile .vacation_balance .container-status-balance .current_balance .balance_details .divider {
  width: 0.1111111111rem;
  background-color: #e8e9ec;
  border-radius: 0.5555555556rem;
}
.employee-profile .vacation_balance .container-status-balance .current_balance .balance_details > div,
.employee-offer-requested-profile .vacation_balance .container-status-balance .current_balance .balance_details > div {
  width: 50%;
}
.employee-profile .vacation_balance .container-status-balance .current_balance .balance_details > div .name,
.employee-offer-requested-profile .vacation_balance .container-status-balance .current_balance .balance_details > div .name {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
  text-align: center;
}
.employee-profile .vacation_balance .container-status-balance .current_balance .balance_details > div .number,
.employee-offer-requested-profile .vacation_balance .container-status-balance .current_balance .balance_details > div .number {
  font-weight: 800 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .employee-profile .vacation_balance .container-status-balance,
  .employee-offer-requested-profile .vacation_balance .container-status-balance {
    flex-wrap: wrap;
  }
  .employee-profile .vacation_balance .container-status-balance .status-badge.green,
  .employee-profile .vacation_balance .container-status-balance .current_balance,
  .employee-offer-requested-profile .vacation_balance .container-status-balance .status-badge.green,
  .employee-offer-requested-profile .vacation_balance .container-status-balance .current_balance {
    width: 100%;
    flex: unset;
    margin: 0;
  }
}
.employee-profile .vacation_balance a.link,
.employee-offer-requested-profile .vacation_balance a.link {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1111111111rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: start;
  width: 100%;
  display: block;
}
.employee-profile .vacation_balance a.link:hover,
.employee-offer-requested-profile .vacation_balance a.link:hover {
  text-decoration: underline;
}
.employee-profile .vacation_balance a.link svg,
.employee-offer-requested-profile .vacation_balance a.link svg {
  margin-left: 0.2777777778rem;
  height: 0.8888888889rem;
  transform: scaleX(-1);
}
.employee-profile .salary-details .cards,
.employee-offer-requested-profile .salary-details .cards {
  display: flex;
  align-items: start;
  gap: 1.1111111111rem;
  flex-wrap: wrap;
}
.employee-profile .salary-details .cards .card-1,
.employee-profile .salary-details .cards .card-2,
.employee-profile .salary-details .cards .card-3,
.employee-offer-requested-profile .salary-details .cards .card-1,
.employee-offer-requested-profile .salary-details .cards .card-2,
.employee-offer-requested-profile .salary-details .cards .card-3 {
  flex: 1;
}
.employee-profile .salary-details .cards .card-1 .card-info,
.employee-profile .salary-details .cards .card-2 .card-info,
.employee-profile .salary-details .cards .card-3 .card-info,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info {
  border-radius: 0.4444444444rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .header,
.employee-profile .salary-details .cards .card-2 .card-info .header,
.employee-profile .salary-details .cards .card-3 .card-info .header,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .header,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .header,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5555555556rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .header span,
.employee-profile .salary-details .cards .card-2 .card-info .header span,
.employee-profile .salary-details .cards .card-3 .card-info .header span,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .header span,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .header span,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .header span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8E8FA2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
}
.employee-profile .salary-details .cards .card-1 .card-info .header .mat-icon-button,
.employee-profile .salary-details .cards .card-2 .card-info .header .mat-icon-button,
.employee-profile .salary-details .cards .card-3 .card-info .header .mat-icon-button,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .header .mat-icon-button,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .header .mat-icon-button,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .header .mat-icon-button {
  width: 20px;
  height: 20px;
  padding: 2px;
}
.employee-profile .salary-details .cards .card-1 .card-info .header .mat-icon-button .mat-icon,
.employee-profile .salary-details .cards .card-2 .card-info .header .mat-icon-button .mat-icon,
.employee-profile .salary-details .cards .card-3 .card-info .header .mat-icon-button .mat-icon,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .header .mat-icon-button .mat-icon,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .header .mat-icon-button .mat-icon,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .header .mat-icon-button .mat-icon {
  font-size: 16px;
  color: #6B6D85;
}
.employee-profile .salary-details .cards .card-1 .card-info .header.with-border,
.employee-profile .salary-details .cards .card-2 .card-info .header.with-border,
.employee-profile .salary-details .cards .card-3 .card-info .header.with-border,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .header.with-border,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .header.with-border,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .header.with-border {
  border-bottom: 1px solid #C6C7D0;
}
.employee-profile .salary-details .cards .card-1 .card-info .header.with-border span,
.employee-profile .salary-details .cards .card-2 .card-info .header.with-border span,
.employee-profile .salary-details .cards .card-3 .card-info .header.with-border span,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .header.with-border span,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .header.with-border span,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .header.with-border span {
  margin-bottom: 0.4444444444rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .details,
.employee-profile .salary-details .cards .card-2 .card-info .details,
.employee-profile .salary-details .cards .card-3 .card-info .details,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .details,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .details,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .details {
  background-color: #F6F6F8;
  padding: 0.8888888889rem;
  border-radius: 0.4444444444rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .details h2,
.employee-profile .salary-details .cards .card-2 .card-info .details h2,
.employee-profile .salary-details .cards .card-3 .card-info .details h2,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .details h2,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .details h2,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .details h2 {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .details p,
.employee-profile .salary-details .cards .card-2 .card-info .details p,
.employee-profile .salary-details .cards .card-3 .card-info .details p,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .details p,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .details p,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .details 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;
}
.employee-profile .salary-details .cards .card-1 .card-info .details p span,
.employee-profile .salary-details .cards .card-2 .card-info .details p span,
.employee-profile .salary-details .cards .card-3 .card-info .details p span,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .details p span,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .details p span,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .details p span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .salary-details .cards .card-1 .card-info .details p + p,
.employee-profile .salary-details .cards .card-2 .card-info .details p + p,
.employee-profile .salary-details .cards .card-3 .card-info .details p + p,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .details p + p,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .details p + p,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .details p + p {
  margin-top: 0.5555555556rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .details .info p,
.employee-profile .salary-details .cards .card-2 .card-info .details .info p,
.employee-profile .salary-details .cards .card-3 .card-info .details .info p,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .details .info p,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .details .info p,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .details .info p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.2222222222rem;
  direction: ltr;
}
.employee-profile .salary-details .cards .card-1 .card-info .details .info h6,
.employee-profile .salary-details .cards .card-2 .card-info .details .info h6,
.employee-profile .salary-details .cards .card-3 .card-info .details .info h6,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .details .info h6,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .details .info h6,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .details .info h6 {
  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: 0;
}
.employee-profile .salary-details .cards .card-1 .card-info .details .info + .info,
.employee-profile .salary-details .cards .card-2 .card-info .details .info + .info,
.employee-profile .salary-details .cards .card-3 .card-info .details .info + .info,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .details .info + .info,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .details .info + .info,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .details .info + .info {
  margin-top: 0.8888888889rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .head,
.employee-profile .salary-details .cards .card-2 .card-info .head,
.employee-profile .salary-details .cards .card-3 .card-info .head,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .head,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .head,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .head {
  padding: 0.6666666667rem;
  font-weight: 400 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
  border-top-right-radius: 0.4444444444rem;
  border-top-left-radius: 0.4444444444rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .content,
.employee-profile .salary-details .cards .card-2 .card-info .content,
.employee-profile .salary-details .cards .card-3 .card-info .content,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .content,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .content,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .content {
  padding: 0.5555555556rem 0.8888888889rem;
  background-color: #EFEFF2;
}
.employee-profile .salary-details .cards .card-1 .card-info .content .date h1,
.employee-profile .salary-details .cards .card-2 .card-info .content .date h1,
.employee-profile .salary-details .cards .card-3 .card-info .content .date h1,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .content .date h1,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .content .date h1,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .content .date h1 {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.2777777778rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .content .date p,
.employee-profile .salary-details .cards .card-2 .card-info .content .date p,
.employee-profile .salary-details .cards .card-3 .card-info .content .date p,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .content .date p,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .content .date p,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .content .date p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.employee-profile .salary-details .cards .card-1 .card-info .content .amount h3,
.employee-profile .salary-details .cards .card-2 .card-info .content .amount h3,
.employee-profile .salary-details .cards .card-3 .card-info .content .amount h3,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .content .amount h3,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .content .amount h3,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .content .amount h3 {
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #2F8B8B !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.employee-profile .salary-details .cards .card-1 .card-info .content .amount h3 span,
.employee-profile .salary-details .cards .card-2 .card-info .content .amount h3 span,
.employee-profile .salary-details .cards .card-3 .card-info .content .amount h3 span,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .content .amount h3 span,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .content .amount h3 span,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .content .amount h3 span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .salary-details .cards .card-1 .card-info .footer,
.employee-profile .salary-details .cards .card-2 .card-info .footer,
.employee-profile .salary-details .cards .card-3 .card-info .footer,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .footer,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .footer,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .footer {
  padding: 0.6666666667rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .footer .link,
.employee-profile .salary-details .cards .card-2 .card-info .footer .link,
.employee-profile .salary-details .cards .card-3 .card-info .footer .link,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .footer .link,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .footer .link,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .footer .link {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
  display: block;
}
.employee-profile .salary-details .cards .card-1 .card-info .footer .link svg,
.employee-profile .salary-details .cards .card-2 .card-info .footer .link svg,
.employee-profile .salary-details .cards .card-3 .card-info .footer .link svg,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .footer .link svg,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .footer .link svg,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .footer .link svg {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  transform: scaleX(-1);
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list,
.employee-profile .salary-details .cards .card-2 .card-info .items-list,
.employee-profile .salary-details .cards .card-3 .card-info .items-list,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list {
  height: 15rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item {
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h2,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h2,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h2,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h2,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h2,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h2 {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3 {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3 span,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3 span,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3 span,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3 span,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3 span,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3 span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3 svg,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3 svg,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3 svg,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3 svg,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3 svg,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3 svg {
  width: 0.7777777778rem;
  height: 0.8888888889rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3 svg path,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3 svg path,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3 svg path,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3 svg path,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3 svg path,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3 svg path {
  fill: #6B6D85;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3.green,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3.green,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3.green,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3.green,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3.green,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3.green {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #43A047 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3.green span,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3.green span,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3.green span,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3.green span,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3.green span,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3.green span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #43A047 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3.green svg path,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3.green svg path,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3.green svg path,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3.green svg path,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3.green svg path,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3.green svg path {
  fill: #43A047;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3.red,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3.red,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3.red,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3.red,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3.red,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3.red {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #DC3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3.red span,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3.red span,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3.red span,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3.red span,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3.red span,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3.red span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #DC3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3.red svg path,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3.red svg path,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3.red svg path,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3.red svg path,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3.red svg path,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3.red svg path {
  fill: #DC3545;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item h3.not-found,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item h3.not-found,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item h3.not-found,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item h3.not-found,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item h3.not-found,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item h3.not-found {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.employee-profile .salary-details .cards .card-1 .card-info .items-list .item + .item,
.employee-profile .salary-details .cards .card-2 .card-info .items-list .item + .item,
.employee-profile .salary-details .cards .card-3 .card-info .items-list .item + .item,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .items-list .item + .item,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .items-list .item + .item,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .items-list .item + .item {
  margin-top: 1.1111111111rem;
}
.employee-profile .salary-details .cards .card-1 .card-info .link,
.employee-profile .salary-details .cards .card-2 .card-info .link,
.employee-profile .salary-details .cards .card-3 .card-info .link,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .link,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .link,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .link {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
  display: block;
  margin-top: auto;
}
.employee-profile .salary-details .cards .card-1 .card-info .link svg,
.employee-profile .salary-details .cards .card-2 .card-info .link svg,
.employee-profile .salary-details .cards .card-3 .card-info .link svg,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info .link svg,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info .link svg,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info .link svg {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
  transform: scaleX(-1);
}
.employee-profile .salary-details .cards .card-1 .card-info + .card-info,
.employee-profile .salary-details .cards .card-2 .card-info + .card-info,
.employee-profile .salary-details .cards .card-3 .card-info + .card-info,
.employee-offer-requested-profile .salary-details .cards .card-1 .card-info + .card-info,
.employee-offer-requested-profile .salary-details .cards .card-2 .card-info + .card-info,
.employee-offer-requested-profile .salary-details .cards .card-3 .card-info + .card-info {
  margin-top: 1.6666666667rem;
}
@media screen and (max-width: 600px) {
  .employee-profile .salary-details .cards,
  .employee-offer-requested-profile .salary-details .cards {
    flex-wrap: wrap;
  }
  .employee-profile .salary-details .cards .card-1,
  .employee-profile .salary-details .cards .card-2,
  .employee-profile .salary-details .cards .card-3,
  .employee-offer-requested-profile .salary-details .cards .card-1,
  .employee-offer-requested-profile .salary-details .cards .card-2,
  .employee-offer-requested-profile .salary-details .cards .card-3 {
    flex: unset;
    width: 100%;
  }
}
.employee-profile .card,
.employee-offer-requested-profile .card {
  border: none;
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1) !important;
}
.employee-profile .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab.mdc-tab,
.employee-offer-requested-profile .mat-mdc-tab-group .mat-mdc-tab-header .mat-mdc-tab-label-container .mat-mdc-tab.mdc-tab {
  flex-grow: 0;
}

app-employee-form p.form_hint {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

app-import-employee-step-one h4,
app-import-depatments h4 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
app-import-employee-step-one p.lable,
app-import-depatments p.lable {
  margin-top: 2.2222222222rem;
  margin-bottom: 0.7222222222rem;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

app-import-employee-step-two h4 {
  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;
}
app-import-employee-step-two p.success_count {
  font-weight: 400 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.9444444444rem !important;
  color: #2F8B8B !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.3888888889rem;
}
app-import-employee-step-two p.success_count span {
  font-weight: 800 !important;
  color: #37a1a1 !important;
}
app-import-employee-step-two p.warning {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #f44336 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0.5555555556rem;
}
app-import-employee-step-two .list {
  border-radius: 0.6666666667rem;
  background-color: #f4f4f6;
  padding: 0.5555555556rem 0px;
}
app-import-employee-step-two .list .title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
  padding-left: 1.1111111111rem;
}
app-import-employee-step-two .list .record {
  background-color: #fafbfb;
  padding: 0.5555555556rem 1.1111111111rem;
}
app-import-employee-step-two .list .record .email {
  font-weight: 100 !important;
}
app-import-employee-step-two .list .record .name-with-image .name h5 {
  max-width: 20vw;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: wrap;
}

.app-datepicker {
  padding-bottom: 1.3888888889rem;
}
.app-datepicker ngb-datepicker.dropdown-menu {
  left: auto !important;
  padding: 5%;
}
.app-datepicker ngb-datepicker.dropdown-menu .form-select {
  border: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .form-select::-moz-selection {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .form-select:focus, .app-datepicker ngb-datepicker.dropdown-menu .form-select:focus-visible, .app-datepicker ngb-datepicker.dropdown-menu .form-select::selection {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-day .bg-primary {
  background-color: var(--secondry-color) !important;
  border-radius: 2.7777777778rem;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-day:focus {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-month {
  display: block;
  margin: auto;
}
.app-datepicker ngb-datepicker.dropdown-menu .btn-light {
  font-family: "Alexandria", sans-serif !important;
  font-size: 0.6666666667rem;
  width: 1.5rem !important;
  height: 1.5rem !important;
  line-height: 1.5rem !important;
}
.app-datepicker ngb-datepicker.dropdown-menu .btn-light:hover {
  color: white;
  background-color: var(--secondry-color);
  border-color: #dae0e5;
  border-radius: 2.7777777778rem;
}
.app-datepicker ngb-datepicker.dropdown-menu .btn-light:not(:disabled):not(.disabled):active, .app-datepicker ngb-datepicker.dropdown-menu .btn-light:not(:disabled):not(.disabled).active, .show > .app-datepicker ngb-datepicker.dropdown-menu .btn-light.dropdown-toggle {
  color: #fff;
  background-color: var(--secondry-color);
  border-color: var(--secondry-color);
  border-radius: 2.7777777778rem;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-today {
  border: none;
  background-color: transparent;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-today::-moz-selection {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-today:focus, .app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-today:focus-visible, .app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-today::selection {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .ngb-dp-arrow-btn::-moz-selection {
  border: none;
  outline: none;
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .ngb-dp-arrow-btn:focus, .app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .ngb-dp-arrow-btn:focus-visible, .app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .ngb-dp-arrow-btn::selection {
  border: none;
  outline: none;
}
[dir=rtl] .app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .ngb-dp-arrow-btn {
  transform: scale(-1);
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-arrow .btn-link:hover {
  color: var(--secondry-color);
}
.app-datepicker ngb-datepicker.dropdown-menu .ngb-dp-content .ngb-dp-weekday {
  font-style: inherit !important;
}
.app-datepicker .group-container {
  display: flex;
  align-items: center;
  height: 3.3333333333rem;
  margin: 0.25em 0;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(28, 30, 68, 0.12);
  transition: border-color ease 0.2s;
}
.app-datepicker .group-container.disabled {
  background-color: rgba(28, 30, 68, 0.02);
}
.app-datepicker .group-container.disabled .type-change button {
  opacity: 0.4;
}
.app-datepicker .group-container.disabled .control label {
  color: rgba(28, 30, 68, 0.38);
}
.app-datepicker .group-container > input[value]:not([value=""]) + .control input {
  padding-bottom: 0;
  padding-top: 0.8333333333rem;
}
.app-datepicker .group-container > input[value]:not([value=""]) + .control label {
  transform: translateY(-100%);
  font-size: 0.5833333333rem;
}
.app-datepicker .group-container .control {
  flex: 1 1 auto;
  position: relative;
  height: 100%;
}
.app-datepicker .group-container .control label {
  font-size: 0.7777777778rem;
  line-height: 1.3333333333rem;
  color: #6a6a6a;
  margin: 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0.3888888889rem;
  transform: translateY(-50%);
  transition: 0.2s;
}
.app-datepicker .group-container .control input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.7777777778rem;
  padding: 0.3888888889rem 0.5555555556rem 0.3888888889rem;
}
.app-datepicker .group-container.field-error {
  border-width: 2px;
  border-color: #f44336;
}
.app-datepicker .group-container.field-error .control label {
  color: #f44336;
}
.app-datepicker .group-container .type-change {
  display: flex;
  align-items: center;
  padding: 0.3888888889rem;
  border-radius: 6px;
}
.app-datepicker .group-container .type-change button {
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  text-align: center;
  color: #747d8e;
  background-color: transparent;
  border: 2px solid #f6f7fa;
  outline: none;
  border-radius: 6px;
  background-color: #f6f7fa;
  font-weight: 600;
}
.app-datepicker .group-container .type-change button.active {
  color: #F6FDFD;
  border-color: var(--secondry-color);
  background-color: var(--secondry-color);
}
.app-datepicker .group-container .type-change button + button {
  margin-left: 0.1111111111rem;
}
.app-datepicker .btn-primary {
  background-color: var(--secondry-color);
  border-color: var(--secondry-color);
  color: #F6FDFD;
  border-radius: 2.7777777778rem;
}
.app-datepicker .btn-secondary {
  background-color: #6b6d85;
  border-color: #6b6d85;
  color: #F6FDFD;
  border-radius: 2.7777777778rem;
}
.app-datepicker .ngb-dp-day,
.app-datepicker .ngb-dp-weekday,
.app-datepicker .ngb-dp-week-number {
  width: 2.5rem;
}

.stepper-date .app-datepicker {
  padding-bottom: 0;
}
.stepper-date .form-group {
  margin-bottom: 0;
}
.stepper-date .mat-hint {
  font-size: 0.6666666667rem;
  margin-left: 0.5555555556rem;
}

.mat-calendar-body-selected {
  background-color: var(--secondry-color) !important;
  box-shadow: none !important;
}

.mat-calendar-body-cell:hover .mat-calendar-body-cell-content {
  background-color: var(--secondry-color) !important;
  opacity: 0.6;
}

.mat-datepicker-toggle-active {
  color: var(--dark-secondary-color) !important;
}

app-packages .package {
  background-color: #fcfefe;
  border-radius: 0.5555555556rem;
  padding: 3.8888888889rem 1.6666666667rem;
  border: 0.0833333333rem solid #49d6d6;
  min-height: 27.7777777778rem;
  height: 100%;
  position: relative;
  top: 0px;
}
app-packages .package:hover {
  background-color: #edfbfb;
  border: 0.1111111111rem solid #37a1a1;
}
app-packages .package:hover .actions {
  opacity: 1;
}
app-packages .package .actions {
  position: absolute;
  top: 0.8333333333rem;
  left: 0.8333333333rem;
  opacity: 0;
  display: flex;
}
app-packages .package .title {
  font-size: 1.2222222222rem;
  font-weight: 500;
  line-height: 1.6666666667rem;
  margin-bottom: 0.5555555556rem;
  color: #1c1e44;
}
app-packages .package .price {
  font-size: 1.7222222222rem;
  font-weight: 800;
  line-height: 2.2777777778rem;
  margin-bottom: 0.5555555556rem;
  color: #2F8B8B;
}
app-packages .package .price span {
  font-weight: 500;
}
app-packages .package .duration {
  font-size: 0.7777777778rem;
  font-weight: 600;
  line-height: 1.1111111111rem;
  margin-bottom: 1.1111111111rem;
  color: #1c1e44;
}
app-packages .package .lable {
  font-size: 0.7777777778rem;
  font-weight: 500;
  line-height: 1.6666666667rem;
  color: #6b6d85;
}
app-packages .empty_package {
  background-color: #f4f4f6;
  border-radius: 0.5555555556rem;
  padding: 1.6666666667rem;
  min-height: 27.7777777778rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
app-packages .empty_package .add {
  padding: 1.1111111111rem 1.7222222222rem;
  background-color: #e8e9ec;
  border-radius: 0.3333333333rem;
  text-align: center;
}
app-packages .empty_package .add div {
  padding: 0.2777777778rem;
}
app-packages .empty_package .add:hover {
  cursor: pointer !important;
  background-color: transparent;
  border: 0.0833333333rem solid #49d6d6;
}

mat-radio-group.horizontal_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  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: #123636 !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 #49d6d6 solid;
  border-radius: 1.3333333333rem;
  text-align: left !important;
  background-color: #F6FDFD;
  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: #49d6d6 !important;
}
mat-radio-group.horizontal_list.icon-style {
  justify-content: start;
}
mat-radio-group.horizontal_list.icon-style mat-radio-button {
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.3333333333rem;
  background-color: #DEF7F7 !important;
  border: none !important;
}
mat-radio-group.horizontal_list.icon-style mat-radio-button .mat-radio-label .mat-radio-container {
  display: none;
}
mat-radio-group.horizontal_list.icon-style mat-radio-button .mat-radio-label .mat-radio-label-content {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8BA4A4 !important;
  font-family: "Alexandria", sans-serif !important;
}
mat-radio-group.horizontal_list.icon-style mat-radio-button .mat-radio-label .mat-radio-label-content svg {
  margin-left: 0.3888888889rem;
}
mat-radio-group.horizontal_list.icon-style mat-radio-button .mat-radio-label .mat-radio-label-content svg path {
  fill: #8BA4A4;
}
mat-radio-group.horizontal_list.icon-style mat-radio-button.mat-radio-checked {
  background-color: #BFF1F1 !important;
}
mat-radio-group.horizontal_list.icon-style mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-label-content {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1A4B4B !important;
  font-family: "Alexandria", sans-serif !important;
}
mat-radio-group.horizontal_list.icon-style mat-radio-button.mat-radio-checked .mat-radio-label .mat-radio-label-content svg path {
  fill: #1A4B4B;
}

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

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

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

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-inner-circle {
  background-color: #1a4b4b !important;
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1a4b4b !important;
}

.radioGroup_lable {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3333333333rem;
  margin-bottom: 0.5555555556rem;
  color: var(--secondry-bg-color);
}

app-vendors table .name-with-image .name,
app-vendor-requests-list table .name-with-image .name,
app-vendor-withdrawal-requests table .name-with-image .name {
  color: var(--secondry-bg-color) !important;
}
app-vendors table td,
app-vendor-requests-list table td,
app-vendor-withdrawal-requests table td {
  color: #6b6d85;
  font-size: 1rem !important;
  font-weight: 500 !important;
}
app-vendors table td p,
app-vendor-requests-list table td p,
app-vendor-withdrawal-requests table td p {
  margin-bottom: 0.2777777778rem !important;
}
app-vendors table .points span,
app-vendor-requests-list table .points span,
app-vendor-withdrawal-requests table .points span {
  color: #8E8fa2 !important;
  margin-left: 0.3888888889rem;
}

app-vendor-withdrawal-requests table .name-with-image .name h6 span {
  color: #8e8fa2;
  font-size: 0.7777777778rem;
  font-weight: 500;
  margin-left: 1.1111111111rem;
}

.profile-details {
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 0.5555555556rem;
}
.profile-details .top-profile {
  text-align: center;
}
.profile-details .top-profile .wideImage {
  height: -moz-max-content;
  height: max-content;
  min-height: 12.2222222222rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-details .top-profile .user-profile-image {
  position: relative;
  margin: 0 -0.8888888889rem;
  padding: 2.2222222222rem 0.8888888889rem 0.8888888889rem;
}
.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;
}
.profile-details .top-profile .user-profile-image .user-avatar {
  position: relative;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 0.1666666667rem solid var(--primary-text-color);
  background-color: #DDDDE3;
  overflow: hidden;
  display: block;
  margin: auto;
}
.profile-details .top-profile .user-profile-image .user-avatar > img,
.profile-details .top-profile .user-profile-image .user-avatar > span {
  width: 100%;
  min-height: 100%;
}
.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: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  line-height: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}
.profile-details .top-profile .user-profile-image .user-avatar .icon-upload img {
  width: 0.8888888889rem;
  height: 0.8333333333rem;
}
.profile-details .top-profile .name {
  margin-bottom: 1.3333333333rem;
}
.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;
}
.profile-details .top-profile h4 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 2.1111111111rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0.2222222222rem;
  text-transform: capitalize;
  margin-bottom: 0.6666666667rem;
  overflow-wrap: break-word;
}
.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;
  display: block;
  margin: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.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;
}
.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;
}
.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;
}
.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;
}
.profile-details .top-profile .status-container > div > div + div {
  margin-top: 0.8333333333rem;
}
.profile-details .top-profile .status-container .has-account {
  display: flex;
  align-items: center;
  font-size: 0.8888888889rem;
  color: #606a7d;
}
.profile-details .top-profile .status-container .has-account.green {
  color: #208637;
}
.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;
}
.profile-details .top-profile .status-container.with-centeralized {
  text-align: left;
}
.profile-details .top-profile .status-container .logos-list {
  margin-right: 0.5555555556rem;
}
.profile-details .top-profile .card-info {
  padding: 2.2222222222rem 1.6666666667rem;
}
.profile-details .top-profile .card-info h3,
.profile-details .top-profile .card-info p {
  width: 24vw;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: auto;
}
.profile-details .user-data {
  margin-top: 2.2222222222rem;
}
.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;
}
.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;
}
.profile-details.with-shadow .top-profile .overlay-profile {
  border-radius: 0.5555555556rem 0.5555555556rem 0 0;
  z-index: 1;
}
.profile-details.with-shadow .top-profile .user-avatar {
  z-index: 2;
}
.profile-details.with-shadow .top-profile .status-container {
  margin: 0 1.6666666667rem;
}
.profile-details.with-shadow .user-data {
  margin: 1.6666666667rem;
}
.profile-details.with-shadow .company-info {
  margin: 1.6666666667rem 0;
}
.profile-details.with-shadow .company-info .name-with-image {
  background-color: #f4f4f6;
  padding: 0.8333333333rem 1.6666666667rem;
}
.profile-details.with-shadow .company-info .name-with-image h5 {
  font-weight: 500 !important;
}
.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;
}
.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;
}
.profile-details.with-shadow .location-zone {
  margin: 1.6666666667rem;
  max-width: 100%;
  padding: 1.1111111111rem;
  border-radius: 0.4444444444rem;
  border: solid 0.0555555556rem #bff1f1;
  background-color: #fcfefe;
  display: flex;
  align-items: center;
}
.profile-details.with-shadow .location-zone .icon {
  margin-right: 0.7777777778rem;
}
.profile-details.with-shadow .location-zone .icon svg {
  height: 1.8333333333rem;
}
.profile-details.with-shadow .location-zone .text p {
  margin-bottom: 0.4444444444rem;
}
.profile-details.with-shadow .location-zone .text p:last-child {
  margin-bottom: 0px;
}
.profile-details.with-shadow .actions {
  background: #f6fdfd;
  padding: 1.1111111111rem 1.6666666667rem;
  border-radius: 0 0 0.5555555556rem 0.5555555556rem;
}
.profile-details.with-shadow .actions .small {
  margin-right: 0.6666666667rem;
}
.profile-details.with-shadow .user-profile-image {
  position: inherit;
}
.profile-details.offer-details .top-profile .user-profile-image .overlay-profile {
  height: 0.8333333333rem !important;
}
.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;
}
.profile-details.offer-details .top-profile .status-container span {
  margin-bottom: 0 !important;
}
.profile-details.offer-details .top-profile .dates-container {
  margin: 1.1111111111rem 1.6666666667rem;
  padding: 1.1111111111rem;
  border: 1px dashed #c6c7d0;
  border-radius: 0.2222222222rem;
}
.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;
}
.profile-details.offer-details .top-profile .dates-container p:first-child {
  margin-bottom: 0.8333333333rem;
}
.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;
}
.profile-details.offer-details .top-profile .btn_actions {
  display: flex;
  margin: 2.2222222222rem 1.6666666667rem 0rem 1.6666666667rem;
}
.profile-details.offer-details .top-profile .btn_actions button {
  width: 50%;
  margin-left: 1.1111111111rem;
  margin-bottom: 0.8333333333rem;
}
.profile-details.offer-details .top-profile .btn_actions button:first-child {
  margin-left: 0rem;
}

.details-with-head-top {
  margin: 1.1111111111rem 1.6666666667rem;
}
.details-with-head-top.green .title {
  background-color: #e4f9f9;
  padding: 0.3888888889rem 5.5555555556rem;
  text-align: center;
  border-radius: 0.5555555556rem 0.5555555556rem 0 0;
}
.details-with-head-top.green .title span {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.8333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.details-with-head-top.green .name-with-image {
  background-color: #f6fdfd;
  border-radius: 0 0 0.5555555556rem 0.5555555556rem;
  padding: 0.8333333333rem 1.1111111111rem;
}
.details-with-head-top.gray .title {
  background-color: #f4f4f6;
  padding: 0.3888888889rem 5.5555555556rem;
  text-align: center;
  border-radius: 0.5555555556rem 0.5555555556rem 0 0;
}
.details-with-head-top.gray .title span {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.8333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.details-with-head-top.gray .name-with-image {
  background-color: #fafbfb;
  border-radius: 0 0 0.5555555556rem 0.5555555556rem;
  padding: 0.8333333333rem 1.1111111111rem;
}
.details-with-head-top.small .title {
  padding: 0.5555555556rem 1.1111111111rem;
  margin-bottom: 0 !important;
}
.details-with-head-top.small .title span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !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;
  margin-bottom: 0px;
}
.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;
}

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);
  }
}
@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;
  }
}
.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;
  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: var(--secondry-color) !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;
}

.check-box-for-types .mat-checkbox {
  width: 100%;
  height: 100%;
  border-radius: 0.2222222222rem;
  background-color: #FAFBFB;
  border: 1px solid #F4F4F6;
}
.check-box-for-types .mat-checkbox.mat-checkbox-checked {
  background-color: #E4F9F9;
  border: 1px solid #ADEDED;
}
.check-box-for-types .mat-checkbox.mat-checkbox-checked .mat-checkbox-label {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
}
.check-box-for-types .mat-checkbox.mat-checkbox-checked .mat-checkbox-checkmark-path {
  stroke: #123636 !important;
}
.check-box-for-types .mat-checkbox .mat-checkbox-label {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.check-box-for-types .mat-checkbox img {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
}
.check-box-for-types .mat-checkbox .mat-checkbox-layout {
  margin-bottom: 0;
  padding: 0.8333333333rem;
  width: 100%;
}
.check-box-for-types.rounded .mat-checkbox {
  border-radius: 2.7777777778rem;
  background-color: transparent;
  border: 1px solid #49D6D6;
}
.check-box-for-types.rounded .mat-checkbox.mat-checkbox-checked {
  background-color: #49D6D6;
  border: 1px solid #49D6D6;
}
.check-box-for-types.rounded .mat-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  border-radius: 50%;
}
.check-box-for-types.rounded .mat-checkbox .mat-checkbox-frame {
  border-radius: 50%;
}
.check-box-for-types.rounded .mat-checkbox .mat-checkbox-layout {
  justify-content: center !important;
  display: flex;
  align-items: center;
  height: 100%;
}
.check-box-for-types.rounded .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #0c0c0c !important;
  font-family: "Alexandria", sans-serif !important;
  text-wrap-mode: wrap;
}

.mat-checkbox .mat-checkbox-checkmark-path,
.mat-pseudo-checkbox::after {
  stroke: #123636 !important;
  color: #123636 !important;
}

.mat-selection-list .mat-pseudo-checkbox-checked::after {
  left: 1px !important;
  top: 2.4px !important;
}

.mat-pseudo-checkbox-checked::after {
  left: 1px !important;
  top: 2px !important;
}

.check-box-normal {
  margin-left: 3.0555555556rem;
  margin-bottom: 0.8888888889rem;
}
.check-box-normal .mat-checkbox .mat-checkbox-layout {
  align-items: center;
}
.check-box-normal .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

.mat-list-option {
  font-size: 0.7777777778rem;
}

.check-boxes-list {
  background-color: #FAFBFB;
  border-radius: 0.5555555556rem;
  padding: 1.1111111111rem 1.1111111111rem 0 1.1111111111rem;
  height: 21.1111111111rem;
  overflow: auto;
}
.check-boxes-list::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.check-boxes-list .mat-list-option {
  height: auto !important;
}
.check-boxes-list .mat-list-option .mat-list-item-content {
  box-shadow: 0 0 0.3333333333rem rgba(28, 30, 68, 0.1);
  padding: 1.1111111111rem !important;
}
.check-boxes-list .mat-list-option .mat-list-item-content .mat-list-text {
  padding-left: 0.5555555556rem !important;
  padding-right: 0 !important;
  line-height: 1.2222222222rem;
}
.check-boxes-list .radio-item {
  background-color: #FFFFFF;
  border-radius: 0.5555555556rem;
  box-shadow: 0 0 0.3333333333rem rgba(28, 30, 68, 0.1);
  margin-bottom: 0.6666666667rem;
}
.check-boxes-list .radio-item .content {
  box-shadow: 0 0 0.3333333333rem rgba(28, 30, 68, 0.1);
}
.check-boxes-list .radio-item .mat-radio-label {
  padding: 1.1111111111rem;
  margin-bottom: 0;
  width: 100%;
}
.check-boxes-list .check {
  background-color: #FFFFFF;
  border-radius: 0.5555555556rem;
  box-shadow: 0 0 0.3333333333rem rgba(28, 30, 68, 0.1);
  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: 25px;
    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;
}

.mat-list-base .mat-list-item-disabled {
  background: transparent !important;
  color: var(--secondry-bg-color) !important;
}
.mat-list-base .mat-list-item-disabled .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled {
  background: var(--secondry-color);
}

.info-with-bg {
  padding: 1.6666666667rem;
  background-color: #f6fdfd;
}

.head-title {
  padding: 0.8333333333rem 1.6666666667rem;
  background-color: #fafbfb;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.head-title.bigger {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.8888888889rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}

.card-with-heads-footers {
  margin: 0.8333333333rem 1.6666666667rem;
}
.card-with-heads-footers .card-head {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #f4f4f6;
  padding: 0.5555555556rem 1.1111111111rem;
  border-top-right-radius: 0.5555555556rem;
  border-top-left-radius: 0.5555555556rem;
  margin: 0;
}
.card-with-heads-footers .card-body {
  background-color: #fafbfb;
  padding: 0.8333333333rem 1.1111111111rem;
  font-family: "Alexandria", sans-serif !important !important;
}
.card-with-heads-footers .card-body.small-padding {
  padding: 0.5555555556rem 0.8333333333rem;
}
.card-with-heads-footers .card-body ul {
  list-style: inherit !important;
  padding-inline-start: 0.5555555556rem;
}
.card-with-heads-footers .card-inner {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #f4f4f6;
  padding: 0.5555555556rem 1.1111111111rem;
}
.card-with-heads-footers .card-footer {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #f4f4f6;
  padding: 0.5555555556rem 1.1111111111rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: none;
  margin: 0;
}
.card-with-heads-footers .card-footer:last-child {
  border-bottom-right-radius: 0.5555555556rem;
  border-bottom-left-radius: 0.5555555556rem;
}
.card-with-heads-footers.dash {
  border: 2px #c6c7d0 dashed;
  border-radius: 10px;
}
.card-with-heads-footers.green .card-head {
  background-color: #E4F9F9 !important;
}
.card-with-heads-footers.green .card-body {
  background-color: #F6FDFD !important;
  padding: 0.5555555556rem 1.1111111111rem !important;
}
.card-with-heads-footers.green .card-footer {
  background-color: #F6FDFD !important;
  padding: 1.1111111111rem !important;
}

.titles {
  padding: 0.8333333333rem 1.6666666667rem 0 1.6666666667rem;
}
.titles .title-subject {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.titles .title-content {
  font-weight: normal !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
  margin-left: 0.8333333333rem;
  overflow-wrap: break-word;
}
.titles .title-content ul {
  list-style: inherit !important;
  padding-inline-start: 0.5555555556rem;
}
.titles:last-child hr {
  display: none;
}

.add-question {
  background-color: #f4f4f6;
  padding: 1.6666666667rem;
  text-align: center;
  border-radius: 0.5555555556rem;
}
.add-question button {
  background-color: #e8e9ec;
  padding: 0.8888888889rem 1.1111111111rem;
  width: -moz-max-content;
  width: max-content;
  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;
  border-radius: 0.3333333333rem;
}

.survey {
  margin-bottom: 8.3333333333rem;
}

.survey-cards {
  margin-bottom: 8.3333333333rem;
}

.users-list {
  position: relative;
}
.users-list .user-list {
  padding: 0.8333333333rem 1.6666666667rem;
  border-bottom: 1px solid #dddde3;
}
.users-list .user-list:last-child {
  border-bottom: none;
}
.users-list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0rem;
  background-image: url(../../images/notifications/box-shadow-sm.png);
  right: 0;
  left: 0;
  z-index: 2;
  bottom: -28px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.users-list.no-shadow::after {
  display: none;
}

.bottom-row {
  position: fixed;
  width: -webkit-fill-available;
  width: -moz-available;
  z-index: 1;
  bottom: 0;
  background-color: #f4f4f6;
  box-shadow: 0rem -0.2777777778rem 0.8333333333rem rgba(0, 0, 0, 0.1);
  margin: 1.6666666667rem -1.9444444444rem 0rem -1.9444444444rem;
  padding: 1.6666666667rem;
  text-align: center;
  justify-content: center;
}
.bottom-row .lable {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1666666667rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1rem;
}
.bottom-row .btns-group {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.bottom-row .btns-group button {
  margin-right: 1.1111111111rem;
  width: 20%;
}
.bottom-row .btns-group button:last-child {
  margin-right: 0px;
}
@media (width < 768px) {
  .bottom-row .btns-group {
    flex-direction: column;
  }
  .bottom-row .btns-group button {
    width: 100% !important;
    margin-right: 0px;
    margin-bottom: 1.1111111111rem;
  }
}

.survey-selection .ng-select:not(.ng-select-multiple).ng-select-opened .ng-select-container .ng-value-container {
  height: auto !important;
}
.survey-selection .ng-input input {
  display: none !important;
}

.options-with-draggable .sub-title {
  margin-bottom: 1.1111111111rem;
}
.options-with-draggable .draggable-icon {
  width: 20px !important;
  margin-right: 0.8888888889rem;
}
.options-with-draggable .draggable-icon:hover {
  background-color: transparent !important;
}
.options-with-draggable .mat-form-field .mat-form-field-infix {
  border-top: none !important;
  padding: 1.0555555556rem 1.6666666667rem !important;
}
.options-with-draggable .mat-form-field .mat-form-field-flex {
  border-radius: 4px !important;
  padding: 2px !important;
}
.options-with-draggable .mat-form-field .mat-form-field-underline {
  width: 0 !important;
}
.options-with-draggable .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 10px !important;
}
.options-with-draggable .card-actions button {
  background: #fafbfb;
  border-radius: 8px;
}
.options-with-draggable .card-actions button img {
  display: flex;
  margin: auto;
}
.options-with-draggable .mat-checkbox {
  margin-top: 0.5555555556rem;
}
.options-with-draggable .mat-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #3eb6b6;
}
.options-with-draggable .mat-checkbox.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: none !important;
}

.answers-paging {
  padding: 1.6666666667rem;
}
.answers-paging .paging {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.7777777778rem;
}
.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;
}
.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;
}
.answers-paging .paging .btns {
  display: flex;
}
.answers-paging .paging .btns button {
  background-color: #f4f4f6;
  color: #6b6d85;
  margin: auto;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
}
.answers-paging .paging .btns button svg {
  height: 0.6666666667rem;
}
.answers-paging .paging .btns button:last-child {
  margin-left: 1.1111111111rem;
}
.answers-paging .paging .btns button:disabled {
  background-color: #fafbfb;
  color: #b0b0be;
}

.question-card {
  background-color: #fafbfb;
  border: 1px solid #f4f4f6;
  border-radius: 0.2222222222rem;
  padding: 1.1111111111rem;
  margin: 0 1.6666666667rem 1.6111111111rem 1.6666666667rem;
}
.question-card p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.question-card h3 {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.6666666667rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0 !important;
}
.question-card span {
  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;
}

.answers {
  border-bottom: 1px solid #dddde3;
  padding-bottom: 1.6666666667rem;
  margin: 1.6666666667rem;
}
.answers .total {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.answers .total span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.answers .option-answer {
  padding: 0.8888888889rem 0;
}
.answers .option-answer img {
  width: 1.3888888889rem;
  height: 1.3888888889rem;
  margin-right: 0.6666666667rem;
}
.answers .option-answer 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;
}
.answers .option-answer .progress-answer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.answers .option-answer .progress-answer span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.answers .option-answer .progress-answer .mat-progress-bar {
  width: 9.9444444444rem;
}
.answers .answer-detail {
  padding: 1.1111111111rem 1.6666666667rem;
}
.answers .answer-detail .name-with-image {
  align-items: start !important;
}
.answers .answer-detail .name-with-image .name 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.7777777778rem;
  margin-top: 0.3333333333rem;
}
.answers .answer-detail .name-with-image .name h4 {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.7777777778rem;
}
.answers .answer-detail .name-with-image .name h4:last-child {
  margin-bottom: 0;
}
.answers .answer-detail:nth-child(even) {
  background-color: #fafbfb;
}

.with-drag-icon {
  padding-top: 0;
  margin-top: 1.1111111111rem;
  margin-bottom: 1.1111111111rem;
  padding: 1.1111111111rem;
  border: 0;
  border-radius: 0.4444444444rem;
  box-shadow: 0 0.2777777778rem 1.1111111111rem rgba(56, 69, 93, 0.1);
  direction: ltr;
}
[dir=rtl] .with-drag-icon {
  direction: rtl;
}
.with-drag-icon .head {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.with-drag-icon .head span {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.with-drag-icon p,
.with-drag-icon a {
  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;
}
.with-drag-icon p.has-error,
.with-drag-icon a.has-error {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #f44336 !important;
  font-family: "Alexandria", sans-serif !important;
}
.with-drag-icon .cdkDragIcon {
  background-image: url(../../images/icons/draggable-dots-ic.svg);
  background-position: top 0.1666666667rem center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  margin: auto;
  transform: rotate(90deg);
}
.with-drag-icon .cdkDragIcon:hover {
  cursor: move;
}

.with-answer, .with-drag-icon .head .with-answer {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.7777777778rem !important;
  color: #37a1a1 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 1rem;
  position: relative;
}
.with-answer::before, .with-drag-icon .head .with-answer::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #c6c7d0;
  border-radius: 50%;
  margin-top: 3px;
  left: -8px;
}

.tr-drag {
  direction: ltr;
}
[dir=rtl] .tr-drag {
  direction: rtl;
}
.tr-drag .draggable-icon {
  width: 20px !important;
  margin-right: 0.8888888889rem;
}
.tr-drag .draggable-icon:hover, .tr-drag .draggable-icon:active, .tr-drag .draggable-icon:focus .tr-drag .draggable-icon:focus-visible {
  background-color: transparent !important;
}

.draggable-icon:focus {
  background-color: transparent !important;
}

.draggable-icon:focus-visible {
  background-color: transparent !important;
}

.survey-template-img {
  width: 1rem !important;
  height: 1rem !important;
}

.mat-progress-bar {
  border-radius: 5px;
}
.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;
}

.ck-editor .ck-content {
  min-height: 30vh !important;
}
.ck-editor .ck-content[dir=rtl] ul {
  list-style-type: disc !important;
  margin-right: 1.1111111111rem !important;
}
.ck-editor .ck-content[dir=ltr] ul {
  list-style-type: disc !important;
  margin-left: 1.1111111111rem !important;
}
.ck-editor .ck-content p {
  font-size: 0.7777777778rem !important;
}
.ck-editor .ck-content h2 {
  font-size: 1.1111111111rem !important;
}
.ck-editor .ck-content h3 {
  font-size: 0.8888888889rem !important;
}
.ck-editor .ck-content h4 {
  font-size: 0.8333333333rem !important;
}
.ck-editor .ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {
  width: -moz-max-content !important;
  width: max-content !important;
}
.ck-editor .dnXmp {
  display: none !important;
}

.cdk-drop-list button:focus {
  background-color: transparent !important;
}

.ck-powered-by-balloon {
  display: none !important;
}

.table-with-transparent-head {
  background-color: transparent;
  box-shadow: none;
}
.table-with-transparent-head .table {
  background-color: transparent;
  box-shadow: none;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.table-with-transparent-head .table thead th {
  border-bottom: none;
}
.dragging-tr {
  background-color: #FFF !important;
  border-radius: 0.4444444444rem;
  box-shadow: 0 0.0555555556rem 0.2777777778rem rgba(0, 0, 0, 0.08);
  border-radius: 0.5555555556rem;
  direction: ltr;
  display: table-row;
  vertical-align: middle;
}
[dir=rtl] .dragging-tr {
  direction: rtl;
}
.dragging-tr .with-icon {
  width: 1%;
}
.dragging-tr .image-td {
  width: 10%;
}
.dragging-tr .image-td img {
  height: 100%;
}
.dragging-tr .name-td {
  width: 30%;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
}
.dragging-tr .platform-td {
  width: 20%;
}
.dragging-tr .date-td {
  width: 20%;
}
.dragging-tr .action-td {
  width: 19%;
}
.dragging-tr .title {
  display: flex;
  align-items: center;
}
.dragging-tr .title svg,
.dragging-tr .title img {
  height: 1.3333333333rem;
  margin-right: 0.4444444444rem;
}
.dragging-tr .title p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2777777778rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.3333333333rem;
}
.dragging-tr td {
  padding: 1.1111111111rem !important;
}
[dir=rtl] .dragging-tr td:first-child {
  border-radius: 0 0.5555555556rem 0.5555555556rem 0;
}
[dir=ltr] .dragging-tr td:first-child {
  border-radius: 0.5555555556rem 0 0 0.5555555556rem;
}
[dir=rtl] .dragging-tr td:last-child {
  border-radius: 0.5555555556rem 0 0 0.5555555556rem;
}
[dir=ltr] .dragging-tr td:last-child {
  border-radius: 0 0.5555555556rem 0.5555555556rem 0;
}
.dragging-tr .count {
  background-color: #f4f4f6;
  border-radius: 0.2222222222rem;
  padding: 0.5555555556rem 1.1111111111rem;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.8888888889rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.dragging-tr .count span {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.8888888889rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.dragging-tr .count-empty {
  background-color: #f4f4f6;
  border-radius: 0.2222222222rem;
  padding: 0.5555555556rem 1.1111111111rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.8888888889rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
  width: -moz-max-content;
  width: max-content;
  display: block;
  margin: auto;
}
.dragging-tr .count-empty + .count-empty {
  margin-top: 0.6666666667rem;
}
.dragging-tr:nth-child(even) {
  background-color: #FFF !important;
}
.dragging-tr:hover {
  background-color: #f2f2f2 !important;
}
.dragging-tr .btn-actions {
  display: flex !important;
}

.section-container + .section-container {
  margin-top: 2.2222222222rem;
}

/* Animate items as they're being sorted. */
.cdk-drop-list-dragging .cdk-drag {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  padding: 4px;
}

.cdk-drag-placeholder {
  opacity: 0;
}

.ck-editor-wrapper {
  direction: ltr !important;
  /* Default direction */
  text-align: left !important;
}

.ck-editor-wrapper.rtl {
  direction: rtl !important;
  text-align: right !important;
}
.ck-editor-wrapper.rtl .ck-content {
  direction: rtl !important;
  text-align: right !important;
}

.ck-editor-wrapper.ltr {
  direction: ltr !important;
  /* Default direction */
  text-align: left !important;
}
.ck-editor-wrapper.ltr .ck-content {
  direction: ltr !important;
  text-align: left !important;
}

.ck.ck-list__item .ck-button.ck-on {
  color: var(--primary-bg-color) !important;
}

.vertical-tabs {
  margin-top: 3.0555555556rem;
  width: -moz-max-content;
  width: max-content;
}
@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;
  width: -moz-max-content;
  width: max-content;
}
@media (width < 768px) {
  .vertical-tabs .mat-tab-header {
    width: initial;
  }
  .vertical-tabs .mat-tab-header .mat-tab-label-container {
    overflow: auto;
  }
}
.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;
}
.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;
}
.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.1111111111rem;
  height: 1.1111111111rem;
  fill: #8e8fa2 !important;
  margin-right: 0.2777777778rem;
}
.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: #e4f9f9;
}
.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: #287676 !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: #287676 !important;
  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-radius: 3px 0 0 3px;
  background-color: #287676;
}
.vertical-tabs .mat-tab-list .mat-ink-bar {
  display: none;
}
.vertical-tabs .mat-tab-body-wrapper {
  box-shadow: 0 0.2222222222rem 0.4444444444rem rgba(59, 53, 61, 0.08);
  width: -webkit-fill-available;
  margin-right: 1.1111111111rem;
  border-radius: 0.4444444444rem;
  width: -moz-available;
}
@media (min-width: 767px) {
  .vertical-tabs .mat-tab-body-wrapper {
    position: absolute;
    margin-right: 0 !important;
    left: 21.1111111111rem;
  }
}
@media (max-width: 992px) {
  .vertical-tabs .mat-tab-body-wrapper {
    margin-right: 0 !important;
  }
}
.vertical-tabs .mat-tab-body-wrapper .mat-tab-body-content .card {
  background-color: #ffffff;
  border: none;
}
.vertical-tabs .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-body-wrapper .mat-tab-body-content .card .card-head .card-title {
  margin-bottom: 0;
}
.vertical-tabs .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-body-wrapper .mat-tab-body-content .card .card-content {
  padding: 1.6666666667rem 1.1111111111rem;
}
.vertical-tabs .theming-colors {
  background-color: #ffffff;
  box-shadow: 0 0.2222222222rem 0.4444444444rem rgba(59, 53, 61, 0.08);
  border-radius: 0.5555555556rem;
  position: relative;
  height: 8.3333333333rem;
  margin-top: 1.1111111111rem;
  width: 19.1666666667rem;
}
@media (max-width: 767px) {
  .vertical-tabs .theming-colors {
    width: 100%;
  }
}
.vertical-tabs .theming-colors::before {
  content: "";
  background-image: url(../../images/companyAdmin/theming-shape.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 8.3333333333rem;
  height: 6.2777777778rem;
  right: 0;
}
.vertical-tabs .theming-colors .content {
  padding: 1.1111111111rem;
}
.vertical-tabs .theming-colors .content p {
  width: 10rem;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.vertical-tabs .theming-colors .content a {
  background-color: #e4f9f9;
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  border-radius: 1.1111111111rem;
  padding: 0.5555555556rem 0.8333333333rem;
  margin-top: 1.1111111111rem;
}

app-departments table .date,
app-company-rewarded-points table .date {
  color: #6b6d85;
}

.employees svg {
  margin-left: 0.5555555556rem;
  height: 0.8888888889rem;
  width: 0.8888888889rem;
  transform: rotateY(180deg);
}

.withdraw_amount {
  background-color: #F6FDFD;
  text-align: center;
  padding: 1.3888888889rem 1.6666666667rem;
}
.withdraw_amount .cost {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.9444444444rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.withdraw_amount .cost span {
  font-weight: 500;
}

.managerCardOption {
  display: flex;
  justify-content: start;
  align-items: center;
}
.managerCardOption .image {
  width: 1.6666666667rem !important;
  min-width: 1.6666666667rem !important;
  height: 1.6666666667rem !important;
  border-radius: 50%;
  margin-right: 0.5555555556rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #DDDDE3;
  font-size: 0.5555555556rem;
}
.managerCardOption .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.withdrawal-points .current-balance {
  display: block;
  margin: auto;
  background-color: #F6FDFD;
  border: 2px solid #D2F5F5;
  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: #37A1A1 !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: var(--secondry-bg-color) !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: #37A1A1 !important;
  font-family: "Alexandria", sans-serif !important;
}

color-photoshop {
  height: 16.0555555556rem;
  overflow: hidden;
}
color-photoshop .photoshop-picker {
  background-color: transparent !important;
  box-shadow: none !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 0px !important;
}
color-photoshop .photoshop-picker .photoshop-head,
color-photoshop .photoshop-picker .photoshop-controls,
color-photoshop .photoshop-picker .photoshop-top {
  display: none !important;
}
color-photoshop .photoshop-picker .photoshop-saturation {
  border: none !important;
}
color-photoshop .photoshop-picker .photoshop-hue {
  border: none !important;
  margin: 0px;
  width: 1.2222222222rem;
  height: 16.0555555556rem;
}
color-photoshop .photoshop-picker .photoshop-body {
  direction: ltr;
  padding: 0px;
}
color-photoshop .photoshop-picker .photoshop-saturation {
  width: 17.1111111111rem;
  height: 16.0555555556rem;
  margin-right: 1.1111111111rem;
}

app-color-picker {
  padding: 1.1111111111rem;
  border-radius: 0.5555555556rem;
  background-color: #f4f4f6;
  display: block;
  width: 21.6666666667rem;
}
app-color-picker .title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}
app-color-picker .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.1111111111rem;
  direction: ltr;
}
app-color-picker .footer button {
  background-color: #e8e9ec;
}
app-color-picker .footer .preview_color {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  display: flex;
  align-items: center;
}
app-color-picker .footer .preview_color .color {
  margin-left: 0.8888888889rem;
  background-color: #e8e9ec;
  border-radius: 0.2222222222rem;
  padding: 0.7222222222rem 1.1111111111rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
app-color-picker .footer .preview_color .color .box {
  min-width: 1.1111111111rem;
  min-height: 1.1111111111rem;
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  margin-right: 0.4444444444rem;
  border-radius: 0.1111111111rem;
  display: block;
}
app-color-picker .footer .preview_color .color .code {
  color: #1c1e44;
}
app-color-picker .footer .preview_color .color .code input {
  border: none !important;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 3.8888888889rem;
  max-width: 5.5555555556rem;
  background-color: transparent;
}
app-color-picker .footer .preview_color .color .code input:focus {
  outline: none !important;
}

.mat-stepper-horizontal {
  margin: -1.6666666667rem -1.9444444444rem !important;
}

.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: var(--secondry-color);
}
.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;
  background-image: url(../../images/icons/done.png);
  height: 0.7222222222rem;
  width: 1rem;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 25%;
  top: 35%;
}
.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: #F4F4F6;
  height: 100vh;
  overflow: auto;
}
.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 .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: 50%;
  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;
}

.send-offer .answers-paging {
  margin: 1.6666666667rem !important;
}
.send-offer .dialog-padding {
  margin: 0 1.6666666667rem !important;
}
.send-offer .select-all {
  background-color: #FAFBFB;
  padding: 0.5555555556rem 1.6666666667rem;
}
.send-offer .select-all .mat-checkbox {
  display: block;
}
.send-offer .select-all .mat-checkbox .mat-checkbox-layout {
  width: 100%;
}
.send-offer .select-all .mat-checkbox label {
  margin-bottom: 0 !important;
}
.send-offer .mat-list-base {
  padding-top: 0 !important;
}
.send-offer .mat-list-base .mat-list-item {
  border-bottom: 1px solid rgba(221, 221, 227, 0.4784313725);
}
.send-offer .mat-list-base .mat-list-item:last-child {
  border-bottom: none !important;
}
.send-offer .mat-list-base .mat-list-item .mat-list-item-content {
  padding: 0 1.6666666667rem !important;
}
.send-offer .mat-list-base.bordered-selection .mat-list-item:last-child {
  border-bottom: 1px solid rgba(221, 221, 227, 0.4784313725) !important;
}

.vendor-template-img {
  width: 1.3888888889rem !important;
  height: 1.3888888889rem !important;
}

.vendor-offer-selection .ng-select-field .ng-select:not(.ng-select-multiple) .ng-select-container.ng-has-value .ng-placeholder {
  padding: 0 !important;
}

.approve-offer-info .tab-title {
  margin: 0 1.6666666667rem;
}
.approve-offer-info h4 {
  background-color: #E4F9F9;
  padding: 0.5555555556rem 1.6666666667rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0 !important;
}
.approve-offer-info p {
  padding: 0.5555555556rem 1.6666666667rem;
  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-bottom: 0 !important;
}
.approve-offer-info hr {
  border-top: 5px solid #DDDDE3;
  margin-top: 0.5555555556rem !important;
}

.ng-select-field .ng-select.ng-select-disabled {
  opacity: 0.7 !important;
}

.ngx-scanner-qrcode .origin-overlay {
  display: none;
}
.ngx-scanner-qrcode .origin-canvas {
  height: 22.2222222222rem !important;
}
.ngx-scanner-qrcode .origin-video {
  -o-object-fit: cover;
     object-fit: cover;
}

.scanner-box {
  position: relative;
  height: 22.2222222222rem !important;
  overflow: hidden;
}
.scanner-box span.text {
  position: absolute;
  bottom: 1.3888888889rem;
  left: 4.0555555556rem;
  right: 4.0555555556rem;
  text-align: center;
  border-radius: 20px;
  background: #49d6d6;
  padding: 0.6111111111rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.0555555556rem !important;
  color: #ffffff !important;
  font-family: "Alexandria", sans-serif !important;
}
.scanner-box button {
  position: absolute;
  top: 1.1111111111rem;
  right: 1.1111111111rem;
}

.Qr-Code {
  text-align: center;
  margin-top: 2.7777777778rem;
  border-bottom: 1px solid #dddde3;
}
.Qr-Code h6 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.Qr-Code .mat-form-field {
  padding: 0 1.6666666667rem;
  margin-bottom: 1.1111111111rem;
}
.Qr-Code .mat-form-field .mat-form-field-flex {
  padding: 0.5555555556rem !important;
}
.Qr-Code .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: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.Qr-Code .mat-form-field input::-moz-placeholder {
  color: #6b6d85;
  font-weight: 600 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.Qr-Code .mat-form-field input::placeholder {
  color: #6b6d85;
  font-weight: 600 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

.qr-code-success {
  padding: 2.7777777778rem;
}
.qr-code-success img {
  width: 15%;
  display: block;
  margin: auto;
  margin-bottom: 2.2222222222rem;
}

.field-text-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1111111111rem 1.6666666667rem 0 1.6666666667rem;
  border-bottom: 1px solid #dddde3;
}
.field-text-flex span.sub {
  margin-bottom: 1.34375em;
  margin-right: 0.7777777778rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}

.session-type {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #6b6d85;
  margin-bottom: 0 !important;
}
.session-type img {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
  margin-right: 0.2777777778rem;
}

.session-details .top-header {
  background-color: #f6fdfd;
  padding: 1.6666666667rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.session-details .top-header p {
  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.5555555556rem;
}
.session-details .top-header h1 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.session-details .card-with-heads-footers.blue .card-head {
  background-color: #e4f9f9;
}
.session-details .card-with-heads-footers.blue .card-body {
  background-color: rgba(228, 249, 249, 0.5);
  padding: 0;
  border-radius: 0 0 0.6666666667rem 0.6666666667rem;
}
.session-details .card-with-heads-footers.blue .card-body .name-with-image {
  padding: 0.5555555556rem 1.1111111111rem;
}
.session-details .card-with-heads-footers.blue .card-footer {
  background-color: rgba(228, 249, 249, 0.5);
}
.session-details .card-with-heads-footers.grey .card-head {
  background-color: #f4f4f6;
}
.session-details .card-with-heads-footers.grey .card-body {
  background-color: #fafbfb;
  padding: 0;
  border-radius: 0 0 0.6666666667rem 0.6666666667rem;
}
.session-details .card-with-heads-footers.grey .card-body .name-with-image {
  padding: 0.5555555556rem 1.1111111111rem;
}
.session-details .session-date-time {
  display: flex;
  align-items: flex-start;
  margin: 0.5555555556rem 1.6666666667rem;
  background-color: #fcfefe;
  border: 1px solid #bff1f1;
  border-radius: 0.2222222222rem;
  overflow: hidden;
}
.session-details .session-date-time .icon {
  width: 6.1111111111rem;
  height: 6.1111111111rem;
  transform: rotateY(180deg);
}
.session-details .session-date-time .icon img {
  width: 6.1111111111rem;
  height: 6.1111111111rem;
  display: block;
}
.session-details .session-date-time .content {
  padding: 1.1111111111rem;
}
.session-details .session-date-time .content h4 {
  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.3333333333rem;
}
.session-details .session-date-time .content h2 {
  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;
}
.session-details .session-date-time .content p {
  margin-bottom: 0;
}
.session-details .session-date-time .content p.green {
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
}
.session-details .session-date-time .content p.red {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.session-details .session-date-time .content p.yellow {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #ccab00 !important;
  font-family: "Alexandria", sans-serif !important;
}
.session-details .main-accordion .mat-expansion-panel {
  margin-top: 0rem !important;
}
.session-details .main-accordion .mat-expansion-panel:first-child {
  margin-top: 2.2222222222rem !important;
}
.session-details .main-accordion .mat-expansion-panel .mat-expansion-panel-header-title {
  text-wrap: nowrap;
}
.session-details .main-accordion .mat-expansion-panel .expansion-body {
  padding: 1.1111111111rem 1.6666666667rem;
  height: auto !important;
}
.session-details .step {
  padding: 0.5555555556rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.session-details .step + .step {
  margin-top: 0.8333333333rem;
}
.session-details .step .v-stepper {
  position: relative;
  margin-right: 0.8333333333rem;
}
.session-details .step .v-stepper .circle {
  background-color: white;
  border: 0.4444444444rem solid #77e0e0;
  border-radius: 100%;
  width: 1.3888888889rem;
  height: 1.3888888889rem;
  display: inline-block;
}
.session-details .step .v-stepper .line {
  top: 1.6666666667rem;
  right: 0.6666666667rem;
  height: 100%;
  position: absolute;
  border-right: 1px solid #dddde3;
}
.session-details .step .content p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.session-details .step .content h2 {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.session-details .step .content .name-with-image .image-circle {
  width: 1.3888888889rem;
  min-width: 1.3888888889rem;
  height: 1.3888888889rem;
}
.session-details .step .content .reason-for-change {
  margin-top: 0.8333333333rem;
}
.session-details .step .content .reason-for-change p {
  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;
}
.session-details .step .content .reason-for-change h3 {
  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: 0;
}
.session-details .step .content .old-date-new-date {
  margin-top: 0.8333333333rem;
  display: flex;
  align-items: center;
  gap: 0.5555555556rem;
}
.session-details .step .content .old-date-new-date p {
  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;
}
.session-details .step .content .old-date-new-date h3 {
  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: 0;
}
.session-details .step .content .old-date-new-date .old {
  background-color: #fffbfb;
  border: 1px solid #f2e8e8;
  border-radius: 0.2222222222rem;
  padding: 0.8333333333rem;
}
.session-details .step .content .old-date-new-date .new {
  background-color: #fcfefe;
  border: 1px solid #ddf0f0;
  border-radius: 0.2222222222rem;
  padding: 0.8333333333rem;
}
.session-details .step .content .rate {
  background-color: #fcfaef;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
  width: -moz-max-content;
  width: max-content;
}
.session-details .step .content .rate p {
  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;
}
.session-details .step .content .rate p img {
  margin-left: 0.3333333333rem;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
}
.session-details .step.blue_color .v-stepper .circle {
  border: 0.4444444444rem solid #77e0e0;
}
.session-details .step.green_color .v-stepper .circle {
  border: 0.4444444444rem solid #93c795;
}
.session-details .step.red_color .v-stepper .circle {
  border: 0.4444444444rem solid #ef9ba3;
}
.session-details .step.yellow_color .v-stepper .circle {
  border: 0.4444444444rem solid #e8d77d;
}
.session-details .step.gray_color .v-stepper .circle {
  border: 0.4444444444rem solid #d2d2da;
}
.session-details .section {
  margin-bottom: 1.9444444444rem;
}
.session-details .section p {
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.session-details .section h2 {
  font-weight: 400 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.session-details .section h2 svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.2777777778rem;
}

app-consultation-sessions-list {
  border-radius: 0.5555555556rem;
  overflow: hidden;
}
app-consultation-sessions-list div.header {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 1.1111111111rem;
  background-color: #F6FDFD;
}

.consultantSessionType {
  background-color: #efeff2;
  padding: 0.8333333333rem 1.6666666667rem;
}
.consultantSessionType .lable {
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.consultantSessionType .value {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.bank_info {
  border-radius: 0.6666666667rem;
  overflow: hidden;
  margin: 1.6666666667rem;
  margin-top: 0px;
}
.bank_info .header {
  background-color: #f4f4f6;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
  padding: 0.5555555556rem 0.8333333333rem;
}
.bank_info .content {
  padding: 0px 1.1111111111rem;
  background-color: #fafbfb;
}
.bank_info .content .item {
  padding: 1.1111111111rem 0px;
  border-bottom: solid 0.0555555556rem #e8e9ec;
}
.bank_info .content .item:last-child {
  border: none !important;
}
.bank_info .content .item .title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.bank_info .content .item .value {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.working-hours .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.6666666667rem 1.1111111111rem;
}
.working-hours .head p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 2.6666666667rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.working-hours .hint-opening-time {
  margin-top: 1.1111111111rem;
  display: flex;
  align-items: center;
  background-color: #FFFDF7;
  border: 1px solid #FFF0C0;
  padding: 1.1111111111rem;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.2222222222rem;
  margin: 1.6666666667rem 1.1111111111rem;
}
.working-hours .hint-opening-time svg {
  width: 1.1111111111rem;
}
.working-hours .hint-opening-time span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.working-hours .hint-opening-time span.danger {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #DC3545 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.5555555556rem;
  margin-left: 0.5555555556rem;
}
.working-hours .hint-opening-time span.green {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.5555555556rem;
  margin-left: 0.5555555556rem;
}
.working-hours .hint-opening-time span + span:last-child {
  display: flex;
  align-items: center;
}
.working-hours .hint-opening-time span + span:last-child::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #D2D2DA;
  margin-right: 0.5555555556rem;
}
.working-hours .opening-times {
  margin-bottom: 2.2222222222rem;
}
.working-hours .opening-times td {
  padding: 1.1111111111rem;
}

.working-day {
  display: flex;
  align-items: center;
  background-color: #F4F4F6;
  padding: 0.8333333333rem;
  margin-bottom: 0.5555555556rem;
  min-height: 5rem;
}
.working-day .mat-slide-toggle {
  width: 9.1666666667rem;
}
.working-day .clocks {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 3.3333333333rem;
}
.working-day .clocks p {
  margin: 0 0.5555555556rem !important;
}
.working-day .form-to-time {
  width: 8.3333333333rem;
}
.working-day .form-to-time.hr-services {
  width: 9.4444444444rem;
}
.working-day .form-to-time .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0;
}
.working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  background-color: #FAFBFB !important;
  border-radius: 0.3333333333rem;
  border: 1px solid #DDDDE3;
  padding: 0;
}
[dir=ltr] .working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  direction: rtl;
}
[dir=rtl] .working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-flex {
  direction: ltr;
}
.working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-flex input.mat-input-element {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.2222222222rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
}
[dir=ltr] .working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-flex input.mat-input-element {
  direction: ltr;
}
[dir=rtl] .working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-flex input.mat-input-element {
  direction: rtl;
}
.working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
  bottom: 0;
}
.working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix svg {
  fill: #C6C7D0 !important;
}
.working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon {
  line-height: 0.15px;
}
.working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  direction: rtl;
}
.working-day .form-to-time .mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  display: none;
}
.working-day .form-to-time .mat-form-field .mat-error {
  margin-top: 1.2777777778rem;
  font-size: 0.5555555556rem;
}
.working-day p {
  margin: 0 !important;
}
.working-day .mat-slide-toggle .mat-slide-toggle-content {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1C1E44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.working-hours {
  margin: 0 !important;
}
.working-hours .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.1111111111rem;
}
.working-hours .title button {
  background-color: #F4F4F6;
}
.working-hours .hint-opening-time {
  margin: 1.1111111111rem;
}
.working-hours .opening-times {
  margin-bottom: 0 !important;
}
.working-hours .opening-times .table-responsive {
  box-shadow: none !important;
}
.working-hours .opening-times .table-responsive td {
  padding: 1.2777777778rem 1.6666666667rem;
}

.hr-grant {
  padding: 1.6666666667rem;
}
.hr-grant .verified {
  display: flex;
  align-items: center;
  margin-bottom: 1.1111111111rem;
}
.hr-grant .verified h2 {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0 !important;
  margin-left: 0.3333333333rem;
}
.hr-grant .stop {
  background-color: #bff1f1;
  padding: 0.7222222222rem 1.1111111111rem;
  border-radius: 0.3333333333rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1a4b4b !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
}
.hr-grant .info-datas {
  margin-top: 3.3333333333rem;
}
.hr-grant .info-datas .info-data {
  padding: 0 !important;
}

.working-hours-approval-process {
  margin-top: 5rem;
}
.working-hours-approval-process .card {
  border: none;
  border-radius: 0.4444444444rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.working-hours-approval-process .card .card-header {
  background-color: #f4f4f6;
  border-bottom: none;
}
.working-hours-approval-process .card .card-content {
  padding: 0;
}
.working-hours-approval-process .card .card-content .status-badge {
  margin: 1.6666666667rem 1.1111111111rem;
  background-color: #fffdf7;
  border: 1px solid #fff0c0;
  border-radius: 0.2222222222rem;
  padding: 1.1111111111rem;
}
.working-hours-approval-process .card .card-content .status-badge svg {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
}
.working-hours-approval-process .card .card-content .status-badge p {
  margin-bottom: 0;
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.3333333333rem;
}
.working-hours-approval-process .card .card-content .status-badge p span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.working-hours-approval-process .card .card-content .status-badge.green {
  background-color: #f6fdfd;
  border: 1px solid #d2f5f5;
  border-radius: 0.5555555556rem;
  white-space: pre-wrap;
}
.working-hours-approval-process .card .card-content .status-badge h1 {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  margin-left: 0.3333333333rem;
}
.working-hours-approval-process .card .card-content .status-badge h1 span {
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.working-hours-approval-process .card .card-content .days-header {
  background-color: #f6fdfd;
  border: 1px solid #d2f5f5;
  padding: 1.1111111111rem;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.working-hours-approval-process .header {
  background-color: #f4f4f6;
  margin-top: 3.3333333333rem;
  padding: 1.1111111111rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  border-radius: 0.2222222222rem;
  margin-bottom: 1.1111111111rem;
}
.working-hours-approval-process .table {
  background-color: #ffffff;
}

.day-start-times {
  text-align: center;
  background-color: #f6fdfd;
  padding: 1.1111111111rem 1.6666666667rem;
  margin-top: 1.6666666667rem;
}
.day-start-times h1 {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.day-start-times p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}

.yearly-holiday {
  background-color: #f4f4f6;
  padding: 1.1111111111rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.7777777778rem;
}
.yearly-holiday p {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8333333333rem;
}
.yearly-holiday span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.yearly-holiday .mat-slide-toggle .mat-slide-toggle-bar {
  margin-right: 0 !important;
}

.holiday-period {
  margin-top: 2.7777777778rem;
}
.holiday-period .title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.holiday-period .holiday {
  background-color: #f4f4f6;
  padding: 1.1111111111rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.holiday-period .holiday p {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.holiday-period .holiday .mat-slide-toggle .mat-slide-toggle-bar {
  margin-right: 0 !important;
}

.calendar {
  display: flex;
  align-items: center;
  background-color: #fafbfb;
  border: 1px solid #b0b0be;
  border-radius: 0.5555555556rem;
}
.calendar button {
  border: none;
  background: none;
  padding: 0.8333333333rem;
}
.calendar button:disabled svg path {
  fill: #b0b0be;
}
[dir=ltr] .calendar button svg {
  transform: rotate(180deg);
}
.calendar div {
  padding: 0.8333333333rem;
  border-left: 1px solid #b0b0be;
  border-right: 1px solid #b0b0be;
  display: flex;
  align-items: center;
}
.calendar div span {
  margin-left: 0.5555555556rem;
}

.date-navigator {
  display: flex;
  align-items: center;
  margin-bottom: 1.9444444444rem;
}
.date-navigator button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.date-navigator button:first-child {
  margin-right: 1.1111111111rem;
}
.date-navigator button:last-child {
  margin-left: 1.1111111111rem;
}
[dir=ltr] .date-navigator button svg {
  transform: rotate(180deg);
}
.date-navigator .dates {
  display: flex;
  overflow-x: auto;
  gap: 0.5555555556rem;
  justify-content: space-between;
  scrollbar-width: none;
}
.date-navigator .dates > div {
  text-align: center;
  padding: 1.3888888889rem 0.6666666667rem;
  cursor: pointer;
  min-width: 7.2222222222rem;
  height: 6.1111111111rem;
  border: 1px solid #dddde3;
  border-radius: 0.3333333333rem;
}
.date-navigator .dates > div h2 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.date-navigator .dates > div p {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.date-navigator .dates > div.selected {
  background-color: #37a1a1;
  color: white;
  border-radius: 0.3333333333rem;
  border: 1px solid #37A1A1;
}
.date-navigator .dates > div.selected h2 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #fafbfb !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.date-navigator .dates > div.selected p {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5rem !important;
  color: #ffffff !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.date-navigator .dates.months-version > div {
  min-width: 8.3333333333rem;
  margin: 0 0.0555555556rem;
}

.collapse-uncollapse svg {
  width: 0.6666666667rem !important;
  height: 0.8888888889rem !important;
}

.dates-per-week .mat-accordion .mat-expansion-panel-spacing {
  margin: 0;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header {
  background-color: #f4f4f6;
  height: 2.7777777778rem;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header .not-collapsed {
  display: block;
  margin-left: 0.5555555556rem;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header .not-collapsed svg path {
  fill: #999aab !important;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header .collapsed {
  display: none;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header.mat-expanded {
  background-color: #37a1a1;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header.mat-expanded .not-collapsed {
  display: none;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header.mat-expanded .collapsed {
  display: block;
  margin-left: 0.5555555556rem;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header.mat-expanded .collapsed svg path {
  fill: #bff1f1 !important;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header.mat-expanded .mat-expansion-panel-header-title svg path {
  fill: #bff1f1;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header.mat-expanded .mat-expansion-panel-header-title span {
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #f6fdfd !important;
  font-family: "Alexandria", sans-serif !important;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header-title {
  justify-content: center;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header-title svg {
  margin-right: 0.5555555556rem;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header-title svg path {
  fill: #b0b0be;
}
.dates-per-week .mat-accordion .mat-expansion-panel-header-title span {
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #0f1125 !important;
  font-family: "Alexandria", sans-serif !important;
}
.dates-per-week .mat-accordion .mat-expansion-indicator::after {
  display: none;
  background: url(../../images/hr/collapse-icon.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  transform: none;
  border-style: none;
  border-width: 0;
}

.documents {
  background-color: #f6fdfd;
  border: 1px solid #d2f5f5;
  padding: 1.6666666667rem;
}

.accordion-item {
  margin-bottom: 1.9444444444rem;
}
.accordion-item .status-badge {
  background-color: #f4f4f6;
  border: 1px solid #e8e9ec;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
}

.maps {
  padding: 1.6666666667rem;
}
.maps .map-container {
  border-radius: 0.5555555556rem;
}

.hr-table {
  overflow: visible;
  /* Allow tooltip to overflow */
  position: relative;
}
.hr-table .status-badge {
  border-radius: 0.5555555556rem;
  border: 1px solid #e8e9ec;
  background: #f4f4f6;
}
.hr-table .status-badge.yellow {
  background: #faf7e5;
  border: 1px solid #faf7e5;
  color: #ccab00;
}
.hr-table .status-badge.green {
  background: #ecf5ec;
  border: 1px solid #ecf5ec;
  color: #2e7d32;
}

.mtx-mdc-tooltip::before {
  z-index: 9999 !important;
}

.mtx-mdc-tooltip-surface {
  min-width: 19.4444444444rem !important;
  width: 19.4444444444rem !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
}

.outside-location {
  background: #677487;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 15rem;
  width: 15rem;
  border-radius: 0.2222222222rem;
  color: #ffffff;
  padding: 0.2222222222rem 0.5555555556rem;
  overflow: auto;
  position: relative;
  top: 0;
  /* Default top position */
  left: 0;
  z-index: 1000;
}
.outside-location p {
  display: block;
  margin: auto;
  text-align: center;
}

.attendance-log {
  background: #677487;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.2222222222rem;
  color: #ffffff;
  padding: 0.2222222222rem 0.5555555556rem;
  overflow: auto;
  position: relative;
  top: 0;
  /* Default top position */
  left: 0;
  z-index: 1000;
}
.attendance-log p {
  display: block;
  margin: auto;
  text-align: center;
}

.dates-per-week .attendance {
  max-height: 22.2222222222rem !important;
  overflow-y: auto;
}

.hr-details .mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body {
  min-height: auto !important;
}

.span-with-svg {
  display: flex;
  align-items: center;
  justify-content: end;
  min-width: 5.5555555556rem;
}
.span-with-svg b {
  margin-right: 0.2777777778rem;
}
.span-with-svg .svg-bg {
  background-color: #F8F8F9;
  border: 1px solid #F1F2F4;
  border-radius: 50%;
  padding: 0.3333333333rem;
  margin-left: 0.2777777778rem;
}

.rejection-reason-tooltip {
  background: #677487;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 15rem;
  width: 15rem;
  border-radius: 0.2222222222rem;
  color: #ffffff;
  padding: 0.3333333333rem 0.5555555556rem;
  overflow: auto;
  position: relative;
  top: 0;
  /* Default top position */
  left: 0;
  z-index: 1000;
}
.rejection-reason-tooltip h1 {
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5rem !important;
  color: #EFEFF2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.rejection-reason-tooltip ul {
  margin: 0;
  direction: ltr;
}
.rejection-reason-tooltip ul li {
  display: flex;
  align-items: baseline;
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #FFFFFF !important;
  font-family: "Alexandria", sans-serif !important;
}
.rejection-reason-tooltip ul li + li {
  margin-top: 0.8333333333rem;
}
.rejection-reason-tooltip ul li::before {
  content: "";
  width: 0.3333333333rem;
  max-width: 0.3333333333rem;
  height: 0.3333333333rem;
  min-height: 0.3333333333rem;
  border-radius: 1px;
  background-color: #C6C7D0;
  margin-right: 0.3333333333rem;
  display: inline-block;
  vertical-align: middle;
}
.rejection-reason-tooltip p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5rem !important;
  color: #FFFFFF !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 0.6666666667rem;
  margin-bottom: 0;
}

.metrics .card {
  border: none;
  padding: 1.6666666667rem;
  border-radius: 0.4444444444rem;
  box-shadow: 0 0.2777777778rem 1.1111111111rem rgba(56, 69, 93, 0.1);
}
.metrics .card .card-footer {
  border-top: 0;
  background-color: transparent;
  padding: 0;
}

.library_item_card {
  padding: 1.8888888889rem 2rem 1.4444444444rem 1.3333333333rem;
  background-color: #FFF;
  border-radius: 0.5555555556rem;
  box-shadow: 0px 0.2222222222rem 0.4444444444rem rgba(59, 53, 61, 0.08);
}
.library_item_card:hover .actions_lables .actions button {
  opacity: 1;
  pointer-events: all;
}
.library_item_card.card-media .header .image {
  position: relative;
}
.library_item_card.card-media .header .image::after {
  content: url("../../images/icons/play.svg");
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(228, 249, 249, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}
.library_item_card.card-media .header .image:hover::after {
  display: flex;
}
.library_item_card .actions_lables {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.1111111111rem;
}
.library_item_card .actions_lables .lables {
  display: flex;
  align-items: center;
}
.library_item_card .actions_lables .lables.status-badge {
  margin-right: 0.5555555556rem;
}
.library_item_card .actions_lables .lables.status-badge:last-child {
  margin-right: 0px;
}
.library_item_card .actions_lables .actions {
  display: flex;
  align-items: center;
}
.library_item_card .actions_lables .actions button {
  opacity: 0;
  pointer-events: none;
}
.library_item_card .header {
  display: flex;
  align-items: center;
}
.library_item_card .header .image {
  background-color: #f1f2f4;
  border-radius: 0.5555555556rem;
  overflow: hidden;
  box-shadow: 0px 0.0555555556rem 0.1111111111rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
  width: 8.3333333333rem;
  min-width: 8.3333333333rem;
  height: 8.3333333333rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.library_item_card .header .image img {
  width: 8.3333333333rem;
  height: 8.3333333333rem;
  border-radius: 0.5555555556rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.library_item_card .header .image img.defualt-image {
  max-height: 2.2222222222rem;
  height: 2.2222222222rem;
  margin: auto;
  width: auto;
  -o-object-fit: unset;
     object-fit: unset;
  border-radius: 0px;
  vertical-align: middle;
}
.library_item_card .header .header-text {
  margin-left: 0.8333333333rem;
}
.library_item_card .header .header-text h2 {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: break-word;
  margin-bottom: 1.1111111111rem;
}
.library_item_card .header .header-text h2 a {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  word-wrap: break-word;
}
.library_item_card .header .header-text h2 a:hover {
  color: #2F8B8B !important;
  cursor: pointer !important;
}
.library_item_card .header .header-text p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: break-word;
  margin: 0px;
}
.library_item_card .date {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 1.1111111111rem;
}
.library_item_card .date span {
  color: #8E8fa2;
  margin-left: 0.2222222222rem;
}
.library_item_card .publish-date {
  border: dashed 0.0555555556rem #c6c7d0;
  padding: 1.1111111111rem;
  margin-top: 1.6666666667rem;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.library_item_card .publish-date span {
  font-weight: 400;
  color: #6b6d85;
  margin-right: 0.5555555556rem;
}
.library_item_card .publish-date span.until {
  margin-left: 0.5555555556rem;
}

.library-form .library-category {
  background-color: #efeff2;
  padding: 0.8333333333rem 1.6666666667rem;
}
.library-form .title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.library-form .dates-hint-card {
  padding: 1.1111111111rem;
  background-color: #f6fdfd;
  margin-top: 2.2222222222rem;
  margin-bottom: 0.8333333333rem;
}
.library-form .dates-hint-card .title {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.library-form .dates-hint-card .desc {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

/* Video overlay full-width */
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
  flex-direction: column;
}
.video-overlay p {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #FFF !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 1.1111111111rem !important;
}
.video-overlay button {
  position: absolute;
  top: 1.1111111111rem;
  left: 1.1111111111rem;
}

video {
  max-height: 75%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

iframe {
  max-height: 90%;
  height: 85%;
  width: 90%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

/* Fade-in effect */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.audio-player {
  z-index: 200;
  background-color: #FFF;
  padding: 1.1111111111rem;
  width: 100%;
  max-height: 5.5555555556rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  box-shadow: 0px 0px 0.8888888889rem rgba(0, 0, 0, 0.16);
}
.audio-player .close_btn {
  position: absolute;
  top: 1.1111111111rem;
  right: 1.1111111111rem;
}
.audio-player .close_btn svg {
  height: 0.8333333333rem;
  width: 0.8333333333rem;
}
.audio-player .audio-info {
  margin-right: 1.9444444444rem;
  display: flex;
  align-items: center;
}
.audio-player .audio-info .image {
  width: 3.3333333333rem;
  min-width: 3.3333333333rem;
  height: 3.3333333333rem;
  min-height: 3.3333333333rem;
  overflow: hidden;
  border-radius: 0.4444444444rem;
  border: solid 1px #d2d2da;
  margin-right: 0.8888888889rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f2f4;
}
.audio-player .audio-info .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.audio-player .audio-info .image img.defualt-image {
  height: 50%;
  max-height: 90%;
  width: auto;
  -o-object-fit: unset;
     object-fit: unset;
}
.audio-player .audio-info h4 {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  max-width: 15.2777777778rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 2.2222222222rem;
  margin: 0px;
}
.audio-player .audio-volume {
  display: flex;
  align-items: center;
  padding-left: 1.3333333333rem;
  padding-right: 1.3333333333rem;
  position: relative;
}
.audio-player .audio-volume::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 0.1111111111rem;
  border-radius: 0.5555555556rem;
  background-color: #e8e9ec;
  height: 1.7777777778rem;
}
.audio-player .audio-volume button {
  margin-left: 0.6666666667rem;
}
.audio-player .audio-volume button img {
  width: 1.1111111111rem;
  height: 1rem;
}
.audio-player .audio-volume button.muted {
  position: relative;
}
.audio-player .audio-volume button.muted::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 0.1111111111rem;
  background-color: #1c1e44;
  height: 1.6666666667rem;
  border-radius: 0.5555555556rem;
}
.audio-player .audio-volume mat-slider {
  min-width: 5.5555555556rem;
  width: 5.5555555556rem;
}
.audio-player .audio-bar {
  display: flex;
  align-items: center;
  color: #6b6d85;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 0.6666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  padding-left: 1.3333333333rem;
  padding-right: 1.3333333333rem;
  position: relative;
}
.audio-player .audio-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 0.1111111111rem;
  border-radius: 0.5555555556rem;
  background-color: #e8e9ec;
  height: 1.7777777778rem;
}
.audio-player .audio-bar span {
  min-width: 3.3333333333rem;
  max-width: 4.4444444444rem;
  display: block;
  overflow: hidden;
  text-align: center;
}
.audio-player .audio-bar mat-slider {
  min-width: 13.8888888889rem;
}
.audio-player .audio-controlls {
  padding-left: 1.3333333333rem;
  padding-right: 1.3333333333rem;
}
.audio-player .audio-controlls button {
  margin-right: 0.8888888889rem;
}
.audio-player .audio-controlls button:last-child {
  margin-right: 0px;
}
.audio-player .audio-controlls button img {
  max-height: 1rem;
}
.audio-player .audio-controlls button#play-pause img {
  max-height: 3.1111111111rem;
}
.audio-player button {
  padding: 0px;
  outline: 0px;
  background-color: transparent;
  border: 0px;
}

.cards-list.jobTitles-list .card {
  padding: 0;
}
.cards-list.jobTitles-list .card .card-head {
  margin: 1.1111111111rem 1.1111111111rem 0 1.1111111111rem;
}
.cards-list.jobTitles-list .card .card-title a,
.cards-list.jobTitles-list .card .card-title span {
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: break-all;
}
.cards-list.jobTitles-list .card .card-content p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.jobTitles-list .card .card-content .innerHTML {
  margin: 0 1.1111111111rem;
}
.cards-list.jobTitles-list .card .card-content .code {
  background-color: #f4f4f6;
  border-radius: 0.4444444444rem;
  padding: 0.5555555556rem 0.6666666667rem;
  width: -moz-max-content;
  width: max-content;
  margin: 0.8333333333rem 1.1111111111rem;
}
.cards-list.jobTitles-list .card .card-content .code p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
}
.cards-list.jobTitles-list .card .card-content .code p span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.jobTitles-list .card .card-content .info {
  background-color: #fafbfb;
  padding: 0.8333333333rem 1.1111111111rem;
}
.cards-list.jobTitles-list .card .card-content .info p {
  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.8333333333rem !important;
  margin: auto;
}
.cards-list.jobTitles-list .card .card-content .info p span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.jobTitles-list .card .card-content .info p:last-child {
  margin-bottom: 0 !important;
}
.cards-list.jobTitles-list .card .card-content .content-list {
  margin: 1.1111111111rem;
}
.cards-list.jobRequests-list .top-status {
  margin-bottom: 0.8333333333rem;
}
.cards-list.jobRequests-list .top-status .title {
  margin-bottom: 0;
}
.cards-list.jobRequests-list .title {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}
.cards-list.jobRequests-list .paragraph {
  margin-bottom: 1.1111111111rem;
  padding-right: 0.6666666667rem;
  text-wrap-mode: nowrap;
}
.cards-list.jobRequests-list .paragraph p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
}
.cards-list.jobRequests-list .paragraph p span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.jobRequests-list .paragraph img {
  width: 1.1111111111rem;
  max-width: 1.1111111111rem;
  height: 1.1111111111rem;
  margin-right: 0.5555555556rem;
}
.cards-list.jobRequests-list .paragraphs .paragraph:not(:first-child) {
  border-left: 1px solid #ccc;
  padding-left: 0.6666666667rem;
  margin-left: 0.6666666667rem;
}
.cards-list.jobRequests-list .paragraphs.with-border {
  border: 1px dashed #c6c7d0;
  padding: 0.9444444444rem 1.1111111111rem;
  border-radius: 0.2222222222rem;
}
.cards-list.jobRequests-list .paragraphs.with-border .paragraph {
  margin-bottom: 0;
}
.cards-list.jobRequests-list .required-jobs {
  background-color: #efeff2;
  border: 1px solid #dddde3;
  border-radius: 0.2222222222rem;
  padding: 0.3333333333rem 0.6666666667rem;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1.1111111111rem;
}
.cards-list.jobRequests-list .required-jobs p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
}
.cards-list.jobRequests-list .required-jobs p span {
  font-weight: 800 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.jobRequests-list .pricing p {
  margin-bottom: 0;
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.jobRequests-list .pricing img {
  width: 0.9444444444rem;
  max-width: 0.9444444444rem;
  height: 1.0555555556rem;
}
.cards-list.jobRequests-list .with-gap {
  gap: 0.8888888889rem;
  flex-wrap: wrap;
}
.cards-list.jobRequests-list .without-padding {
  padding: 0;
}
.cards-list.jobRequests-list .without-padding .card-head {
  border-bottom: none;
  padding: 1.3888888889rem 1.6666666667rem;
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #333333 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.jobRequests-list .without-padding .card-content {
  padding: 1.3888888889rem 1.6666666667rem 1.6666666667rem 1.6666666667rem;
}
.cards-list.jobRequests-list .without-padding .full-width.gray {
  padding: 0.3333333333rem 1.6666666667rem;
  background-color: #fafbfb;
}
.cards-list.jobRequests-list .without-padding .full-width.gray p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.cards-list.jobRequests-list .without-padding .full-width.gray p span + span {
  display: flex;
  align-items: center;
}
.cards-list.jobRequests-list .without-padding .full-width.gray p span + span::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #1c1e44;
  margin: 0.4444444444rem;
}
.cards-list.jobRequests-list .without-padding .full-width.gray p.big span + span {
  display: flex;
  align-items: center;
}
.cards-list.jobRequests-list .without-padding .full-width.gray p.big span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #B0B0BE;
  margin: 0.4444444444rem;
}
.cards-list.jobRequests-list .without-padding .full-width.green {
  padding: 1.1111111111rem 1.6666666667rem;
  background-color: #edfbfb;
  margin-top: auto;
  min-height: 4.1666666667rem;
}
.cards-list.jobRequests-list .without-padding .full-width.green .pricing .out {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8E8FA2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.5555555556rem;
}
.cards-list.jobRequests-list .without-padding .full-width.green .pricing p,
.cards-list.jobRequests-list .without-padding .full-width.green .pricing span {
  margin-bottom: 0;
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.jobRequests-list .without-padding .full-width.green .pricing img {
  width: 1.1111111111rem;
  max-width: 1.1111111111rem;
  height: 1.2222222222rem;
}
.cards-list.jobRequests-list .logos-list .logo-img.count {
  background: #d2d2da !important;
  border: 1.5px solid #dddde3 !important;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.titles .list li {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.titles .list li + li {
  margin-top: 0.6666666667rem;
}
.titles .list li::before {
  content: "";
  width: 0.4444444444rem;
  max-width: 0.4444444444rem;
  height: 0.4444444444rem;
  min-height: 0.4444444444rem;
  border-radius: 50%;
  background-color: #d2d2da;
  margin-right: 0.4444444444rem;
  display: inline-block;
  vertical-align: middle;
}
.titles .list ul {
  padding-left: 0.7777777778rem;
}
.titles .list ul li::before {
  border-radius: 0;
}

.list li {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.list li + li {
  margin-top: 0.6666666667rem;
}
.list li::before {
  content: "";
  width: 0.4444444444rem;
  max-width: 0.4444444444rem;
  height: 0.4444444444rem;
  min-height: 0.4444444444rem;
  border-radius: 50%;
  background-color: #d2d2da;
  margin-right: 0.4444444444rem;
  display: inline-block;
  vertical-align: middle;
}
.list ul {
  padding-left: 0.7777777778rem;
}
.list ul li::before {
  border-radius: 0;
}

.grey-card {
  background-color: #F4F4F6;
  border-radius: 0.4444444444rem;
  padding: 0.8888888889rem;
}

.green-card {
  background-color: #edfbfb;
  border: 1px solid #bff1f1;
  border-radius: 0.5555555556rem;
  padding: 1.1111111111rem;
}
.green-card div:not(:last-child) {
  margin-bottom: 1.1111111111rem;
}
.green-card div h3 {
  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;
}
.green-card div p {
  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;
  word-break: break-all;
}
.green-card.light {
  background-color: #f6fdfd;
  border: 1px solid #d2f5f5;
  padding: 0.8888888889rem;
}
.green-card.light p img {
  width: 1rem;
  height: 1rem;
}
.green-card.light ul.square {
  margin: 0;
  padding-left: 1.1111111111rem;
}
.green-card.light ul.square li {
  display: flex;
  align-items: anchor-center;
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.green-card.light ul.square li + li {
  margin-top: 0.6666666667rem;
}
.green-card.light ul.square li::before {
  content: "";
  width: 0.3333333333rem;
  min-width: 0.3333333333rem;
  max-width: 0.3333333333rem;
  height: 0.3333333333rem;
  min-height: 0.3333333333rem;
  max-height: 0.3333333333rem;
  border-radius: 0.0555555556rem;
  background-color: #c6c7d0;
  margin-right: 0.4444444444rem;
  display: inline-block;
  vertical-align: middle;
}
.green-card.ai-config {
  background-color: #edfbfb;
  border: none;
}
.green-card.ai-config h5 {
  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: 0;
  width: 50%;
}
.green-card.ai-config h4 {
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
}
.green-card.ai-config h4 span {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5555555556rem !important;
  color: #1a4b4b !important;
  font-family: "Alexandria", sans-serif !important;
}
.green-card.ai-config h4 span.red {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 1.5555555556rem !important;
  color: #d51527 !important;
  font-family: "Alexandria", sans-serif !important;
}

.profile-default .top-profile-card {
  background-color: #ffffff;
  border-radius: 0.5555555556rem;
  padding: 2.2222222222rem;
  position: relative;
}
.profile-default .top-profile-card .top-profile-card-content {
  display: flex;
  width: 100%;
}
@media (width < 768px) {
  .profile-default .top-profile-card .top-profile-card-content {
    flex-direction: column;
    align-items: center;
  }
  .profile-default .top-profile-card .top-profile-card-content .logo-card {
    margin-bottom: 0.8333333333rem;
  }
}
.profile-default .top-profile-card .top-profile-card-content .logo-card {
  position: relative;
  top: 0.5555555556rem;
  z-index: 11;
  background-color: #ffffff;
  border: 3px solid #f4f4f6;
  border-radius: 0.2222222222rem;
  width: 11.1111111111rem;
  min-width: 11.1111111111rem;
  height: 11.1111111111rem;
}
.profile-default .top-profile-card .top-profile-card-content .logo-card img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile-default .top-profile-card .top-profile-card-content .logo-card span {
  height: 100%;
  font-size: 1.6666666667rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .profile-default .top-profile-card .top-profile-card-content .logo-card {
    height: 5.5555555556rem;
    width: 5.5555555556rem;
    min-width: auto;
  }
}
.profile-default .top-profile-card .top-profile-card-content .top-info {
  margin-left: 1.3888888889rem;
  flex-grow: 1;
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.1111111111rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-header .status-badge {
  margin-bottom: 0.5555555556rem;
}
@media (max-width: 767px) {
  .profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-header {
    display: block;
  }
  .profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-header .status-badge {
    margin-bottom: 0.5555555556rem;
  }
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-header .top-profile-card-actions {
  display: flex;
  right: 2.2222222222rem;
}
@media (max-width: 767px) {
  .profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-header .top-profile-card-actions {
    position: relative;
    right: 0;
  }
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-header .top-profile-card-actions .small {
  margin-right: 1.1111111111rem;
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-details h3 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.6666666667rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: break-word;
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-details h4 {
  font-weight: 500 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.6666666667rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  word-break: break-word;
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-details p span {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3888888889rem !important;
  color: #808080 !important;
  font-family: "Alexandria", sans-serif !important;
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-details p b {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.2222222222rem;
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-details p:nth-child(1) {
  margin-right: 2.7777777778rem;
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-details p:nth-child(1)::after {
  content: "";
  position: absolute;
  height: 1.1111111111rem;
  width: 0.1111111111rem;
  background-color: #dddde3;
  border-radius: 1.1111111111rem;
  margin-top: 5px;
  margin-left: 1.3888888889rem;
}
.profile-default .top-profile-card .top-profile-card-content .top-info .top-profile-card-details p:last-child::after {
  display: none;
}
.profile-default .top-profile-card .top-profile-card-footer {
  position: relative;
  z-index: 1;
  background-color: #fafbfb;
  display: flex;
  width: -webkit-fill-available;
  padding: 0.8333333333rem 0;
  margin: 0.7777777778rem -2.2222222222rem 0;
  padding-right: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .profile-default .top-profile-card .top-profile-card-footer {
    display: block;
  }
}
.profile-default .top-profile-card .top-profile-card-footer .info-data {
  width: 100%;
  overflow-wrap: anywhere;
}
.profile-default .top-profile-card .top-profile-card-footer .info-data:first-child {
  padding-left: 2.2222222222rem;
}
.profile-default .top-profile-card .top-profile-card-footer .info-data div {
  line-height: 1.4444444444rem !important;
}
.profile-default .top-profile-card::after {
  content: "";
  position: absolute;
  background-image: url(../../images/pattern.svg);
  left: 0;
  right: 0;
  height: 0.9444444444rem;
  width: 100%;
  bottom: 0;
  z-index: 1;
  border-bottom-right-radius: 0.5555555556rem;
  border-bottom-left-radius: 0.5555555556rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
.profile-default .top-profile-card .profile-card-head {
  position: relative;
  z-index: 1;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-default .top-profile-card .profile-card-head .type {
  margin-bottom: 0.8888888889rem;
}
.profile-default .top-profile-card .profile-card-head .top-profile-card-actions {
  display: flex;
  align-items: center;
  gap: 1.1111111111rem;
}
.profile-default .top-profile-card .name-with-image.wide-img .name h5 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
  white-space: normal;
  max-width: 100%;
}
.profile-default .top-profile-card .name-with-image.wide-img .name span {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.profile-default .top-profile-card .name-with-image.wide-img .name p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.1666666667rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 1.6666666667rem;
  margin-bottom: 0;
}
.profile-default .top-profile-card .name-with-image.wide-img .name p span {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.0555555556rem !important;
  color: var(--secondry-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.profile-default .top-profile-card .name-with-image.wide-img .name .font-bigger p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
}
.profile-default .top-profile-card .name-with-image.wide-img .name .font-bigger p span {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.profile-default .card {
  border: none;
  background-color: #ffffff;
  border-radius: 0.4444444444rem;
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
  padding: 1.9444444444rem;
}
.profile-default .card .head {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 2.2222222222rem;
}
.profile-default .card .infos {
  display: flex;
  flex-wrap: wrap;
}
.profile-default .card .infos .info {
  max-width: 33.3%;
  width: 33.3%;
}
.profile-default .card .infos.with-space-between {
  justify-content: space-between;
}
.profile-default .card .infos.with-space-between .info {
  width: 45%;
  max-width: unset;
}
.profile-default .card .info {
  margin-bottom: 1.6666666667rem;
}
.profile-default .card .info h2 {
  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;
}
.profile-default .card .info 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: 0;
}
.profile-default .card .info p img {
  width: 1.1111111111rem;
  max-width: 1.1111111111rem;
  height: 1.2222222222rem;
}
.profile-default .card .info p.green {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
}
.profile-default .card .card-head {
  border-bottom: 1px solid #dddde3;
  padding-bottom: 1.6666666667rem;
}
.profile-default .card .card-head p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 2rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.7777777778rem;
}
.profile-default .card .card-head.no-border {
  border-bottom: 0;
}
.profile-default .card .card-content {
  padding-top: 1.6666666667rem;
}
.profile-default .card .card-content p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}
.profile-default .card .card-content button {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5555555556rem;
  padding: 0.6666666667rem;
}
.profile-default .status .status-badge.green {
  background-color: #e0f2f1 !important;
  border: 1px solid #94d8d1 !important;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #00796b !important;
  font-family: "Alexandria", sans-serif !important;
}

.type div {
  display: flex;
  align-items: center;
}
.type svg {
  width: 1.0555555556rem;
  max-width: 1.0555555556rem;
  height: 1rem;
  margin-left: 0.3333333333rem;
}
.type .high span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.type .medium span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #ccab00 !important;
  font-family: "Alexandria", sans-serif !important;
}
.type .low span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #2e7d32 !important;
  font-family: "Alexandria", sans-serif !important;
}

.posting .card {
  padding: 0 !important;
  background-color: #ffffff;
  border: 0;
  border-radius: 0.4444444444rem;
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
}
.posting .card .title {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 1.6666666667rem !important;
  margin-bottom: 0 !important;
}
.posting .card .card-container {
  padding: 1.6666666667rem;
}
.posting .card .main-info h3 {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.posting .card .main-info .infos {
  display: flex;
  flex-wrap: wrap;
}
.posting .card .main-info .infos .info {
  max-width: 50%;
  width: 50%;
}
.posting .card .main-info .infos.with-space-between {
  justify-content: space-between;
}
.posting .card .main-info .infos.with-space-between .info {
  width: 40%;
}
.posting .card .main-info .info {
  margin-bottom: 1.6666666667rem;
}
.posting .card .main-info .info h2 {
  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;
}
.posting .card .main-info .info 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: 0;
}
.posting .card .main-info .info p img {
  width: 1.1111111111rem;
  max-width: 1.1111111111rem;
  height: 1.2222222222rem;
}
.posting .card .main-info .card-with-bg {
  background-color: #f4f4f6;
  box-shadow: none;
  padding: 1.1111111111rem;
  border-radius: 0.5555555556rem;
}
.posting .card .main-info .card-with-bg .slide p {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.posting .card .main-info .card-with-bg .slide .mat-slide-toggle .mat-slide-toggle-bar {
  margin: 0 !important;
}
.posting .card .main-info .card-with-bg .info {
  margin-bottom: 0.8333333333rem;
}
.posting .card .main-info .card-with-bg .info p {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
}
.posting .card .main-info .card-with-bg .info:last-child {
  margin-bottom: 0;
}
.posting .card hr {
  margin: 0.5555555556rem 1.6666666667rem;
}
.posting .card .ck-editor__editable_inline {
  min-height: 11.1111111111rem !important;
}
.posting .card .ck-editor__top,
.posting .card .ck-reset_all {
  background: #fafafa !important;
  background-color: #fafafa !important;
}
.posting .card .ck-reset_all :not(.ck-reset_all-excluded *),
.posting .card .ck.ck-reset,
.posting .card .ck.ck-reset_all {
  background: #fafafa !important;
}
.posting .card .ck-editor__editable {
  border-color: #c4c4c4 !important;
  background-color: #fafbfb !important;
  box-shadow: none !important;
}
.posting .card mat-radio-group.horizontal_list {
  flex-wrap: wrap;
  gap: 0.8333333333rem;
  justify-content: start;
}
.posting .card mat-radio-group.horizontal_list mat-radio-button {
  width: -moz-max-content;
  width: max-content;
}
.posting .card .questions .btn-light-green {
  border-radius: 0.3333333333rem;
}
.posting .card .questions .btn-light-green svg {
  width: 0.7777777778rem;
  height: 0.7777777778rem;
}
.posting .card .questions .questions-cards {
  margin: 1.1111111111rem 0;
}
.posting .card .checkboxes-cards {
  gap: 1.6666666667rem;
  margin: auto !important;
  margin-top: 1.1111111111rem !important;
  flex-wrap: nowrap;
}
.posting .card .checkboxes-cards .mat-checkbox {
  text-align: center;
  height: 16.1111111111rem;
  width: 100% !important;
  min-width: auto;
  max-width: 35%;
  max-height: 16.1111111111rem;
  flex: 1 1 calc(26.1% - 8px);
}
.posting .card .checkboxes-cards .mat-checkbox .overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: inherit;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
}
.posting .card .checkboxes-cards .mat-checkbox .overlay-content p {
  font-weight: 600 !important;
  font-size: 1.3888888889rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
@media screen and (max-width: 768px) {
  .posting .card .checkboxes-cards {
    flex-wrap: wrap;
  }
  .posting .card .checkboxes-cards:not(.no-wrap) .arrow-div {
    display: block;
    margin: auto;
    width: 100%;
  }
  .posting .card .checkboxes-cards:not(.no-wrap) .mat-checkbox {
    display: block;
    margin: auto;
    height: 13.8888888889rem;
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
    max-height: 13.8888888889rem;
  }
}
.posting .card .checkboxes-cards .content {
  padding: 2.7777777778rem 1.1111111111rem;
  display: block;
  margin: auto;
  height: 100%;
  align-content: center;
}
.posting .card .checkboxes-cards .content .type-icon {
  width: 3.3333333333rem;
  max-width: 3.3333333333rem;
  height: 3.3333333333rem;
  margin-bottom: 1.3888888889rem;
}
.posting .card .checkboxes-cards .content .type-icon.full {
  width: 10rem;
  max-width: 10rem;
  height: 2.2222222222rem;
}
.posting .card .checkboxes-cards .content h4 {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.posting .card .checkboxes-cards .content p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
@media screen and (max-width: 968px) {
  .posting .card .checkboxes-cards .arrow {
    transform: rotate(270deg);
    display: block;
    margin: auto;
  }
}
.posting .horizontal_list {
  flex-wrap: nowrap;
}
.posting .horizontal_list.flex-grow-small mat-radio-button {
  flex-grow: 0.1 !important;
}
.posting .horizontal_list mat-radio-button {
  flex-grow: 1;
}
@media (max-width: 766px) {
  .posting .horizontal_list {
    flex-direction: row !important;
  }
}
.posting .cdk-drop-list .btn-green:focus {
  background-color: #2E7D32 !important;
}
.posting .cdk-drop-list .btn-red:focus {
  background-color: #f44336 !important;
}

.slide-background {
  background-color: #f4f4f6;
  padding: 1.1111111111rem;
}
.slide-background .mat-slide-toggle-label .mat-slide-toggle-content {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}

.small-card {
  background-color: #f6fdfd !important;
  border: 1px solid #d2f5f5 !important;
  border-radius: 0.5555555556rem !important;
  box-shadow: none !important;
  padding: 0.5555555556rem 1.1111111111rem;
}
.small-card .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.small-card .head p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.small-card hr {
  background-color: #e4f9f9;
  border: 1px solid #d2f5f5;
  border-radius: 0.5555555556rem;
}
.small-card .card-content p {
  display: flex;
  justify-content: space-between;
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.small-card .card-content p span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.small-card .card-content p span.green {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #43a047 !important;
  font-family: "Alexandria", sans-serif !important;
}

.svg-suffix svg {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 23px; */
  /* height: 26px; */
  padding-bottom: 0.5em;
}

.job-details .card {
  border-radius: 0.5555555556rem;
  border: none;
}
.job-details .card .card-content {
  padding: 2.2222222222rem 2.2222222222rem 0 2.2222222222rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.job-details .card .card-content .actions .mat-icon-button {
  width: 2.6666666667rem;
}
.job-details .card .card-footer {
  padding: 0;
  border-top: 0;
  background-color: #fafbfb;
}
.job-details .card .card-footer .mat-tab-group .mat-tab-header {
  border-radius: 0 0 0.5555555556rem 0.5555555556rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.job-details .card .card-footer .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-list {
  border-bottom: none;
}
.job-details .card .card-footer .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-label {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  min-width: auto;
  background-color: #f6fdfd;
}
.job-details .card .card-footer .mat-tab-group .mat-tab-header .mat-tab-label-container .mat-tab-label.mat-tab-label-active {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #fcfefe !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #2f8b8b;
}
.job-details .card .card-footer .mat-tab-group .mat-tab-body-wrapper {
  margin-top: 3.3333333333rem;
}
.job-details .card .card-footer .mat-tab-group .mat-tab-body-wrapper .button-group-custom .mat-button-toggle .mat-button-toggle-button {
  padding: 0.8333333333rem 1.1111111111rem;
}
.job-details .card .card-footer .mat-tab-group .mat-tab-body-wrapper .button-group-custom .mat-button-toggle .mat-button-toggle-label-content {
  padding: 0;
  display: flex;
  align-items: center;
}
.job-details .card .card-footer .mat-tab-group .mat-tab-body-wrapper .button-group-custom .mat-button-toggle .mat-button-toggle-label-content .count {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.job-details .card .card-footer .mat-tab-group .mat-tab-body-wrapper .mat-tab-body-content {
  overflow: hidden;
  padding: 0.1666666667rem;
}
.job-details .card .actions {
  gap: 1.1111111111rem;
  flex-wrap: wrap;
}
.job-details .card .title {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 2.7777777778rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8888888889rem;
}
.job-details .card .paragraph {
  margin-bottom: 1.1111111111rem;
  padding-right: 0.6666666667rem;
  text-wrap-mode: nowrap;
}
.job-details .card .paragraph p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #8E8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
}
.job-details .card .paragraph p span {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.job-details .table .mat-progress-bar {
  width: 10rem;
}

.applicant-details .card {
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0.5555555556rem;
}
@media screen and (max-width: 767px) {
  .applicant-details .card .card-content {
    flex-wrap: wrap;
  }
}
.applicant-details .card .applicant-profile {
  background: url(/assets/images/recuruitment/applicant/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 25rem !important;
  min-width: 25rem !important;
  max-height: 500px;
  height: 500px;
  min-height: 325px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .applicant-details .card .applicant-profile {
    width: 100vw !important;
    min-height: 20vh !important;
  }
}
.applicant-details .card .applicant-profile .content {
  text-align: center;
  margin: auto;
}
.applicant-details .card .applicant-profile .content .img-card {
  width: 8.8888888889rem;
  max-width: 8.8888888889rem;
  height: 8.8888888889rem;
  max-height: 8.8888888889rem;
  border-radius: 50%;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
  display: block;
  margin: auto;
  margin-bottom: 0.8333333333rem;
}
.applicant-details .card .applicant-profile .content .img-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
}
.applicant-details .card .applicant-profile .content h3 {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.applicant-details .card .applicant-profile .content p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.applicant-details .card .applicant-info {
  padding: 0 1.6666666667rem;
  width: 100%;
}
.applicant-details .card .applicant-info .item {
  display: flex;
  align-items: baseline;
  margin-top: 1.1111111111rem;
}
.applicant-details .card .applicant-info .item p {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.applicant-details .card .applicant-info .item .icon-card {
  margin-right: 0.4444444444rem;
  width: 1.2222222222rem;
  max-width: 1.2222222222rem;
  height: 1.2222222222rem;
}
.applicant-details .card .applicant-info .item .icon-card img {
  width: 100%;
  height: 100%;
}
.applicant-details .card .applicant-info hr {
  margin: 1.6666666667rem 0;
}
.applicant-details .card .applicant-info h3 {
  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: 0.6666666667rem;
}
.applicant-details .card .applicant-info h6 {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.info-card {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.4444444444rem;
  background-color: #ffffff;
  margin-bottom: 1.6666666667rem;
}
.info-card .applicant-profile {
  width: 35% !important;
  max-height: 30vh;
  height: 100%;
  min-height: 25vh;
}
.info-card .applicant-profile .content {
  padding: 2.2222222222rem 1.6666666667rem !important;
}
.info-card .applicant-profile .content button {
  margin-top: 2.7777777778rem;
}
@media screen and (min-width: 1900px) {
  .info-card .applicant-profile .content button {
    margin-top: 1.6666666667rem;
  }
}
.info-card .card-head {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 1.9444444444rem 1.6666666667rem 0 1.6666666667rem;
}
.info-card .card-head span.count {
  background-color: #f4f4f6;
  padding: 0.2222222222rem 0.5rem;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  border-radius: 0.4444444444rem;
  margin-left: 0.4444444444rem;
}
.info-card .card-head p {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 0.4444444444rem;
}
.info-card .card-head.small {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content {
  padding: 1.6666666667rem 1.6666666667rem;
}
.info-card .content.small {
  padding: 1.1111111111rem 1.3888888889rem;
}
.info-card .content h3 {
  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;
}
.info-card .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: 0;
}
.info-card .content p span + span::before {
  content: "/";
  margin: 0.4444444444rem;
}
.info-card .content p.green {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content p.dots {
  display: flex;
  align-items: center;
}
.info-card .content p.dots span {
  margin-bottom: 0 !important;
}
.info-card .content p.dots span + span:last-child {
  display: flex;
  align-items: center;
}
.info-card .content p.dots span + span:last-child::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c6c7d0;
  margin: 0.3333333333rem;
}
.info-card .content hr {
  margin: 1.6666666667rem 0 !important;
}
.info-card .content .item {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .item ul,
.info-card .content .item ol {
  margin: 0;
  padding: 0;
}
.info-card .content .item li {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .item li + li {
  margin-top: 1.0555555556rem;
}
.info-card .content .item li::before {
  content: "";
  width: 0.4444444444rem;
  min-width: 0.4444444444rem;
  max-width: 0.4444444444rem;
  height: 0.4444444444rem;
  max-height: 0.4444444444rem;
  min-height: 0.4444444444rem;
  border-radius: 50%;
  background-color: #d2d2da;
  margin-right: 0.4444444444rem;
  display: inline-block;
  vertical-align: start;
}
.info-card .content .item p {
  margin-bottom: 0 !important;
}
.info-card .content .item + .item {
  margin-top: 1.6666666667rem;
}
.info-card .content .users-list .list {
  padding: 1.2222222222rem 1.1111111111rem;
  background-color: #fafbfb;
  border-radius: 0.4444444444rem;
}
.info-card .content .users-list .list + .list {
  margin-top: 0.5555555556rem;
}
.info-card .content .users-list .list.you {
  border: 1px solid #d2d2da;
}
.info-card .content .users-list .list img {
  margin-bottom: 0.7777777778rem;
}
.info-card .content .users-list .list h4 {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .users-list .list p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .users-list + h3 {
  margin-top: 1.3888888889rem;
}
.info-card .content .image {
  margin-bottom: 1.1111111111rem;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .info-card .content .image {
    height: 100%;
  }
}
.info-card .content .image img {
  width: 100%;
  overflow: hidden;
}
.info-card .content .actions .big {
  width: 50%;
}
.info-card .content .actions button {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1a4b4b !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .big button {
  height: 100%;
}
.info-card .content .big button .mat-button-wrapper span {
  white-space: break-spaces !important;
}
.info-card .content .items-list .item {
  background-color: #f4f4f6;
  padding: 1.1111111111rem;
  border-radius: 0.4444444444rem;
}
.info-card .content .items-list .item .files-preview-container {
  margin: 0.4444444444rem 0;
}
.info-card .content .items-list .item span {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.info-card .content .items-list .item span.red {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .items-list .item span.answer {
  margin-top: 1.1111111111rem;
}
.info-card .content .items-list .item p {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.3333333333rem;
}
.info-card .content .items-list .item ul {
  margin: 0;
  margin-top: 0.6666666667rem;
}
.info-card .content .items-list .item ul li::before {
  background-color: #8e8fa2;
}
.info-card .content .items-list .item.profile {
  display: flex;
  justify-content: space-between;
}
.info-card .content .items-list .item.profile .left {
  display: flex;
  align-items: start;
}
.info-card .content .items-list .item.profile .left img {
  width: 1.3333333333rem;
  max-width: 1.3333333333rem;
  height: 1.3333333333rem;
  margin-right: 0.4444444444rem;
}
.info-card .content .items-list .item.profile h1 {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
  word-break: break-word;
}
.info-card .content .items-list .item.profile h1.fontmedium {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.info-card .content .items-list .item.profile h3 {
  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;
  word-break: break-word;
}
.info-card .content .items-list .item.profile h3 span {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #cccccc !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0 0.8333333333rem;
}
.info-card .content .items-list .item.profile h3.grey {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .items-list .item.profile p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  text-align: end;
}
.info-card .content .items-list .item.profile p + p {
  margin-top: 0.5555555556rem;
}
.info-card .content .items-list .item.profile .status {
  background-color: #d2f5f5;
  border-radius: 0.3333333333rem;
  padding: 0.3888888889rem 0.8333333333rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #1a4b4b !important;
  font-family: "Alexandria", sans-serif !important;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 0.4444444444rem;
}
.info-card .content .items-list .item + .profile {
  margin-top: 0.5555555556rem;
}
.info-card .content .items-list .item .files-preview-container span {
  margin-bottom: 0 !important;
}
.info-card .content .notes-list .note {
  display: flex;
  align-items: start;
  background-color: #edf2f5;
  border-radius: 0.4444444444rem;
  padding: 1.1111111111rem;
}
.info-card .content .notes-list .note .img-card {
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
  margin-right: 0.4444444444rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebecef;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
  font-size: 70% !important;
}
.info-card .content .notes-list .note .img-card img {
  width: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
}
.info-card .content .notes-list .note .img-card span {
  display: flex;
  margin: auto;
  font-size: 1em;
  font-weight: 600;
  white-space: nowrap;
}
.info-card .content .notes-list .note .note-content h3 {
  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;
}
.info-card .content .notes-list .note .note-content h6 {
  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;
}
.info-card .content .notes-list .note .note-content p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.info-card .content .notes-list .note .note-content p span.bold {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .notes-list .note .note-content p span.light {
  font-weight: 400 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .notes-list .note .note-content p span + span:last-child {
  display: flex;
  align-items: center;
}
.info-card .content .notes-list .note .note-content p span + span:last-child::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8e8fa2;
  margin: 0.2222222222rem;
}
.info-card .content .notes-list .note + .note {
  margin-top: 0.8333333333rem;
}
.info-card .content .fields-group {
  margin-top: 0.8333333333rem;
}
.info-card .content .fields-group .note-input {
  overflow: hidden;
}
.info-card .content .fields-group .note-input .image-input {
  display: flex;
}
.info-card .content .fields-group .note-input.loading::after {
  right: 0.5555555556rem;
  left: auto;
  top: 40%;
}
.info-card .content .fields-group .image {
  width: 1.6666666667rem;
  min-width: 1.6666666667rem;
  height: 1.6666666667rem;
  margin-right: 0.4444444444rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebecef;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
  font-size: 70% !important;
}
.info-card .content .fields-group .image img {
  width: 1.6666666667rem;
  max-width: 1.6666666667rem;
  height: 1.6666666667rem;
  border-radius: 50%;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 0 !important;
}
.info-card .content .fields-group .image span {
  display: flex;
  margin: auto;
  font-size: 1em;
  font-weight: 600;
  white-space: nowrap;
}
.info-card .content .fields-group .mat-form-field-infix {
  border-top: 0 !important;
}
.info-card .content .fields-group textarea {
  margin-top: 0 !important;
  padding: 0 !important;
  padding-bottom: 0.2777777778rem !important;
  margin: 0 !important;
  min-height: auto !important;
}
.info-card .content .fields-group textarea.mat-input-element {
  padding: 0 !important;
  padding-bottom: 0.2777777778rem !important;
}
.info-card .content .fields-group .mat-form-field-infix {
  padding: 0 !important;
}
.info-card .content .invited img {
  margin-bottom: 1.6666666667rem;
  width: 40%;
  max-width: 13.8888888889rem;
}
.info-card .content .invited p {
  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: 0;
}
.info-card .content .invited p.text-color {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .invited p.red {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .invited.rejected p {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .invited.no-actions p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .invited.no-actions .grey-card h1 {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6B6D85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
.info-card .content .invited.no-actions .grey-card p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .invited.no-actions .grey-card p + h1 {
  margin-top: 1.1111111111rem;
}
.info-card .content .rejected h3 {
  font-weight: 800 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #d51527 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8888888889rem;
}
.info-card .content .rejected .info-with-bg {
  background-color: #f4f4f6;
  border-radius: 0.4444444444rem;
  padding: 1.1111111111rem;
  margin-bottom: 1.6666666667rem;
}
.info-card .content .rejected .info-with-bg h6 {
  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.5555555556rem;
}
.info-card .content .rejected .info-with-bg h2 {
  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;
}
.info-card .content .finished img {
  margin-bottom: 1.6666666667rem;
  width: 40%;
  max-width: 13.8888888889rem;
}
.info-card .content .finished p {
  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: 0;
}
.info-card .content .finished p.text-color {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .infos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1111111111rem;
}
.info-card .content .infos .info {
  background-color: #fafbfb;
  border: 1px solid #efeff2;
  border-radius: 0.4444444444rem;
  padding: 0.8333333333rem;
  flex-grow: 1;
}
.info-card .content .infos .info .info-content {
  margin-left: 0.8333333333rem;
}
.info-card .content .infos .info .info-content h6 {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.info-card .content .infos .info .info-content h1 {
  font-weight: 700 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
.info-card .content .infos .info .info-content p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.info-card .content .infos .info .info-content p span {
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.2777777778rem;
  margin-right: 0.5555555556rem;
}
.info-card .content .infos .info .info-content p span::before {
  display: none !important;
}
.info-card .content .infos .info img {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
}
.info-card .content .paragraphs {
  flex-wrap: wrap;
}
.info-card .content .paragraphs .paragraph:not(:first-child) {
  border-left: 1px solid #ccc;
  padding-left: 0.6666666667rem;
}
.info-card .content .paragraphs.with-border {
  border: 1px dashed #c6c7d0;
  padding: 0.9444444444rem 1.1111111111rem;
  border-radius: 0.2222222222rem;
}
.info-card .content .paragraphs.with-border .paragraph {
  margin-bottom: 0;
}
.info-card .content .paragraph {
  margin-bottom: 1.1111111111rem;
  padding-right: 0.6666666667rem;
  text-wrap-mode: nowrap;
}
.info-card .content .paragraph p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0;
}
.info-card .content .paragraph p span {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .done .title {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
  margin-top: 2.2222222222rem;
}
.info-card .content .steps-flow .steps-background {
  background-color: #F6F6F8;
  padding: 1.1111111111rem;
  border-radius: 0.2222222222rem;
}
.info-card .content .steps-flow .steps-background p {
  font-weight: 400 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #8E8FA2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.info-card .content .steps-flow .steps-background p span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8E8FA2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .steps-flow .steps-background p span.yellow {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #CCAB00 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .steps-flow .steps-background p span.green {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #43A047 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .steps-flow .steps-background p span.red {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #DC3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .content .steps-flow .steps-background p span:first-child {
  margin-left: 0.4444444444rem;
}
.info-card .content .steps-flow .steps-background p span + span {
  display: flex;
  align-items: center;
}
.info-card .content .steps-flow .steps-background p span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #B0B0BE;
  margin: 0.4444444444rem;
}
.info-card .head {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 0.8333333333rem 1.6666666667rem;
  background-color: #fafbfb;
}
.info-card .head.no-bg {
  background-color: transparent !important;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 2.2222222222rem 1.6666666667rem 0 1.6666666667rem;
}
.info-card .inner {
  margin: 0.8333333333rem 1.6666666667rem 2.2222222222rem 1.6666666667rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .inner ul {
  list-style: inside !important;
}
.info-card .inner li {
  align-items: center;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .inner li + li {
  margin-top: 1.0555555556rem;
}
.info-card .inner li::before {
  display: none !important;
}
.info-card .inner p {
  margin-bottom: 0 !important;
}
.info-card ul {
  margin: 0.8333333333rem 1.6666666667rem 2.2222222222rem 1.6666666667rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card ul li {
  align-items: center;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card ul li + li {
  margin-top: 1.0555555556rem;
}
.info-card ul li::before {
  content: "";
  width: 0.4444444444rem;
  min-width: 0.4444444444rem;
  max-width: 0.4444444444rem;
  height: 0.4444444444rem;
  max-height: 0.4444444444rem;
  min-height: 0.4444444444rem;
  border-radius: 50%;
  background-color: #d2d2da;
  margin-right: 0.4444444444rem;
  display: inline-block;
  vertical-align: start;
}
.info-card .table table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}
.info-card .table table td,
.info-card .table table th {
  border-style: solid;
  border-width: 0;
  border-color: #c4c4c4 !important;
  background-color: #fafbfb !important;
  box-shadow: none !important;
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 0.4em;
}
.info-card ul {
  list-style-type: disc !important;
}
.info-card ul li::before {
  display: none !important;
}
.info-card ol ol ol ol ol {
  list-style-type: upper-roman;
}
.info-card ol ol ol ol {
  list-style-type: upper-latin;
}
.info-card ol ol ol {
  list-style-type: lower-roman;
}
.info-card ol ol {
  list-style-type: lower-latin;
}
.info-card ol {
  list-style-type: decimal;
}
.info-card ul {
  list-style: none;
}
.info-card ul ul {
  list-style: none;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel {
  box-shadow: none !important;
  border-radius: 0.4444444444rem;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header {
  background-color: #fafbfb;
  height: 3.3333333333rem !important;
  padding: 1.1111111111rem;
  height: auto !important;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title span {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title p {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title p.dots {
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667rem;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title p.dots span {
  margin-bottom: 0 !important;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title p.dots span + span:last-child {
  display: flex;
  align-items: center;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title p.dots span + span:last-child::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c6c7d0;
  margin: 0.3333333333rem;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-description {
  display: flex;
  justify-content: end;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-description p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-indicator {
  transform: none !important;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-indicator::after {
  content: "";
  background-image: url(/assets/images/recuruitment/ic_plus_expand.svg);
  height: 20px;
  width: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  display: inherit;
  padding: 0;
  transform: none;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-panel-header {
  background-color: #f4f4f6;
  padding: 1.1111111111rem 1.1111111111rem 0.2222222222rem 1.1111111111rem;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-panel-header.mat-expanded {
  height: auto !important;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-panel-header .mat-expansion-panel-header-title p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .expansion-body {
  background-color: #f4f4f6;
  padding: 1.1111111111rem;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .expansion-body span {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.6666666667rem;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .expansion-body ul {
  margin: 0;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .expansion-body ul li {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .expansion-body ul li + li {
  margin-top: 0.8333333333rem;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .expansion-body ul li::before {
  content: "";
  width: 0.4444444444rem;
  max-width: 0.4444444444rem;
  height: 0.4444444444rem;
  min-height: 0.4444444444rem;
  border-radius: 50%;
  background-color: #d2d2da;
  margin-right: 0.4444444444rem;
  display: inline-block;
  vertical-align: middle;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator {
  transform: none !important;
}
.info-card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator::after {
  content: "";
  background-image: url(/assets/images/recuruitment/ic_minus_collapse.svg);
  height: 20px;
  width: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  display: inherit;
  padding: 0;
  transform: none;
}
.info-card .mat-accordion + .mat-accordion .mat-expansion-panel {
  margin-top: 1.1111111111rem;
}
.info-card .step {
  padding: 0.5555555556rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.info-card .step .v-stepper {
  position: relative;
  margin-right: 0.8333333333rem;
}
.info-card .step .v-stepper .circle {
  background-color: white;
  border: 0.4444444444rem solid #77e0e0;
  border-radius: 100%;
  width: 1.3888888889rem;
  height: 1.3888888889rem;
  display: inline-block;
}
.info-card .step .v-stepper .line {
  right: 0.6666666667rem;
  height: 100%;
  position: absolute;
  border-right: 2px solid #dddde3;
}
.info-card .step .v-stepper .line:first-of-type {
  top: -32px;
  height: 1.6666666667rem;
}
.info-card .step .v-stepper .line:last-of-type {
  top: 32px;
}
.info-card .step .v-stepper:first-of-type {
  margin-top: 30px;
}
.info-card .step .content {
  padding: 1.3333333333rem;
  background-color: #fafbfb;
  border-radius: 0.4444444444rem;
}
.info-card .step .content .name-with-image .image-square {
  width: 3.3333333333rem;
  min-width: 3.3333333333rem;
  height: 3.3333333333rem;
}
.info-card .step .content .name-with-image .name h6 {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.info-card .step .content .name-with-image .name p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.info-card .step .content.without-bg {
  background-color: transparent;
  padding: 0;
}
.info-card .step .content.without-bg .status-badge {
  margin-bottom: 0.2777777778rem;
  direction: ltr;
  white-space: pre-wrap;
  direction: rtl;
}
.info-card .step .content.without-bg .status-badge.grey {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #f4f4f6;
  border: 1px solid #efeff2;
}
.info-card .step .content.without-bg .status-badge.blue {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #2471da !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #e6f5fe;
  border: 1px solid #d1efff;
}
.info-card .step .content.without-bg .status-badge.yellow {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #ccab00 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #faf7e5;
  border: 1px solid #f0eddc;
}
.info-card .step .content.without-bg .status-badge.green {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #00796b !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #e0f2f1;
  border: 1px solid #94d8d1;
}
.info-card .step .content.without-bg .status-badge.orange {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #e65100 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #fff3e0;
  border: 1px solid #ffe6c0;
}
.info-card .step .content.without-bg .status-badge.red {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #fdeee7;
  border: 1px solid #f2e7e2;
}
.info-card .step .content.without-bg p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  margin-left: 0.5555555556rem;
}
.info-card .step.blue_color .v-stepper .circle {
  border: 0.4444444444rem solid #77e0e0;
}
.info-card .step.grey_color .v-stepper .line {
  right: 7.5px;
  height: 40px;
}
.info-card .step.grey_color .v-stepper .circle {
  background-color: #ffffff;
  border: 0.0555555556rem solid #b0b0be;
  border-radius: 100%;
  width: 1.1111111111rem;
  max-width: 1.1111111111rem;
  height: 1.1111111111rem;
  max-height: 1.1111111111rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-card .step.grey_color .v-stepper .circle .inside {
  background-color: #828398;
  width: 0.4444444444rem;
  max-width: 0.4444444444rem;
  height: 0.4444444444rem;
  max-height: 0.4444444444rem;
  padding: 0.1111111111rem;
  border-radius: 100%;
}
.info-card .step.grey_color .v-stepper:first-of-type {
  margin-top: 0;
}
.info-card .step.grey_color .v-stepper .line:last-of-type {
  top: 20px;
}
.info-card .step.grey_color.step:last-of-type .line {
  display: none;
}
.info-card .step:last-of-type .line {
  height: 1.6666666667rem;
}

.posting-stepper .mat-horizontal-stepper-wrapper .mat-horizontal-content-container {
  background-color: #fafbfb !important;
}
.posting-stepper .mat-horizontal-stepper-header {
  pointer-events: visible;
}

.video {
  overflow: hidden;
  border-radius: 0.8888888889rem;
  border: 0.2222222222rem solid #FFF;
  cursor: pointer;
}
.video video {
  width: 100%;
  background-color: #000;
  box-shadow: none;
}
.video.play .play-button {
  display: none;
}
.video .play-button {
  border: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 1.4444444444rem;
  height: 1.6111111111rem;
  background-color: transparent;
  background-image: url(/assets/images/recuruitment/applicant/play_ic.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.score {
  display: flex;
  align-items: center;
  margin-top: 1.1111111111rem;
  gap: 0.5555555556rem;
}
.score .main {
  width: 35%;
}
.score .main .progress-row {
  display: block;
  text-align: center;
}
.score .main .progress-row .circular-progress {
  width: 6.6666666667rem;
  height: 6.6666666667rem;
}
.score .main .progress-row .progress-text {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #4e8e8e !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: center;
  margin-top: 1.1111111111rem;
}
.score .all .progresses {
  display: flex;
  gap: 0.5555555556rem;
  flex-wrap: wrap;
}
.score .all .progresses app-progress-percentage {
  flex: 1 1 calc(50% - 8px);
  max-width: 50%;
  width: 50%;
  min-width: 20%;
}
.score .all .progresses app-progress-percentage .progress-text {
  color: #1c1e44 !important;
}
.score .all .progresses .progress-row {
  background-color: #fafbfb;
  padding: 0.4444444444rem 0.6666666667rem;
  border-radius: 0.4444444444rem;
  height: 100%;
}
.score.display-block {
  display: block;
}
.score.display-block .progresses app-progress-percentage {
  background: #fafbfb;
  border-radius: 0.4444444444rem;
}
.score.display-block .progresses app-progress-percentage .progress-row {
  padding: 0.4444444444rem 0.6666666667rem;
}
.score.display-block .progresses app-progress-percentage .progress-row .circular-progress .percentage {
  font-weight: 700 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
}
.score.display-block .progresses app-progress-percentage .progress-row .progress-text {
  white-space: break-spaces;
}

.progress-row {
  display: flex;
  align-items: center;
}
.progress-row .circular-progress {
  width: 2.2222222222rem;
  min-width: 2.2222222222rem;
  height: 2.2222222222rem;
  min-height: 2.2222222222rem;
  margin-right: 0.5555555556rem;
  transform: rotate(90deg);
}
.progress-row .circular-progress .circle-bg {
  fill: none;
  stroke: #cfe7e7;
  stroke-width: 3.8;
}
.progress-row .circular-progress .circle {
  fill: none;
  stroke: #287676;
  stroke-width: 3.8;
  stroke-linecap: butt;
  transition: stroke-dasharray 0.6s ease;
}
.progress-row .circular-progress .percentage {
  fill: #287676;
  font-size: 8px;
  text-anchor: middle;
  transform-origin: center;
  transform: rotate(-90deg);
}
.progress-row .progress-text {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  white-space: nowrap;
}

.btn-with-menu {
  display: flex;
}
.btn-with-menu button {
  border-radius: 0;
  border-top-left-radius: 0.3333333333rem;
  border-bottom-left-radius: 0.3333333333rem;
}
.btn-with-menu.no-menu button {
  border-top-right-radius: 0.3333333333rem;
  border-bottom-right-radius: 0.3333333333rem;
}
.btn-with-menu .mat-menu-dots {
  background-color: #49d6d6 !important;
  border-radius: 0 !important;
  border-top-right-radius: 0.3333333333rem !important;
  border-bottom-right-radius: 0.3333333333rem !important;
  height: 100% !important;
}
.btn-with-menu .small .mat-icon {
  transition: transform 0.3s ease;
}
.btn-with-menu .small .mat-icon.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.ai-configuration .card {
  background-color: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.4444444444rem;
  padding: 1.6666666667rem;
}
.ai-configuration .card .card-head {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.ai-configuration .card .card-head span {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.ai-configuration .card .card-head svg {
  width: 0.8888888889rem;
  height: 0.8888888889rem;
}
.ai-configuration .card .card-content {
  padding: 2.2222222222rem 0 !important;
  box-shadow: none;
}
.ai-configuration .card .card-content hr {
  border-top: 1px solid #dddde3;
  margin: 1.6666666667rem 0 !important;
}
.ai-configuration .card .card-content .sub-title {
  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.6666666667rem;
}
.ai-configuration .card .card-content .items .item {
  background-color: #fafbfb;
  border-radius: 0.4444444444rem;
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  padding: 1.1111111111rem;
}
.ai-configuration .card .card-content .items .item + .item {
  margin-top: 0.8888888889rem;
}
.ai-configuration .card .card-content h3 {
  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;
}
.ai-configuration .card .card-content .item h3 {
  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;
}
.ai-configuration .card .card-content .item 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: 0;
}
.ai-configuration .card .card-content .item p span + span::before {
  content: "/";
  margin: 0.4444444444rem;
}
.ai-configuration .card .card-content .item p.green {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
}
.ai-configuration .card .card-content .item p.dots {
  display: flex;
  align-items: center;
}
.ai-configuration .card .card-content .item p.dots span {
  margin-bottom: 0 !important;
}
.ai-configuration .card .card-content .item p.dots span + span:last-child {
  display: flex;
  align-items: center;
}
.ai-configuration .card .card-content .item p.dots span + span:last-child::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c6c7d0;
  margin: 0.3333333333rem;
}
.ai-configuration .card .card-content .item + .item {
  margin-top: 1.6666666667rem;
}
.ai-configuration .card .card-content .table-container {
  box-shadow: none;
  background-color: transparent;
}
.ai-configuration .card .card-content .table-container tbody tr {
  background-color: #fafbfb !important;
  border-radius: 0.4444444444rem;
}
.ai-configuration .card .card-content .table-container tr + tr {
  border-top: 0.6666666667rem solid #ffffff;
}
.ai-configuration .card .card-content .table-container table .status-badge.with-min-width {
  min-width: -moz-min-content;
  min-width: min-content;
}
.ai-configuration .card .card-content ul {
  margin: 0.8333333333rem 1.6666666667rem 2.2222222222rem 1.6666666667rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.ai-configuration .card .card-content ul li {
  align-items: center;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.ai-configuration .card .card-content ul li + li {
  margin-top: 1.0555555556rem;
}
.ai-configuration .card .card-content ul li::before {
  content: "";
  width: 0.4444444444rem;
  min-width: 0.4444444444rem;
  max-width: 0.4444444444rem;
  height: 0.4444444444rem;
  max-height: 0.4444444444rem;
  min-height: 0.4444444444rem;
  border-radius: 50%;
  background-color: #d2d2da;
  margin-right: 0.4444444444rem;
  display: inline-block;
  vertical-align: start;
}
.ai-configuration .card .card-content .table table {
  border: 1px double #b3b3b3;
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
  width: 100%;
}
.ai-configuration .card .card-content .table table td,
.ai-configuration .card .card-content .table table th {
  border-style: solid;
  border-width: 0;
  border-color: #c4c4c4 !important;
  background-color: #fafbfb !important;
  box-shadow: none !important;
  border: 1px solid #bfbfbf;
  min-width: 2em;
  padding: 0.4em;
}
.ai-configuration .card .card-content ul {
  list-style-type: disc !important;
}
.ai-configuration .card .card-content ul li::before {
  display: none !important;
}
.ai-configuration .card .card-content ol ol ol ol ol {
  list-style-type: upper-roman;
}
.ai-configuration .card .card-content ol ol ol ol {
  list-style-type: upper-latin;
}
.ai-configuration .card .card-content ol ol ol {
  list-style-type: lower-roman;
}
.ai-configuration .card .card-content ol ol {
  list-style-type: lower-latin;
}
.ai-configuration .card .card-content ol {
  list-style-type: decimal;
}
.ai-configuration .card .card-content ul {
  list-style: none;
}
.ai-configuration .card .card-content ul ul {
  list-style: none;
}
.ai-configuration .card .data-empty {
  padding: 1.6666666667rem !important;
}
.ai-configuration .card .data-empty img {
  width: 15%;
  max-width: 15%;
}
.ai-configuration .card .data-empty h3 {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0 !important;
  width: 50%;
}
.ai-configuration .card a {
  margin-bottom: 1.1111111111rem;
}

.paragraphs .paragraph:not(:first-child) {
  border-left: 1px solid #ccc;
  padding-left: 0.6666666667rem;
  margin-left: 0.6666666667rem;
}
.paragraphs.with-border {
  border: 1px dashed #c6c7d0;
  padding: 0.9444444444rem 1.1111111111rem;
  border-radius: 0.2222222222rem;
}
.paragraphs.with-border .paragraph {
  margin-bottom: 0;
}
.paragraphs.with-arrow .paragraph {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.paragraphs.with-arrow .paragraph:not(:first-child) {
  border: none !important;
}
.paragraphs.with-arrow .paragraph:not(:first-child)::before {
  content: "";
  height: 1.3333333333rem;
  width: 1.3333333333rem;
  min-width: 1.3333333333rem;
  min-height: 1.3333333333rem;
  background-image: url("../../images/payroll/arrow-ic.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 0.6666666667rem;
  transform: scaleX(-1);
}

.ai-config .card {
  padding: 0 !important;
  padding-right: 0.6666666667rem !important;
}
.ai-config .checkboxes {
  height: 30rem;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 1.6666666667rem;
  margin-right: 0.6666666667rem !important;
}
.ai-config .checkboxes::-webkit-scrollbar-track {
  background-color: #efeff2 !important;
}
.ai-config .checkboxes::-webkit-scrollbar-thumb {
  background-color: #c6c7d0 !important;
}
.ai-config .checkboxes:after {
  content: "";
  width: -webkit-fill-available;
  height: 3.1rem;
  filter: blur(1rem);
  background: white;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-left: 1.1111111111rem;
}
.ai-config .checkboxes .check-all {
  margin-left: 1.1111111111rem;
}
.ai-config .checkboxes .check-all .mat-checkbox-inner-container .mat-checkbox-background .mat-checkbox-mixedmark {
  background-color: #123636;
}
.ai-config .checkboxes .check-all .mat-checkbox-label {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.ai-config .checkboxes .check-all .mat-checkbox-label b {
  font-weight: 700 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.2777777778rem;
}
.ai-config .checkboxes .mat-checkbox-layout {
  margin-bottom: 0 !important;
}
.ai-config .checkboxes .items .item {
  background-color: #fafbfb;
  border-radius: 0.4444444444rem;
  padding: 1.1111111111rem;
  margin-top: 1.1111111111rem;
}

.no-margin .mat-checkbox-layout {
  margin: 0;
}

.scrollable-content .ng-option div {
  text-overflow: ellipsis;
  min-width: 16.6666666667rem;
  overflow: hidden;
}

.mat-select[aria-expanded=true] .mat-select-arrow-wrapper .mat-select-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.mat-select-arrow-wrapper .mat-select-arrow {
  transition: transform 0.3s ease;
}

.status .status-badge {
  margin-bottom: 0.2777777778rem;
}
.status .status-badge.grey {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #f4f4f6;
  border: 1px solid #efeff2;
}
.status .status-badge.blue {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #2471da !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #e6f5fe;
  border: 1px solid #d1efff;
}
.status .status-badge.yellow {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #ccab00 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #faf7e5;
  border: 1px solid #f0eddc;
}
.status .status-badge.green {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #00796b !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #e0f2f1;
  border: 1px solid #94d8d1;
}
.status .status-badge.orange {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #e65100 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #fff3e0;
  border: 1px solid #ffe6c0;
}
.status .status-badge.red {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #fdeee7;
  border: 1px solid #f2e7e2;
}

p.with-img img {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
}

.talentedInfo {
  border-bottom: 5px solid #dddde3;
  padding: 1.6666666667rem !important;
  background-color: #ffffff;
}
.talentedInfo .items .item {
  background-color: transparent;
  padding: 0.8333333333rem 0;
}
.talentedInfo .items .item.profile {
  display: flex;
  justify-content: space-between;
}
.talentedInfo .items .item.profile .left {
  display: flex;
  align-items: start;
}
.talentedInfo .items .item.profile .left img {
  width: 1.3333333333rem;
  max-width: 1.3333333333rem;
  height: 1.3333333333rem;
  margin-right: 0.4444444444rem;
}
.talentedInfo .items .item.profile h1 {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
  word-break: break-word;
}
.talentedInfo .items .item.profile h3 {
  font-weight: 400 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  word-break: break-word;
}
.talentedInfo .items .item.profile h3 span {
  font-weight: 400 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #cccccc !important;
  font-family: "Alexandria", sans-serif !important;
  margin: 0 0.8333333333rem;
}
.talentedInfo .items .item.profile h3.grey {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.talentedInfo .items .item.profile p {
  font-weight: 400 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  text-align: end;
}
.talentedInfo .items .item.profile p + p {
  margin-top: 0.5555555556rem;
}
.talentedInfo .items .item + .item {
  border-top: 1px solid #dddde3;
}
.talentedInfo .with-border {
  border-right: 1px solid #dddde3;
}

tr.opened {
  background-color: #efeff2;
}

tr.expanded_row {
  border-bottom: 5px solid #dddde3;
}

.card-with-border {
  margin: 1.6666666667rem;
  padding: 1.1111111111rem;
  border-radius: 0.2222222222rem;
  background-color: #fafbfb;
  border: 1px solid #f4f4f6;
}
.card-with-border h3 {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.8888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8888888889rem;
}
.card-with-border p {
  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.8888888889rem;
}

.card-without-border {
  margin: 1.6666666667rem;
  padding: 0;
  border-radius: 0.2222222222rem;
  background-color: transparent;
  border: none;
}
.card-without-border p {
  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: 1.1111111111rem;
}
.card-without-border h2 {
  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: 1.1111111111rem;
}

.result-container {
  display: flex;
  align-items: center;
  background-color: #d2f5f5;
  padding: 1.1111111111rem 1.6666666667rem;
  width: 100%;
}
.result-container .result-box {
  background-color: #edfbfb;
  border: 1px solid #00a3a3;
  border-radius: 0.2222222222rem;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.result-container .result-box .result-label {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1a4b4b !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
  background-color: #d2f5f5;
  padding: 1.1111111111rem 0.8333333333rem;
}
.result-container .result-box .value {
  padding: 0.8333333333rem;
  margin-left: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  font-weight: 500 !important;
  font-size: 1.4444444444rem !important;
  line-height: 2.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.result-container .result-box .value input {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none !important;
  font-weight: 800 !important;
  font-size: 1.4444444444rem !important;
  line-height: 2.7777777778rem !important;
  color: #1a4b4b !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: end;
}
.result-container .result-box .value input.invalid {
  font-weight: 800 !important;
  font-size: 1.4444444444rem !important;
  line-height: 2.7777777778rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
}

.anchor-button {
  background-color: #bff1f1;
  border-radius: 0.3333333333rem;
  padding: 0.3888888889rem 0.5555555556rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1a4b4b !important;
  font-family: "Alexandria", sans-serif !important;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  justify-content: space-between;
}
.anchor-button img,
.anchor-button svg {
  width: 1.1111111111rem;
  max-width: 1.1111111111rem;
  height: 1.1111111111rem;
  margin-left: 0.2222222222rem;
}

.anchor-link {
  display: flex;
  align-items: center;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
}
.anchor-link .progress-row {
  margin-bottom: 0;
}
.anchor-link .progress-row .circular-progress .percentage {
  font-weight: 700 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
}
.anchor-link img {
  width: 1.1111111111rem;
  max-width: 1.1111111111rem;
  height: 1.1111111111rem;
  margin-left: 0.2222222222rem;
  margin-bottom: 0 !important;
  width: auto !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.anchor-link.bold {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
}
.anchor-link.disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

.fields-group .input-group .input-group-prepend {
  width: 75%;
}
.fields-group .input-group .input-group-prepend.small {
  width: 30%;
}
.fields-group .input-group .input-group-prepend .input-group-text {
  padding: 1.1111111111rem 0.8333333333rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
  border-top-left-radius: 0.3333333333rem;
  border-bottom-left-radius: 0.3333333333rem;
  background-color: #efeff2 !important;
  width: 100%;
}
.fields-group .input-group .input-group-prepend .input-group-text .text {
  white-space: break-spaces;
  text-align: start;
}
.fields-group .input-group input {
  border: none;
  background: #f4f4f6 !important;
  padding: 1.1111111111rem 0;
  height: auto;
  box-shadow: none;
  outline: none;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  text-align: end;
  text-align: right;
  direction: rtl;
}
.fields-group .input-group input.invalid {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.fields-group .input-group .input-group-append .input-group-text {
  padding: 1.1111111111rem 0.8333333333rem;
  padding-left: 0.3333333333rem;
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  border: none;
  border-top-left-radius: 0.3333333333rem;
  border-bottom-left-radius: 0.3333333333rem;
  background-color: #f4f4f6 !important;
}
.fields-group .input-group + .input-group {
  margin-top: 1.3888888889rem;
}
.fields-group.no-validation .mat-hint {
  display: none;
}

.questions-with-accordion.cdk-drag.card {
  background-color: #fafbfb !important;
  border: 1.5px solid #dddde3 !important;
  box-shadow: none !important;
}
.questions-with-accordion.cdk-drag.card .cdkDragIcon {
  background-image: url(/assets/images/recuruitment/draggable-dots-ic.svg);
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel {
  box-shadow: none !important;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header {
  background-color: #fafbfb;
  height: 3.3333333333rem !important;
  padding: 0 1.1111111111rem 1.1111111111rem 1.1111111111rem;
  height: auto !important;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title p {
  font-weight: 400 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-title p span {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-description {
  display: flex;
  justify-content: end;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-panel-header-description p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-indicator {
  transform: none !important;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel .mat-expansion-indicator::after {
  content: "";
  background-image: url(/assets/images/recuruitment/ic_expand.svg);
  height: 22px;
  width: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  display: inherit;
  padding: 0;
  transform: none;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-panel-header {
  background-color: #fafbfb;
  padding: 0 1.1111111111rem;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-panel-header.mat-expanded {
  height: auto !important;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-panel-header .mat-expansion-panel-header-title p {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator {
  transform: none !important;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel.mat-expanded .mat-expansion-indicator::after {
  content: "";
  background-image: url(/assets/images/recuruitment/ic_collapse.svg);
  height: 22px;
  width: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  display: inherit;
  padding: 0;
  transform: none;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-content {
  background-color: #fafbfb;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-body {
  padding: 1.6666666667rem 1.1111111111rem;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body {
  max-height: 100% !important;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body .sub-title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body .actions {
  margin-top: 2.7777777778rem;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body .actions button {
  border-radius: 0.3333333333rem;
  padding: 0.6666666667rem;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body .actions button.btn-red {
  background-color: #dc3545 !important;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body .actions button.btn-green {
  background-color: #178d32 !important;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body .actions button img {
  width: 1.3333333333rem;
  max-width: 1.3333333333rem;
  max-height: 1.1111111111rem;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body.question-body .mat-slide-toggle .mat-slide-toggle-content {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: var(--primary-bg-color) !important;
  font-family: "Alexandria", sans-serif !important;
}
.questions-with-accordion.cdk-drag.card .mat-accordion.main-accordion .mat-expansion-panel-body .expansion-body.question-body .mat-slide-toggle .mat-slide-toggle-bar {
  background-color: #dddddd;
}
.questions-with-accordion.cdk-drag.card .card-actions button {
  background-color: #efeff2;
  border-radius: 0.4444444444rem;
}
.questions-with-accordion.cdk-drag.card .card-actions button img {
  width: 0.8888888889rem;
  max-width: 0.8888888889rem;
  height: 0.8888888889rem;
}
.questions-with-accordion.cdk-drag.card.invalid {
  border: 1px solid #f44336 !important;
}

.mat-form-field-disabled .mat-form-field-flex {
  background-color: #f4f4f6 !important;
}
.mat-form-field-disabled .mat-form-field-label mat-label {
  color: #b0b0be !important;
}
.mat-form-field-disabled .mat-input-element {
  color: #b0b0be !important;
}

.notes-list .note {
  display: flex;
  align-items: start;
  background-color: #edf2f5;
  border-radius: 0.4444444444rem;
  padding: 1.1111111111rem;
}
.notes-list .note .img-card {
  width: 2.7777777778rem;
  min-width: 2.7777777778rem;
  height: 2.7777777778rem;
  margin-right: 0.4444444444rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebecef;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
  font-size: 70% !important;
}
.notes-list .note .img-card img {
  width: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.16);
}
.notes-list .note .img-card span {
  display: flex;
  margin: auto;
  font-size: 1em;
  font-weight: 600;
  white-space: nowrap;
}
.notes-list .note .note-content h3 {
  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;
}
.notes-list .note .note-content h6 {
  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;
  text-align: justify;
}
.notes-list .note .note-content p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.notes-list .note .note-content p span.bold {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.notes-list .note .note-content p span.light {
  font-weight: 400 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.7777777778rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.notes-list .note .note-content p span + span:last-child {
  display: flex;
  align-items: center;
}
.notes-list .note .note-content p span + span:last-child::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8e8fa2;
  margin: 0.2222222222rem;
}
.notes-list .note + .note {
  margin-top: 0.8333333333rem;
}

.schedule_meeting_form svg.icon {
  width: 1rem !important;
}
.schedule_meeting_form .card .title {
  padding-bottom: 0.5555555556rem !important;
}
.schedule_meeting_form .fields-group {
  margin-bottom: 2.2222222222rem;
}
.schedule_meeting_form hr {
  margin: 2.2222222222rem 0px !important;
}
.schedule_meeting_form table.schedule_slots {
  border-spacing: 1.1111111111rem 0px;
  border-collapse: separate;
  margin-top: 1.6666666667rem;
  margin-bottom: 1.6666666667rem;
  position: relative;
  left: -1.1111111111rem;
  /* Target 2nd column */
  /* Round top of the column */
  /* Round bottom of the column */
}
.schedule_meeting_form table.schedule_slots thead th {
  text-align: center;
  padding-bottom: 1.1111111111rem;
  font-size: 1rem;
  font-weight: 500;
  color: #8E8fa2;
}
.schedule_meeting_form table.schedule_slots td {
  border-left: 0.0555555556rem solid #e8e9ec;
  border-right: 0.0555555556rem solid #e8e9ec;
  background-color: #f4f4f6;
  padding: 0rem 1.1111111111rem;
  text-align: center;
}
.schedule_meeting_form table.schedule_slots td .mat-checkbox label {
  margin: 0px !important;
}
.schedule_meeting_form table.schedule_slots td .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
  margin: 0px !important;
}
.schedule_meeting_form table.schedule_slots tr:first-child td {
  border-top-left-radius: 0.2222222222rem;
  border-top-right-radius: 0.2222222222rem;
  border-top: 0.0555555556rem solid #e8e9ec;
}
.schedule_meeting_form table.schedule_slots tr:last-child td {
  border-bottom-left-radius: 0.2222222222rem;
  border-bottom-right-radius: 0.2222222222rem;
  border-bottom: 0.0555555556rem solid #e8e9ec;
}
.schedule_meeting_form table.schedule_slots tr td:first-child {
  border: none;
  background-color: transparent;
  padding: 0px;
}

.points {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.points .point {
  margin: 0px;
  padding: 0px;
  position: relative;
  margin-right: 1.1111111111rem;
  white-space: nowrap;
}
.points .point::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.6666666667rem;
  width: 0.2222222222rem;
  height: 0.2222222222rem;
  background-color: #8E8fa2;
  transform: translateY(-50%);
  border-radius: 50%;
}
.points .point:last-child::after {
  display: none;
}

.progress-boxes {
  display: flex;
  gap: 0.2777777778rem;
  background-color: #FFF;
}
.progress-boxes .box {
  width: 1.8333333333rem;
  height: 0.5555555556rem;
}
@media screen and (max-width: 768px) {
  .progress-boxes .box {
    width: 1.3888888889rem;
    height: 0.5555555556rem;
  }
}
.progress-boxes .box.all-rounded {
  border-radius: 0.1666666667rem;
  width: 2.0555555556rem;
  height: 0.5555555556rem;
}
.progress-boxes .box.outer-rounded-first {
  border-radius: 0.1666666667rem 0 0 0.1666666667rem;
}
.progress-boxes .box.outer-rounded-last {
  border-radius: 0 0.1666666667rem 0.1666666667rem 0;
}
.progress-boxes .box.smallDimensions {
  width: 1.8888888889rem;
  height: 0.5555555556rem;
}
@media screen and (max-width: 768px) {
  .progress-boxes .box.smallDimensions {
    width: 0.8888888889rem;
    height: 0.5555555556rem;
  }
}

.progres .box {
  width: 2.7777777778rem !important;
  height: 0.5555555556rem !important;
}

.progress-list .progress-item + .progress-item {
  margin-top: 1.2222222222rem;
}
.progress-list .progress-item .progress-boxes {
  gap: 0.1111111111rem;
}
.progress-list .progress-item .progress-title {
  margin-bottom: 0.4444444444rem;
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.chat-container {
  width: 1200px !important;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: -1;
  height: 0;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif !important;
}
.chat-container .chat {
  margin: auto;
  padding: 50px;
  background-color: #fafbfb;
  font-family: Arial, sans-serif;
}
.chat-container .chat .message {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0.2777777778rem 1.1111111111rem rgba(56, 69, 93, 0.1);
}
.chat-container .chat .message.user {
  align-self: flex-end;
  background-color: #F4F4F6;
}
.chat-container .chat .message.user .time {
  font-size: 0.8em;
  color: #666;
  text-align: right;
  direction: rtl;
}
.chat-container .chat .message.agent {
  align-self: flex-start;
  background-color: #FFFFFF;
  direction: ltr;
}
.chat-container .chat .message.agent .name-with-image .image-circle {
  margin-left: 0.8333333333rem;
}
.chat-container .chat .message.agent .time {
  font-size: 0.8em;
  color: #666;
  text-align: left;
  direction: rtl;
}
.chat-container .chat .message .text {
  margin-bottom: 5px;
}

.arabic-direction {
  direction: rtl;
}

.offer-container {
  width: 800px !important;
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 1;
  z-index: 0;
}

.preview {
  width: 800px !important;
}

.offer-pdf {
  background-color: #FFFFFF !important;
  border: none !important;
  border-color: transparent !important;
  padding: 1.1111111111rem;
}
.offer-pdf.preview {
  padding: 2.2222222222rem !important;
}
.offer-pdf .title {
  font-size: 1.2222222222rem;
  color: #1C1E44;
  font-weight: 700;
  margin-bottom: 1.2777777778rem !important;
}
.offer-pdf .company-info {
  background-color: #FAFBFB;
  padding: 1.1111111111rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5555555556rem;
  margin-bottom: 1.6666666667rem;
}
.offer-pdf .company-info .name-with-image .image-square {
  width: 5.5555555556rem;
  min-width: 5.5555555556rem;
  height: 5.5555555556rem;
  box-shadow: none;
  border: 3px solid #F4F4F6;
  border-radius: 0.2222222222rem;
  margin-right: 0.8888888889rem;
  margin-left: 0;
}
.offer-pdf .company-info .name-with-image .image-square.arabic {
  margin-left: 0.8888888889rem;
  margin-right: 0;
}
.offer-pdf .company-info .name-with-image .name h5 {
  font-size: 0.8888888889rem !important;
  font-weight: 700;
  color: #1C1E44;
}
.offer-pdf .company-info .name-with-image .name h5 + h5 {
  margin-top: 0.8333333333rem;
}
.offer-pdf .company-info .infos {
  text-align: end;
}
.offer-pdf .company-info .infos .info {
  font-size: 0.7777777778rem;
  color: #1C1E44;
  line-height: 1.6;
}
.offer-pdf .company-info .infos .info + .info {
  margin-top: 0.6666666667rem;
}
.offer-pdf .offer-details :not(.infos) .offer-block + .offer-block {
  margin-top: 2.2222222222rem !important;
}
.offer-pdf .offer-details :not(.infos) .offer-block:last-child {
  margin-top: 2.2222222222rem !important;
}
.offer-pdf .offer-details h3 {
  font-size: 0.8888888889rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1C1E44;
  margin-bottom: 1.6666666667rem;
}
.offer-pdf .offer-details .offer .heading {
  font-size: 0.8888888889rem;
  line-height: 1.6 !important;
  font-weight: 400;
  color: #1A4B4B;
  margin-bottom: 0.8888888889rem;
}
.offer-pdf .offer-details .offer .infos {
  margin-bottom: 2.2222222222rem;
}
.offer-pdf .offer-details .offer .infos .info h2 {
  font-size: 0.7777777778rem;
  line-height: 1.6;
  font-weight: 400;
  color: #8E8FA2;
  margin-bottom: 0.4444444444rem;
}
.offer-pdf .offer-details .offer .infos .info p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #1C1E44;
  margin-bottom: 0;
}
.offer-pdf .offer-details .offer .infos .info p.green {
  color: #2F8B8B;
  font-weight: 700;
}
.offer-pdf .offer-details .offer .infos .info + .info {
  margin-top: 1.1111111111rem !important;
}
.offer-pdf .offer-details .offer :not(.infos) .offer-block + .offer-block {
  margin-top: 2.2222222222rem !important;
}
.offer-pdf .offer-details .offer :not(.infos) .offer-block:last-child {
  margin-top: 2.2222222222rem !important;
}
.offer-pdf .offer-details .offer ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.offer-pdf .offer-details .offer ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.offer-pdf .offer-details .offer ul li + li {
  margin-top: 0.4444444444rem;
}
.offer-pdf .offer-details .offer ul li::before {
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  content: "";
  margin-right: 0.5555555556rem;
  margin-left: 0;
  border-radius: 50%;
  background-color: #D2D2DA;
  display: inline-block !important;
}
.offer-pdf .offer-details .offer ul.arabic li::before {
  margin-left: 0.5555555556rem;
  margin-right: 0;
}
.offer-pdf .offer-details .offer h6 {
  font-size: 0.7777777778rem;
  line-height: 1.6;
  font-weight: 400;
  color: #1C1E44;
  margin-bottom: 0;
}
.offer-pdf .signature {
  margin: 2.7777777778rem 0;
  text-align: left;
  font-size: 0.8888888889rem;
  font-weight: 400;
  line-height: 1.6;
  color: #8E8FA2;
}
.offer-pdf .offer-block div {
  line-height: 1.6;
}
.offer-pdf .offer-block h6 {
  line-height: 1.6;
}

.pdf-viewer-wrapper {
  min-height: 100dvh;
}
.pdf-viewer-wrapper .pdg-container {
  position: relative;
  overflow: hidden;
}
.pdf-viewer-wrapper .pdg-container div {
  margin: auto !important;
}
.pdf-viewer-wrapper .pdg-container div + div {
  margin-top: 2.2222222222rem !important;
}
.pdf-viewer-wrapper canvas {
  display: block;
  height: auto;
  margin: 20px auto;
  box-shadow: 0 0.1666666667rem 0.5555555556rem rgba(0, 0, 0, 0.1);
  border-radius: 0.6666666667rem;
}
.pdf-viewer-wrapper .card {
  padding-right: 0 !important;
}

.offscreen {
  position: fixed;
  left: -99999px;
  top: -99999px;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

app-recruitment-plans .cards-list.jobRequests-list .title {
  font-weight: 500 !important;
  font-size: 1rem !important;
}
app-recruitment-plans .cards-list .card .content-list li span.number {
  color: #1c1e44 !important;
}
app-recruitment-plans .cards-list.jobRequests-list .pricing img {
  width: 1.3333333333rem;
  max-width: 1.3333333333rem;
  margin-right: 0.5555555556rem;
}
app-recruitment-plans .cards-list.jobRequests-list .pricing .currency {
  margin-right: 0.5555555556rem;
}

ul.checked_unChecked_list {
  list-style: none;
  list-style-type: none;
}
ul.checked_unChecked_list li.checked::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-left: 0.4444444444rem;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../images/icons/checked_green.svg");
  background-size: cover;
}
ul.checked_unChecked_list li.unChecked::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-left: 0.4444444444rem;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../images/icons/unChecked_grey.svg");
  background-size: cover;
}
ul.checked_unChecked_list li {
  margin-bottom: 0.6666666667rem;
  font-size: 0.7777777778rem;
}

.profile-default .card .head > .number {
  height: 1.3333333333rem;
  border-radius: 0.2222222222rem;
  background-color: #dddde3;
  margin-left: 0.4444444444rem;
  padding: 0.1111111111rem 0.3333333333rem;
  color: #1c1e44;
  line-height: 1.2222222222rem;
  font-weight: 500;
}
.profile-default .card .infos.divided {
  border-top: 0.0555555556rem #dddde3 solid;
  padding-top: 1.6666666667rem;
}
.profile-default .card .infos.divided:nth-child(2) {
  border-top: none;
  padding-top: 0rem;
}
.profile-default .card .card-content:empty {
  display: none;
}

.lable-status {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #0064ab !important;
  font-family: "Alexandria", sans-serif !important;
  position: relative;
  margin-left: 0.7222222222rem;
}
.lable-status.orange {
  color: #cc5900 !important;
}
.lable-status.orange::before {
  background-color: #cc5900;
}
.lable-status.red {
  color: #c62828 !important;
}
.lable-status.red::before {
  background-color: #c62828;
}
.lable-status.blue {
  color: #0064ab !important;
}
.lable-status.blue::before {
  background-color: #0064ab;
}
.lable-status::before {
  content: "";
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  border-radius: 50%;
  position: absolute;
  left: -0.7222222222rem;
  top: 50%;
  transform: translateY(-50%);
}

.related_salary_structure_tootip h4 {
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.related_salary_structure_tootip hr {
  margin: 0px;
  margin-top: 0.6666666667rem;
}
.related_salary_structure_tootip ul {
  margin: 1.1111111111rem 0px;
  padding-left: 1.1111111111rem !important;
}
.related_salary_structure_tootip ul li {
  position: relative;
  margin-bottom: 1.1111111111rem;
}
.related_salary_structure_tootip ul li::after {
  content: "";
  position: absolute;
  left: -0.8333333333rem;
  top: 50%;
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  border-radius: 50%;
  background-color: #d2d2da;
  transform: translateY(-50%);
}
.related_salary_structure_tootip button .mat-button-wrapper {
  color: #555673 !important;
}

.mat-menu-panel:has(.related_salary_structure_tootip) {
  min-width: 17.5rem !important;
  border-radius: 0.5555555556rem !important;
  width: calc(100% + 2.7777777778rem);
}

.salary_structure_list .card .card-head {
  border: none;
  padding: 0px;
}
.salary_structure_list .card .card-content {
  padding-top: 1.1111111111rem;
}
.salary_structure_list .card .card-content .gray-card {
  border-radius: 0.4444444444rem;
  background-color: #f4f4f6;
  padding: 1.1111111111rem 1rem;
  width: 100%;
  height: 100%;
  text-align: center;
}
.salary_structure_list .card .card-content .gray-card .logos-list {
  padding: 0px;
  padding-bottom: 0.2222222222rem;
  transform: translateX(0.6666666667rem);
}
.salary_structure_list .card .card-content .gray-card .value {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.salary_structure_list .card .card-content .gray-card .label {
  margin-top: 0.4444444444rem;
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.8888888889rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.salary_structure_list .card .card-content ul.content-list {
  list-style-type: none;
}
.salary_structure_list .card .card-content ul.content-list li::before {
  display: none;
}

#salary_structure_form .card .title {
  padding-bottom: 0.5555555556rem !important;
}
#salary_structure_form .card.toggle .title {
  padding: 1.1111111111rem !important;
}
#salary_structure_form .card.employees_card .header {
  padding: 1.1111111111rem 1.6666666667rem;
  margin-bottom: 0.8333333333rem;
}
#salary_structure_form .card.employees_card .header .title {
  padding: 0.5555555556rem 0px !important;
}
#salary_structure_form .card.employees_card mat-accordion mat-expansion-panel-header {
  padding: 1.3333333333rem 1.6666666667rem;
  height: auto !important;
  background-color: #f6f6f8;
}
#salary_structure_form .card.employees_card mat-accordion .expansion-body {
  padding: 1.1111111111rem 1.6666666667rem;
  background-color: #fafbfb;
}

.structure_details section {
  padding: 1.6666666667rem 1.6666666667rem 2.2222222222rem 1.6666666667rem;
}
.structure_details section .title {
  font-weight: 700 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.7777777778rem !important;
  color: #216060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}
.structure_details section .description {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.6666666667rem;
}
.structure_details .sub-title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  background-color: #fafbfb;
  padding: 0.8333333333rem 1.6666666667rem;
  margin-bottom: 0.7777777778rem;
}
.structure_details table tbody > tr {
  background-color: #f6f6f8;
}
.structure_details table tbody > tr:nth-child(even) {
  background-color: #fafbfb;
}
.structure_details table tbody > tr td.value {
  text-align: right;
}
.structure_details table tbody > tr td.currency-green {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #2E7D32 !important;
  font-family: "Alexandria", sans-serif !important;
}
.structure_details table tbody > tr td.currency-green svg {
  width: 0.7777777778rem;
  height: 0.8888888889rem;
}
.structure_details table tbody > tr td.currency-green svg path {
  fill: #2E7D32;
}
.structure_details table tbody > tr td.currency-gray {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.structure_details table tbody > tr td.currency-gray svg {
  width: 0.7777777778rem;
  height: 0.8888888889rem;
}
.structure_details table tbody > tr td.currency-gray svg path {
  fill: #6b6d85;
}
.structure_details table tbody > tr td.currency-red {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.structure_details table tbody > tr td.currency-red svg {
  width: 0.7777777778rem;
  height: 0.8888888889rem;
}
.structure_details table tbody > tr td.currency-red svg path {
  fill: #dc3545;
}
.structure_details table tbody > tr td .notSpecified {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1111111111rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}

app-related-employee .dialog-filters {
  padding: 0.8888888889rem 1.6666666667rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #efeff2;
  margin-bottom: 0.2777777778rem;
  flex-wrap: nowrap;
}
app-related-employee .dialog-filters .search-input {
  width: 100%;
}
app-related-employee .dialog-filters .filter-btn {
  padding-left: 0.8333333333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

app-related-employee table tr {
  border-bottom: solid 0.0555555556rem #dddde3;
}
app-related-employee table tr:last-child {
  border-bottom: none !important;
}
app-related-employee table tr td {
  padding: 0.5555555556rem 1.6666666667rem !important;
  border: none !important;
}

.custom-selection-list {
  /* Fixed height with scroll */
  max-height: 16.6666666667rem;
  overflow-y: auto;
}

.hours_settings .dragging-tr .count {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.6666666667rem !important;
}
.hours_settings .dragging-tr .count:last-child {
  margin-bottom: 0px;
}

app-departement-filter .filter-btn {
  padding-left: 0.8333333333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

#overtime_deductions_form mat-selection-list {
  background-color: #fafbfb;
  border-radius: 1.1111111111rem;
  overflow: hidden;
  padding-top: 0px;
}

.major-section {
  position: relative;
  margin-bottom: 2.7777777778rem;
}
.major-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../../images/payroll/PayrollGroup.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5555555556rem;
}
.major-section .content {
  min-height: 13.3333333333rem;
  padding: 1.6666666667rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.major-section .left {
  display: block;
  margin: auto 0;
}
.major-section .left h1 {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}
.major-section .left p {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #3e4060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.major-section .left .tags {
  display: flex;
  align-items: center;
  gap: 0.6666666667rem;
  margin-top: 1.1111111111rem;
}
.major-section .left .tags .tag {
  background-color: #bff1f1;
  border: none;
  border-radius: 1.1111111111rem;
  padding: 0.3888888889rem 0.6666666667rem;
}
.major-section .left .tags .tag p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.major-section .left .tags .tag p b {
  font-weight: 800 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
}
.major-section .right h3 {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #3e4060 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.8888888889rem;
}
.major-section .right a {
  display: block;
  margin: auto;
  width: 100%;
}
.major-section .right .users-list {
  margin-top: 6.1111111111rem;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
}
.major-section.configed .left h1 {
  font-weight: 700 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #0b2020 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}
.major-section.configed .left p {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.major-section.configed::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../../images/payroll/PayrollGroupConfigured.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 1.1111111111rem #e4f9f9;
  border-radius: 0.5555555556rem;
}

.group-card .card-head {
  border-bottom: none !important;
}
.group-card .card-head .card-title a {
  font-weight: 500 !important;
  font-size: 1.2222222222rem !important;
  line-height: 2.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.group-card .card-content {
  padding-top: 0 !important;
}
.group-card .card-content h3 {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.group-card .card-content .tags {
  display: flex;
  align-items: center;
  gap: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
.group-card .card-content .tags .tag {
  background-color: #f4f4f6;
  padding: 1.1111111111rem;
  width: 100%;
  text-align: center;
  min-height: -webkit-fill-available;
  align-items: center;
  margin: auto;
  height: 100%;
}
.group-card .card-content .tags .tag p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.group-card .card-content .tags .tag p span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.group-card .card-content .tags .tag h1 {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
.group-card .card-content .tags .tag h3 {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
.group-card .card-content .title {
  margin-top: 1.3333333333rem;
  margin-bottom: 0.5555555556rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.group-card .card-content .steps {
  margin-top: 0;
  margin-bottom: 1.6666666667rem;
}
.group-card .card-footer {
  border-top: none !important;
  margin-top: 0 !important;
}
.group-card .card-footer p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.group-card .card-footer p b {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}

.users-list.with-bg {
  background-color: #f4f4f6;
  border-radius: 0.5555555556rem;
  padding: 0.7777777778rem;
}
.users-list .users {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.8333333333rem;
}
.users-list .logo-img {
  position: relative;
  z-index: 1;
  margin-right: 0;
  border-radius: 50%;
  background-color: #ffffff;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0.0555555556rem 0.2777777778rem rgba(0, 0, 0, 0.09);
}
.users-list .logo-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.users-list .logo-img span {
  display: flex;
  margin: auto;
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #0b2020 !important;
  font-family: "Alexandria", sans-serif !important;
  padding-top: 0;
}
.users-list .logo-img.count {
  width: 1.6666666667rem !important;
  height: 1.6666666667rem;
  background: #77e0e0;
  border-radius: 50%;
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #0b2020 !important;
  font-family: "Alexandria", sans-serif !important;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.2777777778rem;
}
.users-list .logo-img:hover {
  cursor: pointer;
}
.users-list .logo-img:not(:first-child) {
  margin-left: -0.3888888889rem;
  border: 2px solid #f4f4f6;
}

.steps {
  display: flex;
  align-items: center;
  gap: 0.6666666667rem;
  margin-top: 1.6666666667rem;
}
.steps .title {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #828398 !important;
  font-family: "Alexandria", sans-serif !important;
}
.steps .step {
  background-color: #bff1f1;
  border: none;
  border-radius: 1.1111111111rem;
  padding: 0.3888888889rem 0.6666666667rem;
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.1666666667rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 2.2222222222rem;
  white-space: nowrap;
}
.steps .step:not(:last-child) {
  position: relative;
}
.steps .step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2.2222222222rem;
  height: 1.3333333333rem;
  width: 1.3333333333rem;
  min-width: 1.3333333333rem;
  min-height: 1.3333333333rem;
  background-image: url("../../images/payroll/arrow-ic.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}

.group-form .filters-container {
  gap: 0.8888888889rem;
}
.group-form .filters-container .form-group {
  margin-bottom: 0;
}
.group-form .filters-container .form-group .input-group {
  flex-wrap: nowrap;
}
.group-form .filters-container .form-control,
.group-form .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;
}
.group-form .filters-container .form-control.active svg,
.group-form .filters-container .dropdown-custom.active svg {
  transform: rotate(180deg);
}
.group-form .filters-container .search-input {
  display: flex;
  margin: 0 0.2777777778rem;
  align-items: center;
}
.group-form .filters-container .search-input button {
  color: #808080;
}
.group-form .filters-container .search-input img {
  width: 1.1111111111rem;
  height: 1.1111111111rem;
}
.group-form .filters-container .search-input img.closesvg {
  width: 0.8333333333rem;
}
.group-form .filters-container .search-input input {
  background: none;
  border: 0;
  border-bottom: 1px solid #8E8fa2;
}
.group-form .filters-container .search-input input:focus-visible {
  outline: none;
}
.group-form .filters-container .search-input.with-input-group .input-group .input-group-prepend button {
  border: none;
}
.group-form .filters-container .search-input.with-input-group .input-group input {
  border: none !important;
  width: 16.6666666667rem;
  border-top-right-radius: 0.3333333333rem;
  border-bottom-right-radius: 0.3333333333rem;
}
.group-form .filters-container .filter .sort-selection {
  display: flex;
}
.group-form .filters-container .filter .sort-selection select {
  border: none;
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.group-form .checkboxes-with-arrow {
  gap: 4.4444444444rem !important;
}
.group-form .checkboxes-with-arrow .mat-checkbox:not(:last-child) {
  position: relative;
}
.group-form .checkboxes-with-arrow .mat-checkbox:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  height: 1.7777777778rem;
  width: 1.7777777778rem;
  min-width: 1.7777777778rem;
  min-height: 1.7777777778rem;
  background-image: url("../../images/payroll/arrow-ic.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
@media screen and (max-width: 780px) {
  .group-form .checkboxes-with-arrow .mat-checkbox:not(:last-child)::after {
    right: 50%;
    top: 15rem;
    transform: rotate(270deg);
  }
}
.group-form .checkboxes-with-arrow .mat-checkbox .btn {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1.1666666667rem !important;
  color: #123636 !important;
  font-family: "Alexandria", sans-serif !important;
}
.group-form .checkboxes-with-arrow .mat-checkbox .btn:focus {
  outline: none;
}
.group-form .checkboxes-with-arrow .mat-checkbox .responsible-name {
  display: flex;
  align-items: center;
  background-color: #effafa;
  border: 1px solid #bff1f1;
  border-radius: 0.4444444444rem;
  padding: 0.5555555556rem;
  justify-content: space-between;
}
.group-form .checkboxes-with-arrow .mat-checkbox .responsible-name button {
  display: block !important;
  text-align: end;
  width: 1.8888888889rem;
  height: 1.8888888889rem;
  line-height: 1.8888888889rem;
}
.group-form .checkboxes-with-arrow .mat-checkbox .responsible-name button .mat-icon {
  font-size: 1rem;
}
.group-form .checkboxes-with-arrow .mat-checkbox .responsible-name .mat-button-base.mat-icon-button .mat-icon {
  text-align: center;
}
.group-form .checkboxes-with-arrow .mat-checkbox .responsible-name .name-with-image .name h5 {
  max-width: unset;
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
}
.group-form .checkboxes-with-arrow .mat-checkbox .responsible-name .name-with-image .image-circle {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  min-width: 1.6666666667rem;
}
.group-form .main-accordion .mat-expansion-panel-header-title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
}
.group-form .main-accordion .mat-expansion-panel-header-title b {
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.8888888889rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-right: 0.2777777778rem;
}
.group-form .main-accordion .expansion-body .chips-selected {
  padding: 1.1111111111rem 1.6666666667rem;
}
.group-form .main-accordion .expansion-body .chips-selected li {
  background-color: #f2f3f5;
}
.group-form .main-accordion .expansion-body .chips-selected li .remove {
  height: 2.1111111111rem;
}
.group-form .main-accordion .expansion-body .chips-selected .name-with-image {
  padding: 0.2777777778rem 0.5555555556rem;
}
.group-form .main-accordion .expansion-body .chips-selected .name-with-image .name h5 {
  max-width: unset;
}
.group-form .main-accordion .expansion-body .chips-selected .name-with-image .image-circle {
  width: 1.3888888889rem;
  height: 1.3888888889rem;
  min-width: 1.3888888889rem;
}

.sheet-content .tags {
  display: flex;
  align-items: center;
  gap: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
.sheet-content .tags .tag {
  background-color: #f4f4f6;
  padding: 1.1111111111rem;
  border-radius: 0.4444444444rem;
  width: 100%;
  text-align: center;
  height: 100%;
}
.sheet-content .tags .tag p {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.sheet-content .tags .tag p span {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0;
}
.sheet-content .tags .tag h1 {
  font-weight: 600 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
}
.sheet-content .tags .tag h3 {
  font-weight: 500 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
  white-space: nowrap;
}
.sheet-content .steps-card {
  background-color: #edfbfb;
  border-radius: 0.4444444444rem;
  padding: 1.6666666667rem;
}
.sheet-content .steps-card .title {
  font-weight: 800 !important;
  font-size: 1rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.6666666667rem;
}
.sheet-content .steps-card .step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.sheet-content .steps-card .step + .step {
  margin-top: 0.8333333333rem;
}
.sheet-content .steps-card .step .v-stepper {
  position: relative;
  margin-right: 0.8333333333rem;
}
.sheet-content .steps-card .step .v-stepper .circle {
  background-color: white;
  border: 0.4444444444rem solid #77e0e0;
  border-radius: 100%;
  width: 1.3888888889rem;
  height: 1.3888888889rem;
  display: inline-block;
}
.sheet-content .steps-card .step .v-stepper .line {
  top: 25%;
  right: 0.6666666667rem;
  height: 75%;
  position: absolute;
  border-right: 1px solid #dddde3;
}
.sheet-content .steps-card .step .content {
  background-color: #d2f5f5;
  border-radius: 0.4444444444rem;
  width: 100%;
  padding: 1.3333333333rem;
}
.sheet-content .steps-card .step .content .img {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  margin-right: 0.6666666667rem;
}
.sheet-content .steps-card .step .content .img img {
  width: 100%;
}
.sheet-content .steps-card .step .content p {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.5555555556rem !important;
  color: #6b6d85 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.sheet-content .steps-card .step .content h2 {
  font-weight: 600 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.5555555556rem;
}
.sheet-content .steps-card .step .content .name-with-image {
  background-color: #effafa;
  border: 1px solid #bff1f1;
  padding: 0.5555555556rem;
  border-radius: 0.4444444444rem;
  width: 11.1111111111rem;
}
.sheet-content .steps-card .step .content .name-with-image .image-circle {
  width: 1.3888888889rem;
  min-width: 1.3888888889rem;
  height: 1.3888888889rem;
}
.sheet-content .steps-card .step .content .reason-for-change {
  margin-top: 0.8333333333rem;
}
.sheet-content .steps-card .step .content .reason-for-change p {
  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;
}
.sheet-content .steps-card .step .content .reason-for-change h3 {
  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: 0;
}
.sheet-content .steps-card .step .content .old-date-new-date {
  margin-top: 0.8333333333rem;
  display: flex;
  align-items: center;
  gap: 0.5555555556rem;
}
.sheet-content .steps-card .step .content .old-date-new-date p {
  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;
}
.sheet-content .steps-card .step .content .old-date-new-date h3 {
  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: 0;
}
.sheet-content .steps-card .step .content .old-date-new-date .old {
  background-color: #fffbfb;
  border: 1px solid #f2e8e8;
  border-radius: 0.2222222222rem;
  padding: 0.8333333333rem;
}
.sheet-content .steps-card .step .content .old-date-new-date .new {
  background-color: #fcfefe;
  border: 1px solid #ddf0f0;
  border-radius: 0.2222222222rem;
  padding: 0.8333333333rem;
}
.sheet-content .steps-card .step .content .rate {
  background-color: #fcfaef;
  border-radius: 1.1111111111rem;
  padding: 0.4444444444rem 0.8333333333rem;
  width: -moz-max-content;
  width: max-content;
}
.sheet-content .steps-card .step .content .rate p {
  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;
}
.sheet-content .steps-card .step .content .rate p img {
  margin-left: 0.3333333333rem;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
}
.sheet-content .steps-card .step.blue_color .v-stepper .circle {
  border: 0.4444444444rem solid #77e0e0;
}
.sheet-content .steps-card .step.green_color .v-stepper .circle {
  border: 0.4444444444rem solid #93c795;
}
.sheet-content .steps-card .step.red_color .v-stepper .circle {
  border: 0.4444444444rem solid #ef9ba3;
}
.sheet-content .steps-card .step.yellow_color .v-stepper .circle {
  border: 0.4444444444rem solid #e8d77d;
}
.sheet-content .steps-card .step.gray_color .v-stepper .circle {
  border: 0.4444444444rem solid #d2d2da;
}

.cards-list.payroll .without-padding .full-width.gray p {
  font-weight: 400 !important;
  font-size: 0.6111111111rem !important;
  line-height: 1rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.payroll .without-padding .full-width.gray p span {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.payroll .without-padding .full-width.gray p span:first-child {
  margin-left: 0.4444444444rem;
}
.cards-list.payroll .without-padding .full-width.gray p span.grey {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.payroll .without-padding .full-width.gray p span.yellow {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #CCAB00 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.payroll .without-padding .full-width.gray p span.green {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #43A047 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.payroll .without-padding .full-width.gray p span.red {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.3333333333rem !important;
  color: #DC3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
.cards-list.payroll .flex-with-gap {
  display: flex;
  align-items: center;
  gap: 1.1111111111rem;
  flex-wrap: wrap;
}
.cards-list.payroll .flex-with-gap .paragraphs {
  flex: 0.75;
}
.cards-list.payroll .flex-with-gap .users-list {
  flex: 0.25;
  border: 1px solid #f4f4f6;
}

.payroll_details .card .card-content {
  padding-bottom: 2.2222222222rem !important;
}
.payroll_details .card .card-content .steps {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 0px;
}
.payroll_details .card .card-content .steps p {
  display: flex;
}
.payroll_details .card .card-content .steps span {
  font-weight: 500 !important;
  font-size: 0.8888888889rem !important;
  line-height: 1.5555555556rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  display: flex;
  align-items: center;
}
.payroll_details .card .card-content .steps span:first-child {
  margin-left: 0.4444444444rem;
}
.payroll_details .card .card-content .steps span:first-child::before {
  display: none;
}
.payroll_details .card .card-content .steps span::before {
  content: "";
  width: 4px;
  height: 4px;
  min-width: 4px;
  min-height: 4px;
  border-radius: 50%;
  background-color: #B0B0BE;
  margin: 0.2222222222rem 0.4444444444rem;
  display: inline-block;
}
.payroll_details .card .card-content .employees {
  padding: 0.6666666667rem 0.7777777778rem;
  background-color: #f4f4f6;
  border-radius: 0.5555555556rem;
  margin-left: 0.8333333333rem;
  display: flex;
  align-items: center;
}
.payroll_details .card .card-content .employees .logos-list {
  margin-left: 0.4444444444rem;
}
.payroll_details .card .card-content .employees .logos-list .logo-img {
  margin-left: -0.5555555556rem;
  border: solid 0.0833333333rem #dddde3;
}
.payroll_details .card .card-content .employees .logos-list .logo-img:first-child {
  margin-left: 0px;
}
.payroll_details .card .card-content .employees .logos-list .logo-img.count {
  background-color: #d2d2da !important;
}
.payroll_details .card .card-content .paragraphs.with-border {
  padding: 0.6666666667rem 1.1111111111rem;
}
.payroll_details .card .card-content .net_salary {
  padding: 1.1111111111rem 1.3333333333rem;
  border-radius: 0.5555555556rem;
  background-color: #f6fdfd;
  border: solid #e4f9f9 0.0555555556rem;
}
.payroll_details .card .card-content .net_salary .label {
  font-weight: 500 !important;
  font-size: 0.7777777778rem !important;
  line-height: 1.2222222222rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 0.4444444444rem;
  text-align: right;
}
.payroll_details .card .card-content .net_salary .salary {
  margin-bottom: 0px;
  font-weight: 800 !important;
  font-size: 1.4444444444rem !important;
  line-height: 1.2222222222rem !important;
  color: #2f8b8b !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll_details .card .card-content .net_salary .salary span {
  margin-left: 0.2222222222rem;
}
.payroll_details .card .card-content .net_salary .salary img,
.payroll_details .card .card-content .net_salary .salary svg {
  width: 1.3333333333rem;
  margin-left: 0.2222222222rem;
}
.payroll_details .card .card-content .net_salary .salary img path,
.payroll_details .card .card-content .net_salary .salary svg path {
  fill: #2f8b8b;
}
.payroll_details .cards_num .card.point-cards {
  margin-bottom: 0.8333333333rem;
}
.payroll_details .cards_num .card.point-cards .card-content {
  box-shadow: none;
}
.payroll_details .cards_num .card.point-cards .card-content p.label {
  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: 0px;
  width: 100%;
  max-width: 100%;
}
.payroll_details .cards_num .card.point-cards .card-content p.desc {
  margin-bottom: 0px;
  margin-top: 0.7777777778rem;
  width: 100%;
  max-width: 100%;
  font-weight: 400 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.7222222222rem !important;
  color: #8E8FA2 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll_details .cards_num .card.point-cards .card-content h2 {
  margin-top: 0.8888888889rem;
  margin-bottom: 0px;
  font-weight: 500 !important;
  font-size: 1.7222222222rem !important;
  line-height: 2.1111111111rem !important;
  color: #287676 !important;
  font-family: "Alexandria", sans-serif !important;
}
.payroll_details .cards_num .card.point-cards .card-content h2 svg path {
  fill: #287676;
}
.payroll_details .cards_num .card.point-cards .card-content h2.green {
  color: #2e7d32 !important;
}
.payroll_details .cards_num .card.point-cards .card-content h2.green svg path {
  fill: #2e7d32;
}
.payroll_details .cards_num .card.point-cards .card-content h2.red {
  color: #dc3545 !important;
}
.payroll_details .cards_num .card.point-cards .card-content h2.red svg path {
  fill: #dc3545;
}
.payroll_details .page_content {
  margin-top: 2.7777777778rem;
}

#start_payroll_form .steps_num:first-child {
  margin-bottom: 3.3333333333rem;
  margin-top: 2.2222222222rem;
}
#start_payroll_form .steps_num .title {
  font-weight: 500 !important;
  font-size: 1rem !important;
  line-height: 1.3333333333rem !important;
  color: #1c1e44 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-bottom: 1.1111111111rem;
}
#start_payroll_form .steps_num .title .number {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  max-width: 1.3333333333rem;
  max-height: 1.3333333333rem;
  border: solid 0.0833333333rem #e8e9ec;
  background-color: #efeff2;
  border-radius: 1.6666666667rem;
  margin-right: 0.5555555556rem;
  display: inline-block;
  text-align: center;
  font-size: 0.7777777778rem;
  font-weight: 500;
}
#start_payroll_form .steps_num .desciption {
  margin-bottom: 0.8333333333rem;
}
#start_payroll_form .steps_num .desciption p {
  font-weight: 500;
  color: #6b6d85;
}
#start_payroll_form .steps_num .desciption p:first-child {
  margin-bottom: 0.5555555556rem;
}

#edit_overtime_deduction_form .input_number_custom {
  background-color: #f4f4f6;
  border: solid 0.0555555556rem #e8e9ec;
  border-radius: 0.3333333333rem;
  padding: 0.7777777778rem 0.5555555556rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0.3333333333rem;
}
#edit_overtime_deduction_form .input_number_custom input {
  border: none !important;
  width: 2.2222222222rem;
  min-width: 2.2222222222rem;
  max-width: 2.2222222222rem;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 500;
  color: #6b6d85;
}
#edit_overtime_deduction_form .input_number_custom input:focus {
  outline: none !important;
}
#edit_overtime_deduction_form .input_number_custom:focus-within {
  outline: 1px solid #2F8B8B !important;
}
#edit_overtime_deduction_form .input_number_custom.invalid {
  outline: 1px solid #dc3545 !important;
}
#edit_overtime_deduction_form .input_number_custom .lable {
  font-weight: 400 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.7777777778rem !important;
  color: #8e8fa2 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-left: 0.2777777778rem;
}
#edit_overtime_deduction_form .input_number_custom .lable.danger {
  font-weight: 600 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.7777777778rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
}
#edit_overtime_deduction_form .input_number_custom:first-child {
  margin-left: 0px !important;
}
#edit_overtime_deduction_form .lable.danger {
  font-weight: 600 !important;
  font-size: 0.6111111111rem !important;
  line-height: 0.7777777778rem !important;
  color: #dc3545 !important;
  font-family: "Alexandria", sans-serif !important;
  margin-top: 0.2777777778rem;
  margin-left: 0.2777777778rem;
  text-align: start;
  max-width: 4.4444444444rem;
}

.currency {
  display: inline-block;
  font-size: 0.8888888889rem;
  font-weight: 600;
}
.currency img,
.currency svg {
  width: 1rem;
  margin-left: 0.2222222222rem;
}
.currency.green {
  color: #2e7d32 !important;
}
.currency.green svg path {
  fill: #2e7d32;
}
.currency.red {
  color: #dc3545 !important;
}
.currency.red svg path {
  fill: #dc3545;
}
.currency.grey {
  color: #1c1e44 !important;
}
.currency.grey svg path {
  fill: #1c1e44;
}
.currency.blue {
  color: #0077cc !important;
}
.currency.blue svg path {
  fill: #0077cc;
}

#edit_overtime_deduction_form .table-container empty-state {
  display: none;
}
#edit_overtime_deduction_form .table-container:not(:has(table tbody tr:not([hidden]))) empty-state {
  display: block;
}

.with-max-height {
  overflow: hidden !important;
  max-height: 850px;
  position: relative;
}

.card-with-max-height {
  height: 35rem;
  overflow-y: scroll;
}
.card-with-max-height::-webkit-scrollbar-track {
  background-color: transparent !important;
}
.card-with-max-height::-webkit-scrollbar-thumb {
  background-color: #DDDDE3 !important;
  border-radius: 0.4444444444rem !important;
}
.card-with-max-height .table-responsive {
  margin-bottom: 0.5555555556rem;
}

.svg-hover g circle {
  display: none;
}
.svg-hover:hover g circle {
  display: block;
}

.salary-payslip {
  padding: 0 !important;
}
.salary-payslip .section {
  padding: 0.8333333333rem 1.6666666667rem;
}/*# sourceMappingURL=style.css.map */