@font-face {
  font-family: 'sss';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/sss.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  src: url('/static/fonts/JetBrainsMono.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'GolosTextWebVF';
  font-display: swap;
  font-style: normal;
  src: url('/static/fonts/GolosText/golos-text_vf.woff2') format('woff2-variations');
  font-weight: 100 900;
}

:root {
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --violet: #8444f3;

  --border-radius: 0.4rem;
  --border-radius-lg: 0.55rem;
  --margin-item-text: 0.5rem;
  --smooth-corners: 4;

  --breakpoint-xs-max: 0;
  --breakpoint-sm-max: 575.98px;
  --breakpoint-md-max: 767.98px;
  --breakpoint-lg-max: 991.98px;
  --breakpoint-xl-max: 1199.98px;
  --breakpoint-xxl-max: 1499.98px;
}

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

*:focus-visible {
  outline: none !important;
  /*box-shadow: 0 0 0 0.2rem rgba(88, 109, 239, 0.25) !important;*/
  box-shadow: none !important;
}

html {
  font-family: 'GolosTextWebVF';
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  /*font-family: "PT Sans";*/
  font-family: 'GolosTextWebVF', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
  text-align: left;
  background-color: var(--white);
  transition: opacity 0.2s ease-out;
  overscroll-behavior: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (prefers-color-scheme: light) {

  body.--theme-light,
  body.--theme-auto {
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --primary-light: #ebf5ff;
    --primary-dark: #304dff;
    --primary-border: #b7daff;
    --secondary: #6c757d;
    --light: #f8f9fa;
    --dark: #343a40;
    --black: #000000;
    --font-family-sans-serif: 'PT Sans';
    --font-family-monospace: 'JetBrains Mono';
    --text: #212529;
    --text-muted: #6c757d;
    --bg-light: #e9edf1;
    --bg-dark: #343a40;
    --border-color: #dee2e6;
    --card-bg: #fcfcfc;
    --dark-gray: #272a2d;
    --medium-gray: #525860;
    --light-gray: #fcfcfc;
    --text-select: var(--text-muted);
    --real-white: #fff;
    --btn-group-padding: 0.2rem;
    --dropdown-bg-color: var(--white);
    --dropdown-selected-color: var(--bg-light);
    --file-add-line-color: #dbffe4;
    --file-add-line-highlighted-color: #c6fad3;
    --file-remove-line-color: #ffe0e0;
    --file-remove-line-highlighted-color: #fed2d2;
    --file-replace-color: #f7f7f7;
    --vs-border-radius: var(--border-radius);
    --gf-slider-color: #808080;
    --bg-light-selected: #d0d9e1;
    --bg-transparent: hsla(0, 0%, 100%, 0.65);
    --gf-alert-c: #787878;
    --gf-alert-bc: #edf0f2;
    --alert-warning-c: #e0a91f;
    --alert-warning-bc: #f9eed2;
    --gf-alert-primary-c: #6b9eeb;
    --gf-alert-primary-bc: #e2edfb;
    --gf-alert-success-c: #75ae7f;
    --gf-alert-success-bc: #dceee0;
    --gf-alert-danger-c: #ce7381;
    --gf-alert-danger-bc: #f5e1e4;
    --gf-alert-warning-c: #d3a736;
    --gf-alert-warning-bc: #f9eed3;

    --gfn-br: 16px;
    --gfn-cpr: 17px;
    --gfn-bg: rgb(208 213 216 / 50%);
    --gfn-bc: rgb(228 230 231);
    --gfn-bgt: 50%;
    --gfn-title: var(--dark-gray);
    --gfn-message: var(--dark);
    --gfn-actions-bc: #c4c9ca;
    --gfn-actions-c: #858f93;

    --gf-folder-c: #4da3ff;
    --gf-time-block-1: hsl(211 100% 80% / 1);
    --gf-time-block-2: hsl(211 100% 70% / 1);
    --gf-time-block-3: hsl(211 100% 60% / 1);
    --gf-time-block-4: hsl(211 100% 50% / 1);
    --gf-time-block-5: hsl(211 100% 40% / 1);
    --gf-time-block-6: hsl(211 100% 35% / 1);
    --gf-time-block-7: hsl(211 100% 30% / 1);
    --gf-time-block-8: hsl(211 100% 25% / 1);

    --gf-border-color-light: #eeeff2;

    --select-bg: url('/static/image/icons/angle-down.svg');

    --primary-transparent: #007bff80;
    --logo-color: #000;
    --logo-bg-color: #fff;
    --logo-invert-color: #fff;
    --logo-invert-bg-color: #000;

    --project-mass-import-table-header-bg: var(--light);

    --hover-nav: rgba(0, 123, 255, 0.15);

    --gpg-key-expired-color: #8444F3;
  }

  /* body.--theme-light .navbar-main__logo,
  body.--theme-auto .navbar-main__logo {
    filter: invert(1);
  } */

  body.--theme-dark {
    --primary: #586def;
    --white: #1a1d1f;
    --real-white: #fff;
    --black: var(--white);
    --text: #e9e9e9;
    --text-muted: #a5acb6;
    --light: #25282d;
    --bg-light: #303343;
    --card-bg: #202225;
    --dark-gray: #474d52;
    --medium-gray: #36393d;
    --light-gray: #1c1f22;
    --border-color: var(--bg-light);
    --primary-light: var(--light);
    --primary-border: var(--border-color);
    --primary-dark: #4658c8;

    --text-select: var(--text-muted);
    --real-white: #fff;
    --btn-group-padding: 0.2rem;
    --dropdown-bg-color: var(--white);
    --dropdown-selected-color: var(--bg-light);
    --gf-slider-color: #9195a1;
    --bg-light-selected: #4b4e68;
    --vs-border-radius: var(--border-radius);

    --dropdown-selected-color: var(--white);
    --dropdown-bg-color: var(--light);

    --file-add-line-color: #243d27;
    --file-add-line-highlighted-color: #25562c;
    --file-remove-line-color: #402628;
    --file-remove-line-highlighted-color: #62272c;
    --file-replace-color: #202427;

    --vs-search-input-bg: var(--white) !important;
    --vs-selected-color: var(--text) !important;
    --vs-selected-bg: var(--bg-light) !important;
    --vs-state-disabled-bg: var(--white) !important;

    --vs-font-size: 0.875rem !important;

    --vs-border-color: var(--border-color) !important;
    --vs-controls-color: var(--text) !important;
    --vs-dropdown-color: var(--text-muted) !important;

    --vs-dropdown-option--active-bg: var(--white) !important;
    --vs-dropdown-option--active-color: var(--text) !important;

    --vs-dropdown-bg: var(--light) !important;

    --bg-transparent: rgb(48 51 67 / 65%);

    --gf-alert-c: #9398a5;
    --gf-alert-bc: #2a2c32;
    --alert-warning-c: #e5decc;
    --alert-warning-bc: #5c4e2e;
    --gf-alert-primary-c: #9ba8e6;
    --gf-alert-primary-bc: #333752;
    --gf-alert-success-c: #92a899;
    --gf-alert-success-bc: #2a3e31;
    --gf-alert-danger-c: #a78b91;
    --gf-alert-danger-bc: #3c282d;
    --gf-alert-warning-c: #d9d3c4;
    --gf-alert-warning-bc: #574b2e;

    --gfn-br: 16px;
    --gfn-cpr: 17px;
    --gfn-bg: rgb(49 55 58 / 70%);
    --gfn-bgt: 75%;
    --gfn-bc: rgb(55 59 63);
    --gfn-title: var(--real-white);
    --gfn-message: #d5d8dd;
    --gfn-actions-bc: #42474c;
    --gfn-actions-c: #a2a8ae;
    --alert-warning-c: #e5decc;
    --alert-warning-bc: #5c4e2e;

    --gf-folder-c: #7491e7;
    --gf-time-block-1: hsl(211 100% 25% / 1);
    --gf-time-block-2: hsl(211 100% 30% / 1);
    --gf-time-block-3: hsl(211 100% 35% / 1);
    --gf-time-block-4: hsl(211 100% 40% / 1);
    --gf-time-block-5: hsl(211 100% 50% / 1);
    --gf-time-block-6: hsl(211 100% 60% / 1);
    --gf-time-block-7: hsl(211 100% 70% / 1);
    --gf-time-block-8: hsl(211 100% 80% / 1);

    --gf-border-color-light: #262836;

    --select-bg: url('/static/image/icons/angle-down-white.svg');

    --primary-transparent: #586def80;
    --hover-nav: rgba(0, 123, 255, 0.30);

    ::-webkit-calendar-picker-indicator {
      filter: invert(1);
    }

    --logo-color: #fff;
    --logo-bg-color: #000;
    --logo-invert-color: #000;
    --logo-invert-bg-color: #fff;

    --project-mass-import-table-header-bg: var(--light);

    --gpg-key-expired-color: #8444F3;
  }

  body.--theme-auto .text-secondary {
    color: var(--text-muted) !important;
  }

  body.--theme-auto .text-primary {
    color: var(--primary) !important;
  }

  body.--theme-auto .btn-primary {
    --white: var(--text);
  }

  body.--theme-auto .btn-danger {
    --white: var(--real-white) !important;
  }

  body.--theme-auto .dropdown-menu {
    --white: var(--light) !important;
    border-color: var(--border-color) !important;
  }

  body.--theme-auto .dropdown-menu .input-group input {
    background-color: var(--white) !important;
  }

  body.--theme-dark .vs__open-indicator {
    filter: invert(1);
  }

  /* body.--theme-auto .vs--disabled .vs__clear,
  body.--theme-auto .vs--disabled .vs__dropdown-toggle,
  body.--theme-auto .vs--disabled .vs__open-indicator,
  body.--theme-auto .vs--disabled .vs__search,
  body.--theme-auto .vs--disabled .vs__selected {
    background: initial !important;
  } */
}

@media (prefers-color-scheme: dark) {

  body.--theme-dark,
  body.--theme-auto {
    --primary: #586def;
    --white: #1a1d1f;
    --real-white: #fff;
    --black: var(--white);
    --text: #e9e9e9;
    --text-muted: #a5acb6;
    --light: #25282d;
    --bg-light: #303343;
    --card-bg: #202225;
    --dark-gray: #474d52;
    --medium-gray: #36393d;
    --light-gray: #1c1f22;
    --border-color: var(--bg-light);
    --primary-light: var(--light);
    --primary-border: var(--border-color);
    --primary-dark: #4658c8;

    --text-select: var(--text-muted);
    --real-white: #fff;
    --btn-group-padding: 0.2rem;
    --dropdown-bg-color: var(--white);
    --dropdown-selected-color: var(--bg-light);
    --gf-slider-color: #9195a1;
    --bg-light-selected: #4b4e68;
    --vs-border-radius: var(--border-radius);

    --dropdown-selected-color: var(--white);
    --dropdown-bg-color: var(--light);

    --file-add-line-color: #243d27;
    --file-add-line-highlighted-color: #25562c;
    --file-remove-line-color: #402628;
    --file-remove-line-highlighted-color: #62272c;
    --file-replace-color: #202427;

    --vs-search-input-bg: var(--white) !important;
    --vs-selected-color: var(--text) !important;
    --vs-selected-bg: var(--bg-light) !important;
    --vs-state-disabled-bg: var(--white) !important;

    --vs-font-size: 0.875rem !important;

    --vs-border-color: var(--border-color) !important;
    --vs-controls-color: var(--text) !important;
    --vs-dropdown-color: var(--text-muted) !important;

    /*-vs-search-input-color:*/

    --vs-dropdown-option--active-bg: var(--white) !important;
    --vs-dropdown-option--active-color: var(--text) !important;

    --vs-dropdown-bg: var(--light) !important;

    /*--bg-transparent: rgba(26, 29, 31, 0.65);*/
    --bg-transparent: rgb(48 51 67 / 65%);

    --gf-alert-c: #9398a5;
    --gf-alert-bc: #2a2c32;
    --alert-warning-c: #e5decc;
    --alert-warning-bc: #5c4e2e;
    --gf-alert-primary-c: #9ba8e6;
    --gf-alert-primary-bc: #333752;
    --gf-alert-success-c: #92a899;
    --gf-alert-success-bc: #2a3e31;
    --gf-alert-danger-c: #a78b91;
    --gf-alert-danger-bc: #3c282d;
    --gf-alert-warning-c: #d9d3c4;
    --gf-alert-warning-bc: #574b2e;

    --gfn-br: 16px;
    --gfn-cpr: 17px;
    --gfn-bg: rgb(49 55 58 / 70%);
    --gfn-bgt: 75%;
    --gfn-bc: rgb(55 59 63);
    --gfn-title: var(--real-white);
    --gfn-message: #d5d8dd;
    --gfn-actions-bc: #42474c;
    --gfn-actions-c: #a2a8ae;
    --alert-warning-c: #e5decc;
    --alert-warning-bc: #5c4e2e;

    --gf-folder-c: #7491e7;
    --gf-time-block-1: hsl(211 100% 25% / 1);
    --gf-time-block-2: hsl(211 100% 30% / 1);
    --gf-time-block-3: hsl(211 100% 35% / 1);
    --gf-time-block-4: hsl(211 100% 40% / 1);
    --gf-time-block-5: hsl(211 100% 50% / 1);
    --gf-time-block-6: hsl(211 100% 60% / 1);
    --gf-time-block-7: hsl(211 100% 70% / 1);
    --gf-time-block-8: hsl(211 100% 80% / 1);

    --gf-border-color-light: #262836;

    --select-bg: url('/static/image/icons/angle-down-white.svg');

    --primary-transparent: #586def80;

    --logo-color: #fff;
    --logo-bg-color: #000;
    --logo-invert-color: #000;
    --logo-invert-bg-color: #fff;
    --hover-nav: rgba(0, 123, 255, 0.30);

    --gpg-key-expired-color: #8444F3;

    ::-webkit-calendar-picker-indicator {
      filter: invert(1);
    }

    --project-mass-import-table-header-bg: var(--light);
  }

  body.--theme-light {
    --logo-color: #000;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --primary-light: #ebf5ff;
    --primary-dark: #304dff;
    --primary-border: #b7daff;
    --secondary: #6c757d;
    --light: #f8f9fa;
    --dark: #343a40;
    --black: #000000;
    --font-family-sans-serif: 'PT Sans';
    --font-family-monospace: 'JetBrains Mono';
    --text: #212529;
    --text-muted: #6c757d;
    --bg-light: #e9edf1;
    --bg-dark: #343a40;
    --border-color: #dee2e6;
    --card-bg: #fcfcfc;
    --dark-gray: #272a2d;
    --medium-gray: #525860;
    --light-gray: #fcfcfc;
    --text-select: var(--text-muted);
    --real-white: #fff;
    --btn-group-padding: 0.2rem;
    --dropdown-bg-color: var(--white);
    --dropdown-selected-color: var(--bg-light);
    --file-add-line-color: #dbffe4;
    --file-add-line-highlighted-color: #c6fad3;
    --file-remove-line-color: #ffe0e0;
    --file-remove-line-highlighted-color: #fed2d2;
    --file-replace-color: #f7f7f7;
    --vs-border-radius: var(--border-radius);
    --gf-slider-color: #808080;
    --bg-light-selected: #d0d9e1;
    --bg-transparent: hsla(0, 0%, 100%, 0.65);

    --gf-alert-c: #787878;
    --gf-alert-bc: #edf0f2;
    --alert-warning-c: #e0a91f;
    --alert-warning-bc: #f9eed2;
    --gf-alert-primary-c: #6b9eeb;
    --gf-alert-primary-bc: #e2edfb;
    --gf-alert-success-c: #75ae7f;
    --gf-alert-success-bc: #dceee0;
    --gf-alert-danger-c: #ce7381;
    --gf-alert-danger-bc: #f5e1e4;
    --gf-alert-warning-c: #d3a736;
    --gf-alert-warning-bc: #f9eed3;

    --gfn-br: 16px;
    --gfn-cpr: 17px;
    --gfn-bg: rgb(208 213 216 / 50%);
    --gfn-bc: rgb(228 230 231);
    --gfn-bgt: 50%;
    --gfn-title: var(--dark-gray);
    --gfn-message: var(--dark);
    --gfn-actions-bc: #c4c9ca;
    --gfn-actions-c: #858f93;

    --gf-folder-c: #4da3ff;
    --gf-time-block-1: hsl(211 100% 80% / 1);
    --gf-time-block-2: hsl(211 100% 70% / 1);
    --gf-time-block-3: hsl(211 100% 60% / 1);
    --gf-time-block-4: hsl(211 100% 50% / 1);
    --gf-time-block-5: hsl(211 100% 40% / 1);
    --gf-time-block-6: hsl(211 100% 35% / 1);
    --gf-time-block-7: hsl(211 100% 30% / 1);
    --gf-time-block-8: hsl(211 100% 25% / 1);

    --gf-border-color-light: #eeeff2;

    --select-bg: url('/static/image/icons/angle-down.svg');

    --primary-transparent: #007bff80;
    --logo-color: #000;
    --logo-bg-color: #fff;
    --logo-invert-color: #fff;
    --logo-invert-bg-color: #000;

    --project-mass-import-table-header-bg: var(--light);

    --hover-nav: rgba(0, 123, 255, 0.15);

    --gpg-key-expired-color: #8444F3;
  }

  body.--theme-auto .openbook-image {
    filter: invert(1);
  }

  /* body.--theme-light .footer__logo {
    filter: invert(1) contrast(0.3);
  } */

  body.--theme-dark .btn-success {
    --white: #e9e9e9;
  }

  body.--theme-dark .text-secondary {
    color: var(--text-muted) !important;
  }

  body.--theme-dark .text-primary {
    color: var(--primary) !important;
  }

  body.--theme-dark .input-group-text,
  .input-group-append {
    background-color: var(--light) !important;
  }

  body.--theme-dark .btn-secondary {
    color: var(--real-white) !important;
    background-color: var(--white) !important;
    border-color: var(--border-color) !important;
    border: none;
  }

  body.--theme-dark .btn-danger {
    --white: var(--real-white) !important;
  }

  body.--theme-dark .btn-secondary:not(:disabled):not(.disabled):active,
  .btn-secondary:not(:disabled):not(.disabled).active,
  .show>.btn-secondary.dropdown-toggle {
    --white: var(--bg-light) !important;
  }

  body.--theme-dark .dropdown-menu {
    --white: var(--light) !important;
    border-color: var(--border-color) !important;
  }

  body.--theme-dark .dropdown-menu .input-group input {
    background-color: var(--white) !important;
  }

  body.--theme-dark ::-webkit-calendar-picker-indicator {
    filter: invert(1);
  }

  body.--theme-dark .vs__open-indicator {
    filter: invert(1);
  }

  body.--theme-dark .vs--disabled .vs__clear,
  body.--theme-dark .vs--disabled .vs__dropdown-toggle,
  body.--theme-dark .vs--disabled .vs__open-indicator,
  body.--theme-dark .vs--disabled .vs__search,
  body.--theme-dark .vs--disabled .vs__selected {
    background-color: initial !important;
  }

  /* body.--theme-light .navbar-main__logo {
    filter: invert(1);
  } */

  /* body.--theme-auto .vs--disabled .vs__clear,
  body.--theme-auto .vs--disabled .vs__dropdown-toggle,
  body.--theme-auto .vs--disabled .vs__open-indicator,
  body.--theme-auto .vs--disabled .vs__search,
  body.--theme-auto .vs--disabled .vs__selected {
    background: var(--vs-search-input-bg) !important;
  } */

  body.--theme-dark .vs__open-indicator,
  body.--theme-auto .vs__open-indicator {
    background-color: initial !important;
    filter: invert(1);
  }
}

body.--theme-dark .openbook-image {
  filter: invert(1);
}

body div {
  font-variant-ligatures: none;
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  --vs-disabled-bg: var(--white) !important;
}

.vs--disabled .vs__open-indicator {
  visibility: hidden;
}

[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 550;
  letter-spacing: 0.015rem;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 12px;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--primary);
  text-decoration: none;
  background-color: transparent;
}

a:not(.btn):hover {
  color: var(--primary-dark) !important;
}

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

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

pre,
code,
kbd,
samp {
  font-family: 'JetBrains Mono';
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--text-muted);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
  font-weight: 550;
  letter-spacing: 0.015rem;
}

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

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  /*background-color: var(--white) !important;*/
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-box-shadow: 0 0 0 30px var(--light) inset !important;
  -webkit-text-fill-color: var(--text) !important;
}

button,
input {
  overflow: visible;
}

input,
textarea {
  caret-color: var(--text);
}

button,
select {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
  accent-color: var(--primary);
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 550;
  line-height: 1.2;
  letter-spacing: 0.015rem;
}

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

@media screen and (min-width: 768px) {

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

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

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

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

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

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

b,
strong {
  font-weight: 550;
  letter-spacing: 0.015rem;
}

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid var(--border-color);
}

small,
.small {
  font-size: 12px;
  font-weight: 400;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 12px;
  color: var(--text-muted);
}

.blockquote-footer::before {
  content: '\2014\00A0';
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: var(--text-muted);
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
  background: var(--bg-light);
  padding: 0 4px;
  border-radius: 2px;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: var(--white);
  background-color: var(--text);
  border-radius: 0.4rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 550;
  letter-spacing: 0.015rem;
}

pre {
  display: block;
  font-size: 87.5%;
  color: var(--text);
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
  background: none;
  padding: 0;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 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: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1320px;
  }
}

@media (min-width: 1700px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1490px;
  }
}

@media (min-width: 1600px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1320px;
  }
}

@media (min-width: 1700px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1490px;
  }
}

.row-book {
  display: flex;
  margin-right: -15px;
  margin-left: -25px;
  margin-bottom: -5px
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.row-cols-1>* {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4>* {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto-book {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.col-auto-book:has(> .gf-icon) {
  display: inline !important;
}

.col-book {
  padding-left: 5px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--text);
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--border-color);
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid var(--border-color);
}

.table tbody+tbody {
  border-top: 2px solid var(--border-color);
}

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

.table-bordered {
  border: 1px solid var(--border-color);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid var(--border-color);
}

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

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

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

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

.table-primary,
.table-primary>th,
.table-primary>td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf;
}

.table-success,
.table-success>th,
.table-success>td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>th,
.table-info>td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>th,
.table-warning>td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>th,
.table-danger>td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>th,
.table-light>td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>th,
.table-dark>td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

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

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

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

.table .thead-dark th {
  color: var(--white);
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: var(--border-color);
}

.table-dark {
  color: var(--white);
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: var(--text);
  background-color: var(--white);
  border-color: var(--primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 109, 239, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: var(--text-muted);
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: var(--text-muted);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: var(--text-muted);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: var(--text-muted);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--text-muted);
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: var(--light);
  opacity: 1;
  color: var(--text-muted);
}

input[type='date'].form-control,
input[type='time'].form-control,
input[type='datetime-local'].form-control,
input[type='month'].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: var(--white);
}

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

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

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

.col-form-label-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: var(--text-muted);
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 12px;
  color: #28a745;
}

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

.form-row>.col>.valid-tooltip,
.form-row>[class*='col-']>.valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.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: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
    var(--white) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: #28a745;
}

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

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--white);
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*='col-']>.invalid-tooltip {
  left: 5px;
}

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

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat,
    var(--white) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}

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

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: var(--text);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: var(--border-radius);
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out,
    border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--text);
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 109, 239, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--primary-dark);
  border-color: var(--primary-light);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: var(--real-white);
  background-color: var(--text-muted);
  border-color: var(--text-muted);
}

.btn-secondary:hover {
  color: var(--real-white) !important;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: var(--real-white);
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: var(--real-white);
  background-color: var(--text-muted);
  border-color: var(--text-muted);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: var(--real-white);
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: var(--real-white);
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: var(--real-white) !important;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: var(--real-white);
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: var(--real-white);
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: var(--real-white);
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: var(--real-white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-info:hover {
  color: var(--real-white) !important;
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}

.btn-info:focus,
.btn-info.focus {
  color: var(--real-white);
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: var(--real-white);
  background-color: var(--primary) !important;
  border-color: var(--primary);
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: var(--text);
  background-color: var(--bg-light);
  border-color: var(--bg-light);
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: var(--black);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: var(--black) !important;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: var(--black) !important;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: var(--black);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: var(--black);
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff !important;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff !important;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: var(--white);
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: var(--white);
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: var(--real-white);
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-light:hover {
  color: var(--real-white) !important;
  background-color: #5a6268;
  border-color: #5a6268;
}

.btn-light:focus,
.btn-light.focus {
  color: var(--real-white);
  background-color: #5a6268;
  border-color: #5a6268;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: var(--text);
  background-color: var(--light);
  border-color: var(--light);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: var(--text);
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: var(--real-white) !important;
  background-color: var(--dark-gray);
  border-color: var(--border-color);
}

.btn-dark:hover:not(:disabled) {
  color: var(--real-white) !important;
  background-color: var(--medium-gray) !important;
  border-color: var(--border-color) !important;
}

.btn-dark:focus,
.btn-dark.focus {
  color: var(--real-white);
  background-color: var(--medium-gray);
  border-color: var(--border-color);
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: var(--real-white);
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: var(--text);
  background-color: var(--medium-gray);
  border-color: var(--border-color);
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  color: var(--text) !important;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: var(--primary);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: var(--text-muted);
  border-color: var(--text-muted);
}

.btn-outline-secondary:not(:disabled):not(.disabled):hover {
  color: var(--white);
  background-color: var(--text-muted);
  border-color: var(--text-muted);
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: var(--white);
  background-color: var(--text-muted);
  border-color: var(--text-muted);
}

@media (prefers-color-scheme: light) {

  .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show>.btn-outline-secondary.dropdown-toggle {
    --text: #fff;
  }
}

@media (prefers-color-scheme: dark) {

  body.--theme-light .btn-outline-secondary:not(:disabled):not(.disabled):active,
  body.--theme-light .btn-outline-secondary:not(:disabled):not(.disabled).active,
  body.--theme-light .show>.btn-outline-secondary.dropdown-toggle {
    --text: #fff;
  }
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: var(--real-white) !important;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: var(--white);
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: var(--white);
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: var(--white);
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: var(--black);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: var(--text);
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  /* color: var(--real-white) !important; */
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: var(--white);
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: var(--light);
  border-color: var(--light);
}

.btn-outline-light:hover {
  color: var(--text);
  background-color: var(--light);
  border-color: var(--light);
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: var(--light);
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: var(--text);
  background-color: var(--light);
  border-color: var(--light);
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: var(--text);
  border-color: var(--dark-gray);
}

.btn-outline-dark:hover {
  color: var(--real-white) !important;
  background-color: var(--dark-gray) !important;
  border-color: var(--dark-gray);
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: var(--white);
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}


.stage-item .btn,
.stage-item .btn {
  outline-offset: -3px;
  outline: 0.2rem solid transparent !important;
  transition: outline .1s;
}

.stage-item .btn:focus,
.stage-item .btn.focus {
  box-shadow: none;
}

.stage-item .btn-outline-secondary:focus,
.stage-item .btn-outline-secondary.focus {
  outline-color: rgba(108, 117, 125, 0.5) !important;
}

.stage-item .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.stage-item .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.stage-item .show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: none;
}


.stage-item .btn-outline-primary:focus,
.stage-item .btn-outline-primary.focus {
  outline-color: rgba(0, 123, 255, 0.5) !important;
}

.stage-item .btn-outline-success:focus,
.stage-item .btn-outline-success.focus {
  outline-color: rgba(40, 167, 69, 0.5) !important;
}

.stage-item .btn-outline-danger:focus,
.stage-item .btn-outline-danger.focus {
  outline-color: rgba(220, 53, 69, 0.5) !important;
}

.stage-item .btn-outline-warning:focus,
.stage-item .btn-outline-warning.focus {
  outline-color: rgba(255, 193, 7, 0.5) !important;
}

.stage-item .btn-outline-info:focus,
.stage-item .btn-outline-info.focus {
  outline-color: rgba(23, 162, 184, 0.5) !important;
}

.stage-item .btn-outline-light:focus,
.stage-item .btn-outline-light.focus {
  outline-color: rgba(248, 249, 250, 0.5) !important;
}

.stage-item .btn-outline-dark:focus,
.stage-item .btn-outline-dark.focus {
  outline-color: rgba(52, 58, 64, 0.5) !important;
}

.stage-item .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.stage-item .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.stage-item .show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none;
}

.stage-item .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.stage-item .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.stage-item .show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: none;
}

.stage-item .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.stage-item .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.stage-item .show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}

.stage-item .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.stage-item .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.stage-item .show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: none;
}

.stage-item .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.stage-item .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.stage-item .show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.stage-item .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.stage-item .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.stage-item .show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}

.stage-item .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.stage-item .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.stage-item .show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}




.btn-link {
  font-weight: 400;
  color: var(--primary);
  text-decoration: none;
}

.btn-link:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* .btn-group {
  padding: var(--btn-group-padding) !important;
  border-radius: 0.5rem !important;
} */

.project__breadcrumbs-buttons .btn-group {
  --btn-group-padding: 0;
}

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

.btn-group-sm {
  /* padding: 0.2rem !important; */
  border-radius: var(--border-radius) !important;
  background-color: var(--white);
}

.btn-group-sm .btn-group-sm {
  padding: 0 !important;
}

.btn-sm,
.btn-group-sm>.btn {
  min-height: 30px;
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  line-height: 1;
  border-radius: var(--border-radius);
  align-content: center;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem -0.8rem;
  overflow: hidden;
  border-top: 1px solid var(--border-color);
}

.dropdown-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 3px;
  clear: both;
  font-weight: 400;
  color: var(--text);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0.4rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--text) !important;
  text-decoration: none;
  /*background-color: var(--dropdown-selected-color);*/
  background-color: var(--bg-light);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--text);
  text-decoration: none;
  background-color: var(--dropdown-selected-color);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: var(--text);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

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

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation>.form-control:nth-last-child(n + 3),
.input-group.has-validation>.custom-select:nth-last-child(n + 3),
.input-group.has-validation>.custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .input-group-text {
  color: var(--text);
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
  color: var(--text);
  border-color: var(--border-color);
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
  margin-left: -1px;
}

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

.input-group-append {
  margin-left: -1px;
  /* border-radius: var(--border-radius); */
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bg-light);
  border: 1px solid var(--border-color);
  border-radius: 0.25rem;
}

.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  min-height: 31px;
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem;
}

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

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

.custom-control {
  position: relative;
  z-index: 0;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: var(--white);
  border-color: var(--primary);
  background-color: var(--primary);
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: var(--white);
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -25px;
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: '';
  background-color: var(--white);
  border: #adb5bd solid 1px;
}

.custom-switch .custom-control-label::before {
  top: 1px !important;
}

.custom-control-label::after {
  position: absolute;
  top: 4px;
  left: -24px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background: 50% / 50% 50% no-repeat;
}

.custom-control.custom-checkbox>.custom-control-label::before {
  top: 3px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: var(--primary);
  background-color: var(--primary);
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  width: 28px;
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: 0.25rem;
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 5px);
  height: calc(1rem - 5px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: var(--white);
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.2rem 0.7rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text) !important;
  vertical-align: middle;
  background: var(--white) !important;
  border: none;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: var(--white);
}

.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: 'Browse';
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: var(--white);
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: var(--real-white);
  content: 'Browse';
  background-color: var(--primary);
  border-left: inherit;
  border-radius: var(--border-radius);
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--primary);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--border-color);
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--primary);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--border-color);
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: var(--primary);
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: var(--border-color);
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: var(--border-color);
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  border-color: var(--border-color) !important;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

nav.underline-nav * {
  cursor: pointer;
}

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

.nav-link {
  display: block;
  padding: 6px 12px !important;
}

.nav-link:hover {
  text-decoration: none;
  color: var(--text) !important;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid var(--border-color);
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.nav-tabs .nav-link:hover {
  border-color: var(--border-color);
}

.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: var(--text);
  background-color: var(--white);
  border-color: var(--border-color) var(--border-color) var(--white);
}

.nav-item a.active:hover {
  color: var(--primary) !important;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--white);
  background-color: var(--bg-light) !important;
}

/* .nav-pills .nav-link{
  border-radius:inherit;
} */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #dee2e6;
}

.nav-link-custom {
  display: block;
  padding: 0.45rem 0.75rem;
  font-size: 0.75em;
  font-weight: bolder;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.navbar-nav .nav-link.notification-link,
.navbar-nav .nav-link.admin-link {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.nav-link.notification-link {
  font-size: 18px;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler-book {
  left: auto !important;
  right: 0 !important;
  margin-right: 1rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: var(--white);
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: var(--white);
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--text-muted);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: var(--text);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: var(--secondary);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--text);
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: var(--white);
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: var(--white);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /*background-color: var(--white);*/
  background: var(--light);
  background-clip: border-box;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(var(--border-radius) - 1px);
  border-top-right-radius: calc(var(--border-radius) - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(var(--border-radius) - 1px);
  border-bottom-left-radius: calc(var(--border-radius) - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: var(--light);
  border-bottom: 1px solid var(--border-color);
}

.card-header:first-child {
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
}

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(var(--border-radius) - 1px);
  border-top-right-radius: calc(var(--border-radius) - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(var(--border-radius) - 1px);
  border-bottom-left-radius: calc(var(--border-radius) - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top,
  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom,
  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top,
  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom,
  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion>.card {
  overflow: hidden;
}

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

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

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: '/';
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--text-muted);
  background-color: var(--white);
  border: 1px solid var(--border-color);
}

.page-link:hover {
  z-index: 2;
  color: var(--text) !important;
  text-decoration: none;
  background-color: var(--bg-light);
  border-color: var(--border-color);
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: var(--text);
  background-color: var(--bg-light);
  border-color: var(--border-color);
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: var(--white);
  border-color: var(--border-color);
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.2rem 0.5rem;
  font-size: 12px;
  line-height: 20px;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.badge {
  display: inline-block;
  position: relative;
  /* top: -2px; */
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 550;
  letter-spacing: 0.015rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--border-radius);
  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;
  text-rendering: geometricPrecision;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: var(--white);
  background-color: var(--primary);
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: var(--white);
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: var(--white);
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: var(--white);
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: var(--white);
  background-color: var(--primary);
}

a.badge-info:hover,
a.badge-info:focus {
  color: var(--white) !important;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: var(--text);
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: var(--text);
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: var(--text);
  background-color: var(--bg-light);
}

a.badge-light:hover,
a.badge-light:focus {
  color: var(--text);
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: var(--white);
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: var(--white);
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 550;
  letter-spacing: 0.015rem;
}

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: var(--text);
  background-color: var(--light);
  border-color: var(--border-color);
}

.alert-secondary hr {
  border-top-color: var(--border-color);
}

.alert-secondary .alert-link {
  color: var(--primary);
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: var(--alert-warning-c);
  background-color: var(--alert-warning-bc);
  border-color: var(--warning);
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  /* overflow: hidden; */
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  background-color: var(--primary);
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

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

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--border-radius);
}

.list-group--bottom-not-rounded {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: var(--light);
}

.list-group-item-action:active {
  color: var(--text);
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: var(--white);
  border: 1px solid var(--border-color);
}

.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: var(--white);
}

.list-group-item.active {
  z-index: 2;
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.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 {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: var(--white);
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: var(--white);
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: var(--white);
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: var(--white);
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: var(--white);
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: var(--white);
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: var(--white);
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: var(--white);
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 550;
  letter-spacing: 0.015rem;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 var(--white);
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(var(--border-radius) - 1px);
  border-top-right-radius: calc(var(--border-radius) - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: '';
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius);
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid var(--border-color);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  color: var(--text);
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid var(--border-color);
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.modal-footer>* {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'GolosTextWebVF';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
}

.tooltip:not([id*='__bv_tooltip']) {
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}

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

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'GolosTextWebVF';
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
  margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^='top']>.arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^='top']>.arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^='top']>.arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: var(--white);
}

.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^='right']>.arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^='right']>.arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^='right']>.arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: var(--white);
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^='bottom']>.arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^='bottom']>.arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^='bottom']>.arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: var(--white);
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^='bottom'] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: '';
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^='left']>.arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^='left']>.arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^='left']>.arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: var(--white);
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(var(--border-radius) - 1px);
  border-top-right-radius: calc(var(--border-radius) - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: var(--text);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: var(--white);
  text-align: center;
  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: var(--white);
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--white);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

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

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

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

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

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

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

.bg-primary {
  background-color: var(--primary) !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  color: var(--black) !important;
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: var(--light) !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: var(--bg-dark) !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: var(--white) !important;
}

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

.border {
  border: 1px solid var(--border-color) !important;
}

.border-top {
  border-top: 1px solid var(--border-color) !important;
}

.border-right {
  border-right: 1px solid var(--border-color) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.border-left {
  border-left: 1px solid var(--border-color) !important;
}

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

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

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

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

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

.border-primary {
  border-color: var(--primary) !important;
}

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

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

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

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

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

.border-light {
  border-color: var(--light) !important;
}

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

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

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

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

.rounded-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}

.rounded-right {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

.rounded-left {
  border-top-left-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: '';
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

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

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

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

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

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

.vw-100 {
  width: 100vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-6,
.mx-6 {
  margin-left: 100px !important;
}

.mr-6,
.mx-6 {
  margin-right: 100px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: '';
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: 'JetBrains Mono' !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-rtl {
  direction: rtl;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-truncate-l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  word-wrap: break-word;
}

.text-truncate-l3 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  word-wrap: break-word;
}

.text-truncate-l4 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  word-wrap: break-word;
}

.text-truncate-l5 {
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  word-wrap: break-word;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: 550 !important;
  letter-spacing: 0.015rem;
}

.font-weight-bolder {
  font-weight: 550 !important;
  letter-spacing: 0.015rem;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: var(--text) !important;
}

.text-real-white {
  color: var(--real-white) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-orange {
  color: var(--orange) !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: var(--primary) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: var(--light) !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: var(--text) !important;
}

a.text-dark:hover {
  color: var(--primary) !important;
}

.text-body {
  color: var(--text) !important;
}

.text-muted {
  color: var(--text-muted) !important;
}

.text-black {
  color: #000000 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: ' (' attr(title) ')';
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.is-invalid>.tui-editor-defaultUI {
  border-color: red;
}

.markdown-body table {
  margin-bottom: 1rem;
}

.markdown-body table td,
.markdown-body table th {
  border: 1px solid var(--border-color);
  padding: 5px;
}

.markdown-body table td p:last-child {
  margin-bottom: 0;
}

.markdown-body h1,
.markdown-body .h1 {
  padding-bottom: 0.3em;
  font-size: 2.3em;
}

.markdown-body h2,
.markdown-body .h2 {
  padding-bottom: 0.3em;
  font-size: 1.72em;
}

.markdown-body h3,
.markdown-body .h3 {
  font-size: 1.45em;
}

.markdown-body h4,
.markdown-body .h4 {
  font-size: 1.15em;
}

.markdown-body h5,
.markdown-body .h5 {
  font-size: 1em;
}

.markdown-body h6,
.markdown-body .h6 {
  font-size: 0.975em;
}

.markdown-body:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(88, 109, 239, 0.25) !important;
}

.min-width-0 {
  min-width: 0;
}

/* ------------------- custom styles  ------------------ */

body {
  --sidebar-width: 100%;
  --display-item-text: 1;
  --header-height: 54px;
  --vs-border-radius: 0.4rem !important;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.875rem;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}

body.navbar-main--active {
  overflow: hidden;
}

body.navbar-main--active main {
  transform: translateX(100px);
}

body.navbar-main--active main.main-book {
  transform: translateX(0) !important;
}

#app {
  height: auto;
  padding-top: var(--header-height);
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 767.98px) {
  #navbarUserDropdownMenuLink {
    display: none;
  }

  #app::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--white);
    z-index: 9;
    transform: translateX(-100%);
    transition: transform 0.1s ease;
    will-change: transform;
  }

  .navbar-main--active #app::before {
    transform: translateX(0);
    transition: transform 0.2s ease;
  }

  .sidebar__nav-list {
    pointer-events: all;
  }

  .sidebar__nav-list-bottom {
    pointer-events: all;
  }

  .sidebar-book__nav-list {
    pointer-events: all;
  }

  .sidebar-book__nav-list-bottom {
    pointer-events: all;
  }

  .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    pointer-events: all;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .profile-page__profile-card {
    pointer-events: all;
  }

  .profile-page__profile-card-content {
    width: 85% !important;
    padding: 0 1rem;
  }
}

.profile-page__user-info {
  position: relative;
  margin-top: -180px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #app {
    padding-left: var(--sidebar-width);
  }

  .profile-page__user-info {
    text-align: left;
  }
}

main {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  max-width: 100%;
  transition: all 0.2s ease;
}

main.main-admin {
  position: initial;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.break-word {
  word-break: break-word;
}

/* .invisible-scrollbar::-webkit-scrollbar {
  display: none;
} */

/* колоры */
.bg-blue {
  background-color: var(--primary-light) !important;
}

.border-blue {
  border-color: var(--primary) !important;
}

.bg-light-second {
  background-color: var(--light) !important;
}

/*
 * Sidebar
 */

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: var(--sidebar-width);
  height: calc(100vh - var(--header-height));
  /*padding: 0 1rem;*/
  background-color: var(--white);
  transform: translateX(-100%);
  z-index: 10;
  overflow: hidden;
  transition: transform 0.2s ease, max-width 0.05s ease;
}

.sidebar.sidebar--active,
.sidebar-book.sidebar--active {
  padding-top: 30px;
  transform: translateX(0);
  --display-item-text: 1 !important;
  --scale-item-text: none !important;
}

.sidebar .nav-item .nav-item__text {
  text-wrap: nowrap;
  opacity: var(--display-item-text);
  max-width: var(--width-item-text);
  transform: var(--scale-item-text);
  transition: 0.09s ease;
  margin-left: var(--margin-item-text);
}

body.--collapsed .sidebar .nav-link,
body.--collapsed .sidebar-book .nav-link {
  width: fit-content;
}

@media (min-width: 768px) {

  .sidebar,
  .sidebar-book {
    transform: translateX(0) !important;
    z-index: 0;
  }

  body.--collapsed .sidebar,
  body.--collapsed .sidebar-book {
    --display-item-text: 0;
    --width-item-text: 1px;
    --scale-item-text: scale(0.9) translateX(-2px);
    --margin-item-text: 0;
  }
}

@media (min-width: 768px) {
  body.--collapsed {
    --sidebar-width: 73px;
    --display-item-text: none;
  }

  body.--full {
    --sidebar-width: 240px;
  }
}

.sidebar-book {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  width: var(--sidebar-width);
  height: 100vh;
  background-color: var(--white);
  border-right: 1px solid var(--border-color);
  transform: translateX(-100%);
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.2s ease, max-width 0.05s ease;
}

.sidebar-book.sidebar--active {
  padding-top: 30px;
  transform: translateX(0);
}

.sidebar-book.--collapsed {
  --display-item-text: 0;
  --width-item-text: 1px;
  --scale-item-text: scale(0.9) translateX(-2px);
  --margin-item-text: 0;
}

@media (min-width: 768px) {
  body {
    --sidebar-width: 100%;
    --display-item-text: none;
  }

  .sidebar-book.sidebar--active {
    padding-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    --sidebar-width: 240px;
    --display-item-text: none;
  }

  .sidebar-book {
    transform: translateX(0);
  }
}

/* @media (min-width: 1200px) {
  :root {
    --sidebar-width: 240px;
  }
  .sidebar-book {
    transform: translateX(0);
  }
} */

@media (max-width: 767.98px) {
  .profile-page__profile-card {
    padding: 0 !important;
    margin: 0 !important;
    justify-content: space-between;
  }

  .navbar-nav .input-group {
    /*padding: 3px 12px !important;*/
    border-radius: var(--border-radius) !important;
    border: 1px solid var(--border-color) !important;
  }

  .sidebar__nav {
    gap: 76px;
    transform: translateY(30px);
    transition: transform 0.25s ease 0.15s, opacity 0.25s ease 0.15s;
    opacity: 0;
    will-change: transform, opacity;
  }

  .navbar-main--active .sidebar__nav {
    transform: translateY(0);
    opacity: 1;
  }

  .sidebar__nav-list {
    margin-top: 0 !important;
  }

  .sidebar__nav-public-options {
    margin-top: 116px !important;
  }
}

.profile-page__profile-card {
  padding: 36px 27px 14px 16px;
}

@media (max-width: 767.98px) {
  .profile-page__profile-card-empty {
    min-height: 40px;
  }
}

.profile-page__profile-card-content {
  width: 100%;
}

.profile-page__profile-card-name {
  font-size: 16px;
}

.profile-page__profile-card-alias {
  font-size: 13px;
}

.navbar-nav .input-group {
  padding: 0;
  border: none;
}

.sidebar__nav-list {
  margin-top: 1rem;
  padding: 0 1rem;
}

.sidebar-book__nav-list {
  padding: 0 1rem 3rem 1rem;
  margin: 1rem 0 3rem 0;
}

.sidebar .nav-item {
  margin: 3px 0 !important;
}

.sidebar .nav-link {
  position: relative;
  color: var(--text);
  padding: 4px 12px !important;
  border-radius: var(--border-radius) !important;
  justify-content: center;
}

@media (min-width: 768px) {
  .sidebar .nav-link {
    justify-content: flex-start;
  }
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: var(--primary);
  background-color: var(--bg-light) !important;
}

.sidebar .nav-link:hover {
  background-color: var(--bg-light) !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.sidebar .nav-item .nav-link>i {
  width: 20px;
}

.nav-item-dot {
  text-align: center;
  position: absolute;
  right: 5px;
  width: auto;
  padding: 5px;
  color: var(--text);
  font-size: 12px;
  line-height: 6px;
  background-color: #dc3545;
  border-radius: 20px;
}

.--collapsed .nav-item-dot {
  right: 12px;
  top: 8px;
  padding: 4px;
  border: 1px solid var(--white);
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .nav-item-dot {
    position: absolute;
    right: 16px;
  }
}

/*
 * Navbar
 */
.navbar-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--header-height);
  flex-wrap: nowrap;
  z-index: 33;
  /*background-color: var(--light) !important;*/
  /* box-shadow: 0 0 20px #0000002b; */
  border-bottom: 1px solid var(--border-color);
}

.navbar-main::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-transparent) !important;
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  z-index: -1;
}

.navbar-main .navbar-nav {
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  gap: 1rem;
  z-index: 12;
  transition: 0s;
  opacity: 0;
  pointer-events: none;
  will-change: transform;
  transform: translateY(30px);
}

.navbar-main .navbar-nav.--book-no-authorized {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: all;
  transform: none;
}

.navbar-main .gf-dropdown .gf-dropdown__toggle {
  padding-left: 0;
  padding-right: 0;
}

.navbar-main .input-group input,
.navbar-main .input-group button,
.navbar-main .input-group button span {
  background-color: var(--light) !important;
}

.navbar-main .navbar-nav .nav-item:nth-child(3) {
  display: none !important;
}

@media (min-width: 768px) {
  .navbar-main .navbar-nav {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    pointer-events: all;
    transform: none;
  }

  .navbar-main .navbar-nav .nav-item:nth-child(3) {
    display: flex !important;
  }
}

.navbar-main.navbar-main--active .navbar-nav {
  transform: translateY(0);
  transition: 0.25s ease 0.15s;
  opacity: 1;
  pointer-events: all;
}

.navbar-main .navbar-main__user-menu {
  gap: 1rem;
}

.navbar-main__logo {
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: var(--logo-color);
  text-decoration: none;
}

.navbar-main__logo:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar-main__logo {
    margin: initial;
    text-decoration: none;
  }
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/*конец общих стилей*/

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.mw-85 {
  max-width: 85% !important;
}

.mw-90 {
  max-width: 90% !important;
}

.day-commit {
  border-left: 2px solid #dee2e6 !important;
}

.commit-date {
  margin-left: -0.69rem !important;
  background-color: var(--white);
  gap: 2rem;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 0.15rem 0.3rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}

.btn-xs+.dropdown-toggle-split,
.btn-group-xs>.btn+.dropdown-toggle-split {
  padding-right: 0.175rem;
  padding-left: 0.175rem;
}

.underline-nav {
  color: #6c757d;
  overflow-x: auto;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  scroll-padding: 1rem;
  gap: 6px;
  /*padding: 5px 1rem;*/
}

.underline-nav>div {
  scroll-snap-align: start;
}

.underline-nav>div>a {
  color: var(--text-muted);
  display: inline-block;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: var(--border-radius);
}

.underline-nav a:hover,
.underline-nav>div.active a {
  color: var(--text) !important;
  background: var(--bg-light);
}

.project__nav {
  padding: 4px 0;
  position: relative;
  align-items: center;
  overflow-x: unset;
}

.project__settings-bar {
  position: relative;
}

.project__nav-ellipsis {
  position: absolute;
  right: 0;
  bottom: 7px;
  display: none;
}


.project__nav>div.--hide {
  visibility: hidden;
}

.project__nav-ellipsis:has(.gf-dropdown__body > div:not(.--hide)) {
  display: block;
}

.project__nav-ellipsis .gf-dropdown__body>div.--hide {
  display: none;
}


.setting-nav {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 8px !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-self: flex-start;
  height: auto;
}

.setting-nav .nav-item {
  border-bottom: none;
}


.setting-nav .nav-link {
  color: var(--text-color);
  text-decoration: none;
  padding: 8px 16px !important;
  display: block;
  border-radius: var(--border-radius);
}

.setting-nav .nav-link:hover {
  color: var(--primary-color);
}

.setting-nav .nav-item.active .nav-link {
  background-color: var(--hover-nav);
  color: var(--primary-color);
}

.form-group>.select2-container {
  width: 100% !important;
}

.select2-container--bootstrap4 .select2-selection {
  border-color: var(--border-color) !important;
  border-radius: var(--border-radius) !important;
}

.select2-container--default .select2-selection--single {
  border-color: var(--border-color) !important;
  border-radius: var(--border-radius) !important;
}

.select2-container--open .selection .select2-selection.select2-selection--single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: var(--border-color) !important;
  box-shadow: none !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  width: 100% !important;
  top: 25% !important;
  vertical-align: middle !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow:before {
  content: '\f11d';
  font-family: 'gf-icons-font';
  font-size: 1.1em;
  font-weight: 550;
  /* color: var(--text-muted); */
  position: absolute;
  right: 10px !important;
  bottom: 14px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: var(--border-color) !important;
}

.select2-dropdown {
  background-color: var(--light) !important;
  border-color: var(--border-color) !important;
  border-bottom-right-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

.select2-search--dropdown .select2-search__field {
  color: var(--text);
  caret-color: var(--text);
  background-color: var(--white);
  border-color: var(--border-color) !important;
  border-radius: var(--border-radius) !important;
}

.select2-container--bootstrap4 .select2-results__group {
  color: var(--text-muted) !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected='true'] {
  color: var(--text) !important;
  background-color: var(--bg-light) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text) !important;
}

.files-title,
.branch-title,
.code-title {
  background-color: var(--primary-light) !important;
  border-color: var(--primary-border) !important;
}

.chunk-num {
  width: 1%;
  min-width: 50px;
  padding-right: 10px;
  padding-left: 10px;
  /*font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;*/
  line-height: 1.6;
  font-family: 'JetBrains Mono';
  font-size: 12px;
  /*color: rgba(27,31,35,.3);*/
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  /*cursor: pointer;*/
  /*-webkit-user-select: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
  /*user-select: none;*/
}

.chunk-num.no-select {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.chunk-num>a {
  color: inherit;
}

.chunk-line {
  white-space: break-spaces;
  line-height: 1.6;
  font-family: 'JetBrains Mono';
  font-size: 12px;
  padding-left: 1.5rem !important;
  border: none;
  position: relative;
}

div:not(.--splited)>.chunk-line {
  border-left: 1px solid var(--gfn-bc) !important;
}

.code-line {
  white-space: break-spaces;
  line-height: 1.6;
  font-family: 'JetBrains Mono';
  font-size: 12px;
  padding-left: 0.5rem !important;
  border: none !important;
  position: relative;
}

.code-line.highlighted {
  background-color: rgba(7, 250, 71, 0.22);
}

.chunk-operation-add>td,
.chunk-operation-add>div {
  background-color: var(--file-add-line-color);
}

.chunk-operation-add>td,
.chunk-operation-add.--splited>div.chunk-num {
  border-left: 1px solid var(--gfn-bc);
}

.chunk-operation-add>td.chunk-line,
.chunk-operation-add>div.chunk-line {
  background-color: var(--file-add-line-color);
}

.chunk-operation-add>td.chunk-line::before,
.chunk-operation-add>div.chunk-line::before {
  content: '+';
  position: absolute;
  left: 0.5em;
}

.chunk-operation-add>td.chunk-num,
.chunk-operation-add>div.chunk-num {
  background-color: var(--file-add-line-highlighted-color);
}

.chunk-operation-remove>td,
.chunk-operation-remove>div {
  background-color: var(--file-remove-line-color);
  /* border-left: 1px solid #dc3545; */
}

.chunk-operation-remove>td.chunk-line,
.chunk-operation-remove>div.chunk-line {
  background-color: var(--file-remove-line-color);
}

.chunk-operation-remove>td.chunk-line::before,
.chunk-operation-remove>div.chunk-line::before {
  content: '-';
  position: absolute;
  left: 0.5em;
}

.chunk-operation-remove>td.chunk-num,
.chunk-operation-remove>div.chunk-num {
  background-color: var(--file-remove-line-highlighted-color);
}

.chunk-operation-none>.header {
  color: #6c757d;
  background-color: var(--white) !important;

  white-space: break-spaces;
  line-height: 1.6;
  font-family: 'JetBrains Mono';
  font-size: 12px;
  padding-left: 1.5rem !important;
  border: none;
  position: relative;
}

.chunk-operation-none:not(.--splited)>.header {
  border-left: 1px solid var(--gfn-bc);
}

.chunk-operation-none>td,
.chunk-operation-none.--splited>div.--target {
  border-left: 1px solid var(--gfn-bc);
}

.chunk-operation-none>td.chunk-line,
.chunk-operation-none>div.chunk-line {
  background-color: var(--white);
}

.chunk-operation-replace_add>td,
.chunk-operation-replace_add>div {
  background-color: var(--file-add-line-color);
}

.chunk-operation-replace_add>td,
.chunk-operation-replace_add.--splited>div.chunk-num {
  border-left: 1px solid var(--gfn-bc);
}

.chunk-operation-replace_add>td.chunk-line,
.chunk-operation-replace_add>div.chunk-line {
  background-color: var(--file-add-line-color);
}

.chunk-operation-replace_add>td.chunk-line::before,
.chunk-operation-replace_add>div.chunk-line::before {
  content: '+';
  position: absolute;
  left: 0.5em;
}

.chunk-operation-replace_add>td.chunk-num,
.chunk-operation-replace_add>div.chunk-num {
  background-color: var(--file-add-line-highlighted-color);
}

.chunk-operation-replace_removed>td,
.chunk-operation-replace_removed>div {
  background-color: var(--file-remove-line-color);
  /* border-left: 1px solid #dc3545; */
}

.chunk-operation-replace_removed>td.chunk-line,
.chunk-operation-replace_removed>div.chunk-line {
  background-color: var(--file-remove-line-color);
}

.chunk-operation-replace_removed>td.chunk-line::before,
.chunk-operation-replace_removed>div.chunk-line::before {
  content: '-';
  position: absolute;
  left: 0.5em;
}

.chunk-operation-replace_removed>td.chunk-num,
.chunk-operation-replace_removed>div.chunk-num {
  background-color: var(--file-remove-line-highlighted-color);
}

.chunk-operation-replace_none>.header {
  color: #6c757d;
  background-color: var(--white) !important;

  white-space: break-spaces;
  line-height: 1.6;
  font-family: 'JetBrains Mono';
  font-size: 12px;
  padding-left: 1.5rem !important;
  border: none;
  position: relative;
}

.chunk-operation-replace_none:not(.--splited)>.header {
  border-left: 1px solid var(--gfn-bc);
}

.chunk-operation-replace_none>td,
.chunk-operation-replace_none.--splited>div.--target {
  border-left: 1px solid var(--gfn-bc);
}

.chunk-operation-replace_none>td.chunk-line,
.chunk-operation-replace_none>div.chunk-line {
  background: var(--file-replace-color);
}

.chunk-operation-replace_none>td.chunk-num,
.chunk-operation-replace_none>div.chunk-num {
  background-color: var(--file-replace-color);
}

.chunk-btn-holder {
  border: none !important;
}

.chunk-line-btn {
  padding: 0 0.25rem;
  font-size: 0.65rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  margin-left: -10px;
  position: absolute;
}

.repo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.repo-breadcrumb>li:last-child:after {
  content: '';
}

.repo-breadcrumb>li:after {
  display: inline-block;
  padding: 0 3px;
  color: #999;
  content: '/';
}

.branch-name-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: var(--border-radius);
  font-size: 90%;
  line-height: 1;
  color: var(--text) !important;
  background-color: var(--bg-light) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

.branch-list {
  display: flex;
  align-items: center;
}

/*font size*/
@media (max-width: 767.98px) {
  .f1 {
    font-size: 32px !important;
  }

  .f2 {
    font-size: 24px !important;
  }

  .f3 {
    font-size: 20px !important;
  }
}

.f1 {
  font-size: 26px !important;
}

.f2 {
  font-size: 22px !important;
}

.f3 {
  font-size: 18px !important;
}

.f4 {
  font-size: 16px !important;
}

.f5 {
  font-size: 14px !important;
}

.f6 {
  font-size: 12px !important;
}

/*language color*/

.repo-language-color {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(27, 31, 35, 0.1);
  border-radius: 50%;
  padding: 4px;
}

.lang-color-none {
  background-color: #ededed;
}

.wpx-250 {
  width: 250px !important;
}

.wpx-300 {
  width: 300px !important;
}

.wpx-350 {
  width: 350px !important;
}

/* табы для дропдауна для скачивания проекта */
.code-tab-line-nav {
  color: #6c757d;
  font-size: 0.75rem;
  border-bottom: none;
}

.code-tab-line-nav>li {
  color: #6c757d;
  border: 0;
  padding: 0.5rem 0.75rem;
  border-bottom: 2px solid rgba(209, 213, 218, 0);
  transition: border-bottom-color 0.36s ease-in;
}

.code-tab-line-nav>li>a {
  color: #6c757d;
  text-decoration: none;
}

.code-tab-line-nav>li>a:hover {
  color: var(--secondary) !important;
  border-bottom: 2px solid var(--secondary);
  transition: border-bottom-color 0.36s ease-out;
}

.code-tab-line-nav>li>a.active:hover {
  color: var(--text) !important;
  /*border-bottom: 2px solid var(--secondary);*/
  /*transition: border-bottom-color 0.36s ease-out;*/
}

/*.code-tab-line-nav > li > a:hover {*/
/*  color: var(--secondary) !important;*/
/*  border-bottom: 2px solid var(--secondary);*/
/*  transition: border-bottom-color 0.36s ease-out;*/
/*}*/

.code-tab-line-nav>li>a.active {
  color: var(--text);
  border-bottom: 2px solid;
  border-color: var(--primary);
  text-decoration: none;
}

.ssh-key-list>div {
  border-bottom: 1px solid #dee2e6 !important;
}

.ssh-key-list>div:last-child {
  border-bottom: none !important;
}

.gpg-key-list>div {
  border-bottom: 1px solid #dee2e6 !important;
}

.gpg-key-list>div {
  border-bottom: none !important;
}

.label-color-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
}

/* ---- дискуссии --- */

.discussion-block:last-child {
  border-bottom: 1px solid #dee2e6 !important;
}

.discussion-holder p {
  margin-bottom: 0 !important;
}

.profile__avatar-container {
  position: relative;
  width: 100%;
}

.profile__avatar-container:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.profile__avatar-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.font-weight-middle {
  font-weight: 550 !important;
  letter-spacing: 0.015rem;
}

/*Markdown styles*/
.markdown-comment p:last-child {
  margin-bottom: 0;
}

.markdown-body {
  word-break: break-word;
}

.markdown-body pre {
  padding: 8px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: var(--bg-light);
  border-radius: 6px;
}

.markdown-body img {
  max-width: 100%;
  box-shadow: 0 0 1px rgb(0 0 0 / 50%);
  margin-bottom: 1rem;
}

.markdown-body img[src$='.png'],
.markdown-body img[src*='.svg'] {
  box-shadow: none !important;
}

.markdown-body blockquote {
  border-left: 0.25rem solid #9ba0a6;
  padding: 0 1rem;
  color: #8b949e;
}

.markdown-body table {
  display: block;
  overflow-x: auto;
  word-break: normal;
}

.markdown-body.commit_message h1 {
  font-size: 1rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

.tui-editor-defaultUI {
  border-color: var(--border-color) !important;
}

.CodeMirror-cursor {
  border-color: var(--text) !important;
}

.tui-editor-defaultUI .te-toolbar-section {
  border-color: var(--border-color) !important;
}

.tui-editor-defaultUI .te-markdown-tab-section {
  background-color: var(--white) !important;
}

.tui-editor-defaultUI-toolbar {
  background-color: var(--white) !important;
}

.te-toolbar-section button.te-tab-active,
.te-mode-switch-section button.active {
  color: var(--text) !important;
  background-color: var(--bg-light) !important;
  border-color: var(--border-color) !important;
}

.te-toolbar-section button,
.te-mode-switch-section button {
  color: var(--text-muted) !important;
  background-color: var(--white) !important;
  border-color: var(--border-color) !important;
}

.CodeMirror,
.tui-editor-contents {
  color: var(--text) !important;
  background-color: var(--white) !important;
}

.te-tab-active .tui-editor-contents {
  color: var(--text) !important;
  background-color: var(--light) !important;
}

.te-tab-active .tui-editor-contents * {
  color: var(--text) !important;
}

.te-tab-active .tui-editor-contents code {
  color: #e83e8c !important;
}

.te-tab-active .tui-editor-contents pre code {
  color: var(--text) !important;
}

.te-mode-switch-section {
  background-color: var(--white) !important;
  border-color: var(--border-color) !important;
}

.tui-popup-wrapper {
  border-color: var(--border-color) !important;
}

.tui-popup-header,
.tui-popup-header .tui-popup-title {
  color: var(--text) !important;
  background-color: var(--light) !important;
  border-color: var(--border-color) !important;
}

.tui-popup-body {
  color: var(--text-muted) !important;
  background-color: var(--light) !important;
}

.tui-popup-body li:hover {
  color: var(--text) !important;
  background-color: var(--white) !important;
}

.tui-md-code-block,
.tui-md-code,
.te-editor-section code,
.tui-editor-contents pre {
  background-color: var(--bg-light) !important;
}

.tui-md-table {
  color: var(--text) !important;
}

.tui-editor-contents div {
  color: var(--text) !important;
  background-color: var(--white);
}

/* лэндинг */
.h1-land {
  font-size: 3.25rem;
}

.custom-button-land {
  font-size: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 57px;
  padding-right: 57px;
}

.h-slide-land {
  font-size: 2.5rem;
  font-weight: 550;
}

.slide-img {
  width: 410px !important;
}

@media (max-width: 767.98px) {
  .h1-land {
    font-size: 2rem;
  }

  .h-slide-land {
    font-size: 2rem;
    font-weight: 550;
  }

  .slide-img {
    width: 200px !important;
  }

  .custom-button-land {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.custom-file-input~.custom-file-label::after {
  content: 'Обзор';
}

.sidebar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
}

/*нотификация*/

.notification-unread-indicator {
  min-width: 8px;
  min-height: 8px;
  background: none;
}

.notification-unread {
  background-color: var(--primary);
}

.mail-status.unread {
  display: inline-block;
}

.mail-status {
  position: absolute;
  top: 10px;
  left: 23px;
  z-index: 2;
  display: none;
  color: var(--text);
  background: #dc3545;
  background-clip: padding-box;
  border-radius: 10px;
  padding: 4px;
  font-size: 11px;
  line-height: 5px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--light);
}

.font-variant-ligatures-none {
  font-variant-ligatures: none;
}

@-moz-document url-prefix() {

  .font-weight-middle,
  .font-weight-bold,
  .font-weight-bolder {
    font-weight: 550 !important;
    letter-spacing: 0.015rem;
  }

  .badge {
    font-weight: 550 !important;
  }
}

.badge.badge--mod {
  top: -30%;
  padding: 0.25em 0.55em;
  font-size: 12px;
  line-height: 12px;
}

.bd-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: -15px;
  margin-left: -15px;
}

.nav-c {
  margin-bottom: 0;
  list-style: none;
  padding-left: 15px;
  padding-bottom: 10px;
}

.nav-h {
  margin-bottom: 0;
  list-style: none;
  padding-left: 15px;
  padding-bottom: 2.5px;
  color: var(--text);
}

.nav-h-color {
  color: rgb(92, 105, 117);
}

.nav-anchor {
  position: sticky;
  top: 4rem;
  height: calc(100vh - 2rem);
}

.bd-sidenav {
  display: none;
}

.bq-black {
  color: black;
  background-color: #f6f8fa;
}

.style-description {
  font-size: 16px;
  color: rgb(136, 153, 168);
}

.badge-gf-tag {
  background-color: var(--primary-light);
  color: var(--primary);
  font-size: 14px;
  padding: 0.3rem 0.8rem;
  margin: 0 0.25rem 0.25rem 0;
}

.project__settings-info {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: 100%;
}

@media screen and (min-width: 992px) {
  .project__settings-info {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
}

.project__settings-links {
  grid-column: 1/2;
  grid-row: 1;
}

.project__settings-links-user {
  max-width: 30%;
}

.package-info .collapse {
  word-break: break-all;
}

.project__project-desc {
  word-break: break-all;
}

.project__project-desc,
.project__project-desc-realises a {
  font-size: 15px;
}

.project__project-desc-link {
  font-size: 16px;
}

.project__project-desc-icon {
  width: 16px;
  height: 16px;
  color: #6c757d;
}

.project__breadcrumbs-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  grid-row: 3;
}

.project-breadcrumbs-buttons-complain {
  padding: 4px 8px 5px 8px;
}

@media screen and (min-width: 992px) {
  .project__breadcrumbs-buttons {
    grid-row: 1;
  }
}

.project__breadcrumbs-buttons>* {
  white-space: nowrap;
}

.project__breadcrumbs-buttons>.project-breadcrumbs-buttons-complain__wrapper {
  width: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .project__breadcrumbs-buttons>* {
    width: auto;
  }
}

.project__breadcrumbs-buttons .btn {
  border-color: var(--border-color) !important;
}

.project__project-desc-pipelines .project__project-desc-icon>span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(27, 31, 35, 0.1);
  border-radius: 50%;
}

.header__search {
  margin-bottom: 0;
  width: 100%;
}

.header__search .input-group {
  flex-wrap: nowrap !important;
}

.header__search input {
  width: 140px !important;
  transition: width 0.31s cubic-bezier(0.5, 0.7, 0.03, 1.31);
}

@media screen and (min-width: 768px) {
  .header__search input:focus {
    width: 260px !important;
  }
}

.header__links {
  white-space: nowrap;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.repository__files-list:last-child {
  border-radius: 0 0 0.4rem 0.4rem;
}

.repository__commit-message {
  width: 100%;
  max-width: 500px;
}

.docs_body {
  font-size: 16px;
  line-height: 20px;
}

.docs_body h2 {
  margin: 0 0 1rem 0;
}

.docs_body h5 {
  margin: 1rem 0;
}

.docs_body h5>a::before {
  display: block;
  content: '';
  height: 5rem;
  margin: -5rem 0 0;
}

.docs_body p {
  margin-bottom: 10px;
  text-align: justify;
}

.docs_body table {
  table-layout: fixed;
  width: auto;
  border-collapse: collapse;
  text-align: center;
  margin: 20px;
}

.docs_body tbody tr:nth-child(odd) {
  background-color: var(--light);
}

.docs_body tbody tr:nth-child(even) {
  background-color: var(--white);
}

.docs_body th {
  padding: 10px;
  border: 1px solid var(--border-color);
}

.docs_body td {
  padding: 10px;
  border: 1px solid var(--border-color);
}

@media (max-width: 767.98px) {
  .docs_body table {
    margin: 1rem 0;
    width: 100%;
  }

  .docs_body th,
  td {
    padding: 3px;
  }
}

.project-info__wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
}

@media (min-width: 992px) {
  .project-info__wrapper {
    grid-template-columns: 1fr 260px;
    width: 100%;
    margin: 0 auto;
  }
}

.project-info__aside {
  margin-top: 1.5rem;
}

.project-info__commit-message {
  width: 100%;
  max-width: 400px;
}

.table-item__short-message {
  width: 0;
}

@media (min-width: 992px) {
  .project-info__aside {
    margin-top: 0;
  }

  .table-item__short-message {
    width: auto;
  }
}

.project-info__table-item {
  display: grid;
  grid-template-columns: 20px 35% auto 40%;
  gap: 1rem;
  width: 100%;
}

@media (min-width: 992px) {
  .project-info__table-item {
    grid-template-columns: 20px 20% 45% auto;
  }
}

.projects__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.projects__list>.pagination {
  grid-column: 1 / -1;
}

/*.projects__list-item {*/
/*  transition: padding 0.2s ease;*/
/*}*/
/*.projects__list.--list {*/
/*  max-width: 720px;*/
/*}*/

.projects__list.--list .projects__list-item {
  --project-title-width: 190px;
  padding-bottom: 0.5rem;
}

.projects__project-badge {
  margin-bottom: 0.25rem;
}

.projects__project-verified {
  margin-bottom: 0.25rem;
}

.projects__list.--list .projects__list-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.projects__list.--columns .projects__list-item {
  --project-title-width: 190px;
  padding: 0.5rem;
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  background-color: var(--card-bg);
}

.projects__list-item-name {
  display: -webkit-box;
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  max-width: var(--project-title-width);
}

@media (min-width: 768px) {
  .projects__list.--columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .projects__list.--columns .projects__list-item-name {
    --project-title-width: 220px;
  }

  .projects__list.--list .projects__list-item-name {
    --project-title-width: 600px;
  }
}

@media (min-width: 1700px) {
  .projects__list.--columns {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) and (max-width: 1698.98px) {
  .projects__list.--columns .projects__list-item-name {
    --project-title-width: 195px;
  }

  .projects__list.--list .projects__list-item-name {
    --project-title-width: 830px;
  }
}

@media (min-width: 900px) and (max-width: 1199.98px) {
  .projects__list.--columns .projects__list-item-name {
    --project-title-width: 195px;
  }

  .projects__list.--list .projects__list-item-name {
    --project-title-width: 1000px;
  }
}

.projects__list-item-none {
  grid-column: 1/4;
}

.projects__list-viewier {
  padding: 0 !important;
}

.projects__list-viewier i {
  pointer-events: none;
}

.projects__list-viewier button:focus,
.projects__list-viewier button:focus-visible {
  box-shadow: none !important;
}

.navbar .navbar-toggler {
  position: relative;
  border: none;
  left: 1rem;
  width: 30px;
  height: 30px;
  transition: 0.2s ease;
}

.navbar .navbar-toggler>span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #bbbec0;
  transition: 0.2s ease;
}

.navbar .navbar-toggler>span:nth-child(1) {
  top: 2px;
}

.navbar .navbar-toggler>span:nth-child(2) {
  top: 14px;
}

.navbar .navbar-toggler>span:nth-child(3) {
  bottom: 2px;
}

.navbar .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar.navbar-main--active .navbar-toggler {
  transform: rotate(360deg);
}

.navbar.navbar-main--active .navbar-toggler>span:nth-child(1) {
  top: 9px;
  width: 16px;
  transform: rotate(-48deg);
  left: -3px;
}

.navbar.navbar-main--active .navbar-toggler>span:nth-child(2) {
  /*width: 10px;*/
}

.navbar.navbar-main--active .navbar-toggler>span:nth-child(3) {
  bottom: 9px;
  width: 16px;
  transform: rotate(48deg);
  left: -3px;
}

.navbar-main__user-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 109, 239, 0.1);
}

.form-signin .form-control {
  font-size: 0.875rem !important;
}

.repo-settings__memory-value {
  display: inline-flex;
  font-size: 16px;
}

.disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.btn.disabled {
  background: rgba(59, 59, 59, 0.3);
  border: 1px solid rgba(118, 118, 118, 0.3) !important;
}

tr.tr-selection {
  animation: selection 1.4s;
}

@keyframes selection {
  90% {
    background: var(--light);
  }
}

.commit-list .day-commit .input-group-text {
  min-width: 92px;
  justify-content: center;
}

.oauth-btn-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}

.oauth-logo-wrapper {
  height: 25px;
}

body.--theme-light .oauth-logo-wrapper.yandex-logo {
  position: relative;
  width: 100%;
  background: url(../images/oauth/yandex-logo.svg) no-repeat;
  background-size: contain;
}

body.--theme-light .oauth-logo-wrapper.vk-logo {
  position: relative;
  width: 100%;
  background: url(../images/oauth/vk-logo.svg) no-repeat;
  background-size: contain;
}

body.--theme-dark .oauth-logo-wrapper.yandex-logo {
  position: relative;
  width: 100%;
  background: url(../images/oauth/yandex-logo-inverse.svg) no-repeat;
  background-size: contain;
}

body.--theme-dark .oauth-logo-wrapper.vk-logo {
  position: relative;
  width: 100%;
  background: url(../images/oauth/vk-logo-inverse.svg) no-repeat;
  background-size: contain;
}

@media (prefers-color-scheme: dark) {
  body.--theme-auto .oauth-logo-wrapper.vk-logo {
    position: relative;
    width: 100%;
    background: url(../images/oauth/vk-logo-inverse.svg) no-repeat;
    background-size: contain;
  }

  body.--theme-auto .oauth-logo-wrapper.yandex-logo {
    position: relative;
    width: 100%;
    background: url(../images/oauth/yandex-logo-inverse.svg) no-repeat;
    background-size: contain;
  }
}

@media (prefers-color-scheme: light) {
  body.--theme-auto .oauth-logo-wrapper.vk-logo {
    position: relative;
    width: 100%;
    background: url(../images/oauth/vk-logo.svg) no-repeat;
    background-size: contain;
  }

  body.--theme-auto .oauth-logo-wrapper.yandex-logo {
    position: relative;
    width: 100%;
    background: url(../images/oauth/yandex-logo.svg) no-repeat;
    background-size: contain;
  }
}


.js-start-timer::after {
  content: attr(data-timer);
  position: relative;
  font-weight: 550;
  color: var(--white);
}

.js-start-timer-on-click::after {
  content: attr(data-duration);
  position: relative;
  font-weight: 550;
  color: var(--white);
}

/*===========Auth Page===========*/
.auth-label {
  display: block;
}

.btn-yandex {
  position: relative;
  background: #000 url(../images/oauth/auth-yandex-logo.svg) no-repeat center;
  height: 31px;
}

.btn-vk {
  position: relative;
  background: #0077FF url(../images/oauth/auth-vk-logo.svg) no-repeat center;
  height: 31px;
}

@media (max-width: 575.98px) {
  .btn-yandex {
    background: #000 url(../images/oauth/auth-yandex-logo-mini.svg) no-repeat center;
    width: 31px;
  }

  .btn-vk {
    background: #0077FF url(../images/oauth/auth-vk-logo-mini.svg) no-repeat center;
    width: 31px;
  }
}

.btn-astra-lk {
  height: 31px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #3B455B;
  color: var(--real-white);
}

.btn-astra-lk:hover {
  color: var(--real-white);
}

.btn-complaint {
  height: 31px;
  font-size: 15px;
  line-height: 15px;
  padding: 9px;
  cursor: pointer;
}

#pills-repo-url-tab {
  width: fit-content;
}

.content-layout {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

.v-select.vs--multiple .vs__dropdown-toggle .vs__selected-options {
  flex-wrap: wrap;
}

.vs__dropdown-menu {
  padding: 0.6rem 0.3rem !important;
}

.vs__dropdown-option {
  border-radius: 0.25rem;
  padding: 6px 12px !important;
}

.alert-notification {
  top: 1rem;
  right: 0;
  z-index: 1;
  transition: transform 0.5s;
  transform: translateX(-20px);
  animation: notificationTransition 1s;
}

@keyframes notificationTransition {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.profile-page__wrapper .profile-page__avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 300px;
  outline: 1px solid #a5acb75e;
  outline-offset: -2px;
}

.page-bar {
  padding: 36px 0 0 !important;
}

.page-bar .btn-outline-secondary {
  font-size: 11px;
  line-height: 11px;
}

.page-bar h1 {
  white-space: nowrap;
  max-width: 230px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 36px;
}

main:has(nav.invisible-scrollbar)>.page-bar {
  border-bottom: none !important;
}

@media screen and (min-width: 768px) {
  .page-bar h1 {
    max-width: initial;
  }

  .page-bar {
    padding: 36px 0 0 !important;
  }
}

@media screen and (max-width: 767.98px) {
  .page-bar h1 {
    white-space: normal !important;
    font-size: 26px;
  }
}

.setting-members_nav.active,
.setting-members_nav.active:hover {
  color: var(--text) !important;
}

.setting-members_nav:hover {
  color: var(--text) !important;
  background-color: var(--white) !important;
}

.setting-members_nav:not(.active):not(:active):hover {
  color: var(--text) !important;
  background-color: var(--white) !important;
  border: 1px solid var(--border-color) !important;
}

/*Langs colors*/
.lang-color-1c-enterprise {
  background-color: #814ccc;
}

.lang-color-4d {
  background-color: #ededed;
}

.lang-color-abap {
  background-color: #e8274b;
}

.lang-color-abap-cds {
  background-color: #555e25;
}

.lang-color-abnf {
  background-color: #ededed;
}

.lang-color-ags-script {
  background-color: #b9d9ff;
}

.lang-color-aidl {
  background-color: #34eb6b;
}

.lang-color-al {
  background-color: #3aa2b5;
}

.lang-color-ampl {
  background-color: #e6efbb;
}

.lang-color-antlr {
  background-color: #9dc3ff;
}

.lang-color-api-blueprint {
  background-color: #2acca8;
}

.lang-color-apl {
  background-color: #5a8164;
}

.lang-color-asl {
  background-color: #ededed;
}

.lang-color-asn-1 {
  background-color: #ededed;
}

.lang-color-asp-net {
  background-color: #9400ff;
}

.lang-color-ats {
  background-color: #1ac620;
}

.lang-color-actionscript {
  background-color: #882b0f;
}

.lang-color-ada {
  background-color: #02f88c;
}

.lang-color-adobe-font-metrics {
  background-color: #ededed;
}

.lang-color-agda {
  background-color: #315665;
}

.lang-color-alloy {
  background-color: #64c800;
}

.lang-color-alpine-abuild {
  background-color: #ededed;
}

.lang-color-altium-designer {
  background-color: #ededed;
}

.lang-color-angelscript {
  background-color: #c7d7dc;
}

.lang-color-ant-build-system {
  background-color: #ededed;
}

.lang-color-apacheconf {
  background-color: #ededed;
}

.lang-color-apex {
  background-color: #1797c0;
}

.lang-color-apollo-guidance-computer {
  background-color: #0b3d91;
}

.lang-color-applescript {
  background-color: #101f1f;
}

.lang-color-arc {
  background-color: #aa2afe;
}

.lang-color-asciidoc {
  background-color: #ededed;
}

.lang-color-aspectj {
  background-color: #a957b0;
}

.lang-color-assembly {
  background-color: #6e4c13;
}

.lang-color-asymptote {
  background-color: #ff0000;
}

.lang-color-augeas {
  background-color: #ededed;
}

.lang-color-autohotkey {
  background-color: #6594b9;
}

.lang-color-autoit {
  background-color: #1c3552;
}

.lang-color-avro-idl {
  background-color: #ededed;
}

.lang-color-awk {
  background-color: #ededed;
}

.lang-color-basic {
  background-color: #ff0000;
}

.lang-color-ballerina {
  background-color: #ff5000;
}

.lang-color-batchfile {
  background-color: #c1f12e;
}

.lang-color-beef {
  background-color: #a52f4e;
}

.lang-color-befunge {
  background-color: #ededed;
}

.lang-color-bibtex {
  background-color: #ededed;
}

.lang-color-bicep {
  background-color: #519aba;
}

.lang-color-bison {
  background-color: #6a463f;
}

.lang-color-bitbake {
  background-color: #ededed;
}

.lang-color-blade {
  background-color: #f7523f;
}

.lang-color-blitzbasic {
  background-color: #ededed;
}

.lang-color-blitzmax {
  background-color: #cd6400;
}

.lang-color-bluespec {
  background-color: #ededed;
}

.lang-color-boo {
  background-color: #d4bec1;
}

.lang-color-boogie {
  background-color: #c80fa0;
}

.lang-color-brainfuck {
  background-color: #2f2530;
}

.lang-color-brightscript {
  background-color: #ededed;
}

.lang-color-browserslist {
  background-color: #ffd539;
}

.lang-color-c {
  background-color: #555555;
}

.lang-color-csharp {
  background-color: #178600;
}

.lang-color-cplusplus {
  background-color: #f34b7d;
}

.lang-color-c-objdump {
  background-color: #ededed;
}

.lang-color-c2hs-haskell {
  background-color: #ededed;
}

.lang-color-clips {
  background-color: #ededed;
}

.lang-color-cmake {
  background-color: #ededed;
}

.lang-color-cobol {
  background-color: #ededed;
}

.lang-color-codeowners {
  background-color: #ededed;
}

.lang-color-collada {
  background-color: #ededed;
}

.lang-color-cson {
  background-color: #244776;
}

.lang-color-css {
  background-color: #563d7c;
}

.lang-color-csv {
  background-color: #ededed;
}

.lang-color-cue {
  background-color: #5886e1;
}

.lang-color-cweb {
  background-color: #ededed;
}

.lang-color-cabal-config {
  background-color: #ededed;
}

.lang-color-cap-n-proto {
  background-color: #ededed;
}

.lang-color-cartocss {
  background-color: #ededed;
}

.lang-color-ceylon {
  background-color: #dfa535;
}

.lang-color-chapel {
  background-color: #8dc63f;
}

.lang-color-charity {
  background-color: #ededed;
}

.lang-color-chuck {
  background-color: #ededed;
}

.lang-color-cirru {
  background-color: #ccccff;
}

.lang-color-clarion {
  background-color: #db901e;
}

.lang-color-classic-asp {
  background-color: #6a40fd;
}

.lang-color-clean {
  background-color: #3f85af;
}

.lang-color-click {
  background-color: #e4e6f3;
}

.lang-color-clojure {
  background-color: #db5855;
}

.lang-color-closure-templates {
  background-color: #0d948f;
}

.lang-color-cloud-firestore-security-rules {
  background-color: #ededed;
}

.lang-color-conll-u {
  background-color: #ededed;
}

.lang-color-codeql {
  background-color: #ededed;
}

.lang-color-coffeescript {
  background-color: #244776;
}

.lang-color-coldfusion {
  background-color: #ed2cd6;
}

.lang-color-coldfusion-cfc {
  background-color: #ed2cd6;
}

.lang-color-common-lisp {
  background-color: #3fb68b;
}

.lang-color-common-workflow-language {
  background-color: #b5314c;
}

.lang-color-component-pascal {
  background-color: #b0ce4e;
}

.lang-color-cool {
  background-color: #ededed;
}

.lang-color-coq {
  background-color: #ededed;
}

.lang-color-cpp-objdump {
  background-color: #ededed;
}

.lang-color-creole {
  background-color: #ededed;
}

.lang-color-crystal {
  background-color: #000100;
}

.lang-color-csound {
  background-color: #ededed;
}

.lang-color-csound-document {
  background-color: #ededed;
}

.lang-color-csound-score {
  background-color: #ededed;
}

.lang-color-cuda {
  background-color: #3a4e3a;
}

.lang-color-cue-sheet {
  background-color: #ededed;
}

.lang-color-cycript {
  background-color: #ededed;
}

.lang-color-cython {
  background-color: #ededed;
}

.lang-color-d {
  background-color: #ba595e;
}

.lang-color-d-objdump {
  background-color: #ededed;
}

.lang-color-digital-command-language {
  background-color: #ededed;
}

.lang-color-dm {
  background-color: #447265;
}

.lang-color-dns-zone {
  background-color: #ededed;
}

.lang-color-dtrace {
  background-color: #ededed;
}

.lang-color-dafny {
  background-color: #ffec25;
}

.lang-color-darcs-patch {
  background-color: #ededed;
}

.lang-color-dart {
  background-color: #00b4ab;
}

.lang-color-dataweave {
  background-color: #003a52;
}

.lang-color-dhall {
  background-color: #dfafff;
}

.lang-color-diff {
  background-color: #ededed;
}

.lang-color-directx-3d-file {
  background-color: #ededed;
}

.lang-color-dockerfile {
  background-color: #384d54;
}

.lang-color-dogescript {
  background-color: #cca760;
}

.lang-color-dylan {
  background-color: #6c616e;
}

.lang-color-e {
  background-color: #ccce35;
}

.lang-color-ebnf {
  background-color: #ededed;
}

.lang-color-ecl {
  background-color: #8a1267;
}

.lang-color-eclipse {
  background-color: #ededed;
}

.lang-color-ejs {
  background-color: #a91e50;
}

.lang-color-eml {
  background-color: #ededed;
}

.lang-color-eq {
  background-color: #a78649;
}

.lang-color-eagle {
  background-color: #ededed;
}

.lang-color-easybuild {
  background-color: #ededed;
}

.lang-color-ecere-projects {
  background-color: #ededed;
}

.lang-color-editorconfig {
  background-color: #ededed;
}

.lang-color-edje-data-collection {
  background-color: #ededed;
}

.lang-color-eiffel {
  background-color: #4d6977;
}

.lang-color-elixir {
  background-color: #6e4a7e;
}

.lang-color-elm {
  background-color: #60b5cc;
}

.lang-color-emacs-lisp {
  background-color: #c065db;
}

.lang-color-emberscript {
  background-color: #fff4f3;
}

.lang-color-erlang {
  background-color: #b83998;
}

.lang-color-fsharp {
  background-color: #b845fc;
}

.lang-color-f * {
  background-color: #572e30;
}

.lang-color-figlet-font {
  background-color: #ededed;
}

.lang-color-flux {
  background-color: #88ccff;
}

.lang-color-factor {
  background-color: #636746;
}

.lang-color-fancy {
  background-color: #7b9db4;
}

.lang-color-fantom {
  background-color: #14253c;
}

.lang-color-faust {
  background-color: #c37240;
}

.lang-color-filebench-wml {
  background-color: #ededed;
}

.lang-color-filterscript {
  background-color: #ededed;
}

.lang-color-formatted {
  background-color: #ededed;
}

.lang-color-forth {
  background-color: #341708;
}

.lang-color-fortran {
  background-color: #4d41b1;
}

.lang-color-fortran-free-form {
  background-color: #ededed;
}

.lang-color-freebasic {
  background-color: #867db1;
}

.lang-color-freemarker {
  background-color: #0050b2;
}

.lang-color-frege {
  background-color: #00cafe;
}

.lang-color-futhark {
  background-color: #5f021f;
}

.lang-color-g-code {
  background-color: #d08cf2;
}

.lang-color-gaml {
  background-color: #ffc766;
}

.lang-color-gams {
  background-color: #ededed;
}

.lang-color-gap {
  background-color: #ededed;
}

.lang-color-gcc-machine-description {
  background-color: #ededed;
}

.lang-color-gdb {
  background-color: #ededed;
}

.lang-color-gdscript {
  background-color: #355570;
}

.lang-color-gedcom {
  background-color: #ededed;
}

.lang-color-glsl {
  background-color: #ededed;
}

.lang-color-gn {
  background-color: #ededed;
}

.lang-color-game-maker-language {
  background-color: #71b417;
}

.lang-color-gemfile-lock {
  background-color: #701516;
}

.lang-color-genie {
  background-color: #fb855d;
}

.lang-color-genshi {
  background-color: #ededed;
}

.lang-color-gentoo-ebuild {
  background-color: #ededed;
}

.lang-color-gentoo-eclass {
  background-color: #ededed;
}

.lang-color-gerber-image {
  background-color: #ededed;
}

.lang-color-gettext-catalog {
  background-color: #ededed;
}

.lang-color-gherkin {
  background-color: #5b2063;
}

.lang-color-git-attributes {
  background-color: #ededed;
}

.lang-color-git-config {
  background-color: #ededed;
}

.lang-color-glyph {
  background-color: #c1ac7f;
}

.lang-color-glyph-bitmap-distribution-format {
  background-color: #ededed;
}

.lang-color-gnuplot {
  background-color: #f0a9f0;
}

.lang-color-go {
  background-color: #00add8;
}

.lang-color-golo {
  background-color: #88562a;
}

.lang-color-gosu {
  background-color: #82937f;
}

.lang-color-grace {
  background-color: #ededed;
}

.lang-color-gradle {
  background-color: #ededed;
}

.lang-color-grammatical-framework {
  background-color: #ff0000;
}

.lang-color-graph-modeling-language {
  background-color: #ededed;
}

.lang-color-graphql {
  background-color: #e10098;
}

.lang-color-graphviz-dot {
  background-color: #ededed;
}

.lang-color-groovy {
  background-color: #e69f56;
}

.lang-color-groovy-server-pages {
  background-color: #ededed;
}

.lang-color-haproxy {
  background-color: #ededed;
}

.lang-color-hcl {
  background-color: #ededed;
}

.lang-color-hlsl {
  background-color: #ededed;
}

.lang-color-html {
  background-color: #e34c26;
}

.lang-color-htmlplusecr {
  background-color: #ededed;
}

.lang-color-htmlpluseex {
  background-color: #ededed;
}

.lang-color-htmlpluserb {
  background-color: #ededed;
}

.lang-color-htmlplusphp {
  background-color: #ededed;
}

.lang-color-htmlplusrazor {
  background-color: #ededed;
}

.lang-color-http {
  background-color: #ededed;
}

.lang-color-hxml {
  background-color: #ededed;
}

.lang-color-hack {
  background-color: #878787;
}

.lang-color-haml {
  background-color: #ece2a9;
}

.lang-color-handlebars {
  background-color: #f7931e;
}

.lang-color-harbour {
  background-color: #0e60e3;
}

.lang-color-haskell {
  background-color: #5e5086;
}

.lang-color-haxe {
  background-color: #df7900;
}

.lang-color-hiveql {
  background-color: #dce200;
}

.lang-color-holyc {
  background-color: #ffefaf;
}

.lang-color-hy {
  background-color: #7790b2;
}

.lang-color-hyphy {
  background-color: #ededed;
}

.lang-color-idl {
  background-color: #a3522f;
}

.lang-color-igor-pro {
  background-color: #0000cc;
}

.lang-color-ini {
  background-color: #ededed;
}

.lang-color-irc-log {
  background-color: #ededed;
}

.lang-color-idris {
  background-color: #b30000;
}

.lang-color-ignore-list {
  background-color: #ededed;
}

.lang-color-imagej-macro {
  background-color: #99aaff;
}

.lang-color-inform-7 {
  background-color: #ededed;
}

.lang-color-inno-setup {
  background-color: #ededed;
}

.lang-color-io {
  background-color: #a9188d;
}

.lang-color-ioke {
  background-color: #078193;
}

.lang-color-isabelle {
  background-color: #fefe00;
}

.lang-color-isabelle-root {
  background-color: #ededed;
}

.lang-color-j {
  background-color: #9eedff;
}

.lang-color-jflex {
  background-color: #dbca00;
}

.lang-color-json {
  background-color: #ededed;
}

.lang-color-json-with-comments {
  background-color: #ededed;
}

.lang-color-json5 {
  background-color: #ededed;
}

.lang-color-jsonld {
  background-color: #ededed;
}

.lang-color-jsoniq {
  background-color: #40d47e;
}

.lang-color-jasmin {
  background-color: #ededed;
}

.lang-color-java {
  background-color: #b07219;
}

.lang-color-java-properties {
  background-color: #ededed;
}

.lang-color-java-server-pages {
  background-color: #ededed;
}

.lang-color-javascript {
  background-color: #f1e05a;
}

.lang-color-javascriptpluserb {
  background-color: #ededed;
}

.lang-color-jinja {
  background-color: #a52a22;
}

.lang-color-jison {
  background-color: #ededed;
}

.lang-color-jison-lex {
  background-color: #ededed;
}

.lang-color-jolie {
  background-color: #843179;
}

.lang-color-jsonnet {
  background-color: #0064bd;
}

.lang-color-julia {
  background-color: #a270ba;
}

.lang-color-jupyter-notebook {
  background-color: #da5b0b;
}

.lang-color-krl {
  background-color: #28430a;
}

.lang-color-kaitai-struct {
  background-color: #773b37;
}

.lang-color-kicad-layout {
  background-color: #ededed;
}

.lang-color-kicad-legacy-layout {
  background-color: #ededed;
}

.lang-color-kicad-schematic {
  background-color: #ededed;
}

.lang-color-kit {
  background-color: #ededed;
}

.lang-color-kotlin {
  background-color: #f18e33;
}

.lang-color-kusto {
  background-color: #ededed;
}

.lang-color-lfe {
  background-color: #4c3023;
}

.lang-color-llvm {
  background-color: #185619;
}

.lang-color-lolcode {
  background-color: #cc9900;
}

.lang-color-lsl {
  background-color: #3d9970;
}

.lang-color-ltspice-symbol {
  background-color: #ededed;
}

.lang-color-labview {
  background-color: #ededed;
}

.lang-color-lark {
  background-color: #2980b9;
}

.lang-color-lasso {
  background-color: #999999;
}

.lang-color-latte {
  background-color: #f2a542;
}

.lang-color-lazurite {
  background-color: #343f99;
}

.lang-color-lean {
  background-color: #ededed;
}

.lang-color-less {
  background-color: #1d365d;
}

.lang-color-lex {
  background-color: #dbca00;
}

.lang-color-lilypond {
  background-color: #ededed;
}

.lang-color-limbo {
  background-color: #ededed;
}

.lang-color-linker-script {
  background-color: #ededed;
}

.lang-color-linux-kernel-module {
  background-color: #ededed;
}

.lang-color-liquid {
  background-color: #67b8de;
}

.lang-color-literate-agda {
  background-color: #ededed;
}

.lang-color-literate-coffeescript {
  background-color: #ededed;
}

.lang-color-literate-haskell {
  background-color: #ededed;
}

.lang-color-livescript {
  background-color: #499886;
}

.lang-color-logos {
  background-color: #ededed;
}

.lang-color-logtalk {
  background-color: #ededed;
}

.lang-color-lookml {
  background-color: #652b81;
}

.lang-color-loomscript {
  background-color: #ededed;
}

.lang-color-lua {
  background-color: #000080;
}

.lang-color-m {
  background-color: #ededed;
}

.lang-color-m4 {
  background-color: #ededed;
}

.lang-color-m4sugar {
  background-color: #ededed;
}

.lang-color-matlab {
  background-color: #e16737;
}

.lang-color-maxscript {
  background-color: #00a6a6;
}

.lang-color-mlir {
  background-color: #5ec8db;
}

.lang-color-mql4 {
  background-color: #62a8d6;
}

.lang-color-mql5 {
  background-color: #4a76b8;
}

.lang-color-mtml {
  background-color: #b7e1f4;
}

.lang-color-muf {
  background-color: #ededed;
}

.lang-color-macaulay2 {
  background-color: #d8ffff;
}

.lang-color-makefile {
  background-color: #427819;
}

.lang-color-mako {
  background-color: #ededed;
}

.lang-color-markdown {
  background-color: #083fa1;
}

.lang-color-marko {
  background-color: #42bff2;
}

.lang-color-mask {
  background-color: #f97732;
}

.lang-color-mathematica {
  background-color: #ededed;
}

.lang-color-maven-pom {
  background-color: #ededed;
}

.lang-color-max {
  background-color: #c4a79c;
}

.lang-color-mediawiki {
  background-color: #ededed;
}

.lang-color-mercury {
  background-color: #ff2b2b;
}

.lang-color-meson {
  background-color: #007800;
}

.lang-color-metal {
  background-color: #8f14e9;
}

.lang-color-microsoft-developer-studio-project {
  background-color: #ededed;
}

.lang-color-microsoft-visual-studio-solution {
  background-color: #ededed;
}

.lang-color-minid {
  background-color: #ededed;
}

.lang-color-mirah {
  background-color: #c7a938;
}

.lang-color-modelica {
  background-color: #ededed;
}

.lang-color-modula-2 {
  background-color: #ededed;
}

.lang-color-modula-3 {
  background-color: #223388;
}

.lang-color-module-management-system {
  background-color: #ededed;
}

.lang-color-monkey {
  background-color: #ededed;
}

.lang-color-moocode {
  background-color: #ededed;
}

.lang-color-moonscript {
  background-color: #ededed;
}

.lang-color-motorola-68k-assembly {
  background-color: #ededed;
}

.lang-color-muse {
  background-color: #ededed;
}

.lang-color-mustache {
  background-color: #724b3b;
}

.lang-color-myghty {
  background-color: #ededed;
}

.lang-color-nasl {
  background-color: #ededed;
}

.lang-color-ncl {
  background-color: #28431f;
}

.lang-color-neon {
  background-color: #ededed;
}

.lang-color-nl {
  background-color: #ededed;
}

.lang-color-npm-config {
  background-color: #ededed;
}

.lang-color-nsis {
  background-color: #ededed;
}

.lang-color-nwscript {
  background-color: #111522;
}

.lang-color-nearley {
  background-color: #990000;
}

.lang-color-nemerle {
  background-color: #3d3c6e;
}

.lang-color-netlinx {
  background-color: #0aa0ff;
}

.lang-color-netlinxpluserb {
  background-color: #747faa;
}

.lang-color-netlogo {
  background-color: #ff6375;
}

.lang-color-newlisp {
  background-color: #87aed7;
}

.lang-color-nextflow {
  background-color: #3ac486;
}

.lang-color-nginx {
  background-color: #ededed;
}

.lang-color-nim {
  background-color: #ffc200;
}

.lang-color-ninja {
  background-color: #ededed;
}

.lang-color-nit {
  background-color: #009917;
}

.lang-color-nix {
  background-color: #7e7eff;
}

.lang-color-nu {
  background-color: #c9df40;
}

.lang-color-numpy {
  background-color: #9c8af9;
}

.lang-color-nunjucks {
  background-color: #3d8137;
}

.lang-color-ocaml {
  background-color: #3be133;
}

.lang-color-objdump {
  background-color: #ededed;
}

.lang-color-object-data-instance-notation {
  background-color: #ededed;
}

.lang-color-objectscript {
  background-color: #424893;
}

.lang-color-objective-c {
  background-color: #438eff;
}

.lang-color-objective-cplusplus {
  background-color: #6866fb;
}

.lang-color-objective-j {
  background-color: #ff0c5a;
}

.lang-color-odin {
  background-color: #60affe;
}

.lang-color-omgrofl {
  background-color: #cabbff;
}

.lang-color-opa {
  background-color: #ededed;
}

.lang-color-opal {
  background-color: #f7ede0;
}

.lang-color-open-policy-agent {
  background-color: #ededed;
}

.lang-color-opencl {
  background-color: #ededed;
}

.lang-color-openedge-abl {
  background-color: #ededed;
}

.lang-color-openqasm {
  background-color: #aa70ff;
}

.lang-color-openrc-runscript {
  background-color: #ededed;
}

.lang-color-openscad {
  background-color: #ededed;
}

.lang-color-openstep-property-list {
  background-color: #ededed;
}

.lang-color-opentype-feature-file {
  background-color: #ededed;
}

.lang-color-org {
  background-color: #77aa99;
}

.lang-color-ox {
  background-color: #ededed;
}

.lang-color-oxygene {
  background-color: #cdd0e3;
}

.lang-color-oz {
  background-color: #fab738;
}

.lang-color-p4 {
  background-color: #7055b5;
}

.lang-color-php {
  background-color: #4f5d95;
}

.lang-color-plsql {
  background-color: #dad8d8;
}

.lang-color-plpgsql {
  background-color: #ededed;
}

.lang-color-pov-ray-sdl {
  background-color: #ededed;
}

.lang-color-pan {
  background-color: #cc0000;
}

.lang-color-papyrus {
  background-color: #6600cc;
}

.lang-color-parrot {
  background-color: #f3ca0a;
}

.lang-color-parrot-assembly {
  background-color: #ededed;
}

.lang-color-parrot-internal-representation {
  background-color: #ededed;
}

.lang-color-pascal {
  background-color: #e3f171;
}

.lang-color-pascalabc-net {
  background-color: #e3f171;
}

.lang-color-freepascal {
  background-color: #e3f171;
}

.lang-color-pawn {
  background-color: #dbb284;
}

.lang-color-pep8 {
  background-color: #c76f5b;
}

.lang-color-perl {
  background-color: #0298c3;
}

.lang-color-pic {
  background-color: #ededed;
}

.lang-color-pickle {
  background-color: #ededed;
}

.lang-color-picolisp {
  background-color: #ededed;
}

.lang-color-piglatin {
  background-color: #fcd7de;
}

.lang-color-pike {
  background-color: #005390;
}

.lang-color-plantuml {
  background-color: #ededed;
}

.lang-color-pod {
  background-color: #ededed;
}

.lang-color-pod-6 {
  background-color: #ededed;
}

.lang-color-pogoscript {
  background-color: #d80074;
}

.lang-color-pony {
  background-color: #ededed;
}

.lang-color-postcss {
  background-color: #ededed;
}

.lang-color-postscript {
  background-color: #da291c;
}

.lang-color-powerbuilder {
  background-color: #8f0f8d;
}

.lang-color-powershell {
  background-color: #012456;
}

.lang-color-prisma {
  background-color: #0c344b;
}

.lang-color-processing {
  background-color: #0096d8;
}

.lang-color-proguard {
  background-color: #ededed;
}

.lang-color-prolog {
  background-color: #74283c;
}

.lang-color-propeller-spin {
  background-color: #7fa2a7;
}

.lang-color-protocol-buffer {
  background-color: #ededed;
}

.lang-color-public-key {
  background-color: #ededed;
}

.lang-color-pug {
  background-color: #a86454;
}

.lang-color-puppet {
  background-color: #302b6d;
}

.lang-color-pure-data {
  background-color: #ededed;
}

.lang-color-purebasic {
  background-color: #5a6986;
}

.lang-color-purescript {
  background-color: #1d222d;
}

.lang-color-python {
  background-color: #3572a5;
}

.lang-color-python-console {
  background-color: #ededed;
}

.lang-color-python-traceback {
  background-color: #ededed;
}

.lang-color-qsharp {
  background-color: #fed659;
}

.lang-color-qml {
  background-color: #44a51c;
}

.lang-color-qmake {
  background-color: #ededed;
}

.lang-color-qt-script {
  background-color: #00b841;
}

.lang-color-quake {
  background-color: #882233;
}

.lang-color-r {
  background-color: #198ce7;
}

.lang-color-raml {
  background-color: #77d9fb;
}

.lang-color-rdoc {
  background-color: #ededed;
}

.lang-color-realbasic {
  background-color: #ededed;
}

.lang-color-rexx {
  background-color: #ededed;
}

.lang-color-rmarkdown {
  background-color: #ededed;
}

.lang-color-rpc {
  background-color: #ededed;
}

.lang-color-rpm-spec {
  background-color: #ededed;
}

.lang-color-runoff {
  background-color: #665a4e;
}

.lang-color-racket {
  background-color: #3c5caa;
}

.lang-color-ragel {
  background-color: #9d5200;
}

.lang-color-raku {
  background-color: #0000fb;
}

.lang-color-rascal {
  background-color: #fffaa0;
}

.lang-color-raw-token-data {
  background-color: #ededed;
}

.lang-color-rescript {
  background-color: #ed5051;
}

.lang-color-readline-config {
  background-color: #ededed;
}

.lang-color-reason {
  background-color: #ff5847;
}

.lang-color-rebol {
  background-color: #358a5b;
}

.lang-color-record-jar {
  background-color: #0673ba;
}

.lang-color-red {
  background-color: #f50000;
}

.lang-color-redcode {
  background-color: #ededed;
}

.lang-color-redirect-rules {
  background-color: #ededed;
}

.lang-color-regular-expression {
  background-color: #ededed;
}

.lang-color-ren-py {
  background-color: #ff7f7f;
}

.lang-color-renderscript {
  background-color: #ededed;
}

.lang-color-rich-text-format {
  background-color: #ededed;
}

.lang-color-ring {
  background-color: #2d54cb;
}

.lang-color-riot {
  background-color: #a71e49;
}

.lang-color-robotframework {
  background-color: #ededed;
}

.lang-color-roff {
  background-color: #ecdebe;
}

.lang-color-roff-manpage {
  background-color: #ededed;
}

.lang-color-rouge {
  background-color: #cc0088;
}

.lang-color-ruby {
  background-color: #701516;
}

.lang-color-rust {
  background-color: #dea584;
}

.lang-color-sas {
  background-color: #b34936;
}

.lang-color-scss {
  background-color: #c6538c;
}

.lang-color-smt {
  background-color: #ededed;
}

.lang-color-sparql {
  background-color: #ededed;
}

.lang-color-sqf {
  background-color: #3f3f3f;
}

.lang-color-sql {
  background-color: #ededed;
}

.lang-color-sqlpl {
  background-color: #ededed;
}

.lang-color-srecode-template {
  background-color: #348a34;
}

.lang-color-ssh-config {
  background-color: #ededed;
}

.lang-color-ston {
  background-color: #ededed;
}

.lang-color-svg {
  background-color: #ff9900;
}

.lang-color-swig {
  background-color: #ededed;
}

.lang-color-sage {
  background-color: #ededed;
}

.lang-color-saltstack {
  background-color: #646464;
}

.lang-color-sass {
  background-color: #a53b70;
}

.lang-color-scala {
  background-color: #c22d40;
}

.lang-color-scaml {
  background-color: #bd181a;
}

.lang-color-scheme {
  background-color: #1e4aec;
}

.lang-color-scilab {
  background-color: #ededed;
}

.lang-color-self {
  background-color: #0579aa;
}

.lang-color-shaderlab {
  background-color: #ededed;
}

.lang-color-shell {
  background-color: #89e051;
}

.lang-color-shellsession {
  background-color: #ededed;
}

.lang-color-shen {
  background-color: #120f14;
}

.lang-color-sieve {
  background-color: #ededed;
}

.lang-color-singularity {
  background-color: #64e6ad;
}

.lang-color-slash {
  background-color: #007eff;
}

.lang-color-slice {
  background-color: #003fa2;
}

.lang-color-slim {
  background-color: #2b2b2b;
}

.lang-color-smpl {
  background-color: #c94949;
}

.lang-color-smali {
  background-color: #ededed;
}

.lang-color-smalltalk {
  background-color: #596706;
}

.lang-color-smarty {
  background-color: #ededed;
}

.lang-color-solidity {
  background-color: #aa6746;
}

.lang-color-sourcepawn {
  background-color: #f69e1d;
}

.lang-color-spline-font-database {
  background-color: #ededed;
}

.lang-color-squirrel {
  background-color: #800000;
}

.lang-color-stan {
  background-color: #b2011d;
}

.lang-color-standard-ml {
  background-color: #dc566d;
}

.lang-color-starlark {
  background-color: #76d275;
}

.lang-color-stata {
  background-color: #ededed;
}

.lang-color-stringtemplate {
  background-color: #3fb34f;
}

.lang-color-stylus {
  background-color: #ff6347;
}

.lang-color-subrip-text {
  background-color: #ededed;
}

.lang-color-sugarss {
  background-color: #ededed;
}

.lang-color-supercollider {
  background-color: #46390b;
}

.lang-color-svelte {
  background-color: #ff3e00;
}

.lang-color-swift {
  background-color: #ffac45;
}

.lang-color-systemverilog {
  background-color: #dae1c2;
}

.lang-color-ti-program {
  background-color: #a0aa87;
}

.lang-color-tla {
  background-color: #ededed;
}

.lang-color-toml {
  background-color: #ededed;
}

.lang-color-tsql {
  background-color: #ededed;
}

.lang-color-tsv {
  background-color: #ededed;
}

.lang-color-tsx {
  background-color: #ededed;
}

.lang-color-txl {
  background-color: #ededed;
}

.lang-color-tcl {
  background-color: #e4cc98;
}

.lang-color-tcsh {
  background-color: #ededed;
}

.lang-color-tex {
  background-color: #3d6117;
}

.lang-color-tea {
  background-color: #ededed;
}

.lang-color-terra {
  background-color: #00004c;
}

.lang-color-texinfo {
  background-color: #ededed;
}

.lang-color-text {
  background-color: #ededed;
}

.lang-color-textile {
  background-color: #ededed;
}

.lang-color-thrift {
  background-color: #ededed;
}

.lang-color-turing {
  background-color: #cf142b;
}

.lang-color-turtle {
  background-color: #ededed;
}

.lang-color-twig {
  background-color: #c1d026;
}

.lang-color-type-language {
  background-color: #ededed;
}

.lang-color-typescript {
  background-color: #2b7489;
}

.lang-color-unified-parallel-c {
  background-color: #4e3617;
}

.lang-color-unity3d-asset {
  background-color: #ededed;
}

.lang-color-unix-assembly {
  background-color: #ededed;
}

.lang-color-uno {
  background-color: #9933cc;
}

.lang-color-unrealscript {
  background-color: #a54c4d;
}

.lang-color-urweb {
  background-color: #ededed;
}

.lang-color-v {
  background-color: #4f87c4;
}

.lang-color-vba {
  background-color: #867db1;
}

.lang-color-vbscript {
  background-color: #15dcdc;
}

.lang-color-vcl {
  background-color: #148aa8;
}

.lang-color-vhdl {
  background-color: #adb2cb;
}

.lang-color-vala {
  background-color: #fbe5cd;
}

.lang-color-verilog {
  background-color: #b2b7f8;
}

.lang-color-vim-help-file {
  background-color: #ededed;
}

.lang-color-vim-snippet {
  background-color: #ededed;
}

.lang-color-vim-script {
  background-color: #199f4b;
}

.lang-color-visual-basic--net {
  background-color: #945db7;
}

.lang-color-volt {
  background-color: #1f1f1f;
}

.lang-color-vue {
  background-color: #2c3e50;
}

.lang-color-wavefront-material {
  background-color: #ededed;
}

.lang-color-wavefront-object {
  background-color: #ededed;
}

.lang-color-web-ontology-language {
  background-color: #ededed;
}

.lang-color-webassembly {
  background-color: #04133b;
}

.lang-color-webidl {
  background-color: #ededed;
}

.lang-color-webvtt {
  background-color: #ededed;
}

.lang-color-wget-config {
  background-color: #ededed;
}

.lang-color-windows-registry-entries {
  background-color: #ededed;
}

.lang-color-wollok {
  background-color: #a23738;
}

.lang-color-world-of-warcraft-addon-data {
  background-color: #ededed;
}

.lang-color-x-bitmap {
  background-color: #ededed;
}

.lang-color-x-font-directory-index {
  background-color: #ededed;
}

.lang-color-x-pixmap {
  background-color: #ededed;
}

.lang-color-x10 {
  background-color: #4b6bef;
}

.lang-color-xc {
  background-color: #99da07;
}

.lang-color-xcompose {
  background-color: #ededed;
}

.lang-color-xml {
  background-color: #ededed;
}

.lang-color-xml-property-list {
  background-color: #ededed;
}

.lang-color-xpages {
  background-color: #ededed;
}

.lang-color-xproc {
  background-color: #ededed;
}

.lang-color-xquery {
  background-color: #5232e7;
}

.lang-color-xs {
  background-color: #ededed;
}

.lang-color-xslt {
  background-color: #eb8ceb;
}

.lang-color-xojo {
  background-color: #ededed;
}

.lang-color-xonsh {
  background-color: #285eef;
}

.lang-color-xtend {
  background-color: #ededed;
}

.lang-color-yaml {
  background-color: #cb171e;
}

.lang-color-yang {
  background-color: #ededed;
}

.lang-color-yara {
  background-color: #220000;
}

.lang-color-yasnippet {
  background-color: #32ab90;
}

.lang-color-yacc {
  background-color: #4b6c4b;
}

.lang-color-zap {
  background-color: #0d665e;
}

.lang-color-zil {
  background-color: #dc75e5;
}

.lang-color-zeek {
  background-color: #ededed;
}

.lang-color-zenscript {
  background-color: #00bcd1;
}

.lang-color-zephir {
  background-color: #118f9e;
}

.lang-color-zig {
  background-color: #ec915c;
}

.lang-color-zimpl {
  background-color: #ededed;
}

.lang-color-curl-config {
  background-color: #ededed;
}

.lang-color-desktop {
  background-color: #ededed;
}

.lang-color-dircolors {
  background-color: #ededed;
}

.lang-color-ec {
  background-color: #913960;
}

.lang-color-edn {
  background-color: #ededed;
}

.lang-color-fish {
  background-color: #ededed;
}

.lang-color-jq {
  background-color: #c7254e;
}

.lang-color-mirc-script {
  background-color: #3d57c3;
}

.lang-color-mcfunction {
  background-color: #e22837;
}

.lang-color-mupad {
  background-color: #ededed;
}

.lang-color-nanorc {
  background-color: #ededed;
}

.lang-color-nesc {
  background-color: #94b0c7;
}

.lang-color-ooc {
  background-color: #b0b77e;
}

.lang-color-q {
  background-color: #0040cd;
}

.lang-color-restructuredtext {
  background-color: #ededed;
}

.lang-color-robots-txt {
  background-color: #ededed;
}

.lang-color-sed {
  background-color: #64b970;
}

.lang-color-wdl {
  background-color: #42f1f4;
}

.lang-color-wisp {
  background-color: #7582d1;
}

.lang-color-xbase {
  background-color: #403a40;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
  animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {

  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@-webkit-keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@-webkit-keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {

  0%,
  100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0),
        var(--fa-flip-y, 1),
        var(--fa-flip-z, 0),
        var(--fa-flip-angle, -180deg));
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #000;
  background: #fff;
}

.hljs-subst,
.hljs-title {
  font-weight: normal;
  color: #000;
}

.hljs-comment,
.hljs-quote {
  color: #808080;
  font-style: italic;
}

.hljs-meta {
  color: #808000;
}

.hljs-tag {
  /* background: #efefef; */
}

.hljs-section,
.hljs-name,
.hljs-literal,
.hljs-keyword,
.hljs-selector-tag,
.hljs-type,
.hljs-selector-id,
.hljs-selector-class {
  font-weight: 550;
  color: #000080;
}

.hljs-attribute,
.hljs-number,
.hljs-regexp,
.hljs-link {
  font-weight: 550;
  color: #0000ff;
}

.hljs-number,
.hljs-regexp,
.hljs-link {
  font-weight: normal;
}

.hljs-string {
  color: #008000;
  font-weight: 550;
}

.hljs-symbol,
.hljs-bullet,
.hljs-formula {
  color: #000;
  background: #d0eded;
  font-style: italic;
}

.hljs-doctag {
  text-decoration: underline;
}

.hljs-variable,
.hljs-template-variable {
  color: #660e7a;
}

.hljs-addition {
  background: #baeeba;
}

.hljs-deletion {
  background: #ffc8bd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: 550;
}

.lang-color-refal {
  background-color: #4b0082;
}

.lang-color-f* {
  background-color: #572e30;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gf-has-empty:empty {
  display: none;
}

.navbar-nav .nav-link.notification-link {
  display: flex;
  align-items: center;
  padding: 6px 0 6px 12px !important;
}

.supple-scheme-switcher {
  --switcher-icon-color-active: var(--primary);
  --switcher-size: 20px;
  --switcher-color: var(--primary);
  --switcher-radius: 100px;
  --switcher-padding: calc(var(--switcher-size, 22px) / 4);
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, var(--switcher-size));
  padding: var(--switcher-padding);
  margin: 0;
  justify-content: space-between;
  border: none;
  gap: calc(var(--switcher-padding) / 2);
  z-index: 9;
}

.supple-scheme-switcher.--notice {
  pointer-events: none;
}

.supple-scheme-switcher__legend {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.supple-scheme-switcher__radio {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: var(--switcher-size, 22px);
  height: var(--switcher-size, 22px);
  color: var(--switcher-icon-color, #fff);
  font-family: system-ui !important;
  cursor: pointer;
  outline: none !important;
  transition: color 0.1s ease-out, scale 0.3s cubic-bezier(0.32, 1.23, 1, 1);
}

.supple-scheme-switcher__radio:checked {
  color: var(--switcher-icon-color-active, var(--primary));
  scale: none;
}

.supple-scheme-switcher__radio::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: 'gf-icons-font';
  font-size: var(--switcher-size, 22px);
  text-align: center;
  line-height: var(--switcher-size, 22px);
  box-sizing: border-box;
  text-transform: lowercase;
  transform: scale(1);
}

.supple-scheme-switcher.--notice .supple-scheme-switcher__radio::before {
  animation: hideIcons 3s ease alternate;
  animation-delay: 0.4s;
}

.supple-scheme-switcher.--notice .supple-scheme-switcher__status::before {
  animation: hideIcons 3s ease alternate;
  animation-delay: 0.4s;
}

/* .supple-scheme-switcher__radio--light::before {
  content: '\f170';
}

.supple-scheme-switcher__radio--auto::before {
  content: '\f10c';
}

.supple-scheme-switcher__radio--dark::before {
  content: '\f130';
} */

.supple-scheme-switcher__radio::after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--switcher-size, 22px) * 3 + var(--switcher-padding));
  height: 100%;
  background: var(--switcher-color, #000);
  color: #fff;
  font-family: system-ui !important;
  font-size: calc(var(--switcher-size, 22px) * 0.6);
  text-align: center;
  line-height: calc(var(--switcher-size, 22px));
  text-transform: uppercase;
  border-radius: var(--switcher-size, 22px);
  z-index: 22;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}

.supple-scheme-switcher__radio--auto::after {
  left: calc((var(--switcher-size, 22px) + var(--switcher-padding) / 2) * -1);
}

.supple-scheme-switcher__radio--dark::after {
  left: calc((var(--switcher-size, 22px) * 2 + var(--switcher-padding)) * -1);
}

.supple-scheme-switcher__status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--switcher-radius, var(--switcher-size, 22px));
  background: var(--switcher-color, #000);
  z-index: -1;
  transition: transform 0.2s ease-in;
}

.supple-scheme-switcher__status::before {
  --offset: calc(var(--switcher-offset) - var(--switcher-size, 22px) / 2);
  content: '';
  position: absolute;
  left: clamp(var(--switcher-padding),
      var(--offset),
      calc(100% - var(--switcher-size, 22px) - var(--switcher-padding)));
  top: var(--switcher-padding);
  width: var(--switcher-size, 22px);
  height: var(--switcher-size, 22px);
  background: var(--switcher-status-color, #fff);
  border-radius: var(--switcher-size, 22px);
  transition: left 0.12s cubic-bezier(0.01, 0.15, 0.25, 1.4);
  pointer-events: none;
  box-sizing: border-box;
}

.supple-scheme-switcher__radio:focus-visible~.supple-scheme-switcher__status {
  box-shadow: 0px 0px 0 calc(var(--switcher-padding) / 2) var(--switcher-status-color, #fff);
  border-radius: var(--switcher-size, 22px);
}

.supple-scheme-switcher__radio--light:checked~.supple-scheme-switcher__status::before {
  --switcher-offset: 0%;
}

.supple-scheme-switcher__radio--auto:checked~.supple-scheme-switcher__status::before {
  --switcher-offset: 50%;
}

.supple-scheme-switcher__radio--dark:checked~.supple-scheme-switcher__status::before {
  --switcher-offset: 100%;
}

.supple-scheme-switcher.--notice .supple-scheme-switcher__radio:checked::after {
  animation: showNotification 2s ease alternate;
  animation-delay: 0.5s;
}

.max-width-100 {
  max-width: 100%;
}

.paginator-ellipsis {
  pointer-events: none;
}

.max-width-100 {
  max-width: 100%;
}

.height-fit-content {
  height: fit-content !important;
}

.width-fit-content {
  width: fit-content !important;
}

.hidden-overflow-info {
  overflow: hidden;
  text-overflow: ellipsis;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: var(--select-bg);
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) center;
  padding-right: 37px !important;
}

@keyframes showNotification {
  30% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hideIcons {
  15% {
    transform: scale(0.6);
    opacity: 0;
  }

  95% {
    transform: scale(0.8);
    opacity: 1;
  }
}

.tui-toolbar-icons {
  filter: brightness(2);
}

.ci-cd__pipelines-table-wrapper {
  overflow-x: auto;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .ci-cd__pipelines-table-wrapper {
    overflow-x: auto;
  }
}

.project__copy-code {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .project__copy-code {
    width: initial;
  }
}

.project__copy-code .gf-dropdown__toggle {
  /* font-size: 16px; */
}

.--events-disable {
  pointer-events: none !important;
  -webkit-user-select: none;
  user-select: none;
}

.gf-resizer {
  display: none;
  position: fixed;
  left: var(--sidebar-width);
  top: 0;
  width: 10px;
  height: 100vh;
  margin-left: -10px;
  background: transparent;
  border-right: 1px solid var(--border-color);
  cursor: pointer;
  z-index: 12;
  will-change: transform, opacity;
}

.gf-resizer::before,
.gf-resizer::after {
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: gf-icons-font;
  font-weight: var(--fa-style, 900);
}

.gf-resizer::before {
  /* content: '\f11e'; */
  position: absolute;
  top: 45%;
  left: -12px;
  width: auto;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: var(--border-color);
  transition: 0.09s ease;
  transform-origin: center;
}

.gf-resizer::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 70vh;
  top: 50%;
  left: 8px;
  margin-top: -35vh;
  opacity: 0;
  transition: 0.3s ease 0.02s;
}

.gf-resizer:hover::before {
  color: var(--primary);
  transform: translateX(-1px);
  filter: drop-shadow(3px 0 30px 0px var(--primary));
}

.gf-resizer:hover::after {
  background: linear-gradient(0deg,
      rgba(2, 0, 36, 0) 0%,
      var(--primary) 50%,
      rgba(0, 212, 255, 0) 100%);
  opacity: 0.5;
}

@media (min-width: 768px) {
  .gf-resizer {
    display: block;
    z-index: 0;
  }
}

body.--collapsed .gf-resizer::before {
  transform: rotate(180deg);
}

.gf-custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.gf-custom-checkbox>* {
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  overflow: hidden;
}

.gf-custom-checkbox>*::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  margin-top: 2px;
  margin-right: 8px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  transition: border-color 0.1s ease-in-out;
  will-change: transform;
}

.gf-custom-checkbox>input:not(:disabled):not(:checked)+*:hover::before {
  border-color: var(--primary-dark);
}

.gf-custom-checkbox>input:checked+*::before {
  border-color: var(--border-color);
  background-color: var(--primary);
  animation: checkbox-shrink-bounce 0.2s;
}

.gf-custom-checkbox>input+*::after {
  /* content: '\f11c'; */
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 2px;
  line-height: 1;
  width: 17px;
  height: 17px;
  /* font-family: 'gf-icons-font'; */
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--real-white);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  clip-path: inset(0% 100% 0% 0%);
  transform: scale(0.9);
  transition: clip-path 0.1s ease-in-out;
}

.gf-custom-checkbox>input:checked+*::after {
  clip-path: inset(0% 0% 0% 0%);
  transition: clip-path 0.15s 0.1s ease-in-out;
}

.gf-custom-checkbox>input:disabled+*::before {
  background-color: var(--border-color);
}

.gf-custom-checkbox>input:disabled+*::after {
  border-color: var(--text-muted);
}

@keyframes checkbox-shrink-bounce {
  0% {
    transform: scale(1);
  }

  33% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.gf-custom-switch {
  cursor: pointer;
  width: max-content;
}

.gf-custom-switch>input {
  position: absolute;
  z-index: -1;
  opacity: 0 !important;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.gf-custom-switch>input+* {
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  user-select: none;
  -webkit-user-select: none;
}

.gf-custom-switch>input+*::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  width: 30px;
  height: 17px;
  margin-right: 8px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 9px;
  box-sizing: border-box;
  border: 1px solid var(--border-color);
  transition: background-color 0.2s ease-in-out;
}

.gf-custom-switch>input+*::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 13px;
  width: 13px;
  left: 2px;
  top: 5px;
  background-color: var(--text-muted);
  border-radius: 50%;
  transition: transform 0.2s ease;
  will-change: transform;
}

.gf-custom-switch>input:checked+*::before {
  transition: transform 0.15s;
  background-color: var(--primary);
}

.gf-custom-switch>input:checked+*::after {
  transition: transform 0.15s;
  background-color: var(--white);
  transform: translateX(13px);
}

.gf-custom-switch>input:not(:checked):disabled+*::after {
  background-color: var(--border-color);
}

.gf-custom-switch>input:disabled:checked+*::before {
  background-color: var(--border-color);
}

.js-scroll-back-to-top {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  will-change: opacity;
}

@media (max-width: 767.98px) {
  .js-scroll-back-to-top {
    bottom: 30px;
    right: 30px;
  }
}

.btn-link {
  transition: filter 0.1s ease-in-out;
}

.btn-link:hover {
  filter: brightness(1.5);
}

.gf-loading-ring {
  display: inline-block;
}

.gf-loading-ring::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading-ring 1.2s linear infinite;
}

.gf-loading-ring.--secondary::after {
  border-color: var(--secondary) transparent var(--secondary) transparent;
}

@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.--visible {
  visibility: unset !important;
}

/* .footer__logo img {
  width: 37px;
  object-fit: cover;
  object-position: left;
} */

@media (prefers-color-scheme: dark) {
  body:not(.--theme-light) .hljs {
    color: #c9d1d9;
    background: #0d1117;
  }

  body:not(.--theme-light) .hljs-doctag,
  body:not(.--theme-light) .hljs-keyword,
  body:not(.--theme-light) .hljs-meta .hljs-keyword,
  body:not(.--theme-light) .hljs-template-tag,
  body:not(.--theme-light) .hljs-template-variable,
  body:not(.--theme-light) .hljs-type,
  body:not(.--theme-light) .hljs-variable.language_ {
    /* prettylights-syntax-keyword */
    color: #ff7b72;
  }

  body:not(.--theme-light) .hljs-title,
  body:not(.--theme-light) .hljs-title.class_,
  body:not(.--theme-light) .hljs-title.class_.inherited__,
  body:not(.--theme-light) .hljs-title.function_ {
    /* prettylights-syntax-entity */
    color: #d2a8ff;
  }

  body:not(.--theme-light) .hljs-attr,
  body:not(.--theme-light) .hljs-attribute,
  body:not(.--theme-light) .hljs-literal,
  body:not(.--theme-light) .hljs-meta,
  body:not(.--theme-light) .hljs-number,
  body:not(.--theme-light) .hljs-operator,
  body:not(.--theme-light) .hljs-variable,
  body:not(.--theme-light) .hljs-selector-attr,
  body:not(.--theme-light) .hljs-selector-class,
  body:not(.--theme-light) .hljs-selector-id {
    /* prettylights-syntax-constant */
    color: #79c0ff;
  }

  body:not(.--theme-light) .hljs-regexp,
  body:not(.--theme-light) .hljs-string,
  body:not(.--theme-light) .hljs-meta .hljs-string {
    /* prettylights-syntax-string */
    color: #a5d6ff;
  }

  body:not(.--theme-light) .hljs-symbol,
  body:not(.--theme-light) .hljs-bullet,
  body:not(.--theme-light) .hljs-formula {
    background: #363f45;
  }

  body:not(.--theme-light) .hljs-built_in,
  body:not(.--theme-light) .hljs-symbol {
    /* prettylights-syntax-variable */
    color: #ffa657;
  }

  body:not(.--theme-light) .hljs-comment,
  body:not(.--theme-light) .hljs-code,
  body:not(.--theme-light) .hljs-formula {
    /* prettylights-syntax-comment */
    color: #8b949e;
  }

  body:not(.--theme-light) .hljs-name,
  body:not(.--theme-light) .hljs-quote,
  body:not(.--theme-light) .hljs-selector-tag,
  body:not(.--theme-light) .hljs-selector-pseudo {
    /* prettylights-syntax-entity-tag */
    color: #7ee787;
  }

  body:not(.--theme-light) .hljs-subst {
    /* prettylights-syntax-storage-modifier-import */
    color: #c9d1d9;
  }

  body:not(.--theme-light) .hljs-section {
    /* prettylights-syntax-markup-heading */
    color: #1f6feb;
    font-weight: 550;
  }

  body:not(.--theme-light) .hljs-bullet {
    /* prettylights-syntax-markup-list */
    color: #f2cc60;
  }

  body:not(.--theme-light) .hljs-emphasis {
    /* prettylights-syntax-markup-italic */
    color: #c9d1d9;
    font-style: italic;
  }

  body:not(.--theme-light) .hljs-strong {
    /* prettylights-syntax-markup-bold */
    color: #c9d1d9;
    font-weight: 550;
  }

  body:not(.--theme-light) .hljs-addition {
    /* prettylights-syntax-markup-inserted */
    color: #aff5b4;
    background-color: #033a16;
  }

  body:not(.--theme-light) .hljs-deletion {
    /* prettylights-syntax-markup-deleted */
    color: #ffdcd7;
    background-color: #67060c;
  }

  body:not(.--theme-light) .hljs-char.escape_,
  body:not(.--theme-light) .hljs-link,
  body:not(.--theme-light) .hljs-params,
  body:not(.--theme-light) .hljs-property,
  body:not(.--theme-light) .hljs-punctuation,
  body:not(.--theme-light) .hljs-tag {
    /* purposely ignored */
  }
}

@media (prefers-color-scheme: light) {
  body:not(.--theme-light) .hljs {
    color: #c9d1d9;
    background: #0d1117;
  }

  body.--theme-dark .hljs-doctag,
  body.--theme-dark .hljs-keyword,
  body.--theme-dark .hljs-meta .hljs-keyword,
  body.--theme-dark .hljs-template-tag,
  body.--theme-dark .hljs-template-variable,
  body.--theme-dark .hljs-type,
  body.--theme-dark .hljs-variable.language_ {
    /* prettylights-syntax-keyword */
    color: #ff7b72;
  }

  body.--theme-dark .hljs-title,
  body.--theme-dark .hljs-title.class_,
  body.--theme-dark .hljs-title.class_.inherited__,
  body.--theme-dark .hljs-title.function_ {
    /* prettylights-syntax-entity */
    color: #d2a8ff;
  }

  body.--theme-dark .hljs-attr,
  body.--theme-dark .hljs-attribute,
  body.--theme-dark .hljs-literal,
  body.--theme-dark .hljs-meta,
  body.--theme-dark .hljs-number,
  body.--theme-dark .hljs-operator,
  body.--theme-dark .hljs-variable,
  body.--theme-dark .hljs-selector-attr,
  body.--theme-dark .hljs-selector-class,
  body.--theme-dark .hljs-selector-id {
    /* prettylights-syntax-constant */
    color: #79c0ff;
  }

  body.--theme-dark .hljs-regexp,
  body.--theme-dark .hljs-string,
  body.--theme-dark .hljs-meta .hljs-string {
    /* prettylights-syntax-string */
    color: #a5d6ff;
  }

  body.--theme-dark .hljs-symbol,
  body.--theme-dark .hljs-bullet,
  body.--theme-dark .hljs-formula {
    background: #363f45;
  }

  body.--theme-dark .hljs-built_in,
  body.--theme-dark .hljs-symbol {
    /* prettylights-syntax-variable */
    color: #ffa657;
  }

  body.--theme-dark .hljs-comment,
  body.--theme-dark .hljs-code,
  body.--theme-dark .hljs-formula {
    /* prettylights-syntax-comment */
    color: #8b949e;
  }

  body.--theme-dark .hljs-name,
  body.--theme-dark .hljs-quote,
  body.--theme-dark .hljs-selector-tag,
  body.--theme-dark .hljs-selector-pseudo {
    /* prettylights-syntax-entity-tag */
    color: #7ee787;
  }

  body.--theme-dark .hljs-subst {
    /* prettylights-syntax-storage-modifier-import */
    color: #c9d1d9;
  }

  body.--theme-dark .hljs-section {
    /* prettylights-syntax-markup-heading */
    color: #1f6feb;
    font-weight: 550;
  }

  body.--theme-dark .hljs-bullet {
    /* prettylights-syntax-markup-list */
    color: #f2cc60;
  }

  body.--theme-dark .hljs-emphasis {
    /* prettylights-syntax-markup-italic */
    color: #c9d1d9;
    font-style: italic;
  }

  body.--theme-dark .hljs-strong {
    /* prettylights-syntax-markup-bold */
    color: #c9d1d9;
    font-weight: 550;
  }

  body.--theme-dark .hljs-addition {
    /* prettylights-syntax-markup-inserted */
    color: #aff5b4;
    background-color: #033a16;
  }

  body.--theme-dark .hljs-deletion {
    /* prettylights-syntax-markup-deleted */
    color: #ffdcd7;
    background-color: #67060c;
  }

  body.--theme-dark .hljs-char.escape_,
  body.--theme-dark .hljs-link,
  body.--theme-dark .hljs-params,
  body.--theme-dark .hljs-property,
  body.--theme-dark .hljs-punctuation,
  body.--theme-dark .hljs-tag {
    /* purposely ignored */
  }
}

.profile-cover {
  position: relative;
  height: 260px;
  z-index: -2;
}

.profile-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (prefers-color-scheme: dark) {
  .profile-cover {
    filter: brightness(0.89);
  }
}

.registry-form {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  padding: 1rem;
}

.registry-form.remote {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 1rem;
}

.dropdown-table {
  margin-bottom: 20px;
}

.user-label-item-info-username {
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: var(--text);
}

.gf-custom-collapse__collapse {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 250ms cubic-bezier(0, 0, 0.3, 1);
}

.gf-custom-collapse__collapse.--hide {
  grid-template-rows: 0fr;
  transition: grid-template-rows 200ms cubic-bezier(0, 0, 0.3, 1);
}

.gf-custom-collapse__collapse>* {
  overflow: hidden;
}

.gf-custom-radio {
  display: inline-flex;
}

.gf-custom-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.gf-custom-radio>* {
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  user-select: none;
  -webkit-user-select: none;
  /* cursor: pointer; */
  /* width: max-content; */
}

.gf-custom-radio>input:not(:disabled)+* {
  cursor: pointer;
}

.gf-custom-radio>*::before {
  content: '';
  display: inline-block;
  position: relative;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  margin-right: 8px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  transition: border-color 0.1s ease-in-out;
  will-change: transform;
}

.gf-custom-radio>input:not(:disabled):not(:checked)+*:hover::before {
  border-color: var(--bg-light-selected);
}

.gf-custom-radio>input:checked+*::before {
  border-color: var(--border-color);
  background-color: var(--primary);
  animation: checkbox-shrink-bounce-light 0.2s;
}

.gf-custom-radio>input+*::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 7px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--real-white);
  opacity: 0;
  will-change: opacity;
}

.gf-custom-radio>input:checked+*::after {
  opacity: 1;
}

.gf-custom-radio>input:disabled+*::before {
  background-color: var(--border-color);
}

.gf-custom-radio>input:disabled+*::after {
  border-color: var(--text-muted);
}

@keyframes checkbox-shrink-bounce-light {
  0% {
    transform: scale(1);
  }

  33% {
    transform: scale(0.85);
  }

  100% {
    transform: scale(1);
  }
}

.gf-notification__list {
  position: fixed;
  height: auto;
  max-height: 100%;
  width: max(15%, 320px);
  top: 0;
  right: 0;
  padding: 10px 10px 0 0;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
}

.gf-notification__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  max-height: 0;
  margin: 1px 0;
  user-select: none;
  overflow: hidden;
  clip-path: inset(0% 0% 0% 100% round 0px);
  transform: translateX(calc(30px));
  animation: showGfNotification 0.4s cubic-bezier(0.31, 0.01, 0.32, 0.99);
  will-change: transform;
}

.gf-notification__item::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 200%;
  top: -50%;
  left: -30%;
  border-radius: 50%;
  z-index: -5;
}

.gf-notification__item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--gfn-bg);
  outline: 2px solid var(--gfn-bc);
  border-radius: var(--gfn-br);
  backdrop-filter: saturate(180%) blur(18px);
  z-index: -2;
}

.gf-notification__item.--show {
  max-height: 152px;
  padding: 15px 30px 15px 20px;
  margin: 1px 0;
  transform: translateX(0);
  clip-path: inset(1px 1px 1px 1px round var(--gfn-cpr));
}

@keyframes showGfNotification {
  70% {
    max-height: 152px;
    padding: 15px 30px 15px 20px;
    margin: 1px 0;
    transform: translateX(0);
  }

  100% {
    max-height: 152px;
    padding: 15px 30px 15px 20px;
    margin: 1px 0;
    transform: translateX(0);
    clip-path: inset(1px 1px 1px 1px round var(--gfn-cpr));
  }
}

.gf-notification__item.--hide {
  max-height: 152px;
  padding: 15px 30px 15px 20px;
  margin: 1px 0;
  transform: translateX(0);
  clip-path: inset(1px 1px 1px 1px round var(--gfn-cpr));
  animation: hideNotification 0.3s cubic-bezier(0.31, 0.01, 0.32, 1) forwards;
}

@keyframes hideNotification {
  80% {
    max-height: 0;
    padding: 0 20px;
    margin: 0;
    opacity: 0;
    border: none;
    transform: translateX(0);
    clip-path: inset(0% 0% 100% 0% round var(--gfn-cpr));
  }

  100% {
    max-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    opacity: 0;
    transform: translateX(0);
    clip-path: inset(0% 0% 100% 0% round var(--gfn-cpr));
  }
}

@keyframes hideOnSwipe {
  50% {
    transform: translateX(120%);
  }

  100% {
    max-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    transform: translateX(120%);
  }
}

.gf-notification__container {
  display: flex;
  width: 100%;
  align-items: center;
  transform: translateX(20px);
  animation: moveNotificationContainer 0.4s;
}

.gf-notification__container.--actions {
  flex-direction: column;
  align-items: start;
}

.gf-notification__item.--show .gf-notification__container {
  transform: translateX(0);
}

@keyframes moveNotificationContainer {
  to {
    transform: translateX(0);
  }
}

.gf-notification__icon {
  font-size: 15px;
  align-self: center;
}

.gf-notification__content {
  margin: 0 15px;
  flex-grow: 1;
}

.gf-notification__container.--actions .gf-notification__content {
  margin: 0;
}

.gf-notification__title {
  margin: 0;
  font-size: 0.95rem;
  text-rendering: geometricPrecision;
  color: var(--gfn-title);
  word-break: break-word;
}

.gf-notification__message {
  margin: 4px 0 0 0;
  font-size: 0.85rem;
  line-height: 16px;
  text-rendering: geometricPrecision;
  color: var(--gfn-message);
}

.gf-notification__actions {
  display: flex;
  width: 100%;
  padding-top: 8px;
  margin-top: 15px;
  border-top: 1px solid var(--gfn-actions-bc);
  color: var(--gfn-actions-c);
  text-align: center;
  text-rendering: geometricPrecision;
}

.gf-notification__actions>* {
  cursor: pointer;
  transition: color 0.15s ease-in-out;
}

.gf-notification__actions>*:hover {
  color: color-mix(in srgb, var(--gfn-actions-c) 40%, var(--text));
}

.gf-notification__actions-btn:first-child:nth-last-child(1) {
  width: 100%;
}

.gf-notification__actions-btn:first-child:nth-last-child(2) {
  width: 50%;
  border-right: 1px solid var(--gfn-actions-bc);
}

.gf-notification__actions-btn:first-child:nth-last-child(2)~.gf-notification__actions-btn {
  width: 50%;
}

.gf-notification__close-btn {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 20px;
  height: 20px;
  color: var(--gfn-actions-c);
  cursor: pointer;
}

.gf-notification__close-btn:hover {
  color: color-mix(in srgb, var(--gfn-actions-c) 40%, var(--text));
}

.gf-notification__timeline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  clip-path: inset(0% 0% 0% 0%);
}

.gf-notification__item.--timer .gf-notification__timeline {
  animation: notificationTimeline 7s 0.2s linear forwards;
}

@keyframes notificationTimeline {
  to {
    clip-path: inset(0% 100% 0% 0%);
  }
}

.gf-notification__item.--info::before {
  background-color: color-mix(in srgb, var(--info) var(--gfn-bgt), transparent);
  box-shadow: 0 0 100px 30px var(--info);
}

.gf-notification__item.--info>.gf-notification__container>.gf-notification__icon {
  font-size: 14px;
  color: #2da6be;
}

.gf-notification__item.--info.--timer>.gf-notification__timeline {
  background-color: var(--info);
}

.gf-notification__item.--success::before {
  background-color: color-mix(in srgb, var(--success) var(--gfn-bgt), transparent);
  box-shadow: 0 0 100px 30px var(--success);
}

.gf-notification__item.--success>.gf-notification__container>.gf-notification__icon {
  color: #40b551;
}

.gf-notification__item.--success.--timer>.gf-notification__timeline {
  background-color: var(--success);
}

.gf-notification__item.--warning::before {
  background-color: color-mix(in srgb, var(--warning) var(--gfn-bgt), transparent);
  box-shadow: 0 0 100px 30px var(--warning);
}

.gf-notification__item.--warning>.gf-notification__container>.gf-notification__icon {
  color: #e0ae1a;
}

.gf-notification__item.--warning.--timer>.gf-notification__timeline {
  background-color: #e7bb36;
}

.gf-notification__item.--danger::before {
  background-color: color-mix(in srgb, var(--danger) var(--gfn-bgt), transparent);
  box-shadow: 0 0 100px 30px var(--danger);
}

.gf-notification__item.--danger>.gf-notification__container>.gf-notification__icon {
  color: #fa4251cc;
}

.gf-notification__item.--danger.--timer>.gf-notification__timeline {
  background-color: var(--danger);
}

/* Таблица тарификации CI-CD */

.ci-cd-tarification__table {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.ci-cd-tarification__table tr {
  border-top: 1px solid var(--border-color);
  padding: 0.35em;
}

.ci-cd-tarification__table th,
.ci-cd-tarification__table td {
  padding: 0.625em;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .ci-cd-tarification__table {
    border: none;
  }

  .ci-cd-tarification__table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .ci-cd-tarification__table tr {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    display: block;
    margin-bottom: 1em;
  }

  .ci-cd-tarification__table tr td:nth-child(1) {
    border-bottom: 1px solid var(--border-color);
  }

  .ci-cd-tarification__table td {
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .ci-cd-tarification__table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 550;
    letter-spacing: 0.015rem;
    text-transform: uppercase;
  }

  .ci-cd-tarification__table td:nth-child(1)::before {
    margin-right: 100px;
  }

  .ci-cd-tarification__table td:last-child {
    border-bottom: 0;
  }
}

@media (prefers-color-scheme: dark) {
  .gf-ya-captcha {
    filter: invert(1) contrast(0.8);
  }
}

body.--theme-dark .gf-ya-captcha {
  filter: invert(1) contrast(0.8);
}

/* .project__nav div[data-tab-name="CI/CD"] */
/* .project__nav div[data-tab-name="project.package"], */
/* .project__nav div[data-dropdown-tab-name="CI/CD"], */
/* .project__nav div[data-dropdown-tab-name="project.package"], */
/* .company__nav div[data-tab-name="company.package"], */
/* .project__nav div[data-tab-name="SAST"], */
/* .project__nav div[data-dropdown-tab-name="SAST"] */

/*.project__nav div.beta,*/
/*.company__nav div.beta {*/
/*  position: relative;*/
/*}*/

/* .project__nav div[data-tab-name="CI/CD"]::after,
.project__nav div[data-tab-name="project.package"]::after,
.project__nav div[data-dropdown-tab-name="CI/CD"]::after,
.project__nav div[data-dropdown-tab-name="project.package"]::after,
.company__nav div[data-tab-name="company.package"]::after,
.project__nav div[data-tab-name="SAST"]::after,
.project__nav div[data-dropdown-tab-name="SAST"]::after */

/*.project__nav div.beta::after,*/
/*.company__nav div.beta::after {*/
/*  content: 'Beta';*/
/*  position: absolute;*/
/*  right: -10px;*/
/*  top: -6px;*/
/*  width: auto;*/
/*  background: var(--red);*/
/*  color: #fff;*/
/*  border-radius: 100px;*/
/*  padding: 2px 6px;*/
/*  font-size: 10px;*/
/*  font-weight: 600;*/
/*  line-height: 1;*/
/*  text-align: center;*/
/*  white-space: nowrap;*/
/*  vertical-align: baseline;*/
/*  opacity: 0.9;*/
/*  z-index: 2;*/
/*  transform: rotate(13deg);*/
/*}*/

.nav-item-beta > a {
  display: flex !important;
  align-items: center;
  gap: 5px;
}

.beta-label {
  padding: 3px 6px;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 12px;
  line-height: 1;
}

.beta-label-sm {
  padding: 3px 6px;
  background-color: var(--primary);
  color: var(--real-white);
  border-radius: 15px;
  font-size: 12px;
  line-height: 1;
}

.alert.mini {
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  padding-right: 2rem;
}

.alert.mini>button {
  position: absolute;
  top: 8px;
  right: 1rem;
  font-weight: 200;
}

.gf-push-rules__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

@media screen and (max-width: 991.98px) {
  .gf-push-rules__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* Обнуление стилей для встроенных стрелок в input type=number */
input[type='number'] {
  -moz-appearance: textfield;
  /* Firefox */
  appearance: textfield;
  /* Для WebKit/Blink */
  margin: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* WebKit/Blink */
  margin: 0;
}

.gf-input-number {
  display: flex;
  align-items: center;
}

.gf-input-number__plus {
  padding-bottom: 5px;
  background-color: transparent;
  font-size: 2rem;
  border: none;
  color: var(--text);
}

.gf-input-number__minus {
  padding-bottom: 5px;
  background: transparent;
  font-size: 2rem;
  border: none;
  color: var(--text);
}

.gf-input-number__plus::before {
  content: '+';
}

.gf-input-number__minus::before {
  content: '–';
}

.repository-files__header {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  background-color: var(--primary-light);
  border: 1px solid var(--primary-border);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  white-space: nowrap;
}

.repository-files__header-commit-info {
  width: 100%;
  display: flex;
  flex: 0 0 60%;
  overflow: hidden;
  align-items: center;
  gap: 4px;
}

.repository-files__header-commit-history {
  width: 100%;
  display: flex;
  flex: 0 0 40%;
  align-items: center;
  justify-content: flex-end;
}

@media (prefers-color-scheme: dark) {

  body.--theme-light .auth-page__login-form picture,
  body.--theme-auto .auth-page__login-form picture {
    filter: invert(1);
  }
}

@media screen and (max-width: 767.98px) {
  .repository-files__header {
    flex-direction: column-reverse;
  }

  .repository-files__header-commit-info {
    flex: 0 0 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .repository-files__header-commit-history {
    flex: 0 0 100%;
    justify-content: space-between;
  }
}


/* Pipeline Scheduler */
.schedule-list-item__row__user-label {
  display: flex;
  align-items: center;
}

.schedule-list-item__wrapper {
  display: grid;
  align-items: center;
  row-gap: 0.75rem;
  padding: 0.5rem;
  row-gap: 0.75rem;
}

@media (max-width: 767.98px) {

  .schedule-list-item__wrapper {
    grid-template-columns: repeat(12, 1fr);
    margin-bottom: 0.75rem;
    border-radius: 0.4rem;
    border: 1px solid var(--border-color);
  }

  .ci-cd-schedules-table__row-header {
    position: absolute;
    height: 1px;
    margin: -1px;
    padding: 0;
    width: 1px;
    clip: rect(0 0 0 0);
    border: none;
    overflow: hidden;
  }

  .schedule-list-item__row::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    min-width: 130px;
    margin-right: 10%;
    font-weight: 550;
    letter-spacing: 0.015rem;
    text-transform: uppercase;
  }

  .schedule-list-item__row:nth-child(1) {
    grid-row: 1;
  }

  .schedule-list-item__row:nth-child(5) {
    text-align: initial;
  }

  .schedule-list-item__row:nth-child(7) {
    grid-row: 1;
    grid-column: 12 / 13;
    justify-content: end;
  }

  .schedule-list-item__row {
    display: flex;
    align-items: center;
    grid-column: 1 / 13;
    height: 2rem;
  }

  .text-sm-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .ci-cd-schedules-table__wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 11em;
  }

  .schedule-list-item__wrapper {
    min-width: 880px;
    grid-template-columns: 110px 120px minmax(120px, 1fr) minmax(120px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) 25px;
    gap: 0.5rem;
    align-items: center;
    border-bottom: 1px solid var(--border-color);

  }

  .ci-cd-schedules-table__row-header {
    display: grid;
    min-width: 880px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    grid-template-columns: 110px 120px minmax(120px, 1fr) minmax(120px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) 25px;
    gap: 0.5rem;
    padding: 1rem 0.5rem;
    font-weight: 550;
    letter-spacing: 0.015rem;
  }

}


@media (prefers-color-scheme: dark) {

  body.--theme-light .auth-page__login-form picture,
  body.--theme-auto .auth-page__login-form picture {
    filter: invert(1);
  }
}

input.input-counted {
  padding-right: calc(1.5em + 0.75rem);
}

span.input-counted-value {
  width: fit-content;
  display: block;
  margin-left: auto;
  font-size: 12px;
  color: var(--text-muted);
}

label.gf-counted-input {
  width: 100%;
  position: relative;
  font-weight: normal;
}

label.gf-counted-input:has(input:focus)::after,
label.gf-counted-input:has(textarea:focus)::after {
  content: attr(data-current-length);
  position: absolute;
  right: 7px;
  bottom: 9px;
  font-size: 12px;
  color: var(--text-muted);
  z-index: 3;
}

label.gf-counted-input>input {
  padding-right: calc(1.5em + 2.5rem) !important;
}

.gf-navigation-tabs-links {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4px;
  list-style: none;
}

.gf-navigation-tabs-links__item {
  display: flex;
}

.gf-navigation-tabs-links__item>a {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  color: var(--text);
  background-color: var(--light);
  border: 1px solid var(--border-color);
  border-bottom: none;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.gf-navigation-tabs-links__item>a:hover {
  color: var(--text) !important;
}

.gf-navigation-tabs-links__item>a.active {
  background-color: var(--bg-light);
}

/* Partners */

.partners__item__cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--border-radius);
  z-index: -1;
}

/* Card content */
.partners__item__title {
  position: absolute;
  display: flex;
  align-items: center;
  top: 20px;
  left: 20px;
}

.partners__item__title__logo {
  width: 35px;
  border-radius: 50%;
}

.partners__item__title__alias {
  font-size: 22px;
}

.partners__item__project-info {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  left: 20px;
  bottom: 40px;
}

.partners__item__project-info__extra-info {
  display: flex;
  align-items: center;
}

.partners__item__project-info__extra-info .repo-language-color {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.partners__item__project-info__extra-info__is-starred-label {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991.98px) {
  .partners__wrapper {
    width: 100%;
  }

  .partners__items__wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .partners__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 160px;
    margin-right: 75px;
    flex-shrink: 0;
    overflow-x: hidden;
    scroll-snap-align: start;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
  }

  /* Indicators */

  .partners__indicators__wrapper {
    display: flex;
    justify-content: space-around;
    width: 50%;
    max-width: 150px;
    margin: 1rem auto 0 auto;
  }

  .partners__indicators__item {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    border: 1px solid var(--border-color)
  }

  .partners__indicators__item.active {
    background-color: var(--text);
    border: 1px solid var(--text);
  }

  /* Card */

  .partners__item__project-info__extra-info {
    width: calc(100% - 75px);
  }

}


@media screen and (min-width: 992px) {
  .partners__wrapper {
    width: 100%;
  }

  .partners__items__wrapper {
    display: grid;
    grid-template-rows: repeat(var(--row-count), 1fr);
    grid-template-columns: repeat(var(--columns-count), 1fr);
    column-gap: 20px;
    row-gap: 20px;
    --rows-count: 1;
    --columns-count: 1;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .partners__item {
    display: flex;
    scroll-snap-align: start;
    align-items: center;
    justify-content: center;
    height: 160px;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
  }

  .partners__indicators__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  /* Card */

  .partners__item__project-info {
    width: calc(100% - 40px);
  }

  .partners__item__project-info__extra-info {
    width: 100%
  }

  /* N - количество карточек */
  /* N = 2 */

  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 2)) {
    --columns-count: 2;
  }

  /* N = 3 */
  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 3)) {
    --rows-count: 2;
    --columns-count: 2;
  }

  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 3))>.partners__item:nth-child(3) {
    grid-column: 1 / 3;
  }

  /* N = 4 */
  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 4))>.partners__item:nth-child(3) {
    grid-column: 1 / 2;
  }

  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 4))>.partners__item:nth-child(4) {
    grid-column: 2 / 3;
  }

  /* N = 5 */
  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 5)) {
    --rows-count: 2;
    --columns-count: 6;
  }

  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 5))>.partners__item:nth-child(1) {
    grid-column: 1 / 4;
  }

  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 5))>.partners__item:nth-child(2) {
    grid-column: 4 / 7;
  }

  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 5))>.partners__item:nth-child(3) {
    grid-column: 1 / 3;
  }

  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 5))>.partners__item:nth-child(4) {
    grid-column: 3 / 5;
  }

  .partners__items__wrapper:has(.partners__item:nth-last-child(n + 5))>.partners__item:nth-child(5) {
    grid-column: 5 / 7;
  }
}

/* pre > code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
  background: var(--bg-light);
  padding: 0 4px;
  border-radius: 2px;
} */

.package-info__composer code {
  white-space: pre;
}

.package-info__onescript code {
  white-space: pre;
}

code.gf-copy-code {
  --copy-icon-display: block;
  --check-icon-display: none;

  position: relative;
  display: block;
  pointer-events: none;
  padding-right: 30px !important;
  margin-bottom: 1rem;
}

code.gf-copy-code::before {
  display: var(--copy-icon-display);
  font-family: 'gf-icons-font';
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  font-size: 18px;
  color: var(--text-muted);
  cursor: pointer;
  pointer-events: all;
  transition: color .1s ease-in-out;
}

code.gf-copy-code::after {
  display: var(--check-icon-display);
  font-family: 'gf-icons-font';
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  font-size: 18px;
  color: var(--text-muted);
  cursor: pointer;
  pointer-events: all;
  transition: color .1s ease-in-out;
}

code.gf-copy-code:hover::before {
  color: var(--text);
}

.gf-dot-sm {
  height: 2px;
  width: 2px;
  border: 2px solid var(--text-muted);
  border-radius: 2px;
}

.gf-dot-xs {
  height: 1px;
  width: 1px;
  border: 1px solid var(--text-muted);
  border-radius: 1px;
}

.packages-list-popular__content-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 980px) {
  .packages-list-popular__content-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.bg-light-selected {
  background-color: var(--bg-light-selected);
}

.gf-tag {
  padding: 0 8px;
  color: var(--primary);
  background-color: var(--primary-light);
  border-radius: var(--border-radius);
  font-family: 'JetBrains Mono';
  font-size: 12px;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.line-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-clamp-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.packages-list__content-card h6 {
  word-break: break-word;
}

/* Auth Page */
.auth-page__tabs__container {
  display: flex;
  justify-content: flex-start;
}

.auth-page__tabs__link {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  cursor: pointer;
  transition: border 250ms ease-in-out;
}

.auth-page__tabs__link.active {
  background-color: var(--light);
  border: 1px solid var(--border-color);
  border-bottom: none;
}

.auth-page__tab-content {
  display: none;
}

.auth-page__tab-content.show {
  display: block;
}

/* CloudAdmin company payment history */
.payment-history__table {
  overflow-x: auto;
}

.payment-history__table__row {
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) minmax(150px, 1fr) 100px minmax(200px, 1fr) minmax(150px, 1fr);
  grid-template-rows: 50px;
  gap: 15px;
  width: 100%;
  min-width: fit-content;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--border-color);
}

.payment-history__table__row:nth-child(1) {
  grid-template-rows: 20px;
}

.payment-history__table__row__header-item {
  font-weight: 550;
  letter-spacing: 0.015rem;
}

.payment-history__table__row__data-item {
  display: flex;
  align-items: center;
  font-weight: 300;
  color: var(--text-muted);
}

.markdown-body ul:has(li input[type="checkbox"]) {
  list-style: none;
}

i.fa-square.--modified {
  width: 13px;
  position: relative;
}

i.fa-square.--modified::after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: calc(50% - 1.5px);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--orange);
}

/* Project -> Settings -> CI-CD  | Grid styles */

.grid-container {
  display: grid;
  overflow-x: auto;
  grid-template-rows: auto auto;
}

.grid-row {
  border-bottom: 1px solid var(--border-color);
  display: grid;
  grid-template-columns: minmax(200px, 0.5fr) minmax(200px, 2fr) 100px minmax(50px, 0.2fr);
  min-width: 600px;
  gap: 20px;
  max-width: 100%;
}

.grid-row:last-child {
  border-bottom: none;
}

.disable-hover {
  border: 0 !important;
}

.disable-hover:hover {
  color: var(--dark) !important;
  background-color: transparent !important;
}

.disable-hover:focus {
  box-shadow: none !important;
}

.disable-hover:active {
  color: var(--dark) !important;
  background-color: var(--light) !important;
}

.cicd-variable-value-input {
  position: relative;
  padding-right: 2rem;
}

.show-value {
  position: absolute;
  top: 12px;
  right: 40px;
}

.cursor-pointer {
  cursor: pointer;
}

.sidebar__banner {
  margin-top: auto;
}

.sidebar__banner img {
  width: 100%;
}

.--collapsed .sidebar__banner {
  display: none;
}

.has-error {
  border-color: var(--danger);
}

@media screen and (max-width: 767.98px) {
  .sidebar__banner {
    max-width: 280px;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 479.98px) {
  .sidebar__banner {
    max-width: 140px;
    margin: 0 auto !important;
  }
}

.gf-lfs-table-wrapper {
  overflow: auto;
}

.gf-lfs-table-wrapper__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-width: 690px;
  gap: 20px;
  padding: 10px;
  border-bottom: 1px solid var(--border-color);
  text-wrap: nowrap;
}

.gf-lfs-table-wrapper__row__header {
  font-weight: 550;
  letter-spacing: 0.015rem;
}

.team__nav,
.company__nav {
  padding: 4px 16px 6px 16px;
}

.gf-projects-list {
  --columns: 1;
  --gap-size: 16px;
  --gaps: calc(var(--columns) - 1);
  --columns-width: calc((100% / var(--columns)) - (var(--gap-size) * var(--gaps)));

  width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: var(--gap-size);
}

@media (min-width: 768px) {
  .gf-projects-list {
    --columns: 2;
  }
}

@media (min-width: 1350px) {
  .gf-projects-list {
    --columns: 3;
  }
}

.project-intargration-item {
  border-bottom: 1px solid var(--border-color);
}

.project-intargration-item:last-child {
  border-bottom: none;
}

.registry-settings__list {
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
}

@media (min-width: 1700px) {
  .registry-settings__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.registry-settings__list-item {
  padding: 16px;
  background-color: var(--light);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
}

.registry-settings__list-item-content {
  display: grid;
  grid-template-columns: 100%;
  gap: 12px;
}

@media (min-width: 768px) {
  .registry-settings__list-item-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .registry-settings__list-item-content .key-selector {
    grid-column: 1 / 3;
  }
}

.registry-settings__list-item-content.--key-package {
  grid-template-columns: 100%;
}

.breadcrumb-company__header,
.breadcrumb-team__header {
  min-height: 31px;
}

.project-settings__tabs-description-eye {
  display: inline-flex !important;
  vertical-align: text-bottom;
}

.packages-list__content-cards .pagination {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.merge-request-icon {
  margin-top: 2px;
}

.project-badge {
  height: fit-content;
  min-height: 22px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  background-color: var(--bg-light);
  border-radius: 14px;
  white-space: nowrap;
}

.gf-owner-badge {
  width: fit-content;
  height: fit-content;
  min-height: 22px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: var(--success);
  background-color: color-mix(in srgb, var(--success) 20%, var(--white));
  border-radius: 14px;
}

.gf-team-badge {
  width: fit-content;
  height: fit-content;
  min-height: 22px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: var(--violet);
  background-color: color-mix(in srgb, var(--violet) 20%, var(--white));
  border-radius: 14px;
}

.gf-company-badge {
  width: fit-content;
  height: fit-content;
  min-height: 22px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: var(--primary);
  background-color: color-mix(in srgb, var(--primary) 20%, var(--white));
  border-radius: 14px;
}

.gf-topic-badge {
  width: fit-content;
  height: fit-content;
  min-height: 22px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: var(--primary);
  background-color: color-mix(in srgb, var(--primary) 20%, var(--white));
  border-radius: 14px;
}

.project-badge > a, .gf-owner-badge > a, .gf-team-badge > a, .gf-company-badge > a, .gf-topic-badge > a, .gf-topic-badge > b {
  max-width: 200px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit !important;
}

.project-badge > a:hover, .gf-owner-badge > a:hover, .gf-team-badge > a:hover, .gf-company-badge > a:hover, .gf-topic-badge > a:hover {
  color: inherit !important;
  text-decoration: underline;
  cursor: pointer;
}

.project-badge i, .gf-owner-badge i, .gf-team-badge i, .gf-company-badge i {
  font-size: 14px !important;
}

.gf-outline-info-badge {
  width: fit-content;
  height: fit-content;
  min-height: 24px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: var(--info);
  border: 1px solid var(--info);
  border-radius: 14px;
}

.gf-branch-badge {
  font-family: var(--font-family-monospace);
  width: fit-content;
  height: fit-content;
  min-height: 22px;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: var(--primary);
  background-color: color-mix(in srgb, var(--primary) 20%, var(--white));
  border-radius: 4px;
}

.gf-segment-control {
  --segments-number: 2;
  width: 100%;
  position: relative;
  padding: 8px;
  display: flex;
  border-radius: var(--border-radius-lg);
  background-color: var(--bg-light);
  overflow: hidden;
}

@media (min-width: 992px) {
  .gf-segment-control {
    width: 50%;
  }
}

.gf-segment-control[data-number="2"] {
  --segments-number: 2;
}

.gf-segment-control[data-number="3"] {
  --segments-number: 3;
}

.gf-segment-control[data-number="4"] {
  --segments-number: 4;
}

.gf-segment-control[data-number="5"] {
  --segments-number: 5;
}

.gf-segment-control[data-number="6"] {
  --segments-number: 6;
}

.gf-segment-control[data-number="7"] {
  --segments-number: 7;
}

.gf-segment-control[data-number="8"] {
  --segments-number: 8;
}

.gf-segment-control input {
  position: absolute;
  height: 1px;
  width: 1px;
  white-space: nowrap;
  visibility: hidden;
}

.gf-segment-control label {
  position: relative;
  margin-bottom: 0;
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.3s ease;
}

.gf-segment-control::after {
  content: "";
  height: calc(100% - 8px);
  width: calc(100% / var(--segments-number) - 2px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 4px;
  background-color: var(--white);
  border-radius: var(--border-radius);
  z-index: 1;
  transition: transform 0.2s ease;
  transform: translateX(0);
}

.gf-segment-control:has(input:nth-of-type(2):checked)::after {
  transform: translateX(100%);
}

.gf-segment-control:has(input:nth-of-type(3):checked)::after {
  transform: translateX(200%);
}

.gf-segment-control:has(input:nth-of-type(4):checked)::after {
  transform: translateX(300%);
}

.gf-segment-control:has(input:nth-of-type(5):checked)::after {
  transform: translateX(400%);
}

.gf-segment-control:has(input:nth-of-type(6):checked)::after {
  transform: translateX(500%);
}

.gf-segment-control:has(input:nth-of-type(7):checked)::after {
  transform: translateX(600%);
}

.gf-segment-control:has(input:nth-of-type(8):checked)::after {
  transform: translateX(700%);
}

.gf-segment-control:has(input:nth-of-type(9):checked)::after {
  transform: translateX(800%);
}

.gf-segment-control input:checked+label {
  font-weight: bold;
}

.gf-segment-control label:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 2px;
  width: 1px;
  background-color: var(--border-color);
  z-index: -1;
  transition: opacity 0.2s ease;
}

.gf-segment-control input:checked+label::before,
.gf-segment-control input:checked+label+input+label::before {
  opacity: 0;
}

@media (min-width: 992px) {
  .release-create-page__archive-segment {
    margin-left: 25px;
  }
}

.alert-signup {
  padding-left: 14px;
  padding-right: 14px;
}

.gf-logo-wrapper {
  background-color: var(--logo-invert-bg-color);
  border-radius: var(--border-radius);
}

.gf-logo-wrapper > i {
  font-size: 70px !important;
  color: var(--logo-invert-color);
}

.static-projects-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.static-projects-list__navigation {
  display: none;
}

@media screen and (min-width: 768px) {
  .static-projects-list__navigation {
    display: flex;
    margin-left: auto;
  }
}

.static-projects-list__content {
  min-height: 130px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.static-projects-list__list {
  display: grid;
  grid-template-columns: repeat(1fr, 1fr);
  gap: 16px;
}

.static-projects-list__list.--columns {
  grid-template-columns: repeat(1fr, 1fr);
}

@media screen and (min-width: 768px) {
  .static-projects-list__list.--columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

.static-projects-list__empty,
.static-companies-list__empty,
.static-teams-list__empty,
.static-packages-list__empty {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}

@media screen and (min-width: 991.98px) {
  .profile-page__wrapper .static-projects-list__navigation {
    display: flex;
    margin-left: auto;
  }
}

.profile-page__wrapper .static-projects-list__list.--columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media screen and (max-width: 991.98px) {
  .profile-page__wrapper .static-projects-list__list {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
}

.static-companies-list__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.static-teams-list__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.static-packages-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.static-packages-list__list[data-columns-number] {
  display: grid;
  grid-template-columns: repeat(1fr, 1fr);
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .static-packages-list__list[data-columns-number="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .static-packages-list__list[data-columns-number="3"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .static-packages-list__list[data-columns-number="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 992px) {
  .static-packages-list__list[data-columns-number="3"] {
    grid-template-columns: repeat(3, 1fr);
  }

  .static-packages-list__list[data-columns-number="4"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1400px) {
  .static-packages-list__list[data-columns-number="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}

.team-header, .company-header, .project__settings-bar {
  margin-top: 36px;
}

.static-users-list__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.user-profile__cover {
  margin-top: 24px;
  position: relative;
}

.user-profile__cover > img {
  width: 100%;
  height: 120px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 992px) {
  .user-profile__cover > img {
    border-bottom-right-radius: 12px;
  }
}

.user-profile__cover > .user-profile__edit {
  position: absolute;
  top: 25px;
  right: 25px;
}

.user-profile__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.user-profile__user-info {
  height: fit-content;
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-color);
  border-top: none;
  border-bottom-left-radius: var(--border-radius-lg);
  border-bottom-right-radius: var(--border-radius-lg);
  gap: 24px;
}

.user-profile__user-info .user-profile__person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.user-profile__user-info .user-profile__person .user-profile__username {
  text-align: center;
  word-break: break-word;
}

.user-profile__user-info .user-profile__person .user-profile__name {
  display: flex;
  align-items: center;
  gap: 6px;
}

.user-profile__user-info .user-profile__person img.user-profile__avatar {
  width: 100%;
  max-width: 110px;
  margin-top: -114px;
  border-radius: 50%;
  outline: 2px solid var(--border-color);
  outline-offset: -1px;
  aspect-ratio: 1 / 1;
}

.user-profile__user-info .user-profile__person .user-profile__followers {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.user-profile__user-info .user-profile__followers .user-profile__actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
}

.user-profile__followers *:not(button) > i, .user-profile__description *:not(button) > i {
  font-size: 18px !important;
}

.user-profile__user-info .user-profile__description {
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  gap: 24px;
}

.user-profile__user-info .user-profile__description .user-profile__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.user-profile__user-info .user-profile__description .user-profile__links a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text);
}

.user-profile__user-info .user-profile__description .user-profile__links .user-profile__user-link a {
  color: var(--text);
  text-decoration: underline;
}

.user-profile__user-info .user-profile__description .user-profile__companies {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.user-profile__user-info .user-profile__description .user-profile__report {
  width: fit-content;
  padding: 4px 0px;
  color: var(--text-muted);
}

.user-profile__user-info .user-profile__description .user-profile__report i {
  font-size: 14px !important;
}

.user-profile__content {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .user-profile__user-info .user-profile__person .user-profile__followers {
    flex-direction: column-reverse;
  }

  .user-profile__user-info .user-profile__followers .user-profile__actions {
    flex-wrap: wrap;
  }

  .user-profile__user-info .user-profile__followers .user-profile__info {
    flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .user-profile__container {
    flex-direction: row;
  }

  .user-profile__cover > img {
    height: 210px;
  }

  .user-profile__user-info {
    width: 344px;
  }

  .user-profile__content {
    width: calc(100% - 344px);
  }

  .user-profile__user-info .user-profile__person img.user-profile__avatar {
    max-width: 144px;
  }
}

.gf-logo-wrapper.--error {
  width: 340px;
  height: 340px;
  border-radius: 40px;
  margin: 100px auto 0 auto;
  justify-content: center;
}

.gf-logo-wrapper.--error> i {
  font-size: 340px !important;
  color: var(--logo-invert-color);
}

.form-control.--with-selector {
  margin-top: 8px !important;
  height: 35px !important;
}

/* Users List Card */

.users-list-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius);
}

.card-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--border-color);
  padding: 12px 20px;
}

.card-item.--header {
  background-color: var(--light);
  font-weight: 550;
}

.card-item.--header>.card-item__title.--first {
  display: flex;
  width: 55%;
}

.card-item.--header>.card-item__title.--second {
  display: flex;
  width: 45%;
}

.card-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.card-item+.card-item {
  border-top: 0;
}

.user-info {
  display: flex;
  width: 50%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-info__avatar {
  border-radius: 50%;
  margin-right: 16px;
}

.user-info__wrapper {
  display: flex;
  min-width: 90px;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-info__full-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-info__alias {
  margin-right: 4px;
  color: var(--text-muted);
  font-weight: 550;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-info__invite-status {
  width: 100%;
  min-width: 115px;
  max-width: 230px;
  margin: 0 0 0 auto;
  padding-right: 2px;
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-info__parent-entity {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 115px;
  max-width: 230px;
  margin: 0 0 0 auto;
  padding-right: 2px;
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-actions {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-actions__selector {
  margin-right: 16px;
  width: 100%;
}

.card-actions__buttons {
  display: flex;
  justify-content: space-between;
}

.card-actions__buttons .--button-sm-empty {
  width: 38px;
  margin-right: 8px;
}

@media screen and (max-width: 1499.98px) {
  .user-info__invite-status {
    margin: 0 0 0 30px;
  }
  .user-info__parent-entity {
    margin: 0 0 0 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .card-item {
    display: grid;
    align-items: center;
    gap: 14px;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .card-item.--header {
    display: flex;
  }

  .card-item.--header>.card-item__title.--first {
    width: 100%;
  }

  .card-item.--header>.card-item__title.--second {
    display: none;
  }

  .user-info {
    width: 100%;
    grid-column: 1 / 10;
    grid-row: 1;
  }

  .card-actions {
    display: contents;
  }

  .card-actions__selector {
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .card-actions__buttons {
    grid-column: 10 / -1;
    grid-row: 1;
  }

  .card-actions__buttons .--button-sm-empty {
    width: 0;
    margin-right: 0;
  }

  .user-info__invite-status {
    width: initial;
    margin: 0 auto;
  }
  .user-info__parent-entity {
    width: initial;
    margin: 0 auto;
  }
}

.ldap-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  background: var(--light);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);

}

.ldap-card__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ldap-card__info__item {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ldap-card__info__item.--ldap-sync-method {
  font-weight: bold;
  overflow: auto;
  padding-bottom: 10px;
}

.ldap-card__info__item .--ldap-sync-status {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ldap-card__actions {
  display: flex;
  align-self: flex-start;
  justify-self: flex-end;
}

.ldap-card__actions .btn {
  height: 40px;
}

.footer__logo .gf-icon-gf-logo {
  margin: 0 auto;
}

.user-profile-edit__content .user-profile-edit__cover {
  position: relative;
  margin-bottom: 60px;
}

.user-profile-edit__content .user-profile-edit__form {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.user-profile-edit__form .user-profile-edit__split {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.user-profile-edit__form label.gf-counted-input {
  margin-bottom: 2px;
}

.user-profile-edit__content .user-profile-edit__actions {
  display: flex;
  justify-content: end;
}

.user-profile__report {
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.1s ease-in-out;
}

.user-profile__companies .user-profile__list {
  display: flex;
}

.user-profile__companies .user-profile__list:hover > *:not(:first-child) {
  margin-left: 12px;
}

.user-profile__companies .user-profile__list > * {
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}

.user-profile__companies .user-profile__list > *:not(:first-child) {
  margin-left: 12px;
}

.user-profile__companies .user-profile__list > *:hover {
  z-index: 1;
  top: -4px;
}

.user-profile__report:hover {
  color: var(--text) !important;
}

@media screen and (min-width: 576px) {
  .user-profile-edit__content .user-profile-edit__cover {
    margin-bottom: 24px;
  }

  .user-profile-edit__form .user-profile-edit__split {
    flex-direction: row;
    gap: 12px;
  }
  .user-profile-edit__form .user-profile-edit__split > div {
    width: 50%;
  }
}

.cookies-banner {
  max-width: 1040px;
}

.cookies {
  max-width: 1055px;
  width: 100%;

  position: fixed;
  z-index: 1030;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.35s cubic-bezier(0.4, 1.08, 0.47, 0.99);

  padding-right: 15px;
  padding-left: 15px;
}

.cookies.show {
  opacity: 1;
  bottom: 0;
}

.gf-tooltip-temporary {
  position: relative;
}

.cookies-alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;

  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.cookies-alert-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 576px) {
  .cookies-alert-layout {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cookies-text {
  margin: 0;
  font-size: 14px !important;
}

.gf-tooltip-temporary::before {
  content: attr(data-tooltip-text);
  position: absolute;
  top: 50%;
  left: -6px;
  padding: 8px;
  display: none;
  text-align: center;
  color: var(--text);
  border-radius: 5px;
  background-color: var(--gfd-bg);
  opacity: 0;
  box-shadow: 0 0 2px 1px var(--gfd-bs);
  backdrop-filter: saturate(180%) blur(18px);
  transform: translateY(-50%) translateX(-100%);
}
.cookiesBtn {
  color: #fff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}

.cookiesBtn:hover {
  color: #fff;
  background-color: #304dff !important;
  border-color: #ebf5ff;
}
.gf-tooltip-temporary.--show-tooltip::before {
  display: block;
  opacity: 1;
  animation: fadeInOut 2s ease-in-out forwards;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cookies-link {
  color: #007bff !important;
}

.cookies-link:hover {
  color: #304dff !important;
}

.error-circle {
  display: none !important;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
}

.navbar .navigation-search-field:is(:-webkit-autofill, :autofill) {
  background-color: var(--bg-light);
}

.admin-code {
  container-name: code-table;
  container-type: inline-size;
}

.admin-code-table {
  display: grid;
  padding: 0;
  align-items: center;
  gap: 16px;
  border: none;
  grid-template-columns: repeat(2, 1fr) 80px;
}

.admin-code-table.--header {
  display: grid;
}

.admin-code-table__label--mobile {
  display: none;
}



@container code-table (max-width: 593px) {
  .admin-code-table {
    display: grid;
    align-items: end;
    border: 1px solid var(--border-color);
    padding: 12px 16px;
    border-radius: 6px;
    gap: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .admin-code-table__label--mobile {
    display: block;
  }

  .admin-code-table.--header {
    display: none;
  }

  .admin-code__action {
    display: flex;
    align-items: flex-end;
  }
}

.custom-alert-indexation {
  container-name: alert-indexation;
  container-type: inline-size;
}

.custom-width-index {
  width: auto;
}

.alert-indexation__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}

.alert-indexation__action-btn {
  line-height: 1 !important;
}

@container alert-indexation (max-width: 510px) {
  .alert-indexation__wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .custom-width-index {
    width: 100%;
  }

  .alert-indexation__action-btn {
    padding: 13px 0;
  }
}

.create-integration__action-btn {
  padding: 13px 0;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .alert-indexation__action-btn {
    padding: 9px 10px !important;
  }

  .create-integration__action-btn {
    padding: 9px 10px !important;
    width: auto;
  }
}


@media screen and (min-width: 768px) {
  .alert-indexation__action-btn {
    padding: 13px 9px;
  }

  .create-integration__action-btn {
    padding: 13px 9px;
    width: auto;
  }
}

@media screen and (min-width: 576px) {
  .alert-indexation__action-btn {
    padding: 13px 9px;
  }

  .create-integration__action-btn {
    padding: 13px 9px;
  }
}

.button-telegram-integration {
  min-height: 38px !important;
  --gf-button-padding: 9px !important;
}

.telegram-integration-unsubscribe-form {
  margin-top: -50px;
}

@media screen and (min-width: 768px) {
  .telegram-integration-unsubscribe-form {
    margin-top: -8px;
  }
  
  .button-telegram-integration {
    --gf-button-padding: 10px !important;
  }
}