@charset "UTF-8";
:root {
  --font-small: 12px;
  --font-small-1: 10px;
  --font-small-2: 11px;
  --font-size-1: 14px;
  --font-size-2: 15px;
  --font-size-3: 16px;
  --font-size-4: 18px;
  --font-size-5: 17px;
  --font-size-6: 19px;
  --font-size-reguler: 20px;
  --font-size-reguler-1: 22px;
  --font-size-reguler-2: 24px;
  --font-size-reguler-3: 26px;
  --font-size-welcome: 40px;
  --margin-default:0.5rem;
}
@media screen and (max-width: 1380px) {
  :root {
    --font-size-1: 12px;
    --font-size-2: 13px;
    --font-size-3: 14px;
    --font-size-4: 16px;
    --font-size-5: 15px;
    --font-size-reguler: 18px;
    --font-size-reguler-3: 22px;
    --margin-default:0.3rem;
    --font-size-welcome: 30px;
  }
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #3A52A6;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #76C9D3;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3A52A6;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #76C9D3;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 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;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #3A52A6;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(38.1919642857, 53.9955357143, 109.3080357143);
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
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;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.25rem;
}
h2, .h2 {
  font-size: 1.8rem;
}
h3, .h3 {
  font-size: 1.575rem;
}
h4, .h4 {
  font-size: 1.35rem;
}
h5, .h5 {
  font-size: 1.125rem;
}
h6, .h6 {
  font-size: 0.9rem;
}
.lead {
  font-size: 1.125rem;
  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: 0.875em;
  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.125rem;
}
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  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-wrap: 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,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table 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-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 {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(199.84, 206.56, 230.08);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(152.56, 165.04, 208.72);
}
.table-hover .table-primary:hover {
  background-color: rgb(182.2753146853, 191.1351748252, 222.1446853147);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(182.2753146853, 191.1351748252, 222.1446853147);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.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, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}
.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(216.64, 239.88, 242.68);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(183.76, 226.92, 232.12);
}
.table-hover .table-info:hover {
  background-color: rgb(197.3388950276, 232.2722651934, 236.4811049724);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(197.3388950276, 232.2722651934, 236.4811049724);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}
.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  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 (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(137.5401785714, 154.5223214286, 213.9598214286);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(58, 82, 166, 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;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  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, .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: 0.875em;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(58, 82, 166, 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: #3A52A6;
  border-color: #3A52A6;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(48.0959821429, 67.9977678571, 137.6540178571);
  border-color: rgb(44.7946428571, 63.3303571429, 128.2053571429);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(48.0959821429, 67.9977678571, 137.6540178571);
  border-color: rgb(44.7946428571, 63.3303571429, 128.2053571429);
  box-shadow: 0 0 0 0.2rem rgba(87.55, 107.95, 179.35, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3A52A6;
  border-color: #3A52A6;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.7946428571, 63.3303571429, 128.2053571429);
  border-color: rgb(41.4933035714, 58.6629464286, 118.7566964286);
}
.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(87.55, 107.95, 179.35, 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 {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 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(130.05, 137.7, 144.5, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-info {
  color: #212529;
  background-color: #76C9D3;
  border-color: #76C9D3;
}
.btn-info:hover {
  color: #212529;
  background-color: rgb(89.0483425414, 189.5883977901, 201.7016574586);
  border-color: rgb(79.3977900552, 185.7845303867, 198.6022099448);
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: rgb(89.0483425414, 189.5883977901, 201.7016574586);
  border-color: rgb(79.3977900552, 185.7845303867, 198.6022099448);
  box-shadow: 0 0 0 0.2rem rgba(105.25, 176.4, 185.5, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #76C9D3;
  border-color: #76C9D3;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: rgb(79.3977900552, 185.7845303867, 198.6022099448);
  border-color: rgb(69.7472375691, 181.9806629834, 195.5027624309);
}
.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(105.25, 176.4, 185.5, 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 {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 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(221.7, 169.6, 12.1, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 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 {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-outline-primary {
  color: #3A52A6;
  border-color: #3A52A6;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3A52A6;
  border-color: #3A52A6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 82, 166, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3A52A6;
  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: #3A52A6;
  border-color: #3A52A6;
}
.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(58, 82, 166, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  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: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #76C9D3;
  border-color: #76C9D3;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #76C9D3;
  border-color: #76C9D3;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(118, 201, 211, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #76C9D3;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #76C9D3;
  border-color: #76C9D3;
}
.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(118, 201, 211, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 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: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.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;
  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-link {
  font-weight: 400;
  color: #3A52A6;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(38.1919642857, 53.9955357143, 109.3080357143);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  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 (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3A52A6;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(: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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  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:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .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;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3A52A6;
  background-color: #3A52A6;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(58, 82, 166, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(137.5401785714, 154.5223214286, 213.9598214286);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(175.3348214286, 186.8526785714, 227.1651785714);
  border-color: rgb(175.3348214286, 186.8526785714, 227.1651785714);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3A52A6;
  background-color: #3A52A6;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(58, 82, 166, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(58, 82, 166, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(58, 82, 166, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(58, 82, 166, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(137.5401785714, 154.5223214286, 213.9598214286);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(58, 82, 166, 0.25);
}
.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 {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(137.5401785714, 154.5223214286, 213.9598214286);
  box-shadow: 0 0 0 0.2rem rgba(58, 82, 166, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  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: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(58, 82, 166, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(58, 82, 166, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(58, 82, 166, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3A52A6;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(175.3348214286, 186.8526785714, 227.1651785714);
}
.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: #3A52A6;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(175.3348214286, 186.8526785714, 227.1651785714);
}
.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: #3A52A6;
  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 (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(175.3348214286, 186.8526785714, 227.1651785714);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3A52A6;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.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,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  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.125rem;
  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-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 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 {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 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-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;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 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 {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3A52A6;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(38.1919642857, 53.9955357143, 109.3080357143);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(58, 82, 166, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3A52A6;
  border-color: #3A52A6;
}
.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.125rem;
  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.7875rem;
  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;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #3A52A6;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(44.7946428571, 63.3303571429, 128.2053571429);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(58, 82, 166, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #212529;
  background-color: #76C9D3;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: rgb(79.3977900552, 185.7845303867, 198.6022099448);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(118, 201, 211, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3.85rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(30.16, 42.64, 86.32);
  background-color: rgb(215.6, 220.4, 237.2);
  border-color: rgb(199.84, 206.56, 230.08);
}
.alert-primary hr {
  border-top-color: rgb(182.2753146853, 191.1351748252, 222.1446853147);
}
.alert-primary .alert-link {
  color: rgb(16.9546428571, 23.9703571429, 48.5253571429);
}
.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, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.alert-info {
  color: rgb(61.36, 104.52, 109.72);
  background-color: rgb(227.6, 244.2, 246.2);
  border-color: rgb(216.64, 239.88, 242.68);
}
.alert-info hr {
  border-top-color: rgb(197.3388950276, 232.2722651934, 236.4811049724);
}
.alert-info .alert-link {
  color: rgb(43.0682066869, 73.3619452888, 77.0117933131);
}
.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3A52A6;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3A52A6;
  border-color: #3A52A6;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: rgb(30.16, 42.64, 86.32);
  background-color: rgb(199.84, 206.56, 230.08);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(30.16, 42.64, 86.32);
  background-color: rgb(182.2753146853, 191.1351748252, 222.1446853147);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(30.16, 42.64, 86.32);
  border-color: rgb(30.16, 42.64, 86.32);
}
.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, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.list-group-item-info {
  color: rgb(61.36, 104.52, 109.72);
  background-color: rgb(216.64, 239.88, 242.68);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(61.36, 104.52, 109.72);
  background-color: rgb(197.3388950276, 232.2722651934, 236.4811049724);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(61.36, 104.52, 109.72);
  border-color: rgb(61.36, 104.52, 109.72);
}
.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(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action: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.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  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: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  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);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #3A52A6 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(44.7946428571, 63.3303571429, 128.2053571429) !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: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.bg-info {
  background-color: #76C9D3 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(79.3977900552, 185.7845303867, 198.6022099448) !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: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #3A52A6 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #76C9D3 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #3A52A6 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: rgb(38.1919642857, 53.9955357143, 109.3080357143) !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}
.text-info {
  color: #76C9D3 !important;
}
a.text-info:hover, a.text-info:focus {
  color: rgb(61.3812154696, 177.1685082873, 191.1187845304) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  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;
  }
}
@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 400;
  src: local("Circular Std Book"), url("../fonts/CircularStd-Book.woff") format("woff");
}
@font-face {
  font-family: "CircularStd";
  font-style: italic;
  font-weight: 400;
  src: local("Circular Std Book Italic"), url("../fonts/CircularStd-BookItalic.woff") format("woff");
}
@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 500;
  src: local("Circular Std Medium"), url("../fonts/CircularStd-Medium.woff") format("woff");
}
@font-face {
  font-family: "CircularStd";
  font-style: italic;
  font-weight: 500;
  src: local("Circular Std Medium Italic"), url("../fonts/CircularStd-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 600;
  src: local("Circular Std Bold"), url("../fonts/CircularStd-Bold.woff") format("woff");
}
@font-face {
  font-family: "CircularStd";
  font-style: italic;
  font-weight: 600;
  src: local("Circular Std Bold Italic"), url("../fonts/CircularStd-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "CircularStd";
  font-style: normal;
  font-weight: 800;
  src: local("Circular Std Black"), url("../fonts/CircularStd-Black.woff") format("woff");
}
@font-face {
  font-family: "CircularStd";
  font-style: italic;
  font-weight: 800;
  src: local("Circular Std Black Italic"), url("../fonts/CircularStd-BlackItalic.woff") format("woff");
}
body {
  font-family: "CircularStd", sans-serif;
}
body {
  background-color: #F9F9FB;
}
input, button, a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
a {
  color: #00c5fb;
}
a:hover {
  color: #00c5f3;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
.w-200 {
  width: 200px;
}
.max-250 {
  max-width: 250px;
}
.max-200 {
  max-width: 200px;
}
.max-450 {
  max-width: 470px;
}
.light-blue-bg {
  background-color: #cce5ff;
}
.bg-transparent {
  background-color: transparent;
}
.company-employee-count {
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
}
.row-margin {
  margin-left: -15px;
  margin-right: -15px;
}
.info-head {
  font-size: 16px;
}
.dark-mode-enabled .table-layout .table-row:nth-child(2n) {
  background-color: #293557;
}
.agent-table .table-head {
  padding-bottom: 0 !important;
}
/*.font-weight-bold {
    font-weight: 400 !important;
}*/
.custom-select {
  background-image: none;
}
.dark-mode-enabled .light-mode-icon,
.dark-mode-icon {
  display: none;
}
.dark-mode-enabled .dark-mode-icon,
.light-mode-icon {
  display: inline-block;
}
.btn-full-width {
  width: 100%;
}
.legend {
  color: #fff !important;
}
.legend .trz_borders {
  color: #fff !important;
}
.no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.dark-mode-enabled .list-group-item-danger {
  border-color: #ff6347 !important;
  color: #ff6347 !important;
}
.tab-button {
  width: 35%;
  float: right;
}
.center-box {
  margin: auto;
  margin-bottom: 25px;
  margin-top: 25px;
  border: 1px solid rgba(222, 226, 230, 0.5);
  padding: 10px;
}
.rounded-border {
  border: 1px solid rgba(222, 226, 230, 0.5);
  border-radius: 3px;
}
/********** Table Style **********/
th {
  font-weight: 400 !important;
}
.table-text-center th,
.table-text-center td {
  text-align: center !important;
  vertical-align: middle !important;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0 !important;
}
.returns-inner-table td {
  width: 120px;
}
.returns-inner-table {
  table-layout: fixed;
}
/********** Table Style **********/
/********** Payroll Wizard **********/
.trz-wizard-sidebar {
  width: 23%;
  padding-top: 1.25rem;
  margin-right: 2%;
}
.payroll-wizard-btn-group {
  width: 75%;
  margin-left: auto;
}
.payrun-wizard-container body.dark-mode-enabled .custom-select {
  z-index: 11;
  position: relative;
  opacity: 0;
}
.payrun-wizard-container .custom-select-arrow .bv-no-focus-ring::after {
  z-index: 1;
}
/********** Payroll Wizard **********/
/********** Toaster design **********/
.b-toast-danger.b-toast-solid .toast {
  background-color: rgb(221, 79, 79) !important;
}
.b-toast-warning.b-toast-solid .toast {
  background-color: rgb(255, 204, 0) !important;
}
.b-toast-warning .toast .toast-header {
  background: transparent !important;
}
.toast {
  border: none;
  padding: 15px;
  font-style: normal;
  font-weight: 900;
  color: #fff !important;
  opacity: 0.9;
}
.b-toast-danger .toast .toast-header {
  background-color: transparent !important;
}
.toast-header {
  color: #fff !important;
  border-bottom: none !important;
  font-size: 17px;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}
.toast .toast-header::before {
  font-family: "Font Awesome 5 Free";
  content: "" !important;
  position: absolute;
  left: 0;
}
.b-toast-danger .toast .toast-header::before {
  content: "\f071" !important;
}
.b-toast-success .toast .toast-header::before {
  content: "\f00c" !important;
}
.b-toast-info .toast .toast-header::before {
  content: "\f05a" !important;
}
.b-toast .toast .toast-body {
  padding-left: 30px;
}
.toast .toast-header::after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.b-toast-success.b-toast-solid .toast,
.b-toast-info .toast {
  background-color: rgb(109, 175, 72) !important;
}
.b-toast-success .toast-header,
.b-toast-info .toast-header {
  background: transparent !important;
}
/********** Toaster design **********/
/********** System Message Carousel **********/
.system-message-carousel .carousel-caption {
  position: unset;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  text-shadow: unset !important;
}
.dark-mode-enabled .system-message-carousel .carousel-caption {
  color: #fff;
}
.msg-dismiss-btn {
  top: 8px;
  right: 43px;
  z-index: 11;
  padding-top: 2px;
  padding-bottom: 2px;
}
.green-bg {
  background-color: rgba(57, 218, 138, 0.17);
  color: #39DA8A !important;
}
.orange-bg {
  background-color: rgba(253, 172, 65, 0.17);
  color: #FDAC41 !important;
}
.red-bg {
  background-color: rgba(255, 91, 92, 0.17);
  color: #FF5B5C !important;
}
.system-message-carousel .badge-pill {
  padding-right: 1.1em;
  padding-left: 1.1em;
  padding-top: 0.34rem;
  padding-bottom: 0.34rem;
  font-size: 0.8rem;
}
.dark-mode-enabled .system-message-carousel {
  background: rgba(90, 141, 238, 0.17) !important;
}
.system-message-carousel {
  text-shadow: unset !important;
}
/********** System Message Carousel **********/
/********** Payruns Style **********/
button.disabled {
  cursor: default;
}
.collapsed-title {
  display: none;
}
.collapsed .collapsed-title {
  display: table-row;
}
.accordion a {
  text-decoration: none;
}
.accordion .card-header a {
  color: #808080;
}
/*.accordion-block .collapsed tr:first-child td {
    padding-bottom: 10px;
}*/
.accordion-block .btn.btn-primary.custom-accordion-btn {
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 14px;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.dark-mode-enabled .accordion-block .btn.btn-primary.custom-accordion-btn {
  background: #475F7B !important;
  border-color: rgba(0, 0, 0, 0.125) !important;
}
.dark-mode-enabled .accordion-block .fa-angle-down::before {
  color: #3490dc;
}
.fa-angle-down::before {
  font-size: 25px;
}
.accordion-block .form-control {
  height: 25px;
  padding-top: 0;
  padding-bottom: 0;
}
.accordion-block .btn.btn-primary.btn-full-width {
  height: 25px;
  padding: 0;
}
.dark-mode-enabled .accordion-block .custom-accordion-btn.btn-primary:focus,
.dark-mode-enabled .accordion-block .custom-accordion-btn.btn-primary.focus,
.dark-mode-enabled .accordion-block .custom-accordion-btn.btn-primary:not(:disabled):not(.disabled):active {
  box-shadow: unset;
  background: #475F7B !important;
  border-color: #475F7B !important;
}
.accordion-block .collapse.show {
  margin-top: 0 !important;
  border-top: none !important;
}
.gross-salary .custom-accordion-btn.btn-primary {
  border: none;
  position: relative;
  color: #212529 !important;
  width: auto !important;
}
.gross-salary .custom-accordion-btn.btn.btn-primary::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: -20px;
  color: #3490dc;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-block .custom-accordion-btn.btn.btn-primary:not(.collapsed) {
  border-top: none;
  border-radius: 0;
}
.accordion-block .collapse.show .card {
  border-top: none !important;
  border-radius: 0;
}
#collapse-GS .card {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.collapsed-title td,
#collapse-GS .card table td {
  padding: 5px;
}
#collapse-GS .card {
  border-radius: 10px;
  border-width: 2px !important;
}
#collapse-GS .card table tr:last-child {
  border: none !important;
}
#collapse-GS .card-body {
  padding: 0 10px;
}
.custom-devider hr {
  margin-bottom: 0;
  border-width: 2px;
  border-color: rgb(204, 204, 204);
}
.p-top {
  padding-top: 7px;
}
.summery-header {
  margin: 22px 0 0;
  border-color: rgb(204, 204, 204);
  text-align: center;
  padding: 10px;
  font-size: 16px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  position: relative;
}
.summery-header::before,
.summery-header::after {
  content: "";
  border-top: 1px solid rgb(204, 204, 204);
  position: absolute;
  right: -25px;
  top: 9px;
  width: 30px;
  transform: rotate(45deg);
}
.summery-header::after {
  top: auto;
  bottom: 9px;
  transform: rotate(-45deg);
}
.border2 {
  border-width: 2px !important;
}
.list-table-wrapper .row:first-child {
  margin-right: 0;
  margin-left: 0;
  border-bottom-width: 2px !important;
}
#nav-tabContent .table.table-bordered.table-striped.table-hover {
  border-radius: 0 !important;
  border: none;
}
.custom-col-payrun {
  color: rgb(96, 96, 96);
}
.payrun-employee-list thead td {
  padding: 5px 10px;
  background: rgba(128, 128, 128, 0.5);
  color: rgb(96, 96, 96);
}
.payrun-employee-list td {
  border: none;
}
.payrun-employee-list .table-striped tbody tr:nth-of-type(2n+1) {
  background: transparent;
}
.payrun-employee-list tr {
  border-style: solid;
  border-color: #808080;
  border-width: 1px 1px 0;
}
.payrun-employee-list thead tr {
  border-color: rgba(128, 128, 128, 0.5);
}
.payrun-employee-list tfoot tr {
  border-right: none;
  border-left: none;
}
.list-table-wrapper .dropdown-menu {
  min-width: 100%;
  padding: 0;
}
.list-table-wrapper .dropdown-menu li {
  border-bottom: 1px solid #dee2e6;
  padding: 5px 0;
}
/********** Payruns Style End **********/
.grid-item {
  width: 200px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 10px;
  margin: 0 2% 2% 0;
  position: relative;
  float: left;
  background: #fff;
}
.all-company-page .grid-item {
  min-height: 460px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}
.mx-n-custom {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}
.my-clearfix {
  clear: both;
}
.w-40 {
  width: 40% !important;
}
.w-20 {
  width: 20% !important;
}
.bg-navyblue {
  background-color: #001C38 !important;
}
.bg-blue {
  background-color: #f8fafc !important;
}
.bg-blue-light {
  background-color: rgba(90, 141, 238, 0.7) !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-dark-custom {
  border-color: rgba(128, 128, 128, 0.5) !important;
}
.custom-btn-toolbar {
  justify-content: center !important;
}
.normal-line-height {
  line-height: normal;
}
.custom-search .input-group-text {
  background: transparent;
  padding: 0.375rem 1rem 0.375rem 1rem;
  border-right: none;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  cursor: pointer;
}
.custom-search .form-control {
  border-left: none;
  padding-left: 0;
}
/*.main {
	max-width: 1220px;
	margin: 0 auto;
	position: relative;
}*/
.main .v-sidebar-menu {
  position: absolute;
  left: 0;
  top: 0;
}
.search-filter {
  color: #808080;
}
.custom-tooltip-class .tooltip-inner {
  padding: 20px;
  border-radius: 10px;
}
.custom-tooltip-class.bs-tooltip-top .arrow::before, .custom-tooltip-class.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-width: 1rem 0.5rem 0;
}
.custom-tooltip-class.tooltip.b-tooltip .arrow {
  left: 13px !important;
}
.btn-primary,
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #00c5fb !important;
  border-color: #00c5fb !important;
  font-weight: 600;
}
.align-middle {
  vertical-align: middle !important;
}
.company-back-btn-alt a:hover {
  background-color: #1A233A;
  transition-duration: 0.6s;
  transform-origin: top left;
}
.company-back-btn a span {
  display: inline-block;
  line-height: normal;
}
.company-back-btn-alt a {
  display: inline-block;
  border-color: rgba(128, 128, 128, 0.3) !important;
  padding: 5px 10px !important;
  margin-left: -15px;
  margin-top: 3px;
}
.employee-tab .nav-pills .nav-link {
  padding: 5px 25px;
  border: 1px solid #B9B9B9 !important;
  border-radius: 5px !important;
  margin: 0 3px;
  background: rgba(128, 128, 128, 0.15);
}
.employee-tab .nav-pills .nav-link.active {
  background-color: #3490dc;
}
.dark-mode-enabled .employee-tab .nav-pills .nav-link:hover {
  color: #fff;
}
.employee-tab ul.nav-pills {
  border: none !important;
  margin-left: 0 !important;
}
.employee-tab .employee-tab-inner ul.nav-pills {
  padding-left: 0;
}
.employee-tab .employee-tab-inner ul.nav-pills .nav-item {
  margin-bottom: 10px;
}
.employee-tab-content-title {
  /*background: rgba(128, 128, 128, 0.3);*/
  border-color: rgba(128, 128, 128, 0.5) !important;
  font-size: 18px;
  line-height: normal;
}
.no-padding-card .card-body {
  padding-right: 0;
  padding-left: 0;
}
.employee-tab .table-bordered thead th,
.employee-tab .table-bordered thead td {
  border-bottom-width: 1px;
}
.new-employee-container .custom-tab-nav {
  position: unset;
  margin: 0 0 30px auto;
}
.custom-tab-nav {
  position: absolute;
  top: 110px;
  z-index: 1;
  padding: 10px !important;
  right: 0;
  max-width: 600px;
  border-radius: 0.25rem;
  height: 226px;
  border: 1px solid rgba(222, 226, 230, 0.5) !important;
}
.custom-tab-nav .nav-item {
  margin: 0 2% 2% 0;
  width: 32%;
}
.custom-tab-nav .nav-item a {
  height: 42px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 16px;
}
.custom-tab-nav .nav-item:nth-child(3n), .custom-tab-nav .nav-item:last-child {
  margin-right: 0;
}
.custom-tab-nav .nav-pills {
  margin: 0 !important;
  padding: 0 !important;
}
/********* css script from payrun-payslip-challan by Sohel vai******/
.container {
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}
.row.container {
  margin-left: auto;
  margin-right: auto;
}
.payrunpayslip-company-logo img {
  max-width: 100%;
  height: auto;
}
nav > div a.nav-item.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 0;
  border: 15px solid transparent;
  border-top-color: rgba(128, 128, 128, 0.2);
  right: 0;
  width: 15px;
  margin: 0 auto;
}
.nav-tabs .nav-link {
  border-width: 0 !important;
  border-radius: 0 !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-width: 1px !important;
  background-color: rgba(128, 128, 128, 0.2) !important;
  border-radius: 0;
}
.nav-tabs .nav-link:last-child {
  border-right-width: 1px !important;
}
.border2 {
  border: 2px solid #dee2e6;
}
#nav-tabContent .table th,
#nav-tabContent .table td {
  border-top: none;
  vertical-align: middle;
}
#nav-tabContent .users-style > .table:first-child {
  border: 1px solid #808080;
  border-radius: 0.25rem !important;
  border-collapse: separate;
}
#nav-tabContent .users-style > .table:first-child td {
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
  color: rgb(96, 96, 96);
}
#nav-tabContent .users-style > .table:first-child td b {
  font-weight: normal;
}
.tab-content .nav-item.nav-link {
  border: none !important;
  display: flex;
  align-items: center;
}
.tab-content .nav-tabs {
  border-bottom: none;
}
.tab-content .nav {
  align-items: stretch;
}
nav .tab-content a.nav-item.nav-link.active::after {
  bottom: -30px;
}
/*******************************************************************/
/********** Dashboard Menu Design **********/
.profile-left-block img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#navbarDropdown::after {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 19px;
}
.profile-right-block {
  max-width: 36px;
  margin-right: 10px;
}
.profile-right-block img {
  max-width: 100%;
  margin-top: -5px;
  border-radius: 50%;
}
.profile-left-block {
  max-width: calc(100% - 66px);
  margin-top: 0;
  width: 100%;
  margin-right: 20px;
}
#navbarSupportedContent .navbar-nav {
  padding-left: 250px;
  width: 100%;
  display: block;
  transition: 0.3s ease;
}
.main.collapsed #navbarSupportedContent .navbar-nav {
  padding-left: 180px;
}
#navbarSupportedContent .navbar-nav > .nav-item {
  width: auto;
  margin-right: 1%;
  float: left;
  height: 46px;
  transition: all 0.5s ease-in-out;
}
.user-nav-item .dropdown-menu {
  left: auto !important;
  top: 60px;
}
#navbarSupportedContent .navbar-nav > .nav-item:last-child {
  margin-right: 0;
  margin-left: 3%;
  min-width: 160px;
  width: auto;
  float: right;
  border-radius: 25px !important;
  border-color: transparent !important;
}
.dark-mode-enabled #navbarSupportedContent .navbar-nav > .nav-item:last-child {
  background-color: #1a233a;
  border-color: rgba(222, 226, 230, 0.5) !important;
}
.comapny-left-block span {
  display: block;
}
.menu-company-img {
  width: 36px;
  margin-right: 10px;
  float: left;
}
.menu-company-name {
  float: left;
  width: calc(100% - 46px);
  height: 36px;
  display: flex !important;
  align-items: center;
}
.menu-company-img .b-avatar .b-avatar-img img, .menu-company-img img {
  border-radius: 50% !important;
  height: 100% !important;
}
.dark-mode-enabled #navbarSupportedContent .nav-item.dropdown .users-style > a {
  background-color: #1a233a;
  border-color: rgba(222, 226, 230, 0.5) !important;
}
#navbarSupportedContent .nav-item.dropdown .users-style > a {
  border-radius: 25px !important;
  border: 1px solid transparent;
}
#navbarSupportedContent .nav-item.dropdown .b-avatar {
  background: transparent !important;
}
#navbarSupportedContent .dropdown-toggle::after {
  margin-left: 2px;
  vertical-align: middle;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
#navbarSupportedContent .dropdown-toggle.no-data::after {
  margin-left: 10px;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  float: right;
  margin-right: 0;
  margin-top: 0;
}
/*#navbarSupportedContent .dropdown-toggle{background: #1B233A;}*/
#navbarSupportedContent .navbar-nav > .nav-item:last-child .dropdown-toggle {
  background: transparent;
}
#navbarSupportedContent .navbar-nav .dropdown-menu .dropdown-item {
  border-top: 1px dashed #BDD0F1;
}
#navbarSupportedContent .navbar-nav .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
#navbarSupportedContent .dropdown-menu-right {
  right: 0;
}
#navbarSupportedContent .dropdown-menu-right::after {
  margin-left: 0;
  border-top: none;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
  float: right;
  margin-top: 0;
  content: "";
  position: absolute;
  top: -10px;
  right: 8px;
}
.company-not-selected {
  width: calc(100% - 70px);
  display: inline-block;
  text-align: right;
}
.navbar {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%);
  max-width: 100vw;
  position: fixed;
  left: 0;
  z-index: 99;
  top: 0;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.comapny-left-block {
  width: calc(100% - 25px);
  text-align: right;
  margin-right: 10px;
}
.comapny-right-block {
  width: 48px;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
  background: #fff;
  max-height: 400px;
  overflow: auto;
  width: 380px;
  left: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link span.agent-logo {
  margin-right: 10px !important;
}
.nav-item a:hover {
  background: #203E77;
  border-radius: 3px;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}
.navbar-expand-md .navbar-nav .dropdown-menu.dropdown-menu-right {
  background: #fff;
}
.navbar-expand-md .navbar-nav .dropdown-menu.dropdown-menu-right {
  max-height: unset;
  overflow: unset;
}
.guest-nav {
  max-width: 100vw;
  display: none;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #3490dc !important;
}
#navbarDropdown {
  padding: 5px 0;
}
#navbarSupportedContent .navbar-nav > .nav-item .users-style .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
}
.dropdown-menu-left {
  right: 0;
  left: auto;
}
#navbarSupportedContent .navbar-nav > .nav-item .users-style {
  height: 100%;
}
#dark-mode-switch {
  z-index: 9;
  cursor: pointer;
  width: 100%;
}
.dark-mode-title {
  color: #fff;
  font-size: 16px;
  width: calc(100% - 52px);
}
.dark-mode-container .custom-switch .custom-control-label::before {
  left: 0;
  width: 100%;
  border-radius: 25px;
  height: 100%;
  top: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8) !important;
}
.dark-mode-container .custom-control-label {
  height: 20px;
  width: 42px;
  padding: 0;
}
.dark-mode-container .custom-switch {
  padding-left: 0;
  width: 42px;
}
.dark-mode-container .custom-switch .custom-control-label::after {
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #adb5bd;
  border-radius: 50%;
}
.dark-mode-container .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(22px);
}
.dark-mode-enabled {
  background: #293557;
}
.dark-mode-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 10px;
  right: 0;
  max-width: 260px;
  margin-left: 0;
}
.menu-closed .dark-mode-title {
  display: none;
}
#dark-mode-container.menu-closed {
  padding-left: 3px;
  padding-right: 0;
  max-width: 50px;
}
.dark-mode-enabled .navbar.sticky-nav {
  box-shadow: rgba(26, 35, 59, 0.7) -8px 12px 18px 0px !important;
}
.navbar-brand.is-user {
  margin: 0;
  position: fixed;
  z-index: 999;
  left: 25px;
  top: 2px;
}
.navbar-brand.is-user.nav-closed {
  left: 55px;
}
.dropdown-menu {
  left: auto;
  right: 0;
}
/*******************************************************************/
.custom-search .form-control {
  background: transparent;
}
.required-field label::after {
  content: "*";
  margin-left: 5px;
}
/*@media only screen and (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
    	max-width: 1220px;
    }
}*/
/********** Company wizard **********/
.process-flow .col-half-offset {
  margin-left: 3.25%;
}
#wizard-sidebar-btn {
  display: none;
}
.widget-close {
  font-size: 20px;
  float: right;
  display: none;
}
@media only screen and (max-width: 1500px) {
  .wizard-with-sidebar {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .wizard-with-sidebar-container {
    position: relative;
    overflow: hidden;
  }
  .custom-widget-sidebar {
    position: absolute;
    height: 100%;
    right: -100%;
    transition: all 0.2s ease-in-out;
  }
  .custom-widget-sidebar-open {
    right: 0;
  }
  #wizard-sidebar-btn,
  .widget-close {
    display: block;
  }
}
/********** Company wizard **********/
/***** Added by faroque *****/
/*.nav-pills {
    background: none !important;
}*/
.tab-content .card-body {
  background: #fff;
}
.v-calendar .day-label {
  text-align: center;
  line-height: 1.8;
  z-index: 19999;
  position: relative !important;
}
.in-next-month.week-2 {
  display: none;
}
.v-calendar .holiday {
  background-color: #444444;
}
.vc-highlights {
  z-index: 9999 !important;
}
.vc-bg-blue-500 {
  background-color: none !important;
}
/*******************************************************************/
/*******************************************************************/
/********************************* login page **********************************/
.guest-main {
  height: 100vh;
}
.login-container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.login-left {
  background: #272E48;
  padding: 45px 55px;
  box-shadow: -8px 4px 20px 0px rgba(11, 26, 51, 0.63);
}
.login-right {
  background: #1A233A;
  padding: 45px 55px;
  text-align: center;
}
.login-welcome-block {
  text-align: center;
}
.login-welcome-block p {
  font-size: 20px;
  color: #BDD0F1;
  margin-top: 5px;
}
.login-welcome-block .navbar-brand {
  margin: 0;
}
.login-container label {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
}
.login-container .form-control {
  color: #BDD0F1;
  background: #1A233A;
  border-color: #C5CFF2;
}
body.dark-mode-enabled .login-container .form-control, .login-container .form-control {
  color: #000;
}
#forget-password-checkbox .custom-control-label {
  text-transform: capitalize !important;
  font-size: 12px;
}
#forget-password-checkbox .custom-control-label::before {
  background: #1A233A;
  top: 2px;
}
.forget-pass-link {
  color: #BDD0F1;
  margin-top: 15px;
}
#login-submit-group .btn-primary {
  background: #001C38 !important;
  width: 100%;
  font-size: 15px;
  border-radius: 7px;
  border-color: #001C38 !important;
  margin-top: 20px;
}
#login-submit-group {
  margin: 0;
}
#login-submit-group .btn-primary:hover {
  background: #075D7B !important;
  border-color: #075D7B !important;
}
/*.login-container form {
    border-bottom: 1px solid #C5CFF2;
    padding-bottom: 20px;
}*/
.signup-link-container {
  text-align: center;
}
.signup-link-container p {
  color: #BDD0F1;
  margin-top: 15px;
}
.login-right p {
  margin: 0;
  color: #BDD0F1;
  font-size: 20px;
}
.login-right p span {
  color: #5A8DEE;
}
.rotate-animated-image {
  animation: spin 4s linear infinite;
}
.login-tabs-nav .nav-item {
  width: 50%;
  text-align: center;
}
.guest-main .login-container .form-control {
  border-color: #fff;
  background-color: #F7F7F7 !important;
  border-radius: 7px;
}
.guest-main .nav-pills .nav-link {
  color: #000 !important;
  background-color: transparent !important;
  border-color: transparent transparent #d4eced !important;
  text-align: left;
}
.guest-main .login-tabs-nav-new.nav-pills .nav-link {
  color: #000 !important;
  border-style: solid !important;
  border-width: 0 0 1px !important;
  border-color: #000 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.guest-main .login-tabs-nav-new {
  border: none !important;
}
.guest-main .login-tabs-nav-new .nav-item {
  width: auto;
  margin-right: 4%;
}
.guest-main .login-tabs-nav-new .nav-item:last-child {
  margin-right: 0;
}
.guest-main .btn-primary {
  background: #5a8dee !important;
  border-color: #5a8dee !important;
}
.guest-main .nav-pills.login-tabs-nav-new .nav-link.active, .guest-main .nav-pills.login-tabs-nav-new .nav-link:hover, .guest-main .nav-pills.login-tabs-nav-new .show > .nav-link {
  color: #000 !important;
  background-color: transparent !important;
  border-color: transparent transparent #FFF !important;
  text-align: left;
  font-weight: 600;
}
.guest-main .nav-pills.login-tabs-nav-new .nav-link.active:hover {
  font-weight: 600;
}
body.dark-mode-enabled .guest-main .form-control::-moz-placeholder, .guest-main .form-control::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
body.dark-mode-enabled .guest-main .form-control::placeholder, .guest-main .form-control::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.guest-main .btn {
  color: #BDD1F8;
}
.guest-main .forget-pass-link, body.dark-mode-enabled .guest-main .forget-pass-link {
  color: #000 !important;
  font-size: 0.8rem;
}
.guest-main .form-control.is-invalid,
.guest-main .was-validated .form-control:invalid {
  border-color: #e3342f;
}
.guest-main .login-container div.form-group > label {
  display: none !important;
}
/*******************************************************************/
.custom-select.is-valid,
.was-validated .custom-select:valid,
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none !important;
  border-color: #ced4da !important;
}
.process-flow {
  border: 1px solid #dee2e6;
  border-radius: 5px !important;
  position: relative;
  z-index: 1;
}
.process-flow h6 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 190px;
  font-size: 24px;
  text-align: center;
  background: #fff;
  top: -18px;
}
.process-flow .row {
  margin: 0;
  padding: 20px;
}
.process-flow-charts {
  position: relative;
  width: 11.5%;
}
.process-flow-charts::after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50%;
  background: #ededed;
  right: -50%;
}
.dark-mode-enabled .process-flow-charts::after {
  background: #BDD1F8;
}
.process-flow-charts:last-child::after {
  display: none;
}
.wizard-header h2 {
  max-width: 910px;
  margin: 0 auto;
  font-size: 22px;
}
.wizard-icon-container {
  border-radius: 50% !important;
  /*border: 1px solid #D9D9D9; margin: 3px;*/
}
.vue-form-wizard.md .wizard-icon-circle {
  width: 42px;
  height: 42px;
  font-size: 29px;
  border-radius: 50%;
  border-width: 1px;
}
.dark-mode-enabled .vue-form-wizard .stepTitle.active {
  color: #5A8DEE !important;
}
.vue-form-wizard .stepTitle.active {
  color: #00c5fb !important;
}
.vue-form-wizard .wizard-icon-circle .wizard-icon {
  font-style: normal;
}
.vue-form-wizard .stepTitle {
  margin-top: 30px;
  position: relative;
  padding-bottom: 10px;
}
.vue-form-wizard .stepTitle.active::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #00c5fb;
  bottom: 0;
  left: 0;
}
.dark-mode-enabled .vue-form-wizard .stepTitle.active::after {
  background: #5A8DEE;
}
.vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
  top: 30px !important;
  height: 10px !important;
  background: #f3f2ee;
}
.dark-mode-enabled .vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
  background: #000;
}
.trz_complete .vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
  background: rgb(67, 160, 71);
}
.form-btn-container {
  /* max-width: 980px;  */
  margin: 0 auto;
}
.custom-select-arrow .bv-no-focus-ring {
  position: relative;
}
.custom-select-arrow .bv-no-focus-ring::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #ced4da;
  right: 26px;
}
.custom-select-arrow .bv-no-focus-ring::after {
  position: absolute;
  border-top: 7px solid #ced4da;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: none;
  right: 7px;
  top: 16px;
}
.custom-file-uploader label.custom-file-label,
.custom-file-uploader input,
.custom-file-uploader .bv-no-focus-ring {
  height: 138px;
  cursor: pointer;
}
.custom-file-uploader label.custom-file-label {
  background-image: url("../images/file-uploade-icon.png");
  background-repeat: no-repeat;
  background-position: center top 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  white-space: unset;
  text-align: center;
}
.custom-file-uploader label.custom-file-label::after {
  content: none !important;
}
.custom-file-uploader label.custom-file-label span {
  color: #BDD0F1;
  max-width: 170px;
}
#company_logo-group {
  transition: transform 0.8s ease-in-out;
}
.cmpny-logo-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  left: 0;
  background: rgba(90, 141, 238, 0.95);
  cursor: pointer;
  bottom: -100%;
  font-size: 20px;
  color: #fff;
}
.cmpny-logo-uploader {
  max-width: 200px;
  position: relative;
  overflow: hidden;
}
.cmpny-logo-uploader:hover .cmpny-logo-overlay {
  bottom: 0;
}
.edit-btn {
  background-color: #8FA6D2 !important;
  border-color: #8FA6D2 !important;
  color: #293557 !important;
  border-radius: 10px !important;
}
.delete-btn {
  background-color: #DC4444 !important;
  border-color: #DC4444 !important;
  border-radius: 10px !important;
}
.delete-btn:hover,
.edit-btn:hover {
  background: #0069d9 !important;
  border-color: #0069d9 !important;
  color: #BDD1F8 !important;
}
.pagination {
  justify-content: flex-end;
}
.edit-btn.btn .b-icon.bi,
.delete-btn.btn .b-icon.bi {
  font-size: 100% !important;
  vertical-align: middle !important;
}
.company-form-container .list-tables {
  border-collapse: collapse;
}
.page-link {
  text-align: center;
  padding: 8px 12px;
}
.company-form-container ul.nav-pills li {
  width: 25%;
  border-radius: 0 !important;
  border: none !important;
}
.company-form-container ul.nav-pills li:last-child {
  margin-right: 0;
}
.company-form-container ul.nav-pills li a {
  text-align: center;
  border: none;
  padding: 18px 0;
  font-size: 16px;
  border-radius: 0 !important;
  height: 66px;
  background: #f7f7f7;
  color: #333;
}
.company-form-container ul.nav-pills {
  border: none !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover {
  background-color: #5A8DEE;
}
.dark-mode-enabled .nav-pills .nav-link.active,
.dark-mode-enabled .nav-pills .show > .nav-link,
.dark-mode-enabled .nav-pills .nav-link:hover {
  color: #fff !important;
}
.company-form-box-title {
  font-size: 18px;
  font-weight: 600;
}
.cmp-settings-title {
  font-size: 20px;
}
.company-form-container .btn-primary.cmp-block-btn {
  width: auto;
}
.delete-btn-red {
  color: #DC4444;
}
.cmp-inner-circle {
  width: 8px;
  height: 8px;
  background: #6089FF;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.cmp-outer-circle {
  border: 1px solid #000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.dark-mode-enabled .cmp-outer-circle {
  border: 1px solid #fff;
}
#settings .child-table td {
  font-size: 16px;
}
.child-table tr:last-child td .cmp-child-items {
  border: none !important;
}
.first-child-no-border tr:first-child td {
  border: none !important;
}
.company-form-container table label {
  margin: 0 !important;
}
.company-form-container table {
  font-size: 16px;
}
.process-flow-inner span {
  display: inline-block;
  vertical-align: middle;
}
.process-flow-inner span:first-child {
  width: 40px;
  margin-right: 10px;
}
.process-flow-inner span:last-child {
  width: calc(100% - 50px);
}
#PFSettings13 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  width: 10px;
  height: 10px;
  background-color: #38C172;
  border-radius: 50%;
  left: -21px;
  top: 7px;
}
#PFSettings13 .custom-control-input:checked ~ .custom-control-label::before {
  border-color: rgba(222, 226, 230, 0.5);
  background-color: #1B233A;
}
#PFSettings13 .custom-control-label::before {
  background-color: #1B233A;
}
#pf_settings label {
  margin-bottom: 0;
}
.deprtment-top-block p,
.deprtment-center-block p {
  font-size: 16px;
  margin-bottom: 30px;
}
.deprtment-top-block h6 {
  font-size: 30px;
}
.deprtment-center-block {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
}
.dark-mode-enabled .deprtment-center-block-inner {
  background: #272E48;
}
.company-form-container input.form-check-input + label::before {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  position: absolute;
  border: 1px solid #adb5bd;
  left: 0;
  top: 7px;
  border-radius: 4px;
}
.company-form-container input.form-check-input:checked + label::after {
  position: absolute;
  left: 0px;
  top: 6px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
}
.company-form-container input.form-check-input:checked + label::before {
  border-color: #3490dc;
  background-color: #3490dc;
  box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8) !important;
}
.deprtment-center-block-inner .form-check {
  display: inline-block;
  width: 49%;
  padding-left: 25px;
  margin-bottom: 10px;
}
.company-form-container .deprtment-center-block label {
  font-size: 18px;
}
.company-form-container .custom-control-label::before {
  background-color: transparent;
  top: 4px;
}
.company-form-container .custom-control-label::after {
  top: 4px;
}
.company-form-container input.form-check-input {
  opacity: 0;
}
.cmpny-dwnld-btn {
  background: #5A8DEE;
  color: #fff;
  border-radius: 0.25rem;
}
.cmpny-dwnld-btn:hover {
  background: #0069d9 !important;
  border-color: #0069d9 !important;
  color: #fff;
}
.nav-pills .nav-link {
  text-transform: capitalize;
}
.company-info-container .nav-link img.active,
.dark-mode-enabled .company-info-container .nav-link.active img.not-active,
.dark-mode-enabled .company-info-container .nav-pills .nav-link:hover img.not-active {
  display: none;
}
.cmpny-logo-holder {
  width: 232px;
}
.cmpny-adrs-holder {
  width: calc(100% - 232px);
}
.company-info-container .custom-select {
  background-image: none;
}
.dept-list-head {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.company-form-container .list-tables .list-columns {
  background: transparent;
}
.employee-dashboard-intro .cmpny-logo-holder {
  width: 175px;
  min-height: 130px;
}
.employee-dashboard-intro .cmpny-adrs-holder {
  width: calc(100% - 175px);
}
.employee-dashboard-intro .cmpny-adrs-holder h6 {
  font-size: 18px;
  color: #fff;
}
.employee-dashboard-details {
  min-height: 92px;
}
.trz-custom-dropdown .dropdown-toggle::before,
.employee-filter-btn.btn-secondary::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  right: 26px;
  top: 0;
}
.trz-custom-dropdown .dropdown-toggle::after {
  position: absolute;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  right: 7px;
  top: 16px;
}
.trz-custom-dropdown .dropdown-toggle {
  padding-right: 40px;
}
.employee-filter-btn.btn-secondary {
  padding-right: 5px;
  position: relative;
}
.company-dashboard-items {
  height: 180px;
}
/****************************** Employee Management ******************************/
.cursor-pointer {
  cursor: pointer;
}
.employee-list-table tr td:first-child, .employee-list-table tr th:first-child {
  padding-left: 35px;
}
.employee-name, .employee-img {
  display: inline-block;
  vertical-align: middle;
}
.employee-list-table-alt tbody td input + label::before, .employee-list-table-alt tbody td input:checked + label::after {
  top: 50%;
  transform: translateY(-50%);
}
.employee-list-table tr td:last-child {
  padding-right: 35px;
}
.employee-list-table td input + label {
  position: relative;
}
.employee-list-table td input:checked + label::before,
.employee-list-view input:checked + label::before {
  border-color: #3490dc;
  background-color: #3490dc;
  box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8) !important;
}
.employee-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.employee-list-view input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  opacity: 0;
  cursor: pointer;
}
.employee-list-view input + label::before,
.employee-list-view input:checked + label::after {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.card-header-inner {
  max-width: 905px;
  margin: 0 auto;
}
/******************** Dark Mode ********************/
.dark-mode-enabled .table-head {
  background: #203e77 !important;
  border-bottom: 1px solid rgba(222, 226, 230, 0.5);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.dark-mode-enabled .employee-list-table tr:nth-child(2n) {
  background: #293557;
}
/****************************** Employee Management End ******************************/
/****************************** Company Dashboard ******************************/
.company-img-block {
  width: 80px;
  margin-right: 10px;
}
.company-info-block-bottom .col-md-6.float-left span {
  padding-top: 2px;
}
.company-img-block img {
  width: 100%;
}
.company-info-block {
  width: calc(100% - 90px);
}
.company-info-block-top span:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.company-info-block-top span:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.active-badge {
  background: rgb(56, 193, 114);
  padding-bottom: 1px;
  display: inline-block;
}
.active-badge.inactive-badge {
  background-color: rgb(227, 52, 47);
}
.company-info-block {
  height: 80px;
}
.dark-mode-enabled .hover-bg:hover {
  background: #203e77 !important;
}
.hover-bg:hover {
  background: rgba(0, 231, 255, 0.08) !important;
}
.package-wrapper .img-fluid {
  vertical-align: middle;
}
.package-wrapper {
  border-radius: 20px;
  background: rgba(15, 183, 107, 0.12);
  color: #26af48;
}
.dark-mode-enabled .package-wrapper {
  background: #364b7a;
  color: #fff;
}
.list-view .active-badge {
  top: 0.5rem;
  left: 15px;
}
#show-btn {
  text-transform: capitalize;
}
.company-dashboard-items:hover {
  opacity: 0.8;
}
.company-dashboard-tooltip {
  position: absolute;
  right: 15px;
  top: 15px;
}
body.dark-mode-enabled .table-striped tbody tr:nth-of-type(2n+1):hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/****************************** Company Dashboard End ******************************/
/*******************************************************************/
@media only screen and (min-width: 768px) {
  .col-md-2.custom-widget-sidebar {
    flex: 0 0 23%;
    max-width: 23%;
    margin-left: 2%;
  }
}
/********************************* dark mode added by Sohel **********************************/
body.dark-mode-enabled .trz-custom-dropdown .dropdown-toggle.btn-secondary {
  border-color: #464d5c;
}
body.dark-mode-enabled .employee-filter-btn.btn-secondary {
  border-color: #464d5c;
}
.dark-mode-enabled .trz-custom-dropdown .dropdown-toggle::after {
  border-top: 7px solid #c5cff2;
}
.dark-mode-enabled .employee-dashboard-details {
  background: #1A233A;
}
.dark-mode-enabled .v-sidebar-menu.vsm_white-theme .vsm--link_hover,
.dark-mode-enabled .v-sidebar-menu.vsm_white-theme .vsm--link:hover {
  background: transparent !important;
}
.dark-mode-enabled .company-info-container .nav-link.active img.active,
.dark-mode-enabled .company-info-container .nav-pills .nav-link:hover img.active {
  display: inline-block;
}
.dark-mode-enabled .dept-list-head {
  background: #203E77;
}
.dark-mode-enabled .company-form-container {
  background: #293557;
}
body.dark-mode-enabled .company-form-container .list-tables td {
  background: transparent;
}
.dark-mode-enabled .btn-primary.yes-btn {
  background: #53B450 !important;
  border-color: #53B450 !important;
}
.dark-mode-enabled .table th,
.dark-mode-enabled .table td {
  border-color: #525c66 !important;
}
.dark-mode-enabled .delete-btn:hover,
.dark-mode-enabled .edit-btn:hover {
  background: #0069d9 !important;
  border-color: #0069d9 !important;
  color: #BDD1F8 !important;
}
.dark-mode-enabled .nav-pills .nav-link {
  background-color: #1F253A;
}
.dark-mode-enabled .nav-pills .nav-link.active,
.dark-mode-enabled .nav-pills .show > .nav-link,
.dark-mode-enabled .nav-pills .nav-link:hover {
  color: #fff !important;
  background-color: #5A8DEE;
  border-color: #5A8DEE !important;
}
.dark-mode-enabled .no-result-cell {
  background: #1B233A;
}
.dark-mode-enabled .page-item.disabled .page-link,
.dark-mode-enabled .page-link {
  background-color: #272E48;
  color: #5A8DEE;
}
.dark-mode-enabled .page-item.active .page-link {
  background-color: #5A8DEE;
  border-color: #dee2e6;
}
.dark-mode-enabled .edit-btn {
  background-color: #8FA6D2 !important;
  color: #293557 !important;
}
.dark-mode-enabled .bg-white,
.dark-mode-enabled .process-flow h6 {
  background-color: #272E48 !important;
}
.dark-mode-enabled .process-flow {
  border-color: rgba(222, 226, 230, 0.5);
}
.dark-mode-enabled .process-flow-charts,
.dark-mode-enabled .wizard-header h2 {
  background-color: #293557 !important;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3) !important;
  border: none;
}
.dark-mode-enabled .vue-form-wizard.md .wizard-icon-circle {
  border-color: #D9D9D9 !important;
  background-color: #293557;
  color: #fff;
}
.dark-mode-enabled .wizard-icon-container {
  background-color: #293557 !important;
  /*border: 1px solid #D9D9D9;*/
}
.dark-mode-enabled .vue-form-wizard .stepTitle {
  color: #fff !important;
}
.dark-mode-enabled .vue-form-wizard .stepTitle.active {
  color: #5A8DEE !important;
}
.dark-mode-enabled .vue-form-wizard .stepTitle.active::after {
  background: #5A8DEE;
}
.dark-mode-enabled .btn-primary {
  background: #5A8DEE !important;
  border-color: #5A8DEE !important;
}
.dark-mode-enabled .btn-primary:hover {
  background: #0069d9 !important;
  border-color: #0069d9 !important;
}
.dark-mode-enabled .custom-select-arrow .bv-no-focus-ring::before,
.dark-mode-enabled .trz-custom-dropdown .dropdown-toggle::before,
.dark-mode-enabled .employee-filter-btn.btn-secondary::before {
  background: #464d5c;
}
.dark-mode-enabled .custom-select-arrow .bv-no-focus-ring::after {
  border-top: 7px solid #C5CFF2;
}
.dark-mode-enabled .company-form-container,
.dark-mode-enabled .company-form-container.card {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3) !important;
  background: #293557 !important;
}
.dark-mode-enabled .list-tables .list-columns {
  background: transparent;
}
/*******************************************************************/
/********************************* dark mode added by musharrat **********************************/
/********************************* 13 nov **********************************/
/********************************* home **********************************/
body.dark-mode-enabled {
  color: #BDD1F8;
}
body.dark-mode-enabled .card {
  background-color: #272e48;
}
body.dark-mode-enabled .card .row a {
  color: #BDD1F8;
}
/********************************* 13 nov **********************************/
/********************************* home **********************************/
body.dark-mode-enabled .pagination .page-item .page-link {
  background-color: #1a233a;
}
body.dark-mode-enabled .pagination .page-item .page-link:hover {
  background-color: #5A8DEE;
}
body.dark-mode-enabled .pagination .page-item.active .page-link {
  background-color: #5A8DEE;
  border-color: rgba(222, 226, 230, 0.5);
  color: #fff;
}
body.dark-mode-enabled .pagination .page-item.disabled .page-link {
  background-color: #1a233a;
}
body.dark-mode-enabled .btn-secondary {
  background-color: #364b7a;
}
body.dark-mode-enabled .btn-secondary:hover {
  background-color: #5a8dee;
}
body.dark-mode-enabled .btn-outline-secondary {
  color: #BDD1F8;
  border-color: rgba(222, 226, 230, 0.5);
}
body.dark-mode-enabled .btn-outline-secondary:hover {
  background-color: #5a8dee;
  border-color: #5a8dee;
}
.custom-success-circle .outer, .custom-success-circle-import .outer {
  stroke: #43a047;
  fill: transparent;
  stroke-width: 3px;
  animation: show100 2s;
  stroke-dasharray: 537;
  transition: stroke-dashoffset 1s;
  animation-play-state: running;
  -webkit-animation-play-state: running;
  transform: rotate(-89deg) translateX(-190px);
  -moz-transform: rotate(-89deg) translateX(-190px);
  stroke-dashoffset: 0;
}
.custom-success-arrow {
  left: 0;
  right: 0;
  position: absolute;
  top: 85px;
  margin: 0 auto;
}
/*#Success17 {
	display: block !important;
}
#Overview1 {
	display: none !important;
}*/
.custom-success-circle, .custom-success-circle-import {
  position: relative;
  z-index: 10;
}
.custom-success-arrow-animation #checkmark, .custom-success-arrow-animation-import #checkmark {
  stroke-dasharray: 640;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: draw-around 2s;
  animation-delay: 0s;
}
/********************************* header **********************************/
body.dark-mode-enabled .bg-navyblue {
  background-color: #1A233A !important;
}
body.dark-mode-enabled .bg-blue {
  background-color: #1A233A !important;
}
body.dark-mode-enabled .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
}
body.dark-mode-enabled .navbar-expand-md .navbar-nav .dropdown-menu {
  background: #1B233A;
}
/******************************** company/dashboard **********************************/
body.dark-mode-enabled .btn {
  color: #fff !important;
}
body.dark-mode-enabled .company-title {
  background-color: #272e48;
}
body.dark-mode-enabled .dashborad-title {
  color: #212529;
}
body.dark-mode-enabled .row.p-2.mt-3 .border.rounded {
  background-color: #272e48;
}
body.dark-mode-enabled .custom-search .input-group-text {
  background: #162133 !important;
  border-color: #464d5c !important;
}
.package-renew-button {
  padding-top: 5px;
  height: auto;
  width: 100%;
  margin-top: 1px;
  padding-bottom: 5px;
}
/******************************* company/info *******************************/
body.dark-mode-enabled .tab-content.col.bg-white {
  background-color: #272e48 !important;
}
body.dark-mode-enabled .tab-content .card-body {
  background: transparent;
}
body.dark-mode-enabled .form-control {
  background-color: #162138;
  border-color: #464d5c !important;
  color: #8A99B5;
}
body.dark-mode-enabled .custom-select {
  background-color: #162138;
  border-color: #464d5c;
}
body.dark-mode-enabled .section-title {
  background-color: #272e48;
}
/******************************* agent info (setup new agent) *******************************/
body.dark-mode-enabled .modal-content {
  background-color: #272e48;
}
body.dark-mode-enabled .close {
  color: #fff;
}
body.dark-mode-enabled .custom-file-label {
  background-color: #162138;
}
body.dark-mode-enabled .custom-file-label::after {
  background-color: #364b7a;
  color: #BDD1F8;
}
/******************************* agent/users (team) *******************************/
body.dark-mode-enabled .table {
  color: #BDD1F8;
}
body.dark-mode-enabled .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #293557;
}
body.dark-mode-enabled .table tr:hover {
  color: #BDD1F8;
}
/********************************* side bar **********************************/
body.dark-mode-enabled .v-sidebar-menu .vsm--link {
  color: #BDD1F8 !important;
}
/*body.dark-mode-enabled .v-sidebar-menu.vsm_expanded .vsm--item_open .vsm--link_level-1,
body.dark-mode-enabled .v-sidebar-menu .vsm--dropdown .vsm--list {
    background-color: #1A233A !important;
}*/
/******************************* employee *******************************/
body.dark-mode-enabled .dropdown-menu {
  background-color: #1a233a;
  color: #BDD1F8;
}
body.dark-mode-enabled .dropdown-item {
  color: #BDD1F8;
}
body.dark-mode-enabled .dropdown-item:hover {
  background-color: #262d46;
}
body.dark-mode-enabled #sidebar_right {
  background-color: #272e48 !important;
}
.input-group {
  margin-top: -2px;
  margin-bottom: 2px;
}
body.dark-mode-enabled .input-group-text {
  color: #BDD1F8;
  background-color: #293557;
  border: 1px solid #464d5c;
}
body.dark-mode-enabled .text-dark {
  color: #BDD1F8 !important;
}
body.dark-mode-enabled .form-control::-moz-placeholder {
  color: #8A99B5;
}
body.dark-mode-enabled .form-control::placeholder {
  color: #8A99B5;
}
body.dark-mode-enabled .custom-select {
  color: #8A99B5;
}
/******************************* employee/info *******************************/
body.dark-mode-enabled .company-back-btn-alt a {
  color: #BDD1F8;
}
body.dark-mode-enabled ul.nav-pills li,
body.dark-mode-enabled ul.nav-pills li a {
  color: #BDD1F8 !important;
}
body.dark-mode-enabled .text-secondary {
  color: #8A99B5 !important;
}
body.dark-mode-enabled .border {
  border-color: rgba(222, 226, 230, 0.5) !important;
}
body.dark-mode-enabled .border-bottom {
  border-bottom-color: rgba(222, 226, 230, 0.5) !important;
}
body.dark-mode-enabled ul.nav-pills {
  border: 1px solid rgba(222, 226, 230, 0.5);
}
body.dark-mode-enabled .modal-header {
  border-bottom: 1px solid rgba(222, 226, 230, 0.5) !important;
}
body.dark-mode-enabled .custom-file-label {
  border-color: #464d5c;
}
body.dark-mode-enabled .navbar.sticky-nav {
  background-color: #272e48 !important;
}
body.dark-mode-enabled .text-light {
  color: #f8f9fa !important;
}
/******************************* 20 nov *******************************/
/*.text-light{color: #212529 !important;}*/
body.dark-mode-enabled .page-link {
  border: 1px solid rgba(222, 226, 230, 0.5);
}
body.dark-mode-enabled .page-item.disabled .page-link {
  border-color: rgba(222, 226, 230, 0.5);
}
body.dark-mode-enabled .list-tables td {
  background: #343b53;
}
/******************************* 23 nov *******************************/
body.dark-mode-enabled .table-bordered th,
body.dark-mode-enabled .table-bordered td {
  border: 1px solid rgba(222, 226, 230, 0.5);
}
body.dark-mode-enabled .custom-info {
  color: transparent;
}
body.dark-mode-enabled .custom-info {
  color: #8A99B5;
}
body.dark-mode-enabled .was-validated .form-control:valid,
body.dark-mode-enabled .form-control.is-valid {
  border-color: #38c172;
}
body.dark-mode-enabled .was-validated .form-control:invalid,
body.dark-mode-enabled .form-control.is-invalid {
  border-color: #e3342f;
}
body.dark-mode-enabled .b-form-btn-label-control.form-control[aria-disabled=true],
body.dark-mode-enabled .b-form-btn-label-control.form-control[aria-readonly=true] {
  background-color: #202841;
}
body.dark-mode-enabled .custom-control-label::before {
  background-color: #162138;
}
/******************************* attendances *******************************/
body.dark-mode-enabled .list-group-item {
  background-color: transparent;
  border-color: rgba(222, 226, 230, 0.5);
}
body.dark-mode-enabled .row.trz_borders .bg-light {
  background-color: #343a50 !important;
}
body.dark-mode-enabled .row.trz_borders .bg-dark {
  background-color: #1a202c !important;
}
body.dark-mode-enabled .b-avatar {
  background-color: transparent !important;
}
body.dark-mode-enabled .border-top {
  border-top-color: rgba(222, 226, 230, 0.5) !important;
}
/******************************* reports *******************************/
body.dark-mode-enabled .nav-tabs .nav-link {
  color: #BDD1F8 !important;
  border-color: rgba(222, 226, 230, 0.5) !important;
}
body.dark-mode-enabled .nav-tabs {
  border-bottom: 1px solid rgba(222, 226, 230, 0.5);
}
body.dark-mode-enabled .nav-tabs .nav-link.active,
body.dark-mode-enabled .nav-tabs .nav-item.show .nav-link, body.dark-mode-enabled .nav-tabs .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-mode-enabled nav > div a.nav-item.nav-link.active::after {
  border-top-color: rgba(222, 226, 230, 0.5);
  bottom: -30px;
}
body.dark-mode-enabled #nav-reports fieldset legend {
  background-color: #162138 !important;
}
body.dark-mode-enabled #nav-reports fieldset {
  background-color: #272e48 !important;
}
/******************************* 24 nov *******************************/
/******************************* employee/info *******************************/
body.dark-mode-enabled .was-validated .custom-select:invalid,
body.dark-mode-enabled .custom-select.is-invalid {
  border-color: #e3342f;
}
body.dark-mode-enabled .was-validated .custom-select:valid:focus,
body.dark-mode-enabled .custom-select.is-valid:focus {
  border-color: #38c172;
}
body.dark-mode-enabled .custom-info {
  background-color: #36405d;
}
body.dark-mode-enabled .custom-info {
  background-color: #36405d;
}
body.dark-mode-enabled .s-thead {
  background: #36405d;
}
/******************************* payrun *******************************/
body.dark-mode-enabled #nav-tabContent .users-style > .table:first-child td {
  color: #8A99B5;
}
body.dark-mode-enabled #nav-tabContent .users-style > .table:first-child {
  border-color: #8A99B5;
}
body.dark-mode-enabled .gross-salary .custom-accordion-btn.btn-primary {
  color: #BDD1F8 !important;
}
body.dark-mode-enabled hr {
  border-color: rgba(222, 226, 230, 0.5);
}
body.dark-mode-enabled .accordion-block .btn.btn-primary.custom-accordion-btn {
  border-color: rgba(222, 226, 230, 0.5) !important;
}
body.dark-mode-enabled .modal-body .card {
  border: 1px solid rgba(222, 226, 230, 0.5);
}
body.dark-mode-enabled #collapse-GS .card {
  border-top: 1px solid rgba(222, 226, 230, 0.5) !important;
}
body.dark-mode-enabled .accordion-block .btn.btn-primary.custom-accordion-btn tr {
  color: #BDD1F8 !important;
}
body.dark-mode-enabled #mainreport-panel input {
  background-color: #162138;
  color: #8A99B5;
}
body.dark-mode-enabled #mainreport-panel input.btn {
  color: #fff;
}
body.dark-mode-enabled select {
  background-color: #162138;
  color: #8A99B5;
}
/******************************* 25 nov *******************************/
.card-body.container .row .row.btn-group:first-child {
  display: flex;
}
body.dark-mode-enabled .pagination a {
  color: #BDD1F8;
}
body.dark-mode-enabled div {
  scrollbar-color: #1a233a #000;
}
body.dark-mode-enabled .active-bg {
  background-color: #1a233a !important;
}
/******************************* 12 january *******************************/
body.dark-mode-enabled .employee-dashboard-intro + .card .card-header .btn.btn-secondary {
  background: transparent !important;
  border-color: #464d5c !important;
}
body.dark-mode-enabled .employee-dashboard-intro + .card .card-header .btn.btn-secondary:hover {
  border-color: #364b7a !important;
}
.employee-dashboard-intro + .card .card-header .mr-3 {
  margin-right: 0 !important;
}
.employee-dashboard-intro + .card .btn.float-left.btn-secondary {
  margin: 0.25rem;
}
.grid .grid-item .cursor-pointer {
  text-align: center;
  margin: 5px 0;
}
.employee-list-table {
  width: 100%;
}
/******************************* 13 january *******************************/
.employee-list-table td {
  padding: 10px;
}
.employee-dashboard-intro + .card {
  overflow-x: auto;
}
.employee-tab-inner .cmpny-dwnld-btn {
  background: none;
  padding: 0 !important;
  margin: 0 !important;
  margin-left: 20px !important;
}
.employee-tab-inner .cmpny-dwnld-btn:hover {
  background: none !important;
  color: #8A99B5 !important;
}
.all-company-page .grid .grid-item {
  width: 32%;
  text-align: center;
}
body.dark-mode-enabled .all-company-page .card .list-view .row.border-bottom:nth-child(even),
body.dark-mode-enabled .employee-list-view > div:nth-child(even) {
  background-color: #1B233A;
}
body.dark-mode-enabled .all-company-page .card .list-view .row.border-bottom:nth-child(odd),
body.dark-mode-enabled .employee-list-view > div:nth-child(odd) {
  background-color: #293557;
}
body.dark-mode-enabled .all-company-page .card .list-view .row.border-bottom:first-child {
  background-color: #39415A;
}
body.dark-mode-enabled .all-company-page .card .list-view .border-bottom {
  border-bottom: transparent !important;
}
.all-company-page .grid-item .btn-group .btn.btn-primary {
  margin-right: 2%;
  width: 32%;
  padding: 5px;
}
.all-company-page .grid-item .btn-group .btn.btn-primary:last-child {
  margin-right: 0;
}
.all-company-page .grid-item .btn-group .btn.btn-primary {
  border-radius: 0.25rem !important;
}
.all-company-page .grid-item .btn-group {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.dark-mode-enabled .all-company-page .grid-item {
  background-color: #293557;
  border: none;
  box-shadow: 5px 0px 20px 0 rgba(11, 26, 51, 0.63) !important;
}
/******************** Tax Cards and Pay Slips ********************/
.collapsed > .when-opened,
:not(.collapsed) > .when-closed {
  display: none;
}
.c-accordion {
  background: #fff !important;
  border: none !important;
}
.btn-info {
  border: none !important;
  background-color: rgba(90, 141, 238, 0.3) !important;
}
.acc-lists .card {
  background: #fff !important;
}
.acc-lists .card .card-header {
  background: #fff !important;
}
.acc-lists .card .btn-info:focus {
  box-shadow: none !important;
  color: inherit;
}
.acc-lists .card .fa-chevron-down,
.acc-lists .card .fa-chevron-up {
  color: #fff;
}
.custom-info {
  background: #f0f0f0;
  color: #585858;
}
.dark-mode-enabled .acc-lists .card .card-header,
.dark-mode-enabled .c-accordion,
.dark-mode-enabled .acc-lists .card {
  background: #36405d !important;
  border-color: 1px solid rgba(222, 226, 230, 0.5);
}
.dark-mode-enabled .acc-lists .card .fa-chevron-down,
.dark-mode-enabled .acc-lists .card .fa-chevron-up {
  color: #BDD1F8;
}
.s-thead {
  background: #c9c9c9;
}
.s-tfoot {
  background: #e5e5e5;
}
.dark-mode-enabled .s-thead,
.dark-mode-enabled .s-tfoot {
  background: rgba(0, 0, 0, 0.075) !important;
}
.dark-mode-enabled .acc-lists .btn:hover {
  background: #0059c9 !important;
}
/*************************************************************************************/
body.dark-mode-enabled .error-found, .error-found {
  border-color: rgb(255, 99, 71) !important;
}
body.dark-mode-enabled .table-striped tbody tr:hover {
  background-color: #203e77 !important;
}
#nav-tab a::after {
  content: none;
}
#nav-tab {
  top: -290px;
  z-index: 1;
  padding: 10px !important;
  right: 0;
  border-radius: 0.25rem;
  height: 218px;
  border: 1px solid rgba(222, 226, 230, 0.5) !important;
}
.b-avatar .b-avatar-img img {
  height: auto !important;
}
#nav-tabContent-intro .nav-item.nav-link, #nav-tabContent-intro .nav-item .nav-link {
  flex-direction: column;
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-right-color: #dee2e6 !important;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
body.dark-mode-enabled #nav-tabContent-intro .nav-item.nav-link {
  border-color: rgba(222, 226, 230, 0.5) !important;
  background: transparent;
}
.tab-content .nav-item.nav-link img {
  margin-bottom: 10px;
}
#nav-tabContent-intro .nav-item.nav-link:last-child {
  border-right-width: 0 !important;
}
#nav-tab-report .nav-item.nav-link {
  width: 20%;
}
.no-sidebar .container {
  max-width: 1200px;
}
.no-sidebar .custom-tab-nav {
  top: 1px;
}
.popup {
  z-index: 99 !important;
  top: 60px !important;
}
/*b, strong {
	font-weight: normal !important;
}*/
.employee-tab {
  padding: 25px !important;
}
.dark-mode-enabled .employee-tab {
  background-color: #272e48 !important;
}
dt {
  font-weight: 400 !important;
}
.popup .popuptext, .alert-danger {
  background: #C53929 !important;
  color: #fff !important;
  padding: 10px 20px 10px 45px !important;
  position: relative;
}
.popup .popuptext ul {
  margin: 0;
  padding: 0;
}
.popup .popuptext::before, .alert-danger::before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  font-size: 20px;
  top: 50%;
  line-height: 20px;
  transform: translatey(-50%);
}
.loading-stroke {
  position: absolute;
  width: 200px;
  height: 5px;
  background: #5A8DEE;
  bottom: 1.75rem;
  left: 0;
  animation: loaderstroke 1.5s infinite;
}
.popup .popuptext::after {
  content: "\f057";
  position: absolute;
  top: 2px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
.alert-danger {
  border: none;
}
#navbarSupportedContent .dropdown-menu {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.12s, transform 0.12s;
  pointer-events: none;
}
#navbarSupportedContent .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}
.custom-tab-nav .nav {
  justify-content: center;
}
.v-sidebar-menu .vsm--link {
  line-height: 18px !important;
}
.v-sidebar-menu .vsm--dropdown .vsm--item {
  margin-bottom: 10px !important;
}
.custom-file-uploader .custom-file {
  height: auto;
}
.card-header {
  border-bottom-color: rgba(222, 226, 230, 0.5) !important;
}
.login-email-info {
  position: absolute;
  top: -8px;
  left: 110px;
  cursor: pointer;
  background: transparent !important;
  border: none;
  padding: 0;
}
.login-email-info .text-light {
  color: #8A99B5 !important;
  font-size: 0.8rem !important;
}
img.login-logo {
  align-self: flex-start;
}
.employee-list-table tr td {
  vertical-align: middle;
}
.form-control::-moz-placeholder {
  opacity: 0.5;
}
.form-control::placeholder {
  opacity: 0.5;
}
.login-container .form-control:focus {
  border-color: #5A8DEE;
  outline: 0;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.login-container .form-control {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.guest-main-inner ul.list-group {
  max-width: 500px;
  margin: 0 auto;
}
/****************************** Employee Portal Start ******************************/
.no-sidebar .container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}
.employee-sidebar {
  background-color: #34444c !important;
  border: none !important;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 270px;
  padding-top: 62px;
  z-index: 1;
}
.employee-sidebar-inner {
  /* box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3) !important; */
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}
.employee-sidebar .col-sm-2, .employee-sidebar .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100% !important;
}
.employee-sidebar .col-sm-2 {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0 !important;
}
.employee-sidebar .col-sm-3 {
  border-top-right-radius: 0 !important;
  border-left: 1px solid rgba(222, 226, 230, 0.5) !important;
  border-top: 0 !important;
  border-bottom-left-radius: 0.25rem;
}
.no-sidebar .employee-tab {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.employee-sidebar .employee-public-info-row {
  height: auto !important;
  margin-bottom: 20px;
}
.employee-sidebar .employee-avatar-wrapper {
  max-width: 150px;
  margin: 0 auto;
  height: 150px;
}
.employee-sidebar .employee-avatar-wrapper .btn.b-avatar {
  border-radius: 50% !important;
}
.employee-content {
  background: #272E48;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3) !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.employee-sidebar .employee-portal-menu .list-group-item {
  border: none;
  border-radius: 0 !important;
  transition: all 0.5s ease-in-out;
  border-left: 1px solid transparent;
}
.employee-portal-menu .list-group-item span {
  color: #BDD1F8;
  font-weight: normal;
}
.employee-portal-menu .list-group-item.menu-active span, .employee-portal-menu .list-group-item:hover span {
  color: #5A8DEE;
}
.employee-portal-menu .list-group-item.menu-active {
  background-color: #293557 !important;
  border-left-color: #5A8DEE;
}
.employee-sidebar .employee-portal-menu .list-group-item:hover {
  background-color: #293557 !important;
  padding-left: 40px;
  border-left-color: #5A8DEE;
}
.employee-content .card-header-pills {
  margin-right: 0;
  margin-left: 0;
  border: none !important;
}
.employee-sidebar .employee-portal-menu .list-group-item img {
  transition: transform 1.2s ease-in-out;
}
.employee-sidebar .employee-portal-menu .list-group-item:hover img {
  transform: rotate(360deg);
}
.employee-content .nav-item {
  margin-right: 10px;
}
.employee-content .nav-item .nav-link {
  border-radius: 0.25rem !important;
  border: none !important;
}
.employee-content .card-header {
  padding-top: 0;
  padding-bottom: 0;
}
.dark-mode-enabled .nav-pills .nav-link.active, .dark-mode-enabled .nav-pills .show > .nav-link, .dark-mode-enabled .nav-pills .nav-link:hover {
  box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.5);
}
body.dark-mode-enabled .company-form-container .card {
  background: transparent;
}
.custom-card-body {
  padding: 0 1.25rem;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: none !important;
}
.btn-info:hover {
  color: #fff !important;
  background-color: #5a8dee !important;
}
.hide-content {
  display: none;
}
.dark-mode-enabled .company-form-container .bg-white, body.dark-mode-enabled .company-form-container .tab-content.col.bg-white {
  background-color: transparent !important;
}
body.dark-mode-enabled .company-form-container .text-secondary {
  color: #fff !important;
}
.employee-front-custom-card {
  border: 1px solid rgba(222, 226, 230, 0.5) !important;
}
.employee-front-custom-card .card-header {
  border-bottom: 1px solid rgba(222, 226, 230, 0.5) !important;
}
.not-collapsed .bi-chevron-down {
  transform: rotate(180deg);
}
.employee-front-custom-card .card-text {
  margin-bottom: 0 !important;
}
/****************************** Employee Portal End ******************************/
/****************************** 17-06-2021 new changes Start ******************************/
.vsm--icon-holder {
  margin-right: 10px;
  width: 25px;
  overflow: hidden;
  border-radius: 3px;
}
.employee-count-icon, .employee-count-number {
  cursor: text;
}
.font-weight-bold.bold-font, .font-weight-bold {
  font-weight: 800 !important;
}
.employee-list-btn .btn-group {
  display: flex;
  flex-direction: column;
}
.employee-list-btn .btn {
  border-radius: 0.25rem !important;
  margin: 2px 0;
}
.not-activated {
  border-style: dashed !important;
  background: transparent !important;
  opacity: 0.6;
  pointer-events: none;
}
.btn:focus, .btn.focus {
  box-shadow: none !important;
}
.company-info-container .col-auto .nav-pills .nav-link {
  border-width: 0 !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:hover {
  box-shadow: none !important;
}
.dark-mode-enabled .company-info-container .col-auto .nav-pills .nav-link.active, .dark-mode-enabled .company-info-container .col-auto .nav-pills .show > .nav-link, .dark-mode-enabled .company-info-container .col-auto .nav-pills .nav-link:hover {
  border-width: 0 !important;
}
.company-info-container .nav-link img {
  display: none !important;
}
.dark-mode-enabled .company-info-container .col-auto ul.nav-pills {
  background-color: #293557 !important;
}
.company-form-container dt {
  font-weight: 700 !important;
}
.custom-search .form-control {
  padding: 0;
  padding-left: 0px;
  flex: 0 0 0px !important;
  border: none;
}
.custom-search .form-control.not-collapsed-input {
  flex: 0 0 calc(100% - 52px) !important;
  border-color: #464d5c !important;
  border-style: solid;
  border-width: 1px 1px 1px 0 !important;
  transition: all 0.5s ease-in-out;
}
.custom-search .input-group-prepend.not-collapsed-input .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.custom-search .input-group {
  margin-top: 0 !important;
}
.custom-search .input-group-text {
  border-color: transparent !important;
  background: transparent !important;
}
.dark-mode-enabled .custom-search .not-collapsed-input .input-group-text {
  border-color: #464d5c !important;
  background: #162133 !important;
}
.custom-search .not-collapsed-input .input-group-text {
  border-color: #e3e3e3 !important;
  background: #e3e3e3 !important;
}
.dept-list-head td {
  font-weight: 600;
  color: #BDD1F8;
}
body.dark-mode-enabled .custom-select {
  background-image: url("../images/custom-select-arrow.png") !important;
  background-size: 15px 8px !important;
}
.employee-avatar.custom-employee-avatar {
  height: 91px;
  overflow: hidden;
}
.custom-employee-avatar .nav-item {
  width: 75px !important;
  margin: 0 auto;
  border-radius: 50%;
}
.employee-profile-content {
  height: 100%;
  width: calc(100% - 120px);
}
.custom-employee-avatar .b-avatar {
  border-radius: 50% !important;
}
.custom-tab-nav {
  position: unset;
  padding: 0px !important;
  border-radius: 0.25rem;
  height: auto;
  border: none !important;
  max-width: 100%;
}
.custom-tab-nav .nav-item {
  margin: 0 0 0;
  width: auto;
}
.custom-tab-nav .nav {
  justify-content: left;
}
.employee-tab .custom-tab-nav .nav-pills .nav-link {
  border-width: 0 0 1px !important;
  background: transparent;
  border-radius: 0 !important;
  margin: 0;
  position: relative;
  border-color: transparent !important;
}
.dark-mode-enabled .employee-tab .custom-tab-nav .nav-pills .nav-link.active {
  color: #5A8DEE !important;
  border-color: #5A8DEE !important;
}
.employee-tab .custom-tab-nav .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #5A8DEE;
  bottom: -1px;
  left: 0;
  transition: all 0.5s ease-in-out;
  width: 0;
}
.dark-mode-enabled .employee-tab .custom-tab-nav .nav-pills .nav-link.active::before, .dark-mode-enabled .employee-tab .custom-tab-nav .nav-pills .nav-link:hover::before {
  width: 100%;
}
.custom-taxcard-select .custom-select {
  display: inline-block;
  max-width: 400px;
  vertical-align: middle;
}
.custom-taxcard-select .custom-select-label {
  display: inline-block;
  vertical-align: middle;
}
.custom-taxcard-select.custom-payrun-select .custom-select {
  max-width: 200px;
}
thead td {
  font-weight: 600;
}
/*.custom-payrun-table thead td:last-child, .custom-payrun-table tbody td:last-child {
	border: none !important;
	background: #293557;
}
.custom-payrun-table thead td {
	border-top: 1px solid rgba(222, 226, 230, 0.5) !important;
}*/
nav .pagination {
  margin-bottom: 0;
}
body.dark-mode-enabled .custom-select-arrow .custom-select.inactive-select-arraow {
  background-image: none !important;
}
.modal-lg, .modal-xl {
  max-width: 1000px;
}
/*.embed-responsive-16by9::before {
	padding-top: 80.00%;
}*/
.dark-mode-enabled .company-info-container .col-auto .nav-pills .nav-item {
  margin-bottom: 1px;
}
.navbar-expand-md .navbar-nav .user-nav-item .dropdown-menu {
  width: 200px;
}
.year-wrapper {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}
body.dark-mode-enabled .all-company-page .grid-item:nth-child(3n+1) {
  clear: left;
}
#nav-tab a:last-child {
  margin-right: 0;
}
#nav-tab a:first-child {
  margin-left: 0;
}
#nav-tab a {
  width: 23.5%;
  margin: 1%;
  color: #fff !important;
}
#nav-tab {
  padding: 0 !important;
  height: auto;
  border: none !important;
}
.custom-company-avatar.custom-employee-avatar .nav-item {
  max-width: 200px !important;
  width: auto !important;
}
.custom-select.is-valid, .was-validated .custom-select:valid, .form-control.is-valid, .was-validated .form-control:valid {
  border-color: #ced4da !important;
}
.company-form-box-title .tab-button {
  width: 260px;
}
#taxcard74___BV_modal_outer_ {
  z-index: 99999 !important;
}
.dark-mode-enabled .employee-grid-view .grid-item {
  background-color: #293557;
  box-shadow: 5px 0px 20px 0 rgba(11, 26, 51, 0.63) !important;
}
.employee-grid-view .grid-item {
  width: 19%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-right: 1.25%;
}
.employee-grid-view .grid-item:nth-child(5n) {
  margin-right: 0;
}
.employee-grid-view .grid-item:nth-child(5n+1) {
  clear: left;
}
.grid-employee-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 20px auto;
  border-radius: 50%;
}
.grid-employee-data span {
  display: block;
}
.grid-employee-data span:first-child {
  font-size: 18px;
  font-weight: 600;
}
.grid-employee-data span:last-child {
  min-height: 50px;
}
.grid-employee-data span:last-child span {
  min-height: 0;
  display: inline-block;
}
.custom-date-indicator {
  font-size: 9px;
  letter-spacing: 2px;
  display: block;
}
.company-addon-list {
  padding-left: 5px;
  margin-top: 10px;
  list-style: outside none none;
  margin-bottom: 0;
}
.custom-date-indicator.custom-date-indicator-pf {
  display: inline-block;
}
.return108-rows td:nth-child(5),
.return108-rows td:nth-child(6),
.return108-rows td:nth-child(7),
.return108-rows td:nth-child(8),
.return108-rows td:nth-child(9),
.return108-rows td:nth-child(10),
.return108-rows td:nth-child(11),
.return108-rows td:nth-child(12),
.return108-rows td:nth-child(13),
.return108-rows td:nth-child(14),
.return108-rows td:nth-child(15),
.return108-rows td:nth-child(16),
.return108-rows td:nth-child(17),
.return108-rows td:nth-child(18),
.return108-rows td:nth-child(19),
.return108-rows td:nth-child(20),
.return108-rows td:nth-child(21),
.return108-rows td:nth-child(22),
.return108-rows td:nth-child(23) {
  text-align: right !important;
}
.company-form-container dl.row {
  padding-bottom: 10px;
}
.cmp-child-items:last-child {
  width: 115px;
  float: right;
}
.cmp-child-items:first-child {
  width: calc(100% - 115px);
  float: left;
}
.table-borderless td.cmp-parent-items {
  border-width: 0 0 1px !important;
  border-style: solid !important;
}
.table-borderless tr:last-child td.cmp-parent-items {
  border: 0 !important;
}
body.dark-mode-enabled .bg-blue.navbar, body.dark-mode-enabled .bg-navyblue.navbar {
  background-color: #001C38 !important;
}
.guest-main-left {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0e3a53;
  display: none;
}
.guest-main-right {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #44acb2;
  display: none;
}
.login-left {
  background: #001C38;
  box-shadow: none;
  padding: 45px 45px 45px 45px;
}
.login-right {
  background: transparent;
  padding: 45px 45px 45px 15px;
}
.logo-area span {
  color: #fff;
  display: block;
  font-size: 34px;
  text-align: right;
  line-height: 35px;
  margin-top: -10px;
  font-weight: 600;
}
.logo-content-area p {
  color: #fff;
  font-size: 15px;
}
.logo-content-area p a {
  color: #fff;
  font-weight: 600;
}
img.login-logo {
  left: 20px;
  top: 20px;
  z-index: 9;
}
.logo-content-area p a:hover {
  text-decoration: underline !important;
}
.logo-area {
  margin-bottom: 35px;
  display: inline-block;
}
.login-container {
  height: 100%;
  max-width: 100%;
  position: relative;
}
.login-right .users-style {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.logo-area .login-logo {
  height: auto !important;
}
.social-icons li {
  display: inline-block;
}
.social-icons {
  position: absolute;
  bottom: 5%;
  left: 45px;
}
.employee-list-table {
  white-space: nowrap;
}
.div2 {
  overflow: none;
}
.wrapper1, .wrapper2 {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.div1, .wrapper1 {
  height: 18px;
  scrollbar-color: #001C38 #eaeaea;
}
.company-info-container .tab-content > .active > div, .company-info-container .tab-content > .active > div > div, .company-info-container .tab-content > .active {
  height: 100%;
}
.signup-link-container a, .login-links {
  color: #000 !important;
}
.signup-link-container a:hover, .guest-main .forget-pass-link:hover, body.dark-mode-enabled .guest-main .forget-pass-link:hover, .login-links:hover {
  color: #001C38 !important;
}
body.dark-mode-enabled .login-container .custom-control-label::before {
  background-color: transparent;
  border-color: #000;
}
.login-container abbr.text-primary {
  color: #000 !important;
}
.dark-mode-enabled .login-btn, .guest-main .login-btn {
  background: #001C38 !important;
  font-size: 15px;
  border-radius: 7px;
  border-color: #001C38 !important;
  color: #fff !important;
}
.dark-mode-enabled .login-btn:hover, .login-btn:hover {
  background: #001C38 !important;
  border-color: #075D7B !important;
}
body.dark-mode-enabled .login-container .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3490dc;
  border-color: #3490dc;
}
.guest-main {
  background: #fff;
}
#bv-modal-department___BV_modal_content_, #bv-modal-job-positions___BV_modal_content_ {
  margin: 10% auto;
}
.comapny-left-block .b-avatar {
  display: flex;
  align-items: center;
}
.comapny-left-block .b-avatar svg {
  color: #fff;
}
#navbarSupportedContent .navbar-nav > .nav-item:last-child:hover {
  background: #203E77;
}
#navbarSupportedContent .navbar-nav > .nav-item:last-child {
  transition: all 0.5s ease-in-out;
}
#login-submit-group .btn-primary::after, .guest-main .login-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  top: auto;
  left: 0;
  bottom: -100%;
  background-color: #075D7B !important;
  color: #FFFFFF !important;
}
#login-submit-group .btn-primary:hover::after, .guest-main .login-btn:hover::after {
  bottom: 0;
}
#login-submit-group .btn-primary, .guest-main .login-btn {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.navbar-light .navbar-nav .dropdown-menu .nav-link {
  color: #000 !important;
}
.navbar-light .navbar-nav .dropdown-menu .nav-link:hover {
  background: #F9F9FB;
}
.nav-item .dropdown-menu a:hover {
  background: #F9F9FB !important;
}
.custom-search .form-control.not-collapsed-input {
  border-color: #e3e3e3 !important;
  padding-left: 10px;
}
.dark-mode-enabled .custom-search .form-control.not-collapsed-input {
  border-color: #464d5c !important;
}
.btn-secondary {
  color: #fff;
  background-color: #00c5fb;
  border-color: #00c5fb;
  font-weight: 600;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #00b7ed !important;
  border: 1px solid #00b7ed;
}
.table-head {
  background: #CCF4FE;
  border-bottom: 2px solid #dee2e6;
}
.bg-wash {
  background-color: #F9F9FB !important;
}
.table-layout .table-row {
  background: #fff;
}
.action-dropdown-toggle::after {
  content: none !important;
}
.action-dropdown-toggle {
  color: #777;
}
.action-dropdown-toggle:hover {
  color: #0056b3;
}
.action-dropdown-menu .btn-group {
  display: block !important;
}
.action-dropdown-menu .btn {
  display: block !important;
}
.action-dropdown-menu {
  padding: 0;
}
.action-dropdown-menu .btn {
  display: block !important;
  border: none !important;
  width: 100%;
  text-align: left;
  border-radius: 0 !important;
  color: #000 !important;
  margin-left: 0 !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  background: #fff !important;
  font-weight: 400;
}
.action-dropdown-menu .btn svg, .action-dropdown-menu .btn i.fa, .action-dropdown-menu .btn i.fas {
  font-size: 14px !important;
  vertical-align: middle !important;
  margin-right: 5px;
  margin-top: -2px !important;
}
.action-dropdown-menu .btn:hover {
  background: #f8f9fa !important;
}
.action-dropdown-menu {
  right: 10px !important;
  left: auto !important;
  transform: unset !important;
  top: 40px !important;
}
.agent-table .action-dropdown-menu {
  top: 55px !important;
}
.border-10 {
  border-left-width: 10px !important;
  border-right-width: 10px !important;
}
.border-custom-color {
  border-left-color: #F9F9FB !important;
  border-right-color: #F9F9FB !important;
}
.atlhr-dashboard-title {
  font-size: 26px;
  color: #1f1f1f;
  margin-bottom: 35px;
  font-weight: 500;
}
.atlhr-dashboard-title span {
  display: block !important;
  color: #6c757d;
  font-size: 16px;
  margin-top: 10px;
}
.dash-widget-icon {
  background-color: rgba(0, 197, 251, 0.2);
  border-radius: 100%;
  color: #00c5fb;
  float: left;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  text-align: center;
  width: 60px;
}
.dash-widget-info {
  text-align: right;
}
.dash-widget-info > h3 {
  font-size: 20px;
  font-weight: 600;
}
.dash-widget-info > span {
  font-size: 16px;
}
.card {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-color: #ededed;
}
.no-shadow {
  box-shadow: none !important;
}
.bar-icon {
  display: inline-block;
  width: 21px;
}
.agent-table .table-head, .agent-table .table-row {
  border-bottom: none !important;
  border-radius: 0 !important;
}
.bg-wash .card-header {
  background-color: #fff;
}
.custom-search .input-group-text {
  border-color: #e3e3e3 !important;
  background: #e3e3e3 !important;
}
.custom-search .form-control {
  flex: 0 0 calc(100% - 52px) !important;
  border-color: #e3e3e3 !important;
  border-style: solid;
  border-width: 1px 1px 1px 0 !important;
  transition: all 0.5s ease-in-out;
  padding-left: 10px;
}
.custom-search .input-group-prepend .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #CCF4FE !important;
}
.page-item.active .page-link, .page-item .page-link:hover {
  background-color: #00c5fb;
  border-color: #00c5fb;
  color: #fff;
}
.company-renew-btn {
  width: calc(100% - 2rem);
}
.table-head {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.active-badge {
  color: #fff;
}
.table-row {
  background: #fff;
  border-bottom: 1px solid #dee2e6 !important;
}
.table-row:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.v-sidebar-menu .vsm--link.vsm--link_exact-active {
  color: #00c5fb !important;
}
.company-list-table {
  white-space: nowrap;
  width: 100%;
  border-radius: 0.25rem;
  border-style: hidden;
  box-shadow: 0 0 0 1px #F9F9FB;
  overflow: hidden;
}
.company-list-table td {
  padding: 10px;
}
.table-row:nth-child(2n+1) {
  background: #f6f6f6;
}
.border-black {
  border-color: #000 !important;
}
.b-icon.bi {
  vertical-align: middle !important;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background-color: #00b7ed;
  border-color: #00b7ed;
}
ul.nav-pills li, ul.nav-pills li a {
  color: #888;
}
ul.nav-pills li a {
  border-bottom: 1px solid #dee2e6;
  border-radius: 0 !important;
}
.employee-tab .custom-tab-nav .nav-pills .nav-link:hover, .nav-pills .nav-link:hover {
  color: #495057;
  border-color: transparent !important;
  background-color: #eee;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .employee-tab .nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .employee-tab .nav-pills .nav-link.active:hover {
  color: #495057;
  border-bottom-color: #00c5fb !important;
  border-bottom-width: 2px !important;
  background: transparent !important;
}
.employee-tab .custom-tab-nav .nav-pills .nav-link::before {
  content: none;
}
.trz-wizard-sidebar .nav-pills .nav-link {
  margin: 0 !important;
  border-width: 0 0 0 3px !important;
  border-color: transparent !important;
  background: transparent !important;
  color: #333;
  border-radius: 0 !important;
  padding: 10px 15px;
}
.trz-wizard-sidebar .nav-pills .nav-link.active, .trz-wizard-sidebar .nav-pills .nav-link:hover, .trz-wizard-sidebar .nav-pills .nav-link.active:hover {
  border-width: 0 0px 0 3px !important;
  color: #00c5fb;
  border-color: #00c5fb !important;
}
.trz-wizard-sidebar .nav-pills .nav-link:hover, .trz-wizard-sidebar .nav-pills .nav-link.active:hover {
  background: #eee !important;
}
.employee-tab .employee-tab-inner .trz-wizard-sidebar ul.nav-pills .nav-item {
  margin-bottom: 0;
}
.company-form-container {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  border: 1px solid #ededed;
  background: #fff;
}
.tab-content .card-body {
  background: transparent;
}
.trz-wizard-content .card-body {
  padding-bottom: 0;
}
.trz-wizard-sidebar ul.nav-pills {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #ededed;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #00b7ed !important;
}
#nav-tab a.active {
  background-color: #009efb !important;
  border-color: #009efb !important;
}
.custom-select {
  background-image: url("../images/custom-select-arrow-light.png") !important;
  background-size: 15px 8px !important;
  background-position: center right 6px;
}
.bg-gray {
  background-color: #ccf4fe !important;
}
.accordion-block .collapsed {
  margin-bottom: 10px;
}
#nav-tabContent-intro .nav-item.nav-link:hover {
  background: rgba(0, 231, 255, 0.08);
}
#nav-tabContent-intro .nav-item.nav-link.active {
  background: rgba(0, 231, 255, 0.08) !important;
}
.table-head-center td, .table-head-center th {
  text-align: center;
}
/*.company-dashboard-items-wrapper {
	width: 16.66%;
}*/
/*.vue-form-wizard.md .wizard-icon-circle.checked, .vue-form-wizard.md .wizard-icon-circle.checked .wizard-icon-container {
	background: rgb(67, 160, 71);
	color: #fff;
}*/
#nav-tabContent-intro .nav-item {
  width: 33.33%;
}
#nav-tabContent-intro .nav-item .nav-link {
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 0 1px 0 0 !important;
  position: relative;
  text-align: center;
}
#nav-tabContent-intro .nav-item .nav-link.active, #nav-tabContent-intro .nav-item .nav-link:hover {
  background: rgba(0, 231, 255, 0.08) !important;
  border-width: 0 1px 0 0 !important;
}
#nav-tabContent-intro .nav-tabs {
  border-bottom: none !important;
}
#nav-tabContent-intro .nav-item .nav-link.active::after {
  border: 15px solid transparent;
  border-top-color: hsla(0, 0%, 50%, 0.2);
  bottom: -31px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 15px;
}
#payrun_modal .modal-lg, #new_payslip_modal .modal-lg, #select-month-year .modal-lg {
  max-width: 550px;
}
.company-user-col span.d-block:last-child {
  border: none !important;
}
.employee-tab .employee-tab-inner ul.nav-pills {
  height: auto !important;
}
.table-head td, .table-head th {
  font-weight: 500;
}
.no-logo .cmpny-logo-overlay {
  bottom: 0;
  height: 40px;
}
.no-logo.cmpny-logo-uploader {
  height: 40px;
  border-radius: 0.25rem;
}
#dark-mode-container {
  display: none;
}
.company-title-block {
  font-size: 16px;
  background: #f8d7da;
}
.company-title-block.Startup {
  background: #DDF4FB;
}
.company-title-block.Corporate {
  background: #CFFBE5;
}
.company-title-block.Growth {
  background: #a7ffaa;
}
.company-title-block.Enterprise {
  background: #EEE0FC;
}
.company-title-block.Open {
  background: #90faff;
}
.company-info-block-bottom > div {
  margin-top: 10px;
}
.grid-employee-img .img-thumbnail {
  border-radius: 50%;
}
.employee-list-view .btn.btn-secondary {
  max-width: 228px !important;
}
.custom-secodary-btn .btn-secondary, .custom-secodary-btn, .custom-secodary-btn .btn-secondary:active, .custom-secodary-btn:active, .custom-secodary-btn .btn-secondary:focus, .custom-secodary-btn:focus {
  background: #3C5E64 !important;
  border-color: #3C5E64 !important;
  border-radius: 0.25rem;
}
.custom-secodary-btn .btn-secondary:hover, .custom-secodary-btn:hover {
  background: #468793 !important;
  border-color: #468793 !important;
}
.custom-search {
  max-width: 450px;
}
.list-view .active-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.agent-thumbnail.img-thumbnail {
  max-height: 60px;
  width: auto;
}
.edit-icon {
  background-color: #eee;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  color: #bbb;
  float: right;
  font-size: 12px;
  line-height: 24px;
  min-height: 26px;
  text-align: center;
  width: 26px;
  padding: 0;
}
.edit-icon:hover {
  background-color: #00c5fb;
  border-color: #00c5fb;
  color: #fff;
}
.atlhr-dashboard-title span a {
  color: #00c5fb;
}
.atlhr-dashboard-title span a:hover {
  color: #0056b3;
}
.contract-title {
  background: #e9ecef;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.was-validated .form-control:valid, .form-control.is-valid {
  padding-right: 0.75rem;
}
.modal-open .modal {
  padding: 0 15px !important;
}
.salary-benefit-wrapper .col-md-6:nth-child(2n+1) {
  clear: left;
}
.payroll-progress-global {
  width: 300px;
  background: #d1ecf1;
}
#employee_dropdown {
  background: #fff;
  border-color: #ccc !important;
  width: calc(100% - 30px) !important;
}
table#employee_dropdown tr, table#employee_dropdown td {
  display: block;
}
table#employee_dropdown td {
  padding: 5px 15px;
}
.progress-company-name {
  color: #25628F;
}
.payroll-progress-wrapper, .import-progress-wrapper {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 9;
}
.payroll-progress-global .btn.btn-primary {
  width: 25px;
  padding: 0;
  height: 25px;
  background: transparent !important;
  border: none !important;
  color: #00c5fb !important;
  position: absolute;
  right: 5px;
  top: 5px;
}
.reports-tab .tab-pane {
  display: none;
}
.tab-content.reports-tab > .active {
  display: block;
}
.report-title img {
  margin-right: 10px;
  width: 25px;
}
#nav-tabContent-intro.payroll-reporting-tab .reports-tab-nav-wrapper .nav-item .nav-link {
  height: auto;
  background: transparent !important;
  border-width: 0 0 2px !important;
  box-shadow: none !important;
  border-color: transparent;
}
#nav-tabContent-intro.payroll-reporting-tab .reports-tab-nav-wrapper .nav-item .nav-link::after {
  content: none !important;
}
#nav-tabContent-intro .reports-tab-nav-wrapper .nav-tabs {
  background: #fff;
  border-bottom: 1px solid #dee2e6 !important;
}
#nav-tabContent-intro.payroll-reporting-tab .reports-tab-nav-wrapper .nav-item {
  width: auto;
  margin: 0;
}
#nav-tabContent-intro.payroll-reporting-tab .reports-tab-nav-wrapper .nav-item .nav-link.active {
  border-bottom-width: 2px !important;
  border-bottom-color: #00c5fb !important;
}
.contract-wizard-content .wizard-tab-content {
  max-width: 440px;
}
.custom-search.custom-search-agent {
  max-width: 520px;
}
.disabled-input select {
  pointer-events: none;
  background-color: #e9ecef;
}
.custom-loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.spinner-border {
  background-image: url("../images/download-loader.svg");
  width: 100px;
  height: 100px;
  animation: unset;
  background-size: 100px;
  border: none;
  animation-name: spin_loader;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* .b-overlay{height: 100vh;} */
.employee-status-wrapper {
  max-width: 210px;
  margin-left: auto !important;
}
.employee-status-link {
  color: #00c5fb;
}
table.dataTable > thead .sorting span:before, table.dataTable > thead .sorting_asc span:before, table.dataTable > thead .sorting_desc span:before, table.dataTable > thead .sorting_asc_disabled span:before, table.dataTable > thead .sorting_desc_disabled span:before {
  right: -13px;
  content: "\f30c";
}
table.dataTable > thead .sorting span, table.dataTable > thead .sorting_asc span, table.dataTable > thead .sorting_desc span, table.dataTable > thead .sorting_asc_disabled span, table.dataTable > thead .sorting_desc_disabled span {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting span:after, table.dataTable > thead .sorting_asc span:after, table.dataTable > thead .sorting_desc span:after, table.dataTable > thead .sorting_asc_disabled span:after, table.dataTable > thead .sorting_desc_disabled span:after {
  right: -20px;
  content: "\f309";
}
table.dataTable > thead .sorting span:before, table.dataTable > thead .sorting span:after, table.dataTable > thead .sorting_asc span:before, table.dataTable > thead .sorting_asc span:after, table.dataTable > thead .sorting_desc span:before, table.dataTable > thead .sorting_desc span:after, table.dataTable > thead .sorting_asc_disabled span:before, table.dataTable > thead .sorting_asc_disabled span:after, table.dataTable > thead .sorting_desc_disabled span:before, table.dataTable > thead .sorting_desc_disabled span:after {
  position: absolute;
  bottom: -2px;
  display: block;
  opacity: 0.3;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
table.dataTable > thead .sorting_asc span:before, table.dataTable > thead .sorting_desc span:after {
  opacity: 1;
}
table.dataTable > thead .sorting_asc span:before, table.dataTable > thead .sorting_desc span:after {
  opacity: 1;
}
.modal-overflow .modal-body {
  overflow: auto;
}
.modal-overflow, .modal-overflow .modal-content {
  max-height: calc(100vh - 1.75rem);
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  background: #CCF4FE;
}
.stats-info {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}
.stats-info h6 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 5px;
}
.stats-info h4 {
  font-size: 24px;
  margin-bottom: 0;
}
.v-calendar .holiday {
  background-color: #CCF4FE;
}
.txt-alt {
  color: #888;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.img-holder .employee-avatar {
  width: 38px;
  height: 38px;
}
.img-holder {
  display: inline-block;
  max-width: 38px;
  margin-right: 10px;
}
.name-holder {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 58px);
}
.leave-status {
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 4px;
  min-width: 105px;
  display: inline-block;
  text-align: center;
  font-size: 14px !important;
}
.table-sticky {
  position: relative;
}
.table-sticky th {
  position: sticky;
  top: 0;
  background: #CCF4FE;
  z-index: 9;
}
.trz_leave_settings .back-btn, .back-btn {
  display: none;
}
.employee-profile .back-btn {
  display: block;
}
.trz_leave_settings .status-wrapper {
  font-size: 12px;
}
.cursor-pointer:hover .edit-icon {
  background-color: #00c5fb;
  border-color: #00c5fb;
  color: #fff;
}
.attendance-table td.bg-info, .attendance-table td.bg-success {
  color: #fff;
  border-right: 1px solid #dee2e6;
}
.cross-wrapper {
  background: #e1e1e1;
  padding: 0px 1px;
  display: block;
}
.punch-det {
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.punch-info {
  margin-bottom: 20px;
}
.punch-status .card-title {
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.punch-det h6 {
  line-height: 20px;
  margin-bottom: 0;
}
.punch-det p {
  color: #727272;
  font-size: 14px;
  margin-bottom: 0;
}
.punch-hours {
  align-items: center;
  background-color: #f9f9f9;
  border: 5px solid #e3e3e3;
  border-radius: 50%;
  display: flex;
  font-size: 18px;
  height: 120px;
  justify-content: center;
  margin: 0 auto;
  width: 120px;
}
.stats-box {
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
  padding: 5px;
}
.stats-box p {
  margin: 0;
  font-size: 12px;
}
.punch-status .stats-box {
  margin-bottom: 0;
}
.stats-box > h6 {
  margin-bottom: 0;
}
.recent-activity .res-activity-list {
  list-style-type: none;
  margin-bottom: 0;
  overflow-y: auto;
  padding-left: 30px;
  position: relative;
}
.recent-activity .res-activity-list::after {
  content: "";
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
}
.recent-activity .res-activity-list li {
  margin-bottom: 15px;
  position: relative;
}
.recent-activity .res-activity-list li::before {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.recent-activity .res-activity-list li::before {
  width: 10px;
  height: 10px;
  left: -30px;
  top: 0px;
  border: 2px solid #00c5fb;
  margin-right: 15px;
  z-index: 2;
  background: #fff;
}
.recent-activity p {
  font-size: 13px;
  margin-bottom: 0;
}
.recent-activity .res-activity-time {
  color: #bbb;
  font-size: 12px;
}
.v-calendar .holiday-public {
  color: #fff;
}
.custom-employee-avatar .personal-info li::after {
  clear: both;
  content: "";
  display: table;
}
.time-list {
  display: flex;
  flex-grow: 1;
  margin-bottom: 20px;
}
.dash-stats-list {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.dash-stats-list h4 {
  color: #1f1f1f;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
.dash-stats-list p {
  color: #777;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: uppercase;
}
.dash-stats-list + .dash-stats-list {
  border-left: 1px solid #e7e7e7;
}
.request-btn {
  text-align: center;
}
.leave-att-summery .card {
  min-height: 165px;
}
.table.table-sticky thead th {
  vertical-align: middle;
}
.contract-archive-box {
  height: 1500px;
  overflow: auto;
}
.employee-btn-holder .b-icon.bi {
  vertical-align: top !important;
}
.red-shadow {
  box-shadow: 0px 1px 3px 0px rgba(255, 0, 0, 0.8);
}
.b-icon.bi.align-custom {
  vertical-align: -0.15em !important;
}
.company-form-container .company-other-settings input.form-check-input + label::before {
  top: 3px;
}
.company-form-container .company-other-settings input.form-check-input:checked + label::after {
  top: 3px;
}
.employee-pass-settings .form-check-inline {
  display: block;
  margin-bottom: 5px;
}
.employee-pass-settings .form-check-input {
  display: inline-block;
  width: 14px;
  margin-right: 5px;
}
.employee-pass-settings .form-check-label {
  display: inline-block;
  width: calc(100% - 19px);
}
.employee-tab .accordion > .card, .employee-investment-wrapper .accordion > .card {
  overflow: unset;
}
.dashboard_title {
  background: #cfe2ff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/*****************aboni 8 nov 20201 ********/
.emp_active {
  background: #c2eff2;
  padding: 10px;
  border-radius: 25px;
}
.emp_inactive {
  background: #f6c8c8;
  padding: 10px;
  border-radius: 25px;
}
.bar-form-select {
  padding: 0.375rem;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.dashboard-shortcut2 {
  width: 25%;
}
.dashboard-card {
  width: 30%;
}
.dashboard-card2 {
  width: 100%;
  margin-left: 0.15rem !important;
}
.dashboard-card3 {
  width: 25%;
}
.dashboard-shortcut {
  width: 75%;
}
.tableFixHead {
  overflow-y: auto;
  overflow-x: hidden;
  height: 440px;
}
.tableFixHeadThead tr {
  position: sticky;
  top: 0;
}
.company-dashboard-items-1 {
  height: 240px;
}
.company-dashboard-items-2 {
  height: 150px;
}
.quick_stat_numbers {
  font-size: 1.4rem;
}
.payrunpayslip-details .switch-view-btn {
  display: none;
}
.employee-table-wrapper {
  overflow-x: auto;
}
.table-sticky-height {
  max-height: 1000px;
}
.border-gray {
  border-color: #777 !important;
}
.payrun-user-data {
  font-size: 13px;
}
.custom-tooltip > .tooltip-inner {
  max-width: 500px;
}
.contract-wizard-tab-content {
  max-width: unset !important;
}
.employee-table-wrapper.no-overflow .action-dropdown-menu, .employee-table-wrapper.no-overflow table tbody tr:first-child .action-dropdown-menu, .employee-table-wrapper.no-overflow table tbody tr:nth-child(2) .action-dropdown-menu {
  position: fixed !important;
  right: 70px !important;
  bottom: 40% !important;
  transform: translateY(50%) !important;
  top: auto !important;
}
.employee-table-wrapper .action-dropdown-menu {
  left: auto !important;
  right: 10px !important;
  top: auto !important;
  transform: unset !important;
  bottom: 0 !important;
}
.employee-table-wrapper table tbody tr:first-child .action-dropdown-menu, .employee-table-wrapper table tbody tr:nth-child(2) .action-dropdown-menu {
  bottom: auto !important;
  top: 0 !important;
}
.btn-danger.btn-primary {
  background-color: #e3342f !important;
  border-color: #e3342f !important;
}
.btn-primary.btn-danger:hover {
  background-color: #d0211c !important;
  border-color: #c51f1a !important;
}
.report-intro a:hover {
  color: #0056b3;
}
.core-hr-tab .report-title img {
  width: auto;
  height: 30px;
}
.template-wrapper .green-bg {
  background-color: transparent;
  color: #39da8a !important;
  border: 1px solid #39da8a;
  padding: 5px 10px;
}
.modal-xml {
  max-width: 1300px;
}
.signup-link-container .custom-control-label {
  margin: 0;
  color: #000;
  font-weight: normal;
  padding-top: 2px;
  text-transform: capitalize;
  font-size: 0.8rem;
}
.no-alert .alert {
  display: none !important;
}
.maintenance-mode .login-right p {
  font-size: inherit;
  color: unset;
}
#payrun_modal .modal-content {
  min-height: 350px;
}
#payrun_modal .modal-body {
  display: flex;
}
#payrun_modal .modal-body > .card {
  flex: 1 1 auto;
}
/******************************  New changes End ******************************/
/******************************  New changes Start Darkmode ******************************/
.dark-mode-enabled #employee_dropdown {
  background: #162138;
  border-color: #464d5c !important;
}
.dark-mode-enabled #nav-tabContent-intro .nav-item .nav-link {
  background: transparent;
  border-color: rgba(222, 226, 230, 0.5) !important;
}
.dark-mode-enabled #nav-tabContent-intro .nav-item .nav-link.active, .dark-mode-enabled #nav-tabContent-intro .nav-item .nav-link:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.dark-mode-enabled .vue-form-wizard.md .wizard-icon-circle.checked, .dark-mode-enabled .vue-form-wizard.md .wizard-icon-circle.checked .wizard-icon-container {
  background: #293557;
  color: #fff;
}
body.dark-mode-enabled #nav-tabContent-intro .nav-item.nav-link.active {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.dark-mode-enabled .bg-gray {
  background-color: #40566F !important;
}
body.dark-mode-enabled .action-dropdown-menu .btn {
  background: #314470 !important;
  color: #fff !important;
}
body.dark-mode-enabled .action-dropdown-menu .btn:hover {
  background: #203e77 !important;
}
.dark-mode-enabled #nav-tab a:hover, .dark-mode-enabled #nav-tab a.active {
  background-color: #0069d9 !important;
  border-color: #0069d9 !important;
}
.dark-mode-enabled .company-form-container {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3);
  border: none;
}
.dark-mode-enabled .trz-wizard-sidebar {
  background: #272E48;
}
body.dark-mode-enabled .card.bg-wash.employee-tab-bg {
  background-color: #272E48;
}
.dark-mode-enabled .trz-wizard-sidebar .nav-pills .nav-link:hover, .dark-mode-enabled .trz-wizard-sidebar .nav-pills .nav-link.active:hover {
  background: rgba(90, 141, 238, 0.17) !important;
  border-color: #5A8DEE !important;
}
.dark-mode-enabled .trz-wizard-sidebar .card-header {
  background: #293557 !important;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3) !important;
}
.dark-mode-enabled .employee-tab .custom-tab-nav .nav-pills .nav-link:hover, .dark-mode-enabled .nav-pills .nav-link:hover {
  color: #5A8DEE !important;
  background-color: rgba(90, 141, 238, 0.17);
}
.dark-mode-enabled .nav-pills .nav-link.active, .dark-mode-enabled .nav-pills .show > .nav-link, .dark-mode-enabled .employee-tab .nav-pills .nav-link.active, .dark-mode-enabled .nav-pills .nav-link.active:hover, .dark-mode-enabled .employee-tab .nav-pills .nav-link.active:hover {
  border-color: #5A8DEE !important;
  color: #5A8DEE !important;
}
.dark-mode-enabled .nav-item .dropdown-menu a:hover {
  background: #203e77 !important;
}
body.dark-mode-enabled .navbar-light .navbar-nav .nav-link .badge-info {
  color: #fff;
}
body.dark-mode-enabled .atlhr-dashboard-title, body.dark-mode-enabled .atlhr-dashboard-title span {
  color: #BDD1F8;
}
.dark-mode-enabled .btn-secondary {
  background: #5A8DEE !important;
  border-color: #5A8DEE !important;
}
.dark-mode-enabled .btn-secondary:hover {
  background: #0069d9 !important;
  border-color: #0069d9 !important;
}
.dark-mode-enabled .border-custom-color {
  border-left-color: #272e48 !important;
  border-right-color: #272e48 !important;
}
.dark-mode-enabled .table-layout .table-row {
  background: #293557;
}
.dark-mode-enabled .bg-wash .card-header {
  background-color: #272e48;
}
.dark-mode-enabled .employee-filter-btn.btn-secondary::before {
  background: #fff;
}
.all-company-page .grid .grid-item:nth-child(3n) {
  margin-right: 0;
}
body.dark-mode-enabled .card.bg-wash {
  background-color: #293557;
}
body.dark-mode-enabled .table-row:nth-child(2n+1) {
  background-color: #293557;
}
body.dark-mode-enabled .table-row:nth-child(2n) {
  background-color: #1B233A;
}
body.dark-mode-enabled .company-list-table {
  box-shadow: 0 0 0 1px #293557;
}
body.dark-mode-enabled table thead tr {
  background: #203e77 !important;
}
.dark-mode-enabled .table-row {
  border-bottom: 1px solid #525c66 !important;
}
/******************************  New changes End Darkmode ******************************/
/*************************************************************************************/
/******************************* Ekramul CSS Start *******************************/
/*************************************************************************************/
.employee-sidebar .employee-portal-menu .list-group-item {
  background: #34444c;
}
.employee-content {
  background: transparent;
  box-shadow: none !important;
}
.employee-sidebar {
  background-color: #34444c !important;
  border: none !important;
}
.employee-sidebar .employee-portal-menu .list-group-item:hover {
  background-color: unset !important;
  border: none !important;
  padding-left: 20px;
}
.employee-portal-menu .list-group-item.menu-active span,
.employee-portal-menu .list-group-item:hover span {
  color: #fff;
}
.employee-portal-menu .list-group-item.menu-active {
  background-color: unset !important;
}
.employee-sidebar .list-group-item {
  background-color: #34444c;
  color: #BDD1F8;
}
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
}
.ibox-title {
  padding: 15px 15px 7px;
  border: 1px solid #e7eaec;
  min-height: 48px;
}
.ibox-title h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.1;
}
.ibox-content h3 {
  font-weight: 600;
  font-size: 0.9rem;
}
.employee-content .table.small {
  font-size: 0.9rem;
}
.custom-box .ibox-title h3 {
  font-size: 15px;
}
.m-r-sm {
  margin-right: 10px;
}
.ibox-content {
  padding: 15px 20px 20px 20px;
  border: 1px solid #e7eaec;
  background: #fff;
}
.shortcut-button {
  border-radius: 12px;
  margin-bottom: 10px;
  border: 1px solid #e7eaec;
  display: flex;
  height: 70px;
  width: 100%;
  min-height: 70px;
  justify-content: center;
  align-items: center;
  color: #212529;
}
.shortcut-button img {
  margin-right: 20px;
  margin-left: 10px;
  float: left;
}
.shortcut-button span {
  width: 100%;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-t-lg {
  margin-top: 30px;
}
.profile-image img {
  width: 90px !important;
  height: 90px !important;
}
.profile-info h4 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.m-b-xs {
  margin-bottom: 5px;
}
#tour-employee-basic-info td {
  padding: 8px;
}
.strong {
  font-weight: 700 !important;
}
.m-l-sm {
  margin-left: 10px;
}
.m-t-md {
  margin-top: 20px;
}
.custom-box .ibox-title h3 {
  font-size: 16px;
}
.custom-box .ibox-content table {
  color: #676a6c;
  margin-bottom: 0;
}
/*.custom-box .ibox-content table thead tr {
    background: transparent !important
}*/
.custom-box .ibox-content table tr th {
  background: transparent;
  font-weight: 600 !important;
  padding: 6px;
  border: none;
}
.custom-box .profile-image {
  width: 80px;
}
.custom-box .profile-image img {
  width: 74px !important;
  height: 74px !important;
}
.custom-box .profile-info {
  margin-left: 90px;
  margin-top: 20px;
}
.custom-box .profile-info h2 {
  font-size: 15px;
  font-weight: 600;
  color: #676a6c;
}
.custom-box .profile-info h2 span {
  font-weight: 400;
}
.custom-box .profile-info h4 {
  color: #676a6c;
}
.employee-content .nav-link.active {
  border-radius: 0 !important;
  background: none;
  color: #212529 !important;
  border-bottom: 2px solid #00c5fb !important;
}
.employee-content .nav-link {
  color: #676a6c !important;
}
.employee-content .nav-link:hover {
  border-radius: 0 !important;
  color: #212529 !important;
  background-color: #e2e2e2 !important;
  border-bottom: 2px solid #e2e2e2 !important;
}
.employee-content .nav-link.active:hover {
  background-color: transparent !important;
  border-bottom: 2px solid #00c5fb !important;
}
.employee-content .company-form-container {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.employee-content .company-form-container {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #fff;
  border-radius: 0.25rem;
}
.employee-content .cf-header .card-header {
  margin-left: 20px;
  margin-right: 20px;
}
.employee-content .employee-tab .nav-pills .nav-link:hover {
  border-radius: 0 !important;
  color: #212529 !important;
  background-color: unset;
  border-bottom: 2px solid #e2e2e2 !important;
}
.employee-content .employee-tab .nav-pills .nav-link.active {
  background-color: unset;
}
.employee-content .nav-item .nav-link {
  background-color: unset;
  font-size: 15px;
  font-weight: 600;
}
.employee-content .card-header ul li a {
  padding: 7px 15px !important;
}
.employee-content .employee-tab .card .card-header {
  padding: 5px 20px;
}
.employee-content .card-body {
  overflow-y: unset !important;
  padding-left: 0;
  padding-right: 0;
}
.employee-content .company-form-box-title {
  font-size: 15px;
}
.employee-content .card-header {
  background-color: transparent;
}
.employee-content .employee-tab .nav-pills .nav-link.active:hover {
  border-bottom: 2px solid #00c5fb !important;
}
.employee-content .bg-wash .tab-content .card-body {
  background: transparent;
}
.employee-content .bg-wash .card-header {
  padding: 0;
  color: #212529;
}
.employee-content .bg-wash .card-header .nav-item {
  margin: 0;
}
.employee-content .bg-wash .acc-lists .btn:hover {
  background-color: #00b7ed !important;
  border: 1px solid #00b7ed;
}
.employee-content .bg-wash .v-calendar.vc-container {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.employee-content .bg-wash .card-header.header-border {
  border-bottom: 1px solid rgba(222, 226, 230, 0.5) !important;
}
.employee-content .bg-wash .v-calendar .holiday {
  background-color: #c5f7f7;
}
.employee-content .bg-wash .employee-tab .nav-pills .nav-link {
  margin: 0;
}
.employee-portal-menu .list-group-item span {
  color: #b7c0cd;
  font-weight: normal;
  font-size: 15px;
}
.employee-sidebar .employee-portal-menu .list-group-item {
  transition: unset;
  border-left: unset;
  padding-top: 0;
  padding-bottom: 15px;
}
.employee-sidebar .employee-portal-menu .list-group-item:hover img {
  transform: none;
}
.employee-sidebar .employee-portal-menu .list-group-item img {
  transition: unset;
}
.employee-portal-menu .list-group-item.menu-active span {
  color: #00c5fb;
}
.employee-portal-menu .list-group-item.menu-active:hover span {
  color: #fff;
}
.profile-image img,
.profile-image .b-avatar-img {
  border-radius: 50% !important;
}
.profile-image .btn.b-avatar.btn-light {
  background: transparent !important;
  border-radius: 50% !important;
  width: 90px !important;
  height: 90px !important;
}
.custom-box .profile-image .btn.b-avatar.btn-light {
  width: 74px !important;
  height: 74px !important;
}
.mrn-20 {
  margin-right: -20px;
}
.mln-20 {
  margin-left: -20px;
}
.custom-backg {
  background: rgba(0, 231, 255, 0.08) !important;
}
.company-info-container.custom-side .col-auto {
  width: 23%;
  margin-right: 2%;
}
.company-info-container.custom-side .col-auto ul.nav-pills {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2) !important;
}
.company-info-container.custom-side .col-auto .nav-pills .nav-link.active,
.company-info-container.custom-side .col-auto .nav-pills .nav-link:hover {
  color: #00c5fb;
  border-left: 3px solid #00c5fb !important;
}
.company-info-container.custom-side .col-auto .nav-pills .nav-link {
  border-left: 3px solid transparent !important;
  border-radius: 0 !important;
  color: #333;
  font-size: 0.9rem;
}
.company-info-container.custom-side .col-auto .nav-pills .nav-link.active:hover {
  background: #eee !important;
}
.table-head td,
.table-head th {
  border: 0;
}
.half-width {
  width: 49%;
  float: left;
}
.mr1 {
  margin-right: 1%;
}
.custom-border .nav-item {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.25rem !important;
}
.nav-pills.custom-border .nav-link.active,
.nav-pills.custom-border .nav-link:hover {
  color: #fff !important;
  border-color: transparent !important;
  background-color: #00c5fb !important;
  border-radius: 0 !important;
}
.full-width {
  width: 100%;
  float: left;
}
.salary_settings .v-switch-core {
  width: 38px !important;
  height: 17px !important;
}
.salary_settings .vue-js-switch .v-switch-button {
  width: 12.5px !important;
  height: 12.5px !important;
  transform: translate3d(4px, 2px, 0px) !important;
}
.salary_settings .vue-js-switch.toggled .v-switch-button {
  transform: translate3d(22px, 2px, 0px) !important;
}
.salary_settings .cmp-child-items svg {
  width: 0.8em;
  height: 0.8em;
}
.ek-show-btn {
  font-size: 0.8em;
  padding: 8px 9px;
  line-height: 0.8em;
}
.employee-tab .btn.btn-primary.btn-block.collapsed,
.employee-tab .btn.btn-primary.btn-block.not-collapsed {
  text-align: left;
  border-color: #17a2b8 !important;
  background-color: #17a2b8 !important;
}
.employee-tab .btn.btn-primary.btn-block.collapsed:hover,
.employee-tab .btn.btn-primary.btn-block.not-collapsed:hover {
  background-color: #138496 !important;
  border-color: #117a8b !important;
}
.employee-avatar.custom-employee-avatar {
  height: auto;
}
.employee-avatar.custom-employee-avatar.ek_img_block {
  border-right: 2px dashed #ccc;
  border-radius: 0;
}
.custom-employee-avatar .nav-item {
  width: 120px !important;
}
.custom-employee-avatar .nav-item button {
  background: unset;
}
.custom-employee-avatar .personal-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.custom-employee-avatar .personal-info li {
  margin-bottom: 10px;
}
.custom-employee-avatar .personal-info .title {
  color: #4f4f4f;
  float: left;
  font-weight: 500;
  margin-right: 30px;
  width: 25%;
}
.custom-employee-avatar .personal-info .text {
  color: #8b8b8b;
  display: block;
  overflow: hidden;
}
.employee-tab {
  padding: 0 !important;
}
.employee-tab .nav-pills .nav-link {
  border-width: 0 !important;
}
.employee-tab .nav-pills .nav-link {
  border: 1px solid #ededed !important;
}
.employee-tab-inner .bank-info {
  list-style: none;
  margin-bottom: 6px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.employee-tab-inner .bank-info li {
  display: inline-block;
  width: 100%;
}
.employee-tab-inner .bank-info li .title {
  width: 25%;
  float: left;
  font-weight: 700;
  padding: 0 15px;
}
.employee-tab-inner .bank-info li .text {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.employee-tab-inner .bank-info li .btn.btn-outline-secondary:hover,
.employee-tab-inner .more-bank .btn.btn-outline-secondary:hover {
  background-color: unset;
  color: unset;
}
.employee-tab-inner .more-bank {
  text-align: end;
  padding: 15px;
}
.employee-tab-inner .bank-info-inner:first-child .bank-info {
  border: 0 !important;
}
.employee-tab-inner .bank-info-inner .bank-info {
  padding-top: 16px;
}
.employee-tab-inner .more-bank .btn.btn-outline-secondary i:before {
  font-size: 17px;
  margin-left: 4px;
}
.contract-archive-box {
  position: relative;
}
.contract-archive-box .contract-archive-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.contract-archive-box .contract-archive-list:before {
  background: #ddd;
  bottom: 0;
  content: "";
  left: 8px;
  position: absolute;
  top: 8px;
  width: 2px;
}
.contract-archive-box .contract-archive-list li {
  position: relative;
}
.contract-archive-list li .contract-archive-user {
  background: #fff;
  height: 10px;
  left: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}
.contract-archive-list li .before-circle {
  background-color: #ddd;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.contract-archive-list li .contract-archive-content {
  background-color: #fff;
  margin: 0 0 20px 40px;
  padding: 0;
  position: relative;
}
.contract-archive-list li .timeline-content {
  color: #9e9e9e;
}
.contract-archive-list li .timeline-content .reference h4 {
  color: #212529;
  font-weight: bold;
  font-size: 15px;
  width: 50%;
  float: left;
}
.contract-archive-list li .reference {
  width: 100%;
  display: inline-block;
}
/******************************* Ekramul Dark Theme CSS Start *******************************/
.dark-mode-enabled .employee-portal-menu .list-group-item.menu-active span {
  color: #fff;
}
.dark-mode-enabled .employee-sidebar {
  color: #b7c0cd !important;
  font-size: 15px;
  background-color: #001c38 !important;
}
.dark-mode-enabled .employee-sidebar .employee-portal-menu .list-group-item {
  background: unset;
}
.dark-mode-enabled .employee-content,
.dark-mode-enabled .employee-content .bg-wash .card-header {
  color: #BDD1F8;
}
.dark-mode-enabled .employee-content .bg-wash .card-header .card-header-pills {
  border: none !important;
}
.dark-mode-enabled .employee-content .nav-link.active {
  background-color: unset !important;
  color: #fff !important;
  border-bottom: 2px solid #00c5fb !important;
}
.dark-mode-enabled .employee-content .nav-link:hover {
  background-color: #203E77 !important;
  border-bottom: 2px solid #203E77 !important;
  border-radius: 0 !important;
  color: #fff !important;
}
.dark-mode-enabled .bg-wash.custom-card-body {
  background-color: unset;
}
.dark-mode-enabled .employee-content .nav-link.active:hover {
  color: #fff !important;
  background-color: unset !important;
  border-bottom: 2px solid #00c5fb !important;
}
.dark-mode-enabled .employee-content .bg-wash .card-header {
  border-bottom: 1px solid rgba(222, 226, 230, 0.5) !important;
}
.dark-mode-enabled .employee-content .bg-white {
  background-color: transparent !important;
  box-shadow: none;
}
.dark-mode-enabled .employee-content .bg-wash .acc-lists .btn:hover {
  background: #0059c9 !important;
}
.dark-mode-enabled .employee-content .bg-wash .employee-tab {
  background-color: transparent !important;
}
.dark-mode-enabled .employee-content .employee-tab .nav-pills .nav-link:hover {
  color: #fff !important;
  background-color: #203E77 !important;
  border-bottom: 2px solid #203E77 !important;
}
.dark-mode-enabled .employee-content .employee-tab .nav-pills .nav-link.active:hover {
  border-bottom: 2px solid #00c5fb !important;
  background-color: unset !important;
}
.dark-mode-enabled .employee-content .bg-wash .v-calendar.vc-container {
  box-shadow: 0 1px 1px 0 rgba(26, 32, 44, 0.2);
  color: var(--gray-100);
  background-color: rgb(26, 32, 44);
  border-color: var(--gray-700);
}
.dark-mode-enabled .employee-content .bg-wash .vc-arrow:hover {
  background: var(--gray-800);
}
.dark-mode-enabled .employee-content .bg-wash .vc-arrow {
  color: var(--white);
}
.dark-mode-enabled .employee-content .bg-wash .v-calendar.vc-container .vc-title {
  color: var(--gray-100);
}
.dark-mode-enabled .employee-content .bg-wash .v-calendar.vc-container .vc-weekday {
  color: var(--accent-200);
}
.dark-mode-enabled .employee-content .bg-wash .v-calendar .holiday {
  background-color: #c5f7f7;
  background-color: #444;
}
.dark-mode-enabled .ibox-title.table-head {
  border-radius: 0;
  border: 1px solid #e7eaec;
  border-bottom: none;
}
.dark-mode-enabled .ibox-content {
  background: unset;
}
.dark-mode-enabled .shortcut-button,
.dark-mode-enabled .custom-box .profile-info h2,
.dark-mode-enabled .custom-box .profile-info h4 {
  color: #bdd1f8;
}
.dark-mode-enabled .custom-box .ibox-content table tr th,
.dark-mode-enabled .custom-box .ibox-content table tr td {
  color: #bdd1f8;
}
.dark-mode-enabled .employee-content .employee-tab .nav-pills .nav-link.active {
  color: #fff !important;
  border-bottom: 2px solid #00c5fb !important;
}
.dark-mode-enabled .btn-primary.btn-block {
  background: #36405d !important;
  border-color: #36405d !important;
}
.dark-mode-enabled .custom-backg {
  background: #36405d !important;
}
.dark-mode-enabled .company-info-container.custom-side .col-auto ul.nav-pills {
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.3) !important;
}
.dark-mode-enabled .company-info-container.custom-side .col-auto .nav-pills .nav-link.active,
.dark-mode-enabled .company-info-container.custom-side .col-auto .nav-pills .nav-link:hover {
  color: #5A8DEE;
  border-left: 3px solid #5A8DEE !important;
}
.dark-mode-enabled .company-info-container.custom-side .col-auto .nav-pills .nav-link:hover {
  background: rgba(90, 141, 238, 0.17) !important;
}
.dark-mode-enabled .custom-border .nav-item {
  border: 1px solid rgba(222, 226, 230, 0.5) !important;
}
.dark-mode-enabled .nav-pills.custom-border .nav-link.active {
  border-color: transparent !important;
  background-color: #314470 !important;
  color: #5A8DEE !important;
}
/******************************* Ekramul Dark Theme CSS End *******************************/
/******************************* Ekramul CSS End *******************************/
#payslip_modal .custom-loader-wrapper {
  position: absolute;
  top: 0;
  /* height: calc(100% + 62px); */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #payslip_modal .loader-logo{margin-top: 300px;} */
.emp-acrdn .custom-loader-wrapper.for-employee-page {
  position: absolute;
}
#payslip_modal .modal-lg, .payslip_modal .modal-lg {
  height: calc(100vh - 3.5rem);
  overflow: scroll;
}
#payslip_modal .modal-content {
  height: calc(100vh - 3.5rem);
  overflow: scroll;
}
.payslip_modal .embed-responsive, #payslip_modal .modal-body, #payslip_modal .modal-content {
  position: unset;
}
.payslip_modal .modal-content {
  height: 100%;
}
.file-count-custom {
  display: none;
}
#payslip_modal .form-control[readonly] {
  background: transparent;
}
#payslip_modal .form-control {
  display: inline-block;
  width: calc(100% - 24px);
}
/*************************************************************************************/
/****************************** Animation keyframes ******************************/
@keyframes spin {
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes draw-around {
  0% {
    stroke-dashoffset: 640;
  }
  10% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Keyframes for the initial animation */
@keyframes show100 {
  from {
    stroke-dashoffset: 537;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes loaderstroke {
  0% {
    left: -200px;
  }
  100% {
    left: 100%;
  }
}
@keyframes spin_loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/****************************** Animation keyframes ******************************/
/**************ALI CSS ADD****************/
.loan_form .b-overlay {
  height: 100%;
}
.d-inline-block.trz_fields.trz-custom-dropdown.mb-1 button {
  position: relative !important;
  bottom: 0 !important;
}
#nav-tabContent-intro5.payroll-reporting-tab .nav-item {
  margin-right: 2%;
  width: 31% !important;
  margin-top: 1%;
  position: relative;
}
#nav-tabContent-intro5 .nav-item.nav-link, #nav-tabContent-intro5 .nav-item .nav-link {
  background: #fff;
  border-right: 1px solid #dee2e6 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  flex-direction: column;
}
#nav-tabContent-intro5 .nav-item .nav-link.active, #nav-tabContent-intro5 .nav-item .nav-link:hover {
  background: rgba(0, 231, 255, 0.08) !important;
  border-width: 0 1px 0 0 !important;
}
#nav-tabContent-intro5 .nav-item .nav-link.active::after {
  border: 15px solid transparent;
  border-top-color: hsla(0, 0%, 50%, 0.2);
  bottom: -31px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 15px;
}
#nav-tabContent-intro4.payroll-reporting-tab .nav-item {
  margin-right: 2%;
  width: 32% !important;
  margin-top: 1%;
  position: relative;
}
#nav-tabContent-intro4 .nav-item.nav-link, #nav-tabContent-intro4 .nav-item .nav-link {
  background: #fff;
  border-right: 1px solid #dee2e6 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  flex-direction: column;
}
#nav-tabContent-intro4 .nav-item .nav-link.active, #nav-tabContent-intro4 .nav-item .nav-link:hover {
  background: rgba(0, 231, 255, 0.08) !important;
  border-width: 0 1px 0 0 !important;
}
#nav-tabContent-intro4 .nav-item .nav-link.active::after {
  border: 15px solid transparent;
  border-top-color: hsla(0, 0%, 50%, 0.2);
  bottom: -31px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 15px;
}
#nav-tabContent-intro3.payroll-reporting-tab .nav-item {
  margin-right: 2%;
  width: 32% !important;
  margin-top: 1%;
  position: relative;
  margin-bottom: 2%;
}
#nav-tabContent-intro3 .nav-item.nav-link, #nav-tabContent-intro3 .nav-item .nav-link {
  background: #fff;
  border-right: 1px solid #dee2e6 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  flex-direction: column;
}
#nav-tabContent-intro3 .nav-item .nav-link.active, #nav-tabContent-intro3 .nav-item .nav-link:hover {
  background: rgba(0, 231, 255, 0.08) !important;
  border-width: 0 1px 0 0 !important;
}
#nav-tabContent-intro3 .nav-item .nav-link.active::after {
  border: 15px solid transparent;
  border-top-color: hsla(0, 0%, 50%, 0.2);
  bottom: -31px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 15px;
}
#nav-tabContent-intro2.payroll-reporting-tab .nav-item {
  margin-right: 2%;
  width: 32% !important;
  margin-top: 1%;
  position: relative;
}
#nav-tabContent-intro2 .nav-item.nav-link, #nav-tabContent-intro2 .nav-item .nav-link {
  background: #fff;
  border-right: 1px solid #dee2e6 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  flex-direction: column;
}
#nav-tabContent-intro2 .nav-item .nav-link.active, #nav-tabContent-intro2 .nav-item .nav-link:hover {
  background: rgba(0, 231, 255, 0.08) !important;
  border-width: 0 1px 0 0 !important;
}
#nav-tabContent-intro2 .nav-item .nav-link.active::after {
  border: 15px solid transparent;
  border-top-color: hsla(0, 0%, 50%, 0.2);
  bottom: -31px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 15px;
}
#nav-tabContent-intro2.payroll-reporting-tab .nav-item .nav-link {
  height: 140px;
  text-align: left;
  display: block;
  color: #000 !important;
}
#nav-tabContent-intro3.payroll-reporting-tab .nav-item .nav-link {
  height: 140px;
  text-align: left;
  display: block;
  color: #000 !important;
}
#nav-tabContent-intro4.payroll-reporting-tab .nav-item .nav-link {
  height: 140px;
  text-align: left;
  display: block;
  color: #000 !important;
}
#nav-tabContent-intro5.payroll-reporting-tab .nav-item .nav-link {
  height: 140px;
  text-align: left;
  display: block;
  color: #000 !important;
}
#nav-tabContent-intro2.payroll-reporting-tab .nav-item .nav-link {
  text-align: left;
  color: #000 !important;
}
#nav-tabContent-intro3.payroll-reporting-tab .nav-item .nav-link {
  text-align: left;
  color: #000 !important;
}
#nav-tabContent-intro4.payroll-reporting-tab .nav-item .nav-link {
  text-align: left;
  color: #000 !important;
}
#nav-tabContent-intro5.payroll-reporting-tab .nav-item .nav-link {
  text-align: left;
  color: #000 !important;
}
.list-no-data {
  padding: 20px 10px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  text-align: center;
  margin-top: 2%;
}
#nav-tabContent-intro3.payroll-reporting-tab .nav-item:last-child {
  margin-right: 0;
}
#nav-tabContent-intro2.payroll-reporting-tab .nav-item:last-child {
  margin-right: 0;
}
#nav-tabContent-intro4.payroll-reporting-tab .nav-item:last-child {
  margin-right: 0;
}
#nav-tabContent-intro5.payroll-reporting-tab .nav-item:last-child {
  margin-right: 0;
}
.custom-vrtical-tab-nav .nav-pills .nav-link {
  border-width: 0 0 1px !important;
  background: transparent;
  border-radius: 0 !important;
  margin: 0;
  position: relative;
  border-color: #fff !important;
}
.custom-vrtical-tab-nav .nav-pills .nav-link {
  padding: 12px 25px;
}
.custom-vrtical-tab-nav .nav.card-header {
  background: #fff !important;
  padding-left: 0;
  padding-top: 0;
}
.custom-vrtical-tab-nav .nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .custom-vrtical-tab-nav .nav-pills .nav-link.active:hover {
  color: #495057;
  background: #CCF4FE !important;
  border-bottom: unset !important;
}
.nav-item .fa.fa-folder-open {
  margin-right: 5px;
}
/**************ALI CSS END****************/
/* Ali New CSS Start 22-2-2022 ****/
.edit-icon {
  background-color: #fff;
}
.btn.settings_new_button {
  padding: 8px 25px;
  border-radius: 30px;
  min-width: 200px;
  margin: 10px;
}
.trz_tax_button {
  display: inline-block;
  vertical-align: top;
}
.toggle_button_tax {
  min-height: 30px;
}
.tax_toggle {
  max-width: 75px;
}
.trz_tax_radio:checked + .v-switch-core {
  background-color: rgb(56, 193, 114) !important;
}
.trz_tax_radio:checked + .v-switch-core .v-switch-button {
  transform: translate3d(31px, 3px, 0px) !important;
}
.trz_tax_button .v-switch-button {
  transform: translate3d(3px, 3px, 0px);
  width: 16px;
  height: 16px;
  transition: transform 300ms ease 0s;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 100%;
  background-color: #fff;
  z-index: 2;
}
.other-settings .salary_settings .v-switch-core {
  width: 38px !important;
  height: 17px !important;
}
.trz_people_btn {
  right: 0;
  top: -120px;
}
.trz_pf_loan_tab .trz_people_btn {
  position: unset !important;
}
.trz_left_align .custom-tab-nav .nav-item {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
}
.trz_left_align ul.nav-pills {
  display: block;
}
.agent_modal {
  height: 600px !important;
}
.agent_modal .b-overlay {
  height: 100% !important;
}
@media only screen and (max-width: 1750px) {
  .pf-reporting-tab.pf-report-all-tab .nav-item {
    width: 48% !important;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 1300px) {
  .table.dataTable .leave-status {
    border-radius: 6px;
  }
}
/**********************************/
/** Faroque Code Starts Here */
.trz_heading {
  display: flex;
  flex-direction: row;
}
.trz_heading:before, .trz_heading:after {
  content: "";
  /*flex: 1 1;*/
  border-bottom: 1px solid;
  margin: auto;
  width: 10%;
}
.trz_heading:before {
  margin-right: 10px;
}
.trz_heading:after {
  margin-left: 10px;
}
/** Faroque Code Ends Here */
.b-overlay-wrap.position-relative.trz_overlay_custom .b-overlay.position-absolute {
  height: auto;
}
/*ALI Dashboard 8-4-2022-*/
.dashborad-title {
  background-color: #C9F1FD !important;
}
.trz_dashboard .d-links a {
  line-height: 1rem;
}
.company-back-btn a span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.trz-holiday-dashboard::after {
  display: table;
  clear: both;
  content: "";
}
.trz-holiday-dashboard::before {
  clear: both;
  display: table;
  content: "";
}
.list-group-item.trz-dashboard-holiday-list {
  padding: 0;
  margin: 0 5px;
}
.trz-holiday-dashboard {
  /* border: rebeccapurple; */
  border-radius: 6px;
  background: #fff;
  padding: 5px 0;
}
.pt-2.text-center.title {
  background: #95DFD7;
  padding: 10px 0 !important;
  color: #fff;
}
.absent_employee_list_wrapper {
  height: 300px;
  overflow-y: scroll;
}
.btn.compliance_btn.btn-success:hover {
  color: #fff;
  background-color: #38c172 !important;
  border-color: #38c172 !important;
}
.btn.compliance_btn.btn-danger:hover {
  color: #fff;
  background-color: #e3342f !important;
  border-color: #e3342f !important;
}
.btn.compliance_btn.btn-info:hover {
  background-color: rgba(90, 141, 238, 0.3) !important;
  border-color: rgba(90, 141, 238, 0.3) !important;
  color: #222 !important;
}
.btn-success.btn.compliance_btn {
  padding: 0;
}
.carousel-3d-slider .carousel-3d-slide {
  background: transparent;
  border: none;
  padding: 45px 54px;
}
.slider_payrun {
  /* padding: 25px; */
  width: 250px;
  height: 180px;
  background: #9FA8DA;
  border: 1px solid #9FA8DA;
  border-radius: 25px;
}
.slider_payrun_top {
  padding-top: 45px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-bottom: 25px;
}
.payrun-year {
  font-size: 21px;
  padding-left: 6px;
}
.slider_payrun {
  position: relative;
}
.payrun-date-title {
  font-size: 14px;
  /* font-weight: 100 !important; */
  color: #22220e;
  margin-right: 11px;
}
.slider_payrun_bottom {
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.trz_lock {
  height: 30px;
  width: 30px;
  position: absolute;
  /* top: ; */
  top: -10px;
  right: -10px;
}
.row.payroll-status-summary {
  width: 100%;
  margin: 0 auto;
}
.row.payroll-status-summary .col-sm-4 {
  padding: 25px 10px;
  font-size: 17px;
  /* font-weight: 271; */
  text-align: center;
}
.sptrz-2 {
  text-align: left;
}
.sptrz-1 {
  text-align: left;
  color: #7b7b7b;
}
.col-sm-6.currentChange {
  font-size: 13px;
  /* vertical-align: middle; */
  margin-top: 10px;
}
.ps-inner {
  max-width: 120px;
  margin: 0 auto;
}
.col-sm-6.currentChange.success {
  color: #38c172;
}
#payroll-carousel {
  margin-bottom: 0;
}
.payroll-status-btn {
  padding-bottom: 30px;
}
.today_absent .list-group-item {
  padding: 0;
}
.absent_employee_list {
  padding: 10px 10px;
  background: #fff;
  border-radius: 6px;
}
.absent_employee_list .employee-avatar {
  width: 40px;
  height: 40px;
}
.absent_employee_list_wrapper {
  height: 300px;
  overflow-y: scroll;
}
.list-group-item.leave_dash_0 {
  border-top: none;
}
.payroll-status-btn .btn-secondary {
  background-color: #8CB8FF;
  border-color: #8CB8FF;
  width: 150px;
}
.card.bar_fiscal_year.payroll_run_status.h-100 {
  min-height: 661px;
}
.leave_data_dash {
  /* width: 40%; */
  display: inline-block;
  vertical-align: middle;
}
.cursor-pointer.leave_title_dash {
  color: #6c757d !important;
}
.holiday_date {
  padding: 2px 8px;
  border-radius: 8px;
  border: 1px solid #efefef;
}
.absent_employee_list_wrapper {
  height: 550px;
}
.lock-icon-trz-tab {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 15px !important;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-item .nav-link {
  color: #888 !important;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-item .nav-link.active {
  color: #495057 !important;
}
.report-title {
  color: #000 !important;
}
.dash_pf .locl-template {
  margin: 0 !important;
  padding: 20px;
  height: 165px;
}
.sidebar_pf_only::after {
  padding: 10px;
  content: "\f023";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-top: 3px;
  padding-right: 0;
}
/*ALI Dashboard end**/
/*ALI Dashboard end**/
/*************************************************************************************/
/******************************* responsive for mobile *******************************/
/*************************************************************************************/
@media only screen and (max-width: 1530px) { /*aboni 9-11-21*/
  .dashboard-card {
    width: 50%;
    margin-top: 0;
  }
  .dashboard-card2 {
    width: 100%;
    margin-top: 30px;
    margin-left: 0.15rem !important;
  }
  .dashboard-shortcut {
    width: 60%;
  }
  .dashboard-card3 {
    width: 25%;
  }
  .dashboard-shortcut2 {
    width: 40%;
  }
  .tableFixHead {
    height: 420px;
    overflow-x: auto;
  }
  .dashboard-card3 .dash-widget {
    height: 140px;
  }
  .company-dashboard-items-1 {
    height: 180px;
  }
}
@media only screen and (max-width: 1500px) {
  .company-info-block-bottom {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .company-info-block-bottom > div {
    padding: 0 !important;
    margin-top: 10px;
  }
  /*.company-dashboard-items-wrapper {width: 33.33%;}*/ /**aboni**/
  #nav-tabContent-intro.payroll-reporting-tab .nav-item .nav-link {
    height: 250px;
  }
}
@media only screen and (max-width: 1440px) { /*aboni 10-11-21*/
  .fit_challan {
    width: 600px;
  }
  table.dataTable > thead .sorting span:before, table.dataTable > thead .sorting_asc span:before, table.dataTable > thead .sorting_desc span:before, table.dataTable > thead .sorting_asc_disabled span:before, table.dataTable > thead .sorting_desc_disabled span:before {
    right: -3px;
  }
  table.dataTable > thead .sorting span:after, table.dataTable > thead .sorting_asc span:after, table.dataTable > thead .sorting_desc span:after, table.dataTable > thead .sorting_asc_disabled span:after, table.dataTable > thead .sorting_desc_disabled span:after {
    right: -10px;
  }
  /* .table-head label span {
  	padding: 0 10px;
  } */
  .dash-widget-info {
    width: calc(100% - 65px);
  }
}
@media only screen and (max-width: 1300px) {
  .login-right .users-style {
    margin-right: 0;
  }
  #nav-tabContent-intro.payroll-reporting-tab .nav-item .nav-link {
    height: 260px;
  }
  .leave-status {
    min-width: 60px;
  }
}
@media only screen and (max-width: 1210px) {
  .all-company-page .grid-item {
    min-height: 520px;
  }
}
@media only screen and (max-width: 480px) {
  .guest-main {
    display: block !important;
    padding-top: 0 !important;
  }
  .login-left,
  .login-right {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .login-tabs-nav .nav-item a {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .signup-link-container p,
  .signup-link-container > a {
    float: none !important;
    text-align: left !important;
    width: 100% !important;
    display: block !important;
  }
}
/*************************************************************************************/
/******************************* New ESS Portal Updates *******************************/
/*************************************************************************************/
.employee-table-wrapper table tbody tr .action-dropdown-menu {
  right: 40px !important;
}
.employee-table-wrapper table tbody tr .action-dropdown-menu i, .employee-table-wrapper table tbody tr .action-dropdown-menu svg {
  display: none;
}
.employee-table-wrapper.no-overflow .action-dropdown-menu, .employee-table-wrapper.no-overflow table tbody tr:first-child .action-dropdown-menu, .employee-table-wrapper.no-overflow table tbody tr:nth-child(2) .action-dropdown-menu {
  right: 90px !important;
}
.font-medium {
  font-weight: 500 !important;
}
.green_text {
  color: #26565C !important;
}
.ess-portal .table-sticky-height {
  max-height: 100%;
}
.ess-portal .doughnut-leave .doughnut-wrapper {
  max-width: 150px;
}
.ess-portal .applied .leave-status .far.fa-solid.fa-circle {
  background: #5533FF;
}
.ess-portal .approved .leave-status .far.fa-solid.fa-circle {
  background: #28a745;
}
.ess-portal .declined .leave-status .far.fa-solid.fa-circle {
  background: #F05B64;
}
.ess-portal .leave-status .far.fa-solid.fa-circle {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  color: transparent !important;
  vertical-align: middle;
  margin-top: -2px;
}
.ess-portal .applied .leave-status {
  border-color: #5533FF;
}
.ess-portal .approved .leave-status {
  border-color: #28a745;
}
.ess-portal .declined .leave-status {
  border-color: #F05B64;
}
.ess-portal .front-public-info-wrapper .btn.b-avatar {
  max-width: 190px;
}
/*********************************************************************************************/
/******************************* New Management Portal Updates *******************************/
/*********************************************************************************************/
.border-2 {
  border-width: 2px !important;
  border-style: solid !important;
}
.radius-13 {
  border-radius: 13px !important;
}
.gray-border {
  border-color: #8F8F8F !important;
}
.blue-border {
  border-color: #0060C9 !important;
}
.loader-logo {
  animation-name: spin_loader;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 85px;
  margin-top: 20px;
}
.w-1000 {
  max-width: 1000px !important;
}
.w-1200 {
  max-width: 1200px !important;
}
.w-1300 {
  max-width: 1300px !important;
}
.w-1500 {
  max-width: 1500px !important;
}
.w-90 {
  min-width: 90px !important;
}
.fa-1_5x {
  font-size: 1.5em;
}
.gray-textarea small {
  font-style: italic;
}
.blue-icon {
  color: #0060C9 !important;
}
.employee-list-table td input + label::before,
.employee-list-view input + label::before {
  content: "";
  width: 15px;
  height: 15px;
  background: transparent;
  position: absolute;
  border: 1px solid #adb5bd;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: 1;
}
.employee-list-table td input {
  position: absolute;
  z-index: 11;
  cursor: pointer;
  opacity: 0;
}
.opening_balance_table.employee-list-table td input {
  position: relative;
  z-index: 0;
  cursor: pointer;
  opacity: 0;
}
.employee-list-table td input:checked + label::after,
.employee-list-view input:checked + label::after {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 1;
}
.employee-list-table tr.table-head td input:checked + label::after,
.employee-list-table tr.table-head td input + label::before {
  top: 0;
}
.employee-list-table tr.table-head td:not(.checkbox-col) input + label::before {
  top: -5px;
  left: -5px;
}
.checkbox-col {
  min-width: 40px;
  text-align: center;
}
.table-left-margin {
  margin-left: 1px !important;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-item .nav-link {
  height: 100%;
  text-align: left;
  display: block;
  color: #000 !important;
  /* border: none !important; */
  box-shadow: none;
  /* padding: 0; */
  background: transparent !important;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-item .nav-link.active::after, .payroll-reporting-tab .ibox-content-inner.active::after {
  border: none;
  bottom: auto;
  top: 10px;
  right: 10px;
  left: auto;
  width: 25px;
  position: absolute;
}
.employee-count-icon {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #E1F2FF;
  color: #0060C9;
}
.employee-count-number {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: #E1F2FF;
  color: #0060C9;
  width: 50%;
  min-width: unset !important;
  font-weight: 600;
}
.custom-dots {
  background: #fff;
  border-radius: 50%;
  border: 1px solid;
}
.employee-tab .custom-tab-nav.custom-tab-nav-employee {
  overflow: hidden;
  padding: 5px !important;
  box-shadow: 0px 4px 25px 8px rgba(58, 82, 166, 0.15) !important;
}
.employee-tab-inner .bank-info li .action {
  width: 100px;
  float: right;
  text-align: end;
  padding: 0 15px;
}
.admin-portal {
  /* .reports-tab-nav {
      border-radius: 16px;
      box-shadow: 0px 0px 25px 0px rgba(1, 82, 75, 0.15);
      padding: 15px;
      background: #fff;
  } */
}
.admin-portal .employee-tab .custom-tab-nav.custom-tab-nav-employee .nav-pills .nav-link {
  background: #e8e8e8;
  margin: 3px;
  color: #657589;
  font-weight: 500;
  border-radius: 8px !important;
}
.admin-portal .employee-tab .custom-tab-nav.custom-tab-nav-employee .nav-pills .nav-link.active {
  color: #0060C9;
  background: #E1F2FF !important;
}
.admin-portal .employee-tab .custom-tab-nav.custom-tab-nav-employee .nav-pills .nav-link.active::after {
  content: "";
  border: none;
  bottom: auto;
  top: 5px;
  right: 5px;
  left: auto;
  width: 15px;
  position: absolute;
  height: 15px;
  background-image: url("../images/tab-active-icon.png");
  background-size: 15px;
  background-repeat: no-repeat;
}
.admin-portal .payroll-reporting-tab .ibox-content-inner {
  background: #f6f6f6;
}
.admin-portal .payroll-reporting-tab .ibox-content-inner.border {
  border-color: #f6f6f6 !important;
}
.admin-portal #nav-tabContent-intro .nav-item .nav-link.active .ibox-content-inner, .admin-portal #nav-tabContent-intro .nav-item .nav-link:hover .ibox-content-inner, .admin-portal .payroll-reporting-tab .active.ibox-content-inner, .admin-portal .payroll-reporting-tab .ibox-content-inner:hover {
  background: #EFFCFC;
  border-color: #072C28 !important;
}
.admin-portal .all-rounded .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.admin-portal .gray-textarea textarea {
  background: #E8E8E8;
  border: 2px dashed #8F8F8F !important;
  height: 150px;
}
.admin-portal .radius-8 {
  border-radius: 8px !important;
}
.admin-portal .radius-right-8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.admin-portal .dropdown-item:focus {
  background-color: transparent;
}
.admin-portal .custom-sidebar .panel-title a {
  background: #004242;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.admin-portal .custom-sidebar .panel-title a.collapsed {
  background: #115a54;
  color: #A4E1DB !important;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.admin-portal .panel-group.side-navbar .nav-link.active, .admin-portal .side-navbar .dropdown-item.active {
  color: #fff !important;
  background: #004242;
}
.admin-portal .custom-sidebar .panel-title a::after {
  content: "";
  border-top: 0.5em solid #A4E1DB;
  border-bottom: 0;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.admin-portal .custom-sidebar .panel-title a.collapsed::after {
  border-top: 0.5em solid #004242;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  transform: translateY(-50%);
}
.admin-portal .custom-sidebar .panel-collapse, .admin-portal .custom-sidebar .list-group {
  background: #004242;
  border-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 0.5rem 0;
}
.admin-portal .custom-sidebar .list-group-item {
  padding: 0;
  background-color: transparent;
  border: none;
}
.admin-portal .panel-group.side-navbar .nav-link {
  background: #115a54;
  border-radius: 10px;
  margin-top: 10px;
  color: #A4E1DB !important;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: -0.35px;
}
.admin-portal .side-navbar-title {
  font-size: 20px;
  color: #A4E1DB;
  font-weight: 600;
}
.admin-portal .ibox-content-inner {
  background: #EFFCFC;
}
.admin-portal .ibox-content-inner h5 {
  color: #004242;
  font-weight: 600;
  margin: 20px auto 15px;
}
.admin-portal .ibox-content-inner.border {
  border-color: rgba(0, 66, 66, 0.2) !important;
}
.admin-portal .ibox-content-inner p {
  color: #747474;
  font-size: 15px;
  min-height: 48px;
}
.admin-portal .payrun-btn, .admin-portal .payrun-custom-dropdown .btn-secondary.dropdown-toggle {
  background: #020024;
  background: linear-gradient(90deg, #020024 0%, #084749 80%, #09717e 100%);
  font-size: 18px;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 10px;
  padding: 9px 27px !important;
  line-height: 1.6;
  letter-spacing: 0px !important;
}
.admin-portal .payrun-btn:hover, .admin-portal .payrun-custom-dropdown .btn-secondary.dropdown-toggle:hover {
  background: linear-gradient(90deg, rgb(9, 113, 126) 0%, rgb(8, 71, 73) 80%, rgb(2, 0, 36) 100%);
  color: #fff !important;
}
.admin-portal table.dataTable.no-sort-icon > thead .sorting span::after, .admin-portal table.dataTable.no-sort-icon > thead .sorting_asc span::after, .admin-portal table.dataTable.no-sort-icon > thead .sorting_desc span::after, .admin-portal table.dataTable.no-sort-icon > thead .sorting_asc_disabled span::after, .admin-portal table.dataTable.no-sort-icon > thead .sorting_desc_disabled span::after, .admin-portal table.dataTable.no-sort-icon > thead .sorting span::before, .admin-portal table.dataTable.no-sort-icon > thead .sorting_asc span::before, .admin-portal table.dataTable.no-sort-icon > thead .sorting_desc span::before, .admin-portal table.dataTable.no-sort-icon > thead .sorting_asc_disabled span::before, .admin-portal table.dataTable.no-sort-icon > thead .sorting_desc_disabled span::before {
  content: none !important;
}
.admin-portal .ibox-content table span.tbody-col {
  font-size: var(--font-size-2);
}
.admin-portal .dropdown-menu.action-dropdown-menu .btn.btn-secondary, .admin-portal .dropdown-menu.action-dropdown-menu .btn.btn-primary {
  background: #fff !important;
  color: #556174 !important;
  text-align: right;
  font-size: var(--font-size-2);
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
  border-color: #fff !important;
  border: 2px solid;
  border-color: #DBDCE3;
  padding: 8px 20px !important;
}
.admin-portal .dlt-icon {
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  color: #bbb;
  float: right;
  font-size: 12px;
  line-height: 24px;
  min-height: 26px;
  text-align: center;
  width: 26px;
  padding: 0;
  background-color: #fff;
}
.admin-portal .dlt-icon:hover {
  background-color: #ea1919;
  color: #fff;
}
.admin-portal .text-left.mpf_table {
  background: #fff !important;
}
.admin-portal .mpf_table_wrapper.employee-list-table td input {
  opacity: 1;
}
.admin-portal .mpf_table_wrapper .employee-list-table td input {
  opacity: 1;
}
.admin-portal .mpf_table_wrapper .form-group {
  margin-bottom: 0;
}
.admin-portal .mpf_table_wrapper.employee-list-table tr td:first-child {
  padding-left: 10px;
}
.admin-portal .payrunpayslip-details .trz_people_btn {
  right: 210px;
  top: -70px !important;
  background: #E1F2FF;
  border: 1px solid #B5CBE2;
  border-radius: 5px;
  color: #0060C9;
  overflow: hidden;
}
.admin-portal .company-employee-count {
  width: 100px;
  display: flex;
}
.admin-portal .checkbox-col label {
  width: 14px;
  height: 14px;
  margin: 0 !important;
}
.admin-portal .checkbox-col {
  padding: 7px !important;
}
.admin-portal .table-sticky {
  border-collapse: separate;
  border-spacing: 0;
}
.admin-portal .dropdown-menu.show {
  margin: 0;
  border-radius: 8px;
  border-top-left-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.admin-portal .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 2px solid #CDE4E2;
}
.admin-portal .dropdown-item {
  font-weight: 600;
  color: #688986;
  font-size: 15px;
}
.admin-portal .dropdown-item:hover, .admin-portal .dropdown-item:focus {
  background-color: transparent;
}
.admin-portal .dropdown-header {
  margin-bottom: 10px;
  font-size: 12px;
  color: #688986;
  font-weight: 500;
}
.admin-portal #dropdown-fields .dropdown-menu.show {
  padding-left: 0;
  padding-right: 0;
}
.admin-portal #dropdown-fields .custom-control-inline {
  display: block;
  margin-bottom: 5px;
}
.admin-portal .custom-control-label::before {
  border: none;
  background-color: #D5E6EB;
}
.admin-portal .custom-switch .custom-control-label::after {
  background-color: #fff;
}
.admin-portal .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #01524B;
  background-color: #01524B;
}
.admin-portal .accordion-block .btn.btn-primary.btn-full-width {
  height: auto;
}
.admin-portal #payrun_modal .modal-title {
  flex: 1;
  text-align: center;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-nav-pills {
  width: 330px;
  float: left;
  padding: 0 30px;
  flex-direction: column;
  text-align: left;
  border-right: 1px solid #e8e8e8;
}
.admin-portal .payrun-wizard-container .wizard-tab-content {
  width: calc(100% - 330px);
  float: left;
  padding-top: 0;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-nav-pills > li > a {
  flex-direction: revert;
  align-items: center;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .stepTitle {
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .stepTitle.active::after {
  content: none;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .stepTitle.active {
  color: #0060C9 !important;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-nav > li {
  margin-bottom: 37px;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-nav > li:last-child {
  margin: 0;
}
.admin-portal .payrun-wizard-container .vue-form-wizard.md .wizard-navigation .wizard-progress-with-circle {
  height: 2px !important;
  background: #B5CBE2;
  display: none;
}
.admin-portal .payrun-wizard-container .vue-form-wizard.md .wizard-icon-circle {
  font-size: 14px;
  border-width: 2px;
}
.admin-portal .payrun-wizard-container .vue-form-wizard.md .wizard-nav-pills > li.active > a .wizard-icon {
  font-size: 14px;
  color: #fff;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-nav-pills > li > a {
  color: #8f8f8f;
  top: 0;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-nav-pills > li > a .wizard-icon {
  color: #0060C9;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-icon-circle {
  background-color: #EFFCFC;
  border-color: #B5CBE2;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-nav > li .wizard-icon-circle::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #B5CBE2;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: calc(-100% - 1px);
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-nav > li:last-child .wizard-icon-circle::after {
  content: none;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-nav > li .wizard-icon-circle.activated::after {
  background: #069651;
}
.admin-portal .payrun-wizard-container .vue-form-wizard.md .wizard-icon-circle.activated {
  background-color: #E5F6EE;
  border-color: #069651 !important;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .wizard-nav-pills > li > a .activated .wizard-icon {
  color: #069651;
}
.admin-portal .payrun-wizard-container .vue-form-wizard.md .wizard-icon-circle.activated + .stepTitle {
  color: #069651;
}
.admin-portal .payrun-wizard-container .wizard-header h2 {
  max-width: 100%;
  font-size: 24px;
  text-align: left;
  font-weight: 500;
}
.admin-portal .payrun-wizard-container .vue-form-wizard .active .wizard-icon-circle .wizard-icon-container {
  border-color: rgb(0, 96, 201);
  border-style: solid;
  border-width: 1px;
}
.admin-portal .payrun-wizard-container .custom-wizard-title {
  font-size: 20px;
  color: #0060C9;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin-portal .payrun-wizard-container .form-btn-container {
  border: 1px solid #B5CBE2;
  padding: 8px;
}
.admin-portal .modal-dialog {
  max-width: 800px;
}
.admin-portal .modal-xxl {
  max-width: calc(100% - 10px);
}
.admin-portal .deprtment-top-block {
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.admin-portal .payroll-progress.progress {
  border-radius: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 80px;
  font-size: 1rem;
  background-color: transparent;
}
.admin-portal .pay-run-loader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
  border-radius: 8px;
  background-image: url("../images/payroll-progress-bg.png");
  background-repeat: no-repeat;
}
.admin-portal .progress-bar {
  background-color: #01524B;
  background-image: none;
  font-size: 36px;
  font-weight: 600;
}
.admin-portal .payroll-progress-wrapper .progress-bar {
  font-size: 12px;
}
.admin-portal #leave-encashment-list .table .btn {
  width: 180px;
}
.admin-portal #leave-encashment-list .custom-loader-wrapper {
  position: absolute;
  width: 100%;
  height: calc(100% + 69px);
  top: -69px;
}
.admin-portal #payrun-department-list .modal-lg, .admin-portal #payrun-work-location-list .modal-lg {
  max-width: 650px;
}
.admin-portal #new_payslip_modal_manual .modal-lg {
  max-width: 550px;
}
.admin-portal #new_payslip_modal .modal-body {
  position: unset;
}
.admin-portal .off-cycle-payrun.pay-run-loader {
  width: calc(100% - 2rem);
  margin: 0 auto;
  left: 0;
  right: 0;
  background-size: 100% 40px;
  border: 2px solid #072C28;
}
.admin-portal #payrun_modal .payrun-loader-wrapper.modal-content {
  min-height: 550px;
  padding-bottom: 20px;
}
.admin-portal #payrun_modal .modal-content {
  padding-bottom: 20px;
}
.admin-portal #phone.form-control {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: none;
}
.admin-portal .trz_address {
  height: 129px !important;
}
.admin-portal .modal-title {
  flex: 1;
}
.admin-portal .modal-header {
  text-align: center;
}
.admin-portal #leave-encashment-list .modal-lg, .admin-portal #leave-encashment-list .modal-xl {
  max-width: 1000px;
}
.admin-portal .custom-file-uploader label.custom-file-label span {
  color: #8F8F8F;
  padding-top: 20px;
  max-width: 100%;
}
.admin-portal table .dropdown-menu.show {
  border-top-left-radius: 8px;
}
.admin-portal .trz_tax_radio:checked + .v-switch-core {
  background-color: #004242 !important;
}
.admin-portal #tax_zone-group {
  max-width: 585px;
}
.admin-portal .custom-tab-content {
  box-shadow: 0px 0px 25px 0px rgba(1, 82, 75, 0.15);
  border-radius: 12px;
}
.admin-portal .approve-level-content .cmp-outer-circle {
  border: none;
}
.admin-portal .cmp-inner-circle {
  background: #688986;
}
.admin-portal .cmp-child-items label, .admin-portal .approve-level-content label.vue-js-switch {
  margin-bottom: 0;
}
.admin-portal .payslip-designer-delete.trz_delete_button {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.admin-portal .small-salary-head {
  font-size: 12px !important;
}
.admin-portal .show_terms .term_list textarea {
  border-radius: 8px !important;
}
.admin-portal .leave-attendance-legends legend {
  text-align: center;
  color: #747474;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.admin-portal .leave-attendance-btns .btn.btn-outline-secondary {
  border-color: #e8e8e8 !important;
  background: transparent;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
}
.admin-portal .leave-attendance-btns .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background: rgba(0, 96, 201, 0.1);
  color: #0060C9;
  /* border-color: rgba(0, 96, 201, 0.10) !important; */
  border-bottom-color: #0060C9 !important;
}
.admin-portal .leave-attendance-btns {
  border: 1px solid #E8E8E8;
  border-radius: 8px;
}
.admin-portal .leave-attendance-btns .btn-outline-secondary:first-child {
  border-left-width: 0;
}
.admin-portal .leave-attendance-btns .btn-outline-secondary:last-child {
  border-right-width: 0;
}
.admin-portal .custom-color-inputs .form-group {
  box-shadow: 0px 0px 25px 0px rgba(1, 82, 75, 0.15);
  border-radius: 8px;
}
.admin-portal .custom-color-inputs input[type=color].form-control {
  height: 150px;
  border-color: transparent !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 0;
  overflow: hidden;
}
.admin-portal .clock-in-out-group {
  border: 2px solid #d0d0d0;
  border-radius: 8px;
}
.admin-portal .clock-in-out-group .clock-in-out-label + .form-control {
  float: left;
  width: 50%;
  border: none;
  background: rgba(0, 96, 201, 0.05);
  border-radius: 0;
}
.admin-portal .clock-in-out-group .form-control > #entry_time.btn, .admin-portal .clock-in-out-group .form-control > #exit_time.btn {
  opacity: 0;
  width: 0;
  padding: 0;
}
.admin-portal .clock-in-out-group .clock-in-out-label + .form-control > label {
  width: 100%;
  color: #0060C9;
  font-size: 32px;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin-portal .custom_color_code_group label {
  float: left;
  width: 50%;
  margin: 0;
  font-weight: 500;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.admin-portal .custom-color-inputs .custom_color_code_group input[type=color].form-control {
  float: left;
  width: 50%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 8px !important;
  height: 75px;
}
.admin-portal .b-form-datepicker > button {
  background: #004242;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff !important;
}
.admin-portal .ibox-title h4.with-blue-text {
  font-weight: 400;
  color: #8F8F8F;
}
.admin-portal .report-selected-columns {
  background: #e8e8e8;
  border-radius: 8px;
  padding: 9px 15px 0 15px;
}
.admin-portal .report-selected-columns span {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.admin-portal .report-selected-columns span:last-child {
  margin-right: 0;
}
.admin-portal .date-group .input-group > .input-group-append > .btn-group > .btn {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.admin-portal .custom-file {
  height: calc(1.6em + 0.75rem + 7px);
}
.admin-portal .custom-file-uploader .custom-file {
  height: 140px !important;
}
.admin-portal .custom-file-input {
  height: calc(1.6em + 0.75rem + 7px);
}
.admin-portal .custom-file-label {
  height: calc(1.6em + 0.75rem + 7px);
  display: flex;
  align-items: center;
}
.admin-portal .custom-file-label::after {
  height: auto;
  display: flex;
  align-items: center;
}
.admin-portal .status-msg {
  display: inline-block;
  padding: 6px 10px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  font-weight: 500;
  min-width: 130px;
}
.admin-portal .status-warning {
  background-color: #FFF9F2 !important;
  color: #f39c12 !important;
  border: 1px solid #F1DEC7;
}
.admin-portal .status-success {
  background-color: #F2FAF5 !important;
  color: #069651 !important;
  border: 1px solid #BDDBCE;
}
.admin-portal .status-danger {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}
.admin-portal #challan_modalnew .card-body, .admin-portal #challan_modaledit .card-body, .admin-portal #challan_modal_confirm .card-body {
  padding: 0;
}
.admin-portal #challan_modalnew .card, .admin-portal #challan_modaledit .card, .admin-portal #challan_modal_confirm .card {
  box-shadow: none;
  border: none;
}
.admin-portal .blue-bg-title {
  background: #D4E4F6;
  border-top-left-radius: 8px;
  padding: 10px;
  color: #0060C9;
  border-bottom: 2px solid #0060C9;
}
.admin-portal ::-moz-color-swatch {
  border-color: transparent;
}
.admin-portal ::-webkit-color-swatch {
  border-color: transparent;
}
.admin-portal #nav-tabContent-intro.payroll-reporting-tab .nav-tabs .nav-item:nth-child(n+4) {
  margin-top: 0;
}
.admin-portal #nav-tabContent-intro.payroll-reporting-tab .reports-tab-wrapper .nav-item .nav-link {
  border: none !important;
  background: #fff !important;
}
.admin-portal #nav-tabContent-intro.payroll-reporting-tab.pf-reporting-tab.pf-report-all-tab .nav-item:nth-child(4n) {
  margin-right: 0;
}
.admin-portal #nav-tabContent-intro.payroll-reporting-tab .nav-item {
  width: 32.66%;
  margin-right: 1%;
}
.admin-portal #nav-tabContent-intro.payroll-reporting-tab.pf-reporting-tab.pf-report-all-tab .nav-item {
  width: 23.5% !important;
  margin-right: 2%;
}
.admin-portal .pf-reporting-tab.pf-report-all-tab .reports-tab-wrapper .nav-item {
  box-shadow: 0px 0px 25px 0px rgba(1, 82, 75, 0.15);
  margin-bottom: 2%;
}
.admin-portal .reports-tab-wrapper .company-form-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.admin-portal .report-button-contents .button_wrapper {
  margin-top: 20px;
}
.ess-portal.admin-portal {
  /* .white-dropdown-icon .show .dropdown-toggle::after{
      content: url('../images/icon-dropdown.png') !important;
  } */
}
.ess-portal.admin-portal .btn-secondary.btn-py-8, .ess-portal.admin-portal .btn-primary.btn-py-8 {
  padding: 8px 15px !important;
}
.ess-portal.admin-portal .form-group .leave-attendance-btns label {
  color: #747474;
}
.ess-portal.admin-portal .form-group .leave-attendance-btns label span {
  position: relative;
}
.ess-portal.admin-portal .form-group .leave-attendance-btns label span::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: 2px solid #0060C9;
  border-radius: 50%;
  left: -25px;
  top: 2px;
}
.ess-portal.admin-portal .form-group .leave-attendance-btns label span::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  left: -22px;
  top: 5px;
  /* background: #0060C9; */
}
.ess-portal.admin-portal .leave-attendance-btns .btn-outline-secondary:not(:disabled):not(.disabled).active span::after {
  background: #0060C9;
}
.ess-portal.admin-portal .gray-input .input-group-text {
  background-color: #D0D0D0;
  border-radius: 8px;
  border-color: #004242;
}
.ess-portal.admin-portal .radius-left-0 .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ess-portal.admin-portal .ibox-content span {
  color: inherit;
}
.ess-portal.admin-portal .approve-level-content .salary-heads .cmp-child-items {
  font-size: 16px;
  font-weight: 400;
}
.ess-portal.admin-portal .approve-level-content .salary-heads {
  color: #01524B;
  font-size: 18px;
  font-weight: 500;
}
.ess-portal.admin-portal .approve-level-content .salary-heads.basic-salary-head {
  color: #8F8F8F;
}
.ess-portal.admin-portal .approve-level-content .salary-heads.inactive-head {
  color: #688986;
}
.ess-portal.admin-portal .approve-level-content tbody td, .ess-portal.admin-portal .approve-level-content .table-row td {
  border-right: none !important;
}
.ess-portal.admin-portal #form_etin_scan-group .custom-file-input[disabled] ~ .custom-file-label, .ess-portal.admin-portal #form_etin_scan-group .custom-file-input:disabled ~ .custom-file-label, .ess-portal.admin-portal #form_bin_scan-group .custom-file-input[disabled] ~ .custom-file-label, .ess-portal.admin-portal #form_bin_scan-group .custom-file-input:disabled ~ .custom-file-label {
  background-color: #E8E8E8;
  border: 2px dashed #8F8F8F !important;
  /* border-top: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0; */
}
.ess-portal.admin-portal #form_etin_scan-group.custom-file-uploader label.custom-file-label, .ess-portal.admin-portal #form_bin_scan-group.custom-file-uploader label.custom-file-label {
  background-image: url("../images/browse-button.png");
  background-position: center top 35px;
  align-items: center;
  background-color: #E8E8E8;
  border: 2px dashed #8F8F8F !important;
  /* border-top: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0; */
}
.ess-portal.admin-portal #form_etin_scan-group.custom-file-uploader .custom-file, .ess-portal.admin-portal #form_bin_scan-group.custom-file-uploader .custom-file {
  height: 138px;
}
.ess-portal.admin-portal #tin-group .form-control, .ess-portal.admin-portal #bin-group .form-control {
  /* border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; */
}
.ess-portal.admin-portal #phone-group .input-group-text {
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #004242;
  background: #D9D9D9 !important;
  color: #747474;
}
.ess-portal.admin-portal .bar-icon span {
  background-color: #A4E1DB !important;
}
.ess-portal.admin-portal .trz_people_btn {
  display: block !important;
}
.ess-portal.admin-portal .payrunpayslip-details .employee-count-icon, .ess-portal.admin-portal .payrunpayslip-details .employee-count-number {
  cursor: text;
  border: none !important;
  border-radius: 0 !important;
  width: 50%;
  min-width: unset !important;
  font-weight: 600;
}
.ess-portal.admin-portal .dataTable.no-sort-icon .custom-label span {
  padding-right: 0 !important;
}
.ess-portal.admin-portal #filter_button svg {
  display: inline-block;
}
.ess-portal.admin-portal .trz-custom-dropdown .dropdown-toggle::after {
  content: url("../images/icon-dropdown.png") !important;
}
.ess-portal.admin-portal .trz-custom-dropdown.show .dropdown-toggle::after {
  content: url("../images/icon-dropdown-wh.png") !important;
}
.ess-portal.admin-portal .white-dropdown-icon .dropdown-toggle::after {
  content: url("../images/icon-dropdown-wh.png") !important;
}
.ess-portal.admin-portal .white-dropdown-icon:hover .dropdown-toggle::after {
  content: url("../images/icon-dropdown.png") !important;
}
.ess-portal.admin-portal .white-dropdown-icon .dropdown-toggle {
  font-size: 12px;
  padding-right: 30px !important;
  max-width: 100%;
}
.ess-portal.admin-portal .btn-secondary.btn-white, .ess-portal.admin-portal .btn-primary.btn-white {
  background-color: #fff !important;
  border-color: #D5E6EB !important;
  color: #042 !important;
}
.ess-portal.admin-portal .trz_ppl_wrapper_2 .trz-custom-dropdown .dropdown-toggle.btn-secondary:hover, .ess-portal.admin-portal .trz_ppl_wrapper_2 .trz-custom-dropdown .custom-secodary-btn:hover, .ess-portal.admin-portal .btn-secondary.btn-white:hover, .ess-portal.admin-portal .btn-primary.btn-white:hover {
  color: #0892A4 !important;
}
.ess-portal.admin-portal .btn-secondary.btn-white:hover, .ess-portal.admin-portal .btn-primary.btn-white:hover {
  background-color: #E5F6EE !important;
  border-color: #9BD6BA !important;
}
.ess-portal.admin-portal .btn-secondary.btn-approved, .ess-portal.admin-portal .btn-primary.btn-approved {
  background-color: #E5F6EE !important;
  border-color: #9BD6BA !important;
  color: #069651 !important;
}
.ess-portal.admin-portal .btn-secondary.btn-approved:hover, .ess-portal.admin-portal .btn-primary.btn-approved:hover {
  background-color: #B6E0CC !important;
  border-color: #069651 !important;
  color: #069651 !important;
}
.ess-portal.admin-portal .trz_ppl_wrapper_2 .trz-custom-dropdown.show .dropdown-toggle.btn-secondary, .ess-portal.admin-portal .trz_ppl_wrapper_2 .trz-custom-dropdown.show .custom-secodary-btn {
  color: #fff !important;
  border-color: #01524B !important;
  background-color: #0892A4 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ess-portal.admin-portal .page-link, .ess-portal.admin-portal .page-item.disabled .page-link {
  color: #27565C;
}
.ess-portal.admin-portal .btn-delete {
  background-color: transparent;
  color: #CC5057;
  border-color: #CC5057;
  border-radius: 8px;
  padding: 3px 9px;
}
.ess-portal.admin-portal .ibox-title h4.atlhr-dashboard-title {
  font-size: var(--font-size-reguler-3);
}
.ess-portal.admin-portal .ibox-title h4.atlhr-dashboard-title span:last-child {
  font-size: var(--font-size-3);
  font-weight: 600;
}
.ess-portal.admin-portal .payrun-wizard-breadcrumb {
  background-image: url("../images/payroll-wizard-bg.png");
  background-position: center right !important;
  background-size: cover;
  border: 2px solid #072C28;
}
.ess-portal.admin-portal .custom-wizard-btn.btn-secondary, .ess-portal.admin-portal .custom-wizard-btn.btn-primary {
  color: #004242 !important;
  border-color: #0892A4 !important;
  background-color: #DDF5F9 !important;
}
.ess-portal.admin-portal .custom-wizard-btn.btn-secondary:hover, .ess-portal.admin-portal .custom-wizard-btn.btn-primary:hover {
  color: #fff !important;
  border-color: #004242 !important;
  background-color: #004242 !important;
}
.ess-portal.admin-portal .payrun-custom-dropdown .dropdown-toggle::after {
  content: none !important;
}
.ess-portal.admin-portal .btn-secondary.btn-download, .ess-portal.admin-portal .btn-primary.btn-download {
  background-color: transparent !important;
  border-color: #0060C9 !important;
  color: #0060C9 !important;
}
.ess-portal.admin-portal .btn-secondary.btn-download:hover, .ess-portal.admin-portal .btn-primary.btn-download:hover {
  background-color: #E1F2FF !important;
  color: #0060C9 !important;
}
.ess-portal.admin-portal .public-info-last.company-public-info .text {
  color: #8F8F8F;
  font-weight: 500 !important;
}
.ess-portal.admin-portal .public-info-last.company-public-info .text.company_name {
  font-weight: 600 !important;
  font-size: 20px;
}
.ess-portal.admin-portal .public-info-last.company-public-info .value {
  color: #34444C;
}
.ess-portal.admin-portal .public-info-last.company-public-info .value.company_value {
  color: #27565C;
  font-size: 20px;
  font-weight: 700 !important;
}
.ess-portal.admin-portal .public-info-last {
  border-left: 2px solid #efefef;
}
.ess-portal.admin-portal .clock-in-out-group label {
  float: left;
  width: 50%;
  margin: 0;
  text-align: center;
  color: #0060C9 !important;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.ess-portal.admin-portal .leave-table .dropdown-menu {
  min-width: 8rem;
}
.ess-portal.admin-portal .ibox-title h4.with-blue-text span {
  font-weight: 600;
  font-size: var(--font-size-4);
  color: #0060C9;
}
.ess-portal.admin-portal .employee-count-icon.border, .ess-portal.admin-portal .employee-count-number.border {
  border-color: #B5CBE2 !important;
}
.ess-portal.admin-portal .employee-count-icon.border {
  border-right: none !important;
}
.ess-portal.admin-portal .employee-count-number.border {
  border-left: none !important;
}
.ess-portal.admin-portal .custom-wizard-btn.btn-secondary.blue, .ess-portal.admin-portal .custom-wizard-btn.btn-primary.blue {
  color: #0060C9 !important;
  background-color: #E3ECF6 !important;
  border-color: #0060C9 !important;
}
.ess-portal.admin-portal .custom-wizard-btn.btn-secondary.black, .ess-portal.admin-portal .custom-wizard-btn.btn-primary.black {
  color: #3F3F3F !important;
  background-color: #E8E8E8 !important;
  border-color: #3F3F3F !important;
}
.ess-portal.admin-portal .challan-reff-number {
  width: 25%;
  background: #688986;
  border-radius: 8px;
  color: #fff !important;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-left: 10px;
}
.ess-portal.admin-portal .challan-name-field {
  width: calc(75% - 10px);
}
.ess-portal.admin-portal .table-row.table-footer-custom {
  background: #C7E3E1 !important;
}
.ess-portal.admin-portal .btn-primary.btn-transparent, .ess-portal.admin-portal .btn-secodary.btn-transparent {
  background: transparent !important;
  color: #747474;
}
.ess-portal.admin-portal .custom-secodary-btn.btn-secondary.switch-view-btn {
  padding: 6px 10px !important;
  border-color: #01524B !important;
}
.ess-portal.admin-portal .custom-secodary-btn.btn-secondary.switch-view-btn:hover {
  background-color: #E8E8E8 !important;
  border-color: #004242 !important;
  color: #004242 !important;
}
.ess-portal.admin-portal .custom-secodary-btn.btn-secondary.switch-view-btn.active {
  background: #E8E8E8 !important;
}
.ess-portal.admin-portal .custom-secodary-btn.btn-secondary.switch-view-btn {
  color: #004242 !important;
  /* border-bottom: none !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; */
  border-width: 1px !important;
}
.ess-portal.admin-portal .directory-switch-btns .custom-secodary-btn.btn-secondary.switch-view-btn:nth-child(2) {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ess-portal.admin-portal .view-mode-status {
  background: #004242;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
}
.ess-portal.admin-portal .grid-employee-data span:first-child, .ess-portal.admin-portal .grid-employee-data span:last-child {
  color: #688986;
}
.ess-portal.admin-portal .grid-hover-wrapper .grid-employee-data span:first-child, .ess-portal.admin-portal .grid-hover-wrapper .grid-employee-data span:last-child {
  color: #fff;
}
.ess-portal.admin-portal .grid-hover-wrapper {
  background: rgba(104, 137, 144, 0.9);
}
.ess-portal.admin-portal .grid-hover-wrapper .btn-primary.btn-white:hover {
  font-size: 18px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ess-portal.admin-portal .bank-dropdown-menu.dropdown-menu {
  min-width: 13rem;
  border-radius: 8px;
}
.ess-portal.admin-portal .form-group.expense-payroll-settings-legends .leave-attendance-btns label span {
  display: flex;
  flex-direction: column;
}
.ess-portal.admin-portal .form-group.expense-payroll-settings-legends .leave-attendance-btns label span::before {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
}
.ess-portal.admin-portal .form-group.expense-payroll-settings-legends .leave-attendance-btns label span strong {
  font-size: 20px;
}
.ess-portal.admin-portal .form-group.expense-payroll-settings-legends .leave-attendance-btns label {
  background: #e8e8e8;
}
.ess-portal.admin-portal .form-group.expense-payroll-settings-legends .leave-attendance-btns label span::after {
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.settlement-form .employee-list-table td input {
  position: relative;
}
.transaction_label {
  font-size: var(--font-size-1) !important;
}
.text-bold-new .text-right {
  font-weight: 600 !important;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-tabs .nav-item:nth-child(3n) {
  margin-right: 0;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-item .nav-link.active {
  color: #495057 !important;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-item .nav-link {
  background: transparent !important;
  border: none !important;
  box-shadow: none;
  color: #000 !important;
  display: block;
  height: 100%;
  padding: 0;
  text-align: left;
}
.admin-portal .reports-tab-nav {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 25px 0 rgba(1, 82, 75, 0.15);
  padding: 15px;
}
.table-head .bg-white {
  background-color: var(--white) !important;
}
.table-head .first-row {
  background-color: #14655E !important;
}
:root {
  --font-small: 12px;
  --font-small-1: 10px;
  --font-small-2: 11px;
  --font-size-1: 14px;
  --font-size-2: 15px;
  --font-size-3: 16px;
  --font-size-4: 18px;
  --font-size-5: 17px;
  --font-size-6: 19px;
  --font-size-reguler: 20px;
  --font-size-reguler-1: 22px;
  --font-size-reguler-2: 24px;
  --font-size-reguler-3: 26px;
  --font-size-welcome: 40px;
  --margin-default:0.5rem;
}
@media screen and (max-width: 1380px) {
  :root {
    --font-size-1: 12px;
    --font-size-2: 13px;
    --font-size-3: 14px;
    --font-size-4: 16px;
    --font-size-5: 15px;
    --font-size-reguler: 18px;
    --font-size-reguler-3: 22px;
    --margin-default:0.3rem;
    --font-size-welcome: 30px;
  }
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.w-1200 {
  max-width: 1200px !important;
}
body.ess-portal, body.trz_login_body {
  background-color: #ECEEF7;
  font-family: "Poppins", sans-serif;
}
.grenn-text {
  color: #02D085 !important;
  font-weight: 700;
}
.text_color_gray_green {
  color: #688986 !important;
}
.font-semi-bold {
  font-weight: 600 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.ess-portal {
  /*.company-directory.bg-wash, .company-directory.bg-wash .card {
      background-color: transparent !important;
  }
  .company-directory .container {
      max-width: 100%;
  }
  .company-directory .table-sticky-height {
      max-height: unset;
  }
  .company-directory .table-head {
      background: transparent;
      border-bottom: none;
  }
  .company-directory .table-sticky thead tr td {
      background: transparent;
      color: variables.$blue;
  }
  .company-directory .table-head label {
      padding-left: 0 !important;
  }
  .company-directory .employee-list-table tr td:first-child, .company-directory .employee-list-table tr th:first-child {
      padding-left: 10px;
  }
  .company-directory .table-head label span::before, .company-directory .table-head label span::after {
      content: '' !important;
  }
  .company-directory .table-row:nth-child(2n+1) {
      background: transparent;
  }
  .company-directory .table-row {
      border-bottom: none !important;
      background: transparent !important;
  }
  .company-directory .employee-list-table tr td{
      color: variables.$text-color-5;
      background-color: variables.$white;
  }
  .company-directory .employee-list-table tr td:first-child{
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
  }
  .company-directory .employee-list-table tr td:last-child{
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
  }
  .company-directory .employee-list-table{
      border-collapse: separate;
      border-spacing: 0px 12px;
  }*/
  /* .approved .leave-status .far.fa-solid.fa-circle
  {
      color:#28a745 !important;
  }
  .applied .leave-status .far.fa-solid.fa-circle
  {
      color:#5533FF !important;
  }
  .declined .leave-status .far.fa-solid.fa-circle
  {
      color:#F05B64 !important;
  } */
}
.ess-portal .atlhr-dashboard-title .blue-title {
  color: #3A52A6;
}
.ess-portal .atlhr-dashboard-title span a {
  color: #161E54;
  line-height: 22px;
  letter-spacing: -0.32px;
}
.ess-portal .black-title {
  color: #212121;
}
.ess-portal .trz_people_btn {
  display: none !important;
}
.ess-portal .company-directory, .ess-portal .company-directory .card {
  background-color: transparent !important;
}
.ess-portal .company-directory .container {
  max-width: 100%;
}
.ess-portal .table-sticky thead td {
  position: static;
}
.ess-portal .custom-secodary-btn.btn-secondary.switch-view-btn {
  background: #fff !important;
  border: 2px solid !important;
  border-color: #E8E8E8 !important;
  padding: 10px 13px !important;
  font-size: var(--font-size-2);
  color: #3A52A6 !important;
}
.ess-portal .directory-switch-btns .custom-secodary-btn.btn-secondary.switch-view-btn:first-child {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: -4px;
}
.ess-portal .directory-switch-btns .custom-secodary-btn.btn-secondary.switch-view-btn:last-child {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ess-portal .custom-secodary-btn.btn-secondary.switch-view-btn.active {
  background: #E1EBF8 !important;
}
.ess-portal .company-directory .grid-employee-viewmore {
  display: none;
}
.ess-portal .employee-grid-view .grid-item {
  border: none;
  box-shadow: 0px 5.142px 32.14px 10.285px rgba(167, 208, 208, 0.25);
  border-radius: 8px;
}
.ess-portal .page-item.active .page-link, .ess-portal .page-item .page-link:hover {
  background-color: #76C9D3;
  border-color: #76C9D3;
  color: #fff;
  border: 1px solid;
}
.ess-portal .page-link, .ess-portal .page-item.disabled .page-link {
  color: #000D21;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
}
.ess-portal .pagination {
  font-weight: 600;
}
.ess-portal .custom-select {
  border: 1px solid #3A52A6;
  color: #3A52A6;
  border-radius: 10px;
}
.ess-portal #filter_button svg {
  display: none;
}
.ess-portal #filter_button:before {
  display: none;
}
.ess-portal #filter_button {
  padding-left: 30px;
  padding-right: 30px;
  background: #3A52A6 !important;
  color: #fff;
}
.ess-portal .trz-custom-dropdown .custom-secodary-btn .dropdown-toggle.btn-secondary, .ess-portal .custom-secodary-btn {
  background: transparent !important;
  color: #3A52A6;
  border-color: #3A52A6 !important;
}
.ess-portal .custom-secodary-btn .btn-secondary::before {
  display: none;
}
.ess-portal .trz-custom-dropdown .dropdown-toggle::after {
  content: "\f107" !important;
  position: absolute;
  border-top: none;
  border-right: none;
  border-left: none;
  right: 12px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: var(--font-size-reguler);
  transform: translateY(-50%);
}
.ess-portal .custom-search .form-control {
  color: #3A52A6;
  border-color: transparent !important;
  padding-left: 10px;
  background-color: #fff;
}
.ess-portal .custom-search .form-control::-moz-placeholder {
  color: #3A52A6;
  opacity: 0.5;
}
.ess-portal .custom-search .form-control::placeholder {
  color: #3A52A6;
  opacity: 0.5;
}
.ess-portal .custom-search .input-group-prepend .input-group-text {
  background: #fff !important;
  border-color: transparent !important;
  color: #3A52A6;
}
.ess-portal #navbarSupportedContent .nav-item.dropdown .users-style > a {
  border-radius: 0.25rem !important;
  border: 1px solid #3A52A6;
  color: #3A52A6 !important;
  padding-left: 20px;
  padding-right: 32px;
  position: relative;
  font-weight: 600;
}
.ess-portal #navbarSupportedContent .dropdown-toggle::after {
  margin-left: 2px;
  content: "\f078" !important;
  position: absolute;
  border-top: none;
  border-right: none;
  border-left: none;
  right: 12px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
  content: "\f078" !important;
  color: #3A52A6;
}
.ess-portal .menu-company-name {
  height: 24px;
}
.ess-portal .menu-company-img {
  width: 24px;
}
.ess-portal .navbar {
  padding: 0.35rem 1rem;
}
.ess-portal .navbar-brand.is-user {
  top: 10px;
}
.ess-portal .nav-item a:hover {
  background: transparent;
}
.ess-portal #navbarSupportedContent .navbar-nav > .nav-item:last-child:hover {
  background: transparent;
}
.ess-portal #navbarSupportedContent .navbar-nav > .nav-item:last-child {
  min-width: 90px;
}
.ess-portal .nav-dropdown-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 27px;
}
.ess-portal .menu-company-img .b-avatar .b-avatar-img img, .ess-portal .menu-company-img img {
  border: 1px solid #3A52A6;
}
.ess-portal .navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 600;
}
.ess-portal .profile-left-block span {
  display: block;
  font-weight: normal;
  font-size: var(--font-small-2);
}
.ess-portal #navbarSupportedContent .navbar-nav > .nav-item.user-nav-item #navbarDropdown {
  display: flex;
  align-items: center;
  padding: 0;
}
.ess-portal #navbarSupportedContent .navbar-nav > .nav-item.user-nav-item {
  height: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0;
}
.ess-portal #navbarSupportedContent .navbar-nav > .nav-item {
  margin-top: 6px;
}
.ess-portal .profile-left-block {
  font-size: var(--font-size-1);
}
.ess-portal .profile-right-block {
  max-width: 44px;
}
.ess-portal .shortcut-button {
  border: none;
  text-align: center;
  min-height: unset;
  height: auto;
  margin-bottom: 0;
}
.ess-portal .ibox {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 6px 6px rgba(85, 51, 255, 0.1);
}
.ess-portal .dashboard_title {
  background: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none !important;
}
.ess-portal .ibox-content {
  border: none;
  background: transparent;
  padding-top: 0;
}
.ess-portal .ibox-title h4 {
  font-size: var(--font-size-4);
}
.ess-portal .ibox-title h4 span:last-child {
  font-size: var(--font-small);
  font-weight: 400;
}
.ess-portal .ibox-content h3 {
  font-size: var(--font-size-3);
  color: #3A52A6;
}
.ess-portal .ibox-content span {
  font-size: var(--font-size-1);
  color: #657589;
  font-weight: 600;
}
.ess-portal .ibox-content .table-head span {
  color: #fff;
}
.ess-portal .atlhr-dashboard-title {
  font-size: var(--font-size-reguler-3);
  margin-bottom: 0;
  font-weight: 600;
  color: #3A52A6;
}
.ess-portal .ibox-title h4 span span {
  color: #212529;
  display: block;
  margin-top: 10px;
  /* margin-bottom: 10px; */
}
.ess-portal .ibox-title {
  padding: 15px 20px 7px;
}
.ess-portal .table-head {
  background: transparent;
  border-bottom: none;
  color: #fff;
  font-size: var(--font-small);
  position: sticky;
  top: 0;
  z-index: 9;
}
.ess-portal .table-head td, .ess-portal .table-head th {
  border: 0;
  padding: 6px 15px;
  font-size: var(--font-size-3);
  border-right: 1px solid #394178 !important;
}
.ess-portal tbody td {
  font-size: var(--font-size-2);
}
.ess-portal .table-row {
  border-left: 1px solid !important;
  border-right: 1px solid !important;
  border-bottom: 1px solid !important;
  border-color: #E8E8E8 !important;
  background-color: #fff;
}
.ess-portal .table-row:nth-child(2n) {
  background-color: #f8f8f8;
}
.ess-portal .asset-bg {
  background-color: #ECEFFF;
}
.ess-portal .asset-bg.table-row:nth-child(2n) {
  background: #ECEFFF !important;
}
.ess-portal .liability-bg {
  background-color: #FFFFE7;
}
.ess-portal .liability-bg.table-row:nth-child(2n) {
  background-color: #FFFFE7 !important;
}
.ess-portal .income-bg {
  background-color: #DEFFF5;
}
.ess-portal .income-bg.table-row:nth-child(2n) {
  background-color: #DEFFF5 !important;
}
.ess-portal .expense-bg {
  background-color: #FFE7E7;
}
.ess-portal .expense-bg.table-row:nth-child(2n) {
  background-color: #FFE7E7 !important;
}
.ess-portal .table-head td, .ess-portal .table-head th {
  background-color: #161E54;
  font-weight: 600 !important;
  text-align: center;
}
.ess-portal tbody td, .ess-portal .table-row td {
  font-weight: 400;
  border-right: 1px solid !important;
  border-color: #E8E8E8 !important;
  color: #34444C;
  padding: 7px;
}
.ess-portal .table-head th:first-child, .ess-portal .table-head td:first-child, .ess-portal .table-head > div:first-child {
  border-top-left-radius: 5px;
}
.ess-portal .table-head th:last-child, .ess-portal .table-head td:last-child, .ess-portal .table-head > div:last-child {
  border-top-right-radius: 5px;
}
.ess-portal .ibox-content .vc-highlights {
  z-index: -1 !important;
}
.ess-portal .ibox-content .vc-container span {
  font-size: var(--font-size-4);
}
.ess-portal .ibox-content .vc-weekday {
  font-size: var(--font-size-4) !important;
  color: #0A0A0A !important;
}
.ess-portal .ibox-content .vc-container .weekday-6 span, .ess-portal .ibox-content .vc-container .weekday-7 span {
  color: #FF3B30 !important;
}
.ess-portal .ibox-content .vc-container {
  border: none;
}
.ess-portal .employee-portal-menu .list-group-item span {
  color: #657589;
}
.ess-portal .employee-portal-menu .list-group-item.menu-active span, .ess-portal .employee-portal-menu .list-group-item:hover span, .ess-portal .logout-btn:hover {
  color: #3A52A6;
}
.ess-portal .employee-sidebar {
  background-color: #fff !important;
  margin-left: 20px;
  height: calc(100vh - 50px) !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 1px 6px 6px rgba(85, 51, 255, 0.1);
}
.ess-portal .main {
  padding-left: 290px;
}
.ess-portal .employee-sidebar .employee-portal-menu .list-group-item {
  background-color: #fff;
}
.ess-portal .employee-portal-menu .list-group-item span {
  font-weight: 600;
}
.ess-portal .employee-portal-menu .list-group-item.list-item-sub span {
  font-weight: 500;
}
.ess-portal .employee-sidebar-inner {
  padding-top: 60px;
}
.ess-portal .list-item-sub {
  padding-left: 60px !important;
}
.ess-portal .list-item-main::after {
  content: "\f078" !important;
  position: absolute;
  border-top: none;
  border-right: none;
  border-left: none;
  right: 12px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  color: #657589;
}
.ess-portal .list-item-main {
  font-weight: 600;
}
.ess-portal .employee-sidebar .employee-portal-menu .list-group-item img.active, .ess-portal .employee-sidebar .employee-portal-menu .list-group-item.menu-active img.not-active {
  display: none;
}
.ess-portal .employee-sidebar .employee-portal-menu .list-group-item.menu-active img.active {
  display: inline-block;
}
.ess-portal .logout-btn {
  position: fixed;
  left: 95px;
  bottom: 80px;
  color: #657589;
  background-color: transparent !important;
  font-size: var(--font-size-2);
  font-weight: 600;
}
.ess-portal .btn-secondary, .ess-portal .btn-primary {
  background-color: #3A52A6 !important;
  border-color: #3A52A6 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: 400;
}
.ess-portal .btn-secondary:hover, .ess-portal #login-submit-group .btn-primary:hover, .ess-portal .btn-primary:hover {
  background-color: #D9EDF2 !important;
  border-color: #D9EDF2 !important;
  color: #0B1422 !important;
}
.ess-portal .table-head > div {
  background-color: #161E54;
  padding: 6px 15px;
  border: none;
  font-weight: 600 !important;
}
.ess-portal .table-row > div {
  font-weight: 500 !important;
  font-size: var(--font-small);
}
.ess-portal #login-submit-group .btn-primary {
  background-color: #3A52A6 !important;
  border-color: #3A52A6 !important;
  margin-top: 0;
}
.ess-portal #login-submit-group .btn-primary::after, .ess-portal .guest-main .login-btn::after {
  background-color: #D9EDF2 !important;
  color: #0B1422 !important;
}
.ess-portal .terms-conditions p:first-child strong, .ess-portal .terms-conditions p:first-child ins {
  color: #3A52A6;
  text-decoration: none;
}
.ess-portal .terms-conditions p {
  font-size: var(--font-small);
  margin-bottom: 0;
}
.ess-portal #show_terms .modal-header, .ess-portal .modal-header {
  border: none;
}
.ess-portal .loan_card_wrapper label {
  color: #3A52A6;
  font-size: var(--font-small);
}
.ess-portal .form-control::-moz-placeholder {
  color: #3A52A6;
}
.ess-portal .form-control::placeholder, .ess-portal .form-control {
  color: #3A52A6;
}
.ess-portal .form-control {
  border-radius: 10px;
}
.ess-portal #effective_date_of_loan_text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ess-portal #day_one, .ess-portal .date-field-parent button {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.ess-portal .custom-select {
  background-image: none !important;
  color: #161E54;
  border-radius: 10px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding-right: 10px;
}
.ess-portal .pagination .custom-select {
  border: none;
}
.ess-portal .pf-loan-form .ibox-content span {
  font-size: var(--font-size-3);
}
.ess-portal .loan_card_wrapper .b-icon.bi {
  vertical-align: -0.15em !important;
}
.ess-portal .table-hover tbody tr:hover {
  background-color: unset;
}
.ess-portal .table-hover tbody tr.table-head:hover {
  color: #fff;
}
.ess-portal .input-group > .custom-file + .form-control {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 0;
}
.ess-portal .input-group-text {
  border-radius: 10px;
}
.ess-portal .card.comment_thread {
  border: none !important;
  box-shadow: none !important;
  height: calc(100% - 2rem);
}
.ess-portal .comment_thread .card-footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fff !important;
  border: none !important;
}
.ess-portal .comment_thread .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ess-portal .comment_thread .custom-file-label::after {
  content: "\f0c6" !important;
  font-family: "Font Awesome 5 Free";
  background-color: #657589 !important;
  color: #fff;
  border-radius: 10px !important;
}
.ess-portal .comment_thread .custom-file-label {
  font-weight: 600;
  border: none;
}
.ess-portal .comment_thread .input-group > .custom-file {
  max-width: 40px;
  margin-right: 10px;
}
.ess-portal .comment-content {
  padding: 15px 20px;
  background: #E1EBF8;
  border-radius: 20px;
  width: 265px;
}
.ess-portal .comment-content h6 {
  font-size: var(--font-small-1);
  margin-bottom: 10px !important;
}
.ess-portal .icon_download_link {
  display: inline-block;
  color: #3A52A6;
}
.ess-portal .comment-content.self-comment {
  background: #161E54;
  color: #fff;
}
.ess-portal .self-comment .icon_download_link {
  color: #fff;
}
.ess-portal .discussion-thread .modal-lg {
  max-width: 600px;
}
.ess-portal .custom-file-input ~ .custom-file-label[data-browse]::after {
  background: #3A52A6;
  color: #fff !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ess-portal .custom-file-label {
  border: 1px solid;
  border-color: #3A52A6;
}
.ess-portal .custom-select.is-valid, .ess-portal .was-validated .custom-select:valid, .ess-portal .form-control.is-valid, .ess-portal .was-validated .form-control:valid {
  border-color: #3A52A6 !important;
}
.ess-portal .custom-file-label {
  border-radius: 10px;
  /*border-right: 0 !important;*/
}
.ess-portal .table th, .ess-portal .table td {
  vertical-align: middle;
}
.ess-portal #show_attachments a .b-icon {
  color: #3A52A6;
}
.ess-portal .ibox-content.pf-overview h3 {
  font-size: var(--font-size-1);
}
.ess-portal .company-form-container dt, .ess-portal .employee-tab-inner .bank-info .title {
  font-weight: 600 !important;
  color: #3A52A6;
  font-size: var(--font-size-1);
  margin-bottom: var(--margin-default);
}
.ess-portal .company-form-container dd, .ess-portal .employee-tab-inner .bank-info .text {
  color: #34444C;
  font-size: var(--font-size-1);
  font-weight: 500 !important;
}
.ess-portal .employee-content .company-form-container {
  border: none;
  border-radius: 13px;
}
.ess-portal .edit-icon {
  background-color: transparent !important;
  border: none;
  color: #657589 !important;
  font-size: var(--font-size-4);
}
.ess-portal .cursor-pointer:hover .edit-icon {
  color: #3A52A6 !important;
}
.ess-portal .edit-icon.bank-info-edit {
  background-color: #657589 !important;
  color: #fff !important;
  border-radius: 5px;
  font-size: var(--font-small);
}
.ess-portal .cursor-pointer:hover .edit-icon.bank-info-edit {
  color: #fff !important;
  background-color: #3A52A6 !important;
}
.ess-portal .employee-tab-inner .bank-info li {
  display: flex;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.ess-portal .employee-tab-inner .bank-info-inner .bank-info {
  padding-top: 0;
}
.ess-portal .custom-date-indicator {
  font-size: var(--font-small-1);
  letter-spacing: normal;
  display: inline-block;
  margin-left: 3px;
}
.ess-portal .employee-sidebar-inner {
  height: calc(100% - 100px);
  background-color: #fff;
  overflow: auto;
}
.ess-portal .contract-front-container .table-head {
  background-color: #161E54;
}
.ess-portal .table-row.hover-bg:hover {
  background-color: transparent !important;
}
.ess-portal .employee-content .company-form-box-title {
  font-size: var(--font-size-4);
}
.ess-portal .contract-front-container .border-right {
  border-color: #f8f8f8 !important;
}
.ess-portal .contract-front-container .table-row:nth-child(2n), .ess-portal .contract-front-container .table-row:nth-child(2n):hover {
  background-color: #f8f8f8 !important;
}
.ess-portal .contract-front-container .table-row {
  color: #212529;
  font-size: var(--font-small);
  font-weight: 500;
}
.ess-portal .contract-front-container .table-row strong, .ess-portal .contract-front-container strong {
  font-weight: 500;
}
.ess-portal .contract-front-container .contract-archive-list li .timeline-content .reference h4 {
  color: #3A52A6;
  font-weight: 600;
  font-size: var(--font-size-3);
  margin-bottom: 0 !important;
  margin-top: 12px;
}
.ess-portal .contract-front-container .contract-archive-list li .contract-archive-user {
  height: 6px;
  left: 6px;
  width: 6px;
}
.ess-portal .contract-front-container .contract-archive-list li .before-circle {
  height: 6px;
  width: 6px;
}
.ess-portal .contract-front-container .contract-archive-list li .timeline-content {
  color: #34444C;
  font-size: var(--font-size-2);
  font-weight: 500;
}
.ess-portal .contract-front-container .contract-archive-list li .timeline-content div:nth-last-child(-n+3) {
  margin-bottom: 0.5rem;
}
.ess-portal .contract-front-container .contract-archive-list li .contract-archive-content {
  margin: 0 0 20px 30px;
}
.ess-portal .contract-archive-box {
  height: auto;
  max-height: 1500px;
}
.ess-portal .blue-variant {
  color: #3A52A6;
}
.ess-portal .blue-variant:hover {
  color: #02D085;
}
.ess-portal .form-wrapper {
  max-width: 500px;
}
.ess-portal .company-directory .trz_ppl_wrapper {
  display: none;
}
.ess-portal .company-directory-search {
  float: right;
  padding-right: 0 !important;
  text-align: right;
}
.ess-portal .company-directory-search .custom-search {
  margin-left: auto;
}
.ess-portal .company-directory-search-row {
  justify-content: end;
}
.ess-portal textarea.form-control {
  overflow-y: auto !important;
}
.ess-portal .ibox-content.pf-overview .trz_row_overview.ibox {
  padding: 20px;
}
.ess-portal .trz_pf_slip_button {
  width: 90px;
}
.ess-portal .showoverlay_list_statement .b-overlay {
  height: 100%;
}
.ess-portal .b-overlay-wrap.show_pf_slip_data .b-overlay {
  height: 100%;
}
.ess-portal .submenu-wrapper {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
.ess-portal .active.list-item-main + .submenu-wrapper {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
.ess-portal .custom-file-input ~ .custom-file-label[data-browse]:hover::after {
  background-color: #D9EDF2;
  color: #000;
  z-index: 0;
  border-color: #3A52A6;
  border-width: 0 1px;
  border-style: solid;
}
.ess-portal #bv-modal-contract-details .modal-title {
  font-weight: 600;
}
.ess-portal .company-directory-search #filter_button {
  vertical-align: top;
  margin-bottom: 0 !important;
  margin-right: 5px;
}
.ess-portal .company-directory-search #filter_button:hover {
  background-color: #D9EDF2 !important;
}
.ess-portal .company-directory-search .custom-search {
  display: inline-block;
  margin: 0 !important;
  vertical-align: top;
  width: calc(100% - 100px);
}
.ess-portal .employee-sidebar .employee-portal-menu .list-group-item img, .ess-portal .employee-portal-menu .list-group-item span {
  pointer-events: none !important;
}
.ess-portal .filter-wrapper .input-group-prepend {
  display: none;
}
.ess-portal .filter-wrapper .input-group > .form-control {
  border-radius: 10px;
}
.ess-portal .filter-wrapper label {
  color: #3A52A6;
  font-weight: 500;
  font-size: var(--font-size-1);
}
.ess-portal .bg-new.table-row td {
  font-weight: 600;
}
.ess-portal .border {
  border: 1px solid !important;
  border-color: #E8E8E8 !important;
}
.ess-portal .employee-content .company-form-box-title h4 > .float-left {
  max-width: 50%;
}
.ess-portal #bv-modal-installment .modal-header {
  padding-bottom: 0;
}
.ess-portal #bv-modal-installment .modal-title {
  font-weight: 600;
}
.ess-portal .loan_card_wrapper.approval-wrapper {
  border-radius: 20px !important;
}
.ess-portal .pfloan-modal .modal-lg {
  max-width: 90%;
}
.ess-portal .loan-comments {
  margin-top: -60px;
  border-color: #3A52A6 !important;
  position: relative;
}
.ess-portal .modal-title {
  font-weight: 600;
}
.ess-portal .loan-comments:after, .ess-portal .loan-comments:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #3A52A6;
  top: -17px;
  left: -1px;
  position: absolute;
}
.ess-portal .loan-comments:before {
  top: auto;
  bottom: -17px;
}
.ess-portal .loan-comments .card-body.comment-card-body {
  height: auto !important;
  overflow: auto !important;
}
.ess-portal .pfloan-modal .modal-header .close {
  position: relative;
  z-index: 1;
}
.ess-portal .file-count-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3A52A6;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 22px;
  z-index: 9;
}
.ess-portal .pfloan-modal.pf_new_loan_modal .modal-lg {
  max-width: 900px;
}
.ess-portal .dash-widget-icon {
  background-color: rgba(58, 82, 166, 0.2);
  color: #3A52A6;
}
.ess-portal .card.dash-widget {
  border: none;
  border-radius: 20px;
  box-shadow: 0 1px 6px 6px rgba(85, 51, 255, 0.1);
}
.ess-portal .dash-widget-info > span {
  font-size: var(--font-size-1);
  font-weight: 600;
  color: #657589;
}
.ess-portal .dash-widget-info > h3 {
  font-size: var(--font-size-3);
  font-weight: 600;
  color: #3A52A6;
}
.ess-portal label {
  font-weight: 500;
}
.ess-portal .ibox-content .card-body.container {
  max-width: 100%;
  padding-top: 0;
}
.ess-portal .ibox-content table span {
  color: #212529;
  font-size: var(--font-small);
  font-weight: 500;
}
.ess-portal .employee-list-table.document-table tr.table-head td input + label::before {
  top: 0px;
  left: 0px;
}
.ess-portal .employee-list-table.document-table td input + label::before {
  left: 0px;
  top: 0px;
}
.ess-portal .employee-list-table.document-table td input:checked + label::after {
  left: 0px;
  top: 0px;
}
.ess-portal .v-calendar .holiday {
  background-color: #A8C9E4 !important;
}
.ess-portal .approved .leave-status {
  border-color: #28a745 !important;
}
.ess-portal .applied .leave-status {
  border-color: #5533FF !important;
}
.ess-portal .declined .leave-status {
  border-color: #F05B64 !important;
}
.ess-portal .employee-attendance-wrapper .table-parent {
  height: auto;
}
.ess-portal .form-control:disabled {
  background-color: #e9ecef;
}
.ess-portal .employee-investment-wrapper .employee-table-wrapper {
  overflow: visible;
}
.ess-portal .employee-investment-wrapper .employee-table-wrapper table tbody tr:first-child .action-dropdown-menu, .ess-portal .employee-investment-wrapper .employee-table-wrapper table tbody tr:nth-child(2) .action-dropdown-menu {
  bottom: auto !important;
  top: 35px !important;
}
.ess-portal .employee-investment-wrapper .employee-table-wrapper .action-dropdown-menu {
  top: 35px !important;
  bottom: auto !important;
}
.ess-portal {
  /* .btn-primary:hover {
      border-radius:8px !important;
  } */
  /* Animation */
}
.ess-portal .atlhr-dashboard-title span:last-child {
  display: block !important;
  margin-top: 10px;
  color: #747474;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-3);
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.32px;
}
.ess-portal .employee-sidebar {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100vh !important;
}
.ess-portal .employee-sidebar-inner {
  height: calc(100% - 70px);
}
.ess-portal .employee-sidebar .employee-portal-menu .list-group-item {
  padding-top: 16px;
  padding-bottom: 16px;
  border-left: 4px solid transparent !important;
  transition: all 0.2s ease-in-out;
}
.ess-portal .employee-portal-menu .list-group-item.menu-active span, .ess-portal .employee-portal-menu .list-group-item:hover span {
  color: #161E54;
}
.ess-portal .employee-portal-menu .list-group-item span {
  color: #161E54;
}
.ess-portal .employee-portal-menu .list-group-item.menu-active, .ess-portal .employee-portal-menu .list-group-item.menu-active:hover {
  background-image: linear-gradient(to right, #D8FBFF, #fff) !important;
  border-left: 4px solid #4CAAB6 !important;
  padding-left: 1.25rem !important;
}
.ess-portal .employee-portal-menu .list-group-item:hover {
  background-image: linear-gradient(to right, #F0F3FF, #fff) !important;
  border-left: 4px solid #fff !important;
  padding-left: 1.75rem;
}
.ess-portal .employee-portal-menu .list-item-sub.menu-active, .ess-portal .employee-portal-menu .list-item-sub:hover, .ess-portal .employee-portal-menu .list-item-sub.menu-active:hover {
  padding-left: 60px !important;
}
.ess-portal .logout-btn {
  left: 0;
  bottom: 0;
  width: 270px;
  text-align: center;
  padding: 20px 0;
  background-image: url("../images/menu/logout-background.png") !important;
  background-position: center center !important;
  color: #000;
}
.ess-portal .list-item-main::after {
  top: 17px;
  transition: transform 1s;
}
.ess-portal .list-item-main.active::after {
  transform: rotate(180deg);
}
.ess-portal .dashboard-user-info-key {
  color: #8F8F8F;
  font-size: var(--font-size-4);
  font-weight: 500;
}
.ess-portal .dashboard-user-info-value {
  color: #161E54;
  font-size: var(--font-size-4);
  font-weight: 600;
}
.ess-portal .punch-btn {
  padding: 5px 60px !important;
  border-radius: 8px;
  background-color: #3A52A6;
  border: 0;
  color: #fff;
  font-size: var(--font-size-4);
  font-weight: 600;
  margin-top: -15px;
  max-height: 50px;
}
.ess-portal .dash-ibox-content {
  padding: 15px 20px 20px 20px;
}
.ess-portal .dashboard-more-btn {
  padding: 8px 50px;
  color: #161E54;
  font-size: var(--font-size-4);
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid;
  border-color: #D5E6EB;
  background-color: #E1EBF8;
  margin-top: 30px;
}
.ess-portal .leave-balance-info .title {
  color: #34444C;
}
.ess-portal .content-div-title {
  color: #000;
  font-size: var(--font-size-4);
  font-weight: 600;
}
.ess-portal .pending-status {
  padding: 2px 15px;
  border: 1px solid;
  color: #34444C;
  border-radius: 10px;
}
.ess-portal .pending-status .fa.fa-circle {
  color: #5533FF;
}
.ess-portal .cash-amount {
  color: #3A52A6;
  font-size: var(--font-size-reguler);
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
.ess-portal .reimbursement-top {
  background: #EBF7F9;
  border-radius: 10px;
  padding: 8px;
}
.ess-portal .payslip-month.rounded {
  background: #efefef;
  color: #657589;
  font-weight: 500;
}
.ess-portal .payslip-month.active {
  background: #76C9D3;
  color: #fff;
}
.ess-portal .payslip-amount {
  color: #34444C;
  font-size: var(--font-size-3);
  font-weight: 600;
}
.ess-portal .fas.fa-exclamation-circle {
  color: #76C9D3;
}
.ess-portal .percentage-border {
  border: 2px solid;
  border-radius: 50%;
  margin-right: 4px;
  width: 50px;
  height: 50px;
}
.ess-portal .percentage-box {
  font-size: var(--font-size-3);
}
.ess-portal .percentage-border.left {
  border-color: #3A52A5;
}
.ess-portal .percentage-border.right {
  border-color: #4CAAB6;
}
.ess-portal .line-graph {
  height: 35px;
  background: #E1EBF8;
  display: block;
  margin-top: 20px;
  border-radius: 20px;
}
.ess-portal .line-graph .left-portion {
  background: #3A52A5;
  width: 45%;
  display: inline-block;
  height: 35px;
  border-radius: 20px;
  color: #fff !important;
  padding: 7px 15px;
}
.ess-portal .line-graph .right-portion {
  padding: 7px 15px;
  position: absolute;
  width: 200px;
  right: 0;
  text-align: right;
  color: #F08087;
  color: #929292;
}
.ess-portal .blue-circle, .ess-portal .blue-text {
  color: #3A52A5;
}
.ess-portal .sky-circle, .ess-portal .sky-text {
  color: #76C9D3;
}
.ess-portal .grey-circle, .ess-portal .grey-text {
  color: #929292;
}
.ess-portal .blue-circle, .ess-portal .sky-circle, .ess-portal .grey-circle {
  font-size: var(--font-size-6);
}
.ess-portal .dashboard-top {
  background-image: url("../images/dashboard-top-bg1.png");
  background-position: center right !important;
  background-size: cover;
  color: #fff;
}
.ess-portal .dashboard-top .time {
  font-size: var(--font-size-3);
  font-weight: 500;
}
.ess-portal .custom-primary-btn:hover {
  background: #3A52A6;
  border-color: #3A52A6;
  color: #fff;
}
.ess-portal .day-label {
  height: 48px;
  width: 48px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.ess-portal .is-today .day-label {
  border: 1px solid;
  border-color: #3A52A6;
}
.ess-portal .vc-header {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
.ess-portal #navbarSupportedContent .dropdown-toggle::after {
  right: -12px;
}
.ess-portal .current-company-info-container {
  width: 100px;
}
.ess-portal .current-company-info-container .company-logo-container .img-fluid {
  max-height: 50px;
  text-align: center;
}
.ess-portal .company-form-box-personal-image {
  flex: 0 0 25.5% !important;
}
.ess-portal .company-box-personal-data {
  flex: 0 0 74%;
  max-width: 74%;
}
.ess-portal .personal-data-text-primary {
  font-size: var(--font-size-reguler);
  font-weight: 700;
  color: #000D21;
  font-size: var(--font-size-reguler);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
}
.ess-portal .personal-data-text-secondery {
  color: #A4AEBB !important;
  font-size: var(--font-small);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
}
.ess-portal .personal-data-reguler {
  color: #34444C;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-2);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.ess-portal .contract-front-container .table-row strong, .ess-portal .contract-front-container strong {
  font-weight: 500 !important;
  font-size: var(--font-size-3);
  /* text-align: center !important; */
}
.ess-portal .contract-front-container .table-row > div {
  /* text-align: left; */
  padding-left: 10% !important;
  color: #34444C;
  font-weight: 500 !important;
  font-size: var(--font-size-3);
}
.ess-portal .btn.custom-primary {
  border-color: #D5E6EB !important;
  background-color: #E1EBF8 !important;
  color: #161E54;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-2);
  font-style: normal;
  font-weight: 600;
}
.ess-portal .btn.custom-primary:hover {
  background-color: #3A52A6 !important;
  border-color: #3A52A6 !important;
  color: #fff !important;
}
.ess-portal .form-control {
  border-radius: 10px;
  border: 1px solid;
  border-color: #CBC7DD;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 11px 4px rgba(58, 82, 166, 0.15);
}
.ess-portal .grid-employee-data span:first-child {
  color: #8F8F8F;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-4);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
}
.ess-portal .grid-employee-data span:last-child {
  min-height: unset;
  color: #8F8F8F;
  font-size: var(--font-small);
  font-weight: 500;
  letter-spacing: -0.24px;
  margin-top: 5px;
}
.ess-portal .grid-employee-data.text-center {
  min-height: 90px;
}
.ess-portal .investment-select {
  display: inline-block;
  max-width: 180px;
  color: #3A52A6;
  font-size: var(--font-size-2);
  font-weight: 600;
  border: 1px solid !important;
  border-color: #3A52A6 !important;
  margin-right: 10px;
}
.ess-portal .investment-total-text-box {
  color: #34444C;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-2);
  font-style: normal;
  font-weight: 400;
  line-height: 22.985px;
  letter-spacing: -0.3px;
}
.ess-portal .investment-total-text-box span {
  font-weight: 600;
}
.ess-portal .action-dropdown-toggle {
  color: #161E54;
}
.ess-portal .action-dropdown-toggle:hover {
  color: #161E54;
}
.ess-portal .dropdown-menu.action-dropdown-menu .btn-toolbar {
  display: block;
}
.ess-portal .dropdown-menu.action-dropdown-menu .btn-toolbar .btn.btn-secondary, .ess-portal .dropdown-menu.action-dropdown-menu .btn-toolbar .btn.btn-primary {
  background: #fff !important;
  color: #556174 !important;
  text-align: right;
  font-size: var(--font-size-2);
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
  border-color: #fff !important;
  border: 2px solid;
  border-color: #DBDCE3;
  padding: 8px 20px !important;
}
.ess-portal .employee-table-wrapper .action-dropdown-menu,
.ess-portal .employee-table-wrapper table tbody tr:first-child .action-dropdown-menu,
.ess-portal .employee-table-wrappe table tbody tr:nth-child(2) .action-dropdown-menu {
  border-radius: 6px;
  padding: 2px;
}
.ess-portal .btn-secondary, .ess-portal .btn-primary {
  color: #fff;
  font-size: var(--font-size-2);
  font-style: normal;
  font-weight: 600 !important;
  line-height: 18.688px;
  letter-spacing: -0.6px;
  text-transform: capitalize;
  background-color: #3A52A6 !important;
  border-color: #3A52A6 !important;
  border-radius: 8px;
  padding: 10px 30px !important;
}
.ess-portal .custom-select {
  height: calc(1.6em + 0.75rem + 7px);
}
.ess-portal .dropdown-menu {
  min-width: 10rem;
}
.ess-portal .atlhr-dashboard-title span {
  font-size: unset;
  display: inline-block !important;
}
.ess-portal .form-control {
  box-shadow: none !important;
  height: calc(1.6em + 0.75rem + 7px);
}
.ess-portal .grid-employee-img {
  width: 156px !important;
  height: 156px !important;
}
.ess-portal .payslip-list-dropdown .custom-select {
  border-radius: 10px;
  border: 2px solid !important;
  border-color: #3A52A6 !important;
  color: #3A52A6;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-2);
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
}
.ess-portal .payslip-month-list-item.clearfix {
  width: 100%;
}
.ess-portal .payslip-month-list-item-left {
  width: 50%;
  float: left;
}
.ess-portal .payslip-month-list-item-right {
  width: 50%;
  float: right;
  text-align: right;
}
.ess-portal .payslip-month-list-item {
  border-bottom: 1px solid;
  border-color: #efefef;
}
.ess-portal .payslip-month-list-item.clearfix {
  color: #8F8F8F;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-1);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ess-portal .active.payslip-month-list-item-container .payslip-month-list-item.clearfix {
  color: #161E54;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-5);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  margin: 5px 0;
  padding: 10px !important;
  border: 1px solid;
  border-color: #efefef;
  border-radius: 15px;
  box-shadow: 0px 1px 8px -1px;
  box-shadow: 0px 4px 25px 8px rgba(58, 82, 166, 0.15);
  scale: 1;
  transition: 0.1s;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ess-portal .active .payslip-month-list-item {
  border: none;
}
.ess-portal .payslip-month-list-item-container.active {
  position: relative;
  padding: 0 !important;
}
.ess-portal .employee-content .company-form-container {
  box-shadow: 0px 4px 24px 4px rgba(58, 82, 166, 0.15);
  background-color: #fff;
  box-shadow: 0px 4px 25px 8px rgba(58, 82, 166, 0.15);
}
.ess-portal .no-data-wrapper {
  padding: 10px;
  text-align: center;
  color: #212529;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-4);
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.36px;
  border: 1px solid;
  border-color: #efefef;
  border-radius: 10px;
}
.ess-portal .payslip-details-card .pay-slip-title .first {
  color: #212529;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-4);
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.36px;
  margin: 0px 0px 9px 0px;
}
.ess-portal .payslip-details-card .pay-slip-title .second, .ess-portal .payslip-details-card .pay-slip-title .third {
  color: #5B5E61;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-2);
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
.ess-portal .payslip-details-card {
  margin: 30px 0px;
}
.ess-portal .payslip-details-card {
  width: 95%;
  margin: 30px auto !important;
}
.ess-portal .payslip-details-info-right {
  padding-right: 0px !important;
}
.ess-portal .payslip-details-info-inner .wrapper {
  padding: 10px 20px;
  border-radius: 8px;
  background: #EBF7F9;
  margin-bottom: 10px;
}
.ess-portal .payslip-details-info-inner .wrapper .first {
  color: #9AA5B4;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-small);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
}
.ess-portal .payslip-details-info-inner .wrapper .second {
  color: #47484E;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-4);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
}
.ess-portal .payslip-details-title {
  color: #34444C;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-2);
  font-style: normal;
  font-weight: 600;
  line-height: 22.985px;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}
.ess-portal .table-head td {
  color: #fff !important;
}
.ess-portal .payslip-details-card .table-head td {
  padding: 10px !important;
}
.ess-portal .pay-allowances {
  color: #34444C;
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size-2);
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.3px;
  padding: 7px !important;
}
.ess-portal .slip-details-table td {
  padding: 7px;
}
.ess-portal .employee-content {
  padding-top: 0px;
}
.ess-portal .company-form-box-title .tab-button {
  width: unset;
}
.ess-portal .pf-statement-ntoe {
  color: #ABB9C7;
  font-size: var(--font-small);
  font-weight: 400;
  margin-top: 7px;
}
.ess-portal .pf-statement-ntoe {
  color: #ABB9C7;
  font-size: var(--font-small);
  font-weight: 400;
  margin-top: 7px;
}
.ess-portal .pf-statement-disclaimer {
  color: #212529;
  font-size: var(--font-small);
  font-weight: 400;
}
.ess-portal .statement-disclaimer-table {
  width: 70%;
}
.ess-portal .statement-disclaimer-table .table-head th {
  background: #E1EBF8;
  border: #E1EBF8 !important;
  color: #161E54;
  font-size: var(--font-size-3);
  font-weight: 600 !important;
}
.ess-portal .employee-content .pf-contribution.company-form-box-title h4 > .float-left {
  max-width: unset;
}
.ess-portal .leave-summery .dashboard_title {
  color: #000D21;
  text-align: center;
  font-size: var(--font-size-reguler);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  padding: 7px;
}
.ess-portal .btn.btn-primary.cursor-pointer.leave-button {
  padding-left: 15px !important;
  padding-right: 14px !important;
  width: 100%;
}
.ess-portal .leave-summery .ibox {
  border-radius: 16px;
  border: 2px solid var(--Accent-Stroke, #76C9D3);
  background: #EBF7F9;
  box-shadow: none !important;
}
.ess-portal .request-btn .btn.btn-primary {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ess-portal .attendance-summery .box-content .conteiner-1 {
  float: left;
  width: 60%;
  padding: 5px;
}
.ess-portal .attendance-summery .box-content .conteiner-2 {
  float: right;
  width: 40%;
  padding: 5px;
}
.ess-portal .attendance-summery .box-content .text {
  color: #9AA5B4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.32px;
}
.ess-portal .attendance-summery .box-content .value {
  color: #26565C;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}
.ess-portal .attendance-summery {
  padding-bottom: 15px;
}
.ess-portal .attendance-summery .wrapper {
  padding-right: 0;
}
.ess-portal .box-content.conteiner {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  padding: 15px;
}
.ess-portal .attendance-summery .wrapper:last-child {
  padding-right: 15px;
}
.ess-portal .leave-attendance-front-container .company-form-container {
  box-shadow: none;
}
.ess-portal .attendance-log .vc-container {
  border: none;
}
.ess-portal .attendance-log .vc-pane-container {
  padding: 0 20px;
}
.ess-portal .attendance-log .vc-arrow {
  border-radius: 14px;
  border-color: #E8E8E8;
}
.ess-portal .attendance-log .vc-arrows-container {
  top: 50%;
}
.ess-portal .attendance-log .vc-arrows-container.title-center {
  width: 105%;
  left: -23px;
}
.ess-portal .attendance-log .vc-header {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}
.ess-portal .attendance-log .vc-pane-layout .vc-pane {
  border: 2px solid var(--Accent-Stroke, #76C9D3);
  margin-right: 20px;
  border-radius: 16px;
}
.ess-portal .attendance-log .vc-highlight {
  border-radius: 7px !important;
  background: unset !important;
}
.ess-portal .attendance-log .legend .trz_borders {
  color: #161E54 !important;
  font: var(--font-size-2);
}
.ess-portal .attendance-log .legend .col-sm-12 {
  margin-bottom: 10px;
}
.ess-portal .attendance-log .legend .col-sm-12 .mark {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  vertical-align: middle;
  margin-right: 12px;
  /* margin-bottom: 8px; */
}
.ess-portal .attendance-log .legend .col-sm-12 .text {
  display: inline-block;
  vertical-align: middle;
}
.ess-portal .attendance-log .vc-day.is-today .vc-day-content {
  border: 2px solid;
  border-radius: 4px;
  border-color: #161E54 !important;
}
.ess-portal .attendance-log .vc-day {
  margin: 0 auto;
}
.ess-portal .attendance-log .vc-day-content.absent {
  background: #F08087;
}
.ess-portal .attendance-log .vc-day .vc-day-content {
  border-radius: 4px;
}
.ess-portal .attendance-log .vc-day-content {
  line-height: 25px !important;
}
.ess-portal .mark.current {
  background: #fff;
  border: 2px solid;
}
.ess-portal .mark.absent {
  background: #F08087;
}
.ess-portal .mark.present {
  background-color: #B4E9CA;
}
.ess-portal .mark.holiday {
  background-color: #A8C9E4;
}
.ess-portal .mark.weekend {
  background-color: #FF3B30;
}
.ess-portal .mark.late {
  background: #F0DD80;
}
.ess-portal .mark.left-early {
  background-color: #EEBB8D;
}
.ess-portal .leave-attendance-dashboard.employee-tab .custom-tab-nav {
  border: 1px solid #ededed !important;
  background: transparent !important;
}
.ess-portal .custom-tab-nav .leave-attendance-dashboard-tab .nav-item {
  margin-right: 3%;
  background: #fff;
  width: 19%;
}
.ess-portal .employee-content .employee-tab.leave-attendance-dashboard .nav-pills .nav-link:hover {
  border-radius: 11px !important;
}
.ess-portal .employee-tab.leave-attendance-dashboard .custom-tab-nav .nav-pills .nav-link {
  border-radius: 11px !important;
}
.ess-portal .custom-tab-nav .leave-attendance-dashboard-tab .nav-item {
  margin-right: 3%;
  background: #fff;
  width: 19%;
  border-radius: 12px;
  color: #657589;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
}
.ess-portal .employee-tab.leave-attendance-dashboard .nav-pills .nav-link.active {
  border-bottom-width: 0px !important;
}
.ess-portal .employee-content .employee-tab.leave-attendance-dashboard .nav-pills .nav-link.active:hover {
  border-bottom: 0px !important;
}
.ess-portal .leave-attendance-dashboard .nav-link.active::after {
  content: "";
  position: absolute;
  top: 80%; /* Mustafijur: 70% to 80%; */
  background: #fff;
  width: 100%;
  height: 30px;
}
.ess-portal .leave-attendance-dashboard .tab-pane.active {
  background: #fff;
  padding: 15px 15px;
  border-radius: 7px;
  margin-top: 9px;
  margin-left: 1px;
}
.ess-portal .leave-attendance-dashboard b.left-curve {
  position: absolute;
  bottom: 0px;
  left: -20px;
  height: 100%;
  width: 20px;
  background: transparent !important;
  display: none;
}
.ess-portal .leave-attendance-dashboard b.left-curve::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 20px;
  background: #308d46;
}
.ess-portal .leave-attendance-dashboard b.right-curve {
  position: absolute;
  right: -20px;
  top: 0px;
  height: 100%;
  width: 20px;
  background: transparent !important;
  display: none;
}
.ess-portal .leave-attendance-dashboard b.right-curve::before {
  content: "";
  right: 0;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  border-bottom-left-radius: 20px;
  background: #308d46;
}
.ess-portal .leave-attendance-dashboard .nav-link.active b.left-curve,
.ess-portal .leave-attendance-dashboard .nav-link.active b.right-curve {
  display: block;
}
.ess-portal .employee-content .leave-attendance-dashboard .nav-link {
  color: #657589 !important;
}
.ess-portal .employee-content .leave-attendance-dashboard .nav-link.active {
  color: #3A52A6 !important;
}
.ess-portal .leave-status {
  border-radius: 7px !important;
}
.ess-portal .doughnut-leave-data {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.ess-portal .leave-summery-count .count, .ess-portal .leave-summery-count .text {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #657589;
}
.ess-portal .leave-summery-count .first {
  font-size: 30px;
  color: #161E54;
}
.ess-portal .leave-summery-count .second {
  font-size: 18px;
}
.ess-portal .leave-summery-count .third {
  font-size: 20px;
}
.ess-portal .front-public-info-wrapper .personal-data-text-primary {
  color: #26565C;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
}
.ess-portal .public-info-last .text {
  color: #3A52A6;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: -0.3px;
}
.ess-portal .public-info-last .value {
  color: #34444C;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}
.ess-portal .public-info-last {
  border-left: 1px solid #efefef;
}
.ess-portal .select-employee .btn {
  width: 100% !important;
  padding: 8px !important;
}
.ess-portal .stats-info-wrapper {
  padding: 5px !important;
  border: 1.5px solid #E8E8E8;
  border-radius: 16px;
}
.ess-portal .stats-info {
  background-color: #EBF7F9;
  border: none;
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
}
.ess-portal .stats-info .value {
  color: #47484E;
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.ess-portal .stats-info .text {
  color: #9AA5B4;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}
.ess-portal .v-calendar.all-leaves .vc-header {
  padding: 4% !important;
}
.ess-portal .v-calendar.all-leaves .vc-weeks {
  padding: 0 12% 80px 13%;
}
.ess-portal .v-calendar.all-leaves .vc-arrows-container {
  display: none;
}
.ess-portal .stats-info-wrapper .stats-info:last-child {
  margin-bottom: 0;
}
.ess-portal .leave-attendance-dashboard .tab-item-wrapper {
  padding-top: 30px;
}
.ess-portal .stats-info-wrapper.legend {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.ess-portal .dowload-button-wrapper {
  padding-top: 10px;
}
.ess-portal .attendance-select {
  display: inline-block;
  width: 49%;
}
.ess-portal .attendance-button-wrapper .btn-secondary, .ess-portal .attendance-button-wrapper .btn-primary {
  padding: 10px 20px !important;
}
.ess-portal .attendance-button-wrapper {
  padding-left: 3px;
}
.ess-portal .attendance-select-wrapper {
  width: 35%;
  display: inline-block;
}
.ess-portal .employee-attendance-wrapper .company-form-box-title {
  padding-top: 10px;
}
.ess-portal .attendance-button-wrapper {
  text-align: right;
}
.ess-portal .trz-custom-dropdown .dropdown-toggle::before, .ess-portal .employee-filter-btn.btn-secondary::before {
  content: unset !important;
}
.ess-portal .btn-secondary, .ess-portal .btn-primary, .ess-portal .custom-primary {
  letter-spacing: 0.5px !important;
}
.ess-portal .attendance-table.table-sticky .table-head td {
  background-color: #161E54;
}
.ess-portal .table.attendance-table.table-sticky .table-head .employee {
  width: 200px;
}
.ess-portal .table.attendance-table.table-sticky .table-head td {
  width: 40px;
}
.ess-portal .table.attendance-table .attendance-box {
  height: 25px;
  width: 25px;
  background-color: #efefef;
  border-radius: 4px;
}
.ess-portal .table.attendance-table .attendance-box.weekend {
  background-color: #CFD1D3;
}
.ess-portal .table.attendance-table .attendance-box.absent {
  background-color: #F08087;
}
.ess-portal .table.attendance-table .attendance-box.holiday {
  background-color: #3490DC;
}
.ess-portal .table.attendance-table .attendance-box.success {
  background-color: #B4E9CA;
}
.ess-portal .table.attendance-table .attendance-box.late {
  background-color: #F0DD80;
}
.ess-portal .table.attendance-table .attendance-box.early_leave {
  background-color: #EEBB8D;
}
.ess-portal .table.attendance-table .attendance-box.leave {
  background-color: #069651;
}
.ess-portal .table.attendance-table .attendance-box.blank {
  background-color: #f8f8f8;
}
.ess-portal .table.attendance-table .today .attendance-box {
  border: 1px solid #161E54;
  border-radius: 4px;
}
.ess-portal .legend-wrapper .stats-info-wrapper.legend {
  position: relative;
  width: 100%;
}
.ess-portal .document-tab .custom-tab-nav .leave-attendance-dashboard-tab .nav-item {
  margin-right: 1%;
  width: 32%;
}
.ess-portal .document-tab .custom-tab-nav .leave-attendance-dashboard-tab li:last-child {
  margin-right: 0 !important;
  width: 34%;
}
.ess-portal .document-tab .custom-tab-nav .leave-attendance-dashboard-tab .nav-link.active::after {
  top: 80%;
  height: 20px;
}
.ess-portal .nav-link.active .active-design-right {
  height: 14px;
  width: 14px;
  background: #ECEEF7;
  border-left: 7px solid;
  border-color: #fff;
  position: absolute;
  top: 92%;
  left: 97.5%;
  border-bottom-left-radius: 15px;
  rotate: 0deg;
}
.ess-portal .nav-link.active .active-design-left {
  height: 14px;
  width: 14px;
  background: #ECEEF7;
  border-right: 7px solid;
  border-color: #fff;
  position: absolute;
  top: 92%;
  right: 97.5%;
  border-bottom-right-radius: 15px;
  rotate: 0deg;
}
.ess-portal .personal-documents .file {
  width: 20% !important;
  text-align: center;
  padding: 5px;
}
.ess-portal .tax-documents .file {
  width: 12% !important;
  text-align: center;
  padding: 5px;
}
.ess-portal .document-table .action {
  width: 9%;
}
.ess-portal .tax-documents .checkall_personal {
  padding: 0 !important;
  text-align: center;
}
.ess-portal .front-document-logo {
  height: 20px;
  width: 22px;
  margin-right: 10px;
}
.ess-portal .title-sub-text {
  display: block;
  margin-top: 10px;
  color: #000D21 !important;
  font-family: Poppins;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: -0.26px !important;
}
.ess-portal .document-table .table-head .checkbox {
  padding: 0;
  width: 5%;
  /* max-width: 94px !important; */
}
.ess-portal .checkall_hr_td {
  padding: 0 !important;
  text-align: center;
}
.ess-portal .document-table .file {
  width: 10%;
  text-align: center;
  padding: 5px;
}
.ess-portal .custom-label-doc {
  margin-bottom: 0;
}
.ess-portal .doughnut-wrapper {
  margin: 0 auto;
}
.ess-portal .doughnut-leave {
  position: relative;
}
.ess-portal .donut-chart {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem;
  border-radius: 100%;
}
.ess-portal div.center-dough {
  background: #EBF7F9;
  position: absolute;
  text-align: center;
  font-size: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 50%;
  line-height: 35px;
  padding: 15% 0 0;
}
.ess-portal #navbarSupportedContent .dropdown-menu-right::after {
  display: none;
}
.ess-portal .navbar-expand-md .navbar-nav .user-nav-item .dropdown-menu {
  width: 343px;
  border-radius: 20px;
  border: 3px solid #D7DBEE;
}
.ess-portal .portion-block {
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
  height: 100%;
  position: absolute;
  width: 100%;
}
.ess-portal .profile-left-block.float-right {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.64px;
}
.ess-portal .dropdown-profile.clearfix {
  padding: 10px 15px !important;
}
.ess-portal .dropdown-button-wrapper {
  border-bottom: 4px solid #D7DBEE;
}
.ess-portal .profile-left-block {
  margin-right: 0px;
}
.ess-portal .profile-right-block {
  max-width: 50px;
  margin-top: 10px;
}
.ess-portal .btn.custom-primary:hover {
  border-radius: 8px !important;
}
.ess-portal .dropdown-button-wrapper .btn-primary:hover {
  border-color: transparent !important;
  border: 0px solid #00b7ed !important;
}
.ess-portal .select-company-container.nav-link.active::after {
  display: none;
}
.ess-portal .company-logo-container {
  text-align: center;
  /* padding: 10px; */
}
.ess-portal .company-logo-container .img-fluid {
  max-height: 75px;
  text-align: center;
}
.ess-portal .nav-link.select-company-container {
  padding: 10px;
  margin: 10px;
  margin-bottom: 0px;
  border-radius: 8px;
  border: 1px solid #efefef;
  box-shadow: 0px 4px 25px 8px rgba(58, 82, 166, 0.15);
}
.ess-portal .navbar-light .navbar-nav .dropdown-menu .nav-link.select-company-container:hover {
  background: #fff;
}
.ess-portal .select-company-container {
  position: relative;
}
.ess-portal .select-company-container .custom-checkbox {
  position: absolute;
  top: 0;
  right: 5px;
}
.ess-portal .dropdown-button-wrapper .btn.custom-primary.btn-primary {
  border: 0px !important;
}
.ess-portal .users-style-new .dropdown-menu-new {
  padding: 0;
}
.ess-portal .users-style-new .nav-item {
  list-style: none;
}
.ess-portal .circle {
  border-radius: 50%;
  clip: rect(0px, 100px, 200px, 0px);
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: monospace;
  font-size: 1.5rem;
}
.ess-portal #part1 {
  transform: rotate(0deg);
}
.ess-portal #part1 .circle {
  background-color: #E64C65;
  /*transform: rotate(76deg);*/
  animation: first 1s 1 forwards;
}
.ess-portal #part2 {
  transform: rotate(100deg);
}
.ess-portal #part2 .circle {
  background-color: #11A8AB;
  animation: second 1s 1 forwards 1s;
}
.ess-portal #part3 {
  transform: rotate(250deg);
}
.ess-portal #part3 .circle {
  background-color: #4FC4F6;
  animation: third 0.5s 1 forwards 2s;
}
.ess-portal .custom-date-indicator.ess-date-indicator::before, .ess-portal .custom-date-indicator.ess-date-indicator::after {
  content: none !important;
}
.ess-portal .dropdown-menu-right .btn.custom-primary {
  font-size: 13px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ess-portal .company-form-box-personal-image img {
  border-radius: 10px;
}
.ess-portal .dataTable .custom-label span {
  padding-right: 20px !important;
}
.ess-portal table.dataTable > thead .sorting span::before, .ess-portal table.dataTable > thead .sorting_asc span::before, .ess-portal table.dataTable > thead .sorting_desc span::before, .ess-portal table.dataTable > thead .sorting_asc_disabled span::before, .ess-portal table.dataTable > thead .sorting_desc_disabled span::before {
  right: 0;
}
.ess-portal table.dataTable > thead .sorting span::after, .ess-portal table.dataTable > thead .sorting_asc span::after, .ess-portal table.dataTable > thead .sorting_desc span::after, .ess-portal table.dataTable > thead .sorting_asc_disabled span::after, .ess-portal table.dataTable > thead .sorting_desc_disabled span::after {
  right: 7px;
}
.ess-portal .grid-hover-wrapper {
  background: rgba(22, 30, 84, 0.9);
  top: auto;
  left: 0;
  bottom: -100%;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: bottom 0.3s ease-in-out;
}
.ess-portal .employee-grid-view .grid-item:hover .grid-hover-wrapper {
  bottom: 0;
}
.ess-portal .grid-emp-title {
  font-size: 18px;
  font-weight: 600;
}
.ess-portal .grid-hover-wrapper hr {
  border-color: rgba(255, 255, 255, 0.5);
  max-width: 60%;
}
.ess-portal .payslip-month-list-item-container.active::before {
  content: "";
  position: absolute;
  height: calc(100% - 2px);
  background: #fff;
  right: -54px;
  width: 55px;
  z-index: 9;
  top: 1px;
}
.ess-portal .modal-content {
  border-radius: 20px;
}
.ess-portal .modal.fade .modal-dialog {
  transform: translate(0, -250px);
}
.ess-portal .modal.show .modal-dialog {
  transform: none;
}
.ess-portal .w-600 .modal-lg {
  max-width: 600px;
}
.ess-portal .custom-control-input {
  z-index: 11;
}
.ess-portal .company-directory table .cursor-pointer, .ess-portal .company-directory .employee-avatar {
  cursor: unset !important;
}
.ess-portal .comment_thread span.form-file-text {
  display: none !important;
}
.ess-portal table thead td:last-child {
  float: none !important;
}
.ess-portal .employee-btn-holder {
  max-width: 100% !important;
}
.ess-portal .employee-btn-holder .report-intro {
  text-align: left !important;
}
@keyframes first {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(100deg);
  }
}
@keyframes second {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(150deg);
  }
}
@keyframes third {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(111deg);
  }
}
@media screen and (max-width: 1380px) {
  .ess-portal .contract-front-container .table-row > div {
    padding-left: 5% !important;
  }
  .ess-portal .contract-front-container .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
body.admin-portal {
  background-color: #F2F9F6;
}
.ess-portal.admin-portal {
  /* Left Panel Css*/
  /* added by faroque */
  /*************** */
  /*******for dark mode******** */
  /********for dark mode******* */
  /****************************************************/
  /********New updates to accomodate new design********/
  /****************************************************/
  /****************************************************/
  /******************New updates end*******************/
  /****************************************************/
  /* Left Panel Css*/
}
.ess-portal.admin-portal .activity-loc .b-icon {
  font-size: 22px;
  color: #0060C9;
}
.ess-portal.admin-portal .lg-width {
  width: 420px;
}
.ess-portal.admin-portal .med-width {
  width: 250px;
}
.ess-portal.admin-portal .sm-width {
  width: 88px;
}
.ess-portal.admin-portal .activity-loc {
  padding: 8px 5px;
  background: #E1F2FF;
  border-radius: 7px;
  cursor: pointer;
  border: 1px solid;
  border-color: #B5CBE2;
  text-align: center;
}
.ess-portal.admin-portal .table-head td {
  text-align: center !important;
}
.ess-portal.admin-portal .custom-search .input-group-prepend .input-group-text {
  border-color: #E8E8E8 !important;
}
.ess-portal.admin-portal .custom-search .form-control {
  border-color: #E8E8E8 !important;
}
.ess-portal.admin-portal .leave-attendance-dashboard.employee-tab .custom-tab-nav {
  border: none !important;
  background: transparent !important;
}
.ess-portal.admin-portal .atlhr-dashboard-title {
  color: #01524B;
  padding-top: 20px;
}
.ess-portal.admin-portal .atlhr-dashboard-title span a {
  color: #2B8179;
}
.ess-portal.admin-portal .btn-secondary, .ess-portal.admin-portal .btn-primary {
  background-color: #004242 !important;
  border-color: #004242 !important;
}
.ess-portal.admin-portal .table-head td, .ess-portal.admin-portal .table-head th {
  background: #01524B;
}
.ess-portal.admin-portal .table-head td, .ess-portal.admin-portal .table-head th {
  border-right: 1px solid #126D66 !important;
}
.ess-portal.admin-portal .trz_ppl_wrapper_2 .trz-custom-dropdown .dropdown-toggle.btn-secondary, .ess-portal.admin-portal .trz_ppl_wrapper_2 .trz-custom-dropdown .custom-secodary-btn {
  color: #004242 !important;
  border-color: #0892A4 !important;
  background-color: #DDF5F9 !important;
  padding-right: 30px !important;
  /* width: 163px !important; */
}
.ess-portal.admin-portal #filter_button {
  color: #004242 !important;
  border-color: #0892A4 !important;
  background-color: #DDF5F9 !important;
  max-height: 40px;
}
.ess-portal.admin-portal #filter_button:hover {
  background-color: #004242 !important;
  border-color: #004242 !important;
  color: #fff !important;
}
.ess-portal.admin-portal .trz_ppl_wrapper_2 .trz-custom-dropdown .custom-secodary-btn .dropdown-toggle.btn-secondary:hover, .ess-portal.admin-portal .trz_ppl_wrapper_2 .trz-custom-dropdown .custom-secodary-btn:hover {
  background-color: #004242 !important;
  border-color: #004242 !important;
  color: #fff !important;
}
.ess-portal.admin-portal .btn-secondary:hover, .ess-portal.admin-portal .btn-primary:hover {
  background-color: #DDF5F9 !important;
  border-color: #0892A4 !important;
  color: #004242 !important;
}
.ess-portal.admin-portal .btn.employee-filter-btn.custom-secodary-btn.btn-secondary {
  background-color: #DDF5F9 !important;
  border-color: #0892A4 !important;
  color: #004242 !important;
}
.ess-portal.admin-portal .btn.employee-filter-btn.custom-secodary-btn.btn-secondary:hover {
  background-color: #004242 !important;
  border-color: #004242 !important;
  color: #fff !important;
}
.ess-portal.admin-portal .rounded {
  border-radius: 8px !important;
}
.ess-portal.admin-portal .custom-secodary-btn .btn-secondary, .ess-portal.admin-portal .custom-secodary-btn, .ess-portal.admin-portal .custom-secodary-btn .btn-secondary:active, .ess-portal.admin-portal .custom-secodary-btn:active, .ess-portal.admin-portal .custom-secodary-btn .btn-secondary:focus, .ess-portal.admin-portal .custom-secodary-btn:focus {
  border-radius: 8px;
}
.ess-portal.admin-portal .btn.custom-primary {
  color: #fff;
}
.ess-portal.admin-portal .company-form-container dt, .ess-portal.admin-portal .employee-tab-inner .bank-info .title {
  color: #004242;
}
.ess-portal.admin-portal .form-group label {
  color: #004242;
}
.ess-portal.admin-portal .custom-select {
  border: 1px solid #004242;
  color: #004242;
}
.ess-portal.admin-portal .form-control {
  border-color: #004242;
}
.ess-portal.admin-portal .form-control::-moz-placeholder {
  color: #697485;
}
.ess-portal.admin-portal .form-control::placeholder, .ess-portal.admin-portal .form-control {
  color: #697485;
}
.ess-portal.admin-portal .custom-file-label {
  border-color: #004242;
}
.ess-portal.admin-portal .custom-file-input ~ .custom-file-label[data-browse]::after {
  background: #004242;
  border-radius: 8px;
  padding-left: 30px;
  padding-right: 30px;
  border-style: solid;
  border-color: #004242;
  border-width: 1px;
}
.ess-portal.admin-portal .card.comment_thread .custom-file-input ~ .custom-file-label[data-browse]::after {
  padding-left: 13px;
  padding-right: 13px;
}
.ess-portal.admin-portal .custom-select.is-valid, .ess-portal.admin-portal .was-validated .custom-select:valid, .ess-portal.admin-portal .form-control.is-valid, .ess-portal.admin-portal .was-validated .form-control:valid {
  border-color: #004242 !important;
}
.ess-portal.admin-portal .table-head td {
  background: #01524B;
}
.ess-portal.admin-portal .table-head > div {
  background: #01524B;
}
.ess-portal.admin-portal .filter-wrapper label {
  color: #01524B;
}
.ess-portal.admin-portal .custom-tab-nav .leave-attendance-dashboard-tab .nav-item {
  margin-right: 1%;
  width: 19%;
}
.ess-portal.admin-portal .employee-tab .leave-attendance-dashboard-tab li {
  width: unset !important;
  margin: unset !important;
  flex-grow: 1;
}
.ess-portal.admin-portal .employee-tab .leave-attendance-dashboard-tab li {
  width: unset !important;
  margin: unset !important;
  flex-grow: 1;
  margin-left: 10px !important;
  box-shadow: 0px 0px 25px 0px rgba(1, 82, 75, 0.15);
}
.ess-portal.admin-portal .employee-tab .leave-attendance-dashboard-tab li:first-child {
  margin-left: 0 !important;
}
.ess-portal.admin-portal .employee-tab .custom-tab-nav .nav-pills .nav-link:hover, .ess-portal.admin-portal .nav-pills .nav-link:hover {
  color: #0892A4;
  background: #fff;
}
.ess-portal.admin-portal .employee-tab .nav-pills .nav-link {
  border: 0px solid #ededed !important;
}
.ess-portal.admin-portal .nav-pills .nav-link.active, .ess-portal.admin-portal .nav-pills .show > .nav-link, .ess-portal.admin-portal .employee-tab .nav-pills .nav-link.active, .ess-portal.admin-portal .nav-pills .nav-link.active:hover, .ess-portal.admin-portal .employee-tab .nav-pills .nav-link.active:hover {
  color: #0892A4;
  border-bottom-color: none !important;
  border-bottom-width: 0px !important;
  background: #fff !important;
}
.ess-portal.admin-portal .v-calendar.all-leaves .vc-weeks {
  padding: 0 12% 20% 13%;
}
.ess-portal.admin-portal .custom-search .input-group-prepend .input-group-text {
  color: #8F8F8F;
}
.ess-portal.admin-portal .attendance-table.table-sticky .table-head td {
  background: #01524B;
}
.ess-portal.admin-portal .table-parent {
  height: 100vh;
}
.ess-portal.admin-portal .mark {
  width: 23px;
  border-radius: 6px;
  margin-right: 10px;
}
.ess-portal.admin-portal .legend-list {
  flex-grow: 1;
  padding: 10px 7px;
  display: flex;
}
.ess-portal.admin-portal .trz_borders {
  display: flex;
}
.ess-portal.admin-portal .public-info-last .value {
  color: #747474;
}
.ess-portal.admin-portal .public-info-last .text {
  color: #01524B;
}
.ess-portal.admin-portal .employee-list-table tr td:first-child, .ess-portal.admin-portal .employee-list-table tr th:first-child {
  padding-left: 15px;
}
.ess-portal.admin-portal table.dataTable > thead .sorting span::before, .ess-portal.admin-portal table.dataTable > thead .sorting_asc span::before, .ess-portal.admin-portal table.dataTable > thead .sorting_desc span::before, .ess-portal.admin-portal table.dataTable > thead .sorting_asc_disabled span::before, .ess-portal.admin-portal table.dataTable > thead .sorting_desc_disabled span::before {
  right: -5px;
}
.ess-portal.admin-portal table.dataTable > thead .sorting span::after, .ess-portal.admin-portal table.dataTable > thead .sorting_asc span::after, .ess-portal.admin-portal table.dataTable > thead .sorting_desc span::after, .ess-portal.admin-portal table.dataTable > thead .sorting_asc_disabled span::after, .ess-portal.admin-portal table.dataTable > thead .sorting_desc_disabled span::after {
  right: -12px;
}
.ess-portal.admin-portal .table-head label {
  margin: 5px 5px;
}
.ess-portal.admin-portal .page-item .custom-select {
  height: unset;
  padding: 8px 16px;
}
.ess-portal.admin-portal .page-item .custom-select {
  height: unset;
  padding: 8px 15px;
  color: #01524B;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.28px;
  border-radius: 8px;
  background: #E8E8E8;
  border: none;
}
.ess-portal.admin-portal .no-result-cell {
  text-align: center;
  border-radius: 7px;
  border: 1px solid #E8E8E8;
}
.ess-portal.admin-portal .thead-sl {
  width: 60px;
}
.ess-portal.admin-portal .thead-general {
  width: 85px;
}
.ess-portal.admin-portal .thead-semi-large {
  width: 13%;
}
.ess-portal.admin-portal .thead-semi-large-1 {
  width: 10%;
}
.ess-portal.admin-portal .table-head th:last-child, .ess-portal.admin-portal .table-head td:last-child, .ess-portal.admin-portal .table-head > div:last-child {
  border-right: transparent !important;
}
.ess-portal.admin-portal .btn-secondary, .ess-portal.admin-portal .btn-primary {
  padding: 10px 15px !important;
}
.ess-portal.admin-portal .users-style-new .dropdown-menu-new {
  height: 135px;
  overflow: hidden;
  overflow-y: scroll;
}
.ess-portal.admin-portal .nav-link.select-company-container {
  box-shadow: unset !important;
}
.ess-portal.admin-portal .navbar-expand-md .navbar-nav .user-nav-item .dropdown-menu {
  padding-bottom: 20px;
}
.ess-portal.admin-portal .profile-left-block.float-right {
  margin-top: 15px;
}
.ess-portal.admin-portal .no-border {
  border: none !important;
}
.ess-portal.admin-portal #navbarSupportedContent .navbar-nav > .nav-item:last-child {
  min-width: 65px;
}
.ess-portal.admin-portal #navbarSupportedContent .dropdown-toggle::after {
  color: #9AA5B4;
  top: 54%;
  right: 3px;
}
.ess-portal.admin-portal #navbarSupportedContent .nav-item.dropdown .users-style > a {
  border-radius: 7px !important;
  border: 1px solid #efefef;
  padding-left: 12px;
  padding-right: 15px;
}
.ess-portal.admin-portal .menu-company-img {
  width: 36px;
}
.ess-portal.admin-portal .menu-company-name {
  height: 36px;
}
.ess-portal.admin-portal #navbarSupportedContent .nav-item.dropdown .users-style > a {
  color: unset !important;
}
.ess-portal.admin-portal .menu-company-img .b-avatar .b-avatar-img img, .ess-portal.admin-portal .menu-company-img img {
  border: 1px solid #efefef;
}
.ess-portal.admin-portal .user-nav-item .dropdown-toggle::after {
  right: -15px !important;
}
.ess-portal.admin-portal .navbar-brand.is-user {
  top: 6px;
}
.ess-portal.admin-portal #navbarSupportedContent .navbar-nav > .nav-item {
  margin-top: 3px;
}
.ess-portal.admin-portal .input-group-text {
  border-radius: 6px;
}
.ess-portal.admin-portal .demolistwrap2 {
  background: transparent !important;
}
.ess-portal.admin-portal .action-dropdown-toggle {
  color: #727272;
}
.ess-portal.admin-portal .img-thumbnail {
  padding: 0.1rem;
}
.ess-portal.admin-portal tbody td, .ess-portal.admin-portal .table-row td {
  color: #4E3E3F;
}
.ess-portal.admin-portal .fund-transaction-report tbody td, .ess-portal.admin-portal .fund-transaction-report .table-row td {
  text-wrap: initial;
}
.ess-portal.admin-portal .fund-transaction-report tr td:first-child {
  border-left: 1px solid #E8E8E8 !important;
}
.ess-portal.admin-portal .fund-transaction-report .dataTable .account_data {
  background: transparent !important;
  color: #222 !important;
  /* border: 1px solid #e8e8e8 !important; */
  /* border-radius: 0px !important; */
  /* border-right: 5px solid #000 !important; */
  /* padding-right: 0 !important; */
}
.ess-portal.admin-portal .table-head.double-head td:first-child {
  border-top-left-radius: 0px !important;
  /* border-radius: 0px !important; */
}
.ess-portal.admin-portal .td_tx_type {
  width: 80px;
  text-wrap: wrap;
}
.ess-portal.admin-portal .td_tx_memo {
  text-wrap: wrap !important;
  max-width: 200px;
  min-width: 150px;
  word-break: break-all;
}
.ess-portal.admin-portal .status-label span {
  padding: 5px 15px;
  min-width: 95px !important;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid;
  color: #4E3E3F;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 10px; */
  letter-spacing: -0.22px;
}
.ess-portal.admin-portal .status-label span::before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.ess-portal.admin-portal .status-label {
  text-align: center !important;
}
.ess-portal.admin-portal .status-label-applied span {
  border: 1px solid #CEB4F0 !important;
  background: #E9EAF8 !important;
}
.ess-portal.admin-portal .status-label-open span {
  border: 1px solid #ECECEC !important;
  background: #FFF !important;
}
.ess-portal.admin-portal .status-label-declined span {
  border: 1px solid #F5D8D9 !important;
  background: #FEF2F2 !important;
}
.ess-portal.admin-portal .status-label-pause-stopped span {
  border: 1px solid #D9E0F7 !important;
  background: #EEF6FF !important;
}
.ess-portal.admin-portal .status-label-closed span {
  border: 1px solid #363636 !important;
  background: #363636 !important;
  color: #fff !important;
}
.ess-portal.admin-portal .status-label-applied span::before {
  background: url("../images/status-applied.png");
  background-repeat: no-repeat;
  height: 18px;
  width: 13px;
}
.ess-portal.admin-portal .status-label-open span::before {
  background: url("../images/status-open.png");
  background-repeat: no-repeat;
  height: 14px;
  width: 13px;
}
.ess-portal.admin-portal .status-label-declined span::before {
  background-image: url("../images/status-declined.png");
  background-repeat: no-repeat;
  height: 16px;
  width: 17px;
  padding: 8px;
  background-color: #DC2626 !important;
  border-radius: 10px;
  background-position-x: 4.2px;
  background-position-y: 4.6px;
}
.ess-portal.admin-portal .status-label-pause-stopped span::before {
  background: url("../images/status-paused.png");
  background-repeat: no-repeat;
  height: 18px;
  width: 16px;
}
.ess-portal.admin-portal .status-label-closed span::before {
  background: url("../images/status-closed.png");
  background-repeat: no-repeat;
  height: 14px;
  width: 16px;
}
.ess-portal.admin-portal .ibox {
  border-radius: 16px;
  box-shadow: 0px 0px 25px 0px rgba(1, 82, 75, 0.15);
}
.ess-portal.admin-portal .bar-icon span {
  background-color: #000;
  border-radius: 500px;
  display: block;
  float: left;
  height: 2px;
  margin-bottom: 5px;
  width: 21px;
}
.ess-portal.admin-portal .bar-icon span:nth-child(2) {
  width: 15px;
}
.ess-portal.admin-portal .bar-icon span:nth-child(3) {
  margin-bottom: 0;
}
.ess-portal.admin-portal .v-sidebar-menu img.vsm--icon {
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
}
.ess-portal.admin-portal .v-sidebar-menu img.vsm--icon.atlhrlogo-alt {
  width: 25px !important;
  height: 25px !important;
}
.ess-portal.admin-portal .v-sidebar-menu img.vsm--icon.atlhrlogo {
  width: 20px !important;
  margin-left: 5px;
  margin-right: 15px;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_expanded img.vsm--icon {
  width: 20px !important;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_expanded .vsm--item {
  /* width: calc(100% - 30px);
  margin: 0 15px; */
  white-space: unset;
}
.ess-portal.admin-portal .vsm--item.vsm--item_open {
  border: 1px solid #464D5C;
  border-radius: 5px;
}
.ess-portal.admin-portal .vsm--item.vsm--item_open > .vsm--link {
  border-bottom: 1px solid #14655E;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--link {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 20px;
  color: #A4E1DB !important;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_expanded .vsm--link {
  margin: 0 10px;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--link.sidebar_subtitle {
  overflow: hidden;
  margin: 0 10px;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--scroll-wrapper {
  margin-right: 0 !important;
}
.ess-portal.admin-portal .main {
  padding-left: 270px;
  transition: 0.5s ease;
}
.ess-portal.admin-portal .main.collapsed {
  padding-left: 85px;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--mobile-item {
  background: transparent !important;
  padding-left: 85px !important;
  max-width: 300px !important;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--mobile-item .vsm--item.vsm--item_open {
  width: 100%;
  margin: 0;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--mobile-item .vsm--item.vsm--item_open > .vsm--link {
  border-bottom: none;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--mobile-bg {
  background: transparent !important;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--toggle-btn {
  background: #34444c !important;
  display: none;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--link.vsm--link_mobile-item {
  background: #072C28 !important;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--link_hover, .ess-portal.admin-portal .v-sidebar-menu .vsm--link:hover {
  background-color: #072C28 !important;
  border-radius: 10px;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--mobile-item > .vsm--item > .vsm--link {
  line-height: 18px !important;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_collapsed .vsm--item {
  border: none;
  margin: 0;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_collapsed .vsm--mobile-item .vsm--dropdown {
  border-right: 1px solid #464D5C;
  border-bottom: 1px solid #464D5C;
  border-bottom-right-radius: 0.25rem;
  padding-left: 15px;
  background: #34444c;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_collapsed .vsm--mobile-item > .vsm--item > .vsm--link {
  border-right: 1px solid #464D5C;
  border-top: 1px solid #464D5C;
  border-radius: 0;
  border-top-right-radius: 0.25rem;
  margin-left: -1px !important;
  padding-left: 15px;
  padding-right: 10px;
}
.ess-portal.admin-portal #custom-menu-btn {
  border: none;
  background: transparent;
  padding: 0;
  margin-left: -8px;
  outline: none;
  width: 30px;
}
.ess-portal.admin-portal .v-sidebar-menu {
  padding-top: 50px;
  margin-top: 66px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.ess-portal.admin-portal #custom-menu-btn.sidebar-not-active .menu-close {
  display: none;
}
.ess-portal.admin-portal #custom-menu-btn.sidebar-active .menu-close {
  display: inline-block;
}
.ess-portal.admin-portal #custom-menu-btn.sidebar-active .menu-open {
  display: none;
}
.ess-portal.admin-portal #custom-menu-btn.sidebar-not-active .menu-open {
  display: inline-block;
}
.ess-portal.admin-portal #custom-menu-btn .menu-close {
  position: fixed;
  left: 218px;
  color: #5A8DEE;
  z-index: 999;
  top: 80px;
}
.ess-portal.admin-portal .menu-open {
  position: fixed;
  left: 32px;
  z-index: 999;
  top: 80px;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_white-theme {
  background-color: #01524B !important;
}
.ess-portal.admin-portal .v-sidebar-menu {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--item {
  white-space: unset !important;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--mobile-item .vsm--arrow {
  position: absolute;
  right: 5px;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_white-theme .vsm--link_hover, .ess-portal.admin-portal .v-sidebar-menu.vsm_white-theme .vsm--link:hover {
  background-color: #072C28;
  color: #fff !important;
  border-radius: 10px;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_white-theme .vsm--link_level-1.vsm--link_exact-active, .ess-portal.admin-portal .v-sidebar-menu.vsm_white-theme .vsm--link_level-1.vsm--link_active {
  box-shadow: unset;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--arrow {
  width: 10px;
  position: absolute;
  right: 0;
}
.ess-portal.admin-portal .v-sidebar-menu .vsm--arrow.vsm--arrow_open {
  text-align: left;
}
.ess-portal.admin-portal .sidebar_subtitle .vsm--icon.HR::before {
  content: "HR";
  font-style: normal;
}
.ess-portal.admin-portal .sidebar_subtitle .vsm--icon.Payroll::before {
  content: "Payroll";
  font-style: normal;
}
.ess-portal.admin-portal .sidebar_subtitle .vsm--icon.Admin::before {
  content: "Admin";
  font-style: normal;
}
.ess-portal.admin-portal .vsm_expanded .sidebar_subtitle .vsm--icon {
  display: none;
}
.ess-portal.admin-portal .sidebar_subtitle .vsm--icon {
  font-size: 12px;
  width: 50px;
  position: relative;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_collapsed .vsm--icon {
  margin-right: 0;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_collapsed, .ess-portal.admin-portal .v-sidebar-menu.vsm_collapsed .vsm--scroll-wrapper > .vsm--list {
  max-width: 85px !important;
  width: 85px !important;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_collapsed .vsm--link.vsm--link_level-1 {
  justify-content: center;
}
.ess-portal.admin-portal .sidebar_subtitle .vsm--title {
  position: relative;
  color: #3B8982;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
  flex-grow: unset;
}
.ess-portal.admin-portal .vsm_expanded .sidebar_subtitle .vsm--title::after, .ess-portal.admin-portal .vsm_expanded .sidebar_subtitle .vsm--title::before {
  content: "";
  position: absolute;
  width: 300%;
  height: 1px;
  right: -300%;
  top: 50%;
  transform: translateY(-50%);
  background: #3B8982;
}
.ess-portal.admin-portal .sidebar_subtitle .vsm--title::before {
  right: auto;
  left: -300%;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_expanded .vsm--item {
  overflow-x: hidden;
}
.ess-portal.admin-portal body.dark-mode-enabled .v-sidebar-menu {
  background-color: #001C38 !important;
  border-right: 1px solid #464D5C;
}
.ess-portal.admin-portal .dark-mode-enabled .v-sidebar-menu .vsm--mobile-item {
  background: #293557 !important;
}
.ess-portal.admin-portal .dark-mode-enabled .v-sidebar-menu .vsm--mobile-bg {
  background: transparent !important;
}
.ess-portal.admin-portal .dark-mode-enabled .v-sidebar-menu .vsm--link.vsm--link_mobile-item {
  background: #072C28 !important;
}
.ess-portal.admin-portal .module-approver a {
  color: #004242;
}
.ess-portal.admin-portal .app_header_label {
  color: #004242;
}
.ess-portal.admin-portal .employee-count-number {
  vertical-align: top;
  width: 70px;
}
.ess-portal.admin-portal #dropdown-fields {
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
.ess-portal.admin-portal .checkbox-col label {
  width: 14px;
  height: 14px;
  margin: 0 !important;
}
.ess-portal.admin-portal .employee-tab-inner .bank-info li {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.ess-portal.admin-portal .employee-tab-inner .bank-info li .text {
  width: calc(75% - 100px);
}
.ess-portal.admin-portal .contract-front-container .table-head {
  background: #004242;
}
.ess-portal.admin-portal .trz_people_btn {
  display: inline-block !important;
  position: unset !important;
  vertical-align: middle;
}
.ess-portal.admin-portal .salary_settings .nav-pills .nav-link.active {
  background-color: #004242 !important;
}
.ess-portal.admin-portal .salary_settings .nav-pills.custom-border .nav-link.active, .ess-portal.admin-portal .salary_settings .nav-pills.custom-border .nav-link:hover {
  background-color: #004242 !important;
}
.ess-portal.admin-portal .salary_settings tbody td, .ess-portal.admin-portal .salary_settings .table-row td, .ess-portal.admin-portal #pf_settings .table-row td, .ess-portal.admin-portal #pf_settings tbody td {
  border-right: none !important;
}
.ess-portal.admin-portal .btn-success {
  background-color: #004242 !important;
  border-color: #004242 !important;
}
.ess-portal.admin-portal .btn-success:hover {
  background-color: #DDF5F9 !important;
  border-color: #0892A4 !important;
  color: #004242 !important;
}
.ess-portal.admin-portal .v-switch-input:checked + .v-switch-core {
  background-color: #004242 !important;
}
.ess-portal.admin-portal .cke_notification_warning {
  display: none !important;
}
.ess-portal.admin-portal .dropdown-menu {
  min-width: 12rem;
}
.ess-portal.admin-portal .payrun-wizard-container .form-btn-container {
  border: none;
}
.ess-portal.admin-portal .all-company-page .grid-item.card {
  border-radius: 16px;
}
@media screen and (max-width: 1380px) {
  .ess-portal.admin-portal .custom-tab-nav .leave-attendance-dashboard-tab .nav-item {
    font-size: 12px;
  }
  .ess-portal.admin-portal .attendance-select-wrapper {
    width: 30%;
    display: inline-block;
  }
  .ess-portal.admin-portal .lg-width {
    width: 220px;
  }
  .ess-portal.admin-portal .med-width {
    width: 180px;
  }
}
.admin-portal {
  /*.v-sidebar-menu .vsm--dropdown > .vsm--list {
      padding: 0 15px 0 20px !important;
  }*/
  /******************************  New Sidebar Nav Design Starts ******************************/
  /******************************  New Sidebar Nav Design Ends ******************************/
  /*** New Company Dashboard **/
  /* .carousel-3d-slider .carousel-3d-slide {
      padding: 0px 0px;
  } */
  /* .carousel-3d-slider
  {
      width: 269px !important;
      height: 206px !important;
  }
  .carousel-3d-slide
  {
      width: 269px !important;
      height: 206px !important;
  } */
  /*** Barsha CSS Starts Here **/
  /*** Barsha CSS Ends Here **/
}
.admin-portal .main main {
  margin-top: 43px;
  padding-bottom: 0 !important;
}
.admin-portal .vsm--link.vsm--link_level-2.sidebar_subtitle {
  color: #efefef !important;
}
.admin-portal .vsm--item.vsm--item_open {
  border: none !important;
}
.admin-portal .v-sidebar-menu img.vsm--icon {
  width: 22px !important;
  height: 22px !important;
}
.admin-portal .vsm--link.vsm--link_level-2.sidebar_subtitle {
  color: #efefef !important;
  pointer-events: none !important;
}
.admin-portal .vsm--link.vsm--link_level-2 .vsm--title {
  margin-top: 0;
}
.admin-portal .vsm--link.vsm--link_level-2.sidebar_subtitle {
  padding-top: 20px !important;
  padding-bottom: 0px !important;
}
.admin-portal .vsm--link.vsm--link_level-2.sidebar_first {
  margin-top: 15px !important;
}
.admin-portal .v-sidebar-menu .vsm--link_level-1 .vsm--icon {
  background-color: transparent !important;
}
.admin-portal .v-sidebar-menu .vsm--header::before {
  content: "\f26c";
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}
.admin-portal .v-sidebar-menu .vsm--header {
  background: #1B233A;
  padding: 0px 10px !important;
  line-height: 40px;
  color: #BDD1F8 !important;
  margin-bottom: 50px;
}
.admin-portal .v-sidebar-menu .vsm--link {
  color: #b7c0cd !important;
}
.admin-portal .v-sidebar-menu.vsm_collapsed .vsm--header {
  font-size: 0;
  background: transparent;
}
.admin-portal .v-sidebar-menu.vsm_expanded .vsm--item_open .vsm--link_level-1,
.admin-portal .v-sidebar-menu .vsm--dropdown .vsm--list {
  background-color: transparent !important;
}
.admin-portal .v-sidebar-menu .vsm--link.vsm--link_level-2,
.admin-portal .v-sidebar-menu .vsm--link.vsm--link_level-3 {
  /*border-bottom: 1px dashed #BDD0F1 !important;*/
  padding: 5px 15px !important;
  height: auto;
  margin: 0;
  font-size: 15px;
  align-items: flex-start;
}
.admin-portal .v-sidebar-menu .vsm--link.vsm--link_level-2 .vsm--icon,
.admin-portal .v-sidebar-menu .vsm--link.vsm--link_level-3 .vsm--icon {
  transition: transform 1.2s ease-in-out;
}
.admin-portal .v-sidebar-menu .vsm--arrow::after {
  content: "\f107" !important;
}
.admin-portal .v-sidebar-menu .vsm--arrow_open {
  transform: translateY(0%) rotate(180deg) !important;
}
.admin-portal .logout-btn {
  display: none;
}
.admin-portal .v-sidebar-menu.vsm_white-theme .vsm--mobile-item .vsm--list .vsm--link:hover {
  background-color: transparent !important;
}
.admin-portal .v-sidebar-menu .vsm--link.logout_menu {
  background: url("../images/admin-login-bg.png");
  background-size: cover;
  margin: 30px 0 0 !important;
  padding: 19px 10px;
  height: auto;
  border-radius: 0 !important;
  justify-content: center;
}
.admin-portal .v-sidebar-menu .logout_menu .vsm--title {
  flex-grow: unset;
}
.admin-portal .v-sidebar-menu .vsm--link.sidebar_subtitle:hover {
  border-radius: 0 !important;
  background: transparent !important;
}
.admin-portal .v-sidebar-menu .vsm--mobile-item .company_menu_item.vsm--link_mobile-item {
  border-radius: 10px !important;
  background: #072C28 !important;
}
.admin-portal .sidebar_subtitle .vsm--icon.HR::before {
  width: 30px;
  margin: 0 auto;
}
.admin-portal .sidebar_subtitle .vsm--icon::before {
  color: #FFF;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 5px;
  background: #01524B;
}
.admin-portal .sidebar_subtitle .vsm--icon::after {
  content: "";
  width: 66px;
  height: 2px;
  background: #14655E;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.admin-portal .v-sidebar-menu .vsm--link {
  height: 45px;
  font-weight: 600;
}
.admin-portal .v-sidebar-menu.vsm_white-theme.vsm_collapsed .vsm--link_hover.vsm--link_level-1::after {
  content: "";
  border-style: solid;
  border-width: 0 9.5px 12px 9.5px;
  border-color: transparent transparent #072C28 transparent;
  transform: rotate(270deg);
  position: absolute;
  right: -22px;
}
.admin-portal .vsm--link_mobile-item.sidebar_subtitle {
  display: none !important;
}
.admin-portal .col-md-3.custom-sidebar {
  max-width: 270px;
  margin-left: -20px;
  background: #14655E;
  min-height: 100vh;
  padding-left: 10px;
  padding-right: 10px;
}
.admin-portal .custom-sidebar + .col-md-9 {
  max-width: calc(100% - 250px) !important;
  flex-grow: 1;
}
.admin-portal .navbar.side-navbar {
  width: auto !important;
  position: relative !important;
  max-width: 100%;
  margin-left: 0 !important;
  padding: 0 !important;
  z-index: 1;
}
.admin-portal .side-navbar.navbar-expand .navbar-nav {
  display: block;
  width: 100%;
}
.admin-portal .side-navbar.navbar-light .navbar-nav .nav-link {
  background: rgb(17, 90, 84);
  border-radius: 10px;
  margin-top: 10px;
  color: #A4E1DB !important;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.admin-portal .side-navbar.navbar-light .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 30px;
}
.admin-portal .side-navbar.navbar-light .navbar-nav .show .nav-link.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.admin-portal .side-navbar.navbar-light .navbar-nav .show .nav-link.dropdown-toggle {
  background: #004242;
}
.admin-portal .side-navbar .dropdown-toggle::after {
  content: "";
  border-top: 0.5em solid #004242;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.admin-portal .side-navbar .show .dropdown-toggle::after {
  border-top: 0.5em solid #A4E1DB;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  transform: translateY(-50%) rotate(180deg);
}
.admin-portal .navbar-expand.side-navbar .navbar-nav .dropdown-menu {
  position: unset;
  margin: 0;
  background: #004242;
  border: none;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.admin-portal .side-navbar .dropdown-item {
  color: #A4E1DB !important;
  margin-bottom: 10px;
}
.admin-portal .side-navbar .nav-item .dropdown-menu a:hover {
  background: transparent !important;
}
.admin-portal .company_dashboar_new {
  margin-top: 50px;
}
.admin-portal .company_dashboar_new .top_container {
  background: url("../images/company_dashboard_back.png");
  background-size: cover;
}
.admin-portal .company_dashboar_new .top_container .custom-search .input-group-prepend .input-group-text {
  background: transparent !important;
}
.admin-portal .company_dashboar_new .top_container .custom-search .form-control {
  background: transparent !important;
  color: #fff !important;
}
.admin-portal .company_dashboar_new .top_container .custom-search {
  display: inline-block;
  vertical-align: middle;
}
.admin-portal .title-text {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.72px;
}
.admin-portal .search_container {
  text-align: right;
}
.admin-portal .settins_icon {
  border-radius: var(--8, 8px);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  padding: 8px 8px;
  width: 33px !important;
  height: 33px !important;
}
.admin-portal .company_dashboar_new .top_container .custom-search .form-control::-moz-placeholder {
  color: #fff !important;
}
.admin-portal .company_dashboar_new .top_container .custom-search .form-control::placeholder {
  color: #fff !important;
}
.admin-portal .company_dashboar_new .top_container .custom-search .form-control {
  height: calc(1.6em + 0.75rem);
}
.admin-portal .dashboard_overview_card_wrapper {
  margin-top: 10px;
}
.admin-portal .dashboard_overview_card {
  border-radius: 16px;
  background: rgba(164, 225, 219, 0.7);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  margin-top: 10px;
  margin-right: 0px;
  padding: 10px 0px;
}
.admin-portal .dashboard_overview_card .sub-title {
  color: var(--primary-75, #14655E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.admin-portal .dashboard_overview_card .title {
  color: var(--primary-80, #01524B);
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
}
.admin-portal .dashboard_overview_card_wrapper {
  padding: 0 15px;
}
.admin-portal .dashboard_overview_card .second {
  align-content: center;
  padding: 0;
  margin-right: 0px;
}
.admin-portal .dashboard_overview_card .icon {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 7px;
  border-radius: 7px;
}
.admin-portal .check_icon {
  position: absolute;
  top: -12px;
  right: -6px;
}
.admin-portal .dashboard_overview_card .icon {
  position: relative;
}
.admin-portal .module_icon {
  height: 64px;
  width: 64px;
}
.admin-portal .company-dashboard-items-wrapper {
  width: 25%;
  padding: 10px;
}
.admin-portal .module_label {
  color: #2C837B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}
.admin-portal .company-dashboard-items-wrapper .card {
  border-radius: 16px;
  border: 1px solid var(--primary-30, #A4E1DB);
  background: var(--bw-white, #FFF);
}
.admin-portal .company-dashboard-items-wrapper .card {
  border-radius: 16px;
  border: 1px solid var(--primary-30, #A4E1DB);
  background: var(--bw-white, #FFF);
  padding: 10px 5px;
}
.admin-portal .company-dashboard-last-item-wrapper {
  width: 49%;
  padding: 10px;
  padding-right: 0;
}
.admin-portal .company-dashboard-last-item-wrapper .inner {
  background: url("../images/need_help.png");
  background-size: auto;
  background-size: auto;
  background-size: cover;
  border-radius: 10px;
  padding: 11px 20px;
}
.admin-portal .icon_wrapper .module_icon {
  height: 32px;
  width: 32px;
  padding: 2px;
  background: #fff;
  border-radius: 12px;
}
.admin-portal .company-dashboard-last-item-wrapper .upper_content .left_content {
  display: inline-block;
  width: 87%;
  vertical-align: middle;
}
.admin-portal .company-dashboard-last-item-wrapper .upper_content .right_content {
  display: inline-block;
  vertical-align: middle;
}
.admin-portal .company-dashboard-last-item-wrapper .upper_content .left_content .title {
  color: var(--black-amp-white-white, #FFF);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.admin-portal .company-dashboard-last-item-wrapper .upper_content .left_content .sub-text {
  color: var(--black-amp-white-white, #FFF);
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-top: 5px;
}
.admin-portal .dashboard_contact_button {
  color: var(--gray-gray-700, #2D3748);
  text-align: center;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  height: 38px;
  width: 135px;
}
.admin-portal .company-dashboard-last-item-wrapper .lower_content {
  padding-right: 20px;
  text-align: right;
  padding-bottom: 0;
}
.admin-portal .top_container .ibox-title {
  padding: 15px 17px 20px;
}
.admin-portal .dasboard_graph .legend {
  /* color: #1C1C1C !important; */
  color: var(--black-100, var(--black-100, #1C1C1C)) !important;
  font-feature-settings: "cv11" on, "cv01" on, "ss01" on;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 1px;
  float: left;
}
.admin-portal .dasboard_graph .title-text {
  color: var(--black-100, var(--black-100, #1C1C1C));
  font-feature-settings: "cv11" on, "cv01" on, "ss01" on;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.admin-portal .title_list {
  padding: 0;
  margin-bottom: 0;
}
.admin-portal .title_list li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}
.admin-portal .legend_list .text {
  color: var(--black-100, var(--black-100, #1C1C1C));
  font-feature-settings: "cv11" on, "cv01" on, "ss01" on;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  vertical-align: middle;
  padding-left: 5px;
}
.admin-portal .legend_list .text::before {
  content: "a";
  height: 7px;
  width: 7px;
  font-size: 0px;
  display: inline-block;
  background: #1C1C1C;
  margin-right: 5px;
  border-radius: 15px;
  vertical-align: middle;
}
.admin-portal .devider_list {
  width: 1px;
  height: 20px;
  background: rgba(28, 28, 28, 0.2);
  margin: 0 5px;
}
.admin-portal .left_container {
  width: 74%;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
}
.admin-portal .right_container {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
  /* text-align: right; */
}
.admin-portal .dasboard_graph_select.custom-select {
  border-radius: 5.925px;
  border: 0.741px solid #01524B;
  background: #F7F9FB;
  height: 32.585px;
  padding: 5.925px 11.849px;
  justify-content: space-between;
  align-items: center;
}
.admin-portal .dasboard_graph {
  border-radius: 16px !important;
  background: var(--primary-light, #F7F9FB) !important;
  box-shadow: 0px 0px 25px 0px rgba(1, 82, 75, 0.15) !important;
}
.admin-portal .dasboard_graph .ibox-content {
  padding: 15px 20px 20px 20px;
}
.admin-portal .dasboard_slides {
  background: linear-gradient(97deg, #C6F0F5 0%, #2897A6 118.7%) !important;
  box-shadow: 0px 0px 25px 0px rgba(1, 82, 75, 0.15) !important;
}
.admin-portal .dasboard_slides .title-text {
  color: #0C4A52;
  font-feature-settings: "cv11" on, "cv01" on, "ss01" on;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.admin-portal .dashboard_dough .right_container {
  width: 100%;
}
.admin-portal .dashboard_dough .dasboard_graph_select {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.admin-portal .dasboard_graph .ibox-title {
  padding: 15px 20px 0px;
}
.admin-portal .dashboard_dough .chart-container-wrapper {
  margin-top: 20px;
}
.admin-portal .analysis-blocks-circle {
  height: 19px;
  width: 19px;
  background: #ccc;
  border-radius: 12px;
}
.admin-portal .analysis-blocks-circle.basic {
  background: #BAEDBD;
}
.admin-portal .analysis-blocks-circle.house {
  background: #C6C7F8;
}
.admin-portal .analysis-blocks-circle.medical {
  background: #76C9D3;
}
.admin-portal .analysis-blocks-circle.pf {
  background: #3A52A5;
}
.admin-portal .analysis-blocks-contents .value span {
  color: #34444C;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
}
.admin-portal .analysis-blocks-contents .tile span {
  color: var(--primary-75, #14655E);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
.admin-portal .analysis-blocks-contents {
  margin-left: 5px;
}
.admin-portal .chart-container.pie-chart {
  max-width: 150px;
}
.admin-portal .compliance_btn {
  font-family: Poppins;
  font-size: 12.353px;
  font-style: normal;
  font-weight: 500;
  line-height: 8.235px;
  letter-spacing: -0.247px;
  width: 91.412px;
  height: 28px;
  padding: 4.941px 8.235px;
  justify-content: center;
  align-items: center;
  gap: 4.941px;
  border-radius: 3.294px;
}
.admin-portal .compiance-btn-td {
  text-align: center;
}
.admin-portal .btn-undefined, .admin-portal .btn-due {
  color: var(--other-tertiary, #0060C9);
  border: 0.824px solid var(--other-tertiary-light-border, #B5CBE2);
  background: var(--other-tertiary-light, #E1F2FF);
}
.admin-portal .btn-overdue {
  color: var(--other-tertiary, #CC5057);
  border: 0.824px solid #DBA1A4;
  background: #FBF1F2;
}
.admin-portal .btn-submitted {
  color: var(--other-tertiary, #fff);
  border: 0.824px solid #126D66;
  background: #126D66;
}
.admin-portal .btn-undefined .btn_span::before, .admin-portal .btn-due .btn_span::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  background: url("../images/due.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1px;
}
.admin-portal .btn-overdue .btn_span::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  background: url("../images/overdue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1px;
}
.admin-portal .table-sticky-height {
  max-height: calc(100vh - 150px) !important;
}
.admin-portal .dasboard_graph .table-sticky-height {
  max-height: 350px !important;
}
.admin-portal .payroll-status-btn {
  padding-bottom: 0px;
}
.admin-portal .table-sticky thead td {
  position: sticky;
}
.admin-portal .dasboard_slides .left_container {
  width: 50% !important;
}
.admin-portal .dasboard_slides .right_container {
  width: 49% !important;
  text-align: right;
}
.admin-portal .payroll-status-btn .btn.btn-secondary {
  display: inline-flex;
  height: 36.911px;
  padding: 8.389px 25.167px;
  justify-content: center;
  align-items: center;
  gap: 8.389px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 0.839px solid #0892A4 !important;
  background: #DDF5F9 !important;
}
.admin-portal .carousel-3d-controls .prev, .admin-portal .carousel-3d-controls .next {
  height: 30px !important;
  width: 30px !important;
  background: #fff !important;
  border-radius: 23px;
  border: 2px solid #14655E;
  line-height: 6px !important;
}
.admin-portal .carousel-3d-controls span {
  font-size: 36px !important;
  font-weight: 300 !important;
  /* line-height: 0 !important; */
  margin-left: 7px;
}
.admin-portal .carousel-3d-controls .next span {
  margin-right: 7px !important;
  margin-left: 0 !important;
}
.admin-portal .payroll-status-btn .btn.btn-secondary {
  color: #073D44;
  font-family: Poppins;
  font-size: 12.583px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.677px;
  letter-spacing: -0.503px;
  text-transform: capitalize;
}
.admin-portal .slider_payrun {
  width: unset;
  height: unset;
  border-radius: 20.571px;
  border: 2px solid #A8D4EC;
  background: #C6EBFF;
  filter: blur(0px);
  padding: 21px 30px;
}
.admin-portal .slider_payrun_top {
  padding-top: 0;
  color: unset;
  font-size: unset;
  text-align: unset;
  padding-bottom: unset;
}
.admin-portal .slider_payrun_top .left span {
  color: #1C1C1C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.714px;
}
.admin-portal .slider_payrun_top .left {
  width: 90%;
}
.admin-portal .slider_payrun_middle {
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.admin-portal .slider_payrun_middle .left {
  color: var(--black-100, var(--black-100, #1C1C1C));
  font-size: 30.857px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.286px;
}
.admin-portal .slider_payrun_middle .right {
  color: var(--black-100, #1C1C1C);
  text-align: right;
  font-size: 15.429px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.143px;
}
.admin-portal .slider_payrun_bottom {
  padding: unset;
  background: unset;
  text-align: unset;
}
.admin-portal .slider_payrun_bottom {
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.admin-portal .sptrz-1 {
  color: #5A9DC1;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.admin-portal .sptrz-2 {
  color: #347BA1;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.admin-portal .slider_payrun_middle {
  padding-top: 5px;
  padding-bottom: 5px;
}
.admin-portal .carousel-3d-container {
  margin-top: 0 !important;
}
.admin-portal #payroll-carousel {
  height: unset !important;
}
.admin-portal .right-1 .slider_payrun, .admin-portal .left-1 .slider_payrun {
  background: #D1E0F2 !important;
}
.admin-portal .right-2 .slider_payrun, .admin-portal .left-2 .slider_payrun {
  background: #EDF7FD !important;
}
.admin-portal .carousel-3d-slide.right-1, .admin-portal .carousel-3d-slide.right-2, .admin-portal .carousel-3d-slide.left-2, .admin-portal .carousel-3d-slide.left-1 {
  margin-top: 20%;
}
.admin-portal .carousel-3d-controls {
  top: 62% !important;
}
.admin-portal .right-1 .slider_payrun, .admin-portal .left-1 .slider_payrun {
  filter: blur(1px);
}
.admin-portal .right-2 .slider_payrun, .admin-portal .left-2 .slider_payrun {
  filter: blur(2px);
}
.admin-portal .ibox.dasboard_graph {
  height: 100% !important;
  margin-bottom: 0;
}
.admin-portal .ibox.dasboard_slides {
  margin-bottom: 0;
  height: 100% !important;
}
.admin-portal .dash_content_row {
  margin-bottom: 25px;
}
.admin-portal #line-chart, .admin-portal #bar-chart {
  height: 300px !important;
}
.admin-portal .approval-container {
  margin: 0px 0px;
  margin-top: 25px;
  border-radius: 12px;
  border: 1px solid var(--bw-50, #8F8F8F);
}
.admin-portal .approve-level-title {
  color: #A4E1DB !important;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: center;
}
.admin-portal .approve-level-title .level-count {
  font-family: Poppins;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: -0.4px;
  color: #0060C9 !important;
}
.admin-portal .approve-level-title {
  padding: 30px;
}
.admin-portal .approve-level-label {
  background: #01524B !important;
  border-radius: 11px 0px 0px 11px;
}
.admin-portal .approve-level-description {
  color: #fff !important;
  text-align: justify;
  font-family: Poppins;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  padding-bottom: 30px;
}
.admin-portal .approve-level-label::after {
  content: "a";
  height: 100%;
  width: 25px;
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  font-size: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.13) 0%, rgba(255, 255, 255, 0) 100%);
}
.admin-portal .approve-level-inside-container .custom-control.custom-checkbox {
  float: left;
  width: 50%;
  margin: 0;
}
.admin-portal .approve-level-inside-container .custom-control.custom-checkbox .custom-control-label {
  color: #434343;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: -0.3px;
}
.admin-portal .approve-level-label {
  position: relative;
}
.admin-portal .approve-level-inside-container .custom-control.custom-checkbox .custom-control-label {
  padding: 6px;
}
.admin-portal .approve-level-inside-container .custom-control.custom-checkbox {
  float: left;
  width: 48%;
  margin: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 0;
  text-align: center;
  border-radius: 8px;
  background: #FFF;
  border-radius: var(--8, 8px);
  border: 1px solid #01524B;
  margin-bottom: 15px;
  margin-right: 1%;
}
.admin-portal .approve-level-inside-container .custom-control.custom-checkbox .custom-control-label {
  color: #434343;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center !important;
  width: 100%;
}
.admin-portal .approve-level-inside-container .custom-control-label::before {
  left: 5px;
  border: #01524B solid 1px;
  top: 9px;
}
.admin-portal .approve-level-inside-container .custom-control-input[disabled] ~ .custom-control-label, .admin-portal .approve-level-inside-container .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
  background: #D0D0D0;
  border-radius: 7px;
}
.admin-portal .approve-level-inside-container .custom-control-label::after {
  left: 5px;
  top: 9px;
}
.admin-portal .approve-level-inside-container .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #01524B;
  background-color: #01524B;
}
.admin-portal .approve-level-inside-container .custom-control.custom-checkbox:nth-of-type(2n) {
  margin-right: 0 !important;
  margin-left: 2%;
}
.admin-portal .approve-level-content {
  padding: 3% 3%;
}
.admin-portal .approve-level-inside-container {
  padding: 17px 10px;
  background: #E8E8E8;
  border-radius: 12px;
  max-height: 220px;
  overflow-y: scroll;
}
.admin-portal .approve-divider {
  width: 100%;
  margin: 15px 0;
  border: 1px solid #E8E8E8;
}
.admin-portal .approve-level-primary {
  color: #01524B;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  padding: 5px 0px 10px 0;
}
.admin-portal .approve-level-primary .level-count {
  color: var(--other-tertiary, #0060C9) !important;
  font-family: Poppins;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: -0.18px;
  text-transform: capitalize;
}
.admin-portal #approvers_depth {
  max-width: 50%;
}
.admin-portal .expense-runs-wrapper .company-dashboard-items-wrapper {
  width: 33%;
}
.admin-portal .table-custom-wrapper table tbody tr td.name-column {
  min-width: 250px;
}
.admin-portal .susd-card {
  border-radius: 8px;
  box-shadow: none;
}
.admin-portal .susd {
  background-color: #E1F2FF !important;
}
.admin-portal .susd-head {
  text-align: center;
  color: #0060C9;
  font-weight: 600;
}
.admin-portal .susd-text {
  color: #4A7BB1;
}
.admin-portal .susd-text-bold {
  font-weight: 700;
}
.admin-portal .card.susd-card2 {
  border-radius: 8px;
  box-shadow: none !important;
  border-color: #B5CBE2 !important;
}
.admin-portal .susd-head1 {
  background-color: #E1F2FF;
  color: #0060C9;
  font-weight: 600;
}
.admin-portal .details-head {
  color: #004242;
  font-weight: 600;
}
.admin-portal .details-head-light {
  font-weight: 100;
}
.admin-portal .ibox-content-inner.employee_tab {
  background: #f6f6f6;
}
.admin-portal .active-report.employee_tab {
  background: #EFFCFC !important;
  border-color: #072C28 !important;
}
.admin-portal .investment_button {
  color: #747474 !important;
  font-weight: bold;
}
.admin-portal .col-md-12 .investment_button.active {
  color: #0060C9 !important; /* Color when active */
}
.admin-portal .invest_head {
  color: #004242 !important;
}
.admin-portal .transaction_sum {
  color: #0060C9;
  background-color: #E1F2FF !important;
}
.admin-portal .statement {
  max-width: 80% !important;
}
.admin-portal .text_color {
  color: #0060C9 !important;
}
.admin-portal .text_color_green {
  color: #01524B;
  font-weight: 600;
}
.admin-portal .background_color_sky {
  background-color: #EDF8FA !important;
}
.admin-portal .text_color_navy_blue {
  color: #395E8E;
}
.admin-portal .asset-bg {
  background-color: #ECEFFF;
}
.admin-portal .liability-bg {
  background-color: #FFFFE7;
}
.admin-portal .income-bg {
  background-color: #DEFFF5;
}
.admin-portal .expense-bg {
  background-color: #FFE7E7;
}
.admin-portal .ess-portal .table-row:nth-child(2n) {
  background: #FFE7E7 !important;
}
.admin-portal .head_blue_radius {
  background-color: #E1F2FF !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border: 1px solid #B5CBE2;
}
.admin-portal .radius {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.admin-portal .background_color_green {
  background-color: #14655E !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.admin-portal .background_color_light_green {
  background: #E9F9EE;
}
.admin-portal .label-bg {
  background-color: #E1F2FF !important;
}
.admin-portal .custom-wizard2-btn.custom-wizard-btn.btn-primary {
  color: #004242 !important;
  border: 1.041px solid #D5E6EB !important;
  background: #E1EBF8 !important;
}
.admin-portal .table_text_color {
  color: #01524B !important;
}
.admin-portal .select_border_color {
  border-color: #01524B !important;
}
.admin-portal .select_border_color2.custom-select {
  border-color: #01524B !important;
}
.admin-portal .payrun-wizard-container.employee_wizerd_padding .vue-form-wizard .wizard-nav-pills {
  padding: 0 0px;
}
.admin-portal .employee-table-wrapper.no-overflow .action-dropdown-menu, .admin-portal .employee-table-wrapper.no-overflow table tbody tr:first-child .action-dropdown-menu, .admin-portal .employee-table-wrapper.no-overflow table tbody tr:nth-child(2) .action-dropdown-menu.position_absolute {
  position: absolute !important;
  right: 20px !important;
}
.admin-portal .dropdown-menu.show.top_auto {
  top: auto !important;
  margin-right: 20px !important;
  bottom: auto !important;
}
.admin-portal .fund_list_table {
  white-space: normal !important;
}
.admin-portal .text_color_gray {
  color: #747474;
  font-weight: 500;
}
.admin-portal .company-title-block.Growth {
  background-image: linear-gradient(to right, #173936, #0d6164, #0A8291);
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.admin-portal .company-title-block.Growth .growth_title {
  background-image: linear-gradient(to right, #0D2321, #084749, #09717E);
}
.admin-portal .company-img-block.image_center {
  margin: 0 auto !important;
}
.admin-portal .company-title-block.Open {
  background-image: linear-gradient(to right, #F0227C, #EE245E, #D51545);
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.admin-portal .company-title-block.Open .growth_title {
  background-image: linear-gradient(to right, #E2136E, #D12053, rgba(158, 22, 56, 0.5019607843));
}
.admin-portal .growth_title {
  background-image: linear-gradient(to right, #97ACB9, #FFF);
}
.admin-portal .company-title-block {
  background-image: linear-gradient(to right, #A9C0CE, #F9F8F8);
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.admin-portal .backgroun_round {
  background-color: rgba(62, 58, 58, 0.2784313725) !important;
  border-color: rgba(0, 66, 66, 0.0784313725) !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: white !important;
}
.admin-portal .agent_employee_card {
  min-height: 520px !important;
}
.admin-portal .text_black {
  font-weight: 600 !important;
}
.admin-portal .text_white {
  color: white;
}
.admin-portal .employee-count-number.employee-count-number1 {
  background-color: #FFFFFF;
  color: #262626;
}
.admin-portal .employee-count-icon.employee-count-icon1 {
  background-color: #FFFFFF;
  color: #262626;
}
.admin-portal .agent_active {
  background-color: white;
  color: black;
  height: 31px !important;
  border-radius: 4px;
}
.admin-portal .btn-agent.btn-primary {
  background-color: rgba(106, 106, 106, 0.2784313725) !important;
  border-color: rgba(0, 66, 66, 0.0784313725) !important;
}
.admin-portal .company_dashboar_new .top_container_agent {
  background: url("../images/imagesagent_dashboard_back.png");
  background-size: auto;
  background-size: cover;
}
.admin-portal .agent_wizerd_border {
  border: 2px solid #004242 !important;
}
.admin-portal .ibox.top_container_agent_wizerd {
  background: url("../images/agent_wizerd_company_dashboard_back.png");
  background-size: auto;
  background-size: cover;
  border: 2px solid #072C28;
}
.admin-portal .open_color {
  color: #069651;
}
.admin-portal .close_color {
  color: #CC5057;
}
.admin-portal .agent_active.background_transparent {
  background-color: transparent !important;
}
.admin-portal .dropdown-menu.show.agent_drope_menu {
  border-top-left-radius: 8px;
  padding-top: 10px;
}
.admin-portal .btn-group.item_button {
  width: auto !important;
  position: sticky;
}
.admin-portal .agent_font_size {
  color: #072C28;
  font-weight: 500;
}
.admin-portal .vue-js-switch .v-switch-core .v-switch-button[data-v-25adc6c0].radio_btn_whitedote {
  transform: translate3d(3px, 3px, 0px);
  width: 16px;
  height: 16px;
  transition: transform 300ms ease 0s;
}
.admin-portal .border_text_select.input-group-prepend {
  color: #004242 !important;
  border-top: 1px solid #004242 !important;
  border-left: 1px solid #004242 !important;
  border-bottom: 1px solid #004242 !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  margin-right: -3px !important;
}
.admin-portal #nav-tabContent-intro.payroll-reporting-tab .gratuity_tabs .nav-item .nav-link {
  color: #888 !important;
  border-radius: 11px !important;
  border: 0px solid #ededed !important;
  margin: 0;
  position: relative;
  height: 42px !important;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 16px;
}
.admin-portal #nav-tabContent-intro.payroll-reporting-tab .nav-item {
  margin-bottom: 1%;
}
.admin-portal #nav-tabContent-intro.payroll-reporting-tab .nav-item .nav-link {
  background: #fff !important;
  border: none !important;
}
@media screen and (max-width: 1400px) {
  .admin-portal .custom-sidebar + .col-md-9 {
    max-width: calc(75% + 20px) !important;
  }
  .admin-portal .agent_active {
    font-size: 12px !important;
  }
  .admin-portal .grid .grid-item .cursor-pointer.font_size_responsive {
    font-size: 12px !important;
  }
  .admin-portal .text_white {
    font-size: 14px !important;
  }
  .admin-portal .text_black {
    font-size: 13px !important;
  }
  .admin-portal .employee-count-number.employee-count-number1 {
    font-size: 12px !important;
  }
  .admin-portal .agent_employee_card {
    min-height: 570px !important;
  }
}
@media screen and (max-width: 1600px) {
  .admin-portal .left_container {
    width: 100%;
  }
}
.admin-portal .card_wizerd_company {
  border-radius: 13px !important;
  background: #fff !important;
  box-shadow: 0px 4px 25px 8px rgba(58, 82, 166, 0.15) !important;
}
.dark-mode-enabled.trz_login_body .guest-main .login-back .forget-pass-link {
  color: #fff !important;
  font-size: 0.8rem;
}
.dark-mode-enabled.trz_login_body .login-container .custom-control-label::before {
  background-color: #fff;
}
.dark-mode-enabled.trz_login_body .login-container .terms-checkbox .custom-control-label::before {
  border-color: #000;
}
.dark-mode-enabled.trz_login_body .btn.login-login-button {
  color: #000 !important;
  font-size: var(--font-size-4);
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding: 10px;
}
.trz_login_body {
  /******************** New Landing Page updates ********************/
  background: url("../images/landing-page/BG.png");
  background-size: cover;
  /******************** New Landing Page updates Ends ********************/
  /* .login-social-icons li a {
      width: 31px;
      height: 31px;
      display: block;
      background-size: 100%;
  }
  .login-social-icons li a svg{display: none;}
  .login-social-icons li:first-child a {
      background: url('../images/login-fb-icon.png') no-repeat scroll center center;
  }
  .login-social-icons li:last-child a {
      background: url('../images/login-linkdin-icon.png') no-repeat scroll center center;
  }
  img.login-logo {
      left: 5%;
      top: 5%;
      z-index: 9;
      position: unset !important;
      margin-left: 5%;
      margin-top: 30px;
      margin-bottom: 30px;
  } */
  /* .guest-main .nav-pills.login-tabs-nav-new .nav-link.active, .guest-main .nav-pills.login-tabs-nav-new .nav-link:hover, .guest-main .nav-pills.login-tabs-nav-new .show > .nav-link {
   color: variables.$white !important;
  } */
  /* .guest-main {
      position: absolute;
      width: 100%;
      -webkit-animation: move 0.3s 1;
  } */
  /******************** Login notice updates ********************/
  /* .login-landing-wrapper.landing-notice-wrapper {
      max-width: 450px;
      position: absolute;
      right: 20px;
  } */
  /* @media screen and (min-height: 740px) {
      .under-main
      {
          height:100%;
      }
  } */
}
.trz_login_body .guest-main {
  background: transparent;
}
.trz_login_body .landing-footer {
  height: 50px;
}
.trz_login_body .landing-wrapper {
  max-width: 1400px;
  padding: 0 10px;
  margin: 0 auto;
}
.trz_login_body .landing-footer a {
  color: #375A64 !important;
  font-size: 16px;
}
.trz_login_body .landing-footer ul li, .trz_login_body .footer-social-icons li {
  list-style-type: none;
  display: inline;
}
.trz_login_body .custom-landing-wrapper {
  height: calc(100vh - 50px);
}
.trz_login_body .brac-bank-logo {
  background: #fff;
  border-radius: 16px;
  padding: 8px 15px;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}
.trz_login_body .landing-welcome-title {
  color: #393939;
  font-size: 62px;
}
.trz_login_body .landing-welcome-title span {
  font-size: 16px;
  font-weight: 500;
  color: #989898;
}
.trz_login_body .landing-page-intro-text {
  font-size: 20px;
  color: #375A64;
  font-weight: 500;
  margin-top: 20px;
}
.trz_login_body .landing-login-buttons .btn-primary {
  background: #01524B !important;
  border-radius: 8px;
  border-color: #01524B !important;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 20px;
  border-width: 2px;
  color: #fff;
  width: 242px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.trz_login_body .landing-login-buttons .btn-primary:hover {
  background: #00877B !important;
}
.trz_login_body .landing-login-buttons .btn-primary.employee-login-btn {
  background: #fff !important;
  border-color: #fff !important;
  color: #000;
}
.trz_login_body .landing-login-buttons .btn-primary.employee-login-btn:hover {
  background: #EAEEFF !important;
  border-color: #CFD8FF !important;
}
.trz_login_body .landing-back {
  overflow: hidden;
}
.trz_login_body .login-form-wrapper {
  width: 90%;
  max-width: 1120px;
  box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.trz_login_body .login-left {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  max-width: 528px;
}
.trz_login_body .login-left > img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.trz_login_body .login-right {
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 55px;
  max-width: calc(100% - 528px);
}
.trz_login_body .login-right .brac-bank-logo {
  box-shadow: none;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 2px 13px;
}
.trz_login_body .login-right p.login-intro {
  font-size: 38px;
  color: #000D21;
  letter-spacing: -4%;
}
.trz_login_body .login-right p.login-title {
  font-size: 38px !important;
  color: #000D21;
  font-weight: 600;
}
.trz_login_body .green-text {
  color: #01524B !important;
}
.trz_login_body .light-green-text {
  color: #02D085 !important;
}
.trz_login_body .login-right .users-style {
  max-width: 100% !important;
  width: 100%;
  margin: 0 auto;
}
.trz_login_body .guest-main .login-container div.form-group > label {
  display: block !important;
}
.trz_login_body .login-container .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #01524B;
  border-color: #01524B;
}
.trz_login_body .login-container label {
  color: #5B5E63 !important;
  font-size: 13px;
  margin-bottom: 0.2rem;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}
.trz_login_body .guest-main .login-container .form-control {
  border-color: #3A52A6 !important;
  background-color: transparent !important;
  border-radius: 10px;
}
.trz_login_body .guest-main .forget-pass-link, .trz_login_body body.dark-mode-enabled .guest-main .forget-pass-link {
  color: #5B5E63 !important;
}
.trz_login_body .guest-main .login-btn-landing {
  color: #fff;
}
.trz_login_body .login-container .signup-link-container label {
  color: #000;
}
.trz_login_body #login-submit-group .btn-primary {
  background: #EFFFF9 !important;
  width: auto;
  font-size: 15px;
  border-radius: 18px;
  border-color: #4FC296 !important;
  margin-top: 20px;
  padding: 12px 25px;
  border-width: 2px;
  color: #022D36;
  font-weight: 400;
}
.trz_login_body #login-submit-group .btn-primary svg {
  font-size: 14px;
  transition: all 0.5s;
}
.trz_login_body #login-submit-group .btn-primary::after, .trz_login_body .guest-main .login-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  right: auto;
  background-color: #CAF5E6 !important;
  color: #FFFFFF !important;
}
.trz_login_body #login-submit-group .btn-primary:hover::after, .trz_login_body .guest-main .login-btn:hover::after {
  left: 0;
}
.trz_login_body #login-submit-group .btn-primary:hover svg {
  transform: translateX(5px);
}
.trz_login_body .login-left-content-wrapper {
  padding: 25px;
  border-radius: 14px;
  backdrop-filter: blur(73px);
  -webkit-backdrop-filter: blur(73px);
  position: absolute;
  width: calc(100% - 86px);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.trz_login_body .accord-link a {
  font-size: 14px;
  color: #fff !important;
}
.trz_login_body .accord-branding-wrapper p {
  font-size: 46px;
  color: #fff;
  text-align: right;
  margin-top: 50px;
  margin-bottom: 0;
  line-height: normal;
}
.trz_login_body .accord-branding-wrapper span {
  font-size: 16px;
  line-height: 16px;
  color: #59A597;
  font-style: italic;
}
.trz_login_body .login-left-content-wrapper .landing-page-intro-text {
  font-size: 18px;
  color: #fff;
  text-align: right;
  letter-spacing: -0.15px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 70px;
}
.trz_login_body .login-left-content-wrapper .row a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.trz_login_body .login-left-content-wrapper .row p {
  margin: 0;
}
.trz_login_body .login-page-main-wrapper {
  height: 100vh;
}
.trz_login_body .guest-main .nav-pills .nav-link {
  background: #fff !important;
  border-radius: 8px !important;
  border-color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 20px;
  border-width: 2px !important;
  color: #000;
  width: 242px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.trz_login_body .guest-main .nav-pills.login-tabs-nav-new .emp-tab:hover {
  background: #EAEEFF !important;
  color: #000 !important;
  border-color: #CFD8FF !important;
}
.trz_login_body .guest-main .nav-pills.login-tabs-nav-new .emp-tab.active {
  background: #3A52A6 !important;
  color: #fff !important;
  border-color: #3A52A6 !important;
  border-bottom: 2px solid #3A52A6 !important;
}
.trz_login_body .guest-main .nav-pills.login-tabs-nav-new .mgt-tab:hover {
  background: #CFEFEC !important;
  color: #000 !important;
  border: 2px solid #9DD2CD !important;
}
.trz_login_body .guest-main .nav-pills.login-tabs-nav-new .mgt-tab.active {
  background: #01524B !important;
  color: #fff !important;
  border: 2px solid #01524B !important;
}
.trz_login_body .mgt-active, .trz_login_body .guest-main .nav-pills.login-tabs-nav-new .mgt-tab.active .mgt-not-active {
  display: none;
}
.trz_login_body .guest-main .nav-pills.login-tabs-nav-new .mgt-tab.active .mgt-active {
  display: inline-block;
}
.trz_login_body .blue-text {
  color: #3A52A6 !important;
}
.trz_login_body .guest-main .login-btn {
  background: #01524B !important;
  font-size: 15px;
  border-radius: 8px;
  border-color: #01524B !important;
  color: #fff !important;
}
.trz_login_body .guest-main .login-btn:hover {
  background-color: #DDF5F9 !important;
  border-color: #0892A4 !important;
  color: #004242 !important;
}
.trz_login_body .guest-main .login-btn.emp-login-btn {
  background: #3A52A6 !important;
  border-color: #3A52A6 !important;
}
.trz_login_body .guest-main .login-btn.emp-login-btn:hover {
  background-color: #CFD8FF !important;
  border-color: #3A52A6 !important;
  color: #3A52A6 !important;
}
.trz_login_body .guest-main .login-btn.emp-login-btn::after {
  background-color: #CFD8FF !important;
}
.trz_login_body .login-landing-wrapper {
  padding-top: 0 !important;
  max-width: 766px;
  margin: 0 auto;
}
.trz_login_body .atl-hr-bold {
  color: #02D085;
}
.trz_login_body .login-landing-welcome-title {
  color: #02D085;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-weight: 500;
}
.trz_login_body .login-landing-welcome-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 1%;
  text-align: center;
}
.trz_login_body .login-login {
  width: 100%;
  max-width: 766px;
  margin: 0 auto;
}
.trz_login_body .login-login-left {
  width: 50%;
  display: inline-block;
}
.trz_login_body .login-login-right {
  width: 49%;
  display: inline-block;
}
.trz_login_body .login-login-left .login-login-block, .trz_login_body .login-login-right .login-login-block {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.trz_login_body .login-workforce {
  padding: 15px;
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size-reguler-3);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 1%;
}
.trz_login_body .login-login-button a {
  color: #000;
}
.trz_login_body .login-login-button img {
  margin-top: -4px;
}
.trz_login_body .login-footer-right {
  float: right;
}
.trz_login_body .login-footer-right::before {
  display: table;
  clear: both;
  content: "";
}
.trz_login_body .login-footer-right::after {
  display: table;
  content: "";
  clear: both;
}
.trz_login_body .login-social-icons ul {
  list-style: none;
}
.trz_login_body .login-social-icons ul li {
  display: inline-block;
}
.trz_login_body .login-footer {
  /* position: fixed; */
  width: 100%;
  left: 0;
  bottom: 0;
}
.trz_login_body .login-footer-right {
  float: right;
  width: 50%;
}
.trz_login_body .login-footer-icon {
  float: right;
}
.trz_login_body .login-social-icons {
  padding: 15px 0;
  padding-left: 15px;
  text-align: center;
}
.trz_login_body .test-gradient {
  background-image: radial-gradient(ellipse farthest-corner at -10% 250%, #3c84cc 0%, #315dc2 80%, #4e95d3 80%);
  color: white;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  margin-top: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
}
.trz_login_body .login-social-icons ul {
  margin-bottom: 10px !important;
}
.trz_login_body .bi-facebook.b-icon.bi, .trz_login_body .bi-linkedin.b-icon.bi {
  font-size: 250% !important;
  color: #fff !important;
}
.trz_login_body .login-workforce-text-next {
  color: #3A52A6;
}
.trz_login_body .login-social-icons ul {
  text-align: center;
}
.trz_login_body .atl-hr-link {
  color: #fff;
  font-size: var(--font-size-3);
  font-weight: 600;
}
.trz_login_body .login-footer-right {
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 8%;
}
.trz_login_body .st0 {
  fill: #fff;
}
.trz_login_body .login-back {
  margin-top: 15%;
}
.trz_login_body .logo-area span {
  color: #02D085;
}
.trz_login_body .login_title {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: var(--font-size-reguler-3) !important;
  margin-bottom: 10px !important;
}
.trz_login_body .signup-link-container .custom-control-label {
  color: #0B1422 !important;
  font-size: 0.8rem !important;
}
.trz_login_body .login-back .social-icons {
  position: relative;
  bottom: 0;
  left: 0;
  text-align: center;
}
.trz_login_body .nav.nav-pills.login-tabs-nav-new .nav-item {
  width: 50% !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.trz_login_body .nav.nav-pills.login-tabs-nav-new .nav-item a {
  text-align: center !important;
}
.trz_login_body .social-icons {
  max-width: 350px;
  margin: 0 auto;
}
.trz_login_body .social-icons-ul {
  float: left;
}
.trz_login_body .social-icons-right {
  float: right;
}
.trz_login_body .social-icons-right a {
  color: #fff;
}
.trz_login_body .alert-info {
  color: #385d7a;
  background-color: #fff;
  border-color: #fff;
}
.trz_login_body .list-group-item.list-group-item-danger {
  text-align: center;
}
.trz_login_body .login-workforce-text span {
  color: #3A52A6;
}
.trz_login_body .atl-hr-link:hover {
  color: #00c5f3;
}
.trz_login_body .login-left {
  /* background: variables.$white; */
  background-repeat: repeat;
  padding: 0;
  height: auto !important;
}
.trz_login_body .mgt-tab {
  margin-right: 10px;
}
.trz_login_body .emp-tab {
  margin-left: 10px;
}
.trz_login_body .login-right p {
  font-size: 32px;
}
.trz_login_body .guest-main .login-container div.form-group > label {
  display: block !important;
  color: #5B5E63;
  letter-spacing: normal;
  font-weight: 400;
  padding-left: 0;
  text-transform: capitalize;
  font-size: var(--font-small);
}
.trz_login_body .captcha-container > div {
  display: flex;
  justify-content: center;
}
.trz_login_body .password-icon {
  right: 10px;
  top: 28px;
  cursor: pointer;
  color: #000;
}
.trz_login_body .guest-main .forget-pass-link:hover, .trz_login_body body.dark-mode-enabled .guest-main .forget-pass-link:hover {
  font-weight: 500;
}
.trz_login_body .back-to-login:hover {
  color: #3A52A6 !important;
}
.trz_login_body #rememberme {
  z-index: 1;
}
.trz_login_body .login-container {
  /* position: absolute; */
  width: 100%;
  /* animation: move 0.5s 1;
  -webkit-animation: move 0.5s 1; */
}
.trz_login_body .login-emp-wrapper-animation {
  position: relative;
  width: 100%;
  /* animation: moveright 1s 1;
  -webkit-animation: moveright 1s 1; */
}
.trz_login_body .login-mgt-wrapper-animation {
  position: relative;
  width: 100%;
  /* animation: moveleft 1s 1;
  -webkit-animation: moveleft 1s 1; */
}
.trz_login_body .guest-main {
  height: auto;
  min-height: 100vh;
  flex-direction: column;
}
.trz_login_body .forget-pass-link.btn:focus, .trz_login_body .forget-pass-link.btn.focus, .trz_login_body .back-to-login:focus, .trz_login_body .back-to-login.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
}
.trz_login_body .custom-notice-inner {
  border: 2px solid #02D085;
  border-radius: 16px;
}
.trz_login_body .counter-wrapper .count-items span {
  font-size: 12px;
  display: block;
  font-weight: 300;
  line-height: 12px;
}
.trz_login_body .counter-wrapper .count-items {
  display: inline-flex;
  font-size: 40px;
  font-weight: 500;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 52px;
}
.trz_login_body .landing-notice-wrapper .btn {
  background: transparent !important;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  border-color: #fff !important;
  font-weight: 400 !important;
}
.trz_login_body .landing-notice-wrapper .btn:hover {
  background: #02D085 !important;
  border-color: #02D085 !important;
}
.trz_login_body .logo-image-wrapper {
  max-width: 320px;
  margin: 0 auto;
}
.trz_login_body .custom-notice-inner hr {
  margin: 10px auto;
}
.trz_login_body .custom-notice-inner p {
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff !important;
}
.trz_login_body .guest-main .mgt-browse-btn {
  background: #01524b !important;
  border: 2px solid #01524b !important;
  color: #fff !important;
  padding: 14px 20px !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.trz_login_body .guest-main .mgt-browse-btn:hover {
  background: #00877B !important;
}
.trz_login_body .guest-main .emp-browse-btn {
  background: #fff !important;
  border-color: #fff !important;
  border-radius: 8px !important;
  border-width: 2px !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 20px;
  width: 242px;
  border-radius: 8px !important;
}
.trz_login_body .guest-main .emp-browse-btn:hover {
  background: #eaeeff !important;
  border-color: #cfd8ff !important;
  color: #000 !important;
}
.trz_login_body .login-right p.login-intro-sub {
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .trz_login_body .login-landing-welcome-text {
    display: none !important;
  }
  .trz_login_body .login-landing-welcome-title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1380px) {
  .trz_login_body {
    /* .login-form-wrapper {
        width: 90%;
        max-width: 750px;
    } */
  }
  .trz_login_body .login-login-left .login-login-block, .trz_login_body .login-login-right .login-login-block {
    max-width: 213px !important;
  }
  .trz_login_body .login-login {
    margin-top: 0%;
  }
  .trz_login_body .login-workforce {
    margin-top: 0%;
  }
  .trz_login_body .bi-facebook.b-icon.bi, .trz_login_body .bi-linkedin.b-icon.bi {
    font-size: 150% !important;
    color: #fff !important;
  }
}
@media screen and (max-width: 1000px) {
  .trz_login_body .login-landing-wrapper {
    padding-top: 14%;
  }
}
.modal .close {
  position: relative;
  z-index: 999;
}
.expense-comments .comment_thread .card-body {
  background: #F2F9F6;
  border-radius: 12px;
}
.fundinvestment_processing_tab {
  display: none;
}
.investment_radio_input_group .custom-control.custom-radio {
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  margin: 0;
  border-right: 1px solid #e8e8e8;
}
.investment_radio_input_group {
  border-radius: 8px;
  border: 1px solid #E8E8E8;
}
.investment_radio_input_group #radio-slots {
  display: flex;
}
.investment_radio_input_group .form-group label {
  color: #747474;
}
.investment_radio_input_group .custom-control-inline {
  display: block !important;
}
.investment_radio_input_group #radio-slots .custom-radio:last-child {
  border-right: 0px;
}
.investment_radio_input_group .custom-control-label::before {
  border: 1px solid #0060C9;
  background-color: #fff;
}
.investment_radio_input_group .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0060C9;
  background-color: #0060C9;
}
.investment_radio_input_group .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 !important;
}
.leave-attendance-dashboard.investment-inner .tab-item-wrapper {
  padding-top: 0px !important;
}
.leave-attendance-dashboard.investment-inner .container {
  padding-left: 0px;
  padding-right: 0px;
}
@keyframes move {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveright {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes moveleft {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
body.bkash-ess-portal {
  font-family: "Poppins", sans-serif;
  background-color: #ECEEF7;
}
.bkash-ess-portal .atlhr-dashboard-title span {
  font-size: 26px;
  margin-top: 0;
  display: inline-block !important;
}
.bkash-ess-portal .atlhr-dashboard-title span:last-child {
  display: block !important;
  margin-top: 10px;
  font-size: 16px;
}
.bkash-ess-portal .atlhr-dashboard-title .blue-title {
  color: #1f1f1f !important;
}
.bkash-ess-portal .atlhr-dashboard-title span a {
  color: #3A52A6;
}
.bkash-ess-portal .navbar-nav.ml-auto .users-style {
  display: none;
}
.bkash-ess-portal .nav-item.dropdown.bkash-logo {
  float: right !important;
}
.bkash-ess-portal .nav-item.dropdown.bkash-logo img {
  max-width: 240px;
}
.bkash-ess-portal .vc-highlight.date-circle-today {
  background: #3A52A6 !important;
  border-radius: 7px !important;
}
.bkash-ess-portal .atlhr-dashboard-title span:last-child {
  color: #212121;
}
.bkash-ess-portal .trz_people_btn {
  display: none !important;
}
.bkash-ess-portal .company-directory.bg-wash, .bkash-ess-portal .company-directory.bg-wash .card {
  background-color: transparent !important;
}
.bkash-ess-portal .company-directory .container {
  max-width: 100%;
}
.bkash-ess-portal .company-directory .table-sticky-height {
  max-height: unset;
}
.bkash-ess-portal .company-directory .table-head {
  background: transparent;
  border-bottom: none;
}
.bkash-ess-portal .company-directory .table-head label {
  padding-left: 0 !important;
}
.bkash-ess-portal .company-directory .employee-list-table tr td:first-child, .bkash-ess-portal .company-directory .employee-list-table tr th:first-child {
  padding-left: 10px;
}
.bkash-ess-portal .company-directory .table-head label span::before, .bkash-ess-portal .company-directory .table-head label span::after {
  content: "" !important;
}
.bkash-ess-portal .company-directory .table-row {
  border-bottom: none !important;
}
.bkash-ess-portal .company-directory .employee-list-table tr td {
  color: #657589;
  background: #fff;
}
.bkash-ess-portal .company-directory .employee-list-table tr td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.bkash-ess-portal .company-directory .employee-list-table tr td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.bkash-ess-portal .company-directory .employee-list-table {
  border-collapse: separate;
  border-spacing: 0px 12px;
}
.bkash-ess-portal .custom-select {
  background-image: none !important;
  border: 1px solid #3A52A6 !important;
  color: #3A52A6 !important;
  border-radius: 10px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding-right: 10px;
}
.bkash-ess-portal .row.table-head {
  background: #3A52A6;
}
.bkash-ess-portal .dropdown-menu .btn-secondary {
  background: transparent !important;
}
.bkash-ess-portal #filter_button:before {
  display: none;
}
.bkash-ess-portal #filter_button {
  padding-left: 30px;
  padding-right: 30px;
  background: #3A52A6 !important;
  color: #212529;
}
.bkash-ess-portal .trz-custom-dropdown .custom-secodary-btn .dropdown-toggle.btn-secondary, .bkash-ess-portal .custom-secodary-btn {
  background: transparent !important;
  color: #3A52A6;
  border-color: #3A52A6 !important;
}
.bkash-ess-portal .custom-secodary-btn .btn-secondary::before {
  display: none;
}
.bkash-ess-portal .trz-custom-dropdown .dropdown-toggle::after {
  position: absolute;
  border-top: none;
  border-right: none;
  border-left: none;
  right: 12px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  transform: translateY(-50%);
}
.bkash-ess-portal .custom-search .form-control {
  color: #212529;
  padding-left: 10px;
  background: #fff;
  border: 1px solid #ccc !important;
  border-left: none !important;
}
.bkash-ess-portal .custom-search .form-control::-moz-placeholder {
  color: #212529;
  opacity: 0.5;
}
.bkash-ess-portal .custom-search .form-control::placeholder {
  color: #212529;
  opacity: 0.5;
}
.bkash-ess-portal .custom-search .input-group-prepend .input-group-text {
  background: #3A52A6 !important;
  border-color: #ccc !important;
  color: #FFFFFF;
}
.bkash-ess-portal #filter_button {
  border-color: transparent !important;
}
.bkash-ess-portal #navbarSupportedContent .nav-item.dropdown .users-style > a {
  border-radius: 0.25rem !important;
  border: 1px solid #3A52A6;
  color: #3A52A6 !important;
  padding-left: 20px;
  padding-right: 32px;
  position: relative;
  font-weight: 600;
}
.bkash-ess-portal #navbarSupportedContent .dropdown-toggle::after {
  margin-left: 2px;
  content: "\f078" !important;
  position: absolute;
  border-top: none;
  border-right: none;
  border-left: none;
  right: -12px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  transform: translateY(-50%);
  content: "\f078" !important;
  color: #3A52A6;
}
.bkash-ess-portal .menu-company-name {
  height: 24px;
}
.bkash-ess-portal .menu-company-img {
  width: 24px;
}
.bkash-ess-portal .navbar {
  padding: 0.35rem 1rem;
}
.bkash-ess-portal .navbar-brand.is-user {
  top: 10px;
}
.bkash-ess-portal .nav-item a:hover {
  background: transparent;
}
.bkash-ess-portal #navbarSupportedContent .navbar-nav > .nav-item:last-child:hover {
  background: transparent;
}
.bkash-ess-portal .menu-company-img .b-avatar .b-avatar-img img, .bkash-ess-portal .menu-company-img img {
  border: 1px solid #3A52A6;
}
.bkash-ess-portal .navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 600;
}
.bkash-ess-portal .profile-left-block span {
  display: block;
  font-weight: normal;
  font-size: 11px;
}
.bkash-ess-portal #navbarSupportedContent .navbar-nav > .nav-item.user-nav-item #navbarDropdown {
  display: flex;
  align-items: center;
  padding: 0;
}
.bkash-ess-portal #navbarSupportedContent .navbar-nav > .nav-item.user-nav-item {
  height: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0;
}
.bkash-ess-portal #navbarSupportedContent .navbar-nav > .nav-item {
  margin-top: 6px;
}
.bkash-ess-portal #navbarSupportedContent .navbar-nav > .nav-item:last-child {
  min-width: 40px !important;
}
.bkash-ess-portal .profile-left-block {
  font-size: 14px;
}
.bkash-ess-portal .profile-right-block {
  max-width: 44px;
}
.bkash-ess-portal .shortcut-button {
  border: none;
  text-align: center;
  min-height: unset;
  height: auto;
  margin-bottom: 0;
}
.bkash-ess-portal .ibox {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 6px 6px rgba(85, 51, 255, 0.1);
}
.bkash-ess-portal .dashboard_title {
  background: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none !important;
}
.bkash-ess-portal .ibox-content {
  border: none;
  background: transparent;
  padding-top: 0;
}
.bkash-ess-portal .ibox-title h4 {
  font-size: 18px;
}
.bkash-ess-portal .ibox-title h4 span:last-child {
  font-size: 12px;
  font-weight: 400;
}
.bkash-ess-portal .ibox-content h3 {
  font-size: 16px;
  color: #212529;
}
.bkash-ess-portal .ibox-content span {
  font-size: 14px;
  color: #657589;
  font-weight: 600;
}
.bkash-ess-portal .ibox-content .table-head span {
  color: #fff;
}
.bkash-ess-portal .atlhr-dashboard-title {
  margin-bottom: 0;
  font-weight: 600;
}
.bkash-ess-portal .ibox-title h4 span span {
  color: #212529;
  display: block;
  margin-top: 10px;
  /* margin-bottom: 10px; */
}
.bkash-ess-portal .ibox.col-md-12.overview-card {
  background-image: url("../images/bkash-dashboard-background.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bkash-ess-portal .ibox-title {
  padding: 15px 20px 3px;
}
.bkash-ess-portal .table-head {
  background: transparent;
  border-bottom: none;
  color: #FFFFFF;
  font-size: 12px;
}
.bkash-ess-portal .table-head td, .bkash-ess-portal .table-head th, .bkash-ess-portal tbody td {
  border: 0;
  padding: 10px 15px;
  font-size: 12px;
}
.bkash-ess-portal .table-head td, .bkash-ess-portal .table-head th {
  border-right: 1px solid #3A52A6 !important;
}
.bkash-ess-portal .table-row {
  border-left: 1px solid #E8E8E8 !important;
  border-right: 1px solid #E8E8E8 !important;
}
.bkash-ess-portal .table-row:nth-child(2n+1) {
  background: #fff;
}
.bkash-ess-portal .table-head td, .bkash-ess-portal .table-head th {
  background: #3A52A6;
}
.bkash-ess-portal .table-head th {
  font-weight: 500 !important;
}
.bkash-ess-portal .font-semi-bold {
  font-weight: 600 !important;
}
.bkash-ess-portal tbody td, .bkash-ess-portal .table-row td {
  font-weight: 500;
}
.bkash-ess-portal .table-head th:first-child, .bkash-ess-portal .table-head td:first-child, .bkash-ess-portal .table-head > div:first-child {
  border-top-left-radius: 5px;
}
.bkash-ess-portal .table-head th:last-child, .bkash-ess-portal .table-head td:last-child, .bkash-ess-portal .table-head > div:last-child {
  border-top-right-radius: 5px;
}
.bkash-ess-portal .ibox-content .vc-highlights {
  z-index: -1 !important;
}
.bkash-ess-portal .ibox-content .vc-container span {
  font-size: 18px;
}
.bkash-ess-portal .ibox-content .vc-weekday {
  font-size: 18px !important;
  color: #0A0A0A !important;
}
.bkash-ess-portal .ibox-content .vc-container .weekday-6 span, .bkash-ess-portal .ibox-content .vc-container .weekday-7 span {
  color: #FF3B30 !important;
}
.bkash-ess-portal .ibox-content .vc-container {
  border: none;
}
.bkash-ess-portal .employee-portal-menu .list-group-item span {
  color: #161E54;
}
.bkash-ess-portal .employee-portal-menu .list-group-item.menu-active span, .bkash-ess-portal .employee-portal-menu .list-group-item:hover span, .bkash-ess-portal .logout-btn:hover {
  color: #3A52A6;
}
.bkash-ess-portal .employee-sidebar {
  background-color: #fff !important;
  margin-left: 20px;
  height: calc(100vh - 1px) !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 1px 6px 6px rgba(85, 51, 255, 0.1);
}
.bkash-ess-portal .main {
  padding-left: 290px;
}
.bkash-ess-portal .employee-sidebar .employee-portal-menu .list-group-item {
  background: #fff;
}
.bkash-ess-portal .employee-portal-menu .list-group-item span {
  font-weight: 600;
}
.bkash-ess-portal .employee-portal-menu .list-group-item.list-item-sub span {
  font-weight: 500;
}
.bkash-ess-portal .employee-sidebar-inner {
  padding-top: 60px;
}
.bkash-ess-portal .list-item-sub {
  padding-left: 60px !important;
}
.bkash-ess-portal .list-item-main::after {
  content: "\f078" !important;
  position: absolute;
  border-top: none;
  border-right: none;
  border-left: none;
  right: 12px;
  top: 0;
  font-family: "Font Awesome 5 Free";
  color: #657589;
}
.bkash-ess-portal .list-item-main {
  font-weight: 600;
}
.bkash-ess-portal .employee-sidebar .employee-portal-menu .list-group-item img.active, .bkash-ess-portal .employee-sidebar .employee-portal-menu .list-group-item.menu-active img.not-active {
  display: none;
}
.bkash-ess-portal .employee-sidebar .employee-portal-menu .list-group-item.menu-active img.active {
  display: inline-block;
}
.bkash-ess-portal .logout-btn {
  position: fixed;
  left: 95px;
  bottom: 80px;
  color: #657589;
  background: transparent !important;
  font-size: 15px;
  font-weight: 600;
}
.bkash-ess-portal .btn-secondary, .bkash-ess-portal .btn-primary {
  border-radius: 5px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: 400;
}
.bkash-ess-portal .btn-secondary:hover, .bkash-ess-portal #login-submit-group .btn-primary:hover, .bkash-ess-portal .btn-primary:hover {
  background-color: #D9EDF2 !important;
  border-color: #D9EDF2 !important;
  color: #0B1422 !important;
}
.bkash-ess-portal .table-head > div {
  background: #3A52A6;
  padding: 6px 15px;
  border: none;
  font-weight: 500 !important;
}
.bkash-ess-portal .table-row > div {
  font-weight: 500 !important;
  font-size: 12px;
}
.bkash-ess-portal #login-submit-group .btn-primary {
  margin-top: 0;
}
.bkash-ess-portal #login-submit-group .btn-primary::after, .bkash-ess-portal .guest-main .login-btn::after {
  background-color: #D9EDF2 !important;
  color: #0B1422 !important;
}
.bkash-ess-portal .terms-conditions p:first-child strong, .bkash-ess-portal .terms-conditions p:first-child ins {
  color: #3A52A6;
  text-decoration: none;
}
.bkash-ess-portal .terms-conditions p {
  font-size: 12px;
  margin-bottom: 0;
}
.bkash-ess-portal #show_terms .modal-header, .bkash-ess-portal .modal-header {
  border: none;
}
.bkash-ess-portal .loan_card_wrapper label {
  color: #3A52A6;
  font-size: 12px;
}
.bkash-ess-portal .form-control {
  border-radius: 5px;
  border: 1px solid #3A52A6;
}
.bkash-ess-portal #effective_date_of_loan_text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bkash-ess-portal #day_one {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.bkash-ess-portal .ibox.col-md-12.overview-card {
  background-image: url("../images/bkash-dashboard-background.png");
}
.bkash-ess-portal .custom-select {
  background-image: none !important;
  border: 1px solid #3A52A6;
  color: #3A52A6;
  border-radius: 10px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding-right: 10px;
}
.bkash-ess-portal .pagination .custom-select {
  border: none;
}
.bkash-ess-portal .pf-loan-form .ibox-content span {
  font-size: 16px;
}
.bkash-ess-portal .loan_card_wrapper .b-icon.bi {
  vertical-align: -0.15em !important;
}
.bkash-ess-portal .table-hover tbody tr:hover {
  background-color: unset;
}
.bkash-ess-portal .table-hover tbody tr.table-head:hover {
  color: #fff;
}
.bkash-ess-portal .input-group > .custom-file + .form-control {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 0;
}
.bkash-ess-portal .input-group-text {
  border-radius: 5px;
}
.bkash-ess-portal .card.comment_thread {
  border: none !important;
  box-shadow: none !important;
  height: calc(100% - 2rem);
}
.bkash-ess-portal .comment_thread .card-footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fff !important;
  border: none !important;
}
.bkash-ess-portal .comment_thread .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bkash-ess-portal .comment_thread .custom-file-label::after {
  content: "\f0c6" !important;
  font-family: "Font Awesome 5 Free";
  background: #3A52A6 !important;
  color: #fff;
  border-radius: 10px !important;
}
.bkash-ess-portal .comment_thread .custom-file-label {
  font-weight: 600;
  border: none;
}
.bkash-ess-portal .comment_thread .input-group > .custom-file {
  max-width: 40px;
  margin-right: 10px;
}
.bkash-ess-portal .comment-content {
  padding: 15px 20px;
  background: #EFEFEF;
  border-radius: 20px;
  width: 265px;
}
.bkash-ess-portal .comment-content h6 {
  font-size: 10px;
  margin-bottom: 10px !important;
}
.bkash-ess-portal .icon_download_link {
  display: inline-block;
  color: #3A52A6;
}
.bkash-ess-portal .comment-content.self-comment {
  background: #3A52A6;
  color: #FFFFFF;
}
.bkash-ess-portal .self-comment .icon_download_link {
  color: #fff;
}
.bkash-ess-portal .discussion-thread .modal-lg {
  max-width: 600px;
}
.bkash-ess-portal .custom-file-input ~ .custom-file-label[data-browse]::after {
  background: #3A52A6;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.bkash-ess-portal .custom-select.is-valid, .bkash-ess-portal .was-validated .custom-select:valid, .bkash-ess-portal .form-control.is-valid, .bkash-ess-portal .was-validated .form-control:valid {
  border-color: #3A52A6 !important;
}
.bkash-ess-portal .custom-file-label {
  border: 1px solid #3A52A6;
  border-radius: 10px;
  border-right: 0 !important;
}
.bkash-ess-portal .table th, .bkash-ess-portal .table td {
  vertical-align: middle;
}
.bkash-ess-portal #show_attachments a .b-icon {
  color: #3A52A6;
}
.bkash-ess-portal .ibox-content.pf-overview h3 {
  font-size: 14px;
}
.bkash-ess-portal .company-form-container dt, .bkash-ess-portal .employee-tab-inner .bank-info .title {
  font-weight: 600 !important;
  color: #212529;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.bkash-ess-portal .company-form-container dd, .bkash-ess-portal .employee-tab-inner .bank-info .text {
  color: #34444C;
  font-size: 14px;
  font-weight: 600 !important;
}
.bkash-ess-portal .employee-content .company-form-container {
  border: none;
  border-radius: 20px;
  box-shadow: 0 1px 6px 6px rgba(85, 51, 255, 0.1);
}
.bkash-ess-portal .edit-icon {
  background-color: transparent !important;
  border: none;
  color: #657589 !important;
  font-size: 18px;
}
.bkash-ess-portal .cursor-pointer:hover .edit-icon {
  color: #3A52A6 !important;
}
.bkash-ess-portal .edit-icon.bank-info-edit {
  background: #657589 !important;
  color: #fff !important;
  border-radius: 5px;
  font-size: 12px;
}
.bkash-ess-portal .cursor-pointer:hover .edit-icon.bank-info-edit {
  color: #fff !important;
  background: #3A52A6 !important;
}
.bkash-ess-portal .employee-tab-inner .bank-info li {
  display: flex;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.bkash-ess-portal .employee-tab-inner .bank-info-inner .bank-info {
  padding-top: 0;
}
.bkash-ess-portal .custom-date-indicator {
  font-size: 10px;
  letter-spacing: normal;
  display: inline-block;
  margin-left: 3px;
}
.bkash-ess-portal .employee-sidebar-inner {
  height: calc(100% - 100px);
  background: #fff;
  overflow: auto;
}
.bkash-ess-portal .contract-front-container .table-head {
  background: #3A52A6;
}
.bkash-ess-portal .table-row.hover-bg:hover {
  background: transparent !important;
}
.bkash-ess-portal .employee-content .company-form-box-title {
  font-size: 18px;
}
.bkash-ess-portal .contract-front-container .border-right {
  border-color: #E8E8E8 !important;
}
.bkash-ess-portal .contract-front-container .table-row:nth-child(2n), .bkash-ess-portal .contract-front-container .table-row:nth-child(2n):hover {
  background: #EFEFEF !important;
}
.bkash-ess-portal .contract-front-container .table-row {
  color: #212529;
  font-size: 12px;
  font-weight: 500;
}
.bkash-ess-portal .contract-front-container .table-row strong, .bkash-ess-portal .contract-front-container strong {
  font-weight: 500;
}
.bkash-ess-portal .contract-front-container .contract-archive-list li .timeline-content .reference h4 {
  color: #212529;
  font-weight: 600;
  font-size: 14px;
}
.bkash-ess-portal .contract-front-container .contract-archive-list li .contract-archive-user {
  height: 6px;
  left: 6px;
  width: 6px;
}
.bkash-ess-portal .contract-front-container .contract-archive-list li .before-circle {
  height: 6px;
  width: 6px;
}
.bkash-ess-portal .contract-front-container .contract-archive-list li .timeline-content {
  color: #34444C;
}
.bkash-ess-portal .contract-front-container .contract-archive-list li .timeline-content div:nth-last-child(-n+3) {
  margin-bottom: 0.5rem;
}
.bkash-ess-portal .contract-front-container .contract-archive-list li .contract-archive-content {
  margin: 0 0 20px 30px;
}
.bkash-ess-portal .contract-archive-box {
  height: auto;
  max-height: 1500px;
}
.bkash-ess-portal .blue-variant {
  color: #3A52A6;
}
.bkash-ess-portal .blue-variant:hover {
  color: #02D085;
}
.bkash-ess-portal .form-wrapper {
  max-width: 500px;
}
.bkash-ess-portal .company-directory .trz_ppl_wrapper {
  display: none;
}
.bkash-ess-portal .company-directory-search {
  float: right;
  padding-right: 0 !important;
  text-align: right;
}
.bkash-ess-portal .company-directory-search .custom-search {
  margin-left: auto;
}
.bkash-ess-portal .company-directory-search-row {
  justify-content: end;
}
.bkash-ess-portal textarea.form-control {
  overflow-y: auto !important;
}
.bkash-ess-portal .ibox-content.pf-overview .trz_row_overview.ibox {
  padding: 20px;
}
.bkash-ess-portal .trz_pf_slip_button {
  width: 130px;
}
.bkash-ess-portal .text-center.pf_slip_head {
  width: 150px !important;
}
.bkash-ess-portal .showoverlay_list_statement .b-overlay {
  height: 100%;
}
.bkash-ess-portal .b-overlay-wrap.show_pf_slip_data .b-overlay {
  height: 100%;
}
.bkash-ess-portal .submenu-wrapper {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
.bkash-ess-portal .active.list-item-main + .submenu-wrapper {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}
.bkash-ess-portal .custom-file-input ~ .custom-file-label[data-browse]:hover::after {
  background: #D9EDF2;
  color: #000;
  z-index: 0;
  border-color: #3A52A6;
  border-width: 0 1px;
  border-style: solid;
}
.bkash-ess-portal #bv-modal-contract-details .modal-title {
  font-weight: 600;
}
.bkash-ess-portal .company-directory-search #filter_button {
  vertical-align: top;
  margin-bottom: 0 !important;
  margin-right: 5px;
}
.bkash-ess-portal .company-directory-search #filter_button:hover {
  background-color: #D9EDF2 !important;
}
.bkash-ess-portal .company-directory-search .custom-search {
  display: inline-block;
  margin: 0 !important;
  vertical-align: top;
  width: calc(100% - 100px);
}
.bkash-ess-portal .employee-sidebar .employee-portal-menu .list-group-item img, .bkash-ess-portal .employee-portal-menu .list-group-item span {
  pointer-events: none !important;
  width: 18px !important;
}
.bkash-ess-portal .filter-wrapper .input-group-prepend {
  display: none;
}
.bkash-ess-portal .filter-wrapper .input-group > .form-control {
  border-radius: 10px;
}
.bkash-ess-portal .filter-wrapper label {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
}
.bkash-ess-portal .bg-new.table-row td {
  font-weight: 600;
}
.bkash-ess-portal .border {
  border: 1px solid #E8E8E8 !important;
}
.bkash-ess-portal .employee-content .company-form-box-title h4 > .float-left {
  max-width: 50%;
}
.bkash-ess-portal #bv-modal-installment .modal-header {
  padding-bottom: 0;
}
.bkash-ess-portal #bv-modal-installment .modal-title {
  font-weight: 600;
}
.bkash-ess-portal .loan_card_wrapper.approval-wrapper {
  border-radius: 20px !important;
}
.bkash-ess-portal .pfloan-modal .modal-lg {
  max-width: 90%;
}
.bkash-ess-portal .loan-comments {
  margin-top: -60px;
  border-color: #3A52A6 !important;
  position: relative;
}
.bkash-ess-portal .modal-title {
  font-weight: 600;
}
.bkash-ess-portal .loan-comments:after, .bkash-ess-portal .loan-comments:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #3A52A6;
  top: -17px;
  left: -1px;
  position: absolute;
}
.bkash-ess-portal .loan-comments:before {
  top: auto;
  bottom: -17px;
}
.bkash-ess-portal .loan-comments .card-body.comment-card-body {
  height: auto !important;
  overflow: auto !important;
}
.bkash-ess-portal .pfloan-modal .modal-header .close {
  position: relative;
  z-index: 1;
}
.bkash-ess-portal .file-count-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3A52A6;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 22px;
  z-index: 9;
}
.bkash-ess-portal .pfloan-modal.pf_new_loan_modal .modal-lg {
  max-width: 900px;
}
.bkash-ess-portal .dash-widget-icon {
  background-color: rgba(58, 82, 166, 0.2);
  color: #3A52A6;
}
.bkash-ess-portal .card.dash-widget {
  border: none;
  border-radius: 20px;
  box-shadow: 0 1px 6px 6px rgba(85, 51, 255, 0.1);
}
.bkash-ess-portal .dash-widget-info > span {
  font-size: 14px;
  font-weight: 600;
  color: #657589;
}
.bkash-ess-portal .dash-widget-info > h3 {
  font-size: 16px;
  font-weight: 600;
  color: #3A52A6;
}
.bkash-ess-portal label {
  font-weight: 500;
}
.bkash-ess-portal .ibox-content .card-body.container {
  max-width: 100%;
  padding-top: 0;
}
.bkash-ess-portal .ibox-content table span {
  color: #212529;
  font-size: 12px;
  font-weight: 500;
}
.bkash-ess-portal .overview-card .ibox-content {
  padding: 0px 21px 0px 20px;
}
.bkash-ess-portal .overview-card .loader-logo {
  width: 90px;
  margin-top: -30px;
  margin-bottom: 20px;
}
.bkash-ess-portal .overview-card .ibox-title.dashboard_title {
  color: #fff !important;
}
.bkash-ess-portal .overview-card .ibox-content h3 {
  font-size: 16px;
  color: #fff;
}
.bkash-ess-portal .overview-card .ibox-content span {
  color: #fff;
}
.bkash-ess-portal .btn-secondary {
  background-color: #3A52A6 !important;
  border-color: #3A52A6 !important;
  color: #FFFFFF;
}
.bkash-ess-portal .btn-primary {
  background-color: #3A52A6 !important;
  border-color: #3A52A6 !important;
  color: #FFFFFF;
}
.bkash-ess-portal #login-submit-group .btn-primary {
  background-color: #3A52A6 !important;
  border-color: #3A52A6 !important;
  color: #FFFFFF;
  margin-top: 0;
}
.bkash-ess-portal .custom-file-input ~ .custom-file-label[data-browse]::after {
  background: #3A52A6;
  color: #FFFFFF;
  border: none !important;
}
.bkash-ess-portal .ibox.loan-schedule-details {
  border: none !important;
  box-shadow: 0 0 0 0 rgba(85, 51, 255, 0.1);
}
.bkash-ess-portal .bg-new {
  background: #EFEFEF !important;
}
.bkash-ess-portal .pf-contribution-table-body .table-row.hover-bg {
  background: transparent !important;
}
.bkash-ess-portal .pf-contribution-table-body {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.bkash-ess-portal .pf-contribution-table-body .table-row {
  background: transparent !important;
}
.bkash-ess-portal .statement-eligibility-head tr th {
  background: #3A52A6 !important;
}
.bkash-ess-portal .page-link, .bkash-ess-portal .page-item.disabled .page-link {
  color: #FFFFFF !important;
  border: 1px solid #3A52A6 !important;
  border: none !important;
}
.bkash-ess-portal .page-item.active .page-link, .bkash-ess-portal .page-item .page-link:hover {
  background-color: #3A52A6;
  border-color: #3A52A6;
  color: #fff;
  border: 1px solid #3A52A6;
}
.bkash-ess-portal .form-control {
  border: 1px solid #3A52A6;
}
.bkash-ess-portal .form-control::-moz-placeholder {
  color: #3A52A6;
}
.bkash-ess-portal .form-control::placeholder, .bkash-ess-portal .form-control {
  color: #3A52A6;
}
.bkash-ess-portal .custom-file-label {
  border: 1px solid #3A52A6;
}
.bkash-ess-portal .ibox-content .custom-file-label span {
  color: #FFFFFF !important;
}
.bkash-ess-portal #bv-modal-pf-loan-schedule-details .table-row:nth-child(2n) {
  background: #EFEFEF;
}
.bkash-ess-portal .nav-item.dropdown.user-nav-item.border.rounded.py-1.px-2.float-right {
  /* display: inline-block !important; */
  margin-top: 1% !important;
  padding: 0 !important;
  border: none !important;
}
.bkash-ess-portal a.bg-light:hover, .bkash-ess-portal a.bg-light:focus, .bkash-ess-portal button.bg-light:hover, .bkash-ess-portal button.bg-light:focus {
  background-color: #D9EDF2 !important;
}
.bkash-ess-portal .navbar-expand-md .navbar-nav .user-nav-item .dropdown-menu {
  width: 250px;
}
.bkash-ess-portal .employee-profile-pop .nav-link.text-white.clearfix {
  width: 100%;
}
.bkash-ess-portal .employee-profile-pop .profile-right-block {
  display: inline-block;
  width: 19%;
  vertical-align: top;
}
.bkash-ess-portal .employee-profile-pop .profile-left-block {
  display: inline-block;
  width: 78%;
  vertical-align: top;
  margin-right: 0;
}
.bkash-ess-portal .company-directory .employee-list-table tr td {
  color: #657589;
  background: transparent;
}
.bkash-ess-portal .employee-list-table .table-row:nth-child(2n) {
  background: #fff !important;
}
.bkash-ess-portal .employee-list-table .table-row:nth-child(2n) {
  background: #efefef !important;
}
.bkash-ess-portal #installment-modal___BV_modal_content_ .table-row:nth-child(2n) {
  background: #efefef !important;
}
.bkash-ess-portal .custom-select.is-valid, .bkash-ess-portal .was-validated .custom-select:valid, .bkash-ess-portal .form-control.is-valid, .bkash-ess-portal .was-validated .form-control:valid {
  border-color: #3A52A6 !important;
}
.bkash-ess-portal .form-control.is-valid, .bkash-ess-portal .was-validated .form-control:valid {
  border-color: #3A52A6 !important;
}
.bkash-ess-portal .custom-select.is-valid, .bkash-ess-portal .was-validated .custom-select:valid, .bkash-ess-portal .form-control.is-valid, .bkash-ess-portal .was-validated .form-control:valid {
  border-color: #3A52A6 !important;
}
.bkash-ess-portal .dash-widget-info .title {
  color: #3A52A6 !important;
}
.bkash-ess-portal .dash-widget-icon {
  background-color: rgba(58, 82, 166, 0);
  color: #D1D3D6;
}
.bkash-ess-portal .dash-widget-info .title {
  color: #3A52A6 !important;
  width: 37%;
  display: inline-block;
  vertical-align: middle;
}
.bkash-ess-portal .dash-widget-icon {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.bkash-ess-portal .dash-widget-info {
  text-align: unset;
}
.bkash-ess-portal .dash-widget-val {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  color: #34444C;
}
.bkash-ess-portal .dash-widget-info .amount {
  display: inline-block;
  vertical-align: middle;
  width: 62%;
  text-align: right;
}
.bkash-ess-portal .card.dash-widget {
  border: 1px solid #3A52A6;
  border-radius: 20px;
  box-shadow: 0 1px 6px 6px rgba(85, 51, 255, 0.1);
}
.bkash-ess-portal .bkash_logo_head {
  margin-top: 0px;
  max-height: 37px;
}
.bkash-ess-portal .atl-new-logo {
  position: fixed;
  left: 95px;
  bottom: 10px;
  color: #657589;
  background: transparent !important;
  font-size: 15px;
  font-weight: 600;
}
.bkash-ess-portal .b-overlay-loan-breakdown .dash-widget-info {
  width: 100%;
}
.bkash-ess-portal .dash-widget-info .title {
  width: 51%;
  display: inline-block;
}
.bkash-ess-portal .dash-widget-info .amount {
  display: inline-block;
  width: 46%;
}
.bkash-ess-portal .loan_approve_list .custom-search .form-control {
  border: 1px solid #ccc !important;
  border-left: none !important;
}
.bkash-ess-portal .loan_approve_list .custom-search .input-group-prepend .input-group-text {
  background: #3A52A6 !important;
  border-color: #ccc !important;
  color: #FFFFFF;
}
.bkash-ess-portal .loan_approve_list .custom-search {
  padding: 15px 0px;
}
.bkash-ess-portal .trz_ppl_wrapper_2 {
  padding: 16px 0px;
}
.bkash-ess-portal .trz-custom-dropdown .custom-secodary-btn .dropdown-toggle.btn-secondary {
  background: #3A52A6 !important;
  color: #FFFFFF;
  border-color: transparent !important;
  border-radius: 5px;
}
.bkash-ess-portal .bg-wash {
  background-color: transparent !important;
}
.bkash-ess-portal .employee-list-table td input:checked + label::before, .bkash-ess-portal .employee-list-view input:checked + label::before {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8) !important;
}
.bkash-ess-portal #demolist-field-dd .custom-secodary-btn .dropdown-toggle.btn-secondary::after {
  position: absolute;
  border-top: 7px solid #FFFFFF;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  right: 7px;
  top: 18px;
}
.bkash-ess-portal #demolist-field-dd #dropdown-fields .btn {
  width: 100px;
  text-align: left;
}
.bkash-ess-portal #filter_button {
  padding-right: 10px !important;
  padding-left: 20px !important;
}
.bkash-ess-portal .exclamation-circle-demolist {
  font-size: 14px;
  margin-top: -1px;
  margin-left: 8px;
  color: #000;
}
.bkash-ess-portal #loan_reason-feedback {
  display: block;
}
.bkash-ess-portal .demolistwrap .btn.custom-secodary-btn.btn-secondary {
  margin-top: -3px;
}
.bkash-ess-portal .employee-tab .custom-tab-nav {
  border-radius: 4px !important;
  background: #FFF !important;
  box-shadow: 0px 0px 25px 0px rgba(58, 82, 166, 0.15) !important;
  border: none !important;
}
.bkash-ess-portal .employee-content .nav-item .nav-link {
  background-color: unset;
  font-size: 15px;
  font-weight: 600;
  color: #1F1F1F;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bkash-ess-portal .employee-content .employee-tab .nav-pills .nav-link.active:hover {
  border-bottom: 5px solid #FFFFFF !important;
}
.bkash-ess-portal .nav-pills .nav-link.active, .bkash-ess-portal .nav-pills .show > .nav-link, .bkash-ess-portal .employee-tab .nav-pills .nav-link.active, .bkash-ess-portal .nav-pills .nav-link.active:hover, .bkash-ess-portal .employee-tab .nav-pills .nav-link.active:hover {
  border-bottom-color: #FFFFFF !important;
  border-bottom-width: 5px !important;
}
.bkash-ess-portal .summery-block-wrapper {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  background: #FFF;
}
.bkash-ess-portal .employee-tab .tabs {
  width: 100%;
}
.bkash-ess-portal .dash-widget-info-new {
  float: right;
  text-align: right !important;
}
.bkash-ess-portal .dash-widget-info-new {
  width: calc(100% - 65px);
  float: right;
  text-align: right !important;
}
.bkash-ess-portal .dash-currency-icon {
  width: 64px;
  height: 64px;
  float: left;
  color: #FFFFFF;
  text-align: right;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  flex-shrink: 0;
  background: #3A52A6;
  border-radius: 56px;
  text-align: center;
  line-height: 65px;
}
.bkash-ess-portal .dash-widget-info-new h3 {
  color: #1F1F1F !important;
  text-align: right;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
}
.bkash-ess-portal .dash-widget-info-new span {
  color: #1F1F1F !important;
  text-align: right;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
}
.bkash-ess-portal .dash-widget-info-new span.small-span {
  display: block;
  color: #1F1F1F;
  text-align: right;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}
.bkash-ess-portal .summery-block-body {
  min-height: 105px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.bkash-ess-portal .loader-text .loader-logo {
  width: 30px;
  margin-left: 10px;
  margin-top: 0px !important;
}
.bkash-ess-portal .front_member_list tbody td, .bkash-ess-portal .ess-portal .table-row td {
  font-weight: 500;
}
.bkash-ess-portal .front_member_list tbody .custom-label {
  display: flex;
  align-items: center;
}
.bkash-ess-portal .trustee_action_button {
  border-radius: 4px;
  background: #3A52A6;
  color: #FFFFFF;
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  padding: 5px;
}
.bkash-ess-portal .employee-tab .btn.btn-primary.btn-block.collapsed, .bkash-ess-portal .employee-tab .btn.btn-primary.btn-block.not-collapsed {
  text-align: center;
  background-color: #3A52A6 !important;
  border-color: #3A52A6 !important;
  color: #FFFFFF;
}
.bkash-ess-portal .employee-tab .btn.btn-primary.btn-block.collapsed:hover, .bkash-ess-portal .employee-tab .btn.btn-primary.btn-block.not-collapsed:hover {
  background-color: #D9EDF2 !important;
  border-color: #D9EDF2 !important;
  color: #0B1422 !important;
}
.bkash-ess-portal .trustee-nav-wrapper {
  border-radius: 16px !important;
  background: #FFF !important;
  box-shadow: 0px 0px 25px 8px rgba(58, 82, 166, 0.15) !important;
  padding: 25px;
}
.bkash-ess-portal .trustee-nav.nav-item .nav-link {
  border-radius: 0.25rem !important;
  border: none !important;
  border-top: 1px solid #3A52A6 !important;
  border-right: 2px solid #3A52A6 !important;
  border-bottom: 2px solid #3A52A6 !important;
  border-left: 1px solid #3A52A6 !important;
  background: #FFF !important;
}
.bkash-ess-portal .trustee-nav .nav-link.active {
  border-radius: 0 !important;
  background: none !important;
  color: unset !important;
  border-bottom: unset !important;
  border-top: 1px solid #3A52A6 !important;
  border-right: 2px solid #3A52A6 !important;
  border-bottom: 2px solid #3A52A6 !important;
  border-left: 1px solid #3A52A6 !important;
  background: #3A52A6 !important;
}
.bkash-ess-portal .trustee-report-title {
  display: flex;
  padding: 10px 0;
  align-items: flex-start;
  gap: 10px;
}
.bkash-ess-portal .trustee-report-intro {
  display: flex;
  padding: 10px 0;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid #FFFFFF;
}
.bkash-ess-portal .trustee-report-title .text {
  color: #000;
  text-align: right;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
}
.bkash-ess-portal .nav-item.trustee-nav .nav-link {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  position: relative !important;
}
.bkash-ess-portal .trustee-nav .nav-link.active::after {
  border: 15px solid transparent !important;
  border-top-color: transparent !important;
  border-top-color: #3A52A6 !important;
  bottom: -31px !important;
  content: "" !important;
  left: 0 !important;
  margin: 0 auto !important;
  position: absolute !important;
  right: 0 !important;
  width: 15px !important;
}
.bkash-ess-portal .nav-item.trustee-nav-first-wrapper {
  width: 100%;
  margin: 0;
}
.bkash-ess-portal .nav-item.trustee-nav-first-wrapper a {
  padding: 0;
}
.bkash-ess-portal .trustee-nav-subhead {
  display: flex;
  padding: 10px 0px;
  /* justify-content: center; */
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-top: 1px solid #F0E6E9;
  color: #1F1F1F;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.26px;
}
.bkash-ess-portal .trustee-nav-head {
  color: #1F1F1F;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  margin-bottom: 10px;
}
.bkash-ess-portal .company-form-container-title-wrapper {
  padding-bottom: 20px;
}
.bkash-ess-portal .company-form-container-content-wrapper {
  padding-left: 0;
}
.bkash-ess-portal .company-form-container-warapper .company-form-box-title {
  padding: 25px;
  padding-bottom: 0;
}
.bkash-ess-portal .company-form-container-warapper .pf-summery-data {
  padding-left: 25px;
  padding-right: 25px;
}
.bkash-ess-portal .trustee-tab-wrapper .company-form-container-content-wrapper {
  padding: 25px;
  padding-top: 0px;
}
.bkash-ess-portal .trustee-tab-wrapper .company-form-container-title-wrapper .company-form-box-title {
  padding: 25px !important;
  padding-bottom: 0px !important;
}
.bkash-ess-portal .trustee-nav.wi-two {
  width: 33%;
}
.bkash-ess-portal .trustee-nav.wi-three {
  width: 48%;
  margin-bottom: 3%;
}
.bkash-ess-portal .common-list-container {
  max-width: 100% !important;
}
@media only screen and (max-width: 1380px) {
  .bkash-ess-portal .dash-currency-icon {
    font-size: 25px;
    line-height: 50px;
    width: 50px;
    height: 50px;
  }
  .bkash-ess-portal .account-logo {
    width: 35px;
    height: 35px;
  }
  .bkash-ess-portal .dash-widget-info-new h3 {
    font-size: 18px;
  }
  .bkash-ess-portal .dash-widget-info-new span {
    font-size: 14px;
  }
  .bkash-ess-portal .dash-widget-info-new span.small-span {
    font-size: 12px;
  }
  .bkash-ess-portal .ess-portal .dash-widget-info-new {
    width: calc(100% - 50px);
  }
  .bkash-ess-portal .loader-text .loader-logo {
    width: 30px;
    margin-left: 10px;
    margin-top: 0px !important;
  }
}
.bkash-ess-portal .upper-block {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #3A52A6;
  margin-bottom: 15px;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
}
.bkash-ess-portal .upper-block .label {
  color: #F94183;
}
.bkash-ess-portal .upper-block .value {
  color: #657589;
}
.trz_bkash_body {
  /******************** Login notice updates ********************/
  /* .login-landing-wrapper.landing-notice-wrapper {
      max-width: 450px;
      position: absolute;
      right: 20px;
  } */
}
.trz_bkash_body .login-landing-wrapper {
  padding-top: 0 !important;
  max-width: 766px;
  margin: 0 auto;
}
.trz_bkash_body .custom-notice-inner {
  border: 2px solid #02D085;
  border-radius: 16px;
}
.trz_bkash_body .counter-wrapper .count-items span {
  font-size: 12px;
  display: block;
  font-weight: 300;
  line-height: 12px;
}
.trz_bkash_body .counter-wrapper .count-items {
  display: inline-flex;
  font-size: 40px;
  font-weight: 500;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 52px;
}
.trz_bkash_body .landing-notice-wrapper .btn {
  background: transparent !important;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  border-color: #fff !important;
  font-weight: 400 !important;
}
.trz_bkash_body .landing-notice-wrapper .btn:hover {
  background: #02D085 !important;
  border-color: #02D085 !important;
}
.trz_bkash_body .logo-image-wrapper {
  max-width: 320px;
  margin: 0 auto;
}
.trz_bkash_body .custom-notice-inner hr {
  margin: 10px auto;
}
.trz_bkash_body .custom-notice-inner p {
  margin-bottom: 10px;
  font-size: 12px;
  color: #fff !important;
}
@media screen and (max-width: 1300px) {
  .trz_bkash_body .login-landing-welcome-text, .trz_bkash_body .bkash-landing-welcome-text {
    display: none !important;
  }
  .trz_bkash_body .login-landing-welcome-title, .trz_bkash_body .bkash-landing-welcome-title {
    font-size: 25px;
    line-height: 35px;
  }
}
.text-bold-new {
  font-weight: 600 !important;
}
.gl_sub_head_d_item .dropdown-menu.show {
  height: 300px !important;
  overflow-y: scroll !important;
}
#gl_head_d_item .d-item .sub-text {
  margin-top: 0;
}
#gl_head_d_item .d-item {
  text-align: left;
}
#gl_head_d_item .dropdown-toggle {
  background: transparent !important;
  color: #697485 !important;
  font-weight: 400 !important;
}
#gl_head_d_item .sub-text {
  font-style: italic !important;
  font-size: 11px;
  float: right;
  margin-top: 3px;
}
.padd-first-1 {
  padding-left: 10px !important;
}
.padd-first-2 {
  padding-left: 20px !important;
}
.padd-first-3 {
  padding-left: 30px !important;
}
.dropdown-menu .disabled {
  background: #efefef;
  border-radius: 5px;
  pointer-events: none;
  margin-bottom: 5px;
}
#gl_head_d_item .d-item {
  min-width: 250px !important;
}
#gl_head_d_item {
  width: 100%;
  margin: 0px auto !important;
}
#gl_head_d_item .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
}
.special-hidden {
  display: none;
}
.trz_collapsible_table {
  width: 100%;
  padding: 2%;
}
.trz_collapsible_table .head_item {
  border-right: 1px solid #126D66 !important;
  text-align: center !important;
  padding: 6px 15px;
  padding-left: 15px;
  padding-left: 15px;
}
.trz_collapsible_table .head {
  background: #01524B;
  border-right: 1px solid #126D66 !important;
  text-align: center !important;
  color: #fff !important;
  border: 0;
  border-right-width: 0px;
  border-right-style: none;
  border-right-color: currentcolor;
  font-size: var(--font-size-3);
  font-weight: 600 !important;
}
.trz_collapsible_table .head {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.trz_collapsible_table .body_item {
  color: #4E3E3F;
  font-weight: 400;
  border-right: 1px solid !important;
  border-right-color: currentcolor;
  border-color: #E8E8E8 !important;
  padding: 7px;
}
.trz_collapsible_body {
  border-left: 1px solid !important;
  border-left-color: currentcolor;
  border-right: 1px solid !important;
  border-right-color: currentcolor;
  border-bottom: 1px solid !important;
  border-bottom-color: currentcolor;
  border-color: #E8E8E8 !important;
  background-color: #fff;
}
.trz_collapsible_table .level-2 .body_item:first-child {
  padding-left: 25px !important;
}
.trz_collapsible_table .level-3 .body_item:first-child {
  padding-left: 40px !important;
}
.trz_collapsible_table .level-4 .body_item:first-child {
  padding-left: 55px !important;
}
.trz_collapsible_table .level-5 .body_item:first-child {
  padding-left: 70px !important;
}
.trz_collapsible.collapsible.level-1, .trz_collapsible.collapsible.level-1:hover {
  background-color: rgb(190, 228, 225) !important;
  cursor: pointer;
}
.trz_collapsible.collapsible.level-2, .trz_collapsible.collapsible.level-2:hover {
  background-color: rgb(231, 252, 244) !important;
  cursor: pointer;
}
.trz_collapsible.collapsible.level-3, .trz_collapsible.collapsible.level-3:hover {
  background-color: rgb(83, 176, 144) !important;
  cursor: pointer;
}
.trz_collapsible_table .level-2, .trz_collapsible_table .level-3, .trz_collapsible_table .level-4, .trz_collapsible_table .level-5 {
  display: none;
}
.trz_collapsible.collapsible {
  padding-left: 20px;
}
.trz_collapsible.collapsible.closed {
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 12px 12px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v14l11-7z"/></svg>');
}
.trz_collapsible.collapsible.closed:hover {
  background-repeat: no-repeat !important;
  background-position: 5px center !important;
  background-size: 12px 12px !important;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M8 5v14l11-7z"/></svg>') !important;
  background-color: rgb(190, 228, 225) !important;
}
.trz_collapsible.collapsible.not-closed {
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 12px 12px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M5 8l7 11 7-11z"/></svg>') !important;
}
.trz_collapsible.collapsible.not-closed:hover {
  background-repeat: no-repeat !important;
  background-position: 5px center !important;
  background-size: 12px 12px !important;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M5 8l7 11 7-11z"/></svg>') !important;
  background-color: rgb(190, 228, 225) !important;
}
.trz_collapsible_table .level-1 .body_item:first-child {
  padding-left: 20px;
}
.employee-table-wrapper {
  padding-bottom: 75px;
}
.employee-table-wrapper .action-dropdown-menu {
  right: 40px !important;
}
.accrual_confirmation_text {
  font-size: 18px;
  text-align: left;
}
.accrual_list li {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}
.accrual_list {
  margin: 20px 0;
}
.important_notes_wrapper .title {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.accrual_agree {
  font-size: 18px;
}
.accrual_list li {
  list-style: decimal;
  padding: 3px 7px;
}
.important_notes_wrapper .accrual_list li {
  list-style: disc;
  padding: 3px 7px;
}
.accrual_button_wrapper {
  margin-top: 25px;
}
.fund-drill-down-clickable:hover {
  text-decoration: underline;
}
.fund-drill-down-clickable {
  cursor: pointer;
}
.employee-table-wrapper.fund-transaction-report {
  width: 100%;
}
.admin-portal .v-sidebar-menu .vsm--link.vsm--link_level-2 {
  padding: 5px 10px !important;
}
.ess-portal.admin-portal .v-sidebar-menu.vsm_expanded .vsm--item {
  width: 100%;
  margin: 0 0px;
}
.v-sidebar-menu .vsm--dropdown > .vsm--list {
  padding: 0px !important;
}
.ess-portal.admin-portal .custom-secodary-btn.btn-secondary.switch-view-btn {
  color: #004242 !important;
  border-bottom: none !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ess-portal .custom-secodary-btn.btn-secondary.switch-view-btn {
  font-size: var(--font-size-reguler);
}
.employee-table-wrapper {
  padding-bottom: 0px;
}
.employee-avatar.custom-employee-avatar.ek_img_block {
  border-right: none;
}
.employee-table-wrapper.dropdown-open {
  padding-bottom: 175px;
}
.ess-portal.admin-portal .payrun-wizard-container .form-btn-container {
  border: 1px solid #B5CBE2;
}
.pf-settings-hide {
  display: none !important;
}
.w-1200.title-alignment .modal-content .modal-header .modal-title {
  text-align: left;
  margin-left: 15px;
}
.font-weight-600 {
  font-weight: 600;
}
.bkash-ess-portal #demolist-field-dd #dropdown-fields.additional-field-btn .btn {
  width: 215px;
  text-align: left;
}
.trz_ppl_wrapper_2 #filter_button {
  color: white;
}
.admin-portal #nav-tabContent-intro.payroll-reporting-tab .nav-item {
  width: 24.25% !important;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-tabs .nav-item:nth-child(3n) {
  margin-right: 1%;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-tabs .nav-item:nth-child(4n) {
  margin-right: 0;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-tabs .nav-item .ibox-content-inner {
  padding: 10px !important;
}
.admin-portal .ibox-content-inner h5 {
  margin: 10px auto 10px;
}
.admin-portal .reports-tab-nav {
  padding: 15px 15px 3px 15px;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-tabs .nav-item .btn-primary {
  padding: 5px 15px !important;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-tabs .nav-item img {
  width: 45px;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-tabs .nav-item h5 {
  font-size: 1.025rem;
}
.admin-portal .ibox-content-inner p {
  line-height: 20px;
  margin-bottom: 5px;
}
.payroll-reporting-tab .nav-tabs .nav-item {
  width: 24.25% !important;
}
#nav-tabContent-intro.payroll-reporting-tab .nav-tabs .nav-item {
  margin-top: 0%;
}
.ess-portal.admin-portal .salary_settings .nav-pills .nav-link.active {
  background-color: #fff !important;
}
.vsm--item_open .vsm--item.vsm--item_open .vsm--link.vsm--link_level-2 {
  background: #004242;
  border-bottom: 0px !important;
  border-radius: 10px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #A4E1DB !important;
}
.vsm--item_open .vsm--item.vsm--item_open > .vsm--dropdown {
  background: #004242;
  margin: 0px 10px;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-bottom: 1px;
}
.vsm--item_open .vsm--item.vsm--item_open > .vsm--dropdown .vsm--item {
  margin-bottom: 0px !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.vsm--item_open .vsm--item.vsm--item_open > .vsm--dropdown .vsm--item:hover .vsm--link {
  background-color: transparent !important;
}
.vsm--item_open .vsm--item.vsm--item_open > .vsm--dropdown .vsm--item .vsm--link:hover {
  background-color: transparent !important;
}
.vsm--item_open .vsm--item .vsm--link.vsm--link_level-2 .vsm--arrow {
  margin-right: 10px;
}
.vsm--item_open .vsm--item.vsm--item_open > .vsm--dropdown .vsm--item:hover {
  background: #377777;
}
.vsm--item_open .vsm--item.vsm--item_open > .vsm--dropdown .vsm--item .vsm--link {
  padding-left: 50px !important;
  border-bottom: 0px;
}
.vsm--item_open .vsm--item.vsm--item_open .vsm--item_open:hover {
  background: transparent !important;
}
.vsm--item_open .vsm--item.vsm--item_open .vsm--item_open .vsm--dropdown {
  margin-left: 0px;
  margin-right: 0px;
}
.vsm--item_open .vsm--item.vsm--item_open .vsm--item_open .vsm--dropdown .vsm--title {
  padding-left: 15px;
}
.vsm--item_open .vsm--item.vsm--item_open .vsm--item_open .vsm--dropdown .vsm--link {
  height: auto !important;
  padding: 5px;
}
.vsm--item_open .vsm--item.vsm--item_open .vsm--item_open .vsm--link.vsm--link_level-3 {
  margin-left: 0px;
  padding-left: 60px !important;
  margin-right: 0px;
  padding-right: 30px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.vsm--item_open .vsm--item.vsm--item_open .vsm--item_open .vsm--link.vsm--link_level-3 .vsm--arrow_open {
  right: 10px;
}
.vsm--item_open .vsm--item.vsm--item_open .vsm--item_open .vsm--link.vsm--link_level-3:hover {
  background: #377777 !important;
  border-radius: 0px;
}
.vsm--item_open .vsm--item.vsm--item_open > .vsm--dropdown .vsm--item .vsm--link.vsm--link_level-4 {
  padding-left: 60px !important;
}
.vsm--item_open .vsm--item.vsm--item_open .vsm--item:has(> .vsm--link_exact-active) {
  background: #377777 !important;
  color: #ffffff;
}
.vsm--item_open .vsm--item.vsm--item_open .vsm--link_exact-active {
  color: #ffffff !important;
}
.row.no-margin.report-in-one-line > .col-md-2 {
  flex: 1;
  max-width: none;
}
.row.no-margin.report-in-one-line {
  display: flex;
  flex-wrap: nowrap;
}
.admin-portal .report-in-one-line .payrun-btn {
  font-size: 13px;
  padding: 5px 27px !important;
}
.admin-portal .report-in-one-line h5 {
  font-size: 15px;
}
.admin-portal .report-in-one-line img {
  width: 50px;
}
.employee-tab.settings-tab .nav-pills .nav-link {
  padding: 5px 20px;
}
.under-construction .locl-template {
  margin-bottom: 10%;
}
.v-sidebar-menu .vsm--item .vsm--link_level-3.vsm--link_active {
  background: #377777 !important;
  border-radius: 10px;
}
.ess-portal.admin-portal .navbar-brand.is-user {
  top: 12px;
}
.navbar-brand.is-user {
  left: 15px;
}
.ess-portal.admin-portal .regulatory-filing-tab .susd {
  background-color: #a0ded7 !important;
}
.ess-portal.admin-portal .regulatory-filing-tab .payslip-details-info-inner .wrapper {
  background: #e6f7f4;
}
.module_link_container.link-container-pf {
  display: flex;
  flex-wrap: nowrap;
}
.module_link_container.link-container-pf .company-dashboard-items-wrapper.col-md-2 {
  flex: 1;
}
.toast-body {
  overflow-wrap: anywhere;
}
.table-custom-checkbox {
  padding-left: 5px !important;
}
.table-custom-checkbox .custom-control.custom-checkbox {
  padding-left: 5px;
  margin-left: 0px;
  transform: translate(-50%);
  left: 50%;
}
.employee-tab.leave-attendance-dashboard .nav-pills.leave-attendance-dashboard-tab .nav-link {
  padding: 5px 10px;
}
.ess-portal.admin-portal table.dataTable > thead .sorting span,
.ess-portal.admin-portal table.dataTable > thead .sorting_desc span,
.ess-portal.admin-portal table.dataTable > thead .sorting_asc span {
  padding-right: 20px;
}
/* .table-custom-checkbox .custom-control.custom-checkbox {
  display: flex;
  justify-content: center;
  transform: translate(-50%, -50%);
  align-items: center;
  padding-left: 10px !important;
}
.table-custom-checkbox {
  padding: 7px !important;
} */
/* Updates for PF Statement Bulk download */
.investment_radio_input_group .radio-slots-custom .custom-control.custom-radio {
  margin-left: 15px;
  flex-grow: unset;
  border: none;
}
.investment_radio_input_group .radio-slots-custom .custom-control.custom-radio + .custom-control.custom-radio {
  margin-left: 40px;
}
/* Updates for PF Statement Bulk download */
.double-scroll-container {
  width: 100%;
}
.double-scroll-top {
  overflow-x: auto;
  overflow-y: hidden;
  height: 17px;
  margin-bottom: 10px;
}
.double-scroll-content {
  overflow-x: auto;
  max-height: calc(100vh - 150px) !important;
  padding-bottom: 4%;
}
.w-1200.title-alignment .modal-content .modal-header .modal-title {
  text-align: left;
  margin-left: 15px;
}
.font-weight-600 {
  font-weight: 600;
}
.bkash-ess-portal #demolist-field-dd #dropdown-fields.additional-field-btn .btn {
  width: 215px;
  text-align: left;
}
.trz_ppl_wrapper_2 #filter_button {
  color: white;
}
