/* ==========================================================================
   Colours
   ========================================================================== */

:root {
  --primary: #02244b;
  --secondary: #eaeef4;
  --tertiary: #08c9b9;
  --accent: #e74c3c;
  --white: #fff;
  --lightergray: #f5f5f5;
  --lightgray2: #e3e3e3;
  --lightgray: #d3d3d3;
  --silver: #c0c0c0;
  --darkgray: #a9a9a9;
  --gray: #808080;
  --midgray: #777;
  --darkgray: #555;
  --black: #000;
  --bs-link-color: var(--primary);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--tertiary);
  --bs-btn-border-color: var(--tertiary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--tertiary);
  --bs-btn-hover-border-color: var(--tertiary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--tertiary);
  --bs-btn-active-border-color: var(--tertiary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary);
  --bs-btn-disabled-border-color: var(--tertiary);
}
/* ==========================================================================
   Font Stack
   ========================================================================== */
/* Mixins
-------------------------------------------------- */

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.group {
  overflow: hidden;
}
.clear {
  clear: both;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* EXAMPLE USAGE
@media (max-width: @screen-xs) { display: none; }
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  overflow: visible;
  /* 2 */

}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */

}
/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */

}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */

}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */

}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  /* 2 */

}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */ [type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

}
/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */

}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */

}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */

}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */

}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */

}
/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */ menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */

template {
  display: none;
}
/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* ==========================================================================
   Base Styles
   ========================================================================== */

* {
  box-sizing: border-box;
}
html,
body {
  color: var(--black);
  background: var(--lightergray);
  padding: 0;
  margin: 0 !important;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  /* overflow-x: hidden; */

}
body {
  min-height: 100vh;
}
html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}
body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--black);
}
p,
ul,
li {
  margin-top: 0;
  margin-bottom: 1rem;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
#wpadminbar {
  display: none;
}
.edit-link {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
.edit-link a {
  transition: all 0.3s;
  background: rgba(42, 65, 102, 0.8);
  color: var(--white);
  padding: 10px 25px;
  line-break: 1;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.edit-link a:hover {
  color: var(--white);
  background: #2a4166;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */

.alignleft {
  /*rtl:ignore*/
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
/* ==========================================================================
   FORMS
   ========================================================================== */

.page-template-single-login .card {
  height: 100%;
}
.form-group.form-group--checkbox {
  margin: 2em 0;
}
.form-group.form-group--checkbox h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 1em;
}
.form-group.form-group--checkbox ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1em;
}
.form-group.form-group--checkbox li {
  padding: 0;
  margin: 0;
}
/* ==========================================================================
   Headings
   ========================================================================== */

h1,
h2,
h3 {
  font-weight: 700;
}
h1 {
  color: var(--black);
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}
h1:not(.content-header h1) {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--primary);
}
h2:not(#hdMainDiv h2) {
  color: var(--primary);
  margin: 1em 0 0.7em;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
h2 i {
  margin-right: 8px;
}
/* ==========================================================================
   Links
   ========================================================================== */

a {
  color: var(--primary);
}
a:hover {
  color: var(--tertiary);
}
/* ==========================================================================
   Tables
   ========================================================================== */

.checkout__table {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid var(--secondary);
  margin: 0 0 10px;
}
.checkout__table th,
.checkout__table td {
  padding: 10px 10px 10px 0;
  line-height: 1.2;
}
.checkout__table thead th {
  color: var(--primary);
  font-weight: 700;
  border-bottom: 1px solid var(--primary);
}
.checkout__table tbody tr {
  border-bottom: 1px solid var(--secondary);
}
/* ==========================================================================
   LAYOUT
   ========================================================================== */

.site {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
  height: 100vh;
}
.site-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.site-content__inner {
  min-height: 100%;
}
.site-main {
  position: relative;
}
main {
  overflow-y: auto;
  overflow-x: hidden;
}
.inner-scroll {
  overflow: hidden;
  height: 100%;
}
.inner-scroll article {
  overflow: hidden;
  height: 100%;
}
.inner-scroll .site-main {
  overflow: hidden;
  height: 100%;
}
.inner-scroll .site-main__content-container {
  overflow: hidden;
  height: 100%;
}
.inner-scroll__container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.inner-scroll__content {
  flex: 1;
  overflow-y: auto !important;
  overflow-x: hidden;
}
.account-details {
  position: relative;
}
.loading-overlay-icon {
  display: none;
}
.site-main--loading-ecom .loading-overlay-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 50px;
  color: var(--primary);
  z-index: 1;
}
.page-inner {
  max-width: 1980px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
/*
.flex-scroll                                        { overflow-y: hidden; 
    .site                                           { }
    .site-content                                   { min-height: auto; max-height: 100%; padding-top: 20px; padding-bottom: 20px; 
        main                                        { height: 100%; }
        article                                     { height: 100%;  }
    }
    .site-main                                      { height: 100%; 
        &__content-container                        { height: 100%; display: flex; flex-direction: column; overflow: hidden;
            article                                 { flex: 1; overflow: auto; padding: 20px 10px 0 0; }
        }
    }
}
*/

/* ==========================================================================
   BOOTSTRAP OVERRIDES
   ========================================================================== */

.card-header {
  background: var(--darkgray);
  text-transform: uppercase;
  color: var(--white);
}
.nav-link {
  padding: 0;
}
.form-group {
  margin: 0 0 10px;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--tertiary);
  --bs-btn-border-color: var(--tertiary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--tertiary);
  --bs-btn-hover-border-color: var(--tertiary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--tertiary);
  --bs-btn-active-border-color: var(--tertiary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary);
  --bs-btn-disabled-border-color: var(--tertiary);
}
.btn {
  position: relative;
  font-size: 14px;
}
.btn .btn__spinner {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 6px;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--tertiary);
  font-size: 22px;
}
.btn__loading .btn__spinner {
  display: flex;
}
.btn:disabled {
  background: transparent;
  border: 1px solid var(--tertiary);
  color: var(--tertiary);
  opacity: 0.5;
}
.page-link.active,
.active > .page-link {
  background-color: var(--tertiary);
  border-color: var(--tertiary);
  color: #fff;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

.checkbox-container {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.checkbox {
  display: none;
}
.checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary);
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
}
.checkmark i {
  display: none;
  font-size: 12px;
  color: white;
}
.checkbox:checked + .checkmark {
  background-color: var(--primary);
  border-color: var(--primary);
}
.checkbox:checked + .checkmark i {
  display: block;
}
.checkbox-container:hover .checkmark {
  background-color: var(--primary);
  border-color: var(--primary);
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 16px;
  margin: 0 0 30px;
  border-bottom: 1px solid var(--primary);
}
.content-header h1 {
  margin: 0;
}
.content-header__tools {
  display: flex;
}
.content-header__filter {
  display: flex;
  align-items: center;
  padding: 0 20px 0 0;
}
.content-header__filter p {
  margin: 0 5px 0 0;
}
.content-header__view {
  display: flex;
  align-items: center;
}
.content-header__view p {
  margin: 0 5px 0 0;
}
.content-header__view ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
}
.content-header__view li {
  padding: 0 5px;
  margin: 0;
}
.content-header__view li.active button {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.content-header button {
  background: var(--secondary);
  padding: 6px 12px;
  line-height: 1;
  border: none;
  border-radius: 5px;
  color: var(--primary);
  display: flex;
  align-items: center;
  border: 1px solid var(--secondary);
  transition: all 0.3s;
}
.content-header button span {
  padding: 0 0 0 5px;
}
.content-header button:hover {
  border-color: var(--primary);
}
.document-list--tab .nav-item a {
  padding: 8px 16px 8px 16px;
}
.document-list {
  margin: 0;
  padding: 0;
  /*&__action                               { position: fixed; bottom: 82px; right: 20px; z-index: 10; 
        button                              { background: var(--accent); color: var(--white); font-size: 24px; font-weight: bold; line-height: 1; padding: 12px; outline: none; border: 2px solid var(--white); border-radius: 2px; transition: all 0.3s;
            &:hover                         { background: var(--white); color: var(--accent); border-color: var(--accent); }
        }
    }*/

}
.document-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}
.document-list__header__purchase {
  display: flex;
  align-items: center;
}
.document-list__header__purchase button {
  border: 1px solid var(--tertiary);
  padding: 8px 16px;
  line-height: 1;
  border-radius: 5px;
  color: var(--tertiary);
  display: flex;
  align-items: center;
  transition: all 0.3s;
  font-size: 1.4em;
  background: var(--white);
}
.document-list__header__purchase button:hover {
  background: var(--tertiary);
  color: var(--white);
}
.document-list__header h2 {
  margin: 0 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.document-list__header h2 i {
  margin: 0;
}
.document-list__header__price {
  padding: 0 20px 0 0;
  color: var(--primary);
  font-weight: bold;
  font-size: 1.4em;
}
.document-list__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.document-list__group {
  margin: 0 0 30px;
  padding: 0;
}
.document-list__row {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.document-list__item {
  width: 25%;
  padding: 0 10px 20px;
}
.document-list__panel {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--white);
}
.document-list h3 {
  font-size: 1rem;
  color: var(--black);
  font-weight: normal;
  margin: 0;
  flex: 1;
}
.document-list__purchase {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.document-list__purchase button {
  border: 1px solid var(--tertiary);
  padding: 6px 12px;
  line-height: 1;
  border-radius: 5px;
  color: var(--tertiary);
  display: flex;
  align-items: center;
  transition: all 0.3s;
  background: var(--white);
}
.document-list__purchase button:hover {
  background: var(--tertiary);
  color: var(--white);
}
.document-list--list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.document-list--list li {
  background: var(--white);
  padding: 6px 10px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
.document-list .tab-pane:not(.show) {
  display: none !important;
}
.document-list__sub-group {
  padding-left: 32px;
}
.document-list__sub-group > h3 {
  font-size: 18px;
  padding: 10px 10px 10px 0;
  font-weight: bold;
}
.document-list__action {
  padding: 20px 0 0;
  display: flex;
  justify-content: flex-end;
}
.folder-selector a {
  width: 100%;
  display: flex;
}
.folder-selector__expand {
  width: 16px;
  margin: 0 10px 0 0;
}
.folder-selector__folder {
  width: 16px;
  margin: 0 10px 0 0;
}
.folder-selector .list-group-item {
  padding: 0 20px 0 20px;
  cursor: pointer;
}
.folder-selector .list-group-item .list-group-item {
  border: none;
}
.folder-selector .list-group-item a {
  padding: 10px 10px 10px 0;
}
.folder-selector .list-group:last-child {
  margin-bottom: 20px;
}
/* ==========================================================================
FOLDER SELECTOR
   ========================================================================== */

.folder-selector {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  min-height: 38px;
  overflow: hidden;
}
.folder-selector a {
  width: 100%;
  display: flex;
  padding: 4px 8px;
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.folder-selector a:hover {
  background: var(--lightergray);
}
.folder-selector a.active {
  background: var(--primary);
  color: var(--white);
  text-decoration: none;
}
.folder-selector__expand {
  width: 16px;
  margin: 0 6px 0 0;
}
.folder-selector__folder {
  width: 16px;
  margin: 0 6px 0 0;
}
.folder-selector__item .folder-selector__item a {
  padding-left: 36px;
}
.folder-selector__item .folder-selector__item .folder-selector__item a {
  padding-left: 72px;
}
.folder-selector__item .folder-selector__item .folder-selector__item .folder-selector__item a {
  padding-left: 108px;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

.site-footer {
  background: var(--primary);
  padding: 8px 0;
  position: relative;
  margin: 10px 0 0;
}
.site-footer p {
  margin: 0;
  color: var(--white);
  font-size: 12px;
}
.site-footer a {
  color: var(--white);
  opacity: 0.8;
  transition: opacity 0.3s;
}
.site-footer a:hover {
  opacity: 1;
}
/* ==========================================================================
   HEADER
   ========================================================================== */

.site-header {
  margin: 0 0 10px;
}
.site-header__secondary {
  background: var(--primary);
  padding: 8px 0;
}
.site-header__secondary__row {
  display: flex;
  justify-content: flex-end;
}
.site-header__secondary a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s;
}
.site-header__secondary a:hover {
  color: var(--primary);
  text-decoration: underline;
}
.site-header__breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0 -12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
}
.site-header__breadcrumb li {
  padding: 0 12px;
  margin: 0;
  font-size: 12px;
}
.site-header__breadcrumb li:not(:first-child) {
  color: var(--primary);
  font-weight: 700;
}
.site-header__primary {
  background: var(--white);
  padding: 8px 0 6px;
  position: relative;
}
.site-header__primary__row {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 260px 1fr;
  grid-template-rows: 1fr 1fr;
}
.site-header__logo {
  grid-row: 1 / span 2;
}
.site-header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
.site-header__nav li {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
}
.site-header__nav li.current-menu-item a {
  color: var(--primary);
}
.site-header__nav li.current-menu-item a:after {
  opacity: 1;
  width: 100%;
  background: var(--primary);
}
.site-header__nav a {
  color: var(--black);
  text-decoration: none;
  position: relative;
}
.site-header__nav a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  content: "";
  height: 3px;
  background: var(--primary);
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.site-header__nav a:hover:after {
  width: 100%;
  opacity: 1;
}
.site-header--compact .site-header__primary__row {
  grid-template-columns: 140px 1fr;
  grid-template-rows: 1fr;
}
.site-header--compact .site-header__logo {
  grid-row: 1;
}
.site-header--compact .site-header__nav {
  display: none;
}
.lightbox-full-screen {
  background: rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.lightbox-full-screen__inner {
  background: var(--white);
  position: relative;
  top: 40px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  position: fixed;
  border-radius: 5px;
  overflow: hidden;
}
.lightbox-full-screen__header {
  background: var(--darkgray);
  text-transform: uppercase;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lightbox-full-screen__header h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: var(--white);
  line-height: 1.65;
}
.lightbox-full-screen__header button {
  outline: none;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--white);
  line-height: 1;
}
.lightbox-full-screen__content {
  overflow-y: auto;
}
/* ==========================================================================
   HEADER
   ========================================================================== */

.nav li:last-child {
  margin: 0;
}
.nav a {
  text-decoration: none !important;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

body.overlay--active {
  overflow: hidden;
}
.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
.overlay--active {
  display: block;
}
.overlay__header {
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.overlay__header h2 {
  margin: 0 !important;
  color: var(--white) !important;
  font-size: 1.5em !important;
  order: 1;
}
.overlay__panel {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--white);
  max-height: 800px;
  top: 50px;
  bottom: 50px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.overlay__close {
  order: 2;
}
.overlay__close button {
  border: none;
  line-height: 1;
  font-size: 28px;
  color: var(--primary);
  background: transparent;
  color: var(--white);
}
.overlay__inner {
  overflow: auto;
  flex: 1;
  padding: 30px;
}
.overlay__inner > ul {
  column-count: 3;
  column-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.overlay__inner li {
  page-break-inside: avoid;
  break-inside: avoid-column;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.overlay__inner li ul {
  margin: 0 0 20px;
}
.overlay__inner li li {
  margin: 0;
  font-size: 0.9em;
  font-weight: normal;
}
.overlay a {
  text-decoration: none;
}
.overlay a:hover {
  text-decoration: underline;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

.list-group-item.active {
  background: var(--primary);
  border-color: var(--primary);
}
/* ==========================================================================
   FOOTER
   ========================================================================== */

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 10px;
  margin: 0;
  border-bottom: 1px solid var(--primary);
}
.content-header h1 {
  margin: 0;
}
.content-header__tools {
  display: flex;
  gap: 20px;
}
.content-header__search {
  position: relative;
}
.content-header__search input[type="search"] {
  border-radius: 5px;
  border: 1px solid var(--primary);
  padding: 5px 40px 5px 8px;
  line-height: 1;
  outline: none;
  width: 220px;
}
.content-header__search__icon {
  position: absolute;
  right: 5px;
  top: 2px;
  color: var(--primary);
}
.content-header__search input[type="search"]::-webkit-search-cancel-button,
.content-header__search input[type="search"]::-webkit-search-decoration,
.content-header__search input[type="search"]::-webkit-search-results-button,
.content-header__search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.content-header__filter {
  display: flex;
  align-items: center;
}
.content-header__filter p {
  margin: 0 5px 0 0;
}
.content-header__view {
  display: flex;
  align-items: center;
}
.content-header__view p {
  margin: 0 5px 0 0;
}
.content-header__view ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  display: flex;
}
.content-header__view li {
  padding: 0 5px;
  margin: 0;
}
.content-header__view li.active button {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.content-header button {
  background: var(--secondary);
  padding: 6px 12px;
  line-height: 1;
  border: none;
  border-radius: 5px;
  color: var(--primary);
  display: flex;
  align-items: center;
  border: 1px solid var(--secondary);
  transition: all 0.3s;
}
.content-header button span {
  padding: 0 0 0 5px;
}
.content-header button:hover {
  border-color: var(--primary);
}
.select-template {
  margin: 0;
  padding: 10px 0;
  /*&__action                               { position: fixed; bottom: 82px; right: 20px; z-index: 10; 
        button                              { background: var(--accent); color: var(--white); font-size: 24px; font-weight: bold; line-height: 1; padding: 12px; outline: none; border: 2px solid var(--white); border-radius: 2px; transition: all 0.3s;
            &:hover                         { background: var(--white); color: var(--accent); border-color: var(--accent); }
        }
    }*/

}
.select-template__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}
.select-template__header__purchase {
  display: flex;
  align-items: center;
}
.select-template__header__purchase button {
  border: 1px solid var(--tertiary);
  padding: 8px 16px;
  line-height: 1;
  border-radius: 5px;
  color: var(--tertiary);
  display: flex;
  align-items: center;
  transition: all 0.3s;
  font-size: 1.4em;
  background: var(--white);
}
.select-template__header__purchase button:hover {
  background: var(--tertiary);
  color: var(--white);
}
.select-template__header h2 {
  margin: 0 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
.select-template__header h2 i {
  margin: 0;
}
.select-template__header__price {
  padding: 0 20px 0 0;
  color: var(--primary);
  font-weight: bold;
  font-size: 1.4em;
}
.select-template__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.select-template__group {
  margin: 0 0 10px;
  padding: 0;
}
.select-template__row {
  display: flex;
  margin: 0 0 0 -5px;
  flex-wrap: wrap;
}
.select-template__item {
  width: 25%;
  padding: 0 10px 20px;
}
.select-template__panel {
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 16px;
  height: 100%;
  display: flex;
  gap: 10px;
  background: var(--white);
  transition: all 0.3s;
  cursor: pointer;
}
.select-template__panel:hover {
  background: var(--lightgray2);
}
.select-template__panel:hover .select-template__button {
  background: var(--tertiary);
  color: var(--white);
}
.select-template h3 {
  font-size: 1rem;
  color: var(--black);
  font-weight: normal;
  margin: 0;
  flex: 1;
}
.select-template__purchase {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--primary);
}
.select-template__purchase button {
  border: 1px solid var(--tertiary);
  padding: 6px 12px;
  line-height: 1;
  border-radius: 5px;
  color: var(--tertiary);
  display: flex;
  align-items: center;
  transition: all 0.3s;
  background: var(--white);
}
.select-template__purchase button:hover {
  background: var(--tertiary);
  color: var(--white);
}
.select-template__purchase .select-template__button {
  border: 1px solid var(--tertiary);
  padding: 6px 12px;
  line-height: 1;
  border-radius: 5px;
  color: var(--tertiary);
  display: flex;
  align-items: center;
  transition: all 0.3s;
  background: var(--white);
}
.select-template--grid .select-template__sub-group {
  padding-left: 2px;
}
.select-template--list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select-template--list li {
  background: var(--white);
  padding: 6px 10px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.select-template--list li:hover {
  background: var(--lightgray2);
}
.select-template .tab-pane:not(.show) {
  display: none !important;
}
.select-template__sub-group {
  padding-left: 22px;
  padding-right: 10px;
}
.select-template__sub-group--indent {
  padding-left: 32px;
}
.select-template__sub-group > h3 {
  font-size: 14px;
  padding: 0 10px 10px 0;
  font-weight: bold;
}
.select-template__sub-group--checkbox li {
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.select-template__sub-group--checkbox li:hover {
  background: var(--lightgray2);
}
.select-template__sub-group--checkbox .checkbox-container {
  padding: 6px 10px;
}
.select-template__action {
  padding: 20px 0 0;
  display: flex;
  justify-content: flex-end;
}
.folder-selector a {
  width: 100%;
  display: flex;
}
.folder-selector__expand {
  width: 16px;
  margin: 0 10px 0 0;
}
.folder-selector__folder {
  width: 16px;
  margin: 0 10px 0 0;
}
.folder-selector .list-group-item {
  padding: 0 20px 0 20px;
  cursor: pointer;
}
.folder-selector .list-group-item .list-group-item {
  border: none;
}
.folder-selector .list-group-item a {
  padding: 10px 10px 10px 0;
}
.folder-selector .list-group:last-child {
  margin-bottom: 20px;
}
