﻿/*@font-family: 'Palatino Linotype';
*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
form,
label,
input,
textarea,
button,
select {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
a {
  -webkit-transition-duration: 0.5s;
  /* Safari */
  transition-duration: 0.5s;
  text-decoration: none;
  outline: none;
  user-select: none;
  color: var(--text-color);
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #104FCC;
}
a.disabled {
  pointer-events: none;
  cursor: vertical-text;
}
a:focus {
  text-decoration: none;
  outline: none;
}
img,
picture,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}
button {
  cursor: pointer;
  border: none;
  box-shadow: none;
  background-color: transparent;
  line-height: 0;
  user-select: none;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none;
  background: none;
}
@media (prefers-color-scheme: light) {
  :root {
    --background-color: #FFFFFF;
    --hero-background-color: #E5E6E7;
    --text-color: #000000;
    --muted-text-color: #080614;
    --border-color: #D1D9E0;
    --skeleton-shimmer-color: #FFFFFF;
    --skeleton-background-color: #E9E9E8;
    --loading-background-color: rgba(255, 255, 255, 0.5);
    --date-text-color: #4B4A4A;
    /* --alternate-background-color: @white-color;
       
        --loading-background-color: rgba(255,255,255,0.5);
        --skeleton-shimmer: #FFFFFF;
        --contrast-background-color: @black-color;
        --contrast-text-color: @white-color;
        --button-background-color: #F6F8FA;
        --button-hover-color: #EFF2F5;
        --button-border-color: #D1D9E0;
        --logo-background-color: #F6F8FA;
        --text-color: @black-color;
        --font-weight: normal;
        --hover-color: lighten(@black-color, 30%);
        --modal-background-color: rgba(0, 0, 0, 0.08);
        --side-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
        --left-pane-background: #FAFAFA;
        --left-pane-background: @white-color;
        --page-header-background: #f8f9fa;
        --page-header-color: #000022;
        --nav-hover-color: #f2f2f2;
        --button-transparent-color: rgba(0,0,0,0.9);
        --button-transparent-hover-color: rgba(0,0,0,0.5);
        --index-h1-text: rgba(0, 0, 0, 0.8);*/
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    --background-color: #100D1F;
    --hero-background-color: #080614;
    --text-color: #FFFFFF;
    --muted-text-color: #E5E6E7;
    --border-color: #625F72;
    --skeleton-shimmer-color: #1A172A;
    --skeleton-background-color: #080614;
    --loading-background-color: rgba(16, 13, 31, 0.5);
    --date-text-color: #AAA7B4;
    /*   --alternate-background-color: #2B2A33;
        
        --contrast-background-color: @white-color;
        --contrast-text-color: @black-color;
        --button-background-color: #151B23;
        --button-hover-color: #3D444D;
        --button-border-color: #252C34;
        --alt-background-color: #1E1D24;
        --logo-background-color: #2F2A6B;
        --text-color: @white-color;
        --font-weight: 500;
        --hover-color: darken(@white-color, 30%);
        --modal-background-color: rgba(255, 255, 255, 0.08);
        --contrast-background-text: rgba(252,252,252,0.95);
        --side-shadow: 0 .5em 1em -.125em rgba(255,255,255,.1),0 0 0 1px rgba(255,255,255,.02);
        --left-pane-background: #000022;
        --page-header-background: #000022;
        --page-header-color: @white-color;
        --nav-hover-color: #2B2A33;
        --button-transparent-color: rgba(255,255,255,0.9);
        --button-transparent-hover-color: rgba(255,255,255,0.5);
        --index-h1-text: rgba(255, 255, 255, 0.8);*/
  }
}
html,
body {
  font-family: -apple-system, Nunito, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  height: auto;
  word-wrap: break-word;
  width: 100%;
  color: var(--text-color);
  background-color: var(--background-color);
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 18px;
  line-height: 28px;
  /*letter-spacing: 2.25px;*/
}
main {
  width: 100%;
  height: auto;
}
main.main-layout {
  min-height: calc(100lvh - 100px);
}
h1.logo svg {
  width: auto;
  display: block;
  margin: 0 auto;
  fill: var(--text-color);
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.2));
}
@media only screen and (max-width : 990.98px) {
  h1.logo svg {
    height: 30px;
  }
}
@media only screen and (min-width : 991px) {
  h1.logo svg {
    height: 30px;
  }
}
.at:before {
  font-weight: normal;
  color: var(--text-color);
  content: "\0040";
}
span.divider {
  margin: 0 8px;
  font-weight: 600;
}
span.divider:before {
  font-weight: normal;
  color: var(--text-color);
  content: "|";
}
.progress-container {
  display: flex;
  justify-content: center;
}
.progress-bar {
  width: 100.8px;
  height: 16.8px;
  background: linear-gradient(#FE0000 0 0) left / 0% 100% no-repeat #F1F1F1;
  animation: progress-jgv380 2s infinite linear;
}
@keyframes progress-jgv380 {
  100% {
    background-size: 100% 100%;
  }
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  color: var(--text-color);
  background-color: var(--background-color);
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}
#quick-info {
  position: fixed;
  width: auto;
  margin: 0 auto;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 4px;
  border: 2px solid var(--background-color);
  color: #FFFFFF;
  padding: 8px 16px;
}
#quick-info.danger {
  background-color: #F8D7DA;
}
#quick-info.warning {
  background-color: #FFF3CD;
}
#quick-info.success {
  background-color: #D4EDD9;
}
#quick-info:before {
  content: ">";
  margin-right: 10px;
  color: #FFFFFF;
  font-size: 14px;
}
.double-links {
  width: 100%;
  display: flex;
  column-gap: 20px;
}
a.btn-transparent,
button.btn-transparent,
a.btn-blue,
button.btn-blue {
  height: 40px;
  width: auto;
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
  border-radius: 6px;
  transition: transform 0.2s;
}
a.btn-transparent,
button.btn-transparent {
  border: 1px solid #104FCC;
  color: #104FCC;
  background: transparent;
}
a.btn-transparent:hover,
button.btn-transparent:hover {
  color: #000000;
}
a.btn-transparent:hover svg path,
button.btn-transparent:hover svg path {
  stroke: #000000;
}
a.btn-transparent:hover svg line,
button.btn-transparent:hover svg line {
  stroke: #000000;
}
a.btn-blue,
button.btn-blue {
  background-color: #104FCC;
  color: #FFFFFF;
  font-weight: 600;
}
a.btn-blue:hover,
button.btn-blue:hover {
  background-color: #5781D5;
}
svg .linkedin {
  fill: var(--contrast-color);
}
svg.twitter .black,
svg.facebook .black {
  fill: var(--contrast-color);
}
svg.twitter .white,
svg.facebook .white {
  fill: var(--background-color);
}
svg.stroked path,
svg.stroked circle,
svg.stroked rect,
svg.stroked line,
svg.stroked polyline,
svg.stroked polygon {
  fill: none;
  stroke: var(--text-color);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
svg.filled path,
svg.filled circle,
svg.filled rect,
svg.filled line,
svg.filled polyline,
svg.filled polygon {
  fill: var(--text-color);
  stroke-width: 2px;
}
span.divider {
  margin: 0 5px;
  color: var(--border-color);
  position: relative;
}
span.divider:before {
  content: "|";
  position: absolute;
}
.no-image {
  width: 250px;
  height: 250px;
  background-color: #FAFAFA;
  position: relative;
}
.no-image.small {
  border-radius: 8px;
}
.no-image.large {
  border-radius: 8px;
}
.no-image span {
  position: absolute;
  bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: smaller;
}
.no-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.no-image svg stroke,
.no-image svg circle {
  color: var(--text-color);
}
@keyframes ripple {
  0% {
    background-color: transparent;
  }
  30% {
    background-color: var(--cell-color);
  }
  60% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
.skeleton {
  background-color: var(--skeleton-background-color);
  position: relative;
  overflow: hidden;
}
.skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, var(--skeleton-shimmer-color) 40%, var(--skeleton-shimmer-color) 60%, transparent 100%);
  background-size: 200% 100%;
  /* wide enough for smooth sweep */
  animation: shimmer 0.5s infinite ease-in-out;
}
h1.skeleton,
h2.skeleton,
h3.skeleton,
h4.skeleton,
h5.skeleton,
h6.skeleton,
p.skeleton {
  height: 50px;
  border: 0;
  margin-bottom: 10px;
}
div.skeleton {
  height: 200px;
  margin-bottom: 10px;
  border: 0;
}
form.skeleton {
  height: 200px;
}
@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
#scroll-sentinel {
  height: 1px;
}
.end-of-file {
  text-align: center;
  color: #F8D7DA;
  margin-top: 30px;
  font-style: italic;
}
.time-loader {
  --c1: #673b14;
  --c2: #f8b13b;
  width: 25px;
  height: 50px;
  border-top: 4px solid var(--c1);
  border-bottom: 4px solid var(--c1);
  background: linear-gradient(90deg, var(--c1) 2px, var(--c2) 0 5px, var(--c1) 0) 50%/7px 8px no-repeat;
  display: grid;
  overflow: hidden;
  animation: l5-0 2s infinite linear;
}
.time-loader::before,
.time-loader::after {
  content: "";
  grid-area: 1/1;
  width: 75%;
  height: calc(50% - 4px);
  margin: 0 auto;
  border: 2px solid var(--c1);
  border-top: 0;
  box-sizing: content-box;
  border-radius: 0 0 40% 40%;
  -webkit-mask: linear-gradient(#000 0 0) bottom / 4px 2px no-repeat, linear-gradient(#000 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  background: linear-gradient(var(--d, 0deg), var(--c2) 50%, #0000 0) bottom / 100% 205%, linear-gradient(var(--c2) 0 0) center / 0 100%;
  background-repeat: no-repeat;
  animation: inherit;
  animation-name: l5-1;
}
.time-loader::after {
  transform-origin: 50% calc(100% + 2px);
  transform: scaleY(-1);
  --s: 3px;
  --d: 180deg;
}
@keyframes l5-0 {
  80% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0.5turn);
  }
}
@keyframes l5-1 {
  10%,
  70% {
    background-size: 100% 205%, var(--s, 0) 100%;
  }
  70%,
  100% {
    background-position: top, center;
  }
}
.loader {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D4EDD9;
  box-shadow: 24px 0 #FFF3CD, -24px 0 #F8D7DA;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}
@keyframes flash {
  0% {
    background-color: green;
    box-shadow: 24px 0 yellow, -24px 0 red;
  }
  50% {
    background-color: yellow;
    box-shadow: 24px 0 red, -24px 0 green;
  }
  100% {
    background-color: red;
    box-shadow: 24px 0 green, -24px 0 yellow;
  }
}
/*#region MODALS */
/* --- Keyframes --- */
@keyframes slide-in {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --- Modal Container --- */
#modal {
  position: fixed;
  width: 100%;
  height: 100lvh;
  z-index: 1002;
  overflow: hidden;
  display: none;
  /* hidden by default */
  /* Overlay background */
  /* Inner modal container */
  /* Modal contents */
  /* Custom Spinner */
}
#modal.open {
  display: block;
  /* only visible when open */
}
#modal .close-modal-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1000;
  background-color: var(--modal-background-color);
  pointer-events: auto;
}
#modal .close-modal-wrapper.active {
  animation: fade-in 0.3s forwards;
  pointer-events: auto;
}
#modal .close-modal-wrapper:not(.active) {
  animation: fade-out 0.3s forwards;
  pointer-events: none;
  /* click-through when overlay is inactive */
}
#modal .inner-modal {
  height: 100%;
  position: absolute;
  right: 0;
  margin: 0 auto;
  z-index: 1002;
  transition: all 0.9s ease;
}
@media only screen and (max-width : 990.98px) {
  #modal .inner-modal {
    width: 100%;
    max-width: 500px;
  }
}
@media only screen and (min-width : 991px) {
  #modal .inner-modal {
    width: 500px;
    max-width: 100%;
  }
  #modal .inner-modal.expand {
    width: 100%;
  }
}
#modal .modal-contents {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  /* Top modal (active) */
  /* Background modals (stacked underneath) */
  /* Animations */
  /* Header */
  /* Body */
}
#modal .modal-contents.top {
  /*  transform: scale(1);*/
  /*  filter: none;*/
  /*  opacity: 1;*/
  z-index: 1005;
}
#modal .modal-contents.background {
  /*transform: scale(0.95);*/
  /* slightly smaller */
  /*filter: blur(2px);*/
  /* subtle blur */
  /* opacity: 0.7; */
  /* dimmed */
  z-index: 1000;
  /* lower than top */
}
#modal .modal-contents.enter {
  animation: slide-in 0.9s forwards;
}
#modal .modal-contents.leave {
  animation: slide-out 0.9s forwards;
}
#modal .modal-contents .modal-header {
  height: 50px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2003;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--background-color);
}
#modal .modal-contents .modal-header .inner-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 750px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  height: 100%;
}
#modal .modal-contents .modal-header button.close {
  font-family: -apple-system, Nunito, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  display: flex;
  align-items: center;
  height: 100%;
  color: var(--text-color);
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
#modal .modal-contents .modal-header button.close span {
  margin-left: 5px;
}
#modal .modal-contents .modal-header button.close:hover {
  border-bottom-color: var(--border-color);
}
#modal .modal-contents .modal-header .modal-header-menu {
  display: flex;
  height: 100%;
}
#modal .modal-contents .modal-header .modal-header-menu button {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  border-bottom: 2px solid transparent;
}
@media only screen and (max-width : 990.98px) {
  #modal .modal-contents .modal-header .modal-header-menu button.maximize,
  #modal .modal-contents .modal-header .modal-header-menu button.minimize {
    display: none;
  }
}
#modal .modal-contents .modal-header .modal-header-menu button:hover {
  border-bottom-color: var(--border-color);
}
#modal .modal-contents .modal-body {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}
#modal .modal-contents .inner-modal-body {
  height: calc(100lvh - 50px);
  width: 750px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  padding: 20px 10px 120px 10px;
  scrollbar-color: #888888;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /*& nav {
                height: auto;
                width: 100%;

                & ul {

                    & li {
                        height: auto;

                        & button,
                        & a {
                            display: inline-block;
                            font-weight: 400;
                            padding: 12px 0;
                            color: var(--text-color);
                            text-transform: uppercase;
                            text-transform: capitalize;
                            font-size: 1.4rem;
                            line-height: 1.4rem;

                            &:hover {
                                color: @form-text-color;
                            }
                        }
                    }
                }

                & hr {
                    width: 40px;
                    height: 3px;
                    background-color: var(--text-color);
                    border: none;
                }

                & .search {
                    height: 40px;
                    width: auto;
                    display: flex;
                    align-items: center;
                    padding: 0 1.5rem;
                    border-radius: 8px;
                    border: 1px solid @link-color;
                    color: @link-color;
                    background: transparent;
                    margin-bottom: 1.5rem;

                    & span {
                        text-align: center;
                        color: var(--text-color);
                        padding: 0 12px;
                        color: @link-color;
                    }

                    & svg {

                        & path {
                            fill: none;
                            stroke: @link-color;
                            stroke-miterlimit: 10;
                            stroke-width: 48px
                        }

                        & line {
                            fill: none;
                            stroke: @link-color;
                            stroke-linecap: round;
                            stroke-miterlimit: 10;
                            stroke-width: 48px
                        }
                    }
                }

                & .link {
                    color: @white-color;
                    font-weight: 500;
                    height: 40px;
                    width: auto;
                    display: flex;
                    align-items: center;
                    padding: 0 1.5rem;
                    border-radius: 8px;
                    transition: background 0.3s;
                    background-color: @link-color;

                    &:hover {
                        background: #f3f4f6;
                    }
                }
            }*/
}
#modal .modal-contents .inner-modal-body::-webkit-scrollbar {
  width: 10px;
}
#modal .modal-contents .inner-modal-body::-webkit-scrollbar-track {
  background-color: transparent;
}
#modal .modal-contents .inner-modal-body::-webkit-scrollbar-thumb {
  background-color: #888888;
  border-radius: 25px;
}
#modal .modal-contents .inner-modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #646464;
}
#modal .modal-contents .inner-modal-body::-webkit-scrollbar-thumb:active {
  background-color: #444444;
}
#modal .modal-contents .inner-modal-body nav {
  height: auto;
  width: 100%;
}
#modal .modal-contents .inner-modal-body nav ul:first-child a {
  display: inline-block;
  color: var(--text-color);
  font-weight: 500;
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.6rem;
  padding: 12px 0;
}
#modal .modal-contents .inner-modal-body nav ul:first-child a:hover {
  color: #104FCC;
}
#modal .modal-contents .inner-modal-body nav ul:last-child .search {
  width: 200px;
  margin-top: 20px;
  justify-content: center;
}
#modal .modal-contents .inner-modal-body nav ul:last-child .search span {
  text-align: center;
  padding: 0 12px;
}
#modal .modal-contents .inner-modal-body nav ul:last-child .search svg path {
  fill: none;
  stroke: #104FCC;
  stroke-miterlimit: 10;
  stroke-width: 48px;
}
#modal .modal-contents .inner-modal-body nav ul:last-child .search svg line {
  fill: none;
  stroke: #104FCC;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 48px;
}
#modal .modal-contents .inner-modal-body nav ul:last-child .search:hover svg path {
  stroke: var(--text-color);
}
#modal .modal-contents .inner-modal-body nav ul:last-child .search:hover svg line {
  stroke: var(--text-color);
}
#modal .modal-contents .inner-modal-body nav ul:last-child .link {
  width: 200px;
  justify-content: center;
  margin-top: 20px;
}
#modal .modal-contents .inner-modal-body nav ul hr {
  width: 25px;
  height: 2px;
  background-color: #104FCC;
  border: none;
  margin-top: 2px;
}
#modal .sync-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  padding: 2rem;
  text-align: center;
}
#modal .sync-visual {
  margin-bottom: 1.5rem;
}
#modal .spinner-large {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid var(--primary-color, #007bff);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
#modal .sync-message {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-main);
}
#modal .sync-attempt {
  color: var(--text-muted);
  font-size: 0.9rem;
}
#modal .badge {
  background: var(--bg-secondary);
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: bold;
}
/*#endregion */
header.main-layout {
  height: 100px;
  background-color: var(--background-color);
  box-shadow: var(--background-color) 0px 0px 15px 20px;
  /*border-bottom: 2px solid @link-color;*/
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
}
header.main-layout .header-container {
  width: 990px;
  height: 100%;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*  background-color: var(--background-color);
        box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 10px -2px, rgba(0, 0, 0, 0.02) 0px 2px 4px 0px;
        border-radius: 12px;*/
}
header.main-layout .header-container h1.logo {
  margin-right: 20px;
}
header.main-layout .header-container nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
@media only screen and (max-width : 990.98px) {
  header.main-layout .header-container nav {
    display: none !important;
  }
}
header.main-layout .header-container nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap: 1rem;
}
header.main-layout .header-container nav ul:first-child a {
  color: var(--text-color);
  font-weight: 500;
  transition: color 0.3s;
  text-transform: uppercase;
  /*font-family: 'Global Monospace';*/
  font-size: 0.85rem;
}
header.main-layout .header-container nav ul:first-child a:hover {
  color: #104FCC;
}
header.main-layout .header-container nav ul:last-child .search span {
  text-align: center;
  padding: 0 12px;
}
header.main-layout .header-container nav ul:last-child .search svg path {
  fill: none;
  stroke: #104FCC;
  stroke-miterlimit: 10;
  stroke-width: 48px;
}
header.main-layout .header-container nav ul:last-child .search svg line {
  fill: none;
  stroke: #104FCC;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 48px;
}
header.main-layout .header-container nav ul:last-child .search:hover svg path {
  stroke: var(--text-color);
}
header.main-layout .header-container nav ul:last-child .search:hover svg line {
  stroke: var(--text-color);
}
header.main-layout .header-container nav ul hr {
  width: 25px;
  height: 2px;
  background-color: #104FCC;
  border: none;
  margin-top: 2px;
}
header.main-layout .header-container .hamburger {
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 60px;
}
@media only screen and (min-width : 991px) {
  header.main-layout .header-container .hamburger {
    display: none !important;
  }
}
header.main-layout .header-container .hamburger div {
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  /*background-color: @link-color;*/
  margin: 3px 0;
  transition: 0.4s;
}
header.main-layout .header-container .hamburger div:first-child {
  margin-top: 0;
}
header.form-layout {
  height: 100px;
  background-color: var(--background-color);
  border-bottom: 2px solid var(--border-color);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  /*& .header-container {
        width: @max-width;
        height: 100%;
        max-width: calc(100% - 20px);
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;

        & a.close-form {
            font-size: 1.2rem;
            color: var(--text-color);
            position: absolute;
            left: 10px;
            top: 10px;

            &:hover {
                color: @link-color;
            }
        }
    }*/
}
main.form-layout {
  border-top: 2px solid #104FCC;
  width: 100%;
  height: auto;
  min-height: 100lvh;
  display: flex;
  justify-content: center;
  position: relative;
  /* margin-top: 100px;*/
}
main.form-layout a.close-form {
  font-size: 0.9rem;
  color: var(--text-color);
  position: absolute;
  left: 10px;
  top: 10px;
}
main.form-layout a.close-form:hover {
  color: #104FCC;
}
main.form-layout a.close-form:hover svg.stroked path,
main.form-layout a.close-form:hover svg.stroked circle,
main.form-layout a.close-form:hover svg.stroked rect,
main.form-layout a.close-form:hover svg.stroked line,
main.form-layout a.close-form:hover svg.stroked polyline,
main.form-layout a.close-form:hover svg.stroked polygon {
  stroke: #104FCC;
}
.form-container {
  width: 500px;
  padding-top: 30px;
  max-width: calc(100% - 20px);
  position: relative;
  height: auto;
  min-height: 100%;
}
.form-container h1 {
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  /*padding-bottom: 0.5rem;*/
  /*border-bottom: 1px solid var(--border-color);*/
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.3px;
  text-align: center;
}
.form-container h1 span {
  font-size: smaller;
}
.form-container h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.form-container form {
  height: auto;
  width: 100%;
}
.form-container::placeholder {
  color: var(--muted-text-color);
  opacity: 1;
  letter-spacing: 2.25px;
  font-size: 0.9rem;
  line-height: 1rem;
}
.form-container .form-heading {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form-container .validation-message {
  color: red;
  font-size: 14px;
  padding: 5px 0;
}
.form-container fieldset {
  width: 100%;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
  background-color: var(--background-color) !important;
}
.form-container fieldset.password-box {
  position: relative;
}
.form-container fieldset.password-box #show-password {
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 100;
}
.form-container fieldset.password-box #show-password:hover:before {
  color: var(--hover-color);
}
.form-container fieldset.password-box input.form-field {
  padding-right: 30px;
}
.form-container input.form-field,
.form-container textarea.form-field {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  border: 0;
  color: var(--muted-text-color);
  opacity: 1;
  z-index: 1;
  padding: 15px 0;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-color: var(--background-color) !important;
}
.form-container input.form-field:-webkit-autofill,
.form-container textarea.form-field:-webkit-autofill,
.form-container input.form-field:-webkit-autofill:hover,
.form-container textarea.form-field:-webkit-autofill:hover,
.form-container input.form-field:-webkit-autofill:focus,
.form-container textarea.form-field:-webkit-autofill:focus,
.form-container input.form-field:-webkit-autofill:active,
.form-container textarea.form-field:-webkit-autofill:active {
  -webkit-transition-delay: 5000s;
  -webkit-transition: color 5000s ease-out, background-color 5000s ease-out;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--muted-text-color) !important;
  background-color: var(--background-color);
}
.form-container input.form-field:disabled,
.form-container textarea.form-field:disabled {
  background-color: var(--background-color) !important;
  cursor: text;
  color: var(--muted-text-color);
}
.form-container input.form-field:focus,
.form-container textarea.form-field:focus,
.form-container input.form-field:active,
.form-container textarea.form-field:active {
  background-color: var(--background-color) !important;
  outline: none !important;
  color: var(--muted-text-color);
}
.form-container textarea {
  height: 150px;
}
.form-container .otp-input-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px 0;
  /*& input.form-field {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            border: 1px solid var(--border-color);
        }*/
}
.form-container .otp-input-group input.otp-box {
  width: calc((100% - 50px) / 6);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid var(--border-color);
  border-radius: 8px;
}
.form-container .otp-input-group input.otp-box:focus {
  border-color: #D4EDD9;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
}
.form-container select.form-field {
  width: 100%;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  color: var(--muted-text-color);
  opacity: 1;
  font-family: -apple-system, Nunito, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  padding: 15px 0;
  font-size: 18px;
  line-height: 28px;
  background-color: var(--background-color) !important;
}
.form-container select.form-field option:first-child {
  color: #777777;
}
.form-container select.form-field:-webkit-autofill,
.form-container select.form-field:-webkit-autofill:hover,
.form-container select.form-field:-webkit-autofill:focus,
.form-container select.form-field:-webkit-autofill:active {
  -webkit-transition-delay: 5000s;
  -webkit-transition: color 5000s ease-out, background-color 5000s ease-out;
  transition: background-color 5000s ease-in-out 0s;
  color: var(--muted-text-color) !important;
  background-color: var(--background-color);
}
.form-container select.form-field:disabled {
  background-color: var(--background-color) !important;
  cursor: text;
}
.form-container select.form-field:focus,
.form-container select.form-field:active {
  background-color: var(--background-color) !important;
  outline: none !important;
}
.form-container label {
  color: var(--muted-text-color);
  opacity: 1;
  letter-spacing: 2.25px;
  z-index: 1;
}
.form-container .button-holder {
  position: relative;
  width: auto;
  height: auto;
}
.form-container .button-holder button.cancel {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  background-color: #FFFFFF;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.form-container .button-holder button.cancel:hover {
  background-color: #E5E6E7;
}
.form-container button.btn-blue {
  margin-top: 20px;
  width: 100%;
  justify-content: center;
  z-index: 1;
}
.form-container button.btn-blue.active {
  pointer-events: none;
  background-color: #5781D5;
}
.form-container .ticks {
  padding: 15px 0;
}
.form-container .ticks input {
  accent-color: #ff6347;
}
.form-container .ticks label {
  margin-left: 5px;
  margin-right: 25px;
}
.form-container .ticks label:last-child {
  margin-right: 0;
}
.form-container .form-options {
  margin: 25px 0;
  text-align: center;
}
.form-container .form-options button {
  height: 30px;
}
.form-container .form-options a,
.form-container .form-options button {
  /*border-bottom: 1px dotted var(--text-color);*/
  color: #104FCC;
}
.form-container .form-options a:first-child,
.form-container .form-options button:first-child {
  margin-right: 15px;
}
.form-container .form-options a:hover,
.form-container .form-options button:hover {
  color: #5781D5;
}
/*#region FORM Editor */
.photo-preview {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.photo-preview .wrapper {
  width: 250px;
  height: 250px;
  border-radius: 8px;
  background-color: var(--loading-background-color);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.photo-preview label {
  cursor: pointer;
  display: block;
}
.photo-preview label.small {
  width: 250px;
  height: 250px;
  position: relative;
  background-color: var(--hero-background-color);
  border-radius: 8px;
}
.photo-preview label.small.skeleton {
  border: none;
}
.photo-preview label.small img {
  border-radius: 8px;
}
.photo-preview label.large {
  width: 100%;
  height: auto;
  min-height: 250px;
}
.photo-preview label.large img {
  border-radius: 8px;
}
.photo-preview label input[type="file"] {
  display: none;
}
.photo-preview label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
}
.photo-preview label:hover .no-image {
  font-size: smaller;
}
.photo-preview label:hover .no-image:before {
  color: rgba(0, 0, 0, 0.5);
}
.photo-preview label .placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.photo-preview label .placeholder .placeholder-text {
  color: var(--muted-text-color);
  margin-top: 20px;
}
.photo-preview label .placeholder svg path {
  fill: var(--muted-text-color);
}
.photo-preview label .placeholder svg circle {
  fill: var(--muted-text-color);
}
.photo-preview .small-button-holder {
  height: 40px;
  display: flex;
  justify-content: space-around;
}
.photo-preview .small-button-holder button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 500;
  background-color: #104FCC;
  color: #FFFFFF;
  border-radius: 4px;
}
.photo-preview .small-button-holder button:first-child {
  margin-right: 10px;
}
.photo-preview .small-button-holder button:hover {
  background-color: #5781D5;
}
.upload-document {
  width: 100%;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
}
.upload-document label {
  width: auto;
  cursor: pointer;
}
.upload-document label span {
  padding-left: 10px;
  font-size: 0.9rem;
  color: var(--muted-text-color);
}
.upload-document label svg {
  fill: #EA1809;
}
.upload-document label:hover {
  color: #104FCC;
}
.upload-document label:hover svg {
  fill: #104FCC;
}
.upload-document label input[type="file"] {
  display: none;
}
.form-editor {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 50px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
}
.form-editor .ql-editor.ql-blank::before {
  font-size: 16px;
  font-style: normal;
  color: #777777;
}
.form-editor .ql-bubble .ql-tooltip {
  z-index: 4000;
  left: unset !important;
  width: 100% !important;
  text-align: center;
  background-color: #000000;
  border-radius: 6px;
}
.form-editor .ql-bubble .ql-tooltip button {
  height: 100%;
  width: 30px;
  color: #5781D5;
  font-weight: 600;
}
.form-editor .ql-bubble .ql-tooltip .ql-tooltip-arrow {
  display: none;
}
.form-editor .ql-editor {
  padding: 0;
  height: auto;
  min-height: 300px;
}
.form-editor .ql-editor * {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  /* 16px�20px */
}
.form-editor .ql-editor h1,
.form-editor .ql-editor h2,
.form-editor .ql-editor h3,
.form-editor .ql-editor h4,
.form-editor .ql-editor h5,
.form-editor .ql-editor h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}
.form-editor .ql-editor b,
.form-editor .ql-editor strong {
  font-weight: 600;
}
.form-editor .ql-editor i,
.form-editor .ql-editor em {
  font-style: italic;
}
.form-editor .ql-editor li {
  list-style-type: unset;
  padding-left: 0;
}
.form-editor .ql-editor ol {
  list-style: decimal;
}
.form-editor .ql-editor ul {
  list-style: square;
}
.form-editor .ql-container.ql-snow {
  border: none;
}
.form-editor data-placeholder {
  font-style: normal;
}
.form-editor .ql-editor.ql-blank::before {
  color: #000000;
  left: 0;
  right: 0;
  font-size: 18px;
  line-height: 28px;
}
/*#region PROFILE PAGE */
.user-details-container {
  height: auto;
  /* width: 500px;*/
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.user-details-container .user-profile-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.user-details-container .user-profile-image .image-holder {
  width: 250px;
  height: 250px;
  position: relative;
  border-radius: 8px;
}
.user-details-container .user-profile-image .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  z-index: 2;
}
.user-details-container .user-profile-image .image-holder .placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.user-details-container .user-profile-image .image-holder .placeholder .placeholder-text {
  color: #777777;
}
.user-details-container .user-profile-image .image-holder .placeholder svg path {
  fill: #777777;
}
.user-details-container .user-profile-image .image-holder .placeholder svg circle {
  fill: #777777;
}
.user-details-container .user-profile-text {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  text-align: center;
}
.user-details-container .user-profile-text h1 {
  font-size: 1.6rem;
  letter-spacing: 0.3px;
}
.user-details-container .user-profile-text h2 {
  color: var(--muted-text-color);
  font-weight: 600;
  margin: 10px 0;
}
.user-details-container .user-profile-text h3 {
  letter-spacing: 0.3px;
}
.user-details-container .user-profile-bio {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.user-details-container .user-profile-link {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.user-details-container .user-profile-stats {
  font-size: 15px;
  line-height: 25.6px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.user-details-container .user-profile-stats p {
  margin-right: 20px;
}
.user-details-container .user-profile-stats p.skeleton {
  width: 30%;
  margin-right: 10px;
  height: 35px;
}
.user-details-container .user-profile-stats p span {
  font-weight: 600;
}
.user-details-container .user-profile-stats p:last-child {
  margin-right: 0;
}
.user-details-container .user-profile-contacts {
  margin-bottom: 20px;
}
.user-details-container .user-profile-contacts .contact-item {
  border: 1px solid var(--border-color);
  border-radius: 6px;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-header p {
  font-weight: 600;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-header p.facebook {
  color: #1877F2;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-header p.twitter {
  color: #1DA1F2;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-header p.linkedin {
  color: #0A66C2;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-header p.email {
  color: #EF4444;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-header svg {
  width: 24px;
  height: 24px;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-header button:hover svg path {
  color: #104FCC;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-header button:hover svg line {
  color: #104FCC;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-definition {
  -ms-word-break: break-all;
  word-break: break-all;
}
.user-details-container .user-profile-contacts .contact-item .contact-item-definition .not-available {
  font-style: italic;
}
.user-details-container .user-profile-mode {
  width: 100%;
  border-radius: 4px;
  padding: 6px;
  text-align: center;
  font-size: smaller;
  margin-bottom: 10px;
  color: #000000;
}
.user-details-container .user-profile-mode.enabled {
  background-color: #D4EDD9;
}
.user-details-container .user-profile-mode.disabled {
  background-color: #FFF3CD;
}
/*#endregion */
.exceptions-container {
  width: 100%;
  height: auto;
  min-height: 100lvh;
}
@media only screen and (min-width: 769px) and (max-width: 990.98px) {
  .exceptions-container {
    padding: 30px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1299.98px) {
  .exceptions-container {
    padding: 30px;
  }
}
@media only screen and (min-width: 1300px) {
  .exceptions-container {
    padding: 30px;
  }
}
.inner-exceptions-container {
  margin: 0 auto;
  padding: 50px 20px;
}
@media only screen and (max-width : 619.98px) {
  .inner-exceptions-container {
    height: auto;
    width: calc(100% - 20px);
  }
}
@media only screen and (min-width: 620px) and (max-width: 768.98px) {
  .inner-exceptions-container {
    width: 650px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 990.98px) {
  .inner-exceptions-container {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    width: 650px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1299.98px) {
  .inner-exceptions-container {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    width: 650px;
  }
}
@media only screen and (min-width: 1300px) {
  .inner-exceptions-container {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    width: 650px;
  }
}
.inner-exceptions-container .logo {
  margin-bottom: 30px;
  height: auto;
  justify-content: center;
}
.exceptions {
  position: relative;
  width: 100%;
}
.exceptions > h1 {
  font-family: Utopia Std, Georgia, serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.exceptions h2 {
  margin-bottom: 10px;
}
.exceptions p {
  margin-bottom: 5px;
}
.exceptions ul {
  list-style: square;
  list-style-position: outside;
}
.exceptions ul li {
  font-size: 14px;
  letter-spacing: 1.59953px;
}
.exceptions ul li .logo-text {
  font-size: larger;
}
.filtered-container {
  margin: 0 auto;
  /*  display: flex;
    justify-content: space-between;*/
  position: relative;
  /* align-items: stretch;*/
}
@media only screen and (max-width : 990.98px) {
  .filtered-container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width : 990.98px) {
  .filtered-container {
    width: 600px;
    max-width: calc(100% - 20px);
    padding: 30px 0;
  }
}
@media only screen and (min-width : 991px) {
  .filtered-container {
    width: 990px;
    padding: 50px 0;
  }
}
.filtered-container .filtered-heading {
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.filtered-container .filtered-heading h1 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  margin-right: 20px;
}
.filtered-container .filtered-heading button {
  font-weight: 600;
  font-size: smaller;
  color: var(--text-color);
}
@media only screen and (min-width : 991px) {
  .filtered-container .filtered-heading button {
    display: none !important;
  }
}
.filtered-container .filtered-heading button:hover {
  color: #104FCC;
}
.filtered-container .filtered-body {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
}
@media only screen and (max-width : 990.98px) {
  .filtered-container .filtered-body {
    flex-direction: column-reverse;
  }
}
.filtered-container .filter-menu {
  font-size: 0.9rem;
  padding-left: 10px;
}
@media only screen and (min-width : 991px) {
  .filtered-container .filter-menu {
    width: 320px;
    position: sticky;
    bottom: 20px;
    align-self: flex-end;
    height: fit-content;
    /*border-left: 1px solid var(--border-color);*/
  }
}
@media only screen and (max-width : 990.98px) {
  .filtered-container .filter-menu {
    width: 100%;
    display: none;
  }
  .filtered-container .filter-menu.open {
    display: block;
  }
}
.filtered-container .filter-menu .form {
  width: 100%;
}
.filtered-container .filter-menu .form.skeleton {
  height: 350px;
}
.filtered-container .filter-menu form {
  width: 100%;
}
.filtered-container .filter-menu .quick-links {
  width: 100%;
  list-style: square;
  list-style-position: inside;
}
.filtered-container .filter-menu .quick-links li {
  margin-bottom: 0.5rem;
  word-wrap: anywhere;
}
.filtered-container .filter-menu .quick-links li a,
.filtered-container .filter-menu .quick-links li button {
  color: var(--text-color);
}
.filtered-container .filter-menu .quick-links li a:hover,
.filtered-container .filter-menu .quick-links li button:hover {
  color: #104FCC;
}
.filtered-container .filter-menu .quick-links.skeleton {
  height: 350px;
}
.filtered-container .filter-menu h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.filtered-container .filter-menu section {
  margin-bottom: 15px;
}
.filtered-container .filter-menu section h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width : 990.98px) {
  .filtered-container .filtered-contents {
    width: 100%;
  }
}
@media only screen and (min-width : 991px) {
  .filtered-container .filtered-contents {
    width: 600px;
  }
}
.not-found-page {
  width: 100%;
  height: 100lvh;
  overflow-y: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found-container {
  width: 100%;
  height: auto;
  min-height: calc(100lvh - 100px);
  padding-top: 50px;
  z-index: 998;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}
.not-found-contents {
  width: 500px;
  max-width: calc(100% - 20px);
}
.not-found-contents svg {
  width: 120px;
  height: 120px;
  stroke: var(--muted-text-color);
}
.not-found-contents h1 {
  margin: 0 0 10px;
  font-size: 2rem;
  letter-spacing: 0.3px;
  line-height: 2.2rem;
}
.not-found-contents p {
  color: var(--muted-text-color);
}
.not-found-contents .actions {
  margin-top: 20px;
  display: flex;
}
.not-found-contents .actions svg {
  width: 18px;
  height: 18px;
}
.hero {
  background-color: var(--hero-background-color);
  border-bottom: 2px solid #104FCC;
  width: 100%;
}
@media only screen and (max-width : 990.98px) {
  .hero {
    height: auto;
  }
}
@media only screen and (min-width : 991px) {
  .hero {
    height: 550px;
  }
}
.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width : 990.98px) {
  .hero-container {
    height: auto;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width : 991px) {
  .hero-container {
    width: 990px;
    max-width: calc(100% - 20px);
    height: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 990.98px) {
  .hero-text {
    height: auto;
    width: 100%;
    max-width: calc(100% - 20px);
    padding-bottom: 30px;
  }
}
@media only screen and (min-width : 991px) {
  .hero-text {
    display: flex;
    height: 100%;
    width: calc(100% - 600px);
    max-width: 550px;
    flex-direction: column;
    justify-content: center;
  }
}
.hero-text .text {
  height: auto;
}
.hero-text .text h3 {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: var(--muted-text-color);
  margin-bottom: 1.5rem;
  font-family: 'Global Monospace';
}
.hero-text .text h1 {
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-size: clamp(2.3rem, 4vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
}
.hero-text .text h1 .highlight {
  color: #104FCC;
}
.hero-text .text h2 {
  font-size: 1.15rem;
  line-height: 1.3rem;
  color: var(--muted-text-color);
  margin-bottom: 1.5rem;
}
.hero-text .text .call-to-actions {
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width : 990.98px) {
  .hero-image {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width : 991px) {
  .hero-image {
    width: 600px;
    height: 100%;
  }
}
.hero-image img {
  transform: translateY(-30px);
  z-index: 1001;
  position: relative;
}
@media only screen and (max-width : 990.98px) {
  .hero-image img {
    height: auto;
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (min-width : 991px) {
  .hero-image img {
    height: calc(100% + 30px);
    width: 100%;
  }
}
.form-loading {
  width: 100%;
  height: auto;
  margin: 1rem 0;
  padding: 6px 12px;
}
.form-loading h3 {
  width: auto;
  color: #000000;
}
.form-loading.loading {
  display: flex;
  justify-content: center;
}
.form-loading.success {
  background-color: #D4EDD9;
}
.form-loading.warning {
  background-color: #FFF3CD;
}
.form-loading.error {
  background-color: #F8D7DA;
}
.form-loading.info {
  background-color: #D1ECF1;
}
.form-loading p {
  color: var(--muted-text-color);
}
.form-loading a,
.form-loading button {
  color: #104FCC;
  text-transform: uppercase;
}
@keyframes animation {
  0% {
    transform: translateX(0rem);
  }
  50% {
    transform: translateX(10rem);
  }
  100% {
    transform: translateX(0rem);
  }
}
.page-loading {
  width: 100%;
  height: auto;
  min-height: calc(100lvh - 100px);
  padding-top: 50px;
  z-index: 998;
  display: flex;
  justify-content: center;
  background-color: var(--background-color);
}
.page-loading .page-loading-contents {
  width: 500px;
  max-width: calc(100% - 20px);
}
.page-loading .page-loading-contents h1 {
  margin: 0 0 10px;
  font-size: 2rem;
  letter-spacing: 0.3px;
  line-height: 2.2rem;
}
.page-loading .page-loading-contents p {
  margin-top: 20px;
}
.page-loading .page-loading-contents p.error {
  color: red;
  font-weight: 600;
}
.page-loading .page-loading-contents svg {
  width: 120px;
  height: 120px;
  stroke: var(--muted-text-color);
}
.page-loading .page-loading-contents .actions {
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
.timelines {
  /*width: 600px;*/
  width: 100%;
  margin: 0 auto;
}
.timeline {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  width: 100%;
  height: auto;
}
.timeline-header {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: 'Global Monospace';
}
.timeline-header h2 {
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  padding: 3px 10px;
  font-weight: 600;
  border-radius: 4px;
}
.timeline-header h2.skeleton {
  width: 150px;
}
.timeline-header h2.account {
  background-color: #FC9A00;
}
.timeline-header h2.tale {
  background-color: #6A01D0;
}
.timeline-header h2.insight {
  background-color: #F34F00;
}
.timeline-header h2.support {
  background-color: #019898;
}
.timeline-header h2.writer {
  background-color: #F96979;
}
.timeline-header h2.role {
  background-color: #7FBA00;
}
.timeline-header p {
  color: var(--date-text-color);
}
.timeline-header p.skeleton {
  width: 100px;
}
.timeline-contents a {
  color: #104FCC;
}
.timeline-contents a:hover {
  color: #5781D5;
}
/*.timeline-heading {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;

    & hr {
        flex-grow: 1;
        height: 1px;
        background-color: var(--border-color);
        border: none;
        width: 50px;
    }
}

span.circle {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    background-color: var(--background-color);
}

span.small-circle {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: @link-color;
}

.date-box {
    width: auto;
    height: auto;
    display: flex;
    justify-content: start;
    margin: 0 15px 0 5px;

    & p {
        padding: 6px 12px;
        border: 1px solid var(--border-color);
        border-radius: 4px;
        width: auto;
        font-size: 14px;
        font-family: 'Global Monospace';

        &.skeleton {
            width: 200px;
            border: none;
        }
    }
}

.timeline-text {
    padding: 15px;

    &.skeleton {
        margin-left: 20px;
    }
}

h2.tags {
    margin-top: 10px;
    padding-left: 15px;
    text-transform: uppercase;

    &.skeleton {
        margin-left: 20px;
        width: 200px;
    }
}

*/
.editor-hero {
  background-color: var(--hero-background-color);
  border-bottom: 2px solid #104FCC;
  width: 100%;
  padding: 30px 0;
}
@media only screen and (max-width : 990.98px) {
  .editor-hero {
    height: auto;
  }
}
@media only screen and (min-width : 991px) {
  .editor-hero {
    height: 550px;
  }
}
.editor-hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width : 990.98px) {
  .editor-hero-container {
    height: auto;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width : 991px) {
  .editor-hero-container {
    width: 990px;
    max-width: calc(100% - 20px);
    height: 100%;
    margin: 0 auto;
  }
}
.editor-hero-image {
  width: 300px;
  height: auto;
  max-width: 100%;
  padding: 20px;
  border: 1px solid #104FCC;
}
.editor-hero-image img {
  height: auto;
  width: 100%;
}