:root,
[data-bs-theme=light] {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc107;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-black: #000;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-gray-100: #f8f9fa;
--bs-gray-200: #e9ecef;
--bs-gray-300: #dee2e6;
--bs-gray-400: #ced4da;
--bs-gray-500: #adb5bd;
--bs-gray-600: #6c757d;
--bs-gray-700: #495057;
--bs-gray-800: #343a40;
--bs-gray-900: #212529;
--bs-primary: #0d6efd;
--bs-secondary: #6c757d;
--bs-success: #198754;
--bs-info: #0dcaf0;
--bs-warning: #ffc107;
--bs-danger: #dc3545;
--bs-light: #f8f9fa;
--bs-dark: #212529;
--bs-primary-rgb: 13, 110, 253;
--bs-secondary-rgb: 108, 117, 125;
--bs-success-rgb: 25, 135, 84;
--bs-info-rgb: 13, 202, 240;
--bs-warning-rgb: 255, 193, 7;
--bs-danger-rgb: 220, 53, 69;
--bs-light-rgb: 248, 249, 250;
--bs-dark-rgb: 33, 37, 41;
--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
--bs-success-text-emphasis: rgb(10, 54, 33.6);
--bs-info-text-emphasis: rgb(5.2, 80.8, 96);
--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
--bs-light-text-emphasis: #495057;
--bs-dark-text-emphasis: #495057;
--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
--bs-success-bg-subtle: rgb(209, 231, 220.8);
--bs-info-bg-subtle: rgb(206.6, 244.4, 252);
--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
--bs-light-bg-subtle: rgb(251.5, 252, 252.5);
--bs-dark-bg-subtle: #ced4da;
--bs-primary-border-subtle: rgb(158.2, 197, 254.2);
--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
--bs-success-border-subtle: rgb(163, 207, 186.6);
--bs-info-border-subtle: rgb(158.2, 233.8, 249);
--bs-warning-border-subtle: rgb(255, 230.2, 155.8);
--bs-danger-border-subtle: rgb(241, 174.2, 180.6);
--bs-light-border-subtle: #e9ecef;
--bs-dark-border-subtle: #adb5bd;
--bs-white-rgb: 255, 255, 255;
--bs-black-rgb: 0, 0, 0;
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--bs-body-font-family: var(--bs-font-sans-serif);
--bs-body-font-size: 1rem;
--bs-body-font-weight: 400;
--bs-body-line-height: 1.5;
--bs-body-color: #212529;
--bs-body-color-rgb: 33, 37, 41;
--bs-body-bg: #fff;
--bs-body-bg-rgb: 255, 255, 255;
--bs-emphasis-color: #000;
--bs-emphasis-color-rgb: 0, 0, 0;
--bs-secondary-color: rgba(33, 37, 41, 0.75);
--bs-secondary-color-rgb: 33, 37, 41;
--bs-secondary-bg: #e9ecef;
--bs-secondary-bg-rgb: 233, 236, 239;
--bs-tertiary-color: rgba(33, 37, 41, 0.5);
--bs-tertiary-color-rgb: 33, 37, 41;
--bs-tertiary-bg: #f8f9fa;
--bs-tertiary-bg-rgb: 248, 249, 250;
--bs-heading-color: inherit;
--bs-link-color: #0d6efd;
--bs-link-color-rgb: 13, 110, 253;
--bs-link-decoration: underline;
--bs-link-hover-color: rgb(10.4, 88, 202.4);
--bs-link-hover-color-rgb: 10, 88, 202;
--bs-code-color: #d63384;
--bs-highlight-color: #212529;
--bs-highlight-bg: rgb(255, 242.6, 205.4);
--bs-border-width: 1px;
--bs-border-style: solid;
--bs-border-color: #dee2e6;
--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
--bs-border-radius: 0.375rem;
--bs-border-radius-sm: 0.25rem;
--bs-border-radius-lg: 0.5rem;
--bs-border-radius-xl: 1rem;
--bs-border-radius-xxl: 2rem;
--bs-border-radius-2xl: var(--bs-border-radius-xxl);
--bs-border-radius-pill: 50rem;
--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
--bs-focus-ring-width: 0.25rem;
--bs-focus-ring-opacity: 0.25;
--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
--bs-form-valid-color: #198754;
--bs-form-valid-border-color: #198754;
--bs-form-invalid-color: #dc3545;
--bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
color-scheme: dark;
--bs-body-color: #dee2e6;
--bs-body-color-rgb: 222, 226, 230;
--bs-body-bg: #212529;
--bs-body-bg-rgb: 33, 37, 41;
--bs-emphasis-color: #fff;
--bs-emphasis-color-rgb: 255, 255, 255;
--bs-secondary-color: rgba(222, 226, 230, 0.75);
--bs-secondary-color-rgb: 222, 226, 230;
--bs-secondary-bg: #343a40;
--bs-secondary-bg-rgb: 52, 58, 64;
--bs-tertiary-color: rgba(222, 226, 230, 0.5);
--bs-tertiary-color-rgb: 222, 226, 230;
--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
--bs-tertiary-bg-rgb: 43, 48, 53;
--bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
--bs-success-text-emphasis: rgb(117, 183, 152.4);
--bs-info-text-emphasis: rgb(109.8, 223.2, 246);
--bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
--bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
--bs-light-text-emphasis: #f8f9fa;
--bs-dark-text-emphasis: #dee2e6;
--bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
--bs-success-bg-subtle: rgb(5, 27, 16.8);
--bs-info-bg-subtle: rgb(2.6, 40.4, 48);
--bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
--bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
--bs-light-bg-subtle: #343a40;
--bs-dark-bg-subtle: #1a1d20;
--bs-primary-border-subtle: rgb(7.8, 66, 151.8);
--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
--bs-success-border-subtle: rgb(15, 81, 50.4);
--bs-info-border-subtle: rgb(7.8, 121.2, 144);
--bs-warning-border-subtle: rgb(153, 115.8, 4.2);
--bs-danger-border-subtle: rgb(132, 31.8, 41.4);
--bs-light-border-subtle: #495057;
--bs-dark-border-subtle: #343a40;
--bs-heading-color: inherit;
--bs-link-color: rgb(109.8, 168, 253.8);
--bs-link-hover-color: rgb(138.84, 185.4, 254.04);
--bs-link-color-rgb: 110, 168, 254;
--bs-link-hover-color-rgb: 139, 185, 254;
--bs-code-color: rgb(230.4, 132.6, 181.2);
--bs-highlight-color: #dee2e6;
--bs-highlight-bg: rgb(102, 77.2, 2.8);
--bs-border-color: #495057;
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
--bs-form-valid-color: rgb(117, 183, 152.4);
--bs-form-valid-border-color: rgb(117, 183, 152.4);
--bs-form-invalid-color: rgb(234, 133.8, 143.4);
--bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
*,
*::before,
*::after {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
border: 0;
border-top: var(--bs-border-width) solid;
opacity: 0.25;
}
h6, h5, h4, h3, h2, h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: var(--bs-heading-color);
}
h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1 {
font-size: 2.5rem;
}
}
h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2 {
font-size: 2rem;
}
}
h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3 {
font-size: 1.75rem;
}
}
h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4 {
font-size: 1.5rem;
}
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title] {
text-decoration: underline dotted;
cursor: help;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 0.875em;
}
mark {
padding: 0.1875em;
color: var(--bs-highlight-color);
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
text-decoration: underline;
}
a:hover {
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.375rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
border-radius: 0.25rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--bs-secondary-color);
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
} ::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
}
}
:root {
--bs-breakpoint-xs: 0;
--bs-breakpoint-sm: 576px;
--bs-breakpoint-md: 768px;
--bs-breakpoint-lg: 992px;
--bs-breakpoint-xl: 1200px;
--bs-breakpoint-xxl: 1400px;
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}
.offset-xxl-5 {
margin-left: 41.66666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333333%;
}
.offset-xxl-8 {
margin-left: 66.66666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333333%;
}
.offset-xxl-11 {
margin-left: 91.66666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.text-bg-primary {
color: #fff !important;
background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
color: #fff !important;
background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
color: #fff !important;
background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
color: #000 !important;
background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
color: #000 !important;
background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
color: #fff !important;
background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
color: #000 !important;
background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
color: #fff !important;
background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
outline: 0;
box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
display: inline-flex;
gap: 0.375rem;
align-items: center;
text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
text-underline-offset: 0.25em;
backface-visibility: hidden;
}
.icon-link > .bi {
flex-shrink: 0;
width: 1em;
height: 1em;
fill: currentcolor;
transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
.icon-link > .bi {
transition: none;
}
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: var(--bs-aspect-ratio);
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ratio-1x1 {
--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
--bs-aspect-ratio: 75%;
}
.ratio-16x9 {
--bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
--bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
.sticky-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
@media (min-width: 576px) {
.sticky-sm-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-sm-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 768px) {
.sticky-md-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-md-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 992px) {
.sticky-lg-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-lg-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1200px) {
.sticky-xl-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xl-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
@media (min-width: 1400px) {
.sticky-xxl-top {
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-xxl-bottom {
position: sticky;
bottom: 0;
z-index: 1020;
}
}
.hstack {
display: flex;
flex-direction: row;
align-items: center;
align-self: stretch;
}
.vstack {
display: flex;
flex: 1 1 auto;
flex-direction: column;
align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
position: absolute !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vr {
display: inline-block;
align-self: stretch;
width: var(--bs-border-width);
min-height: 1em;
background-color: currentcolor;
opacity: 0.25;
}
.history-date, .dm-history-single-preview .cover .history-date, body.dm_history-template-default .entry-header .history-date {
position: absolute;
left: 50%;
top: 47%;
transform: translate(-50%, -50%);
display: flex;
flex-direction: column;
align-items: center;
}
.history-date .day, .dm-history-single-preview .cover .history-date .day, body.dm_history-template-default .entry-header .history-date .day,
.history-date .month,
.dm-history-single-preview .cover .history-date .month,
body.dm_history-template-default .entry-header .history-date .month {
font-weight: bold;
}
.history-date .year, .dm-history-single-preview .cover .history-date .year, body.dm_history-template-default .entry-header .history-date .year {
font-weight: normal;
}
.dm-shortcode-yellow-bg {
background: #FFDF52;
}
body.dm_history-template-default {
color: #740FD9;
font-size: 24px;
}
body.dm_history-template-default .content h2 {
font-size: 40px;
line-height: 50px;
}
body.dm_history-template-default header {
height: auto;
}
@media screen and (min-width: 1024px) {
body.dm_history-template-default header {
height: 0;
}
}
body.dm_history-template-default h2 {
font-size: 32px;
}
body.dm_history-template-default #site-content a:not(.elementor-button):not(.history-title) {
font-size: 24px;
color: #740FD9;
text-decoration: none;
line-height: 1.2;
}
body.dm_history-template-default #site-content a:not(.elementor-button):not(.history-title):hover {
color: #8B23F1;
}
body.dm_history-template-default #site-content a:not(.elementor-button):not(.history-title) svg {
width: 23px;
}
@media screen and (min-width: 1024px) {
body.dm_history-template-default #site-content {
background-image: radial-gradient(at top left, #3B1CB6 24%, #AC1CB6 100%);
background-size: 100% 570px;
background-repeat: no-repeat;
padding-top: 230px;
}
}
body.dm_history-template-default h3 {
font-size: 24px;
}
body.dm_history-template-default .text-smaller {
font-size: 18px;
line-height: 22px;
}
body.dm_history-template-default .text-larger {
font-size: 18px;
}
body.dm_history-template-default .text-white {
color: #FFF;
}
body.dm_history-template-default .mb-xl {
margin-bottom: 60px;
}
body.dm_history-template-default .mt-xl {
margin-top: 60px;
}
body.dm_history-template-default .mt-sm {
margin-top: 15px;
}
body.dm_history-template-default .py-xl {
padding-top: 60px;
padding-bottom: 60px;
}
body.dm_history-template-default .pt-xl {
padding-top: 60px;
}
body.dm_history-template-default .pb-sm {
padding-bottom: 15px;
}
body.dm_history-template-default .mb-md {
margin-bottom: 30px;
}
body.dm_history-template-default .mb-sm {
margin-bottom: 15px;
}
body.dm_history-template-default .ml-sm {
margin-left: 15px;
}
body.dm_history-template-default .entry-header {
position: relative;
height: 100%;
padding: 0;
}
@media screen and (min-width: 1024px) {
body.dm_history-template-default .entry-header {
padding: 80px 0 0;
}
}
body.dm_history-template-default .entry-header .history-date {
font-size: 230px;
line-height: 1.2;
}
@media screen and (min-width: 1024px) {
body.dm_history-template-default .entry-header .history-date {
top: 50%;
}
}
body.dm_history-template-default .entry-header .history-date .day,
body.dm_history-template-default .entry-header .history-date .month,
body.dm_history-template-default .entry-header .history-date .year {
color: #FFF;
line-height: 1.2;
}
body.dm_history-template-default .entry-header .history-date .day {
font-size: 127px;
}
@media screen and (min-width: 1024px) {
body.dm_history-template-default .entry-header .history-date .day {
font-size: 230px;
}
}
body.dm_history-template-default .entry-header .history-date .year,
body.dm_history-template-default .entry-header .history-date .month {
font-size: 32px;
}
@media screen and (min-width: 1024px) {
body.dm_history-template-default .entry-header .history-date .year,
body.dm_history-template-default .entry-header .history-date .month {
font-size: 72px;
}
}
body.dm_history-template-default .entry-header .entry-title {
position: absolute;
padding: 0 15px;
font-size: 32px;
bottom: 0;
left: 0;
color: #FFF;
z-index: 1;
line-height: 1.2;
}
@media (min-width: 768px) {
body.dm_history-template-default .entry-header .entry-title {
padding: 0 20px;
}
}
@media screen and (min-width: 1024px) {
body.dm_history-template-default .entry-header .entry-title {
bottom: 97%;
font-size: 52px;
}
}
@media (min-width: 1200px) {
body.dm_history-template-default .entry-header .entry-title {
bottom: 640px;
}
}
body.dm_history-template-default .entry-header .copyright {
margin: 10px 10px 0 10px;
display: inline-block;
}
@media (min-width: 1200px) {
body.dm_history-template-default .entry-header .copyright {
margin: 0;
}
}
body.dm_history-template-default .entry-header .cover-img-container {
position: relative;
background: linear-gradient(to bottom, #bf297d 1%, #570fa1 100%);
border-radius: 15px;
aspect-ratio: 1/0.55;
}
body.dm_history-template-default .entry-header .cover-img-container img {
object-fit: cover;
width: 100%;
height: auto;
border-radius: 0;
box-shadow: 0 9px 26px 6px rgba(123, 40, 228, 0.55);
}
@media screen and (min-width: 1024px) {
body.dm_history-template-default .entry-header .cover-img-container img {
border-radius: 15px;
overflow: hidden;
}
}
body.dm_history-template-default .entry-header .cover-img-container::before {
content: "";
display: block;
width: 100%;
background: linear-gradient(to bottom, rgba(116, 15, 217, 0) 0%, rgba(116, 15, 217, 0.57) 79%, rgba(116, 15, 217, 0.75) 100%);
height: 100%;
min-height: 375px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
font-size: 230px;
}
@media screen and (min-width: 1024px) {
body.dm_history-template-default .entry-header .cover-img-container::before {
overflow: hidden;
border-radius: 15px;
background: linear-gradient(to bottom, rgba(116, 15, 217, 0) 0%, rgba(116, 15, 217, 0.2) 79%, rgba(116, 15, 217, 0.75) 100%);
}
}
body.dm_history-template-default .entry-header .cover-img {
min-height: 500px;
object-fit: cover;
box-shadow: 0 9px 26px 6px rgba(123, 40, 228, 0.55);
}
body.dm_history-template-default .entry-header .cover-badge {
width: 92px;
position: absolute;
top: -1px;
left: 10px;
z-index: 1;
}
@media (min-width: 576px) {
body.dm_history-template-default .entry-header .cover-badge {
left: 40px;
z-index: 1;
}
}
@media screen and (min-width: 1024px) {
body.dm_history-template-default .entry-header .cover-badge {
width: 129px;
top: 79px;
}
}
body.dm_history-template-default .entry-content .col-4 {
padding-left: 70px;
}
body.dm_history-template-default .content-box-single .title {
font-weight: bolder;
}
body.dm_history-template-default .history-anno h4 {
font-weight: bold;
}
body.dm_history-template-default .history-anno .cover {
position: relative;
overflow: hidden;
border-radius: 15px;
max-width: 400px;
}
body.dm_history-template-default .history-anno .cover .cover-img-container::before {
content: "";
display: block;
width: 100%;
background: linear-gradient(to bottom, rgb(97, 23, 181) 0%, rgba(97, 23, 181, 0) 50%, rgb(97, 23, 181) 100%);
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
body.dm_history-template-default .history-anno .cover a {
display: block;
}
body.dm_history-template-default .history-anno .cover .cover-img-container img {
object-fit: cover;
aspect-ratio: 1/1;
}
body.dm_history-template-default .history-anno .cover span {
position: absolute;
left: 20px;
color: #FFF;
}
body.dm_history-template-default .history-anno .cover span.epoch-link {
bottom: 10px;
display: flex;
align-items: center;
}
body.dm_history-template-default .history-anno .cover span.epoch-link::after {
content: "";
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0idXVpZC0yNjI2NDE0MC04OGU5LTRlNTktOTQzNS1hNWUyZjBhNzYwM2UiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAuNyA2MC43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MC43IDYwLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4JPHBhdGggc3R5bGU9ImZpbGw6ICNGRkZGRkY7IiBpZD0idXVpZC1kNzdmZTgxYi0xYTkwLTQxYjAtYWVlOC0xZWRkNzAwYTE0NTIiIGNsYXNzPSJzdDAiIGQ9Ik01MiwwYzQuOCwwLDguNywzLjksOC43LDguN2wwLDBWNTJjMCw0LjgtMy45LDguNy04LjcsOC43SDguNyAgQzMuOSw2MC43LDAsNTYuOCwwLDUybDAsMFY4LjdDMCwzLjksMy45LDAsOC43LDBINTJ6IE0yMS43LDE1LjJjLTEuOCwwLTMuMiwxLjUtMy4yLDMuMnMxLjUsMy4yLDMuMiwzLjJoMTIuN0wxNi4xLDQwICBjLTEuMiwxLjMtMS4xLDMuNCwwLjIsNC42YzEuMiwxLjEsMy4xLDEuMSw0LjQsMEwzOSwyNi4zdjEzLjhjMCwxLjgsMS41LDMuMiwzLjIsMy4yczMuMi0xLjUsMy4yLTMuMlYxOC40YzAtMS44LTEuNS0zLjItMy4yLTMuMiAgSDIxLjdMMjEuNywxNS4yeiI+PC9wYXRoPjwvc3ZnPg==") no-repeat 0 0;
width: 23px;
height: 23px;
display: inline-block;
margin-left: 8px;
}
body.dm_history-template-default .history-anno .cover span.epoch {
font-size: 32px;
z-index: 1;
}
body.dm_history-template-default .history-accordion .ui-accordion-header-icon {
display: none;
}
body.dm_history-template-default .history-accordion .title {
padding: 45px 0;
border-top: 1px solid rgb(243.5, 233.4870689655, 253.5129310345);
margin: 0;
display: flex;
justify-content: space-between;
}
body.dm_history-template-default .history-accordion .title .event {
font-weight: normal;
}
body.dm_history-template-default .history-accordion .title .year {
margin-right: 10px;
}
body.dm_history-template-default .history-accordion .title::after {
content: "";
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1Ij4KICA8ZyBpZD0iR3J1cHBlXzI1NTMiIGRhdGEtbmFtZT0iR3J1cHBlIDI1NTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIxIC0zNzkzLjQxMSkiPgogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV82IiBkYXRhLW5hbWU9IkVsbGlwc2UgNiIgY3g9IjIyLjUiIGN5PSIyMi41IiByPSIyMi41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDY2IDM4MzguNDExKSByb3RhdGUoMTgwKSIgZmlsbD0iIzc0MGZkOSI+PC9jaXJjbGU+CiAgICA8bGluZSBpZD0iTGluaWVfMTMiIGRhdGEtbmFtZT0iTGluaWUgMTMiIHgxPSIxNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA1MiAzODE1LjkxMSkgcm90YXRlKDE4MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2Y1ZThmZiIgc3Ryb2tlLXdpZHRoPSIzIj48L2xpbmU+CiAgICA8bGluZSBpZD0iTGluaWVfMTQiIGRhdGEtbmFtZT0iTGluaWUgMTQiIHgxPSIxNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA0My41IDM4MjQuNDExKSByb3RhdGUoLTkwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZjVlOGZmIiBzdHJva2Utd2lkdGg9IjMiPjwvbGluZT4KICA8L2c+Cjwvc3ZnPgo=") no-repeat 0 0;
width: 45px;
height: 45px;
display: inline-block;
flex-shrink: 0;
}
body.dm_history-template-default .history-accordion .title.ui-accordion-header-active::after {
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1Ij4KICA8ZyBpZD0iR3J1cHBlXzI1NTIiIGRhdGEtbmFtZT0iR3J1cHBlIDI1NTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIxIC0zNzkzLjQxMSkiPgogICAgPGNpcmNsZSBpZD0iRWxsaXBzZV82IiBkYXRhLW5hbWU9IkVsbGlwc2UgNiIgY3g9IjIyLjUiIGN5PSIyMi41IiByPSIyMi41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDY2IDM4MzguNDExKSByb3RhdGUoMTgwKSIgZmlsbD0iIzc0MGZkOSI+PC9jaXJjbGU+CiAgICA8bGluZSBpZD0iTGluaWVfMTMiIGRhdGEtbmFtZT0iTGluaWUgMTMiIHgxPSIxNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA1MiAzODE1LjkxMSkgcm90YXRlKDE4MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2Y1ZThmZiIgc3Ryb2tlLXdpZHRoPSIzIj48L2xpbmU+CiAgPC9nPgo8L3N2Zz4K") no-repeat 0 0;
}
body.dm_history-template-default .history-accordion .content {
padding: 0 0 45px 0;
}
.dm-button-icon, .dm-button::after {
display: flex;
align-items: center;
}
.dm-button-icon::after, .dm-button::after {
content: "";
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0idXVpZC0yNjI2NDE0MC04OGU5LTRlNTktOTQzNS1hNWUyZjBhNzYwM2UiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAuNyA2MC43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MC43IDYwLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDogIzc0MEZEOTsiIGlkPSJ1dWlkLWQ3N2ZlODFiLTFhOTAtNDFiMC1hZWU4LTFlZGQ3MDBhMTQ1MiIgY2xhc3M9InN0MCIgZD0iTTUyLDBjNC44LDAsOC43LDMuOSw4LjcsOC43bDAsMFY1MmMwLDQuOC0zLjksOC43LTguNyw4LjdIOC43ICBDMy45LDYwLjcsMCw1Ni44LDAsNTJsMCwwVjguN0MwLDMuOSwzLjksMCw4LjcsMEM4LjcsMCw1MiwwLDUyLDB6IE0yMS43LDE1LjJjLTEuOCwwLTMuMiwxLjUtMy4yLDMuMnMxLjUsMy4yLDMuMiwzLjJoMTIuN0wxNi4xLDQwICBjLTEuMiwxLjMtMS4xLDMuNCwwLjIsNC42YzEuMiwxLjEsMy4xLDEuMSw0LjQsMEwzOSwyNi4zdjEzLjhjMCwxLjgsMS41LDMuMiwzLjIsMy4yczMuMi0xLjUsMy4yLTMuMlYxOC40YzAtMS44LTEuNS0zLjItMy4yLTMuMiAgTDIxLjcsMTUuMkMyMS43LDE1LjIsMjEuNywxNS4yLDIxLjcsMTUuMnoiPjwvcGF0aD48L3N2Zz4=") no-repeat 0 0;
width: 23px;
height: 23px;
display: inline-block;
margin-left: 8px;
}
.dm-button {
display: inline-flex;
align-items: center;
font-size: 24px;
font-weight: 700;
line-height: 1.1;
color: #740FD9;
background-color: #FFDF52;
border-radius: 8px;
padding: 14px 21px 14px 21px;
box-shadow: 8px 8px 20px 0 rgba(96, 28, 182, 0.5490196078);
}
.dm-button:hover {
background-color: #FFE940;
}
.today {
background: #FFDF52;
padding: 5px 10px 3px 10px;
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
line-height: 1.2;
}
.container {
max-width: unset;
}
@media (min-width: 1200px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1160px;
padding: 0;
}
}
.history-slideshow-wrapper {
background: #F5E8FF;
}
@media (min-width: 768px) {
.history-slideshow-wrapper #idTextPanel {
width: 70%;
}
}
.history-slideshow {
margin-bottom: 30px;
}
.history-slideshow .history-month-navigation {
display: flex;
justify-content: center;
}
.history-slideshow .history-slider .history-item {
position: relative;
background: linear-gradient(to bottom, #bf297d 1%, #570fa1 100%);
border-radius: 15px;
overflow: hidden;
aspect-ratio: 1/1;
margin: 0 10px 10px;
box-shadow: 3px 5px 5px 0 rgba(123, 40, 228, 0.35);
}
.history-slideshow .history-slider .history-item::before {
content: "";
display: block;
width: 100%;
background: linear-gradient(to bottom, rgba(116, 15, 217, 0) 0%, rgba(116, 15, 217, 0.77) 79%, rgb(116, 15, 217) 100%);
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.history-slideshow .history-slider .history-item .history-badge {
position: absolute;
top: 0;
left: 20px;
width: 85px;
}
.history-slideshow .history-slider .history-item .today {
position: absolute;
top: 20px;
right: 20px;
}
.history-slideshow .history-slider .history-item .history-image {
height: 100%;
object-fit: cover;
border-radius: 15px;
}
.history-slideshow .history-slider .history-item .history-title {
position: absolute;
bottom: 20px;
left: 20px;
font-size: 18px;
color: #FFF;
font-weight: normal;
line-height: 1.2;
display: flex;
justify-content: space-between;
align-items: flex-end;
width: 90%;
text-decoration: none;
}
.history-slideshow .history-slider .history-item .history-title .title {
width: 90%;
}
.history-slideshow .history-slider .history-item .history-date {
line-height: 1.2;
}
.history-slideshow .history-slider .history-item .day,
.history-slideshow .history-slider .history-item .month,
.history-slideshow .history-slider .history-item .year {
color: #FFF;
}
.history-slideshow .history-slider .history-item .day {
font-size: 90px;
}
.history-slideshow .history-slider .history-item .month {
font-size: 24px;
}
.history-slideshow .history-slider .history-item .year {
font-size: 24px;
font-weight: normal;
}
.history-slideshow .history-slider .history-item.fallback, .history-slideshow .history-slider .history-item.tomorrow {
box-shadow: none;
}
.history-slideshow .history-slider .history-item.tomorrow {
background: #E5CCFF;
}
.history-slideshow .history-slider .history-item.tomorrow::before {
content: "";
display: none;
}
.history-slideshow .history-slider .history-item.tomorrow .day,
.history-slideshow .history-slider .history-item.tomorrow .month,
.history-slideshow .history-slider .history-item.tomorrow .year,
.history-slideshow .history-slider .history-item.tomorrow .history-title {
color: #8b30e4;
}
.history-slideshow .history-slider .history-item.tomorrow .history-title::after {
display: none !important;
}
.history-slideshow .history-slider .history-item.fallback:not(.tomorrow) {
background: transparent;
border: 5px solid #DBB9FD;
}
.history-slideshow .history-slider .history-item.fallback:not(.tomorrow) * {
color: #DBB9FD;
}
.history-slideshow .history-slider .history-item.fallback:not(.tomorrow)::before {
display: none;
}
.history-slideshow .history-slider .history-item .history-title.link::after {
content: "";
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0idXVpZC0yNjI2NDE0MC04OGU5LTRlNTktOTQzNS1hNWUyZjBhNzYwM2UiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAuNyA2MC43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MC43IDYwLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4JPHBhdGggc3R5bGU9ImZpbGw6ICNGRkZGRkY7IiBpZD0idXVpZC1kNzdmZTgxYi0xYTkwLTQxYjAtYWVlOC0xZWRkNzAwYTE0NTIiIGNsYXNzPSJzdDAiIGQ9Ik01MiwwYzQuOCwwLDguNywzLjksOC43LDguN2wwLDBWNTJjMCw0LjgtMy45LDguNy04LjcsOC43SDguNyAgQzMuOSw2MC43LDAsNTYuOCwwLDUybDAsMFY4LjdDMCwzLjksMy45LDAsOC43LDBINTJ6IE0yMS43LDE1LjJjLTEuOCwwLTMuMiwxLjUtMy4yLDMuMnMxLjUsMy4yLDMuMiwzLjJoMTIuN0wxNi4xLDQwICBjLTEuMiwxLjMtMS4xLDMuNCwwLjIsNC42YzEuMiwxLjEsMy4xLDEuMSw0LjQsMEwzOSwyNi4zdjEzLjhjMCwxLjgsMS41LDMuMiwzLjIsMy4yczMuMi0xLjUsMy4yLTMuMlYxOC40YzAtMS44LTEuNS0zLjItMy4yLTMuMiAgSDIxLjdMMjEuNywxNS4yeiI+PC9wYXRoPjwvc3ZnPg==") no-repeat 0 0;
width: 23px;
height: 23px;
display: inline-block;
}
.history-slideshow .slick-prev {
display: none;
}
.history-slideshow .month-arrow {
background: transparent;
border: 0;
color: #740FD9;
display: flex;
justify-content: center;
align-items: center;
}
.history-slideshow .month-arrow:disabled {
opacity: 0.2;
}
.history-slideshow .month-arrow:hover, .history-slideshow .month-arrow:focus {
background: transparent;
}
.history-slideshow .month-arrow::after {
content: "";
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE3IDIwIj4KICA8cGF0aCBpZD0iUG9seWdvbl81MyIgZGF0YS1uYW1lPSJQb2x5Z29uIDUzIiBkPSJNMTAsMCwyMCwxN0gwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAyMCkgcm90YXRlKC05MCkiIGZpbGw9IiM3NTEwZDkiLz4KPC9zdmc+Cg==) no-repeat 0 0;
width: 20px;
height: 20px;
display: inline-block;
}
.history-slideshow .month-arrow.next::after {
transform: rotate(180deg);
}
.history-slideshow .slick-arrow {
background: transparent;
color: transparent;
border: 0;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
.history-slideshow .slick-arrow:disabled {
opacity: 0.2;
}
.history-slideshow .slick-arrow:focus, .history-slideshow .slick-arrow:hover {
background: transparent;
color: transparent;
}
.history-slideshow .slick-arrow::after, .history-slideshow .slick-arrow::before {
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDUwIDUwIj4KICA8ZyBpZD0iR3J1cHBlXzUzNzQiIGRhdGEtbmFtZT0iR3J1cHBlIDUzNzQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjIxNyA0OS45MjgpIHJvdGF0ZSgxODApIj4KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTA3IiBkYXRhLW5hbWU9IkVsbGlwc2UgMTA3IiBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjIxNyA0OS45MjgpIHJvdGF0ZSgxODApIiBmaWxsPSIjNzQwZmQ5Ii8+CiAgICA8cGF0aCBpZD0iUG9seWdvbl8yOSIgZGF0YS1uYW1lPSJQb2x5Z29uIDI5IiBkPSJNOC44ODcsMGw4Ljg4NywxNS43MjNIMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM2LjA1MyAxNi4wNzgpIHJvdGF0ZSg5MCkiIGZpbGw9IiNjOWYiLz4KICA8L2c+Cjwvc3ZnPgo=) no-repeat 0 0;
width: 50px;
height: 50px;
display: inline-block;
}
.history-slideshow .slick-arrow.slick-next::after {
content: "";
transform: rotate(180deg);
}
.history-slideshow .slick-arrow.slick-prev::before {
content: "";
}
.history-slideshow .slick-arrow.slick-next {
right: -10px;
padding: 0;
}
@media screen and (min-width: 1300px) {
.history-slideshow .slick-arrow.slick-next {
right: -60px;
}
}
.history-slideshow .slick-arrow.slick-prev {
left: -10px;
padding: 0;
}
@media screen and (min-width: 1300px) {
.history-slideshow .slick-arrow.slick-prev {
left: -60px;
}
}
.history-slideshow .month-btn {
visibility: hidden;
display: none;
background: transparent;
color: #740FD9;
border: 0;
font-size: 28px;
font-weight: bolder;
}
.history-slideshow .month-btn:focus, .history-slideshow .month-btn:hover {
background: transparent;
}
.history-slideshow .month-btn.active {
visibility: visible;
display: inline-block;
}
.dm-history-single-preview {
display: flex;
flex-direction: column;
align-items: flex-start;
font-size: 24px;
}
@media (min-width: 768px) {
.dm-history-single-preview {
flex-direction: row;
}
}
.dm-history-single-preview small {
font-size: 18px;
}
.dm-history-single-preview .cover {
position: relative;
margin: -100px auto 0;
object-fit: cover;
aspect-ratio: 1/1;
overflow: visible;
max-width: 400px;
}
@media (min-width: 768px) {
.dm-history-single-preview .cover {
margin: -90px 0 0;
}
}
@media (min-width: 992px) {
.dm-history-single-preview .cover {
margin-top: -80px;
background: linear-gradient(to bottom, #bf297d 1%, #570fa1 100%);
}
}
.dm-history-single-preview .cover .cover-img {
height: 100%;
object-fit: cover;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 9px 26px 6px rgba(123, 40, 228, 0.55);
}
@media (min-width: 576px) {
.dm-history-single-preview .cover .cover-img {
min-width: 330px;
}
}
.dm-history-single-preview .cover .headline {
position: absolute;
bottom: 20px;
left: 20px;
font-size: 18px;
color: #FFF;
font-weight: normal;
line-height: 1.2;
display: flex;
justify-content: space-between;
align-items: center;
width: 90%;
}
.dm-history-single-preview .cover .headline::after {
content: "";
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0idXVpZC0yNjI2NDE0MC04OGU5LTRlNTktOTQzNS1hNWUyZjBhNzYwM2UiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjAuNyA2MC43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MC43IDYwLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4JPHBhdGggc3R5bGU9ImZpbGw6ICNGRkZGRkY7IiBpZD0idXVpZC1kNzdmZTgxYi0xYTkwLTQxYjAtYWVlOC0xZWRkNzAwYTE0NTIiIGNsYXNzPSJzdDAiIGQ9Ik01MiwwYzQuOCwwLDguNywzLjksOC43LDguN2wwLDBWNTJjMCw0LjgtMy45LDguNy04LjcsOC43SDguNyAgQzMuOSw2MC43LDAsNTYuOCwwLDUybDAsMFY4LjdDMCwzLjksMy45LDAsOC43LDBINTJ6IE0yMS43LDE1LjJjLTEuOCwwLTMuMiwxLjUtMy4yLDMuMnMxLjUsMy4yLDMuMiwzLjJoMTIuN0wxNi4xLDQwICBjLTEuMiwxLjMtMS4xLDMuNCwwLjIsNC42YzEuMiwxLjEsMy4xLDEuMSw0LjQsMEwzOSwyNi4zdjEzLjhjMCwxLjgsMS41LDMuMiwzLjIsMy4yczMuMi0xLjUsMy4yLTMuMlYxOC40YzAtMS44LTEuNS0zLjItMy4yLTMuMiAgSDIxLjdMMjEuNywxNS4yeiI+PC9wYXRoPjwvc3ZnPg==") no-repeat 0 0;
width: 23px;
height: 23px;
display: inline-block;
margin-left: 8px;
}
.dm-history-single-preview .cover .history-date, .dm-history-single-preview .cover body.dm_history-template-default .entry-header .history-date, body.dm_history-template-default .entry-header .dm-history-single-preview .cover .history-date {
font-size: 90px;
}
@media screen and (min-width: 1024px) {
.dm-history-single-preview .cover .history-date, .dm-history-single-preview .cover body.dm_history-template-default .entry-header .history-date, body.dm_history-template-default .entry-header .dm-history-single-preview .cover .history-date {
top: 50%;
}
}
.dm-history-single-preview .cover .history-date .day,
.dm-history-single-preview .cover .history-date .month,
.dm-history-single-preview .cover .history-date .year {
color: #FFF;
line-height: 1.2;
}
.dm-history-single-preview .cover .history-date .day {
font-size: 71px;
}
@media screen and (min-width: 1024px) {
.dm-history-single-preview .cover .history-date .day {
font-size: 90px;
}
}
.dm-history-single-preview .cover .history-date .year,
.dm-history-single-preview .cover .history-date .month {
font-size: 24px;
}
.dm-history-single-preview .cover .cover-badge {
width: 84px;
position: absolute;
top: -1px;
left: 20px;
z-index: 1;
}
.dm-history-single-preview .content {
margin-top: 30px;
}
@media (min-width: 768px) {
.dm-history-single-preview .content {
margin-top: 0;
padding: 5px 0 0 30px;
}
}
.dm-history-single-preview .content .today {
position: absolute;
top: -150px;
left: 50%;
transform: translateX(-50%);
}
@media (min-width: 768px) {
.dm-history-single-preview .content .today {
position: static;
transform: translateY(-64px);
display: inline-block;
}
}
@media (min-width: 768px) {
.dm-history-single-preview .content .headline {
margin-top: -30px;
}
}
.dm-history-single-preview.dm-history-single-preview-cover-only .cover {
position: static;
width: 100%;
margin-top: 0;
min-height: 376px;
max-width: unset;
}
.dm-history-single-preview.dm-history-single-preview-cover-only .content {
display: none;
}
.history-event-image {
border-radius: 15px;
overflow: hidden;
}
.history-event-image::before {
content: "";
display: block;
width: 100%;
background: linear-gradient(to bottom, rgba(116, 15, 217, 0) 0%, rgba(116, 15, 217, 0.57) 79%, rgba(116, 15, 217, 0.75) 100%);
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-radius: 15px;
overflow: hidden;
}