@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url(icons/font-awesome/css/fontawesome-all.min.css);
@import url(icons/themify-icons/themify-icons.css);
@import url(icons/material-design-iconic-font/css/materialdesignicons.min.css);

/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/

:root {
  --bs-blue-light: #009efb;
  --bs-blue: #4285DD;
  --bs-indigo: #6610f2;
  --bs-purple: #7460ee;
  --bs-pink: #e83e8c;
  --bs-red: #e22843;
  --bs-orange: #fb8c00;
  --bs-yellow: #ffb22b;
  --bs-green: #21c1d6;
  --bs-teal: #20c997;
  --bs-cyan: #26c6da;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #4285DD;
  --bs-secondary: #6c757d;
  --bs-success: #21c1d6;
  --bs-info: #4285DD;
  --bs-warning: #ffb22b;
  --bs-danger: #EB3B56; /* change by Mayur Kadu */
  --bs-light: #f2f4f8;
  --bs-dark: #343a40;
  --bs-cyan: #26c6da;
  --bs-orange: #fb8c00;
  --bs-purple: #7460ee;
  --bs-inverse: #2f3d4a;
  --bs-megna: #01c0c8;
  --bs-light-danger: #f9e7eb;
  --bs-light-success: #a8eef7;
  --bs-light-warning: #fff8ec;
  --bs-light-primary: #f1effd;
  --bs-light-info: #cfecfe;
  --bs-light-inverse: #f6f6f6;
  --bs-light-megna: #e0f2f4;
  --bs-light-secondary: #dde1e4;
  --bs-dark-danger: #e6294b;
  --bs-dark-success: #1eacbe;
  --bs-dark-warning: #e9ab2e;
  --bs-dark-primary: #6352ce;
  --bs-dark-info: #028ee1;
  --bs-font-color: #485257;
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-font-size: 1rem;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));

  --bs-theme-light-bg: #D5EBFC;
  --bs-theme-light-hover-bg: #1e88e5;
  --bs-theme-hover-bg: #409ae9;
  --bs-theme-hover-border: #3594e8;
  --bs-theme-btn-color: #fff;
  --bs-theme-btn-hover-color: #fff;
}

/***** theme [data-theme="green"] *****/
#main-wrapper[data-theme="green"] {
  --bs-theme-bg: #72c02c; --bs-theme-light-bg: #DDEAD7;
  --bs-theme-hover-bg: #569121; --bs-theme-hover-border: #569121; --bs-theme-btn-color: #fff; --bs-theme-btn-hover-color: #fff;
  --bs-info: var(--bs-theme-bg); --bs-blue-light: var(--bs-theme-bg);
}

#main-wrapper[data-theme="atlantis-green"] {
  --bs-theme-bg: #abca29; --bs-theme-btn-color: #fff; --bs-theme-light-bg: #f7fbea;
  --bs-theme-hover-bg: #799118; --bs-theme-hover-border: #799118; --bs-theme-btn-hover-color: #fff;
  --bs-info: var(--bs-theme-bg); --bs-blue-light: var(--bs-theme-bg);
}

#main-wrapper[data-theme="emerald-green"] {
  --bs-theme-bg: #53da74; --bs-theme-btn-color: #fff; --bs-theme-light-bg: #eafbee;
  --bs-theme-hover-bg: #59a368; --bs-theme-hover-border: #59a368; --bs-theme-btn-hover-color: #fff;
  --bs-info: var(--bs-theme-bg); --bs-blue-light: var(--bs-theme-bg);
}

#main-wrapper[data-theme="mint-green"] {
  --bs-theme-bg: #00e8bb; --bs-theme-btn-color: #000; --bs-theme-light-bg: #e6fffa;
  --bs-theme-hover-bg: #00cca5; --bs-theme-hover-border: #00cca5; --bs-theme-btn-hover-color: #000;
  --bs-info: var(--bs-theme-bg); --bs-blue-light: var(--bs-theme-bg);
}

#main-wrapper[data-theme="red"] {
  --bs-theme-bg: #e74c3c; --bs-theme-btn-color: #fff; --bs-theme-light-bg: #fceae8;
  --bs-theme-hover-bg: #cc2b19; --bs-theme-hover-border: #e74c3c; --bs-theme-btn-hover-color: #fff;
  --bs-info: var(--bs-theme-bg); --bs-blue-light: var(--bs-theme-bg);
}

#main-wrapper[data-theme="orange"] {
  --bs-theme-bg: #fb8c00; --bs-theme-btn-color: #fff; --bs-theme-light-bg: #fff4eb;
  --bs-theme-hover-bg: #e67e22; --bs-theme-hover-border: #fd993b; --bs-theme-btn-hover-color: #fff;
  --bs-info: var(--bs-theme-bg); --bs-blue-light: var(--bs-theme-bg);
}

*, *::before, *::after { box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {scroll-behavior: smooth; }
}

body { margin: 0; font-family: var(--bs-font-sans-serif); font-size: var(--bs-font-size); color: var(--bs-font-color); font-weight: 400; line-height: 1.5; background-color: #F6F8FA; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.25; }
hr:not([size]) { height: 1px; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 400; line-height: 1.2; color: #252525; }

h1, .h1 { font-size: calc(1.35rem + 1.2vw); }
  @media (min-width: 1200px) {
    h1, .h1 { font-size: 2.25rem; }
  }

h2, .h2 { font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h2, .h2 { font-size: 1.5rem; }
  }

h3, .h3 { font-size: calc(1.25625rem + 0.075vw); }
  @media (min-width: 1200px) {
    h3, .h3 { font-size: 1.3125rem; }
  }

h4, .h4 {font-size: 1.125rem; }
h5, .h5 { font-size: 1rem; }
h6, .h6 { font-size: 0.875rem; }
p { margin-top: 0; margin-bottom: 1rem; }

abbr[title], abbr[data-bs-original-title] { text-decoration: underline dotted; cursor: help; text-decoration-skip-ink: none; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }

ol, ul { padding-left: 2rem; }
ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }
ol ol,  ul ul,  ol ul,  ul ol { margin-bottom: 0; }
dt { font-weight: 500; }
dd { margin-bottom: 0.5rem; margin-left: 0; }
blockquote { margin: 0 0 1rem; }
b,  strong { font-weight: bolder; }
small, .small { font-size: 0.875em; }
mark, .mark { padding: 0.2em; background-color: #fcf8e3; }
sub,  sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }

/*a { color: #7460ee; text-decoration: underline; }  a:hover {color: #5d4dbe; }*/
a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; }

pre,  code,  kbd,  samp { font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr /* rtl:ignore */; unicode-bidi: bidi-override; }
pre { display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; }
  pre code { font-size: inherit; color: inherit; word-break: normal; }

code { font-size: 0.875em; color: #e83e8c; word-wrap: break-word; }
  a > code { color: inherit; }

kbd {padding: 0.2rem 0.4rem; font-size: 0.875em; color: #fff; background-color: #212529; border-radius: 1px; }
  kbd kbd { padding: 0; font-size: 1em; font-weight: 500; }

figure { margin: 0 0 1rem; }
img, svg { vertical-align: middle; }
table { caption-side: bottom; border-collapse: collapse; }
caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #a1aab2; text-align: left; }
th { text-align: inherit; text-align: -webkit-match-parent; }
thead,  tbody,  tfoot,  tr,  td,  th { border-color: inherit; border-style: solid; border-width: 0; }
label { display: inline-block; }
button { border-radius: 0; }
button:focus:not(:focus-visible) { outline: 0; }

input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button,  select {text-transform: none; }
[role="button"] { cursor: pointer; }

select { word-wrap: normal; }
  select:disabled { opacity: 1; }

[list]::-webkit-calendar-picker-indicator { display: none; }

button,  [type="button"],  [type="reset"],  [type="submit"] { -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) { cursor: pointer; }

::-moz-focus-inner { padding: 0; border-style: none; }

textarea {  resize: vertical; }
/*fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }*/
/*legend { float: left; width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; }*/
  /*@media (min-width: 1200px) {
    legend { font-size: 1.5rem; } }*/
  legend + * { clear: left; }

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field { padding: 0; }
::-webkit-inner-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; -webkit-appearance: textfield; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-color-swatch-wrapper { padding: 0; }
::file-selector-button { font: inherit; }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

output { display: inline-block; }
iframe { border: 0; }
summary { display: list-item; cursor: pointer; }
progress { vertical-align: baseline; }
[hidden] {display: none !important; }
.lead { font-size: 1.17188rem; font-weight: 300; }

.display-1 {font-size: calc(1.625rem + 4.5vw); font-weight: 300; line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 { font-size: 5rem; } }

.display-2 {font-size: calc(1.575rem + 3.9vw); font-weight: 300; line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {font-size: 4.5rem; } }

.display-3 {font-size: calc(1.525rem + 3.3vw); font-weight: 300; line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw); font-weight: 300; line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 { font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw); font-weight: 300; line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 { font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw); font-weight: 300; line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 { font-size: 2.5rem; } }

.display-7 {
  font-size: calc(1.325rem + 0.9vw); font-weight: 300; line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-7 { font-size: 2rem; } }

.display-8 {
  font-size: calc(1.3rem + 0.6vw); font-weight: 300; line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-8 { font-size: 1.75rem; } }

.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: 0.875em; text-transform: uppercase; }

.blockquote { margin-bottom: 1rem; font-size: 1.17188rem; }
  .blockquote > :last-child { margin-bottom: 0; }

.blockquote-footer { margin-top: -1rem; margin-bottom: 1rem; font-size: 0.875em; color: #6c757d; }
  .blockquote-footer::before {content: "\2014\00A0"; }

.img-fluid { max-width: 100%; height: auto; }
.img-thumbnail { padding: 0.25rem; background-color: #eef5f9; border: 1px solid #dee2e6; border-radius: 4px; box-shadow: 0px 2px 9px 0px rgba(169, 184, 200, 0.2); max-width: 100%; height: auto; }
.figure { display: inline-block; }
.figure-img { margin-bottom: 0.5rem; line-height: 1; }
.figure-caption { font-size: 0.875em; color: #6c757d; }

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%; padding-right: var(--bs-gutter-x, 15px); padding-left: var(--bs-gutter-x, 15px); margin-right: auto; margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm { max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md { max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg { max-width: 960px; } }

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1140px; }
}
.container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1320px; }

.row {--bs-gutter-x: 30px; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc( var(--bs-gutter-y) * -1); margin-right: calc( var(--bs-gutter-x) / -2); margin-left: calc( var(--bs-gutter-x) / -2); }
  .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc( var(--bs-gutter-x) / 2); padding-left: calc( var(--bs-gutter-x) / 2); margin-top: var(--bs-gutter-y); }
.col {flex: 1 0 0%; }

.row-cols-auto > * { flex: 0 0 auto; width: auto; } .row-cols-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-3 > * {flex: 0 0 auto;width: 33.33333%; } .row-cols-4 > * {flex: 0 0 auto;width: 25%; } .row-cols-5 > * {flex: 0 0 auto;width: 20%; } .row-cols-6 > * {flex: 0 0 auto;width: 16.66667%; }
.col-auto { flex: 0 0 auto; width: auto; } .col-1 {flex: 0 0 auto; width: 8.33333%; } .col-2 {flex: 0 0 auto; width: 16.66667%; } .col-3 { flex: 0 0 auto; width: 25%; } .col-4 { flex: 0 0 auto; width: 33.33333%; } .col-5 { flex: 0 0 auto; width: 41.66667%; } .col-6 { flex: 0 0 auto; width: 50%; } .col-7 { flex: 0 0 auto; width: 58.33333%; } .col-8 { flex: 0 0 auto; width: 66.66667%; } .col-9 { flex: 0 0 auto; width: 75%; } .col-10 { flex: 0 0 auto; width: 83.33333%; } .col-11 { flex: 0 0 auto; width: 91.66667%; } .col-12 { flex: 0 0 auto; width: 100%; }
.offset-1 { margin-left: 8.33333%; } .offset-2 { margin-left: 16.66667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.33333%; } .offset-5 { margin-left: 41.66667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.33333%; } .offset-8 { margin-left: 66.66667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.33333%; } .offset-11 { margin-left: 91.66667%; }
.g-0, .gx-0 {--bs-gutter-x: 0; } .g-0, .gy-0 {--bs-gutter-y: 0; } .g-1, .gx-1 {--bs-gutter-x: 0.25rem; } .g-1, .gy-1 {--bs-gutter-y: 0.25rem; } .g-2, .gx-2 {--bs-gutter-x: 0.5rem; } .g-2, .gy-2 {--bs-gutter-y: 0.5rem; } .g-3, .gx-3 {--bs-gutter-x: 1rem; } .g-3, .gy-3 {--bs-gutter-y: 1rem; } .g-4,  .gx-4 { --bs-gutter-x: 1.5rem; } .g-4, .gy-4 {--bs-gutter-y: 1.5rem; } .g-5, .gx-5 { --bs-gutter-x: 3rem; } .g-5, .gy-5 { --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm { flex: 1 0 0%; } .row-cols-sm-auto > * {  flex: 0 0 auto; width: auto; } .row-cols-sm-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-sm-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-sm-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-sm-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-sm-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-sm-6 > * { flex: 0 0 auto; width: 16.66667%; } .col-sm-auto { flex: 0 0 auto; width: auto; } .col-sm-1 { flex: 0 0 auto; width: 8.33333%; } .col-sm-2 { flex: 0 0 auto; width: 16.66667%; } .col-sm-3 { flex: 0 0 auto; width: 25%; } .col-sm-4 { flex: 0 0 auto; width: 33.33333%; } .col-sm-5 { flex: 0 0 auto; width: 41.66667%; } .col-sm-6 { flex: 0 0 auto; width: 50%; } .col-sm-7 { flex: 0 0 auto; width: 58.33333%; } .col-sm-8 { flex: 0 0 auto; width: 66.66667%; } .col-sm-9 { flex: 0 0 auto; width: 75%; } .col-sm-10 { flex: 0 0 auto; width: 83.33333%; } .col-sm-11 { flex: 0 0 auto; width: 91.66667%; } .col-sm-12 { flex: 0 0 auto; width: 100%; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0; } .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0; } .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem; } .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem; } .g-sm-2,  .gx-sm-2 { --bs-gutter-x: 0.5rem; } .g-sm-2,  .gy-sm-2 { --bs-gutter-y: 0.5rem; } .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem; } .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem; } .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem; } .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem; } .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem; } .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem; }
}

@media (min-width: 768px) {
  .col-md { flex: 1 0 0%; } .row-cols-md-auto > * { flex: 0 0 auto; width: auto; } .row-cols-md-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-md-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-md-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-md-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-md-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-md-6 > * { flex: 0 0 auto; width: 16.66667%; } .col-md-auto { flex: 0 0 auto; width: auto; } .col-md-1 { flex: 0 0 auto; width: 8.33333%; } .col-md-2 { flex: 0 0 auto; width: 16.66667%; } .col-md-3 { flex: 0 0 auto; width: 25%; } .col-md-4 { flex: 0 0 auto; width: 33.33333%; } .col-md-5 { flex: 0 0 auto; width: 41.66667%; } .col-md-6 { flex: 0 0 auto; width: 50%; } .col-md-7 { flex: 0 0 auto; width: 58.33333%; } .col-md-8 { flex: 0 0 auto; width: 66.66667%; } .col-md-9 { flex: 0 0 auto; width: 75%; } .col-md-10 { flex: 0 0 auto; width: 83.33333%; } .col-md-11 { flex: 0 0 auto; width: 91.66667%; } .col-md-12 { flex: 0 0 auto; width: 100%; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } .g-md-0, .gx-md-0 { --bs-gutter-x: 0; } .g-md-0, .gy-md-0 { --bs-gutter-y: 0; } .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem; } .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem; } .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem; } .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem; } .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem; } .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem; } .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem; } .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem; } .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem; } .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem; }
}

@media (min-width: 992px) {
  .col-lg { flex: 1 0 0%; } .row-cols-lg-auto > * { flex: 0 0 auto; width: auto; } .row-cols-lg-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-lg-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-lg-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-lg-6 > * { flex: 0 0 auto; width: 16.66667%; } .col-lg-auto { flex: 0 0 auto; width: auto; } .col-lg-1 { flex: 0 0 auto; width: 8.33333%; } .col-lg-2 { flex: 0 0 auto; width: 16.66667%; } .col-lg-3 { flex: 0 0 auto; width: 25%; } .col-lg-4 { flex: 0 0 auto; width: 33.33333%; } .col-lg-5 { flex: 0 0 auto; width: 41.66667%; } .col-lg-6 { flex: 0 0 auto; width: 50%; } .col-lg-7 { flex: 0 0 auto; width: 58.33333%; } .col-lg-8 { flex: 0 0 auto; width: 66.66667%; } .col-lg-9 { flex: 0 0 auto; width: 75%; } .col-lg-10 { flex: 0 0 auto; width: 83.33333%; } .col-lg-11 { flex: 0 0 auto; width: 91.66667%; } .col-lg-12 { flex: 0 0 auto; width: 100%; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } .g-lg-0,.gx-lg-0 { --bs-gutter-x: 0; } .g-lg-0, .gy-lg-0 { --bs-gutter-y: 0; } .g-lg-1, .gx-lg-1 { --bs-gutter-x: 0.25rem; } .g-lg-1, .gy-lg-1 { --bs-gutter-y: 0.25rem; } .g-lg-2, .gx-lg-2 { --bs-gutter-x: 0.5rem; } .g-lg-2, .gy-lg-2 { --bs-gutter-y: 0.5rem; } .g-lg-3, .gx-lg-3 { --bs-gutter-x: 1rem; } .g-lg-3, .gy-lg-3 { --bs-gutter-y: 1rem; } .g-lg-4, .gx-lg-4 { --bs-gutter-x: 1.5rem; } .g-lg-4, .gy-lg-4 { --bs-gutter-y: 1.5rem; } .g-lg-5, .gx-lg-5 { --bs-gutter-x: 3rem; } .g-lg-5, .gy-lg-5 { --bs-gutter-y: 3rem; }
}

@media (min-width: 1600px) {
  .col-xl { flex: 1 0 0%; } .row-cols-xl-auto > * { flex: 0 0 auto; width: auto; } .row-cols-xl-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-xl-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-xl-3 > * { flex: 0 0 auto; width: 33.33333%; } .row-cols-xl-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-xl-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-xl-6 > * { flex: 0 0 auto; width: 16.66667%; } .col-xl-auto { flex: 0 0 auto; width: auto; } .col-xl-1 { flex: 0 0 auto; width: 8.33333%; } .col-xl-2 { flex: 0 0 auto; width: 16.66667%; } .col-xl-3 { flex: 0 0 auto; width: 25%; } .col-xl-4 { flex: 0 0 auto; width: 33.33333%; } .col-xl-5 { flex: 0 0 auto; width: 41.66667%; } .col-xl-6 { flex: 0 0 auto; width: 50%; } .col-xl-7 { flex: 0 0 auto; width: 58.33333%; } .col-xl-8 { flex: 0 0 auto; width: 66.66667%; } .col-xl-9 { flex: 0 0 auto; width: 75%; } .col-xl-10 { flex: 0 0 auto; width: 83.33333%; } .col-xl-11 { flex: 0 0 auto; width: 91.66667%; } .col-xl-12 { flex: 0 0 auto; width: 100%; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } .g-xl-0, .gx-xl-0 { --bs-gutter-x: 0; } .g-xl-0, .gy-xl-0 { --bs-gutter-y: 0; } .g-xl-1, .gx-xl-1 { --bs-gutter-x: 0.25rem; } .g-xl-1, .gy-xl-1 {--bs-gutter-y: 0.25rem; } .g-xl-2, .gx-xl-2 { --bs-gutter-x: 0.5rem; } .g-xl-2, .gy-xl-2 { --bs-gutter-y: 0.5rem; } .g-xl-3, .gx-xl-3 { --bs-gutter-x: 1rem; } .g-xl-3, .gy-xl-3 { --bs-gutter-y: 1rem; } .g-xl-4, .gx-xl-4 { --bs-gutter-x: 1.5rem; } .g-xl-4, .gy-xl-4 { --bs-gutter-y: 1.5rem; } .g-xl-5, .gx-xl-5 { --bs-gutter-x: 3rem; } .g-xl-5, .gy-xl-5 { --bs-gutter-y: 3rem; }
}

.table { --bs-table-bg: transparent; --bs-table-striped-color: #485257; --bs-table-striped-bg: #f2f4f8;
  --bs-table-active-color: #485257; --bs-table-active-bg: rgba(0, 0, 0, 0.1); --bs-table-hover-color: #485257;
  --bs-table-hover-bg: #F6F8FA; width: 100%; margin-bottom: 1rem; color: #485257; vertical-align: top; border-color: #e8eef3; }
  .table > :not(caption) > * > * { padding: 0.75rem 0.75rem; background-color: var(--bs-table-bg); border-bottom-width: 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); } .table > tbody { vertical-align: inherit; } .table > thead { vertical-align: bottom; } .table > :not(:last-child) > :last-child > * { border-bottom-color: transparent; } .table tr td {word-break: break-word;} .table .underline { text-decoration: underline !important; }

.caption-top { caption-side: top; }
.table-sm > :not(caption) > * > * { padding: 10px 15px; } .table-bordered > :not(caption) > * { border-width: 1px 0; } .table-bordered > :not(caption) > * > * { border-width: 0 1px; } .table-borderless > :not(caption) > * > * { border-bottom-width: 0; } .table-striped > tbody > tr:nth-of-type(odd) { --bs-table-accent-bg: var(--bs-table-striped-bg); color: var(--bs-table-striped-color); } .table-active { --bs-table-accent-bg: var(--bs-table-active-bg ); color: var(--bs-table-active-color); } .table-hover > tbody > tr:hover { --bs-table-accent-bg: var(--bs-table-hover-bg ); color: var(--bs-table-hover-color); }

.table-primary { --bs-table-bg: #e3dffc; --bs-table-striped-bg: #d8d4ef; --bs-table-striped-color: #000; --bs-table-active-bg: #ccc9e3; --bs-table-active-color: #000; --bs-table-hover-bg: #d2cee9; --bs-table-hover-color: #000; color: #000; border-color: #ccc9e3; }
.table-secondary { --bs-table-bg: #e2e3e5; --bs-table-striped-bg: #d7d8da; --bs-table-striped-color: #000; --bs-table-active-bg: #cbccce; --bs-table-active-color: #000; --bs-table-hover-bg: #d1d2d4; --bs-table-hover-color: #000; color: #000; border-color: #cbccce; }
.table-success { --bs-table-bg: #d3f3f7; --bs-table-striped-bg: #c8e7eb; --bs-table-striped-color: #000; --bs-table-active-bg: #bedbde; --bs-table-active-color: #000; --bs-table-hover-bg: #c3e1e4; --bs-table-hover-color: #000; color: #000; border-color: #bedbde; }
.table-info { --bs-table-bg: #d2e7fa; --bs-table-striped-bg: #c8dbee; --bs-table-striped-color: #000; --bs-table-active-bg: #bdd0e1; --bs-table-active-color: #000; --bs-table-hover-bg: #c2d6e7;  --bs-table-hover-color: #000; color: #000; border-color: #bdd0e1; }
.table-warning { --bs-table-bg: #fff0d5; --bs-table-striped-bg: #f2e4ca; --bs-table-striped-color: #000; --bs-table-active-bg: #e6d8c0; --bs-table-active-color: #000; --bs-table-hover-bg: #ecdec5; --bs-table-hover-color: #000; color: #000; border-color: #e6d8c0; }
.table-light { --bs-table-bg: #f2f4f8; --bs-table-striped-bg: #e6e8ec; --bs-table-striped-color: #000; --bs-table-active-bg: #dadcdf; --bs-table-active-color: #000; --bs-table-hover-bg: #e0e2e5; --bs-table-hover-color: #000; color: #000; border-color: #dadcdf; }

.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 767.98px) {
  .table-responsive-md { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 991.98px) {
  .table-responsive-lg { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 1599.98px) {
  .table-responsive-xl { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

.text-default { color: var(--bs-font-color); }
.col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }
.col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.17188rem; }
.col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.82031rem; }
.form-text { margin-top: 0.25rem; font-size: 0.875em; color: #a1aab2; }

.form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-weight: 400; line-height: 1.5; color: #54667a; background-color: #fff; background-clip: padding-box; border: 1px solid #e9ecef; appearance: none; border-radius: 4px; box-shadow: unset; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {transition: none; } }
  .form-control[type="file"] {overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not(:read-only) {cursor: pointer; }
  .form-control:focus { color: #54667a; background-color: #fff; border-color: rgba(0, 0, 0, 0.25); outline: 0; box-shadow: unset, 0 0 0 0 rgba(0, 0, 0, 0); }
  .form-control::-webkit-date-and-time-value { height: 1.5em;}
  .form-control::placeholder {color: #b4bdc4; opacity: 1;}
  .form-control:disabled { background-color: #e9ecef; opacity: 1; cursor: not-allowed;}
  .form-control:read-only { background-color: #e9ecef; opacity: 1;}
  .form-control::file-selector-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; margin-inline-end: 0.75rem; color: #54667a; background-color: #f2f4f8; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button { transition: none; }
    }
  .form-control:hover:not(:disabled):not(:read-only)::file-selector-button { background-color: #e6e8ec; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; margin-inline-end: 0.75rem; color: #54667a; background-color: #f2f4f8;
    pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button { transition: none; }
    }
  .form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button { background-color: #e6e8ec; }

.form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; line-height: 1.5; color: var(--bs-font-color); 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 { min-height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.82031rem; border-radius: 4px; }
  .form-control-sm::file-selector-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; margin-inline-end: 0.5rem; }

.form-control-lg { min-height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.17188rem; border-radius: 4px; }
  .form-control-lg::file-selector-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; margin-inline-end: 1rem; }

textarea.form-control { min-height: calc(1.5em + 0.75rem + 2px); }
textarea.form-control-sm { min-height: calc(1.5em + 0.5rem + 2px); }
textarea.form-control-lg { min-height: calc(1.5em + 1rem + 2px); }

.form-control-color { max-width: 3rem; height: auto; padding: 0.375rem; }
  .form-control-color:not(:disabled):not(:read-only) { cursor: pointer; }
  .form-control-color::-moz-color-swatch { height: 1.5em; border-radius: 4px; }
  .form-control-color::-webkit-color-swatch { height: 1.5em; border-radius: 4px; }

.form-select { display: block; width: 100%; padding: 0.375rem 2.25rem 0.375rem 0.75rem; /*font-size: 0.9375rem;*/ font-weight: 400; line-height: 1.5; color: #54667a; background-color: #fff; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 16px 12px; border: 1px solid #e9ecef; border-radius: 4px; box-shadow: unset; appearance: none; }
  .form-select:focus { border-color: rgba(0, 0, 0, 0.25); outline: 0; box-shadow: unset, unset; }
  .form-select[multiple], .form-select[size]:not([size="1"]) { padding-right: 0.75rem; background-image: none; }
  .form-select:disabled { background-color: #e9ecef; cursor: not-allowed; }
  .form-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #54667a; }

.form-select-sm { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.82031rem; }
.form-select-lg { padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.17188rem; }
.form-check { display: block; min-height: 1.40625rem; padding-left: 1.875em; margin-bottom: 0.125rem; }
  .form-check .form-check-input { float: left; margin-left: -1.875em; }

.form-check-input { width: 1.375em; height: 1.375em; margin-top: 0.0625em; vertical-align: top; background-color: #eaedf5; background-repeat: no-repeat; background-position: center; background-size: contain; border: 0; appearance: none; color-adjust: exact; }
  .form-check-input[type="checkbox"] { border-radius: 4px; }
  .form-check-input[type="radio"] { border-radius: 50%; }
  .form-check-input:active { filter: brightness(90%); }
  .form-check-input:focus { border-color: rgba(0, 0, 0, 0.25); outline: 0; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  .form-check-input:checked { background-color: var(--bs-info); border-color: var(--bs-info); }
    .form-check-input:checked[type="checkbox"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate { background-color: var(--bs-info); border-color: var(--bs-info); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {filter: none; opacity: 0.5; cursor: not-allowed; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { opacity: 0.7; }

.form-switch { padding-left: 2.5em; }
  .form-switch .form-check-input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input { transition: none; } }
    .form-switch .form-check-input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.form-check-inline { display: inline-block; margin-right: 1rem; }

.btn-check { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn { pointer-events: none; filter: none; opacity: 0.65; }

.form-range { width: 100%; height: 1rem; padding: 0; background-color: transparent; appearance: none; }
  .form-range:focus { outline: 0; }
    .form-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #eef5f9, 0 0 0 0 rgba(0, 0, 0, 0); }
    .form-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #eef5f9, 0 0 0 0 rgba(0, 0, 0, 0); }
  .form-range::-moz-focus-outer { border: 0; }
  .form-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: var(--bs-info); border: 0; border-radius: 1rem; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); 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) {
      .form-range::-webkit-slider-thumb { transition: none; } }
    .form-range::-webkit-slider-thumb:active { background-color: #bcdbf7; }
  .form-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); }
  .form-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: var(--bs-info); border: 0; border-radius: 1rem; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); 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) {
      .form-range::-moz-range-thumb { transition: none; } }
    .form-range::-moz-range-thumb:active { background-color: #bcdbf7; }
  .form-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); }
  .form-range:disabled { pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb { background-color: #a1aab2; }
    .form-range:disabled::-moz-range-thumb { background-color: #a1aab2; }

.form-floating { position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select { height: calc(3.5rem + 2px); padding: 1rem 0.75rem; }
  .form-floating > label { position: absolute; top: 0; left: 0; height: 100%; padding: 1rem 0.75rem; pointer-events: none; border: 1px solid transparent; transform-origin: 0 0; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label { transition: none; } }
  .form-floating > .form-control::placeholder { color: transparent; }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; }
  .form-floating > .form-control:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; }
  .form-floating > .form-select { padding-top: 1.625rem; padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label { opacity: 0.65;transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus { z-index: 3; }
  .input-group .btn { position: relative; z-index: 2; }
    .input-group .btn:focus { z-index: 3; }

.input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; font-size: 0.9375rem; font-weight: 400; line-height: 1.5; color: #54667a; text-align: center; white-space: nowrap; background-color: #f2f4f8; border: 1px solid #e9ecef; border-radius: 4px; }
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.17188rem; border-radius: 4px; }
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.82031rem; border-radius: 4px; }
.input-group-lg > .form-select, .input-group-sm > .form-select { padding-right: 3rem; }
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0; border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #21c1d6; }
.valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.82031rem; color: #000; background-color: rgba(33, 193, 214, 0.9); border-radius: 4px; }

.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: #21c1d6; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2321c1d6' 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.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #21c1d6; box-shadow: 0 0 0 0 rgba(33, 193, 214, 0); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid { border-color: #21c1d6; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2321c1d6' 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-position: right 0.75rem center, center right 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus { border-color: #21c1d6; box-shadow: 0 0 0 0 rgba(33, 193, 214, 0); }

.was-validated .form-check-input:valid, .form-check-input.is-valid { border-color: #21c1d6; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { background-color: #21c1d6; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { box-shadow: 0 0 0 0 rgba(33, 193, 214, 0); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #21c1d6; }

.form-check-inline .form-check-input ~ .valid-feedback { margin-left: 0.5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {z-index: 3; }
.invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: var(--bs-danger); }
.invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.82031rem; color: #000; background-color: rgba(252, 75, 108, 0.9); border-radius: 4px; }

.was-validated :invalid ~ .invalid-feedback, .error-validated .error ~ .invalid-feedback, .error-validated .input-error-field ~ .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, .form-control.input-error-field {
  border-color: var(--bs-danger); padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fc4b6c'%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='%23fc4b6c' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .form-control.input-error-field:focus {border-color: var(--bs-danger);box-shadow: 0 0 0 0 rgba(252, 75, 108, 0); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid, textarea.form-control.input-error-field {
  padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid, .form-select.input-error-field { border-color: var(--bs-danger); }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.input-error-field:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23fc4b6c'%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='%23fc4b6c' stroke='none'/%3e%3c/svg%3e"); background-position: right 0.75rem center, center right 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus, .form-select.input-error-field:focus { border-color: var(--bs-danger); box-shadow: 0 0 0 0 rgba(252, 75, 108, 0); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid, .form-check-input.input-error-field { border-color: var(--bs-danger); }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked, .form-check-input.input-error-field:checked { background-color: var(--bs-danger); }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus, .form-check-input.input-error-field:checked:focus { box-shadow: 0 0 0 0 rgba(252, 75, 108, 0); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .form-check-input.input-error-field ~ .form-check-label { color: var(--bs-danger); }

.form-check-inline .form-check-input ~ .invalid-feedback { margin-left: 0.5em; }
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid, .input-group .form-select.is-invalid { z-index: 3; }

.btn { display: inline-block; font-weight: 400; line-height: 1.5; color: var(--bs-font-color); text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.5rem 1.25rem; /*font-size: 0.9375rem;*/ border-radius: 10px; 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: var(--bs-font-color); }
  .btn-check:focus + .btn, .btn:focus { outline: 0; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  .btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    .btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn {opacity: 0.65; box-shadow: none; cursor: not-allowed; }

.btn-primary { color: var(--bs-theme-btn-color); background-color: var(--bs-info); border-color: var(--bs-info); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-primary:hover { color: var(--bs-theme-btn-hover-color); background-color: var(--bs-theme-hover-bg); border-color: var(--bs-theme-hover-border); }
  .btn-check:focus + .btn-primary, .btn-primary:focus { color: var(--bs-theme-btn-color); background-color: var(--bs-theme-hover-bg); border-color: var(--bs-theme-hover-bg); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(26, 116, 195, 0.5); }
  .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle { color: var(--bs-theme-btn-color); background-color: var(--bs-theme-hover-bg); border-color: var(--bs-theme-hover-border); }
    .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(26, 116, 195, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled { color: var(--bs-theme-btn-color); background-color: var(--bs-info); border-color: var(--bs-info); }

.btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-secondary:hover { color: #fff; background-color: #5c636a; border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus { color: #fff; background-color: #5c636a; border-color: #565e64; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #565e64; border-color: #51585e; }
    .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; }

.btn-success { color: #000; background-color: #21c1d6; border-color: #21c1d6; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-success:hover { color: #000; background-color: #42cadc; border-color: #37c7da; }
  .btn-check:focus + .btn-success, .btn-success:focus { color: #000; background-color: #42cadc; border-color: #37c7da; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(28, 164, 182, 0.5); }
  .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle { color: #000; background-color: #4dcdde; border-color: #37c7da; }
    .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(28, 164, 182, 0.5); }
  .btn-success:disabled, .btn-success.disabled { color: #000; background-color: #21c1d6; border-color: #21c1d6; }

.btn-info { color: var(--bs-theme-btn-color); background-color: var(--bs-info); border-color: var(--bs-info); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-info:hover { color: var(--bs-theme-btn-hover-color); background-color: var(--bs-theme-hover-bg); border-color: var(--bs-theme-hover-border);}
  .btn-check:focus + .btn-info, .btn-info:focus { color: var(--bs-theme-btn-color); background-color: var(--bs-theme-hover-bg); border-color: var(--bs-theme-hover-bg); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(26, 116, 195, 0.5); }
  .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {color: var(--bs-theme-btn-color); background-color: var(--bs-theme-hover-bg); border-color: var(--bs-theme-hover-border); }
    .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(26, 116, 195, 0.5); }
  .btn-info:disabled, .btn-info.disabled { color: var(--bs-theme-btn-color); background-color: var(--bs-info); border-color: var(--bs-info); }

.btn-warning { color: #000; background-color: #ffb22b; border-color: #ffb22b; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-warning:hover { color: #000; background-color: #ffbe4b; border-color: #ffba40; }
  .btn-check:focus + .btn-warning, .btn-warning:focus { color: #000; background-color: #ffbe4b; border-color: #ffba40; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(217, 151, 37, 0.5); }
  .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle { color: #000; background-color: #ffc155; border-color: #ffba40; }
    .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(217, 151, 37, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled { color: #000; background-color: #ffb22b; border-color: #ffb22b; }

.btn-danger { color: #000; background-color: var(--bs-danger); border-color: var(--bs-danger); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-danger:hover { color: #000; background-color: #fb415c; border-color: #ee1c3a; }
  .btn-check:focus + .btn-danger, .btn-danger:focus { color: #000; background-color: #fb415c; border-color: #ee1c3a; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(214, 64, 92, 0.5); }
  .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { color: #000; background-color: #ee1c3a; border-color: #ee1c3a; }
    .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(214, 64, 92, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled { color: #000; background-color: var(--bs-danger); border-color: var(--bs-danger); }

.btn-light { color: #000; background-color: #f2f4f8; border-color: #f2f4f8; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-light:hover { color: #000; background-color: #f4f6f9; border-color: #f3f5f9; }
  .btn-check:focus + .btn-light, .btn-light:focus { color: #000; background-color: #f4f6f9; border-color: #f3f5f9; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(206, 207, 211, 0.5); }
  .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle { color: #000; background-color: #f5f6f9; border-color: #f3f5f9; }
    .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(206, 207, 211, 0.5); }
  .btn-light:disabled, .btn-light.disabled { color: #000; background-color: #f2f4f8; border-color: #f2f4f8; }

.btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-dark:hover { color: #fff; background-color: #2c3136; border-color: #2a2e33; }
  .btn-check:focus + .btn-dark, .btn-dark:focus { color: #fff; background-color: #2c3136; border-color: #2a2e33; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(82, 88, 93, 0.5); }
  .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #2a2e33; border-color: #272c30; }
    .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(82, 88, 93, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled { color: #fff; background-color: #343a40; border-color: #343a40; }

.btn-light-danger { color: #000; background-color: #f9e7eb; border-color: #f9e7eb; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-light-danger:hover { color: #000; background-color: #faebee; border-color: #fae9ed; }
  .btn-check:focus + .btn-light-danger, .btn-light-danger:focus { color: #000; background-color: #faebee; border-color: #fae9ed; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(212, 196, 200, 0.5); }
  .btn-check:checked + .btn-light-danger, .btn-check:active + .btn-light-danger, .btn-light-danger:active, .btn-light-danger.active,
  .show > .btn-light-danger.dropdown-toggle { color: #000; background-color: #faecef; border-color: #fae9ed; }
    .btn-check:checked + .btn-light-danger:focus, .btn-check:active + .btn-light-danger:focus, .btn-light-danger:active:focus, .btn-light-danger.active:focus,
    .show > .btn-light-danger.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(212, 196, 200, 0.5); }
  .btn-light-danger:disabled, .btn-light-danger.disabled { color: #000; background-color: #f9e7eb; border-color: #f9e7eb; }

.btn-light-success { color: #000; background-color: #a8eef7; border-color: #a8eef7; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-light-success:hover { color: #000; background-color: #b5f1f8; border-color: #b1f0f8; }
  .btn-check:focus + .btn-light-success, .btn-light-success:focus { color: #000; background-color: #b5f1f8; border-color: #b1f0f8; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(143, 202, 210, 0.5); }
  .btn-check:checked + .btn-light-success, .btn-check:active + .btn-light-success, .btn-light-success:active, .btn-light-success.active,
  .show > .btn-light-success.dropdown-toggle { color: #000; background-color: #b9f1f9; border-color: #b1f0f8; }
    .btn-check:checked + .btn-light-success:focus, .btn-check:active + .btn-light-success:focus, .btn-light-success:active:focus, .btn-light-success.active:focus,
    .show > .btn-light-success.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(143, 202, 210, 0.5); }
  .btn-light-success:disabled, .btn-light-success.disabled { color: #000; background-color: #a8eef7; border-color: #a8eef7; }

.btn-light-info { color: var(--bs-info); background-color: var(--bs-theme-light-bg); border-color: var(--bs-theme-light-bg); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
  .btn-light-info:hover { color: #000; background-color: #d6effe; border-color: #d4eefe; }
  .btn-check:focus + .btn-light-info, .btn-light-info:focus { color: var(--bs-info); background-color: var(--bs-theme-light-bg); border-color: var(--bs-theme-light-bg); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(176, 201, 216, 0.5); }
  .btn-check:checked + .btn-light-info, .btn-check:active + .btn-light-info, .btn-light-info:active, .btn-light-info.active,
  .show > .btn-light-info.dropdown-toggle { color: var(--bs-info); background-color: var(--bs-theme-light-bg); border-color: var(--bs-theme-light-bg); }
    .btn-check:checked + .btn-light-info:focus, .btn-check:active + .btn-light-info:focus, .btn-light-info:active:focus, .btn-light-info.active:focus,
    .show > .btn-light-info.dropdown-toggle:focus { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(176, 201, 216, 0.5); }
  .btn-light-info:disabled, .btn-light-info.disabled { color: #000; background-color: #cfecfe; border-color: #cfecfe; }

.btn-outline-secondary { color: #6c757d; border-color: #6c757d; }
  .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff; background-color: #6c757d; border-color: #6c757d; }
    .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { color: #6c757d; background-color: transparent; }

.btn-outline-danger { color: var(--bs-danger); border-color: var(--bs-danger); }
  .btn-outline-danger:hover {  color: #000; background-color: var(--bs-danger); border-color: var(--bs-danger); }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { box-shadow: 0 0 0 0 rgba(252, 75, 108, 0.5); }
  .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {color: #000;background-color: var(--bs-danger); border-color: var(--bs-danger); }
    .btn-check:checked + .btn-outline-danger:focus,  .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(252, 75, 108, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled { color: var(--bs-danger); background-color: transparent; }

.btn-link { font-weight: 400; color: #7460ee; text-decoration: underline; }
  .btn-link:hover {color: #5d4dbe; }
  .btn-link:disabled, .btn-link.disabled { color: #6c757d; }

.btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.17188rem; border-radius: 10px; }
.btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.82031rem; border-radius: 4px; }

.fade { transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade { transition: none; } }
  .fade:not(.show) { opacity: 0; }

.collapse:not(.show) { display: none; }
.collapsing { height: 0; overflow: hidden; transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing { transition: none; } }

.dropup, .dropend, .dropdown, .dropstart { position: relative; }
.dropdown-toggle { white-space: nowrap; }
  .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after { margin-left: 0; }

.dropdown-menu { position: absolute; z-index: 1000; display: none; min-width: 10rem; padding: 0.5rem 0; margin: 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 0 solid #e9ecef; border-radius: 4px; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12); }
  .dropdown-menu[data-bs-popper] { top: 100%; left: 0; margin-top: 0.125rem; }

.dropdown-menu-start { --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] { right: auto /* rtl:ignore */; left: 0 /* rtl:ignore */; }

.dropdown-menu-end { --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] { right: 0 /* rtl:ignore */; left: auto /* rtl:ignore */; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start { --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] { right: auto /* rtl:ignore */; left: 0 /* rtl:ignore */; }
  .dropdown-menu-sm-end { --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] { right: 0 /* rtl:ignore */; left: auto /* rtl:ignore */; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start { --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] { right: auto /* rtl:ignore */; left: 0 /* rtl:ignore */; }
  .dropdown-menu-md-end { --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] { right: 0 /* rtl:ignore */; left: auto /* rtl:ignore */; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start { --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] { right: auto /* rtl:ignore */; left: 0 /* rtl:ignore */; }
  .dropdown-menu-lg-end { --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] { right: 0 /* rtl:ignore */; left: auto /* rtl:ignore */; } }

@media (min-width: 1600px) {
  .dropdown-menu-xl-start { --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] { right: auto /* rtl:ignore */; left: 0 /* rtl:ignore */; }
  .dropdown-menu-xl-end { --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] { right: 0 /* rtl:ignore */; left: auto /* rtl:ignore */; } }

.dropup .dropdown-menu[data-bs-popper] { 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; }

.dropend .dropdown-menu[data-bs-popper] { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; }
.dropend .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; }
.dropend .dropdown-toggle:empty::after { margin-left: 0; }

.dropend .dropdown-toggle::after { vertical-align: 0; }
.dropstart .dropdown-menu[data-bs-popper] { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; }

.dropstart .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }
.dropstart .dropdown-toggle::after { display: none; }

.dropstart .dropdown-toggle::before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; }
.dropstart .dropdown-toggle:empty::after { margin-left: 0; }
.dropstart .dropdown-toggle::before { vertical-align: 0; }

.dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef; }
.dropdown-item { display: block; width: 100%; padding: 0.65rem 1rem; clear: both; font-weight: 400; color: #6c757d; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0; }
  .dropdown-item:hover, .dropdown-item:focus { color: #1e2125; background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: var(--bs-info); }
  .dropdown-item.disabled, .dropdown-item:disabled { color: #a1aab2; pointer-events: none; background-color: transparent; }
.dropdown-menu.show { display: block; }

.dropdown-header { display: block; padding: 0.5rem 1rem; margin-bottom: 0; font-size: 0.82031rem; color: #6c757d; white-space: nowrap; }
.dropdown-item-text { display: block; padding: 0.65rem 1rem; color: #6c757d; }

.dropdown-menu-dark { color: #dee2e6; background-color: #343a40; border-color: #e9ecef; }
  .dropdown-menu-dark .dropdown-item { color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { color: #fff; background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { color: #fff; background-color: var(--bs-info); }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { color: #a1aab2; }
  .dropdown-menu-dark .dropdown-divider { border-color: #e9ecef; }
  .dropdown-menu-dark .dropdown-item-text { color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header { color: #a1aab2; }

.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-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .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:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .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,
  .dropend .dropdown-toggle-split::after { margin-left: 0; }
  .dropstart .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.show .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.show .dropdown-toggle.btn-link { box-shadow: none; }

.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 ~ .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-top-right-radius: 0; }

.nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-link { display: block; padding: 0.5rem 1rem; color: var(--bs-info); text-decoration: none; font-weight: 400;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
@media (prefers-reduced-motion: reduce) {
  .nav-link { transition: none; } }
.nav-link:hover, .nav-link:focus { color: var(--bs-blue-light); }
.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: none; border: 1px solid transparent; border-top-left-radius: 4px; border-top-right-radius: 4px; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; isolation: isolate; }
    .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: #4f5467; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }
.nav-pills .nav-link { background: none; border: 0; border-radius: 4px; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: var(--bs-info); }
.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; }
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link { width: 100%; }

.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }

.navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; }

.navbar-brand { padding-top: 0.32422rem; padding-bottom: 0.32422rem; margin-right: 1rem; font-size: 1.17188rem; text-decoration: none; white-space: nowrap; }
.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; }

.navbar-text { 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.17188rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 4px; transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler { transition: none; }
  }
  .navbar-toggler:hover { text-decoration: none; }
  .navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: 0 0 0 0; }

.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; background-repeat: no-repeat; background-position: center; background-size: 100%; }
.navbar-nav-scroll { max-height: var(--bs-scroll-height, 75vh); overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm { flex-wrap: 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 .navbar-nav-scroll { overflow: visible; }
    .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler { display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md { flex-wrap: 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 .navbar-nav-scroll { overflow: visible; }
    .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; }
    .navbar-expand-md .navbar-toggler { display: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg { flex-wrap: 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 .navbar-nav-scroll { overflow: visible; }
    .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler { display: none; } }

@media (min-width: 1600px) {
  .navbar-expand-xl { flex-wrap: 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 .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-wrap: nowrap; justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem; padding-left: 0.5rem; }
  .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: #5F7481; }
  .top-navbar.navbar-light .navbar-nav .nav-item.active li.active .nav-link,
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 1); }
  .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 .nav-link.active { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.55); 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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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.55); }
  .navbar-light .navbar-text a, .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: white; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: white; }
  .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 .nav-link.active { color: #fff; }
.navbar-dark .navbar-toggler { color: white; 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' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text { color: white; }
  .navbar-dark .navbar-text a, .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: 0px solid #D9D9D9; border-radius: 0px; }
  .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: 4px; border-top-right-radius: 4px; }
    .card > .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer { border-top: 0; }

.card-body { flex: 1 1 auto; padding: 1.25rem 1.25rem; }
.card-title { margin-bottom: 0.5rem; }
.card-subtitle { margin-top: -0.25rem; 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: 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0); border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child { border-radius: 4px 4px 0 0; }

.card-footer { padding: 0.625rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 0px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child { border-radius: 0 0 4px 4px; }

.card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.625rem; 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: 1rem; border-radius: 4px; }
.card-img,  .card-img-top,  .card-img-bottom { width: 100%; }
.card-img, .card-img-top { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.card-img,  .card-img-bottom { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
.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; } }

.accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 0.9375rem; color: var(--bs-font-color); text-align: left; background-color: #F6F8FA; border: 0; border-radius: 0; overflow-anchor: none; 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, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button { transition: none; } }
  .accordion-button:not(.collapsed) { color: #6856d6; background-color: #e9f3fc; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236856d6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(-180deg); }
  .accordion-button::after { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2367757c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after { transition: none; }
    }
  .accordion-button:hover { z-index: 2; }
  .accordion-button:focus { z-index: 3; border-color: rgba(0, 0, 0, 0.25); outline: 0; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

.accordion-header { margin-bottom: 0; }
.accordion-item { background-color: #eef5f9; border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type { border-top-left-radius: 4px; border-top-right-radius: 4px; }
    .accordion-item:first-of-type .accordion-button { border-top-left-radius: 3px; border-top-right-radius: 3px; }
  .accordion-item:not(:first-of-type) { border-top: 0; }
  .accordion-item:last-of-type { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }
    .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
    .accordion-item:last-of-type .accordion-collapse { border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; }

.accordion-body { padding: 1rem 1.25rem; }
.accordion-flush .accordion-collapse { border-width: 0; }

.accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0; }
  .accordion-flush .accordion-item:first-child { border-top: 0; }
  .accordion-flush .accordion-item:last-child { border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button { border-radius: 0; }

.breadcrumb { display: flex; flex-wrap: wrap; padding: 0 0; margin-bottom: 1.5rem; list-style: none; background-color: #eef5f9; }
.breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: 0.5rem; color: #6c757d; content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }
.breadcrumb-item.active {color: #000000; }

.pagination { display: flex; padding-left: 0; list-style: none; }
.page-link { position: relative; display: block; color: #7460ee; text-decoration: none; background-color: #fff; border: 1px solid #dee2e6; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link { transition: none; } }
  .page-link:hover { z-index: 2; color: var(--bs-info); background-color: #e9ecef; border-color: #dee2e6; }
  .page-link:focus { z-index: 3; color: var(--bs-info); background-color: #e9ecef; outline: 0; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }

.page-item:not(:first-child) .page-link { margin-left: -1px; }
.page-item.active .page-link { z-index: 3; color: #fff; background-color: var(--bs-info); border-color: var(--bs-info); }
.page-item.disabled .page-link { color: #6c757d; pointer-events: none; background-color: #fff; border-color: #dee2e6; }

.page-link { padding: 0.375rem 0.75rem; }
.page-item:first-child .page-link { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.page-item:last-child .page-link { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.17188rem; }
.pagination-lg .page-item:first-child .page-link { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.pagination-lg .page-item:last-child .page-link { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.82031rem; }
.pagination-sm .page-item:first-child .page-link { border-top-left-radius: 1px; border-bottom-left-radius: 1px; }
.pagination-sm .page-item:last-child .page-link { border-top-right-radius: 1px; border-bottom-right-radius: 1px; }

.badge { display: inline-block; padding: 0.5rem 1rem; font-size: 0.75rem; font-weight: 500; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 18px; }
  .badge:empty { display: none; }

.btn .badge { position: relative; top: -1px; }

.alert { position: relative; padding: 1rem 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 10px; }
.alert-heading { color: inherit; }
.alert-link { font-weight: 500; }
.alert-dismissible { padding-right: 3rem; }
  .alert-dismissible .btn-close { position: absolute; top: 0; right: 0; z-index: 2; padding: 1.25rem 1rem; }

.alert-light-danger, .alert-danger { color: var(--bs-danger); background-color: #f9e7eb; border-color: #f9e7eb; }
  .alert-light-danger .alert-link, .alert-danger .alert-link { color: var(--bs-danger); }

.alert-light-success, .alert-success { color: #020202; background-color: #a8eef7; border-color: #a8eef7; }
  .alert-light-success .alert-link, .alert-success .alert-link { color: #020202; }

.alert-light-warning, .alert-warning { color: #ffb22b; background-color: #fff8ec; border-color: #fff8ec; }
  .alert-light-warning .alert-link, .alert-warning .alert-link { color: #ffb22b; }

.alert-light-primary, .alert-primary {color: #020203; background-color: #f1effd; border-color: #f1effd; }
  .alert-light-primary .alert-link, .alert-primary .alert-link {color: #020202; }

.alert-light-info, .alert-info {color: #020203; background-color: #cfecfe; border-color: #cfecfe; }
  .alert-light-info .alert-link, .alert-info .alert-link {color: #020202; }

.alert-light-secondary, .alert-secondary { color: #020202; background-color: #dde1e4;border-color: #dde1e4; }
  .alert-light-secondary .alert-link, .alert-secondary .alert-link {color: #020202; }

.alert-dark-danger { color: #020001; background-color: #e6294b; border-color: #e6294b; }
  .alert-dark-danger .alert-link {color: #020001; }

.alert-dark-success { color: #000202; background-color: #1eacbe; border-color: #1eacbe; }
  .alert-dark-success .alert-link {color: #000202; }

.alert-dark-warning { color: #020200; background-color: #e9ab2e; border-color: #e9ab2e; }
  .alert-dark-warning .alert-link {color: #020200; }

.alert-dark-primary { color: #fdfdff; background-color: #6352ce; border-color: #6352ce; }
  .alert-dark-primary .alert-link {color: #cacacc; }

.alert-dark-info { color: #000102; background-color: #028ee1; border-color: #028ee1; }
  .alert-dark-info .alert-link {color: #000102; }

@keyframes progress-bar-stripes {
  0% {background-position-x: 5px; } }

.progress { display: flex; height: 5px; overflow: hidden; font-size: 0.70312rem; background-color: #e9ecef; border-radius: 4px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); }
.progress-bar { display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: #fff; text-align: center; white-space: nowrap; background-color: #7460ee; 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: 5px 5px; }
.progress-bar-animated { animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated { animation: none; }
  }

.list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: 4px; }
.list-group-numbered { list-style-type: none; counter-reset: section; }
  .list-group-numbered > li::before { content: counters(section, ".") ". "; counter-increment: section; }

.list-group-item-action { width: 100%; color: #4f5467; text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #4f5467; text-decoration: none; background-color: #f2f4f8; }
  .list-group-item-action:active { color: var(--bs-font-color); background-color: #e9ecef; }

.list-group-item { position: relative; display: block; padding: 0.5rem 1rem; color: #212529; text-decoration: none; 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: var(--bs-info); border-color: var(--bs-info); }
  .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: 4px; border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child { border-top-right-radius: 4px; 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: 4px; border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child { border-top-right-radius: 4px; 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: 4px; border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child { border-top-right-radius: 4px; 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: 4px; border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child { border-top-right-radius: 4px; 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: 1600px) {
  .list-group-horizontal-xl { flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child { border-bottom-left-radius: 4px; border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child { border-top-right-radius: 4px; 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: #463a8f; background-color: #e3dffc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #463a8f; background-color: #ccc9e3; }
  .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #463a8f; border-color: #463a8f; }

.list-group-item-secondary { color: #41464b; background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #41464b; background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #41464b; border-color: #41464b; }

.list-group-item-success { color: #147480; background-color: #d3f3f7; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #147480; background-color: #bedbde; }
  .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #147480; border-color: #147480; }

.list-group-item-info { color: #125289; background-color: #d2e7fa; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #125289; background-color: #bdd0e1; }
  .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #125289; border-color: #125289; }

.list-group-item-warning { color: #664711; background-color: #fff0d5; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #664711; background-color: #e6d8c0; }
  .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #664711; border-color: #664711; }

.list-group-item-danger { color: #972d41; background-color: #fedbe2; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #972d41; background-color: #e5c5cb; }
  .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #972d41; border-color: #972d41; }

.list-group-item-light { color: #616263; background-color: #fcfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #616263; background-color: #e3e4e5; }
  .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #616263; border-color: #616263; }

.list-group-item-dark { color: #1f2326; background-color: #d6d8d9; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #1f2326; background-color: #c1c2c3; }
  .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1f2326; border-color: #1f2326; }

.list-group-item-light-danger { color: #645c5e; background-color: #fefafb; }
  .list-group-item-light-danger.list-group-item-action:hover, .list-group-item-light-danger.list-group-item-action:focus { color: #645c5e; background-color: #e5e1e2; }
  .list-group-item-light-danger.list-group-item-action.active { color: #fff; background-color: #645c5e; border-color: #645c5e; }

.list-group-item-light-success { color: #435f63; background-color: #eefcfd; }
  .list-group-item-light-success.list-group-item-action:hover, .list-group-item-light-success.list-group-item-action:focus { color: #435f63; background-color: #d6e3e4; }
  .list-group-item-light-success.list-group-item-action.active { color: #fff; background-color: #435f63; border-color: #435f63; }

.list-group-item-light-warning { color: #66635e; background-color: #fffefb; }
  .list-group-item-light-warning.list-group-item-action:hover, .list-group-item-light-warning.list-group-item-action:focus { color: #66635e; background-color: #e6e5e2; }
  .list-group-item-light-warning.list-group-item-action.active { color: #fff; background-color: #66635e;border-color: #66635e; }

.list-group-item-light-primary { color: #606065; background-color: #fcfcff; }
  .list-group-item-light-primary.list-group-item-action:hover, .list-group-item-light-primary.list-group-item-action:focus { color: #606065; background-color: #e3e3e6; }
  .list-group-item-light-primary.list-group-item-action.active { color: #fff; background-color: #606065; border-color: #606065; }

.list-group-item-light-info { color: #535e66; background-color: #f5fbff; }
  .list-group-item-light-info.list-group-item-action:hover, .list-group-item-light-info.list-group-item-action:focus { color: #535e66; background-color: #dde2e6; }
  .list-group-item-light-info.list-group-item-action.active { color: #fff; background-color: #535e66; border-color: #535e66; }

.btn-close {
  box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em 0.25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: 4px; opacity: 0.5; }
  .btn-close:hover {
    color: #000; text-decoration: none; opacity: 0.75; }
  .btn-close:focus {
    outline: 0; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); opacity: 1; }
  .btn-close:disabled, .btn-close.disabled { pointer-events: none; user-select: none; opacity: 0.25; }

.btn-close-white { filter: invert(1) grayscale(100%) brightness(200%); }
.toast { width: 350px; max-width: 100%; font-size: 0.875rem; pointer-events: auto; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 0 solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); border-radius: 4px; }
  .toast:not(.showing):not(.show) { opacity: 0; }
  .toast.hide { display: none; }

.toast-container { width: max-content; max-width: 100%; pointer-events: none; }
  .toast-container > :not(:last-child) { margin-bottom: 15px; }

.toast-header { display: flex; align-items: center; padding: 0.5rem 0.75rem; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 0 solid rgba(0, 0, 0, 0.05); border-top-left-radius: 4px; border-top-right-radius: 4px; }
  .toast-header .btn-close { margin-right: -0.375rem; margin-left: 0.75rem; }

.toast-body { padding: 0.75rem; word-wrap: break-word; }

.modal-open { overflow: hidden; }
  .modal-open .modal { overflow-x: hidden; overflow-y: auto; }

.modal { position: fixed; top: 0; left: 0; z-index: 1060; 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 {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); }

.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 0 solid rgba(0, 0, 0, 0.2); border-radius: 5px; box-shadow: 0px 2px 9px 0px rgba(169, 184, 200, 0.2); outline: 0; }

.modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: 1rem 1rem; border-bottom: 0 solid #e9ecef; border-top-left-radius: 5px; border-top-right-radius: 5px; }
  .modal-header .btn-close { padding: 0.5rem 0.5rem; margin: -0.5rem -0.5rem -0.5rem auto; }
.modal-title { margin-bottom: 0; line-height: 1.5; }
.modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }

.modal-footer { display: flex; flex-wrap: wrap; flex-shrink: 0; align-items: center; justify-content: flex-end; padding: 0.75rem; border-top: 0 solid #e9ecef; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px; margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1600px) {
  .modal-xl {
    max-width: 1140px; } }

.modal-fullscreen {width: 100vw; max-width: none; height: 100%; margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%; border: 0; border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down { width: 100vw; max-width: none; height: 100%; margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%; border: 0; border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down { width: 100vw; max-width: none; height: 100%; margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%; border: 0; border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down { width: 100vw; max-width: none; height: 100%; margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%; border: 0; border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1599.98px) {
  .modal-fullscreen-xl-down { width: 100vw; max-width: none; height: 100%; margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

.tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.82031rem; word-wrap: break-word; opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute; display: block; width: 0.8rem; height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute; content: ""; border-color: transparent; border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px; border-width: 0.4rem 0.4rem 0; border-top-color: #000; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0; width: 0.4rem; height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0; width: 0.4rem; height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px; 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: 4px; }

.popover {
  position: absolute; top: 0; left: 0 /* rtl:ignore */;
  z-index: 1070; display: block; max-width: 276px; font-family: var(--bs-font-sans-serif);
  font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start;
  text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.82031rem;
  word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 5px; box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .popover .popover-arrow {
    position: absolute; display: block; width: 1rem; height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-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 > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-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[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 1rem; margin-bottom: 0; font-size: 0.9375rem; color: #252525; background-color: #f0f0f0; border-bottom: 1px solid #d8d8d8; border-top-left-radius: 4px; border-top-right-radius: 4px; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem; color: var(--bs-font-color); }

.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; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
   opacity: 0; transition-property: opacity; transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1; opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0; opacity: 0; transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      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: 2rem; height: 2rem; background-repeat: no-repeat; background-position: 50%; background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: center; padding: 0; margin-right: 15%; margin-bottom: 1rem; margin-left: 15%; list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; padding: 0; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer;
    background-color: #fff; background-clip: padding-box; border: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: 0.5; transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute; right: 15%; bottom: 1.25rem; left: 15%; padding-top: 1.25rem; padding-bottom: 1.25rem; color: #fff; text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  display: inline-block; width: 64px; height: 64px; 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: 64px; height: 64px; 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; } }

.offcanvas {
  position: fixed; bottom: 0; z-index: 1050; display: flex; flex-direction: column; max-width: 100%; visibility: hidden; background-color: #fff; background-clip: padding-box; outline: 0; box-shadow: 0px 2px 9px 0px rgba(169, 184, 200, 0.2); transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

.offcanvas-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem; margin: -0.5rem -0.5rem -0.5rem auto; }

.offcanvas-title {
  margin-bottom: 0; line-height: 1.5; }

.offcanvas-body {
  flex-grow: 1; padding: 1rem 1rem; overflow-y: auto; }

.offcanvas-start {
  top: 0; left: 0; width: 400px; border-right: 0 solid rgba(0, 0, 0, 0.2); transform: translateX(-100%); }

.offcanvas-end {
  top: 0; right: 0; width: 400px; border-left: 0 solid rgba(0, 0, 0, 0.2); transform: translateX(100%); }

.offcanvas-top {
  top: 0; right: 0; left: 0; height: 30vh; max-height: 100%; border-bottom: 0 solid rgba(0, 0, 0, 0.2); transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0; left: 0; height: 30vh; max-height: 100%; border-top: 0 solid rgba(0, 0, 0, 0.2); transform: translateY(100%); }

.offcanvas.show {transform: none; }
.clearfix::after {display: block; clear: both; content: ""; }

.link-primary { color: #7460ee; }
  .link-primary:hover, .link-primary:focus { color: #5d4dbe; }

.link-secondary { color: #6c757d; }
  .link-secondary:hover, .link-secondary:focus { color: #565e64; }

.link-success { color: #21c1d6; }
  .link-success:hover, .link-success:focus { color: #4dcdde; }

.link-info { color: var(--bs-info); }
  .link-info:hover, .link-info:focus { color: #4ba0ea; }

.link-warning { color: #ffb22b; }
  .link-warning:hover, .link-warning:focus { color: #ffc155; }

.link-danger { color: var(--bs-danger); }
  .link-danger:hover, .link-danger:focus { color: #fd6f89; }

.link-light { color: #f2f4f8; }
  .link-light:hover, .link-light:focus { color: #f5f6f9; }

.link-dark { color: #343a40; }
  .link-dark:hover, .link-dark:focus { color: #2a2e33; }

.link-light-danger {color: #f9e7eb; }
  .link-light-danger:hover, .link-light-danger:focus {color: #faecef; }

.link-light-success { color: #a8eef7; }
  .link-light-success:hover, .link-light-success:focus { color: #b9f1f9; }

.link-light-warning { color: #fff8ec; }
  .link-light-warning:hover, .link-light-warning:focus { color: #fff9f0; }

.link-light-primary { color: #f1effd; }
  .link-light-primary:hover, .link-light-primary:focus { color: #f4f2fd; }

.link-light-info { color: #cfecfe; }
  .link-light-info:hover, .link-light-info:focus { color: #d9f0fe; }

.link-light-secondary { color: #dde1e4; }
  .link-light-secondary:hover, .link-light-secondary:focus { color: #e4e7e9; }

.link-dark-danger { color: #e6294b; }
  .link-dark-danger:hover, .link-dark-danger:focus { color: #eb546f; }

.link-dark-success { color: #1eacbe; }
  .link-dark-success:hover, .link-dark-success:focus { color: #4bbdcb; }

.link-dark-warning { color: #e9ab2e; }
  .link-dark-warning:hover, .link-dark-warning:focus { color: #edbc58; }

.link-dark-primary { color: #6352ce; }
  .link-dark-primary:hover, .link-dark-primary:focus { color: #4f42a5; }

.link-dark-info { color: #028ee1; }
  .link-dark-info:hover, .link-dark-info:focus { color: #35a5e7; }

.ratio { position: relative; width: 100%; }
  .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; }
  .ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ratio-1x1 { --bs-aspect-ratio: 100%; }
.ratio-4x3 { --bs-aspect-ratio: calc(3 / 4 * 100%); }
.ratio-16x9 { --bs-aspect-ratio: calc(9 / 16 * 100%); }
.ratio-21x9 { --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }
.sticky-top { position: sticky; top: 0; z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top { position: sticky; top: 0; z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top { position: sticky; top: 0; z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top { position: sticky; top: 0; z-index: 1020; } }

@media (min-width: 1600px) {
  .sticky-xl-top { position: sticky; top: 0; z-index: 1020; } }

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.stretched-link::after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; content: ""; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.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; } .float-start { float: left !important; } .float-end { float: right !important; } .float-none { float: none !important; }

.overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-visible { overflow: visible !important; } .overflow-scroll { overflow: scroll !important; }

.d-inline {display: inline !important; }  .d-inline-block {display: inline-block !important; }  .d-block { display: block !important; }  .d-grid { display: grid !important; }  .d-table { display: table !important; }  .d-table-row { display: table-row !important; }  .d-table-cell { display: table-cell !important; }  .d-flex { display: flex !important; }  .d-inline-flex { display: inline-flex !important; }  .d-none { display: none !important; }

.shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-sm { box-shadow: 0px 2px 9px 0px rgba(169, 184, 200, 0.2) !important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none { box-shadow: none !important; }

.position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border { border: 1px solid #d3d3d3 !important; }
.border-0 { border: 0 !important; }
.border-top { border-top: 1px solid #d3d3d3 !important; }
.border-top-0 {border-top: 0 !important; }
.border-end { border-right: 1px solid #d3d3d3 !important; }
.border-end-0 { border-right: 0 !important; }
.border-bottom { border-bottom: 1px solid #d3d3d3 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-start { border-left: 1px solid #d3d3d3 !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #7460ee !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #21c1d6 !important; }

.border-info {
  border-color: var(--bs-info) !important; }

.border-warning {
  border-color: #ffb22b !important; }

.border-danger {
  border-color: var(--bs-danger) !important; }

.border-light {
  border-color: #f2f4f8 !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-cyan {
  border-color: #26c6da !important; }

.border-orange {
  border-color: #fb8c00 !important; }

.border-purple {
  border-color: #7460ee !important; }

.border-inverse {
  border-color: #2f3d4a !important; }

.border-megna {
  border-color: #01c0c8 !important; }

.border-light-danger {
  border-color: #f9e7eb !important; }

.border-light-success {
  border-color: #a8eef7 !important; }

.border-light-warning {
  border-color: #fff8ec !important; }

.border-light-primary {
  border-color: #f1effd !important; }

.border-light-info {
  border-color: #cfecfe !important; }

.border-light-inverse {
  border-color: #f6f6f6 !important; }

.border-light-megna {
  border-color: #e0f2f4 !important; }

.border-light-secondary {
  border-color: #dde1e4 !important; }

.border-dark-danger {
  border-color: #e6294b !important; }

.border-dark-success {
  border-color: #1eacbe !important; }

.border-dark-warning {
  border-color: #e9ab2e !important; }

.border-dark-primary {
  border-color: #6352ce !important; }

.border-dark-info {
  border-color: #028ee1 !important; }

.border-white {
  border-color: #fff !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !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; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !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; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.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-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; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important; margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important; margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important; margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important; margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important; margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important; margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important; margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important; margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important; margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important; margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important; margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.m-n1 {
  margin: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mx-n1 {
  margin-right: -0.25rem !important; margin-left: -0.25rem !important; }

.mx-n2 {
  margin-right: -0.5rem !important; margin-left: -0.5rem !important; }

.mx-n3 {
  margin-right: -1rem !important; margin-left: -1rem !important; }

.mx-n4 {
  margin-right: -1.5rem !important; margin-left: -1.5rem !important; }

.mx-n5 {
  margin-right: -3rem !important; margin-left: -3rem !important; }

.my-n1 {
  margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }

.my-n2 {
  margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }

.my-n3 {
  margin-top: -1rem !important; margin-bottom: -1rem !important; }

.my-n4 {
  margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }

.my-n5 {
  margin-top: -3rem !important; margin-bottom: -3rem !important; }

.mt-n1 {
  margin-top: -0.25rem !important; }

.mt-n2 {
  margin-top: -0.5rem !important; }

.mt-n3 {
  margin-top: -1rem !important; }

.mt-n4 {
  margin-top: -1.5rem !important; }

.mt-n5 {
  margin-top: -3rem !important; }

.me-n1 {
  margin-right: -0.25rem !important; }

.me-n2 {
  margin-right: -0.5rem !important; }

.me-n3 {
  margin-right: -1rem !important; }

.me-n4 {
  margin-right: -1.5rem !important; }

.me-n5 {
  margin-right: -3rem !important; }

.mb-n1 {
  margin-bottom: -0.25rem !important; }

.mb-n2 {
  margin-bottom: -0.5rem !important; }

.mb-n3 {
  margin-bottom: -1rem !important; }

.mb-n4 {
  margin-bottom: -1.5rem !important; }

.mb-n5 {
  margin-bottom: -3rem !important; }

.ms-n1 {
  margin-left: -0.25rem !important; }

.ms-n2 {
  margin-left: -0.5rem !important; }

.ms-n3 {
  margin-left: -1rem !important; }

.ms-n4 {
  margin-left: -1.5rem !important; }

.ms-n5 {
  margin-left: -3rem !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important; padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important; padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important; padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important; padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important; padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important; padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important; padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important; padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important; padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: 0.625rem !important; }

.fs-2 {
  font-size: 0.75rem !important; }

.fs-3 {
  font-size: 0.875rem !important; }

.fs-4 {
  font-size: 1rem !important; }

.fs-5 {
  font-size: 1.125rem !important; }

.fs-6 {
  font-size: 1.25rem !important; }

.fs-7 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 500 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }
/* rtl:end:remove */

.text-default { color: var(--bs-font-color); }
.text-primary { color: #4286DE; }
.text-secondary { color: #6c757d; }
.text-success {color: #5CBED3 !important; }
.text-info { color: var(--bs-info) !important; }
  a.text-info:focus, a.text-info:hover{ color: #3d86e5 !important;}

.text-warning {color: #E69D25 !important; } /* change by Mayur Kadu */
.text-danger { color: var(--bs-danger) !important; }
.text-light { color: #f2f4f8 !important; }
.text-dark { color: #343a40 !important; }
.text-cyan { color: #26c6da !important; }
.text-orange { color: #fb8c00 !important; }
.text-purple { color: #7460ee !important; }
.text-inverse { color: #2f3d4a !important; }
.text-megna { color: #01c0c8 !important; }

.text-light-danger { color: #f9e7eb !important; }
.text-light-success { color: #a8eef7 !important; }
.text-light-warning { color: #fff8ec !important; }
.text-light-primary { color: #f1effd !important; }
.text-light-info { color: #cfecfe !important; }
.text-light-inverse { color: #f6f6f6 !important; }
.text-light-megna { color: #e0f2f4 !important; }
.text-light-secondary { color: #dde1e4 !important; }
.text-dark-danger { color: #e6294b !important; }

.text-dark-success { color: #1eacbe !important; }
.text-dark-warning { color: #e9ab2e !important; }
.text-dark-primary { color: #6352ce !important; }
.text-dark-info { color: #028ee1 !important; }
.text-white { color: #fff !important; }
.text-body { color: var(--bs-font-color) !important; }
.text-muted { color: #a1aab2 !important; }

.text-black-50 { color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 { color: rgba(255, 255, 255, 0.5) !important; }
.text-reset { color: inherit !important; }

.bg-primary { background-color: #7460ee !important; }
.bg-secondary { background-color: #6c757d !important; }
.bg-success { background-color: #21c1d6 !important; }
.bg-info { background-color: var(--bs-info) !important; }
.bg-warning { background-color: #ffb22b !important; }
.bg-danger { background-color: var(--bs-danger) !important; }
.bg-light { background-color: #f2f4f8 !important; }
.bg-dark { background-color: #343a40 !important; }
.bg-cyan { background-color: #26c6da !important; }
.bg-orange { background-color: #fb8c00 !important; }
.bg-purple { background-color: #7460ee !important; }
.bg-inverse { background-color: #2f3d4a !important; }
.bg-megna { background-color: #01c0c8 !important; }

.bg-light-danger { background-color: #f9e7eb !important; }
.bg-light-default { background-color: #f2f4f8 !important; }
.bg-light-success { background-color: #D6F9FF !important; }
.bg-light-warning { background-color: #FEF8ED !important; }
.bg-light-primary { background-color: var(--bs-theme-light-bg) !important; }
.bg-light-info { background-color: #cfecfe !important; }
.bg-light-inverse { background-color: #f6f6f6 !important; }
.bg-light-megna { background-color: #e0f2f4 !important; }
.bg-light-secondary { background-color: #dde1e4 !important; }

.bg-dark-danger { background-color: #e6294b !important; }
.bg-dark-success { background-color: #1eacbe !important; }
.bg-dark-warning { background-color: #e9ab2e !important; }
.bg-dark-primary { background-color: #6352ce !important; }
.bg-dark-info { background-color: #028ee1 !important; }

.bg-body { background-color: #F6F8FA !important; }
.bg-white { background-color: #fff !important; }
.bg-transparent { background-color: transparent !important; }

.bg-gradient { background-image: var(--bs-gradient) !important; }
.user-select-all { user-select: all !important; }
.user-select-auto { user-select: auto !important; }
.user-select-none { user-select: none !important; }
.pe-none { pointer-events: none !important; }
.pe-auto { pointer-events: auto !important; }
.rounded { border-radius: 4px !important; }
.rounded-0 { border-radius: 0 !important; }
.rounded-1 { border-radius: 1px !important; }
.rounded-2 { border-radius: 4px !important; }
.rounded-3 { border-radius: 5px !important; }
.rounded-4 { border-radius: 8px !important; }
.rounded-5 { border-radius: 10px !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-pill { border-radius: 50rem !important; }
.rounded-top { border-top-left-radius: 4px !important; border-top-right-radius: 4px !important; }
.rounded-end { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; }
.rounded-bottom { border-bottom-right-radius: 4px !important; border-bottom-left-radius: 4px !important; }
.rounded-start { border-bottom-left-radius: 4px !important; border-top-left-radius: 4px !important; }
.visible { visibility: visible !important; }
.invisible { visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .mt-sm-n1 {
    margin-top: -0.25rem !important; }
  .mt-sm-n2 {
    margin-top: -0.5rem !important; }
  .mt-sm-n3 {
    margin-top: -1rem !important; }
  .mt-sm-n4 {
    margin-top: -1.5rem !important; }
  .mt-sm-n5 {
    margin-top: -3rem !important; }
  .me-sm-n1 {
    margin-right: -0.25rem !important; }
  .me-sm-n2 {
    margin-right: -0.5rem !important; }
  .me-sm-n3 {
    margin-right: -1rem !important; }
  .me-sm-n4 {
    margin-right: -1.5rem !important; }
  .me-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -1rem !important; }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -3rem !important; }
  .ms-sm-n1 {
    margin-left: -0.25rem !important; }
  .ms-sm-n2 {
    margin-left: -0.5rem !important; }
  .ms-sm-n3 {
    margin-left: -1rem !important; }
  .ms-sm-n4 {
    margin-left: -1.5rem !important; }
  .ms-sm-n5 {
    margin-left: -3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mx-md-n1 {
    margin-right: -0.25rem !important; margin-left: -0.25rem !important; }
  .mx-md-n2 {
    margin-right: -0.5rem !important; margin-left: -0.5rem !important; }
  .mx-md-n3 {
    margin-right: -1rem !important; margin-left: -1rem !important; }
  .mx-md-n4 {
    margin-right: -1.5rem !important; margin-left: -1.5rem !important; }
  .mx-md-n5 {
    margin-right: -3rem !important; margin-left: -3rem !important; }
  .my-md-n1 {
    margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .my-md-n2 {
    margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .my-md-n3 {
    margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .my-md-n4 {
    margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
  .my-md-n5 {
    margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .mt-md-n1 {
    margin-top: -0.25rem !important; }
  .mt-md-n2 {
    margin-top: -0.5rem !important; }
  .mt-md-n3 {
    margin-top: -1rem !important; }
  .mt-md-n4 {
    margin-top: -1.5rem !important; }
  .mt-md-n5 {
    margin-top: -3rem !important; }
  .me-md-n1 {
    margin-right: -0.25rem !important; }
  .me-md-n2 {
    margin-right: -0.5rem !important; }
  .me-md-n3 {
    margin-right: -1rem !important; }
  .me-md-n4 {
    margin-right: -1.5rem !important; }
  .me-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -1rem !important; }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -3rem !important; }
  .ms-md-n1 {
    margin-left: -0.25rem !important; }
  .ms-md-n2 {
    margin-left: -0.5rem !important; }
  .ms-md-n3 {
    margin-left: -1rem !important; }
  .ms-md-n4 {
    margin-left: -1.5rem !important; }
  .ms-md-n5 {
    margin-left: -3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important; padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .topbar .top-navbar { padding: 0px 0px;}
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important; margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important; margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important; margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mx-lg-n1 {
    margin-right: -0.25rem !important; margin-left: -0.25rem !important; }
  .mx-lg-n2 {
    margin-right: -0.5rem !important; margin-left: -0.5rem !important; }
  .mx-lg-n3 {
    margin-right: -1rem !important; margin-left: -1rem !important; }
  .mx-lg-n4 {
    margin-right: -1.5rem !important; margin-left: -1.5rem !important; }
  .mx-lg-n5 {
    margin-right: -3rem !important; margin-left: -3rem !important; }
  .my-lg-n1 {
    margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .my-lg-n2 {
    margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .my-lg-n3 {
    margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .my-lg-n4 {
    margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
  .my-lg-n5 {
    margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .mt-lg-n1 {
    margin-top: -0.25rem !important; }
  .mt-lg-n2 {
    margin-top: -0.5rem !important; }
  .mt-lg-n3 {
    margin-top: -1rem !important; }
  .mt-lg-n4 {
    margin-top: -1.5rem !important; }
  .mt-lg-n5 {
    margin-top: -3rem !important; }
  .me-lg-n1 {
    margin-right: -0.25rem !important; }
  .me-lg-n2 {
    margin-right: -0.5rem !important; }
  .me-lg-n3 {
    margin-right: -1rem !important; }
  .me-lg-n4 {
    margin-right: -1.5rem !important; }
  .me-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -1rem !important; }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -3rem !important; }
  .ms-lg-n1 {
    margin-left: -0.25rem !important; }
  .ms-lg-n2 {
    margin-left: -0.5rem !important; }
  .ms-lg-n3 {
    margin-left: -1rem !important; }
  .ms-lg-n4 {
    margin-left: -1.5rem !important; }
  .ms-lg-n5 {
    margin-left: -3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important; padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important; margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important; margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important; margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important; margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important; margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important; margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important; margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important; margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important; margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important; margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important; margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mx-xl-n1 {
    margin-right: -0.25rem !important; margin-left: -0.25rem !important; }
  .mx-xl-n2 {
    margin-right: -0.5rem !important; margin-left: -0.5rem !important; }
  .mx-xl-n3 {
    margin-right: -1rem !important; margin-left: -1rem !important; }
  .mx-xl-n4 {
    margin-right: -1.5rem !important; margin-left: -1.5rem !important; }
  .mx-xl-n5 {
    margin-right: -3rem !important; margin-left: -3rem !important; }
  .my-xl-n1 {
    margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; }
  .my-xl-n2 {
    margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; }
  .my-xl-n3 {
    margin-top: -1rem !important; margin-bottom: -1rem !important; }
  .my-xl-n4 {
    margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; }
  .my-xl-n5 {
    margin-top: -3rem !important; margin-bottom: -3rem !important; }
  .mt-xl-n1 {
    margin-top: -0.25rem !important; }
  .mt-xl-n2 {
    margin-top: -0.5rem !important; }
  .mt-xl-n3 {
    margin-top: -1rem !important; }
  .mt-xl-n4 {
    margin-top: -1.5rem !important; }
  .mt-xl-n5 {
    margin-top: -3rem !important; }
  .me-xl-n1 {
    margin-right: -0.25rem !important; }
  .me-xl-n2 {
    margin-right: -0.5rem !important; }
  .me-xl-n3 {
    margin-right: -1rem !important; }
  .me-xl-n4 {
    margin-right: -1.5rem !important; }
  .me-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .mb-xl-n3 {
    margin-bottom: -1rem !important; }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .mb-xl-n5 {
    margin-bottom: -3rem !important; }
  .ms-xl-n1 {
    margin-left: -0.25rem !important; }
  .ms-xl-n2 {
    margin-left: -0.5rem !important; }
  .ms-xl-n3 {
    margin-left: -1rem !important; }
  .ms-xl-n4 {
    margin-left: -1.5rem !important; }
  .ms-xl-n5 {
    margin-left: -3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important; padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important; padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important; padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important; padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important; padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-7 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.error-box {
  height: 100%;
  width: 100%; }
/*
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .sidebar-nav ul .sidebar-item .sidebar-link {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
*/
.error-box .error-title {
  font-size: 210px; font-weight: 900; text-shadow: 4px 4px 0 #fff, 6px 6px 0 #343a40; line-height: 210px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .error-box .error-title {
      font-size: 150px; line-height: 150px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .error-box .error-title {
      font-size: 70px; line-height: 70px; } }

.top-navbar .has-arrow::after, .sidebar-nav .has-arrow::after {
  -webkit-transform: rotate(-45deg) translate(0, -50%); -ms-transform: rotate(-45deg) translate(0, -50%); -o-transform: rotate(-45deg) translate(0, -50%); transform: rotate(-45deg) translate(0, -50%); -webkit-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.sidebar-nav li.active > .has-arrow::after, .sidebar-nav li > .has-arrow.active::after, .sidebar-nav .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%); -ms-transform: rotate(-135deg) translate(0, -50%); -o-transform: rotate(-135deg) translate(0, -50%); transform: rotate(-135deg) translate(0, -50%); }

@-webkit-keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1); opacity: 1; -webkit-transform: scale3d(1, 1, 0.5); transform: scale3d(1, 1, 0.5); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); opacity: 1; -webkit-transform: scale3d(1, 1, 0.5); transform: scale3d(1, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1); opacity: 0; -webkit-transform: scale3d(1, 1, 0.5); transform: scale3d(1, 1, 0.5); } }

@keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1); opacity: 1; -webkit-transform: scale3d(1, 1, 0.5); transform: scale3d(1, 1, 0.5); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); opacity: 1; -webkit-transform: scale3d(1, 1, 0.5); transform: scale3d(1, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1); opacity: 0; -webkit-transform: scale3d(1, 1, 0.5); transform: scale3d(1, 1, 0.5); } }

.topbar .mega-dropdown .dropdown-menu {
  border-radius: 0px; }

.topbar .dropdown-menu .with-arrow > span {
  transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -moz-transform: rotate(45deg); }

.font-10 {
  font-size: 10px; }

.font-12 {
  font-size: 12px; }

.font-14 {
  font-size: 14px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-22 {
  font-size: 22px; }

.font-24 {
  font-size: 24px; }

.font-10 {
  font-size: 10px; }

.font-12 {
  font-size: 12px; }

.font-14 {
  font-size: 14px; }

.font-16 {
  font-size: 16px; }

.font-18 {
  font-size: 18px; }

.font-20 {
  font-size: 20px; }

.font-22 {
  font-size: 22px; }

.font-24 {
  font-size: 24px; }

#main-wrapper {
  width: 100%; overflow: hidden; }

.page-wrapper {
  position: relative; background: #F6F8FA; /*display: none;*/ transition: 0.2s ease-in; }

.page-wrapper > .container-fluid, .page-wrapper > .container-sm, .page-wrapper > .container-md, .page-wrapper > .container-lg, .page-wrapper > .container-xl, .page-wrapper > .container-xxl {
  padding: 20px 46px; min-height: calc(100vh - 180px); }

.footer {
  background: #fff; border-top: 1px solid #e9ecef; padding: 17px 15px; }

.left-part {
  position: absolute; height: 100%; width: 260px; border-right: 1px solid #e9ecef; }
  .left-part.fixed-left-part {
    position: fixed; top: 0; padding-top: 10px; }
  .left-part .show-left-part {
    position: absolute; top: 45%; right: -41px; }

.right-part {
  width: calc(100% - 260px); height: calc(100vh - 127px); margin-left: 260px; }

.reverse-mode .left-part {
  right: 0; border-left: 1px solid #e9ecef; }

.reverse-mode .show-left-part {
  right: auto; left: -41px; }

.reverse-mode .right-part {
  margin-left: 0; margin-right: 260px; }

@media (max-width: 767px) {
  #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar { width: 240px; position: absolute;}
  #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar,
  #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar .sidebar-footer { left: -240px; }
  #main-wrapper.show-sidebar .left-sidebar,  #main-wrapper.show-sidebar .left-sidebar .sidebar-footer { left: 0; }
  .left-part { position: fixed; left: -260px; background: #eef5f9; z-index: 1; transition: 0.1s ease-in; }
    .left-part.show-panel { left: 0; }
  .reverse-mode .left-part { right: -260px; left: auto; }
    .reverse-mode .left-part.show-panel { right: 0; }
  .right-part { width: 100%; margin-left: 0; }
}

/******************* Preloader********************/
.preloader { width: 100%; height: 100%; top: 0px; position: fixed; z-index: 99999; background: #fff; }
.lds-ripple { display: inline-block; position: relative; width: 64px; height: 64px; position: absolute; top: calc(50% - 3.5px); left: 0; right: 0; margin: 0 auto; }
svg.tea { --secondary: #33406f; }
svg.tea #teabag { transform-origin: top center; transform: rotate(3deg); animation: swing 2s infinite; }
svg.tea #steamL { stroke-dasharray: 13; stroke-dashoffset: 13; animation: steamLarge 2s infinite; }
svg.tea #steamR { stroke-dasharray: 9; stroke-dashoffset: 9; animation: steamSmall 2s infinite; }

@-moz-keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@-webkit-keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@-o-keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@keyframes swing {
  50% {
    transform: rotate(-3deg); } }

@-moz-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13; opacity: 0.6; }
  100% {
    stroke-dashoffset: 39; opacity: 0; } }

@-webkit-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13; opacity: 0.6; }
  100% {
    stroke-dashoffset: 39; opacity: 0; } }

@-o-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13; opacity: 0.6; }
  100% {
    stroke-dashoffset: 39; opacity: 0; } }

@keyframes steamLarge {
  0% {
    stroke-dashoffset: 13; opacity: 0.6; }
  100% {
    stroke-dashoffset: 39; opacity: 0; } }

@-moz-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9; opacity: 0.6; }
  80% {
    stroke-dashoffset: 27; opacity: 0; }
  100% {
    stroke-dashoffset: 27; opacity: 0; } }

@-webkit-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }

@-o-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }

@keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6; }
  80% {
    stroke-dashoffset: 27;
    opacity: 0; }
  100% {
    stroke-dashoffset: 27;
    opacity: 0; } }

/*******************
Notify
*******************/
.notify {
  position: relative; top: -35px; right: -8px; }
  .notify .heartbit {
    position: absolute; top: -20px; right: -4px; height: 25px; width: 25px; z-index: 10; border: 5px solid var(--bs-danger); border-radius: 70px;
    -moz-animation: heartbit 1s ease-out; -moz-animation-iteration-count: infinite; -o-animation: heartbit 1s ease-out; -o-animation-iteration-count: infinite; -webkit-animation: heartbit 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
  .notify .point {
    width: 6px; height: 6px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background-color: var(--bs-danger); position: absolute; right: 6px; top: -10px; }

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0); opacity: 0; }
  25% {
    -moz-transform: scale(0.1); opacity: 0.1; }
  50% {
    -moz-transform: scale(0.5); opacity: 0.3; }
  75% {
    -moz-transform: scale(0.8); opacity: 0.5; }
  100% {
    -moz-transform: scale(1); opacity: 0; } }

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);opacity: 0; }
  25% {
    -webkit-transform: scale(0.1); opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.5); opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.8); opacity: 0.5; }
  100% {
    -webkit-transform: scale(1); opacity: 0; } }

.topbar { position: relative; height: 66px; background: #fff; z-index: 50; transition: 0.2s ease-in; box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.05); }
  .topbar .navbar-collapse { padding: 0px; }
  .topbar .top-navbar { min-height: 66px;}
.topbar .top-navbar > div {padding: 0px 36px 0px 46px; }
    .topbar .top-navbar .dropdown-toggle::after { /*display: none;*/ }
    .topbar .top-navbar .navbar-header { line-height: 66px; }
      .topbar .top-navbar .navbar-header .navbar-brand {
        display: flex; /*align-items: center; justify-content: center;*/ padding: 0 20px 0 0; margin: 0; }
        .topbar .top-navbar .navbar-header .navbar-brand .dark-logo { /*display: none;*/ }
        .topbar .top-navbar .navbar-header .navbar-brand .logo-icon { margin-right: 5px; }
    /*.topbar .top-navbar .navbar-nav > .nav-item > .nav-link { line-height: 70px; height: 70px; padding: 0px 0.75rem; font-size: 19px; }*/
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link { line-height: normal; height: auto; padding: 1.30rem 2rem 1.30rem 1.10rem;}
    .topbar .top-navbar .navbar-nav > .nav-item { transition: 0.2s ease-in; }
      .topbar .top-navbar .navbar-nav > .nav-item:hover { /*background: rgba(0, 0, 0, 0.05);*/ }
  .topbar .user-dd, .topbar .mailbox { width: 300px; }
  .topbar .nav-toggler, .topbar .topbartoggler { color: #fff; padding: 0 0.75rem; }


.search-box .app-search {
  position: absolute; margin: 0px; display: block; z-index: 110; width: 100%; top: -1px; box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2); display: none; left: 0px; }
  .search-box .app-search input {
    width: 100%; padding: 25px 40px 25px 20px; border-radius: 0px; font-size: 17px; transition: 0.5s ease-in; height: 70px; }
  .search-box .app-search .srh-btn {
    position: absolute; top: 23px; right: 20px; cursor: pointer; }

.topbar .mega-dropdown { position: static; }
  .topbar .mega-dropdown .dropdown-menu {
    padding: 30px; width: 100%; max-height: 480px; overflow: auto; }

.dropdown-user .user-list:hover {background: #f2f4f8; }

.topbar .dropdown-menu {
  padding-top: 0; border: 0; box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1); }
  .topbar .dropdown-menu .with-arrow {
    position: absolute; top: -10px; width: 40px; height: 10px; overflow: hidden; }
    .topbar .dropdown-menu .with-arrow > span {
      width: 15px; height: 15px; position: absolute; content: ""; top: 3px; left: 15px; background-color: #fff; border-radius: 6px 0 0 0; }
  .topbar .dropdown-menu.dropdown-menu-right .with-arrow {
    right: 0px; }
    .topbar .dropdown-menu.dropdown-menu-right .with-arrow > span {
      right: 20px;
      left: auto; }

@media (max-width: 767px) {
  .topbar .top-navbar .navbar-collapse.show, .topbar .top-navbar .navbar-collapse.collapsing { display: flex; width: 100%; border-top: 1px solid #e9ecef; }
  .topbar .top-navbar .navbar-nav { flex-direction: row; }
  .topbar .top-navbar .navbar-nav .dropdown { position: static; box-shadow: none; background:#fff;}
  .topbar .top-navbar .navbar-header { display: flex; align-items: center; justify-content: space-between; width: 100%; }
  .topbar .top-navbar .dropdown-menu { position: absolute; }
    .topbar .top-navbar .dropdown-menu .with-arrow {display: none; }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .mailbox .message-center { height: 110px !important; }
}

@media (min-width: 576px) {
  .topbar .navbar-expand-md .navbar-collapse { justify-content: space-between; }
}

.left-sidebar { position: absolute; width: 240px; height: 100%; top: 0; padding-top: 70px; z-index: 10; background: #fff; box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); transition: 0.2s ease-in; }
  .left-sidebar .sidebar-footer { position: fixed; bottom: 0; width: 240px; display: flex; align-items: center; border-top: 1px solid #e9ecef; z-index: 99; transition: 0.2s ease-in; }
    .left-sidebar .sidebar-footer a { padding: 15px; width: 33.333337%; color: #fff; text-align: center; font-size: 18px; }

.scroll-sidebar { position: relative; height: calc(100% - 50px); }
.ps-scrollbar-y-rail { z-index: 1; }

.sidebar-nav > ul > .sidebar-item > .sidebar-link.active { /*background-color: #343a40;*/ color: #fff; opacity: 1; font-weight: 400; }

.sidebar-nav ul {padding: 15px; }
  .sidebar-nav ul .sidebar-item {width: 100%;margin-bottom: 10px; }
    .sidebar-nav ul .sidebar-item .sidebar-link {
      padding: 11px 32px 10px 8px; display: flex; border-radius: 5px; align-items: center; position: relative; line-height: 25px; color: #fff; gap: 8px} /* added gap css by mayur kadu */
      .sidebar-nav ul .sidebar-item .sidebar-link i {
        font-style: normal; line-height: 25px; font-size: 21px; color: #fff; text-align: center; width: 30px; display: inline-block; }
      .sidebar-nav ul .sidebar-item .sidebar-link .hide-menu {/*overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/ }
      .sidebar-nav ul .sidebar-item .sidebar-link.active, .sidebar-nav ul .sidebar-item .sidebar-link:hover {
        opacity: 1; }
      .sidebar-nav ul .sidebar-item .sidebar-link.active {
        font-weight: 500; }
    .sidebar-nav ul .sidebar-item.selected > .sidebar-link { color: #fff; opacity: 1; /*background-color: #343a40;background: rgba(0, 0, 0, 0.04);*/ }
    .sidebar-nav ul .sidebar-item .first-level {
      padding: 10px 0 0 5px; }
      .sidebar-nav ul .sidebar-item .first-level .sidebar-item {
        margin-bottom: 0; }
      .sidebar-nav ul .sidebar-item .first-level .sidebar-item.active .sidebar-link {
        opacity: 1; }
      .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
        padding: 8px 35px 8px 40px; }
        .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
          display: none; font-size: 14px; }
  .sidebar-nav ul .nav-small-cap {
    font-size: 12px; line-height: 30px; color: #fff; opacity: 1; text-transform: uppercase; font-weight: 500; padding: 14px 14px 14px 20px; display: flex; align-items: center; white-space: nowrap; }
    .sidebar-nav ul .nav-small-cap i {
      line-height: 30px; margin: 0 5px; display: none; }
  .sidebar-nav ul .nav-devider {
    background: rgba(255, 255, 255, 0.1); height: 1px; margin: 14px 0; display: block; }

.sidebar-nav > #sidebarnav > .sidebar-item > .sidebar-link:hover { /*background: rgba(0, 0, 0, 0.04);*/ }

.sidebar-nav ul { margin: 0; }
  .sidebar-nav ul li { list-style: none; }
.collapse.in { display: block; }

.top-navbar .has-arrow, .sidebar-nav .has-arrow { position: relative; }
.top-navbar .has-arrow::after, .sidebar-nav .has-arrow::after {
  position: absolute; content: ""; width: 0.55em; height: 0.55em; margin-left: 10px; top: 21px; right: 12px; border-width: 1px 0 0 1px; border-style: solid; border-color: #607d8b; }

  .topbar .top-navbar .has-arrow:after { top: 30px; transform: rotate(-135deg) translate(0, -50%); width: 0.40em; height: 0.40em; right: 16px }

.user-profile .profile-text > a { padding: 6px 30px; background: rgba(0, 0, 0, 0.5); }
  .user-profile .profile-text > a:after { position: absolute; right: 20px; top: 15px; }

.user-profile .profile-img { width: 50px; margin-left: 30px; padding: 35px 0; }
  .user-profile .profile-img::before { -webkit-animation: 2.5s blow 0s linear infinite; animation: 2.5s blow 0s linear infinite; position: absolute; content: ""; width: 50px; height: 50px; top: 35px; border-radius: 50%; z-index: 0; }

@-webkit-keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); } }

@keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5); } }

.user-profile .dropdown-menu {
  left: 0px; right: 0px; top: unset !important; width: 180px; margin: 0 auto; }

.customizer { position: fixed; top: 0; right: -280px; width: 280px; height: 100%; background: #fff; z-index: 100; box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08); transition: 0.3s ease-in; }
  .customizer .service-panel-toggle { position: absolute; bottom: 27px; left: -75px; color: #fff; background: #26c6da; border-radius: 100%; padding: 17px 20px; }
  .customizer.show-service-panel { position: fixed; right: 0; }
    .customizer.show-service-panel .service-panel-toggle { border-radius: 30px 0 0 30px; left: -54px; }
  .customizer .customizer-body { position: relative; height: 100%; }
  .customizer .customizer-tab { display: flex; }
    .customizer .customizer-tab .nav-item { width: 33.33%; text-align: center; }
      .customizer .customizer-tab .nav-item .nav-link { color: var(--bs-font-color); border-bottom: 3px solid transparent; padding: 15px 12px; }
        .customizer .customizer-tab .nav-item .nav-link:hover, .customizer .customizer-tab .nav-item .nav-link.active { color: var(--bs-blue-light); border-bottom: 3px solid var(--bs-blue-light); }

.custom-control-label::after, .custom-control-label::before { top: 0.15rem; }

.theme-color .theme-item .theme-link { width: 20px; height: 20px; }
  .theme-color .theme-item .theme-link[data-logobg="skin1"], .theme-color .theme-item .theme-link[data-navbarbg="skin1"], .theme-color .theme-item .theme-link[data-sidebarbg="skin1"] {
    background: var(--bs-info); }
  .theme-color .theme-item .theme-link[data-logobg="skin2"], .theme-color .theme-item .theme-link[data-navbarbg="skin2"], .theme-color .theme-item .theme-link[data-sidebarbg="skin2"] {
    background: #007171; }
  .theme-color .theme-item .theme-link[data-logobg="skin3"], .theme-color .theme-item .theme-link[data-navbarbg="skin3"], .theme-color .theme-item .theme-link[data-sidebarbg="skin3"] {
    background: var(--bs-danger); }
  .theme-color .theme-item .theme-link[data-logobg="skin4"], .theme-color .theme-item .theme-link[data-navbarbg="skin4"], .theme-color .theme-item .theme-link[data-sidebarbg="skin4"] {
    background: #7460ee; }
  .theme-color .theme-item .theme-link[data-logobg="skin5"], .theme-color .theme-item .theme-link[data-navbarbg="skin5"], .theme-color .theme-item .theme-link[data-sidebarbg="skin5"] {
    background: #1d2126; }
  .theme-color .theme-item .theme-link[data-logobg="skin6"], .theme-color .theme-item .theme-link[data-navbarbg="skin6"], .theme-color .theme-item .theme-link[data-sidebarbg="skin6"] {
    background: #e9ecef; }

#main-wrapper[data-layout="horizontal"] .page-titles { background: transparent; box-shadow: none; margin-bottom: 0; padding: 0px 10px 15px 0px; }
#main-wrapper[data-layout="horizontal"] .footer { background: transparent; border-top: 0; text-align: center; }
#main-wrapper[data-layout="horizontal"] .right-part {height: calc(100vh - 180px); }
#main-wrapper[data-layout="horizontal"] .chat-container .chat-box {height: calc(100vh - 365px) !important; }
/*
#main-wrapper[data-layout="horizontal"][data-header-position="fixed"] .topbar { position: fixed; width: 100%; }
#main-wrapper[data-layout="horizontal"][data-header-position="fixed"] .left-sidebar { padding-top: 70px; }
#main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"] .topbar { position: fixed; width: 100%; }
#main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"] .left-sidebar {  position: fixed; padding-top: 70px; }
#main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"] .page-wrapper { padding-top: 78px; }
*/
@media (min-width: 992px) and (max-width: 1599.98px) {
  /*
  #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-breadcrumb { padding: 25px 0 0; }
  #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper > .container-fluid,
  #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper > .container-sm,
  #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper > .container-md,
  #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper > .container-lg,
  #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper > .container-xl,
  #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper > .container-xxl {padding: 20px 10px; }
  */
}

@media (min-width: 992px) {
  #main-wrapper[data-layout="horizontal"] { background: #F6F8FA; }
    #main-wrapper[data-layout="horizontal"] .page-titles {padding: 0px 10px 15px 0px; }
    #main-wrapper[data-layout="horizontal"] .topbar { transition: 0s; }
    /*
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .top-navbar,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .scroll-sidebar,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .page-wrapper { position: relative; max-width: 1300px; margin: 0 auto; }
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .sidebar-nav #sidebarnav { flex-wrap: wrap; }
      #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"] .sidebar-nav #sidebarnav > .sidebar-item > .has-arrow:after { display: block; }
    #main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"] .page-wrapper { padding-top: 115px; }
     */
    #main-wrapper[data-layout="horizontal"] .mega-dropdown .first-level { max-height: 400px; overflow: auto; }
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header { /*width: 200px;*/ }
    #main-wrapper[data-layout="horizontal"] .topbar .sidebartoggler { display: none; }
    #main-wrapper[data-layout="horizontal"] .left-sidebar { position: relative; width: 100%; height: auto; padding-top: 0; z-index: 45; transition: 0s; }
      #main-wrapper[data-layout="horizontal"] .left-sidebar .scroll-sidebar { height: 61px; border-top: 1px solid #D3D3D3; border-bottom: 1px solid #D3D3D3; }
    #main-wrapper[data-layout="horizontal"] .sidebar-nav ul { display: flex; }
    #main-wrapper[data-layout="horizontal"] .scroll-sidebar { height: auto; }
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav { display: flex; width: 100%; padding: 6px 46px; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item { margin-right: 10px; }
        #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item:last-child { margin-right: 0; }
        #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item > .sidebar-link { padding: 11px 32px 10px 8px; font-weight: 500; text-decoration: underline; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .sidebar-item { position: relative; width: auto; margin-bottom: 0; }
        #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .sidebar-item .first-level {padding: 0; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item > .has-arrow:after { transform: rotate(-135deg) translate(0, -50%); }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item:last-child:not(:first-child) > .first-level { right: 0; left: auto; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item > .two-column + .first-level { width: 460px; }
        #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item > .two-column + .first-level > .sidebar-item .hide-menu { white-space: nowrap;}

        #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item > .two-column + .first-level > .sidebar-item { float: left; vertical-align: top; width: 50%; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item ul { position: absolute; left: 0; top: auto; width: 260px; padding-bottom: 0; display: none; z-index: 100; box-shadow: 0px 5px 9px #00000029; background: #F8FBFD; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .mega-dropdown { position: static; }
        #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .mega-dropdown .first-level { width: 100%; }
          #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .mega-dropdown .first-level > li { width: 25%; float: left; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item:hover { background: #F8FBFD; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level,
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level.collapse { display: block; }
        #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level > li,
        #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item:hover ul.first-level.collapse > li { background: #F8FBFD; /*rgba(0, 0, 0, 0.035);*/ }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item ul.second-level { left: 220px; top: 0; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item:last-child > .first-level ul.second-level,
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav > .sidebar-item .first-level .right-side-dd ul.second-level { right: 220px; top: 0; left: auto; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav ul.first-level > .sidebar-item:hover ul.second-level { display: block; }
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .nav-small-cap,
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .sidebar-footer,
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .user-pro,
      #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .badge { display: none; } }

@media (max-width: 991.98px) {
  #main-wrapper[data-layout="horizontal"][data-sidebartype="mini-sidebar"] .left-sidebar,
  #main-wrapper[data-layout="horizontal"][data-sidebartype="mini-sidebar"] .left-sidebar .sidebar-footer { left: -240px; }
  #main-wrapper[data-layout="horizontal"].show-sidebar .left-sidebar,
  #main-wrapper[data-layout="horizontal"].show-sidebar .left-sidebar .sidebar-footer { left: 0; padding-top: 0; margin-top: 70px; z-index: 99}

 /* #main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"] .topbar .top-navbar .navbar-collapse,
  #main-wrapper[data-layout="horizontal"][data-header-position="fixed"][data-sidebar-position="fixed"] .topbar .top-navbar .navbar-collapse {
    position: relative; top: 70px; }
  */
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-collapse.show,
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-collapse.collapsing { display: block; width: 100%; border-top: 1px solid #e9ecef; }
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-nav { flex-direction: row; }
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-nav .dropdown { position: static; }
  /*#main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-nav > .nav-item > .nav-link { padding: 0 10px; }*/ /* commented by Mayur Kadu */
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header { display: flex; align-items: center; justify-content: space-between; width: 100%; }
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .dropdown-menu { position: absolute; /* width: 100%; */ }
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .dropdown-menu .with-arrow { display: none; }
  }
  /*
  #main-wrapper .topbar .top-navbar .navbar-header { background: var(--bs-info); }
  #main-wrapper[data-layout="vertical"], #main-wrapper[data-layout="horizontal"] { }
  */
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin1"] { background: var(--bs-info); }
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin2"] { background: #007171; }
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin3"] { background: #000000; }
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin4"] { background: #7460ee; }
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin5"] { background: #323f47; }
  #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] { background: #fff; }
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .navbar-brand .dark-logo { display: inline; max-width:180px; max-height: 43px; }
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .navbar-brand .light-logo { display: none; }
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .nav-toggler, #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header[data-logobg="skin6"] .topbartoggler { color: var(--bs-font-color); }
  #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin1"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin1"] .bg-user, #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin1"] { background: var(--bs-info); }
  #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin2"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin2"] .bg-user, #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin2"] { background: #007171; }
  #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin3"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin3"] .bg-user, #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin3"] { background: #000000; }
  #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin4"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin4"] .bg-user, #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin4"] { background: #7460ee; }
  #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin5"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin5"] .bg-user, #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin5"] { background: #323f47; }
  #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin6"], #main-wrapper[data-layout="horizontal"] .topbar .navbar-collapse[data-navbarbg="skin6"] .bg-user, #main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin6"] { background: #fff; }

  #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"], #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"] ul { background: var(--bs-info); }
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"] .sidebar-footer,
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"] ul .sidebar-footer { background: var(--bs-info); }
  #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"],
  #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"] ul { background: #007171; }
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"] .sidebar-footer,
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"] ul .sidebar-footer { background: #007171; }
  #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"],
  #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"] ul { background: #0073e6; }
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"] .sidebar-footer,
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"] ul .sidebar-footer { background: #0073e6; }
  #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"],
  #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"] ul { background: #7460ee; }
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"] .sidebar-footer,
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"] ul .sidebar-footer { background: #7460ee; }
  #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] { background: #1d2126; }
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] .sidebar-footer { background: #1d2126; border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] .sidebar-nav ul { background: #1d2126; }
      #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link { background-color: #21c1d6; }
   #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] { background: #fff; }
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-footer { background: #f2f4f8; }
      #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-footer a { color: var(--bs-font-color); }
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active { /*background-color: #26c6da; color: #fff !important;*/      opacity: 1; font-weight: 400; }
      #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active i { color: #5F7481; }
      #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active:after {  /* border-color: #fff;*/ }
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul { background: #fff; }
      #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link { color: #5F7481; font-weight: 400; }
        #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link i { color: #99abb4; }
        #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link:hover { color: #000; /*font-weight:300;*/ }
          #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul ul .sidebar-item .sidebar-link:hover { background-color: #fff; }
          #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link:hover i { color: #343a40; }
        #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item .sidebar-link.active { color: #212529; font-weight: 500; }

        #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link { color: #fff; background-color: var(--bs-info); }
        #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link svg path{stroke: #fff}
        #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link #ic_message path{stroke: none}
        #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link #ic_message path:nth-child(even){fill: #fff}
        #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link i { color: #fff; }
        #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link.has-arrow::after { border-color: #fff; }
        #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .sidebar-item.selected > .sidebar-link:hover i { color: #fff; }

      #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav ul .nav-small-cap { color: #99abb4; }
     /*
    #main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"] .sidebar-nav .has-arrow::after { border-color: #607d8b; }
    */

.alert-primary,  .alert-warning,  .alert-success,  .alert-info,  .alert-danger { /*color: #fff;*/ }
  .alert-primary .alert-link,  .alert-warning .alert-link,  .alert-success .alert-link,  .alert-info .alert-link,  .alert-danger .alert-link { /*color: #fff;*/ }

.alert.customize-alert { padding: 20px 25px; }
  .alert.customize-alert .btn-close { width: 25px; }
  .alert.customize-alert .side-line { position: absolute; width: 3px; height: 25px; left: 0; top: 50%; transform: translateY(-50%); }

@media (max-width: 575.98px) {
  .alert.customize-alert { padding: 20px 15px; }
}

/*******************
 Breadcrumb and page title
*******************/
.page-titles { padding: 15px 30px; }
.page-titles .text-themecolor { color: #000000; font-size: 2rem; }
.page-titles .breadcrumb { padding: 5px 0px 0px 0px ; margin: 0; background: transparent; font-size: 0.9375rem; }
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before { content: "\e649"; font-family: themify; color: #000000; font-size: 11px; }
.page-titles .breadcrumb-item + .breadcrumb-item {display: flex; align-items: center;}
.page-titles .breadcrumb-item a {color: #1C1C1C !important;}
.breadcrumb.bg-light-info .breadcrumb-item + .breadcrumb-item::before, .breadcrumb.border-info .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-info); }
.breadcrumb.bg-light-primary .breadcrumb-item + .breadcrumb-item::before, .breadcrumb.border-primary .breadcrumb-item + .breadcrumb-item::before {
  color: #7460ee; }
.breadcrumb.bg-light-warning .breadcrumb-item + .breadcrumb-item::before, .breadcrumb.border-warning .breadcrumb-item + .breadcrumb-item::before {
  color: #ffb22b; }
.breadcrumb.bg-light-danger .breadcrumb-item + .breadcrumb-item::before, .breadcrumb.border-danger .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-danger); }
.breadcrumb.bg-light-success .breadcrumb-item + .breadcrumb-item::before, .breadcrumb.border-success .breadcrumb-item + .breadcrumb-item::before {
  color: #21c1d6; }

.button-group .btn { margin-bottom: 8px; margin-right: 8px; }

.btn-circle { border-radius: 100%; width: 40px; height: 40px; padding: 5px; line-height: 30px; }
  .btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn { width: 35px; height: 35px; padding: 8px 10px; font-size: 14px; }
  .btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn { width: 50px; height: 50px; padding: 14px 10px; font-size: 18px; line-height: 23px; }
  .btn-circle.btn-xl { width: 70px; height: 70px; padding: 14px 15px; font-size: 24px; }

.btn-rounded { border-radius: 60px; padding: 7px 18px; }
  .btn-rounded.btn-xs { padding: 0.25rem 0.5rem; font-size: 10px; }
  .btn-rounded.btn-sm, .btn-group-sm > .btn-rounded.btn { padding: 0.25rem 0.5rem; font-size: 12px; }
  .btn-rounded.btn-md { padding: 12px 35px; font-size: 16px; }
  .btn-rounded.btn-lg, .btn-group-lg > .btn-rounded.btn { padding: 0.75rem 1.5rem; }

.btn-xs {padding: 0.25rem 0.5rem; font-size: 10px; }
.btn .text-active {display: none; }
.btn.active .text-active {display: inline-block; }
button:focus {outline: 0; }

.btn-danger,  .btn-primary,  .btn-info,  .btn-warning,  .btn-success { color: #fff; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.disabled, .btn-danger:disabled, .btn-danger.active, .btn-primary:hover, .btn-primary:focus, .btn-primary.disabled, .btn-primary:disabled,
  .btn-primary.active, .btn-info:hover, .btn-info:focus, .btn-info.disabled, .btn-info:disabled, .btn-info.active, .btn-warning:hover, .btn-warning:focus,  .btn-warning.disabled,
  .btn-warning:disabled, .btn-warning.active, .btn-success:hover, .btn-success:focus, .btn-success.disabled, .btn-success:disabled, .btn-success.active { color: #fff; }

.btn-outline-danger:hover, .btn-outline-primary:hover, .btn-outline-info:hover, .btn-outline-warning:hover, .btn-outline-success:hover { color: #fff; }

.btn-check:checked + .btn-outline-danger, .btn-check:checked + .btn-outline-primary,
.btn-check:checked + .btn-outline-info, .btn-check:checked + .btn-outline-warning, .btn-check:checked + .btn-outline-success, .btn-check.active + .btn-outline-danger,
.btn-check.active + .btn-outline-primary, .btn-check.active + .btn-outline-info, .btn-check.active + .btn-outline-warning, .btn-check.active + .btn-outline-success { color: #fff; }

.btn-circle { border-radius: 100%; width: 40px; height: 40px; padding: 5px; line-height: 30px; }
  .btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn { width: 35px; height: 35px; padding: 8px 10px; font-size: 14px; }
  .btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn { width: 50px; height: 50px; padding: 14px 10px; font-size: 18px; line-height: 23px; }
  .btn-circle.btn-xl { width: 70px; height: 70px; padding: 14px 15px; font-size: 24px; }

.btn-xs { padding: 0.25rem 0.5rem; font-size: 10px; }
.btn-rounded { border-radius: 60px; padding: 7px 18px; }
  .btn-rounded.btn-lg, .btn-group-lg > .btn-rounded.btn { padding: 0.75rem 1.5rem; }
  .btn-rounded.btn-sm, .btn-group-sm > .btn-rounded.btn { padding: 0.25rem 0.5rem; font-size: 12px; }
  .btn-rounded.btn-xs { padding: 0.25rem 0.5rem; font-size: 10px; }
  .btn-rounded.btn-md { padding: 12px 35px; font-size: 16px; }

.btn-default { background-color: var(--bs-info); color: #fff; }
  .btn-default:hover { color: #fff; }

/*
.btn-facebook { color: #fff; background-color: #3b5998; }
  .btn-facebook:hover { color: #fff; }

.btn-twitter { color: #fff; background-color: #55acee; }
  .btn-twitter:hover { color: #fff; }

.btn-linkedin { color: #fff; background-color: #007bb6; }
  .btn-linkedin:hover { color: #fff; }

.btn-dribbble { color: #fff; background-color: #ea4c89; }
  .btn-dribbble:hover { color: #fff; }

.btn-googleplus { color: #fff; background-color: #dd4b39; }
  .btn-googleplus:hover { color: #fff; }
.btn-instagram { color: #fff; background-color: #3f729b; }
.btn-pinterest { color: #fff; background-color: #cb2027; }

.btn-dropbox { color: #fff; background-color: #007ee5; }
.btn-flickr { color: #fff; background-color: #ff0084; }

.btn-tumblr { color: #fff; background-color: #32506d; }
.btn-skype { color: #fff; background-color: #00aff0; }

.btn-youtube { color: #fff; background-color: #ff0000; }
.btn-github { color: #fff; background-color: #171515; }
*/

.button-group .btn {
  margin-bottom: 8px; margin-right: 8px; }

.no-button-group .btn {
  margin-bottom: 5px; margin-right: 0px; }

.btn .text-active {
  display: none; }

.btn.active .text-active {
  display: inline-block; }

.btn.active .text {
  display: none; }

@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes animation-dropdown-menu-move-up {
  from {
    top: 71px; }
  to {
    top: 70px; } }

@keyframes animation-dropdown-menu-move-up {
  from {
    top: 71px; }
  to {
    top: 70px; } }

/*.dropdown-menu-animate-up {
  -webkit-animation: animation-dropdown-menu-fade-in 0.5s ease 1, animation-dropdown-menu-move-up 0.5s ease-out 1;
  animation: animation-dropdown-menu-fade-in 0.5s ease 1, animation-dropdown-menu-move-up 0.5s ease-out 1; }*/
.dropdown-menu-animate-up {-webkit-animation: none; animation: none} /* added by Mayur Kadu */

.btn-light-primary:hover {
  background-color: #7460ee; border-color: #7460ee; color: #fff !important; }
  .btn-light-primary:hover svg, .btn-light-primary:hover i {
    color: #fff !important; }

.btn-light-secondary:hover {
  background-color: #6c757d; border-color: #6c757d; color: #fff !important; }
  .btn-light-secondary:hover svg, .btn-light-secondary:hover i {
    color: #fff !important; }

.btn-light-success:hover {
  background-color: #21c1d6; border-color: #21c1d6; color: #fff !important; }
  .btn-light-success:hover svg, .btn-light-success:hover i {
    color: #fff !important; }

.btn-light-info:hover {
  background-color: var(--bs-info); border-color: var(--bs-info); color: #fff !important; }
  .btn-light-info:hover svg, .btn-light-info:hover i {
    color: #fff !important; }

.btn-light-warning:hover {
  background-color: #ffb22b; border-color: #ffb22b; color: #fff !important; }
  .btn-light-warning:hover svg, .btn-light-warning:hover i {
    color: #fff !important; }

.btn-light-danger:hover {
  background-color: var(--bs-danger); border-color: var(--bs-danger); color: #fff !important; }
  .btn-light-danger:hover svg, .btn-light-danger:hover i {
    color: #fff !important; }

.btn-close {
  background-size: 11px; }

.remove-close-icon .btn-close {
  background: none; opacity: 1; }

.form-check-input {
  background-position: left center; }

.form-check-input.check-outline.outline-success {
  border: 1px solid #21c1d6; background-color: transparent; }

.form-check-input.check-outline.outline-danger {
  border: 1px solid var(--bs-danger); background-color: transparent; }

.form-check-input.check-outline.outline-warning {
  border: 1px solid #ffb22b; background-color: transparent; }

.form-check-input.check-outline.outline-primary {
  border: 1px solid #7460ee; background-color: transparent; }

.form-check-input.check-outline.outline-secondary {
  border: 1px solid #6c757d; background-color: transparent; }

.form-check-input.check-light-success {
  background-color: #a8eef7; }

.form-check-input.check-light-warning {
  background-color: #fff8ec; }

.form-check-input.check-light-danger {
  background-color: #f9e7eb; }

.form-check-input.check-light-primary {
  background-color: #f1effd; }

.form-check-input.check-light-secondary {
  background-color: #dde1e4; }

.form-check-input.success:checked {
  background-color: #21c1d6 !important; border-color: #21c1d6 !important; }

.form-check-input.warning:checked {
  background-color: #ffb22b !important; border-color: #ffb22b !important; }

.form-check-input.danger:checked {
  background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }

.form-check-input.primary:checked {
  background-color: #7460ee !important; border-color: #7460ee !important; }

.form-check-input.secondary:checked {
  background-color: #6c757d !important; border-color: #6c757d !important; }

.card {
  margin-bottom: 30px; }
  .card .card-subtitle {
    margin-bottom: 10px; font-weight: 300; color: #a1aab2; }
  .card .card-title {
    margin-bottom: 10px; font-weight: 500; font-size: 1.25rem; }
  .card .card-actions a {
    cursor: pointer; padding: 0 5px; }
  .card .card-header .card-title {
    margin-bottom: 0; }

.card-group {
  margin-bottom: 30px; }
  .card-group .card {
    border-right: 1px solid #e9ecef; }

.card-hover {
  -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease; }
  .card-hover:hover {
    webkit-transform: translateY(-4px) scale(1.01);
    -moz-transform: translateY(-4px) scale(1.01);
    -ms-transform: translateY(-4px) scale(1.01);
    -o-transform: translateY(-4px) scale(1.01);
    transform: translateY(-4px) scale(1.01);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1); }

.draggable-cards .card-header {
  cursor: move; }

.card-moved .card {
  background: var(--bs-info); color: #fff; }

.modal-colored-header .modal-title {
  color: #fff; }

.modal-colored-header .btn-close {
  filter: invert(1); }

.toast:not(.showing):not(.show) {
  opacity: 1; }

.nav-pills.custom-pills .nav-link {  border-radius: 0; opacity: 0.7; }
  .nav-pills.custom-pills .nav-link.active { color: var(--bs-blue-light); background-color: transparent; border-bottom: 2px solid var(--bs-blue-light); opacity: 1; }

.custom-range,  [type="search"],  button.close { -webkit-appearance: none; }

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none; }

.custom-range::-moz-range-thumb {
  -moz-appearance: none; }

* { outline: none; }

body {
  overflow-x: hidden; margin: 0; color: var(--bs-font-color); background: #F6F8FA; position: relative; }

html {
  position: relative; min-height: 100%; }

b,  strong { font-weight: 500; }

a { color: var(--bs-blue-light); text-decoration: none; }
  a:hover, a:focus { text-decoration: none; color: var(--bs-info); }
  a.link {color: #252525; }
    a.link:hover, a.link:focus { color: var(--bs-blue-light); }

.op-5 {
  opacity: 0.5; }

html body .font-weight-medium {
  font-weight: 500; }

html body .display-5 {
  font-size: 3rem; }

html body .display-6 {
  font-size: 2.5rem; }

html body .display-7 {
  font-size: 2rem; }

ul.list-style-none { margin: 0; padding: 0; }
  ul.list-style-none li { list-style: none; }
    ul.list-style-none li a { display: block; padding: 8px 0; color: var(--bs-font-color); text-decoration: none; }
      ul.list-style-none li a:hover { color: var(--bs-blue-light); }

.round {
  line-height: 45px; width: 45px; height: 45px; }

.round-lg {
  line-height: 65px; width: 60px; height: 60px; font-size: 30px; }

ul.list-icons li a {
  color: var(--bs-font-color); }
  ul.list-icons li a:hover {
    color: var(--bs-info); }

ul.list-icons li i {
  font-size: 13px; }

.custom-select {
  -moz-appearance: none; -webkit-appearance: none; -o-appearance: none; background-size: auto; }

.no-wrap td,
.no-wrap th {
  white-space: nowrap; }

.v-middle td,
.v-middle th {
  vertical-align: middle; }

.grid-structure .grid-container {
  background-color: #f2f4f8; margin-bottom: 10px; font-size: 0.8rem; padding: 10px 20px; }

.icon-hover {
  cursor: pointer; border-radius: 8px; }
  .icon-hover i {
    font-size: 20px; margin-right: 8px; }
  .icon-hover:hover {
    background-color: #e9ecef; color: var(--bs-info); }

.form-select {
  background-image: url(../../v1/images/custom-select.png); background-size: auto; }

.progress-sm {
  height: 5px; }

.progress-md {
  height: 8px; }

.progress-lg {
  height: 12px; }

.progress-xl {
  height: 15px; }

.amp-pxl {
  position: relative; }
  .amp-pxl .ct-series-a .ct-bar {
    stroke: var(--bs-info); }
  .amp-pxl .ct-series-b .ct-bar {
    stroke: #21c1d6; }

.campaign {
  height: 266px; position: relative; }
  .campaign .ct-series-a .ct-area {
    fill-opacity: 0.2; fill: url(#gradient); }
  .campaign .ct-series-a .ct-line,
  .campaign .ct-series-a .ct-point {
    stroke: #21c1d6; stroke-width: 2px; }
  .campaign .ct-series-b .ct-area {
    fill: var(--bs-info); fill-opacity: 0.1; }
  .campaign .ct-series-b .ct-line,
  .campaign .ct-series-b .ct-point {
    stroke: var(--bs-info); stroke-width: 2px; }
  .campaign .ct-series-a .ct-point,
  .campaign .ct-series-b .ct-point {
    stroke-width: 6px; }

.add-ct-btn {
  right: 4px; top: -46px; }

.little-profile .pro-img {
  margin-top: -80px; margin-bottom: 20px; }

@media (min-width: 768px) {
  .profile-bg-height {
    max-height: 187px; }
  .blog-img-height {
    max-height: 238px; } }

.profile-card .profile-img {
  max-height: 401px; }

.blog-widget {
  margin-top: 30px; }
  .blog-widget .blog-image img {
    border-radius: 4px; margin-top: -45px; margin-bottom: 20px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.stylish-table tbody tr {
  border-left: 4px solid transparent; }
  .stylish-table tbody tr:hover, .stylish-table tbody tr.active {
    border-left: 4px solid var(--bs-info); }

.stylish-table tbody td small, .stylish-table tbody td .small {
  line-height: 12px; }

.campaign2 {
  position: relative; }
  .campaign2 .ct-series-a .ct-area {
    fill-opacity: 0.2; fill: url(#gradient); }
  .campaign2 .ct-series-a .ct-line,
  .campaign2 .ct-series-a .ct-point {
    stroke: #21c1d6; stroke-width: 2px; }
  .campaign2 .ct-series-b .ct-area {
    fill: var(--bs-info); fill-opacity: 0.1; }
  .campaign2 .ct-series-b .ct-line,
  .campaign2 .ct-series-b .ct-point {
    stroke: var(--bs-info); stroke-width: 2px; }
  .campaign2 .ct-series-a .ct-point,
  .campaign2 .ct-series-b .ct-point {
    stroke-width: 6px; }

.profile-card .profile-img {
  max-height: 380px; }

.profile-tab li a.nav-link, .customtab li a.nav-link { border: 0; padding: 15px 20px; color: var(--bs-font-color); font-size: 1rem; }
  .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid var(--bs-info); color: var(--bs-info); }
  .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: var(--bs-info); }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback { background: #a1aab2; }
.jvectormap-zoomin { top: 10px; }
.jvectormap-zoomout { top: 40px; }
.hide { display: none; }

.total-sales {
  position: relative; }
  .total-sales .chartist-tooltip {
    background: #2f3d4a; }
  .total-sales .ct-series-a .ct-bar {
    stroke: var(--bs-info); }
  .total-sales .ct-series-b .ct-bar {
    stroke: #21c1d6; }
  .total-sales .ct-series-c .ct-bar {
    stroke: var(--bs-danger); }

.ct-chart {
  position: relative; }
  .ct-chart .ct-series-a .ct-slice-donut {
    stroke: #21c1d6; }
  .ct-chart .ct-series-b .ct-slice-donut {
    stroke: #f2f4f8; }
  .ct-chart .ct-series-c .ct-slice-donut {
    stroke: var(--bs-info); }

.social-profile {
  text-align: center; background: rgba(7, 10, 43, 0.8); }

@media (max-width: 575.98px) {
  .social-profile-first {
    padding-top: 15% !important; max-height: 193px; } }

.card-fullscreen {
  position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 9999; overflow: auto; }

.error-box {
  position: fixed;
  background: url(../../v1/images/background/error-bg.jpg) no-repeat bottom 30% center #fff; }
  .error-box .error-body {
    padding-top: 5%; }

.auth-wrapper {
  position: relative; min-height: 100vh; }
  .auth-wrapper .auth-box {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);  /*margin: 10% 0;*/ max-width: 400px; width: 90%; }
    .auth-wrapper .auth-box.on-sidebar {
      position: absolute; top: 0; right: 0; height: 100%; }
  .auth-wrapper .auth-box-2 {
    padding: 40px; }
    .auth-wrapper .auth-box-2 .logo {
      text-align: center; }
  .auth-wrapper .logbox-content {
    width: 100%; margin-left: 400px; }
  .auth-wrapper #recoverform {
    display: none; }
  .auth-wrapper #registerform {
    display: none; }
  .auth-wrapper .auth-sidebar {
    position: fixed; height: 100%; right: 0px; overflow: auto; margin: 0px; top: 0px; }

@media (max-width: 767px) {
  .auth-wrapper .auth-sidebar {
    position: relative; max-width: 100%; width: 100%; margin: 40px 0 60px; }
  .auth-wrapper .demo-text {
    margin-top: 30px; }
  .auth-wrapper .logbox-content {
    margin-left: 0; }
  .auth-wrapper .auth-box-2.on-sidebar {
    position: relative;
    width: 100%; }
  .auth-wrapper .auth-box-2 {
    padding: 40px 25px; } }

@media (min-width: 1500px) {
  .inner-width-card {
    width: 450px; } }

.email-app .list-group .list-group-item {
  background: transparent; }
  .email-app .list-group .list-group-item .list-group-item-action {
    padding: 12px 15px;
    color: var(--bs-font-color); }
    .email-app .list-group .list-group-item .list-group-item-action:hover, .email-app .list-group .list-group-item .list-group-item-action.active {
      background: rgba(0, 0, 0, 0.03); }

.email-app .email-table {
  table-layout: fixed; }
  .email-app .email-table .selected {
    background: #fff8e1; }
  .email-app .email-table .chb {
    width: 50px; }
  .email-app .email-table .time {
    width: 100px; }
  .email-app .email-table .starred,
  .email-app .email-table .clip {
    width: 25px; }
  .email-app .email-table .user-image {
    width: 45px; }
  .email-app .email-table .user-name {
    width: 130px; }
    .email-app .email-table .user-name .m-b-0 {
      font-weight: 300; }
  .email-app .email-table .unread .m-b-0,
  .email-app .email-table .unread .max-texts {
    font-weight: 500; }

@media (max-width: 767.98px) {
  .email-table { min-width: 500px; }
}

form label { font-weight: 500; margin-bottom: 3px;  /*font-size: 15px;*/ }
.error .form-control { border-color: var(--bs-danger); }
.error .help-block { color: var(--bs-danger); }
.validate .form-control { border-color: #21c1d6; }
.validate .help-block { color: #21c1d6; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame { position: absolute; top: 30%; bottom: auto; }
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header, .dtp div.dtp-date, .dtp div.dtp-time, .dtp table.dtp-picker-days tr > td > a.selected { background: var(--bs-info); }
.dtp .p10 > a { color: #fff; }
.datepicker .day, .datepicker .dow { padding: 5px 10px; }
.docs-buttons .btn, .docs-data .input-group { margin-bottom: 5px; }
.scrollable { position: relative; }
.form-material .form-group { overflow: hidden; }
.form-material .form-control { background-color: rgba(0, 0, 0, 0); background-position: bottom; background-repeat: no-repeat; background-size: 0 2px, 100% 1px; padding: 0; transition: background 0s ease-out 0s; height: calc(2.25rem + 2px); }
.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus { background-image: linear-gradient(var(--bs-info), var(--bs-info)), linear-gradient(#e9ecef, #e9ecef); border: 0 none; border-radius: 0; box-shadow: none !important; float: none; background-position: bottom; }
.form-material .form-control.focus, .form-material .form-control:focus { background-size: 100% 2px, 100% 1px; outline: 0 none; transition-duration: 0.3s; }
.form-control-line .form-group { overflow: hidden; }

.form-control-line .form-control {
  border: 0px; border-radius: 0px; padding-left: 0px; border-bottom: 1px solid #e9ecef; }
  .form-control-line .form-control:focus { border-bottom: 1px solid var(--bs-info); }

select.form-control.form-control-line { -webkit-appearance: auto; -moz-appearance: auto; }
.btn-file { overflow: hidden; position: relative; vertical-align: middle; }
  .btn-file > input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); font-size: 23px; height: 100%; width: 100%; direction: ltr; cursor: pointer; border-radius: 0px; }

.fileinput .input-group-addon { border-right: 1px solid #e9ecef; }
.fileinput .form-control { padding-top: 7px; padding-bottom: 5px; display: inline-block; margin-bottom: 0px; vertical-align: middle; cursor: text; }
.fileinput .thumbnail { overflow: hidden; display: inline-block; margin-bottom: 5px; vertical-align: middle; text-align: center; }
.fileinput .thumbnail > img { max-height: 100%; }
.fileinput .btn { vertical-align: middle; }
.fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists { display: none; }
.fileinput-inline .fileinput-controls { display: inline; }

.fileinput-filename {vertical-align: middle; display: inline-block; overflow: hidden; }
.form-control .fileinput-filename {vertical-align: bottom; }
.fileinput.input-group > * { position: relative; z-index: 2; }
.fileinput.input-group > .btn-file { z-index: 1; }

.form-control-danger, .form-control-success, .form-control-warning { padding-right: 2.25rem; background-repeat: no-repeat; background-position: center right 0.5625rem; -webkit-background-size: 1.125rem 1.125rem; background-size: 1.125rem 1.125rem; }
.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback,
.has-success .form-control-label { color: #21c1d6; }

.has-success .form-control-success { background-image: url(../../v1/images/icon/success.svg); }
.has-success .form-control { border-color: #21c1d6; }
.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label { color: #ffb22b; }
.has-warning .form-control-warning { background-image: url(../../v1/images/icon/warning.svg); }
.has-warning .form-control { border-color: #ffb22b; }

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {  color: var(--bs-danger); }
.has-danger .form-control-danger { background-image: url(../../v1/images/icon/danger.svg); }
.has-danger .form-control { border-color: var(--bs-danger); }
.floating-labels .form-control { box-shadow: none; }
.floating-labels .form-group { position: relative; }
.floating-labels .form-control { padding: 10px 10px 10px 0; display: block; border: none; font-family: "Poppins", sans-serif; border-radius: 0px; border-bottom: 1px solid #e9ecef; }
  .floating-labels .form-control:focus { box-shadow: none; }

.floating-labels select.form-control > option { font-size: 14px; }
.floating-labels .has-error .form-control { border-bottom: 1px solid var(--bs-danger) !important; }
.floating-labels .has-warning .form-control { border-bottom: 1px solid #ffb22b !important; }
.floating-labels .has-success .form-control { border-bottom: 1px solid #21c1d6 !important; }
.floating-labels .form-control:focus { outline: none; border: none; }
.floating-labels label { color: var(--bs-font-color); position: absolute; cursor: auto; top: 5px; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; }
.floating-labels .focused label { top: -20px; font-size: 12px; color: #343a40; }

.floating-labels .bar { position: relative; display: block; }
.floating-labels .bar:before, .floating-labels .bar:after { content: ""; height: 2px; width: 0; bottom: 1px; position: absolute; background: var(--bs-blue-light); transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; }

.floating-labels .bar:before { left: 50%; }
.floating-labels .bar:after { right: 50%; }

.floating-labels .form-control:focus ~ .bar:before, .floating-labels .form-control:focus ~ .bar:after { width: 50%; }
.floating-labels .highlight { position: absolute; height: 60%; width: 100px; top: 25%; left: 0; pointer-events: none; opacity: 0.5; }
.floating-labels .input-lg ~ label, .floating-labels .input-lg { font-size: 24px; }
.floating-labels .input-sm ~ label, .floating-labels .input-sm { font-size: 16px; }
.has-warning .bar:before, .has-warning .bar:after { background: #ffb22b; }
.has-success .bar:before, .has-success .bar:after { background: #21c1d6; }
.has-error .bar:before, .has-error .bar:after { background: var(--bs-danger); }
.bootstrap-switch { margin-bottom: 10px; }

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary { background: var(--bs-info); }

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info { background: #26c6da; }

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success { background: #21c1d6; }

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning { background: #ffb22b; }

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger { background: var(--bs-danger); }

.btn.move, .btn.remove, .btn.removeall, .btn.moveall {color: #fff; }

.wizard-content .wizard > .actions > ul > li > a,
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active { padding: 7px 20px; border-radius: 25px; font-size: 15px; font-weight: 400; }

.wizard > .actions a:hover,
.wizard-content .wizard > .actions a,
.wizard-content .wizard > .actions a:hover { background: var(--bs-info); }

.r-separator .form-group {border-bottom: 1px solid #e9ecef; }
  .r-separator .form-group:last-child { border-bottom: none; }

.striped-rows .row:nth-child(odd) { background-color: #f2f4f8; }
.b-form .row { border-bottom: 1px solid #e9ecef; margin-bottom: 0; padding: 15px 0; }
  .b-form .row:last-child { border-bottom: none; }
.b-label { display: flex; align-items: center; justify-content: flex-end; }

.el-element-overlay .white-box { padding: 0; }
.el-element-overlay .el-card-item .el-overlay-1 { cursor: default; }
  .el-element-overlay .el-card-item .el-overlay-1 img { height: auto; -webkit-transition: all 0.4s linear; transition: all 0.4s linear; }
  .el-element-overlay .el-card-item .el-overlay-1:hover img { -ms-transform: scale(1.2) translateZ(0); -webkit-transform: scale(1.2) translateZ(0);
    /* transform: scale(1.2) translateZ(0); */ }
  .el-element-overlay .el-card-item .el-overlay-1 .el-info {
    position: absolute; top: 50%; left: 0; right: 0; margin: auto; text-decoration: none; filter: alpha(opacity=0); -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
    transform: translateY(-50%) translateZ(0); -webkit-transform: translateY(-50%) translateZ(0); -ms-transform: translateY(-50%) translateZ(0); }
    .el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link {
      padding: 12px 15px 10px; }
      .el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link:hover {
        border-color: var(--bs-blue-light); background: var(--bs-blue-light); }

.el-element-overlay .el-card-item .el-overlay {
  position: absolute; top: 0; left: 0; height: 100%; opacity: 0; background-color: rgba(0, 0, 0, 0.7); -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
  opacity: 1; filter: alpha(opacity=100);
  -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }

.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn { top: -100%; }
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up { top: 100%; height: 0; }
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn { top: 0; }
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up { top: 0; height: 100%; }
.gmaps, .gmaps-panaroma { height: 300px; }
.gmaps, .gmaps-panaroma { height: 300px; background: #e9ecef; border-radius: 4px; }
.gmaps-overlay { display: block; background: var(--bs-info); border-radius: 4px; text-align: center; color: #fff; font-size: 16px; line-height: 40px; padding: 10px 20px; }
.gmaps-overlay_arrow { left: 50%; margin-left: -16px; width: 0; height: 0; }
.gmaps-overlay_arrow.above { bottom: -15px; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 16px solid var(--bs-info); }

.gmaps-overlay_arrow.below { top: -15px; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 16px solid var(--bs-info); }

.jvectormap-zoomin, .jvectormap-zoomout { width: 10px; height: 10px; line-height: 10px; }
.jvectormap-zoomout { top: 40px; }
.title-part-padding { padding: 15px 20px; }
.fill-white { fill: rgba(255, 255, 255, 0.1); }
.feather-sm { width: 18px; height: 18px; }
.feather-lg { width: 28px; height: 28px; }
.feather-xl { width: 35px; height: 35px; }
.price-label { position: absolute; top: -10px; margin: 0 auto; left: 0; right: 0; width: 100px; padding: 5px 10px; }
.price-sign { font-size: 15px; position: absolute; top: 5px; margin-left: -10px; }

table.customize-table td, table.customize-table th { padding: 15px 20px; }
.table-light { color: var(--bs-font-color); }
.bootstrap-table .pull-right { float: right; }

.bootstrap-table .pull-left { float: left; }
.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 600px; list-style: none; font-size: 13px; line-height: 20px; }
.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }

.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item, .dd-empty, .dd-placeholder {
  display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; cursor: move; color: #979898; text-decoration: none; font-weight: bold; border: 1px solid #e5e5e5; background: #fafafa; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-handle:hover { color: #317eeb; background: #fff; }
.dd-item > button { display: block; position: absolute; cursor: pointer; height: 25px; margin: 5px; width: 25px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }

.dd-item > button:before { content: "+"; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: "-"; }
.dd-placeholder, .dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f5f5f5; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5; background-size: 60px 60px; background-position: 0 0, 30px 30px; }
.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle { -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }
.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #979898; text-decoration: none; font-weight: bold; border: 1px solid #e5e5e5; background: #fafafa; box-sizing: border-box; -moz-box-sizing: border-box; }

.dd3-content:hover { color: #317eeb; background: #fff; }
.dd-dragel > .dd3-item > .dd3-content { margin: 0; }
.dd3-item > button { margin-left: 30px; }
.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 1px solid #ccc; background: #d5d5d5; border-top-right-radius: 0; border-bottom-right-radius: 0; }

.dd3-handle:before {  content: "\f0c9";  font-family: "Font Awesome 5 Free"; display: block; position: absolute; left: 0; width: 100%; text-align: center; text-indent: 0; font-size: 14px; font-weight: 900; color: var(--bs-font-color); top: 7px; }
.dd3-handle:hover { background: #404040; border: 1px solid #404040; }
.dd3-handle:before { color: var(--bs-font-color); top: 7px; }
.bootstrap-maxlength { margin-top: 0.5rem; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s; animation-duration: 2s; }

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: 0.75s; animation-duration: 0.75s; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash; animation-name: flash; }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake; animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada; animation-name: tada; }

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none; transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none; transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none; transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none; transform: none; } }

.wobble {
  -webkit-animation-name: wobble; animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none; transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none; transform: none; } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none; transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight; animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut; animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight; animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

.scale-up {
  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: scale(0); transform: scale(0); display: inline-block; transform-origin: right 0px; }

.scale-up-left {
  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: scale(0); transform: scale(0); display: inline-block; transform-origin: left 0px; }

.show > .scale-up {
  transform: scale(1); transform-origin: right 0px; }

.show > .scale-up-left {
  transform: scale(1); transform-origin: left 0px; }

.calendar {
  margin-bottom: 0; }

.fc-view {
  margin-top: 30px; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin-bottom: 5px; margin-top: 15px; }
  .fc-toolbar h2, .fc-toolbar .h2 {
    font-size: 18px; font-weight: 500; line-height: 30px; text-transform: uppercase; }

.fc-day {
  background: #fff; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar button:focus, .fc-toolbar button:hover, .fc-toolbar .ui-state-hover {
  z-index: 0; }

.fc-widget-header {
  border: 0 !important; }

.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important; }

.fc th.fc-widget-header {
  color: var(--bs-font-color); font-size: 13px; line-height: 20px; text-transform: uppercase; font-weight: 300; padding: 7px 0; }

.fc th.fc-sun, .fc th.fc-tue, .fc th.fc-thu, .fc th.fc-sat, .fc th.fc-mon, .fc th.fc-wed, .fc th.fc-fri {
  background: #f2f7f8; }

.fc-view {
  margin-top: 0; }

.fc-toolbar {
  margin: 0; padding: 24px 0; }

.fc-button {
  background: #fff; border: 1px solid #e9ecef; color: var(--bs-font-color); text-transform: capitalize; }
  .fc-button:hover {
    background: #f2f4f8; opacity: 0.8; }

.fc-text-arrow {
  font-size: 16px; font-family: inherit; }

.fc-state-hover {
  background: #f5f5f5; }

.fc-unthemed .fc-today {
  border: 1px solid var(--bs-danger); background: #f2f4f8 !important; }

.fc-state-highlight,
.fc-cell-overlay {
  background: #f0f0f0; }

.fc-unthemed .fc-today {
  background: #fff; }

.fc-event {
  border-radius: 0; border: none; background: var(--bs-info); color: #fff !important; padding: 5px 5px; margin: 1px -1px 0 -1px; cursor: move; font-size: 13px; text-align: center; }

.calendar-event {
  margin: 10px 5px 0 0; padding: 6px 10px; display: inline-block; cursor: move; color: #fff; text-align: center; min-width: 140px; background: var(--bs-info); }
  .calendar-event a {
    opacity: 0.6; font-size: 10px; color: #fff; margin: 4px 0 0 10px; }

.fc-basic-view td.fc-week-number span {
  padding-right: 5px; }

.fc-basic-view .fc-day-number {
  display: inline-block; padding: 10px 15px; }

.fc-state-default {
  text-shadow: none; box-shadow: none; }

.fc-basic-view .fc-body .fc-row { min-height: 5rem; }
.fc-toolbar .fc-button-group { border: 1px solid var(--bs-info); border-radius: 4px; }
.fc-toolbar .fc-button { background: var(--bs-info); color: #fff; border: none; }
.fc-toolbar .fc-button:hover { background: var(--bs-info); opacity: 1; }
.fc-toolbar .fc-button.fc-state-active { background: #fff; color: var(--bs-info); }
.fc-widget-header { border: 0px !important; }
.fc-widget-content { border-color: rgba(120, 130, 140, 0.13) !important; }
.fc-widget-content tr { border-bottom: none; }
.fc-view { margin-top: 0px; }
.fc-toolbar { margin: 0px; padding: 24px 0px; }
.fc-event { border-radius: 0px; border: none; cursor: move; color: #fff !important; font-size: 13px; margin: 1px -1px 0 -1px; padding: 5px 5px; text-align: center; background: #7460ee; }

html body .jqstooltip, html body .flotTip { height: auto !important; width: auto !important; background: #212529; border-color: #212529; color: #fff; padding: 5px 10px; }
html body .jqstooltip { border-color: tranparent; border-radius: 60px; }

.chartist-tooltip {
  position: absolute; display: inline-block; opacity: 0; min-width: 50px; padding: 5px 10px; background: #313131; color: #fff; border-radius: 5px; font-weight: 500; text-align: center; pointer-events: none; z-index: 1;
  -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
  .chartist-tooltip:before { display: none; }
  .chartist-tooltip.tooltip-show { opacity: 1; }

.ct-area, .ct-line { pointer-events: none; }

.c3-chart-arcs-title { fill: #a1aab2; }
.c3 line,  .c3 path { stroke: rgba(0, 0, 0, 0.2); }
.c3-chart-arc path { stroke: transparent; }
.gaugejs-box { position: relative; margin: 0 auto; }

.gaugejs-box canvas.gaugejs { width: 100% !important; height: auto !important; }
.css-bar { z-index: 9; }
.flot-chart {  display: block; height: 400px; }
.flot-chart-content { width: 100%; height: 400px; }

.table thead th, .table tfoot th, .table th { font-weight: 500; }
.page-link { color: var(--bs-info); }
.table.dataTable { border-collapse: collapse !important; }
.dataTables_wrapper { padding: 0px; }
.note-editor.note-frame, .dropzone { border-color: #e9ecef; }
.note-toolbar { z-index: 1; }
.note-toolbar-wrapper { height: 33px !important; }
.dropzone { border-style: dotted; }
#demo-foo-accordion .open > .dropdown-menu, #demo-foo-accordion2 .open > .dropdown-menu,
#footable-addrow .open > .dropdown-menu { display: block; }
table.footable thead tr.footable-filtering th ul.dropdown-menu li a.checkbox { padding-left: 0; }
table.footable thead tr.footable-filtering th ul.dropdown-menu li a.checkbox input[type="checkbox"] {
  position: relative; margin-right: 10px; margin-left: -20px; left: 0; opacity: 1; }

table.footable thead tr.footable-filtering th ul.dropdown-menu li .checkbox label::before { display: none; }
.footable .pagination li a { position: relative; margin-left: -1px; border: 1px solid #e9ecef; color: var(--bs-info); background-color: #fff; padding: 0.5rem 0.75rem; display: block; line-height: 1.25; }
.footable .pagination li.active a { z-index: 2; border-color: var(--bs-info); color: #fff; background-color: var(--bs-info); }
.footable .pagination li.disabled a { border-color: #f2f4f8; color: #e9ecef; background-color: #fff; pointer-events: none; cursor: not-allowed; }
.footable .pagination li:first-child a { border-radius: 0.25rem 0 0 0.25rem; margin-left: 0; }

form p {margin-bottom: 10px; text-align: left; }
form p:last-child { margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked)[class*="material-inputs"],
[type="checkbox"]:checked[class*="material-inputs"] { position: absolute; left: -9999px; opacity: 0; }
[type="checkbox"] { /* checkbox aspect */ }

[type="checkbox"].material-inputs + label {
  position: relative; padding-left: 26px; cursor: pointer; display: inline-block; height: 16px; line-height: 21px; font-size: 1rem; -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

[type="checkbox"].material-inputs + label:before,
[type="checkbox"].material-inputs:not(.filled-in) + label:after {
  content: ""; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 1px solid #b1b8bb; border-radius: 1px; margin-top: 2px; transition: 0.2s; }

[type="checkbox"].material-inputs:not(.filled-in) + label:after { border: 0; -webkit-transform: scale(0); transform: scale(0); }
[type="checkbox"].material-inputs:not(:checked):disabled + label:before { border: none; background-color: rgba(0, 0, 0, 0.26); }
[type="checkbox"].material-inputs.tabbed:focus + label:after { -webkit-transform: scale(1); transform: scale(1); border: 0; border-radius: 50%; box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1); }
[type="checkbox"].material-inputs:checked + label:before { top: -4px; left: -5px; width: 12px; height: 22px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a; -webkit-transform: rotate(40deg); transform: rotate(40deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }

[type="checkbox"].material-inputs:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26); border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"].material-inputs:indeterminate + label:before {
  top: -11px; left: -12px; width: 10px; height: 22px; border-top: none; border-left: none; border-right: 2px solid #26a69a;
  border-bottom: none; -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }

[type="checkbox"].material-inputs:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26); background-color: transparent; }

[type="checkbox"].material-inputs.filled-in + label:after { border-radius: 2px; }

[type="checkbox"].material-inputs.filled-in + label:before, [type="checkbox"].material-inputs.filled-in + label:after {
  content: ""; left: 0; position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s; z-index: 1; }

[type="checkbox"].material-inputs.filled-in:not(:checked) + label:before {
  width: 0; height: 0; border: 3px solid transparent; left: 6px; top: 10px; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 20% 40%; transform-origin: 100% 100%; }

[type="checkbox"].material-inputs.filled-in:not(:checked) + label:after {
  height: 20px; width: 20px; background-color: transparent; border: 2px solid #e9ecef; top: 0px; z-index: 0; }

[type="checkbox"].material-inputs.filled-in:checked + label:before {
  top: 0; left: 1px; width: 8px; height: 13px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #fff;border-bottom: 2px solid #fff; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }

[type="checkbox"].material-inputs.filled-in:checked + label:after { top: 0; width: 20px; height: 20px; border: 2px solid #26a69a; background-color: #26a69a; z-index: 0; }
[type="checkbox"].material-inputs.filled-in.tabbed:focus + label:after { border-radius: 2px; border-color: #e9ecef; background-color: rgba(0, 0, 0, 0.1); }
[type="checkbox"].material-inputs.filled-in.tabbed:checked:focus + label:after { border-radius: 2px; background-color: #26a69a; border-color: #26a69a; }
[type="checkbox"].material-inputs.filled-in:disabled:not(:checked) + label:before { background-color: transparent; border: 2px solid transparent; }
[type="checkbox"].material-inputs.filled-in:disabled:not(:checked) + label:after { border-color: transparent; background-color: #bdbdbd; }
[type="checkbox"].material-inputs.filled-in:disabled:checked + label:before { background-color: transparent; }

[type="checkbox"].material-inputs.filled-in:disabled:checked + label:after {background-color: #bdbdbd; border-color: #bdbdbd; }
[type="radio"].material-inputs:not(:checked)[class*="material-inputs"], [type="radio"].material-inputs:checked[class*="material-inputs"] { position: absolute; left: -9999px; opacity: 0; }

[type="radio"].material-inputs:not(:checked) + label, [type="radio"].material-inputs:checked + label {
  position: relative; padding-left: 26px; cursor: pointer; display: inline-block; height: 16px; line-height: 21px; font-size: 1rem; transition: 0.28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

[type="radio"].material-inputs + label:before, [type="radio"].material-inputs + label:after {
  content: ""; position: absolute; left: 0; top: 0; margin: 4px; width: 16px; height: 16px; z-index: 0; transition: 0.28s ease; border-radius: 50%; }

/* Unchecked styles */
[type="radio"].material-inputss:not(:checked) + label:before, [type="radio"].material-inputss:not(:checked) + label:after,
[type="radio"].material-inputss:checked + label:before, [type="radio"].material-inputss:checked + label:after,
[type="radio"].material-inputss.with-gap:checked + label:before, [type="radio"].material-inputss.with-gap:checked + label:after { border-radius: 50%; }
[type="radio"].material-inputs:not(:checked) + label:before, [type="radio"].material-inputs:not(:checked) + label:after { border: 2px solid #e9ecef; }
[type="radio"].material-inputs:not(:checked) + label:after { z-index: -1; -webkit-transform: scale(0); transform: scale(0); }

/* Checked styles */
[type="radio"].material-inputs:checked + label:before { border: 2px solid transparent; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs:checked + label:after,
[type="radio"].material-inputs.with-gap:checked + label:before,
[type="radio"].material-inputs.with-gap:checked + label:after { border: 2px solid #26a69a; }
[type="radio"].material-inputs:checked + label:after,
[type="radio"].material-inputs.with-gap:checked + label:after { background-color: #26a69a; z-index: 0; }
[type="radio"].material-inputs:checked + label:after { -webkit-transform: scale(1.02); transform: scale(1.02); }

/* Radio With gap */
[type="radio"].material-inputs.with-gap:checked + label:after { -webkit-transform: scale(0.5); transform: scale(0.5); }

/* Focused styles */
[type="radio"].material-inputs.tabbed:focus + label:before { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); animation: ripple 0.2s linear forwards; }

/* Disabled Radio With gap */
[type="radio"].material-inputs.with-gap:disabled:checked + label:before { border: 2px solid rgba(0, 0, 0, 0.26); animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap:disabled:checked + label:after { border: none; background-color: rgba(0, 0, 0, 0.26); }

/* Disabled style */
[type="radio"].material-inputs:disabled:not(:checked) + label:before,
[type="radio"].material-inputs:disabled:checked + label:before { background-color: transparent; border-color: rgba(0, 0, 0, 0.26); animation: ripple 0.2s linear forwards; }

[type="radio"].material-inputs:disabled + label { color: rgba(0, 0, 0, 0.26); }
[type="radio"].material-inputs:disabled:not(:checked) + label:before { border-color: rgba(0, 0, 0, 0.26); }
[type="radio"].material-inputs:disabled:checked + label:after { background-color: rgba(0, 0, 0, 0.26); border-color: #bdbdbd; }
[type="checkbox"].material-inputs + label { padding-left: 26px; height: 16px; line-height: 21px; font-weight: normal; }
[type="checkbox"].material-inputs:checked + label:before { top: -4px; left: -2px; width: 11px; height: 19px; }
[type="checkbox"].material-inputs:checked.chk-col-red + label:before { border-right: 2px solid #fb3a3a; border-bottom: 2px solid #fb3a3a; }
[type="checkbox"].material-inputs:checked.chk-col-pink + label:before { border-right: 2px solid #e91e63; border-bottom: 2px solid #e91e63; }
[type="checkbox"].material-inputs:checked.chk-col-purple + label:before { border-right: 2px solid #7460ee; border-bottom: 2px solid #7460ee; }
[type="checkbox"].material-inputs:checked.chk-col-deep-purple + label:before { border-right: 2px solid #673ab7; border-bottom: 2px solid #673ab7; }
[type="checkbox"].material-inputs:checked.chk-col-indigo + label:before { border-right: 2px solid #3f51b5; border-bottom: 2px solid #3f51b5; }
[type="checkbox"].material-inputs:checked.chk-col-blue + label:before { border-right: 2px solid #02bec9; border-bottom: 2px solid #02bec9; }
[type="checkbox"].material-inputs:checked.chk-col-light-blue + label:before { border-right: 2px solid #03a9f4; border-bottom: 2px solid #03a9f4; }
[type="checkbox"].material-inputs:checked.chk-col-cyan + label:before { border-right: 2px solid #00bcd4; border-bottom: 2px solid #00bcd4; }
[type="checkbox"].material-inputs:checked.chk-col-teal + label:before { border-right: 2px solid #009688; border-bottom: 2px solid #009688; }
[type="checkbox"].material-inputs:checked.chk-col-green + label:before { border-right: 2px solid #26c6da; border-bottom: 2px solid #26c6da; }
[type="checkbox"].material-inputs:checked.chk-col-light-green + label:before { border-right: 2px solid #8bc34a; border-bottom: 2px solid #8bc34a; }
[type="checkbox"].material-inputs:checked.chk-col-lime + label:before { border-right: 2px solid #cddc39; border-bottom: 2px solid #cddc39; }
[type="checkbox"].material-inputs:checked.chk-col-yellow + label:before { border-right: 2px solid #ffe821; border-bottom: 2px solid #ffe821; }
[type="checkbox"].material-inputs:checked.chk-col-amber + label:before { border-right: 2px solid #ffc107; border-bottom: 2px solid #ffc107; }
[type="checkbox"].material-inputs:checked.chk-col-orange + label:before { border-right: 2px solid #ff9800; border-bottom: 2px solid #ff9800; }
[type="checkbox"].material-inputs:checked.chk-col-deep-orange + label:before { border-right: 2px solid #ff5722; border-bottom: 2px solid #ff5722; }
[type="checkbox"].material-inputs:checked.chk-col-brown + label:before { border-right: 2px solid #795548; border-bottom: 2px solid #795548; }
[type="checkbox"].material-inputs:checked.chk-col-grey + label:before { border-right: 2px solid #9e9e9e; border-bottom: 2px solid #9e9e9e; }
[type="checkbox"].material-inputs:checked.chk-col-blue-grey + label:before {border-right: 2px solid #607d8b; border-bottom: 2px solid #607d8b; }
[type="checkbox"].material-inputs:checked.chk-col-black + label:before { border-right: 2px solid #000000; border-bottom: 2px solid #000000; }
[type="checkbox"].material-inputs:checked.chk-col-white + label:before { border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; }
[type="checkbox"].material-inputs.filled-in:checked + label:after { top: 0; width: 20px; height: 20px; border: 2px solid #26a69a; background-color: #26a69a; z-index: 0; }
[type="checkbox"].material-inputs.filled-in:checked + label:before { border-right: 2px solid #fff !important; border-bottom: 2px solid #fff !important; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-red + label:after { border: 2px solid #fb3a3a; background-color: #fb3a3a; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-pink + label:after { border: 2px solid #e91e63; background-color: #e91e63; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-purple + label:after { border: 2px solid #7460ee; background-color: #7460ee; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-deep-purple + label:after { border: 2px solid #673ab7; background-color: #673ab7; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-indigo + label:after { border: 2px solid #3f51b5; background-color: #3f51b5; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-blue + label:after { border: 2px solid #02bec9; background-color: #02bec9; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-light-blue + label:after { border: 2px solid #03a9f4; background-color: #03a9f4; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-cyan + label:after { border: 2px solid #00bcd4; background-color: #00bcd4; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-teal + label:after { border: 2px solid #009688; background-color: #009688; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-green + label:after { border: 2px solid #26c6da; background-color: #26c6da; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-light-green + label:after { border: 2px solid #8bc34a; background-color: #8bc34a; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-lime + label:after { border: 2px solid #cddc39; background-color: #cddc39; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-yellow + label:after { border: 2px solid #ffe821; background-color: #ffe821; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-amber + label:after { border: 2px solid #ffc107; background-color: #ffc107; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-orange + label:after { border: 2px solid #ff9800; background-color: #ff9800; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-deep-orange + label:after { border: 2px solid #ff5722; background-color: #ff5722; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-brown + label:after { border: 2px solid #795548; background-color: #795548; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-grey + label:after { border: 2px solid #9e9e9e; background-color: #9e9e9e; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-blue-grey + label:after { border: 2px solid #607d8b; background-color: #607d8b; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-black + label:after { border: 2px solid #000000; background-color: #000000; }
[type="checkbox"].material-inputs.filled-in:checked.chk-col-white + label:after { border: 2px solid #ffffff; background-color: #ffffff; }
[type="radio"].material-inputs:not(:checked) + label { padding-left: 26px; height: 22px; line-height: 22px; font-weight: normal; }
[type="radio"].material-inputs:checked + label { padding-left: 26px; height: 22px; line-height: 22px; font-weight: normal; }
[type="radio"].material-inputs.radio-col-red:checked + label:after { background-color: #fb3a3a; border-color: #fb3a3a; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-pink:checked + label:after { background-color: #e91e63; border-color: #e91e63; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-purple:checked + label:after { background-color: #7460ee; border-color: #7460ee; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-deep-purple:checked + label:after { background-color: #673ab7; border-color: #673ab7; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-indigo:checked + label:after {background-color: #3f51b5; border-color: #3f51b5; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-blue:checked + label:after {background-color: #02bec9; border-color: #02bec9; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-light-blue:checked + label:after {background-color: #03a9f4; border-color: #03a9f4; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-cyan:checked + label:after {background-color: #00bcd4; border-color: #00bcd4; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-teal:checked + label:after {background-color: #009688; border-color: #009688; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-green:checked + label:after {background-color: #26c6da; border-color: #26c6da; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-light-green:checked + label:after {background-color: #8bc34a; border-color: #8bc34a; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-lime:checked + label:after {background-color: #cddc39; border-color: #cddc39; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-yellow:checked + label:after {background-color: #ffe821; border-color: #ffe821; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-amber:checked + label:after {background-color: #ffc107; border-color: #ffc107; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-orange:checked + label:after {background-color: #ff9800; border-color: #ff9800; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-deep-orange:checked + label:after {background-color: #ff5722; border-color: #ff5722; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-brown:checked + label:after {background-color: #795548; border-color: #795548; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-grey:checked + label:after {background-color: #9e9e9e; border-color: #9e9e9e; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-blue-grey:checked + label:after {background-color: #607d8b; border-color: #607d8b; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-black:checked + label:after {background-color: #000000; border-color: #000000; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.radio-col-white:checked + label:after { background-color: #ffffff; border-color: #ffffff; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-red:checked + label:before {border: 2px solid #fb3a3a; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-red:checked + label:after {background-color: #fb3a3a; border: 2px solid #fb3a3a; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-pink:checked + label:before {border: 2px solid #e91e63; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-pink:checked + label:after {background-color: #e91e63; border: 2px solid #e91e63; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-purple:checked + label:before {border: 2px solid #7460ee; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-purple:checked + label:after {background-color: #7460ee; border: 2px solid #7460ee; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-deep-purple:checked + label:before {border: 2px solid #673ab7; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-deep-purple:checked + label:after {background-color: #673ab7; border: 2px solid #673ab7; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-indigo:checked + label:before {border: 2px solid #3f51b5; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-indigo:checked + label:after {background-color: #3f51b5; border: 2px solid #3f51b5; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-blue:checked + label:before {border: 2px solid #02bec9; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-blue:checked + label:after {background-color: #02bec9; border: 2px solid #02bec9; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-light-blue:checked + label:before {border: 2px solid #03a9f4; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-light-blue:checked + label:after { background-color: #03a9f4; border: 2px solid #03a9f4; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-cyan:checked + label:before { border: 2px solid #00bcd4; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-cyan:checked + label:after { background-color: #00bcd4; border: 2px solid #00bcd4; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-teal:checked + label:before { border: 2px solid #009688; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-teal:checked + label:after { background-color: #009688; border: 2px solid #009688; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-green:checked + label:before { border: 2px solid #26c6da; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-green:checked + label:after { background-color: #26c6da; border: 2px solid #26c6da; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-light-green:checked + label:before { border: 2px solid #8bc34a; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-light-green:checked + label:after { background-color: #8bc34a; border: 2px solid #8bc34a; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-lime:checked + label:before { border: 2px solid #cddc39; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-lime:checked + label:after { background-color: #cddc39; border: 2px solid #cddc39; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-yellow:checked + label:before { border: 2px solid #ffe821; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-yellow:checked + label:after { background-color: #ffe821; border: 2px solid #ffe821; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-amber:checked + label:before { border: 2px solid #ffc107; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-amber:checked + label:after { background-color: #ffc107; border: 2px solid #ffc107; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-orange:checked + label:before { border: 2px solid #ff9800; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-orange:checked + label:after { background-color: #ff9800; border: 2px solid #ff9800; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-deep-orange:checked + label:before { border: 2px solid #ff5722; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-deep-orange:checked + label:after { background-color: #ff5722; border: 2px solid #ff5722; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-brown:checked + label:before { border: 2px solid #795548; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-brown:checked + label:after { background-color: #795548; border: 2px solid #795548; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-grey:checked + label:before { border: 2px solid #9e9e9e; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-grey:checked + label:after { background-color: #9e9e9e; border: 2px solid #9e9e9e; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-blue-grey:checked + label:before { border: 2px solid #607d8b; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-blue-grey:checked + label:after { background-color: #607d8b; border: 2px solid #607d8b; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-black:checked + label:before { border: 2px solid #000000; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-black:checked + label:after {background-color: #000000; border: 2px solid #000000; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-white:checked + label:before { border: 2px solid #ffffff; animation: ripple 0.2s linear forwards; }
[type="radio"].material-inputs.with-gap.radio-col-white:checked + label:after { background-color: #ffffff; border: 2px solid #ffffff; animation: ripple 0.2s linear forwards; }

.switch, .switch * { -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.switch label { cursor: pointer; }
.switch label input[type="checkbox"] { opacity: 0; width: 0; height: 0; }
.switch label input[type="checkbox"]:checked + .lever { background-color: #84c7c1; }
.switch label input[type="checkbox"]:checked + .lever:after { background-color: #26a69a; left: 24px; }

.switch label .lever {
  content: ""; display: inline-block; position: relative; width: 40px; height: 15px;
  background-color: #818181; border-radius: 15px; margin-right: 10px; transition: background 0.3s ease; vertical-align: middle; margin: 0 16px; }

.switch label .lever:after {
  content: ""; position: absolute; display: inline-block; width: 21px; height: 21px; background-color: #f1f1f1; border-radius: 21px; box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4); left: -5px; top: -3px; transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease; }

input[type="checkbox"].material-inputs:checked:not(:disabled) ~ .lever:active::after,
input[type="checkbox"].material-inputs:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1); }

input[type="checkbox"].material-inputs:not(:disabled) ~ .lever:active:after,
input[type="checkbox"].material-inputs:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch input[type="checkbox"][disabled] + .lever { cursor: default; }

.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after { background-color: #bdbdbd; }

.switch label { font-weight: normal; font-size: 13px; }
  .switch label .lever { margin: 0 14px; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-red { background-color: rgba(251, 58, 58, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-red:after { background-color: #fb3a3a; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-pink:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-pink { background-color: rgba(233, 30, 99, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-pink:after { background-color: #e91e63; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-purple:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-purple { background-color: rgba(116, 96, 238, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-purple:after { background-color: #7460ee; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-deep-purple:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-deep-purple { background-color: rgba(103, 58, 183, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-deep-purple:after { background-color: #673ab7; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-indigo:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-indigo { background-color: rgba(63, 81, 181, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-indigo:after { background-color: #3f51b5; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-blue:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-blue { background-color: rgba(2, 190, 201, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-blue:after { background-color: #02bec9; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-light-blue:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-light-blue { background-color: rgba(3, 169, 244, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-light-blue:after { background-color: #03a9f4; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-cyan:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-cyan { background-color: rgba(0, 188, 212, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-cyan:after { background-color: #00bcd4; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-teal:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-teal { background-color: rgba(0, 150, 136, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-teal:after { background-color: #009688; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-green:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-green { background-color: rgba(38, 198, 218, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-green:after { background-color: #26c6da; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-light-green:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-light-green { background-color: rgba(139, 195, 74, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-light-green:after { background-color: #8bc34a; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-lime:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-lime { background-color: rgba(205, 220, 57, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-lime:after { background-color: #cddc39; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-yellow:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-yellow { background-color: rgba(255, 232, 33, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-yellow:after { background-color: #ffe821; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-amber:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-amber { background-color: rgba(255, 193, 7, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-amber:after { background-color: #ffc107; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-orange:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-orange { background-color: rgba(255, 152, 0, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-orange:after { background-color: #ff9800; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-deep-orange:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-deep-orange { background-color: rgba(255, 87, 34, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-deep-orange:after { background-color: #ff5722; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-brown:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-brown { background-color: rgba(121, 85, 72, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-brown:after { background-color: #795548; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-grey:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-grey { background-color: rgba(158, 158, 158, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-grey:after { background-color: #9e9e9e; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-blue-grey:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-blue-grey { background-color: rgba(96, 125, 139, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-blue-grey:after { background-color: #607d8b; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-black { background-color: rgba(0, 0, 0, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-black:after { background-color: #000000; }
  .switch label input[type="checkbox"]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1); }
  .switch label input[type="checkbox"]:checked + .lever.switch-col-white { background-color: rgba(255, 255, 255, 0.5); }
    .switch label input[type="checkbox"]:checked + .lever.switch-col-white:after { background-color: #ffffff; }

/*Flex Table*/
.card-header-container {margin: 20px auto 0px auto;background-color:#f2f4f8; padding: 15px 0; border-bottom:none !important}
.card-header-container .card{background: transparent !important;margin-bottom: 0}
.card-body__header--top{font-weight:500; text-transform: capitalize; line-height: 18px; color:#6A757B; margin: 0;}
.card-body__header--top a{color:#575757;}
.card-body__header--top a:hover { color: var(--bs-info);}
.card.card-data-block{background-color: var(--bs-table-bg); border-bottom-width: 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);margin-bottom: 0}
.card-data-block .card-body{padding:0px 0;}
.grid-header{display: none;}

.card-body .form-group label.col-label{font-weight: 500; display: block; }
.card-body .form-group small { margin-bottom: 0.5rem; display: block; }

.card-body input.max-width, .card-body select.max-width, .card-body .bubble.max-width, .card-body textarea.max-width{width: 100%; max-width:500px; }
.card-body input.max-width-popup, .card-body select.max-width-popup, .card-body .bubble.max-width-popup{width: 100%; max-width:300px;}
.card-body .form-group.row { margin-bottom: 0;}
.grid-content{ word-break: break-word; }

div.dataTables_info {padding-top: 0.85em;white-space: nowrap;} /*** is this use ?***/
div.dataTables_paginate ul.pagination {margin: 2px 0;white-space: nowrap;justify-content: center;} /*** is this use ?***/
.form-control-feedback{color:#4d4d4d} /*** is this use ?***/

.card-data-block .card-body .row.flex-nowrap .col, .card-body .card-header-container .row.flex-nowrap .col,
.card-data-block .card-body-listing .row.flex-nowrap .col, .card-body-listing .card-header-container .row.flex-nowrap .col {padding:20px 15px;}

.card-data-block .card-body .row.flex-nowrap .col:last-child, .card-body .card-header-container .row.flex-nowrap .col:last-child,
.card-data-block .card-body-listing .row.flex-nowrap .col:last-child, .card-body-listing .card-header-container .row.flex-nowrap .col:last-child{border-right:none}
.modal-tab{position: absolute; bottom: -1px; right: 50px;}

/*Flex Table*/
.card-body select.min-width, .card-body input.min-width{width: 100%;max-width: 200px;}
.card-body input.file-min-width{width: 100%;max-width: 300px;}
.hover-text {position: relative;display: inline-block;}
.tooltip-text {visibility: hidden;position: absolute;z-index: 2;width: 485px;color: white;font-size: 12px;background-color: #192733;border-radius: 10px;padding: 10px 15px 10px 15px;}
.tooltip-text::before {content: "";position: absolute;transform: rotate(45deg);background-color: #192733;padding: 5px; z-index: 1; top: -3px;}
.hover-text:hover .tooltip-text {visibility: visible;}
.tooltip-text table.customize-table td, table.customize-table th{padding:5px}
form .col-form-label label{ margin-bottom: 0;}
.form-check-label{ font-weight: 500; }
.card_name .grid-content i.fa-plus-circle::before, #user_permission i.fa-plus-circle::before {content: "\f056";}
.card_name .grid-content.collapsed i.fa-plus-circle::before, #user_permission .collapsed i.fa-plus-circle::before {content: "\f055";}
.content-hide.table.customize-table td,.content-hide.table.customize-table th, .custom-table.table td,.custom-table.table th{padding: 10px}
.custom-table.table th{ background-color: #e8e8e8; }
.list-info{line-height: 19px; padding-bottom: 10px;}
#carousel_msg{ height: 200px;border-top:1px solid #dee2e6; padding: 10px 0; }
.carousel-item img{height: 130px; width:150px; margin: 0 auto; }
.input-group.max-width{ max-width: 500px; }

@media screen and (max-device-width: 1112px) {
  .card-body .col-form-label{text-align: left !important;}
  .card-data-block .card-body .row.flex-nowrap .col, .card-body .card-header-container .row.flex-nowrap .col,
  .card-data-block .card-body-listing .row.flex-nowrap .col, .card-body-listing .card-header-container .row.flex-nowrap .col {border-right:none}
  .card.card-data-block{border-top:1px solid #dee2e6;}
  .grid-header, .grid-content{padding-top:5px !important;}
}
@media screen and (max-device-width: 992px) {
  .m-f-l > *{width: 100%}
}
@media screen and (max-device-width: 768px){
  .card-body input.max-width, .card-body select.max-width, .card-body textarea.max-width,
  .card-body input.min-width, .card-body select.min-width, .card-body textarea.min-width,
  .input-group.max-width, .input-group.min-width{ max-width: 100%; }
  .card-body-listing{ padding: 0 15px; }
  .card-body-listing > .card-body{ padding: 1.25rem 0; }
  .card-data-block .card-body .row.flex-nowrap .col, .card-body .card-header-container .row.flex-nowrap .col,
  .card-data-block .card-body-listing .row.flex-nowrap .col, .card-body-listing .card-header-container .row.flex-nowrap .col{padding:0 15px}
  .card.card-data-block { border: 1px solid #dee2e6;padding: 10px 0 0;margin-bottom: 15px; }
  .card-body__header--top .col { display: none; }
  .card-header-container { display: none; }
  .card-data-block .row { display: grid;grid-template-columns: repeat(2, 1fr);gap: 5px; }
  .card-data-block .row > .col { flex-basis: auto }
  .grid-header { display: block;font-weight: 500;padding-right: 15px;word-wrap: anywhere;text-transform: capitalize;}
  .grid-content { padding: 0 0 1rem; }
  .grid-layout{ grid-template-columns: repeat(2, 1fr); }
  .card.card-data-block:last-child{margin-bottom: 0}
}
@media screen and (max-device-width: 576px){
  .m-r{flex-direction: column;}
  h5{ font-size: 14px; }
  .page-titles{ gap: 10px; }
  .page-titles h3{ font-size: 18px; padding-bottom: 3px; }
  .page-titles .breadcrumb{ font-size: 12px; }
  .page-wrapper > .container-fluid{ padding: 20px; }
  .card-data-block .row { grid-template-columns: repeat(1, 1fr); }
  .grid-layout{ grid-template-columns: repeat(1, 1fr); }
  .btn-info, .btn-danger{ width: 100%;  }
}
body[data-ui-theme="theme1"] a .light-logo { width: 100%;}
.datepicker table{width: 100%;}
.datepicker.dropdown-menu{min-width: 15rem; padding: 0.5rem 4px;}

.auth-wrapper h2 span.head-txt, .auth-wrapper h2 span.sub-txt { display: block; font-size: 28px; color: #fff; }
.auth-wrapper h2 span.head-txt { font-weight: 500; padding-bottom: 10px;}
.auth-wrapper .pre-login-info-txt { color: #fff; line-height: 1.8rem; opacity: 0.75; }

.underline { text-decoration: underline; }
.underline:hover, .auth-wrapper .underline:focus { text-decoration: none; }

.alert .accordion-item { background-color: rgba(0,0,0,0); border: none; }
.alert .accordion-item h3 { font-size: 1.2rem; cursor: pointer; }
.alert .accordion-item h3 strong { padding-left: 4px; }
.card-body .form-group .col-md-8, .card-body .form-group .col-md-9 { padding-bottom: 1rem;padding-left: 20px; }

span.tooltip-2, span.tooltip-3, span.tooltip-4 { z-index:10; text-shadow:rgba(0, 0, 0, .1) 1px 1px 1px; background:#333; }
span.tooltip-2 { text-align:left; position:absolute; display:none; margin-top:30px; width:200px; line-height:16px; margin-left:-50px; padding:10px; font-size:13px; color:#fff; border:4px solid #333; border-radius:5px; box-shadow:rgba(0, 0, 0, .1) 1px 1px 2px 0; }
span.tooltip-2:after { content:""; position:absolute; width:0; height:0; border-width:10px; border-style:solid; border-color:transparent transparent #333; top:-23px; left:50px; }
a.tooltip-2:hover span { display:inline; /*position:absolute;*/ }

.no-data{background: url(../../v1/images/no-data.png) no-repeat center center; background-size: 100%; height: 300px; width: 350px; margin: 0 auto;}

/*icons css*/
.icons, .default-icon, .warning-icon, .danger-icon {width: 30px; height: 30px;}
  .default-icon.bg-light { background-color: var(--bs-theme-light-bg) !important; color: var(--bs-info);}
    .default-icon.bg-light:hover {background-color: var(--bs-info) !important; color: var(--bs-theme-btn-hover-color);}

  .warning-icon.bg-light {background-color: #FEF8ED !important; color: var(--bs-info);}
    .warning-icon.bg-light:hover {background-color: #ffb22b !important; color: var(--bs-theme-btn-hover-color);}

  .danger-icon.bg-light {background-color: #F6E8EB !important;}
    .danger-icon.bg-light:hover {background-color: #fc4b6c !important; color: #fff;}
      .danger-icon i {color: #fc4b6c;}
      .danger-icon.bg-light:hover i {color: #fff;}

/* css added by Mayur Kadu */
.form-label, .col-form-label{ font-weight: 500; }
.col-form-label{ padding-bottom: 0; }
  .col-form-label a, .txt-with-tooltip a { color: #575757;}
    .col-form-label a:hover, .txt-with-tooltip a:hover {color: var(--bs-info);}
.card-body .col-form-label{background: transparent;}

/*scroll table css*/
.card-body-listing{ /*overflow-x: auto;*/ }
.card-body-listing::-webkit-scrollbar {height: 5px;}
.card-body-listing::-webkit-scrollbar-track {background: #f1f1f1;}
.card-body-listing::-webkit-scrollbar-thumb {background: #cdcdcd;}
.card-body-listing::-webkit-scrollbar-thumb:hover {background: #555;}.card-header-container{border-bottom: 0 !important;}

/* switch css */
.switch-box {position: relative; display: inline-block; width: 150px; height: 35px;}
.switch-box input {display: none;}
.switch-box .slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #F4F4F4; -webkit-transition: .4s; transition: .4s; border: 1px solid #D9D9D9}
.switch-box .slider:before {position: absolute; content: ""; height: 100%; width: 50%; left: 0; bottom:0; background-color: white; -webkit-transition: .4s; transition: .4s}
.switch-box input:checked + .slider {background-color: var(--bs-info);}
.switch-box input:focus + .slider {box-shadow: 0 0 1px #2196F3;}
.switch-box input:checked + .slider:before {-webkit-transform: translateX(40px); -ms-transform: translateX(40px); transform: translateX(40px); left: 34px}
.switch-box .slider .on {display: none;}
.switch-box .slider .on, .switch-box .slider .off {color: white; position: absolute; transform: translate(-50%, -50%); top: 25%; left: 25%; height: inherit; font-size: 14px; font-family: Verdana, sans-serif}
.switch-box .slider .on { /*top: 11px;*/}
.switch-box .slider .off {left: auto; right: -24px; top: 11px; color: #A5ADB5;}
.switch-box input:checked+ .slider .on {display: block;}
.switch-box input:checked + .slider .off {display: none;}

.table-v2 .card-header-container{padding: 0; background-color: transparent; margin-top: 0} /* change by Mayur Kadu */
.table-v2 .card-header-container .col{border-bottom: 1px solid #d9d9d9;}
.table-v2 .card.card-data-block {border-top: 0; border-bottom: 0;}
.table-v2 .card-data-block .col {border-bottom: 1px solid #d9d9d9;}
.table-v2 .card-data-block .col:first-child {border-left: 1px solid #d9d9d9;}
.table-v2 .card-data-block .col:last-child {border-right: 1px solid #d9d9d9 !important;}

@media screen and (max-device-width: 768px){
  .table-v2 .card.card-data-block { border-top: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6; border-radius: 4px;}
  .table-v2 .card-data-block .col{border-bottom: 0;}
  .table-v2 .card-data-block .col:first-child{ border-left: 0;}
  .table-v2 .card-data-block .col:last-child{border-right: 0 !important;}
  .table-v2 .card-body-listing{ padding: 0;}
}

/*For Upload button*/
.uploadData .ui-button {position:relative;cursor:pointer;padding:8px 32px;border:1px solid #8e9299;font-size:12px;font-weight:700;text-align: center; text-transform: uppercase;}
.uploadData *, .uploadData :after, .uploadData :before {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.uploadData .fileupload-buttonbar input[type=file] { position:absolute;top:0;left:0;opacity:0;filter:alpha(opacity=0);direction:ltr;cursor:pointer; }
.uploadData .fileupload-buttonbar input.filled-out{ width: 5px; height: 5px; }
.uploadData .fileupload-buttonbar span, .uploadData .fileupload-buttonbar #iconImage-label{cursor: pointer;}
.uploadData .fileupload-buttonbar #iconImage-label{ position: relative; }

colm-01, colm-02, colm-03, colm-04, colm-05, colm-06, colm-07, colm-08, colm-09, colm-10 { min-width:10%; }

/** theme related css **/
.theme-tabs li a { background-color: var(--bs-theme-light-bg) !important; margin-right: 8px; color: var(--bs-info); border-radius: 10px; }
.theme-tabs li a.active, .theme-tabs li a:hover { background-color: var(--bs-info) !important; color: var(--bs-theme-btn-hover-color); }

.opacity-50 {opacity: .5 !important;}.opacity-25 {opacity: .25 !important;}.opacity-75 {opacity: .75 !important;}
.pe-none { pointer-events: none !important;}
.switch-box:has(input[type="checkbox"]:disabled){ opacity: 0.5 !important; pointer-events: none; }