/*! elementor - v3.27.0 - 18-02-2025 */
@import "//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
@import "//fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";
@import "//fonts.googleapis.com/css2?family=Source%20Serif%20Pro&display=swap";
:root {
--color-box-shadow-color: rgba(0, 0, 0, 0.05);
}
.eps-theme-dark {
--color-box-shadow-color: rgba(0, 0, 0, 0.1);
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
@media screen and (min-width: 480px) {
.text-start-sm {
text-align: start;
}
}
@media screen and (min-width: 480px) {
.text-center-sm {
text-align: center;
}
}
@media screen and (min-width: 480px) {
.text-end-sm {
text-align: end;
}
}
@media screen and (min-width: 768px) {
.text-start-md {
text-align: start;
}
}
@media screen and (min-width: 768px) {
.text-center-md {
text-align: center;
}
}
@media screen and (min-width: 768px) {
.text-end-md {
text-align: end;
}
}
@media screen and (min-width: 1025px) {
.text-start-lg {
text-align: start;
}
}
@media screen and (min-width: 1025px) {
.text-center-lg {
text-align: center;
}
}
@media screen and (min-width: 1025px) {
.text-end-lg {
text-align: end;
}
}
@media screen and (min-width: 1440px) {
.text-start-xl {
text-align: start;
}
}
@media screen and (min-width: 1440px) {
.text-center-xl {
text-align: center;
}
}
@media screen and (min-width: 1440px) {
.text-end-xl {
text-align: end;
}
}
@media screen and (min-width: 1600px) {
.text-start-xxl {
text-align: start;
}
}
@media screen and (min-width: 1600px) {
.text-center-xxl {
text-align: center;
}
}
@media screen and (min-width: 1600px) {
.text-end-xxl {
text-align: end;
}
}
@keyframes eps-animation-pop {
from {
transform: scale(0.75);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
/**
TODO: The molecules, atoms and such generics should be at top level, so the styles will be not depended on the order.
EG: '../../../app/assets/styles/generic'.
Auto-import is designed for CSS that not dependent on the loading order.
*/
.eps-button {
display: inline-flex;
--button-line-height: 16px;
--button-padding-y: 0.5em;
--button-padding-x: 1.5em;
--button-primary-background-color: #F3BAFD;
--button-primary-hover-background-color: #F5D0FE;
--button-primary-active-background-color: #F3BAFD;
--button-primary-color: #0C0D0E;
--button-secondary-background-color: #69727D;
--button-secondary-hover-background-color: rgb(81.7173913043, 88.7217391304, 97.2826086957);
--button-secondary-active-background-color: rgb(58.4347826087, 63.4434782609, 69.5652173913);
--button-secondary-color: #ffffff;
--button-danger-background-color: #DC2626;
--button-danger-hover-background-color: rgb(178.25, 28.75, 28.75);
--button-danger-active-background-color: rgb(134.3333333333, 21.6666666667, 21.6666666667);
--button-danger-color: #ffffff;
--button-cta-background-color: #93003f;
--button-cta-hover-background-color: rgb(96, 0, 41.1428571429);
--button-cta-active-background-color: rgb(45, 0, 19.2857142857);
--button-cta-color: #ffffff;
--button-brand-background-color: #93003f;
--button-brand-hover-background-color: rgb(96, 0, 41.1428571429);
--button-brand-active-background-color: rgb(45, 0, 19.2857142857);
--button-brand-color: #ffffff;
--button-link-background-color: #515962;
--button-link-hover-background-color: rgb(57.9217877095, 63.6424581006, 70.0782122905);
--button-link-active-background-color: rgb(34.843575419, 38.2849162011, 42.156424581);
--button-link-color: #ffffff;
--button-disabled-background-color: #D5D8DC;
--button-disabled-hover-background-color: rgb(185.1818181818, 190.1688311688, 196.8181818182);
--button-disabled-active-background-color: rgb(157.3636363636, 164.3376623377, 173.6363636364);
--button-disabled-color: #ffffff;
color: var(--button-background-color, currentColor);
font-size: var(--button-font-size, inherit);
font-weight: 500;
line-height: var(--button-line-height);
transition: var(--e-a-transition-hover);
cursor: pointer;
}
.eps-button:active {
--button-background-color: var(--button-active-background-color, transparent);
}
.eps-button:hover {
--button-background-color: var(--button-hover-background-color);
}
.eps-theme-dark .eps-button {
--button-primary-background-color: #F3BAFD;
--button-primary-color: #0C0D0E;
--button-primary-hover-background-color: #EB8EFB;
--button-primary-active-background-color: #F3BAFD;
--button-secondary-background-color: #BABFC5;
--button-secondary-color: #fff;
--button-secondary-hover-background-color: rgb(158.2913385827, 165.2992125984, 173.7086614173);
--button-secondary-active-background-color: rgb(130.5826771654, 139.5984251969, 150.4173228346);
--button-cta-background-color: #93003f;
--button-cta-hover-background-color: rgb(96, 0, 41.1428571429);
--button-cta-active-background-color: rgb(45, 0, 19.2857142857);
--button-cta-color: #fff;
--button-brand-hover-background-color: rgb(96, 0, 41.1428571429);
--button-brand-active-background-color: rgb(45, 0, 19.2857142857);
--button-brand-color: #fff;
--button-brand-background-color: #93003f;
--button-link-background-color: #515962;
--button-link-hover-background-color: rgb(57.9217877095, 63.6424581006, 70.0782122905);
--button-link-active-background-color: rgb(34.843575419, 38.2849162011, 42.156424581);
--button-link-color: #ffffff;
--button-disabled-background-color: #69727D;
--button-disabled-hover-background-color: rgb(81.7173913043, 88.7217391304, 97.2826086957);
--button-disabled-active-background-color: rgb(58.4347826087, 63.4434782609, 69.5652173913);
--button-disabled-color: #fff;
}
.eps-button--contained {
color: var(--button-color);
padding: var(--button-padding-y) var(--button-padding-x);
background-color: var(--button-background-color, transparent);
border: 1px solid var(--button-background-color);
}
.eps-button--contained:hover {
color: var(--button-color);
}
.eps-button--outlined {
display: block;
padding: var(--button-padding-y) var(--button-padding-x);
border: 1px solid var(--button-background-color);
}
.eps-button--contained, .eps-button--outlined {
border-radius: 0.1875rem;
}
.eps-button--underlined {
text-decoration: underline;
}
.eps-button--sm {
--button-font-size: 0.75rem;
--button-line-height: 14px;
}
.eps-button--lg {
--button-font-size: 0.9375rem;
--button-line-height: 18px;
}
.eps-button--primary {
--button-color: var(--button-primary-color);
--button-background-color: var(--button-primary-background-color);
--button-hover-background-color: var(--button-primary-hover-background-color);
--button-active-background-color: var(--button-primary-active-background-color);
}
.eps-button--secondary {
--button-color: var(--button-secondary-color);
--button-background-color: var(--button-secondary-background-color);
--button-hover-background-color: var(--button-secondary-hover-background-color);
--button-active-background-color: var(--button-secondary-active-background-color);
}
.eps-button--danger {
--button-color: var(--button-danger-color);
--button-background-color: var(--button-danger-background-color);
--button-hover-background-color: var(--button-danger-hover-background-color);
--button-active-background-color: var(--button-danger-active-background-color);
}
.eps-button--cta {
--button-color: var(--button-brand-color);
--button-background-color: var(--button-cta-background-color);
--button-hover-background-color: var(--button-cta-hover-background-color);
--button-active-background-color: var(--button-cta-active-background-color);
}
.eps-button--brand {
--button-color: var(--button-cta-color);
--button-background-color: var(--button-cta-background-color);
--button-hover-background-color: var(--button-cta-hover-background-color);
--button-active-background-color: var(--button-cta-active-background-color);
}
.eps-button--link {
--button-color: var(--button-link-color);
--button-background-color: var(--button-link-background-color);
--button-hover-background-color: var(--button-link-hover-background-color);
--button-active-background-color: var(--button-link-active-background-color);
}
.eps-button--disabled, .eps-button[disabled] {
--button-color: var(--button-disabled-color);
--button-background-color: var(--button-disabled-background-color);
--button-hover-background-color: var(--button-disabled-hover-background-color);
--button-active-background-color: var(--button-disabled-active-background-color);
cursor: default;
}
:root {
--app-background-color: #ffffff;
--app-box-shadow-color: rgba(var(--box-shadow-color, rgba(0, 0, 0, 0.15)), 0.2);
--app-header-color: #1f2124;
--app-logo-color: #ffffff;
--app-logo-background-color: #0C0D0E;
--app-title-color: #0C0D0E;
--app-header-buttons-separator-color: #9DA5AE;
--app-header-buttons-color: #515962;
--app-header-buttons-color-hover: #0C0D0E;
--app-lightbox-background-color: rgba(0, 0, 0, 0.8);
}
.eps-theme-dark {
--app-background-color: #1f2124;
--app-box-shadow-color: rgba(var(--box-shadow-color, rgba(0, 0, 0, 0.15)), 0.2);
--app-header-color: #D5D8DC;
--app-logo-color: #0C0D0E;
--app-logo-background-color: #ffffff;
--app-title-color: #fff;
--app-header-buttons-separator-color: #818A96;
--app-header-buttons-color: #BABFC5;
--app-header-buttons-color-hover: #9DA5AE;
--app-lightbox-background-color: rgba(0, 0, 0, 0.8);
}
:root {
--text-muted: #BABFC5;
--disabled: #D5D8DC;
--light: #ffffff;
--dark: #000000;
--cta: #93003f;
--brand: #93003f;
--accent: #F3BAFD;
--primary: #93003f;
--primary-bg: #FAE8FF;
--secondary: #515962;
--info: #2563EB;
--info-bg: #F0F7FF;
--danger: #DC2626;
--danger-bg: #FEF1F4;
--success: #0A875A;
--success-bg: #F2FDF5;
--warning: #F59E0B;
--warning-bg: #FFFBEB;
--body-color: #515962;
--body-bg: #ffffff;
--link-color: #515962;
--link-hover-color: rgb(46.3826815642, 50.9636871508, 56.1173184358);
--hr-color: #E6E8EA;
--box-shadow-color: theme-colors(dark);
--display-1-color: #515962;
--display-2-color: #515962;
--display-3-color: #515962;
--display-4-color: #515962;
--h1-color: #515962;
--h2-color: #515962;
--h3-color: #515962;
--h4-color: #515962;
--h5-color: #515962;
--h6-color: #515962;
--text-base-color: #515962;
--text-xl-color: #515962;
--text-lg-color: #515962;
--text-sm-color: #515962;
--text-xs-color: #515962;
--text-xxs-color: #515962;
--gray-900: #0C0D0E;
--gray-800: #1f2124;
--gray-750: #2b2c31;
--gray-725: #333438;
--gray-700: #3f444b;
--gray-600: #515962;
--gray-500: #69727D;
--gray-400: #818A96;
--gray-300: #9DA5AE;
--gray-200: #BABFC5;
--gray-100: #D5D8DC;
--gray-75: #E6E8EA;
--gray-50: #F1F2F3;
--gray-25: #F9FAFA;
}
.eps-theme-dark {
--text-muted: #818A96;
--disabled: #69727D;
--light: #fff;
--dark: #000;
--accent: #524CFF;
--cta: #93003f;
--brand: #93003f;
--success: #39b54a;
--success-bg: #032317;
--info: #0077CC;
--info-bg: #0A1A3D;
--warning: #fcb92c;
--warning-bg: #311808;
--danger: #F84343;
--danger-bg: #390A0A;
--body-color: #BABFC5;
--body-bg: #1f2124;
--link-color: #0077CC;
--link-hover-color: rgb(46.3826815642, 50.9636871508, 56.1173184358);
--hr-color: #333438;
--box-shadow-color: rgba(0, 0, 0, 0.15);
--display-1-color: #BABFC5;
--display-2-color: #BABFC5;
--display-3-color: #BABFC5;
--display-4-color: #BABFC5;
--h1-color: #BABFC5;
--h2-color: #BABFC5;
--h3-color: #BABFC5;
--h4-color: #BABFC5;
--h5-color: #BABFC5;
--h6-color: #BABFC5;
--text-base-color: #BABFC5;
--text-xl-color: #BABFC5;
--text-lg-color: #BABFC5;
--text-sm-color: #BABFC5;
--text-xs-color: #BABFC5;
--text-xxs-color: #BABFC5;
--gray-900: #0C0D0E;
--gray-800: #1f2124;
--gray-750: #2b2c31;
--gray-725: #333438;
--gray-700: #3f444b;
--gray-600: #515962;
--gray-500: #69727D;
--gray-400: #818A96;
--gray-300: #9DA5AE;
--gray-200: #BABFC5;
--gray-100: #D5D8DC;
--gray-75: #E6E8EA;
--gray-50: #F1F2F3;
--gray-25: #F9FAFA;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5;
color: var(--body-color);
background-color: var(--body-bg);
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
margin: 0;
padding: 0;
line-height: inherit;
font-weight: normal;
}
p {
margin-block-start: 0;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
a {
--eps-link-color: $eps-link-color;
color: var(--eps-link-color);
background-color: transparent;
}
a, a:active, a:hover, a:focus {
text-decoration: none;
}
a:focus, a:hover {
--eps-link-color: $eps-link-hover-color;
text-decoration: none;
}
a:not([href]) {
color: inherit;
text-decoration: none;
}
a:not([href]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: monospace;
font-size: 1em;
}
figure {
margin: 0 0 0;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
input[type=radio],
input[type=checkbox] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
[hidden] {
display: none !important;
}
hr {
border: 0 none;
border-block-end: 1px solid var(--hr-color);
}
.eps-display-1 {
font-size: 1.85rem;
color: var(--display-1-color);
margin-block-start: 0.5rem;
margin-block-end: 0.5rem;
}
.eps-display-2 {
font-size: 1.85rem;
color: var(--display-2-color);
margin-block-start: 0.5rem;
margin-block-end: 0.5rem;
}
.eps-display-3 {
font-size: 1.85rem;
color: var(--display-3-color);
margin-block-start: 0;
margin-block-end: 1.25rem;
}
.eps-display-4 {
font-size: 1.85rem;
color: var(--display-4-color);
margin-block-start: 0.5rem;
margin-block-end: 0.5rem;
}
h1,
.eps-h1 {
font-size: 1.625rem;
line-height: 1;
color: var(--h1-color);
margin-block-end: 1.25rem;
font-weight: 500;
}
h2,
.eps-h2 {
font-size: 1.25rem;
line-height: 1.2;
color: var(--h2-color);
margin-block-start: 0;
margin-block-end: 1.25rem;
font-weight: 500;
}
h3,
.eps-h3 {
font-size: 1rem;
line-height: 1.2;
color: var(--h3-color);
margin-block-start: 0;
margin-block-end: 0.5rem;
font-weight: 500;
}
h4,
.eps-h4 {
font-size: 0.9375rem;
color: var(--h4-color);
margin-block-start: 0;
margin-block-end: 0.5rem;
}
h5,
.eps-h5 {
font-size: 0.875rem;
color: var(--h5-color);
margin-block-start: 0;
margin-block-end: 0.5rem;
}
h6,
.eps-h6 {
font-size: 0.875rem;
color: var(--h-6-color);
margin-block-start: 0;
margin-block-end: 0.5rem;
font-weight: 700;
}
.eps-text-xxs {
font-size: 0.75rem;
line-height: 1.2;
color: var(--text-xxs-color);
font-weight: 400;
}
.eps-text-xs {
font-size: 0.75rem;
line-height: 1.5;
color: var(--text-xs-color);
font-weight: 400;
}
.eps-text {
font-size: 0.875rem;
line-height: 1.5;
color: var(--text-base-color);
font-weight: 400;
}
.eps-text-sm {
font-size: 0.8125rem;
line-height: 1.5;
color: var(--text-sm-color);
font-weight: 400;
}
.eps-text-lg {
font-size: 0.9375rem;
line-height: 1.5;
color: var(--text-lg-color);
font-weight: 400;
}
.eps-text-xl {
font-size: 1rem;
line-height: 1.5;
color: var(--text-xl-color);
font-weight: 400;
}
.video-wrapper {
position: relative;
padding-block-end: 56.25%;
height: 0;
}
.video-wrapper iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.eps-separator {
margin-block-end: 2.75rem;
}
.eps-theme-dark {
--e-app-back-button-color: #BABFC5;
}
.back-button, .e-app-back-button {
--button-background-color: var(--e-app-back-button-color, #69727D);
margin-block-end: 1.5rem;
}
.back-button .eps-icon, .e-app-back-button .eps-icon {
margin-inline-end: 0.3125rem;
}
.eps-theme-dark {
--input-border-color: --hr-color;
}
.eps-input {
border: 1px solid var(--hr-color);
border-radius: 0.1875rem;
background: transparent;
color: inherit;
height: 1.875rem;
padding: 0 0.3125rem;
}
.eps-input--block {
width: 100%;
}
.eps-app {
display: flex;
height: 100vh;
flex-direction: column;
color: var(--body-color);
background-color: var(--app-background-color);
position: absolute;
border-radius: 0;
box-shadow: 2px 8px 23px 3px var(--color-box-shadow-color);
overflow: hidden;
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
width: 100%;
max-width: 100%;
}
.eps-app__lightbox {
display: flex;
align-items: center;
justify-content: center;
position: fixed;
height: 100%;
width: 100%;
background-color: var(--app-lightbox-background-color);
z-index: 1040;
bottom: 0;
right: 0;
}
.eps-app__header {
flex-shrink: 0;
font-size: 0.9375rem;
border-block-end: var(--e-a-border);
position: relative;
z-index: 3;
height: 3.125rem;
padding-block: 0;
padding-inline: 1rem;
}
.eps-app__header-buttons {
display: flex;
align-items: center;
flex-direction: row-reverse;
font-size: 1.125rem;
}
.eps-app__header-btn {
padding-inline-start: 1rem;
font-size: 1.125rem;
line-height: 1.25rem;
}
.eps-app__header-btn:hover {
color: var(--app-header-buttons-color-hover);
}
.eps-app__header-btn:first-child {
border-inline-start: 1px solid var(--app-header-buttons-separator-color);
}
.eps-app__header-btn:not(:first-child) {
padding-inline-end: 1rem;
}
.eps-app__logo-title-wrapper {
display: flex;
align-items: center;
}
.eps-app__logo {
display: block;
width: 1.75rem;
height: 1.75rem;
line-height: 1.75rem;
text-align: center;
font-size: calc(0.4 * 1.75rem);
border-radius: 50%;
color: var(--app-logo-color);
background-color: var(--app-logo-background-color);
}
.eps-app__logo:not(:last-child) {
margin-inline-end: 0.625rem;
}
.eps-app__title {
color: var(--app-title-color);
font-size: 0.9375rem;
font-weight: 700;
text-transform: uppercase;
margin-block-end: 0;
}
.eps-app__main {
display: flex;
overflow: hidden;
flex-grow: 1;
}
.eps-app__sidebar {
background-color: var(--app-sidebar-background-color);
padding-block-start: 1.25rem;
width: 30%;
max-width: 17.1875rem;
border-inline-end: var(--e-a-border);
flex-grow: 0;
overflow-y: auto;
z-index: 4;
}
.eps-app__content {
flex-grow: 1;
position: relative;
padding: 2.75rem;
height: 100%;
overflow-y: auto;
}
.e-app-upload-file__input {
display: none;
}
.e-app-drop-zone {
--e-app-drop-zone-text-color: #69727D;
--e-app-drop-zone-secondary-text-color: #515962;
}
.e-app-drop-zone__icon {
margin-block-end: 2.75rem;
font-size: 60px;
}
.e-app-drop-zone__text {
color: var(--e-app-drop-zone-text-color);
}
.e-app-drop-zone__secondary-text {
color: var(--e-app-drop-zone-secondary-text-color);
}
.eps-theme-dark .e-app-drop-zone {
--e-app-drop-zone-text-color: #BABFC5;
--e-app-drop-zone-secondary-text-color: #D5D8DC;
}
:root {
--info-toggle-color: #9DA5AE;
--info-toggle-hover-color: #69727D;
}
.eps-theme-dark {
--placeholder-filter: invert(0.8) sepia(1) saturate(0.2) hue-rotate(180deg) contrast(1.25) brightness(1.2);
--info-toggle-color: #818A96;
--info-toggle-hover-color: #BABFC5;
}
.e-site-part .eps-card__image {
filter: var(--placeholder-filter, none);
}
.e-site-part__info-toggle {
color: var(--info-toggle-color);
}
.e-site-part__info-toggle:hover {
--info-toggle-color: var(--info-toggle-hover-color);
}
.e-site-editor__header {
margin-block-end: 2.75rem;
border-block-end: 1px solid var(--hr-color);
}
:root {
--e-elementor-loader-color: #ffffff;
--e-elementor-loader-wrapper-color: #F9FAFA;
--e-elementor-loader-box-color: #E6E8EA;
}
.eps-theme-dark {
--e-elementor-loader-color: #1f2124;
--e-elementor-loader-wrapper-color: #2b2c31;
--e-elementor-loader-box-color: #3f444b;
}
.elementor-loading {
background-color: var(--e-elementor-loader-color);
height: 100vh;
}
.elementor-loader-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
}
.elementor-loader {
border-radius: 50%;
padding: 40px;
height: 150px;
width: 150px;
background-color: var(--e-elementor-loader-wrapper-color);
box-sizing: border-box;
box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.02);
}
.elementor-loader-boxes {
height: 100%;
width: 100%;
position: relative;
}
.elementor-loader-box {
position: absolute;
background-color: var(--e-elementor-loader-box-color);
animation: load 1.8s linear infinite;
}
.elementor-loader-box:nth-of-type(1) {
width: 20%;
height: 100%;
right: 0;
top: 0;
}
.elementor-loader-box:not(:nth-of-type(1)) {
left: 0;
height: 20%;
width: 60%;
}
.elementor-loader-box:nth-of-type(2) {
top: 0;
animation-delay: calc(1.8s / 4 * -1);
}
.elementor-loader-box:nth-of-type(3) {
top: 40%;
animation-delay: calc(1.8s / 4 * -2);
}
.elementor-loader-box:nth-of-type(4) {
bottom: 0;
animation-delay: calc(1.8s / 4 * -3);
}
.elementor-loading-title {
color: #9DA5AE;
text-align: center;
text-transform: uppercase;
letter-spacing: 7px;
text-indent: 7px;
font-size: 10px;
width: 100%;
}
@keyframes load {
0% {
opacity: 0.3;
}
50% {
opacity: 1;
}
100% {
opacity: 0.3;
}
}
.eps-menu__title {
margin-block-start: 2.75rem;
margin-block-end: 1rem;
}
.e-app-import {
--e-app-import-back-to-library-color: #69727D;
padding-block-end: 1.25rem;
}
.e-app-import__drop-zone {
margin-block-start: 1.25rem;
}
.e-app-import__back-to-library {
color: var(--e-app-import-back-to-library-color);
margin-block-end: 1.5rem;
}
.e-app-import__back-to-library > i {
margin-inline-end: 0.5rem;
}
.eps-theme-dark .e-app-import {
--e-app-import-back-to-library-color: #BABFC5;
}
.e-site-editor__promotion-overlay__link {
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
flex-direction: column;
text-decoration: none;
}
.e-site-editor__promotion-overlay__icon {
font-size: 1.25rem;
color: #ffffff;
margin-block-end: 1rem;
}
.e-app-import-export-wizard-step {
--e-app-import-export-wizard-step-icon-color: #818A96;
--e-app-import-export-wizard-step-text-color: #69727D;
--e-app-import-export-wizard-step-block-end-text-color: #69727D;
height: 100%;
position: relative;
text-align: center;
}
.e-app-import-export-wizard-step__media-container {
height: 140px;
margin: 5.5rem 0 2.75rem;
}
.e-app-import-export-wizard-step__icon {
color: var(--e-app-import-export-wizard-step-icon-color);
font-size: 50px;
}
.e-app-import-export-wizard-step__icon.eicon-loading {
font-size: 1.85rem;
}
.e-app-import-export-wizard-step__heading {
margin-block-end: 1.5rem;
}
.e-app-import-export-wizard-step__description, .e-app-import-export-wizard-step__info {
color: var(--e-app-import-export-wizard-step-text-color);
}
.e-app-import-export-wizard-step__info {
margin-block-start: 1.5rem;
}
.e-app-import-export-wizard-step__content {
text-align: initial;
margin-block-end: 1.25rem;
}
.e-app-import-export-wizard-step__notice {
display: block;
position: sticky;
top: 100%; /* Will prevent text overlapping when window height is too short. */
color: var(--e-app-import-export-wizard-step-block-end-text-color);
font-style: italic;
margin-block-end: 0;
}
.eps-theme-dark .e-app-import-export-wizard-step {
--e-app-import-export-wizard-step-icon-color: #818A96;
--e-app-import-export-wizard-step-text-color: #BABFC5;
--e-app-import-export-wizard-step-block-end-text-color: #BABFC5;
}
.e-app-import-export-page-header {
--e-app-import-export-page-header-heading-color: #515962;
--e-app-import-export-page-header-description-color: #69727D;
margin-block-end: 2.75rem;
}
.e-app-import-export-page-header__content-wrapper {
max-width: 645px;
}
.e-app-import-export-page-header__heading {
color: var(--e-app-import-export-page-header-heading-color);
}
.e-app-import-export-page-header__description {
color: var(--e-app-import-export-page-header-description-color);
margin-block-start: 1.25rem;
}
.eps-theme-dark .e-app-import-export-page-header {
--e-app-import-export-page-header-heading-color: #D5D8DC;
--e-app-import-export-page-header-description-color: #D5D8DC;
}
.e-app-export-kit-content {
--e-app-export-kit-content-title-color: #3f444b;
--e-app-export-kit-content-description-color: #515962;
--e-app-export-kit-content-sm-notice-color: #BABFC5;
}
.e-app-export-kit-content__checkbox {
flex-shrink: 0;
margin-inline-end: 0.75rem;
}
.e-app-export-kit-content__title {
color: var(--e-app-export-kit-content-title-color);
}
.e-app-export-kit-content__description {
color: var(--e-app-export-kit-content-description-color);
margin-inline-end: 1.25rem;
}
.e-app-export-kit-content__notice {
margin-block-start: 1rem;
}
.e-app-export-kit-content__small-notice {
font-style: italic;
color: var(--e-app-export-kit-content-sm-notice-color);
}
.eps-theme-dark .e-app-export-kit-content {
--e-app-export-kit-content-title-color: #D5D8DC;
--e-app-export-kit-content-description-color: #BABFC5;
--e-app-export-kit-content-sm-notice-color: #818A96;
}
.e-app-wizard-footer {
--e-app-wizard-footer-border-color: #E6E8EA;
padding: 0.5rem;
}
.e-app-wizard-footer__separator {
border-block-start: 1px solid var(--e-app-wizard-footer-border-color);
}
.eps-theme-dark .e-app-wizard-footer {
--e-app-wizard-footer-border-color: #333438;
}
.e-app-export-templates-features__locked {
--e-app-export-templates-features-locked-color: #69727D;
color: var(--e-app-export-templates-features-locked-color);
}
.eps-theme-dark .e-app-export-templates-features__locked {
--e-app-export-templates-features-locked-color: #9DA5AE;
}
:root {
--color-box-shadow-color: rgba(0, 0, 0, 0.05);
}
.eps-theme-dark {
--color-box-shadow-color: rgba(0, 0, 0, 0.1);
}
:root {
--card-background-color-hover: #ffffff;
--card-border: 1px solid #D5D8DC;
--card-header-footer-border: 1px solid var(--e-a-border-color);
--card-header-footer-active-border: 2px solid #BABFC5;
--card-headline-color: #515962;
--card-figure-background-color: #BABFC5;
--card-image-overlay-background-color: rgba(0, 0, 0, 0.2);
}
.eps-theme-dark {
--card-background-color-hover: #2b2c31;
--card-border: 1px solid #333438;
--card-header-footer-border: 1px solid #333438;
--card-header-footer-active-border: 1px solid #1f2124;
--card-headline-color: #D5D8DC;
--card-figure-background-color: #3f444b;
--card-image-overlay-background-color: rgba(63, 68, 75, 0.5);
}
.eps-card {
border: var(--card-border);
border-radius: 0.1875rem;
transition: 0.3s;
font-size: 0.75rem;
/*
todo: TBD: Optionally remove headline styling in favor of a global atom depending on variation needs
*/
}
.eps-card__header {
padding: 0.625rem;
border-block-end: var(--card-header-footer-border);
min-height: 2.5rem;
display: flex;
align-items: center;
}
.eps-card__header--padding {
padding: var(--eps-card-header-padding);
}
.eps-card__headline {
color: var(--card-headline-color);
margin-block-end: 0;
font-weight: 500;
flex-grow: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.eps-card__body {
padding: 0.625rem 0.625rem;
}
.eps-card__body--padding {
padding: var(--eps-card-body-padding);
}
.eps-card__figure {
background-color: var(--card-figure-background-color);
position: relative;
padding-block-end: var(--card-image-aspect-ratio, 95.6%);
overflow: hidden;
height: 0;
}
.eps-card__image {
width: 100%;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: top;
object-position: top;
position: absolute;
top: 0;
right: 0;
}
.eps-card__image-overlay {
position: absolute;
top: 0;
background-color: var(--card-image-overlay-background-color);
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
transition: 0.3s;
}
.eps-card__image-overlay:hover {
opacity: 1;
}
.eps-card__footer {
padding: 0.625rem;
border-block-start: var(--card-header-footer-border);
font-size: 0.6875rem;
}
.eps-card__footer--padding {
padding: var(--eps-card-footer-padding);
}
:root {
--menu-item-color: #515962;
--menu-item-color-hover: #3f444b;
--menu-item-color-active: #0C0D0E;
--menu-item-background-color-hover: #F9FAFA;
--menu-item-background-color-active: #E6E8EA;
--menu-item-action-button-color: #9DA5AE;
}
.eps-theme-dark {
--menu-item-color: #D5D8DC;
--menu-item-color-hover: #BABFC5;
--menu-item-color-active: #9DA5AE;
--menu-item-background-color-hover: #2b2c31;
--menu-item-background-color-active: #333438;
--menu-item-action-button-color: #818A96;
}
.eps-menu-item {
display: flex;
align-items: center;
position: relative;
transition: 0.3s;
--action-button-opacity: 0;
}
.eps-menu-item::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
height: 100%;
width: var(--menu-item-pointer-width);
background-color: #0C0D0E;
}
.eps-menu-item:hover:not(.eps-menu-item--active) {
background-color: var(--menu-item-background-color-hover);
--action-button-opacity: 1;
--menu-item-color: var(--menu-item-color-hover);
--eps-link-color: var(--menu-item-color-hover);
}
.eps-menu-item--active {
background-color: var(--menu-item-background-color-active);
--menu-item-color: var(--menu-item-color-active);
--eps-link-color: var(--menu-item-color-active);
}
.eps-menu-item__link {
padding: 0.5rem 1.875rem;
min-height: 2.75rem;
font-size: 0.75rem;
line-height: 1.2;
flex-grow: 1;
display: flex;
align-items: center;
color: var(--menu-item-color);
--eps-link-color: var(--menu-item-color);
}
.eps-menu-item__link:not(:last-child) {
padding-inline-end: 0;
}
.eps-menu-item__link .eps-icon {
font-size: 1.125rem;
margin-inline-end: 0.75rem;
}
.eps-menu-item__action-button {
opacity: var(--action-button-opacity);
padding: 0.625rem;
transition: 0.3s;
margin-inline-end: 1.25rem;
}
.eps-menu-item--active {
--menu-item-pointer-width: 0.3125rem;
}
.eps-grid-container {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.eps-grid-container--no-wrap {
flex-wrap: nowrap;
}
.eps-grid-container--wrap-reverse {
flex-wrap: wrap-reverse;
}
.eps-grid-container--spacing {
--grid-row-gutter: calc(-1 * calc(var(--grid-spacing-gutter) * 0.625rem / 10));
width: var(--grid-spacing-width);
margin: var(--grid-row-gutter);
}
.eps-grid-container--spacing > .eps-grid-item {
padding: var(--grid-spacing-gutter);
}
.eps-grid--direction-row {
flex-direction: row;
}
.eps-grid--direction-row-reverse {
flex-direction: row-reverse;
}
.eps-grid--direction-column {
flex-direction: column;
}
.eps-grid--direction-column-reverse {
flex-direction: column-reverse;
}
.eps-grid--justify-stretch {
justify-content: stretch;
}
.eps-grid--justify-start {
justify-content: flex-start;
}
.eps-grid--justify-center {
justify-content: center;
}
.eps-grid--justify-end {
justify-content: flex-end;
}
.eps-grid--justify-space-between {
justify-content: space-between;
}
.eps-grid--justify-space-around {
justify-content: space-around;
}
.eps-grid--justify-space-evenly {
justify-content: space-evenly;
}
.eps-grid--align-content-stretch {
align-content: stretch;
}
.eps-grid--align-content-start {
align-content: flex-start;
}
.eps-grid--align-content-center {
align-content: center;
}
.eps-grid--align-content-end {
align-content: flex-end;
}
.eps-grid--align-content-space-between {
align-content: space-between;
}
.eps-grid--align-items-start {
align-items: flex-start;
}
.eps-grid--align-items-center {
align-items: center;
}
.eps-grid--align-items-end {
align-items: flex-end;
}
.eps-grid--align-items-baseline {
align-items: baseline;
}
.eps-grid--align-items-stretch {
align-items: stretch;
}
.eps-grid-item--zero-min-width {
min-width: 0;
}
@media screen and (min-width: 480px) {
.eps-grid-item-sm {
flex-grow: 1;
max-width: 100%;
flex-basis: 0;
}
}
@media screen and (min-width: 768px) {
.eps-grid-item-md {
flex-grow: 1;
max-width: 100%;
flex-basis: 0;
}
}
@media screen and (min-width: 1025px) {
.eps-grid-item-lg {
flex-grow: 1;
max-width: 100%;
flex-basis: 0;
}
}
@media screen and (min-width: 1440px) {
.eps-grid-item-xl {
flex-grow: 1;
max-width: 100%;
flex-basis: 0;
}
}
@media screen and (min-width: 1600px) {
.eps-grid-item-xxl {
flex-grow: 1;
max-width: 100%;
flex-basis: 0;
}
}
.eps-grid-item-xs-1 {
flex-grow: 0;
max-width: calc(1 / 12 * 100%);
flex-basis: calc(1 / 12 * 100%);
}
.eps-grid-item-xs-2 {
flex-grow: 0;
max-width: calc(2 / 12 * 100%);
flex-basis: calc(2 / 12 * 100%);
}
.eps-grid-item-xs-3 {
flex-grow: 0;
max-width: calc(3 / 12 * 100%);
flex-basis: calc(3 / 12 * 100%);
}
.eps-grid-item-xs-4 {
flex-grow: 0;
max-width: calc(4 / 12 * 100%);
flex-basis: calc(4 / 12 * 100%);
}
.eps-grid-item-xs-5 {
flex-grow: 0;
max-width: calc(5 / 12 * 100%);
flex-basis: calc(5 / 12 * 100%);
}
.eps-grid-item-xs-6 {
flex-grow: 0;
max-width: calc(6 / 12 * 100%);
flex-basis: calc(6 / 12 * 100%);
}
.eps-grid-item-xs-7 {
flex-grow: 0;
max-width: calc(7 / 12 * 100%);
flex-basis: calc(7 / 12 * 100%);
}
.eps-grid-item-xs-8 {
flex-grow: 0;
max-width: calc(8 / 12 * 100%);
flex-basis: calc(8 / 12 * 100%);
}
.eps-grid-item-xs-9 {
flex-grow: 0;
max-width: calc(9 / 12 * 100%);
flex-basis: calc(9 / 12 * 100%);
}
.eps-grid-item-xs-10 {
flex-grow: 0;
max-width: calc(10 / 12 * 100%);
flex-basis: calc(10 / 12 * 100%);
}
.eps-grid-item-xs-11 {
flex-grow: 0;
max-width: calc(11 / 12 * 100%);
flex-basis: calc(11 / 12 * 100%);
}
.eps-grid-item-xs-12 {
flex-grow: 0;
max-width: calc(12 / 12 * 100%);
flex-basis: calc(12 / 12 * 100%);
}
@media screen and (min-width: 480px) {
.eps-grid-item-sm-1 {
flex-grow: 0;
max-width: calc(1 / 12 * 100%);
flex-basis: calc(1 / 12 * 100%);
}
.eps-grid-item-sm-2 {
flex-grow: 0;
max-width: calc(2 / 12 * 100%);
flex-basis: calc(2 / 12 * 100%);
}
.eps-grid-item-sm-3 {
flex-grow: 0;
max-width: calc(3 / 12 * 100%);
flex-basis: calc(3 / 12 * 100%);
}
.eps-grid-item-sm-4 {
flex-grow: 0;
max-width: calc(4 / 12 * 100%);
flex-basis: calc(4 / 12 * 100%);
}
.eps-grid-item-sm-5 {
flex-grow: 0;
max-width: calc(5 / 12 * 100%);
flex-basis: calc(5 / 12 * 100%);
}
.eps-grid-item-sm-6 {
flex-grow: 0;
max-width: calc(6 / 12 * 100%);
flex-basis: calc(6 / 12 * 100%);
}
.eps-grid-item-sm-7 {
flex-grow: 0;
max-width: calc(7 / 12 * 100%);
flex-basis: calc(7 / 12 * 100%);
}
.eps-grid-item-sm-8 {
flex-grow: 0;
max-width: calc(8 / 12 * 100%);
flex-basis: calc(8 / 12 * 100%);
}
.eps-grid-item-sm-9 {
flex-grow: 0;
max-width: calc(9 / 12 * 100%);
flex-basis: calc(9 / 12 * 100%);
}
.eps-grid-item-sm-10 {
flex-grow: 0;
max-width: calc(10 / 12 * 100%);
flex-basis: calc(10 / 12 * 100%);
}
.eps-grid-item-sm-11 {
flex-grow: 0;
max-width: calc(11 / 12 * 100%);
flex-basis: calc(11 / 12 * 100%);
}
.eps-grid-item-sm-12 {
flex-grow: 0;
max-width: calc(12 / 12 * 100%);
flex-basis: calc(12 / 12 * 100%);
}
}
@media screen and (min-width: 768px) {
.eps-grid-item-md-1 {
flex-grow: 0;
max-width: calc(1 / 12 * 100%);
flex-basis: calc(1 / 12 * 100%);
}
.eps-grid-item-md-2 {
flex-grow: 0;
max-width: calc(2 / 12 * 100%);
flex-basis: calc(2 / 12 * 100%);
}
.eps-grid-item-md-3 {
flex-grow: 0;
max-width: calc(3 / 12 * 100%);
flex-basis: calc(3 / 12 * 100%);
}
.eps-grid-item-md-4 {
flex-grow: 0;
max-width: calc(4 / 12 * 100%);
flex-basis: calc(4 / 12 * 100%);
}
.eps-grid-item-md-5 {
flex-grow: 0;
max-width: calc(5 / 12 * 100%);
flex-basis: calc(5 / 12 * 100%);
}
.eps-grid-item-md-6 {
flex-grow: 0;
max-width: calc(6 / 12 * 100%);
flex-basis: calc(6 / 12 * 100%);
}
.eps-grid-item-md-7 {
flex-grow: 0;
max-width: calc(7 / 12 * 100%);
flex-basis: calc(7 / 12 * 100%);
}
.eps-grid-item-md-8 {
flex-grow: 0;
max-width: calc(8 / 12 * 100%);
flex-basis: calc(8 / 12 * 100%);
}
.eps-grid-item-md-9 {
flex-grow: 0;
max-width: calc(9 / 12 * 100%);
flex-basis: calc(9 / 12 * 100%);
}
.eps-grid-item-md-10 {
flex-grow: 0;
max-width: calc(10 / 12 * 100%);
flex-basis: calc(10 / 12 * 100%);
}
.eps-grid-item-md-11 {
flex-grow: 0;
max-width: calc(11 / 12 * 100%);
flex-basis: calc(11 / 12 * 100%);
}
.eps-grid-item-md-12 {
flex-grow: 0;
max-width: calc(12 / 12 * 100%);
flex-basis: calc(12 / 12 * 100%);
}
}
@media screen and (min-width: 1025px) {
.eps-grid-item-lg-1 {
flex-grow: 0;
max-width: calc(1 / 12 * 100%);
flex-basis: calc(1 / 12 * 100%);
}
.eps-grid-item-lg-2 {
flex-grow: 0;
max-width: calc(2 / 12 * 100%);
flex-basis: calc(2 / 12 * 100%);
}
.eps-grid-item-lg-3 {
flex-grow: 0;
max-width: calc(3 / 12 * 100%);
flex-basis: calc(3 / 12 * 100%);
}
.eps-grid-item-lg-4 {
flex-grow: 0;
max-width: calc(4 / 12 * 100%);
flex-basis: calc(4 / 12 * 100%);
}
.eps-grid-item-lg-5 {
flex-grow: 0;
max-width: calc(5 / 12 * 100%);
flex-basis: calc(5 / 12 * 100%);
}
.eps-grid-item-lg-6 {
flex-grow: 0;
max-width: calc(6 / 12 * 100%);
flex-basis: calc(6 / 12 * 100%);
}
.eps-grid-item-lg-7 {
flex-grow: 0;
max-width: calc(7 / 12 * 100%);
flex-basis: calc(7 / 12 * 100%);
}
.eps-grid-item-lg-8 {
flex-grow: 0;
max-width: calc(8 / 12 * 100%);
flex-basis: calc(8 / 12 * 100%);
}
.eps-grid-item-lg-9 {
flex-grow: 0;
max-width: calc(9 / 12 * 100%);
flex-basis: calc(9 / 12 * 100%);
}
.eps-grid-item-lg-10 {
flex-grow: 0;
max-width: calc(10 / 12 * 100%);
flex-basis: calc(10 / 12 * 100%);
}
.eps-grid-item-lg-11 {
flex-grow: 0;
max-width: calc(11 / 12 * 100%);
flex-basis: calc(11 / 12 * 100%);
}
.eps-grid-item-lg-12 {
flex-grow: 0;
max-width: calc(12 / 12 * 100%);
flex-basis: calc(12 / 12 * 100%);
}
}
@media screen and (min-width: 1440px) {
.eps-grid-item-xl-1 {
flex-grow: 0;
max-width: calc(1 / 12 * 100%);
flex-basis: calc(1 / 12 * 100%);
}
.eps-grid-item-xl-2 {
flex-grow: 0;
max-width: calc(2 / 12 * 100%);
flex-basis: calc(2 / 12 * 100%);
}
.eps-grid-item-xl-3 {
flex-grow: 0;
max-width: calc(3 / 12 * 100%);
flex-basis: calc(3 / 12 * 100%);
}
.eps-grid-item-xl-4 {
flex-grow: 0;
max-width: calc(4 / 12 * 100%);
flex-basis: calc(4 / 12 * 100%);
}
.eps-grid-item-xl-5 {
flex-grow: 0;
max-width: calc(5 / 12 * 100%);
flex-basis: calc(5 / 12 * 100%);
}
.eps-grid-item-xl-6 {
flex-grow: 0;
max-width: calc(6 / 12 * 100%);
flex-basis: calc(6 / 12 * 100%);
}
.eps-grid-item-xl-7 {
flex-grow: 0;
max-width: calc(7 / 12 * 100%);
flex-basis: calc(7 / 12 * 100%);
}
.eps-grid-item-xl-8 {
flex-grow: 0;
max-width: calc(8 / 12 * 100%);
flex-basis: calc(8 / 12 * 100%);
}
.eps-grid-item-xl-9 {
flex-grow: 0;
max-width: calc(9 / 12 * 100%);
flex-basis: calc(9 / 12 * 100%);
}
.eps-grid-item-xl-10 {
flex-grow: 0;
max-width: calc(10 / 12 * 100%);
flex-basis: calc(10 / 12 * 100%);
}
.eps-grid-item-xl-11 {
flex-grow: 0;
max-width: calc(11 / 12 * 100%);
flex-basis: calc(11 / 12 * 100%);
}
.eps-grid-item-xl-12 {
flex-grow: 0;
max-width: calc(12 / 12 * 100%);
flex-basis: calc(12 / 12 * 100%);
}
}
@media screen and (min-width: 1600px) {
.eps-grid-item-xxl-1 {
flex-grow: 0;
max-width: calc(1 / 12 * 100%);
flex-basis: calc(1 / 12 * 100%);
}
.eps-grid-item-xxl-2 {
flex-grow: 0;
max-width: calc(2 / 12 * 100%);
flex-basis: calc(2 / 12 * 100%);
}
.eps-grid-item-xxl-3 {
flex-grow: 0;
max-width: calc(3 / 12 * 100%);
flex-basis: calc(3 / 12 * 100%);
}
.eps-grid-item-xxl-4 {
flex-grow: 0;
max-width: calc(4 / 12 * 100%);
flex-basis: calc(4 / 12 * 100%);
}
.eps-grid-item-xxl-5 {
flex-grow: 0;
max-width: calc(5 / 12 * 100%);
flex-basis: calc(5 / 12 * 100%);
}
.eps-grid-item-xxl-6 {
flex-grow: 0;
max-width: calc(6 / 12 * 100%);
flex-basis: calc(6 / 12 * 100%);
}
.eps-grid-item-xxl-7 {
flex-grow: 0;
max-width: calc(7 / 12 * 100%);
flex-basis: calc(7 / 12 * 100%);
}
.eps-grid-item-xxl-8 {
flex-grow: 0;
max-width: calc(8 / 12 * 100%);
flex-basis: calc(8 / 12 * 100%);
}
.eps-grid-item-xxl-9 {
flex-grow: 0;
max-width: calc(9 / 12 * 100%);
flex-basis: calc(9 / 12 * 100%);
}
.eps-grid-item-xxl-10 {
flex-grow: 0;
max-width: calc(10 / 12 * 100%);
flex-basis: calc(10 / 12 * 100%);
}
.eps-grid-item-xxl-11 {
flex-grow: 0;
max-width: calc(11 / 12 * 100%);
flex-basis: calc(11 / 12 * 100%);
}
.eps-grid-item-xxl-12 {
flex-grow: 0;
max-width: calc(12 / 12 * 100%);
flex-basis: calc(12 / 12 * 100%);
}
}
:root {
--menu-title-color: #515962;
}
.eps-theme-dark {
--menu-title-color: #515962;
}
.eps-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.eps-menu ul li {
display: flex;
}
.eps-menu__title {
padding: 0.5rem 1.875rem;
font-size: 0.6875rem;
line-height: 1.2;
text-transform: uppercase;
font-weight: normal;
color: var(--menu-title-color);
}
:root {
--eps-modal-background-color: #ffffff;
--eps-modal-header-background-color: #2563EB;
--eps-tip-background-color: #F0F7FF;
}
.eps-theme-dark {
--eps-modal-background-color: #0C0D0E;
--eps-modal-header-background-color: #0077CC;
--eps-tip-background-color: #0A1A3D;
}
/** ----------------------------------------------------------------
EPS Modal
---------------------------------------------------------------- */
.eps-modal {
max-width: 43.75rem;
background: var(--eps-modal-background-color);
border-radius: 0.1875rem;
animation: eps-animation-pop 0.15s cubic-bezier(0.57, 0.53, 0.71, 1.47) forwards;
}
.eps-modal__overlay {
background: rgba(0, 0, 0, 0.5);
position: fixed;
display: flex;
inset: 0;
align-items: center;
justify-content: center;
z-index: 1030;
}
.eps-modal__header {
font-size: 0.875rem;
background: var(--eps-modal-header-background-color);
height: 2.75rem;
padding: 0.625rem 1rem;
border-radius: 0.1875rem;
}
.eps-modal__header, .eps-modal__header .title {
color: #ffffff;
}
.eps-modal__icon {
margin-inline-end: 0.625rem;
}
.eps-modal__body {
padding: 1.875rem;
}
.eps-modal__tip, .eps-modal .eps-tip {
padding: 0.5rem;
padding-inline-start: 0.75rem;
border-inline-start: 3px solid #2563EB;
background-color: var(--eps-tip-background-color);
}
.eps-modal__tip:not(:last-child), .eps-modal .eps-tip:not(:last-child) {
margin-block-end: 1.875rem;
}
.eps-modal__tip:not(:first-child), .eps-modal .eps-tip:not(:first-child) {
margin-block-start: 1.875rem;
}
.eps-modal__section:not(:first-child) {
margin-block-start: 1.875rem;
}
.eps-modal__close-wrapper {
padding-inline-start: 1rem;
border-inline-start: solid 1px #ffffff;
}
.eps-add-new-button {
display: inline-flex;
--eps-add-new-button-size: 1.5rem;
line-height: var(--eps-add-new-button-size);
cursor: pointer;
}
.eps-add-new-button .eps-icon {
background-color: #F3BAFD;
color: #0C0D0E;
width: var(--eps-add-new-button-size);
height: var(--eps-add-new-button-size);
border-radius: 100%;
font-size: calc(var(--eps-add-new-button-size) * 0.75);
text-align: center;
line-height: var(--eps-add-new-button-size);
}
.eps-add-new-button span:not(.sr-only) {
margin-inline-start: 0.625rem;
font-weight: 500;
}
.eps-add-new-button--sm {
--eps-add-new-button-size: 1rem;
}
:root {
--select2-selection-background-color: #ffffff;
--select2-selection-color: #515962;
--select2-selection-border-color: #9DA5AE;
--select2-selection-opened-focused-border-color: #BABFC5;
--select2-single-selection-rendered-color: #515962;
--select2-default-single-selection-background-color: #ffffff;
--select2-default-single-selection-border-color: #9DA5AE;
--select2-default-multiple-selection-background-color: #ffffff;
--select2-default-multiple-selection-choice-background-color: #BABFC5;
--select2-default-multiple-selection-choice-color: #515962;
--select2-default-multiple-selection-choice-border-color: #BABFC5;
--select2-default-multiple-selection-choice-remove-color: #69727D;
--select2-default-multiple-selection-choice-remove-hover-color: #515962;
--select2-default-results-selected-option-background-color: #ffffff;
--select2-default-results-selected-option-color: #515962;
--select2-default-results-highlighted-option-background-color: #5897fb;
--select2-default-results-highlighted-option-color: #ffffff;
--select2-results-selected-option-background-color: #5897fb;
--select2-results-selected-option-color: #ffffff;
--select2-dropdown-background-color: #ffffff;
--select2-dropdown-border-color: #9DA5AE;
}
.eps-theme-dark {
--select2-selection-background-color: #3f444b;
--select2-selection-color: #D5D8DC;
--select2-selection-border-color: #818A96;
--select2-selection-opened-focused-border-color: #9DA5AE;
--select2-single-selection-rendered-color: #D5D8DC;
--select2-default-single-selection-background-color: #3f444b;
--select2-default-single-selection-border-color: #69727D;
--select2-default-multiple-selection-background-color: #3f444b;
--select2-default-multiple-selection-choice-background-color: #69727D;
--select2-default-multiple-selection-choice-color: #D5D8DC;
--select2-default-multiple-selection-choice-border-color: #69727D;
--select2-default-multiple-selection-choice-remove-color: #BABFC5;
--select2-default-multiple-selection-choice-remove-hover-color: #D5D8DC;
--select2-default-results-selected-option-background-color: #3f444b;
--select2-default-results-selected-option-color: #D5D8DC;
--select2-default-results-highlighted-option-background-color: #69727D;
--select2-default-results-highlighted-option-color: #D5D8DC;
--select2-results-selected-option-background-color: #69727D;
--select2-results-selected-option-color: #D5D8DC;
--select2-dropdown-background-color: #3f444b;
--select2-dropdown-border-color: #818A96;
}
.select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--single,
.select2-container:not(.select2-container--open):not(.select2-container--focus) .select2-selection--multiple {
background-color: var(--select2-selection-background-color);
color: var(--select2-selection-color);
border-color: var(--select2-selection-border-color);
}
.select2-container.select2-container--open .select2-selection--single,
.select2-container.select2-container--open .select2-selection--multiple, .select2-container.select2-container--focus .select2-selection--single,
.select2-container.select2-container--focus .select2-selection--multiple {
border-color: var(--select2-selection-opened-focused-border-color);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--select2-single-selection-rendered-color);
}
.select2-container--default .select2-selection--single {
background-color: var(--select2-default-single-selection-background-color);
border-color: var(--select2-default-single-selection-border-color);
}
.select2-container--default .select2-selection--multiple {
background-color: var(--select2-default-multiple-selection-background-color);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: var(--select2-default-multiple-selection-choice-background-color);
color: var(--select2-default-multiple-selection-choice-color);
border-color: var(--select2-default-multiple-selection-choice-border-color);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: var(--select2-default-multiple-selection-choice-remove-color);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: var(--select2-default-multiple-selection-choice-remove-hover-color);
}
.select2-container--default .select2-results__option[aria-selected] {
background-color: var(--select2-default-results-selected-option-background-color);
color: var(--select2-default-results-selected-option-color);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: var(--select2-default-results-highlighted-option-background-color);
color: var(--select2-default-results-highlighted-option-color);
}
.select2-container .select2-results__option[aria-selected=true] {
background-color: var(--select2-results-selected-option-background-color);
color: var(--select2-results-selected-option-color);
}
.select2-container .select2-dropdown {
background-color: var(--select2-dropdown-background-color);
border-color: var(--select2-dropdown-border-color);
}
.eps-notice {
--eps-box-notice-background-color: #F1F2F3;
padding: 0.625rem 1rem;
}
.eps-notice-semantic {
border-inline-start: 3px solid var(--eps-notice-semantic-color);
background-color: var(--eps-notice-semantic-bg);
}
.eps-notice-semantic .eps-notice__icon {
color: var(--eps-notice-semantic-color);
font-size: 1rem;
margin-inline-end: 0.75rem;
}
.eps-notice--warning {
--eps-notice-semantic-color: #F59E0B;
--eps-notice-semantic-bg: #FFFBEB;
}
.eps-notice--danger {
--eps-notice-semantic-color: #DC2626;
--eps-notice-semantic-bg: #FEF1F4;
}
.eps-notice--info {
--eps-notice-semantic-color: #2563EB;
--eps-notice-semantic-bg: #F0F7FF;
}
.eps-notice__text {
margin: 0;
padding: 0;
}
.eps-notice__button-container {
flex-shrink: 0;
margin-inline-start: 1.25rem;
width: auto;
}
.eps-theme-dark .eps-notice {
--eps-box-notice-background-color: #515962;
}
.eps-theme-dark .eps-notice--warning {
--eps-notice-semantic-bg: #311808;
}
.eps-theme-dark .eps-notice--danger {
--eps-notice-semantic-bg: #390A0A;
}
.eps-theme-dark .eps-notice--info {
--eps-notice-semantic-bg: #0A1A3D;
}
.eps-list {
--eps-list-item-separated-border-color: #BABFC5;
padding: 0;
margin: 0;
border-radius: 0.1875rem;
border: 1px solid var(--e-a-border-color);
list-style-type: none;
}
.eps-list--padding {
padding: var(--eps-list-padding);
}
.eps-list__item {
padding: 0;
}
.eps-list__item--padding {
padding: var(--eps-list-item-padding);
}
.eps-list--separated .eps-list__item:not(:last-child) {
border-block-end: 1px solid var(--eps-list-item-separated-border-color);
}
.eps-theme-dark .eps-list {
--eps-list-item-separated-border-color: #3f444b;
}
:root {
--popover-background-color: #ffffff;
--popover-item-color: #515962;
--popover-item-hover-color: #3f444b;
--popover-item-danger-hover-color: #DC2626;
--popover-item-background-color: #ffffff;
--popover-box-shadow-color: rgba(0, 0, 0, 0.15);
--popover-box-shadow-size: 0px 1px 20px;
--popover-arrow-color: #ffffff;
}
.eps-theme-dark {
--popover-background-color: #1f2124;
--popover-item-color: #ffffff;
--popover-item-hover-color: #D5D8DC;
--popover-item-danger-hover-color: #F84343;
--popover-item-background-color: #1f2124;
--popover-box-shadow-color: rgba(0, 0, 0, 0.15);
--popover-box-shadow-size: 0px 1px 20px;
--popover-arrow-color: #1f2124;
}
.eps-popover {
padding: 10px 0;
background-color: var(--popover-background-color);
box-shadow: var(--popover-box-shadow-size) var(--popover-box-shadow-color);
list-style: none;
display: flex;
flex-direction: column;
min-width: 120px;
border-radius: 0.1875rem;
position: absolute;
z-index: 1050;
margin-block-start: 9px;
transform: translateX(-50%);
right: 0.25rem;
}
.eps-popover__background {
position: fixed;
inset: 0;
z-index: 1030;
}
.eps-popover__container {
position: relative;
}
.eps-popover::before {
content: "";
display: block;
position: absolute;
width: 16px;
height: 9px;
margin: 0 0.1875rem 9px;
top: -9px;
right: 50%;
transform: translateX(-50%);
border-color: transparent;
border-style: solid;
border-width: 0 calc(16px / 2) 9px calc(16px / 2);
border-block-end-color: var(--popover-arrow-color);
}
.eps-popover__item {
padding: 0.3125rem 1rem;
background-color: var(--popover-item-background-color);
color: var(--popover-item-color);
font-size: 0.6875rem;
font-weight: 500;
line-height: 0.8125rem;
width: 100%;
align-items: center;
cursor: pointer;
}
.eps-popover__item:hover {
color: var(--popover-item-hover-color);
}
.eps-popover__item--danger:hover {
color: var(--popover-item-danger-hover-color);
}
.eps-popover__item .eps-icon {
font-size: inherit;
margin-inline-end: 0.3125rem;
}
.eps-css-grid {
display: grid;
grid-template-columns: repeat(var(--eps-grid-columns, auto-fill), minmax(var(--eps-grid-col-min-width, 1fr), var(--eps-grid-col-max-width, 1fr)));
grid-gap: var(--eps-grid-spacing);
}
.eps-box {
--eps-box-color: #1f2124;
--eps-box-input-color: #1f2124;
padding: 0;
border-radius: 0.1875rem;
color: var(--eps-box-color);
}
.eps-box--padding {
padding: var(--eps-box-padding);
}
.eps-box > input {
width: 100%;
outline: 0;
border: 0;
background-color: transparent;
color: var(--eps-box-input-color);
}
.eps-theme-dark .eps-box {
--eps-box-color: #D5D8DC;
--eps-box-input-color: #D5D8DC;
}
:root {
--checkbox-border-color: #9DA5AE;
--checkbox-hover-border-color: rgb(143.0391061453, 152.1787709497, 162.4608938547);
--checkbox-active-border-color: rgb(170.9608938547, 177.8212290503, 185.5391061453);
--checkbox-background-color: #ffffff;
--checkbox-checked-background-color: #515962;
--checkbox-checked-hover-background-color: rgb(69.4608938547, 76.3212290503, 84.0391061453);
--checkbox-checked-active-background-color: rgb(92.5391061453, 101.6787709497, 111.9608938547);
--checkbox-checked-disabled-background-color: #D5D8DC;
--checkbox-indicator-color: #ffffff;
--checkbox-error-background-color: #DC2626;
}
.eps-theme-dark {
--checkbox-background-color: transparent;
}
.eps-checkbox {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.1875rem;
width: 15px;
height: 15px;
outline: 0;
background-color: var(--checkbox-background-color);
display: inline-flex;
justify-content: center;
align-items: center;
border: 1px solid var(--checkbox-border-color);
}
.eps-checkbox::after {
display: inline-block;
margin-block-end: calc(0.25 / 2 * 100%);
content: " ";
width: 3px;
height: 6px;
transform: rotate(45deg);
}
.eps-checkbox:hover {
--checkbox-border-color: var(--checkbox-hover-border-color);
}
.eps-checkbox:active {
--checkbox-border-color: var(--checkbox-active-border-color);
}
.eps-checkbox:checked {
--checkbox-background-color: var(--checkbox-checked-background-color);
--checkbox-border-color: var(--checkbox-checked-background-color);
}
.eps-checkbox:checked::after {
border: solid #ffffff;
border-width: 0 1px 1px 0;
}
.eps-checkbox:checked:hover {
--checkbox-background-color: var(--checkbox-checked-hover-background-color);
--checkbox-border-color: var(--checkbox-checked-hover-background-color);
}
.eps-checkbox:checked:active {
--checkbox-background-color: var(--checkbox-checked-active-background-color);
--checkbox-border-color: var(--checkbox-checked-active-background-color);
}
.eps-checkbox:checked:disabled {
--checkbox-background-color: var(--checkbox-checked-disabled-background-color);
--checkbox-border-color: var(--checkbox-checked-disabled-background-color);
}
.eps-checkbox--rounded {
border-radius: 50%;
}
.eps-checkbox--indeterminate {
--checkbox-background-color: var(--checkbox-checked-background-color);
--checkbox-border-color: var(--checkbox-checked-background-color);
}
.eps-checkbox--indeterminate::after {
display: inline-block;
margin-block-end: 0;
content: " ";
width: 7px;
height: 0;
transform: rotate(0deg);
border-block-start: 1px solid #ffffff;
}
.eps-checkbox--error::before, .eps-checkbox--error::after, .eps-checkbox--error:checked::before, .eps-checkbox--error:checked::after {
display: inline-block;
margin-block-end: 0;
content: " ";
width: 7px;
height: 0;
border: solid #ffffff;
border-width: 1px 0 0 0;
position: absolute;
}
.eps-checkbox--error::before, .eps-checkbox--error:checked::before {
transform: rotate(45deg);
}
.eps-checkbox--error::after, .eps-checkbox--error:checked::after {
transform: rotate(-45deg);
}
.eps-checkbox--error, .eps-checkbox--error:hover, .eps-checkbox--error:checked, .eps-checkbox--error:checked:hover {
--checkbox-background-color: var(--checkbox-error-background-color);
--checkbox-border-color: var(--checkbox-error-background-color);
}
:root {
--e-app-drag-drop-background-color: #ffffff;
--e-app-drag-drop-outline-color: #E6E8EA;
}
.eps-theme-dark {
--e-app-drag-drop-background-color: #2b2c31;
--e-app-drag-drop-outline-color: #333438;
}
.e-app-drag-drop {
background-color: var(--e-app-drag-drop-background-color);
outline: 2px dashed var(--e-app-drag-drop-outline-color);
outline-offset: -0.75rem;
margin-block-end: 1.5rem;
padding: 4.125rem;
text-align: center;
}
.e-app-drag-drop--drag-over {
outline-color: #2563EB;
}
.eps-dialog {
border-radius: 3px;
width: 375px;
}
.eps-dialog__close-button {
position: absolute;
top: -2.75rem;
left: -2.75rem;
margin-block-start: 0.625rem;
margin-inline-end: 0.625rem;
z-index: 1040;
font-size: 1.25rem;
color: #ffffff;
}
.eps-dialog__content {
padding: 1.5rem 1.875rem 1rem;
font-size: 0.75rem;
}
.eps-dialog__title, .eps-dialog__text {
text-align: center;
}
.eps-dialog__buttons {
display: flex;
}
.eps-dialog__button {
flex: 1;
border-block-start: 1px solid var(--hr-color);
line-height: 2.75rem;
text-align: center;
justify-content: center;
}
.eps-dialog__button:last-child:not(:first-child) {
border-inline-start: 1px solid var(--hr-color);
}
.e-app__popover {
display: none;
position: absolute;
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
border-radius: 6px;
padding: 20px;
width: -moz-fit-content;
width: fit-content;
z-index: 999;
background-color: var(--e-a-bg-default);
}
.e-app__popover:before {
content: "";
position: absolute;
top: -16px;
left: var(--popover-arrow-offset-end, 22px);
border: 8px solid transparent;
border-block-end-color: #fff;
}
.eps-inline-link {
color: var(--eps-inline-link-color);
background-color: initial;
border: 0;
padding: 0;
}
.eps-inline-link--color-primary {
--eps-inline-link-color: #0A875A;
}
.eps-inline-link--color-secondary {
--eps-inline-link-color: #818A96;
}
.eps-inline-link--color-danger {
--eps-inline-link-color: #DC2626;
}
.eps-inline-link--color-cta {
--eps-inline-link-color: #93003f;
}
.eps-inline-link--color-link {
--eps-inline-link-color: #515962;
}
.eps-inline-link--color-disabled {
--eps-inline-link-color: #D5D8DC;
}
.eps-inline-link--underline-hover:hover, .eps-inline-link--underline-always, .eps-inline-link--underline-always:hover {
text-decoration: underline;
}
.eps-inline-link--italic {
font-style: italic;
}
.eps-inline-link, .eps-inline-link:focus {
outline: none;
}
.eps-text-field {
--eps-text-field-color: #515962;
--eps-text-field-background-color: transparent;
--eps-text-field-placeholder-color: #69727D;
--eps-text-field-outlined-border-color: #9DA5AE;
--eps-text-field-outlined-focus-border-color: #515962;
width: 100%;
color: var(--eps-text-field-color);
background-color: var(--eps-text-field-background-color);
border: 0;
margin-block-end: 5px;
outline: none;
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5;
}
.eps-text-field--outlined {
border-radius: 0.1875rem;
border: 1px solid var(--eps-text-field-outlined-border-color);
padding: 0.625rem;
}
.eps-text-field--outlined:focus {
border-color: var(--eps-text-field-outlined-focus-border-color);
}
.eps-text-field::-moz-placeholder {
color: var(--eps-text-field-placeholder-color);
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5;
}
.eps-text-field::placeholder {
color: var(--eps-text-field-placeholder-color);
font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5;
}
.eps-theme-dark .eps-text-field {
--eps-text-field-color: #BABFC5;
--eps-text-field-background-color: transparent;
--eps-text-field-placeholder-color: #9DA5AE;
--eps-text-field-outlined-border-color: #3f444b;
--eps-text-field-outlined-focus-border-color: #9DA5AE;
}
.eps-theme-dark--outlined {
border-color: var(--eps-text-field-outlined-border-color);
}
.eps-theme-dark--outlined:focus {
border-color: var(--eps-text-field-outlined-focus-border-color);
}
.e-app-import-export-content-layout {
display: flex;
justify-content: center;
height: 100%;
}
.e-app-import-export-content-layout__container {
flex-basis: 1075px;
}
.e-app-export-complete__kit-content-title {
margin: 2.75rem 0 0.625rem;
}
.e-app-export-kit-content {
--e-app-export-kit-content-title-color: #3f444b;
--e-app-export-kit-content-description-color: #515962;
--e-app-export-kit-content-sm-notice-color: #BABFC5;
}
.e-app-export-kit-content__checkbox {
flex-shrink: 0;
margin-inline-end: 0.75rem;
}
.e-app-export-kit-content__title {
color: var(--e-app-export-kit-content-title-color);
}
.e-app-export-kit-content__description {
color: var(--e-app-export-kit-content-description-color);
margin-inline-end: 1.25rem;
}
.e-app-export-kit-content__notice {
margin-block-start: 1rem;
}
.e-app-export-kit-content__small-notice {
font-style: italic;
color: var(--e-app-export-kit-content-sm-notice-color);
}
.eps-theme-dark .e-app-export-kit-content {
--e-app-export-kit-content-title-color: #D5D8DC;
--e-app-export-kit-content-description-color: #BABFC5;
--e-app-export-kit-content-sm-notice-color: #818A96;
}
.e-app-import-export-kit-data {
--e-app-import-export-kit-data-site-area-color: #3f444b;
--e-app-import-export-kit-data-included-color: #69727D;
}
.e-app-import-export-kit-data__site-area, .e-app-import-export-kit-data__included {
margin-block-end: 0;
}
.e-app-import-export-kit-data__site-area {
color: var(--e-app-import-export-kit-data-site-area-color);
font-weight: bold;
}
.e-app-import-export-kit-data__included {
color: var(--e-app-import-export-kit-data-included-color);
}
.eps-theme-dark .e-app-import-export-kit-data {
--e-app-import-export-kit-data-site-area-color: #BABFC5;
--e-app-import-export-kit-data-included-color: #9DA5AE;
}
.e-app-import-resolver {
--e-app-import-resolver-panel-header-background-color: #ffffff;
--e-app-import-resolver-panel-body-background-color: rgba(255, 255, 255, 0.5);
--e-app-import-resolver-conflicts-asset-border-color: #818A96;
--e-app-import-resolver-conflicts-asset-inactive-color: #69727D;
padding-block-end: 1.25rem;
}
.e-app-import-resolver__notice {
margin-block-end: 1.25rem;
}
.e-app-import-resolver__panel, .e-app-import-resolver__panel:hover {
background-color: initial;
}
.e-app-import-resolver__panel-header {
background-color: var(--e-app-import-resolver-panel-header-background-color);
}
.e-app-import-resolver__panel-body {
background-color: var(--e-app-import-resolver-panel-body-background-color);
}
.e-app-import-resolver-conflicts__container {
box-shadow: 0 2px 3px 1px var(--color-box-shadow-color);
}
.e-app-import-resolver-conflicts__checkbox {
flex-shrink: 0;
margin-inline-end: 0.75rem;
}
.e-app-import-resolver-conflicts__title {
line-height: 1;
}
.e-app-import-resolver-conflicts__asset:not(:first-child) {
border-inline-start: 2px solid var(--e-app-import-resolver-conflicts-asset-border-color);
padding-inline-start: 1rem;
margin-inline-start: 1rem;
}
.e-app-import-resolver-conflicts__asset:not(.active) {
color: var(--e-app-import-resolver-conflicts-asset-inactive-color);
}
.e-app-import-resolver-conflicts__edit-template {
margin-inline-start: 0.3125rem;
}
.eps-theme-dark .e-app-import-resolver {
--e-app-import-resolver-panel-header-background-color: #69727D;
--e-app-import-resolver-panel-body-background-color: rgba(0, 0, 0, 0.05);
--e-app-import-resolver-conflicts-asset-border-color: #818A96;
--e-app-import-resolver-conflicts-asset-inactive-color: #9DA5AE;
}
.eps-panel {
--eps-panel-header-background-color: transparent;
--eps-panel-body-background-color: transparent;
}
.eps-panel, .eps-panel:hover {
background-color: initial;
}
.eps-panel__header {
background-color: var(--eps-panel-header-background-color);
border-radius: 0.1875rem;
}
.eps-panel__body {
background-color: var(--eps-panel-body-background-color);
border-radius: 0 0 0.1875rem 0.1875rem;
}
.eps-theme-dark .eps-panel {
--eps-panel-header-background-color: transparent;
--eps-panel-body-background-color: transparent;
}
.e-app-export-kit {
padding-block-end: 1.25rem;
}
.e-app-export-kit-information {
margin-block-start: 1.25rem;
}
.e-app-export-kit-information__field-header {
margin-block-end: 0.625rem;
}
.e-app-export-kit-information__label {
margin: 0;
}
.e-app-export-kit-information__info-icon {
margin-inline-start: 0.625rem;
}
.e-app-export-kit-info-modal__icon {
padding-inline-start: 0.625rem;
}
.e-app-export-kit-info-modal__heading {
margin-block-end: 1.25rem;
}
.e-app-import-export-info-modal__section:not(:first-child) {
margin-block-start: 1.875rem;
}
.e-app-import-export-info-modal__heading {
margin-block-end: 1.25rem;
}
:root {
--eps-badge-background-color: #ffffff;
}
.eps-theme-dark {
--eps-badge-background-color: #515962;
}
.eps-badge {
display: inline-block;
background: var(--eps-badge-background-color);
padding: 0 0.5rem;
line-height: 1.8;
box-shadow: 0 3px 6px var(--color-box-shadow-color);
border-radius: 4px;
font-size: 0.75rem;
}
.eps-badge--sm {
font-size: 0.625rem;
border-radius: 3px;
padding: 0 0.3125rem;
line-height: 1.5;
}
.eps-collapse__title {
cursor: pointer;
padding: 0.3125rem 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background: transparent;
border: none;
color: inherit;
}
.eps-collapse__title:focus {
outline: none;
}
.eps-collapse__icon {
transition: all 150ms;
transform: rotate(180deg);
}
.eps-collapse__content {
margin-block-start: 0.625rem;
display: none;
}
.eps-collapse[data-open] .eps-collapse__content {
display: block;
}
.eps-collapse[data-open] .eps-collapse__icon {
transform: rotate(90deg);
}
.e-kit-library-promotion {
--e-kit-library-promotion-color: tints(600);
}
.eps-theme-dark .e-kit-library-promotion {
--e-kit-library-promotion-color: dark-tints(400);
}
.e-kit-library-promotion {
width: 100%;
text-align: center;
margin-block-start: 1.875rem;
color: var(--e-kit-library-promotion-color);
}
.e-kit-library__error-screen {
margin-block-start: 2.75rem;
}
.e-kit-library__error-screen-title {
margin-block-start: 2.75rem;
margin-block-end: 0;
}
.e-kit-library__error-screen-description {
margin-block-start: 1.5rem;
color: #69727D;
text-align: center;
max-width: 520px;
}
.e-kit-library__kit-favorite-actions {
padding: 0.3125rem;
transition: 0.3s all;
border-radius: 4px;
}
.e-kit-library__kit-favorite-actions--active {
color: #DC2626;
}
.e-kit-library__kit-favorite-actions--loading {
opacity: 50%;
cursor: default;
}
.e-kit-library__kit-favorite-actions:hover {
background-color: rgba(220, 38, 38, 0.1);
}
.e-kit-library__filter-indication {
margin-block-start: 1.5rem;
display: flex;
align-items: center;
}
.e-kit-library__filter-indication-text {
margin-block-end: 0;
display: flex;
align-items: center;
}
.e-kit-library__filter-indication-badge {
margin-inline-start: 0.3125rem;
display: flex;
align-items: center;
}
.e-kit-library__filter-indication-badge-remove {
margin-inline-start: 0.3125rem;
font-size: 0.875rem;
}
.e-kit-library__filter-indication-button {
margin-inline-start: 1.5rem;
}
#eps-app-header-btn-apply,
#eps-app-header-btn-promotion,
#eps-app-header-btn-connect {
margin-inline-start: 0.625rem;
margin-inline-end: 0.625rem;
}
.e-kit-library__apply-button {
display: flex;
align-items: center;
justify-content: center;
gap: 0.3125rem;
}
.e-kit-library__kit-item {
--e-kit-library-kit-item-overlay-promotion-button-background-color: #D5D8DC;
}
.eps-theme-dark .e-kit-library__kit-item {
--e-kit-library-kit-item-overlay-promotion-button-background-color: #515962;
}
.e-kit-library__kit-item-overlay {
height: 100%;
}
.e-kit-library__kit-item-overlay > *:first-child {
flex: 1;
}
.e-kit-library__kit-item-overlay-overview-button {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
height: 100%;
width: 100%;
}
.e-kit-library__kit-item-overlay-overview-button > i {
font-size: 2rem;
margin-block-end: 5px;
}
.e-kit-library__kit-item-overlay-overview-button > span {
font-size: 0.9rem;
}
.e-kit-library__kit-item-overlay-promotion-button {
display: flex;
width: 100%;
background: white;
align-items: center;
justify-content: center;
padding: 10px;
font-size: 13px;
color: #93003f;
background: var(--e-kit-library-kit-item-overlay-promotion-button-background-color);
}
.e-kit-library__kit-item-overlay-promotion-button > * {
margin: 0 3px;
}
.e-kit-library__kit-item-subscription-plan-badge {
--e-a-color-brand: #467FF7;
position: absolute;
top: 0;
left: 0;
margin: 0.3125rem;
background-color: var(--e-a-color-brand);
color: #ffffff;
text-transform: uppercase;
}
.e-kit-library__kit-item-subscription-plan-badge.promoted {
--e-a-color-brand: #92003B;
}
:root {
--e-kit-library-header-back-border: 1px solid var(--e-a-border-color);
--e-kit-library-header-back-color: #69727D;
}
.eps-theme-dark {
--e-kit-library-header-back-border: 1px solid #818A96;
--e-kit-library-header-back-color: #BABFC5;
}
.e-kit-library__header-back {
color: var(--e-kit-library-header-back-color);
padding-inline-end: 1.25rem;
padding-inline-start: 0.3125rem;
display: inline-flex;
justify-content: center;
align-items: center;
height: 100%;
border-inline-end: var(--e-kit-library-header-back-border);
}
.e-kit-library__header-back-container {
flex: 1;
height: 100%;
}
.e-kit-library__header-back .eps-icon {
transform: rotate(180deg);
}
.e-kit-library__page-loader {
width: 100%;
height: 100%;
display: grid;
place-items: center;
font-size: 1.85rem;
color: #69727D;
}
.eps-search-input {
--eps-search-input-background-color: #D5D8DC;
--eps-search-input-background-color-focus: #ffffff;
--eps-search-input-color: #3f444b;
--eps-search-input-placeholder-color: #69727D;
}
.eps-theme-dark .eps-search-input {
--eps-search-input-background-color: #515962;
--eps-search-input-background-color-focus: #69727D;
--eps-search-input-color: #BABFC5;
--eps-search-input-placeholder-color: #BABFC5;
}
.eps-search-input {
width: 100%;
font-size: 0.9375rem;
padding: 0.625rem 2.75rem;
border: none;
background: var(--eps-search-input-background-color);
outline: none;
color: var(--eps-search-input-color);
line-height: 1;
height: 2.75rem;
}
.eps-search-input--sm {
font-size: 0.8125rem;
padding: 0.5rem 1.875rem;
}
.eps-search-input:focus {
background: var(--eps-search-input-background-color-focus);
}
.eps-search-input::-moz-placeholder {
color: var(--eps-search-input-placeholder-color);
font-style: italic;
}
.eps-search-input::placeholder {
color: var(--eps-search-input-placeholder-color);
font-style: italic;
}
.eps-search-input__container {
position: relative;
}
.eps-search-input__icon {
font-size: 1.25rem;
padding: 0.625rem;
color: #69727D;
position: absolute;
top: 0;
right: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.eps-search-input__icon--sm {
font-size: 0.75rem;
}
.eps-search-input__clear-icon {
font-size: 0.875rem;
padding: 0.625rem;
color: #69727D;
position: absolute;
top: 0;
left: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.eps-search-input__clear-icon--sm {
font-size: 0.6875rem;
}
:root {
--eps-sort-select-select-background-color: #D5D8DC;
--eps-sort-select-select-color: #3f444b;
--eps-sort-select-button-background-color: #D5D8DC;
--eps-sort-select-button-border: 1px solid var(--e-a-border-color);
}
.eps-theme-dark {
--eps-sort-select-select-background-color: #515962;
--eps-sort-select-select-color: #BABFC5;
--eps-sort-select-button-background-color: #515962;
--eps-sort-select-button-border: 1px solid #1f2124;
}
.eps-sort-select {
width: 100%;
font-size: 0.9375rem;
display: flex;
}
.eps-sort-select__select-wrapper {
flex: 1;
position: relative;
}
.eps-sort-select__select-wrapper::after {
content: "\e8ad";
font-family: eicons;
position: absolute;
left: 0.625rem;
top: 0;
bottom: 0;
color: #69727D;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
.eps-sort-select__select {
width: 100%;
padding: 0.625rem 0.625rem;
border: none;
background: var(--eps-sort-select-select-background-color);
outline: none;
color: var(--eps-sort-select-select-color);
line-height: 1;
cursor: pointer;
height: 2.75rem;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
border-radius: 0;
}
.eps-sort-select__button {
padding: 0.75rem 0.75rem;
background: var(--eps-sort-select-button-background-color);
border-inline-start: var(--eps-sort-select-button-border);
line-height: 1;
color: #69727D;
}
.e-kit-library__tags-filter {
--e-kit-library-tags-filter-list-search-background-color: #ffffff;
}
.eps-theme-dark .e-kit-library__tags-filter {
--e-kit-library-tags-filter-list-search-background-color: #515962;
}
.e-kit-library__tags-filter {
margin-block-start: 2.75rem;
}
.e-kit-library__tags-filter-list {
margin-block-end: 2.75rem;
}
.e-kit-library__tags-filter-list .eps-collapse__title {
padding-inline-end: 1.875rem;
padding-inline-start: 1.875rem;
text-transform: uppercase;
}
.e-kit-library__tags-filter-list .eps-collapse__content {
margin: 0.3125rem 1.875rem;
}
.e-kit-library__tags-filter-list-container {
max-height: 250px;
overflow: auto;
}
.e-kit-library__tags-filter-list-search {
margin-block-end: 0.625rem;
}
.e-kit-library__tags-filter-list-search .eps-search-input {
background: var(--e-kit-library-tags-filter-list-search-background-color);
}
.e-kit-library__tags-filter-list-item {
padding: 0.625rem 0;
display: flex;
align-items: center;
font-weight: 500;
}
.e-kit-library__tags-filter-list-item input {
margin-inline-end: 0.3125rem;
}
.e-kit-library #eps-app-header-btn-refetch {
padding: 0;
}
.e-kit-library-header-info-modal-container {
margin-block-end: 2.75rem;
}
.e-kit-library__tooltip {
padding: 5px 12px;
color: #ffffff;
background-color: #26292C;
font-size: 10px;
}
.e-kit-library__tooltip:before {
border-block-end-color: #26292C;
}
.e-kit-library__index-layout-container {
flex-grow: 1;
overflow-y: auto;
display: flex;
flex-direction: column;
}
.e-kit-library__index-layout-heading {
padding: 1.875rem 2.75rem;
position: sticky;
top: -1px;
width: 100%;
z-index: 2;
background-color: var(--app-background-color);
gap: 1.5rem;
}
.e-kit-library__index-layout-heading-search, .e-kit-library__index-layout-heading-sort {
min-width: 265px;
}
.e-kit-library__index-layout-heading-search {
flex: 1;
}
.e-kit-library__index-layout-main {
padding-block-start: 0;
padding-block-end: 1.5rem;
overflow-y: hidden;
height: auto;
flex: 1 0 auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.e-kit-library__tags-filter {
--e-kit-library-item-sidebar-header-title-color: #515962;
--e-kit-library-item-sidebar-description-color: #515962;
--e-kit-library-item-information-text-color: #515962;
}
.eps-theme-dark .e-kit-library__tags-filter {
--e-kit-library-item-sidebar-header-title-color: #BABFC5;
--e-kit-library-item-sidebar-description-color: #BABFC5;
--e-kit-library-item-information-text-color: #BABFC5;
}
.e-kit-library__item-sidebar {
padding: 1.5rem 1.875rem;
}
.e-kit-library__item-sidebar-header {
display: flex;
align-items: center;
justify-content: space-between;
}
.e-kit-library__item-sidebar-header-title {
color: var(--e-kit-library-item-sidebar-header-title-color);
margin-block-end: 0;
}
.e-kit-library__item-sidebar-thumbnail {
margin-block-start: 1.5rem;
box-shadow: 0 4px 10px var(--color-box-shadow-color);
}
.e-kit-library__item-sidebar-description {
margin-block-start: 1.5rem;
color: var(--e-kit-library-item-sidebar-description-color);
}
.e-kit-library__item-sidebar-collapse-tags {
margin-block-start: 2.75rem;
}
.e-kit-library__item-sidebar-collapse-info {
margin-block-start: 1.875rem;
}
.e-kit-library__item-sidebar-tags-container {
gap: 0.625rem;
}
.e-kit-library__item-information-text {
font-size: 0.8125rem;
color: var(--e-kit-library-item-information-text-color);
margin-block-end: 0.3125rem;
}
.e-kit-library {
--e-kit-library-content-overview-group-title-color: #515962;
}
.eps-theme-dark .e-kit-library {
--e-kit-library-content-overview-group-title-color: #BABFC5;
}
.e-kit-library__content-overview-group-item {
margin-block-end: 2.75rem;
}
.e-kit-library__content-overview-group-title {
margin-block-end: 1.875rem;
color: var(--e-kit-library-content-overview-group-title-color);
}
.e-kit-library__preview-responsive-controls {
width: auto;
}
.e-kit-library__preview-responsive-controls-item {
margin: 0 0.3125rem;
color: #69727D;
padding: 0.3125rem;
}
.e-kit-library__preview-responsive-controls-item:hover {
background: rgba(37, 99, 235, 0.1);
border-radius: 3px;
transition: all 0.3s;
}
.e-kit-library__preview-responsive-controls-item--active {
color: #2563EB;
}
.e-kit-library__preview-loader {
position: absolute;
top: 0;
right: 0;
z-index: 0;
}
.e-kit-library__preview-iframe {
border: none;
transition: all 0.3s;
box-shadow: 0 4px 10px var(--color-box-shadow-color);
}
.e-kit-library__preview-iframe-container {
overflow-y: auto;
position: relative;
z-index: 1;
}
.e-app-collapse {
--e-app-collapse-icon-color: #515962;
}
.e-app-collapse-toggle {
position: relative;
}
.e-app-collapse-toggle--active {
cursor: pointer;
}
.e-app-collapse-toggle__icon {
color: var(--e-app-collapse-icon-color);
display: flex;
align-items: center;
justify-content: center;
font-size: 0.875rem;
position: absolute;
top: 50%;
left: var(--e-app-collapse-toggle-icon-spacing);
transform: translateY(-50%);
}
.e-app-collapse-toggle__icon:before {
transition: all 0.2s linear;
}
.e-app-collapse-content {
display: none;
}
.e-app-collapse--opened .e-app-collapse-toggle__icon:before {
transform: rotate(-180deg);
}
.e-app-collapse--opened .e-app-collapse-content {
display: block;
}
[dir=rtl] .e-app-collapse-toggle__icon {
left: initial;
right: var(--e-app-collapse-toggle-icon-spacing);
}
.eps-theme-dark .e-app-collapse {
--e-app-collapse-icon-color: #BABFC5;
}
.e-app-import-plugins {
--e-app-import-plugins-selection-section-heading-color: #515962;
padding-block-end: 1.5rem;
}
.e-app-import-plugins__section {
margin-block-start: 1.875rem;
}
.e-app-import-plugins__section-heading {
color: var(--e-app-import-plugins-selection-section-heading-color);
margin-block-end: 1rem;
}
.e-app-import-plugins__versions-notice {
margin-block-end: 0.75rem;
}
.eps-theme-dark .e-app-import-plugins {
--e-app-import-plugins-selection-section-heading-color: #BABFC5;
}
.eps-table {
--eps-table-body-color: #3f444b;
border-spacing: 0 2px;
table-layout: fixed;
width: 100%;
border: 1px solid var(--e-a-border-color);
border-radius: 0.1875rem;
}
.eps-table__checkboxes-column {
width: 1.875rem;
}
.eps-table__checkbox {
display: flex;
flex-shrink: 0;
}
.eps-table__cell {
padding: 1rem;
}
.eps-table__head .eps-table__cell {
text-align: start;
}
.eps-table__row {
border-block-end: 1px solid var(--e-a-border-color);
}
.eps-table__row:last-child {
border-block-end: none;
}
.eps-table__body .eps-table__cell:first-child {
border-radius: 0.1875rem 0 0 0.1875rem;
}
.eps-table__body .eps-table__cell:last-child {
border-radius: 0 0.1875rem 0.1875rem 0;
}
.eps-table--selection .eps-table__cell:first-child {
padding-inline-end: 0;
}
.eps-theme-dark .eps-table {
--eps-table-body-color: #BABFC5;
}
[dir=rtl] .eps-table__body [dir=rtl] .eps-table__cell:first-child {
border-radius: 0 0.1875rem 0.1875rem 0;
}
[dir=rtl] .eps-table__body [dir=rtl] .eps-table__cell:last-child {
border-radius: 0.1875rem 0 0 0.1875rem;
}
.e-app-import-plugins-pro-banner {
--e-app-import-plugins-pro-banner-heading-color: #3f444b;
--e-app-import-plugins-pro-banner-description-color: #515962;
margin-block-end: 1.875rem;
}
.e-app-import-plugins-pro-banner__heading {
color: var(--e-app-import-plugins-pro-banner-heading-color);
margin-block-end: 0.625rem;
}
.e-app-import-plugins-pro-banner__description {
color: var(--e-app-import-plugins-pro-banner-description-color);
margin-block-end: 0;
}
.eps-theme-dark .e-app-import-plugins-pro-banner {
--e-app-import-plugins-pro-banner-heading-color: #9DA5AE;
--e-app-import-plugins-pro-banner-description-color: #BABFC5;
}
.e-app-export-plugins {
padding-block-end: 1.25rem;
}
.e-app-import-content {
padding-block-end: 1.25rem;
}
.e-app-import-content__plugins-notice {
margin-block-end: 1.25rem;
}
.e-app-import-plugins-activation__installing-plugins {
padding: 0.625rem 0;
}
.e-app-import-plugins-activation__plugin-name {
margin-inline-start: 0.5rem;
}
.e-app-import-plugins-activation__plugin-status-item {
margin-block-end: 0.75rem;
}
.e-app-import-export-plugins-table__cell-content {
margin-block-end: 0;
text-transform: capitalize;
}
.e-app-import-export-loader {
--e-app-import-export-loader-color: #818A96;
color: var(--e-app-import-export-loader-color);
font-size: 50px;
}
.e-app-import-export-loader.eicon-loading {
font-size: 1.85rem;
}
.e-app-import-export-loader--absolute-center {
position: absolute;
top: 50%;
right: 50%;
transform: translateX(-50%) translateY(-50%);
}
.eps-theme-dark .e-app-import-export-loader {
--e-app-import-export-loader-color: #818A96;
}
.e-app-import-export-message-banner {
--e-app-import-export-message-banner-heading-color: #3f444b;
--e-app-import-export-message-banner-description-color: #515962;
margin-block-end: 1.875rem;
}
.e-app-import-export-message-banner__heading {
color: var(--e-app-import-export-message-banner-heading-color);
margin-block-end: 0.625rem;
}
.e-app-import-export-message-banner__description {
color: var(--e-app-import-export-message-banner-description-color);
margin-block-end: 0;
}
.eps-theme-dark .e-app-import-export-message-banner {
--e-app-import-export-message-banner-heading-color: #9DA5AE;
--e-app-import-export-message-banner-description-color: #BABFC5;
}
.e-app-import-connect-pro-notice {
margin-block-end: 1.25rem;
}
.e-app-import-failed-plugins-notice {
margin-block-end: 1.25rem;
}
.e-onboarding {
font-family: "DM Sans", "Roboto", sans-serif;
color-scheme: light;
}
.e-onboarding .eps-app__main {
justify-content: center;
overflow-y: auto;
}
.e-onboarding__content {
max-width: 1135px;
padding: 2.75rem;
margin: initial;
overflow-y: initial;
}
.e-onboarding__checkbox-label {
display: flex;
line-height: 18px;
margin-block-end: 27px;
}
.e-onboarding__checkbox-input {
margin-inline-end: 14px;
width: 16px;
height: 16px;
border-color: #69727D;
border-radius: 2px;
}
.e-onboarding__checkbox-input:checked {
background-color: #525861;
}
.e-onboarding__checkbox-input:checked::after {
margin-block-end: 15%;
width: 6px;
height: 9px;
border-width: 0 2px 2px 0;
}
.e-onboarding__feature-list {
margin-block-end: 40px;
}
.e-onboarding__text-input {
font-size: 14px;
width: 325px;
padding: 12px 16px;
color: #69727D;
border: 1px solid #9EA5AD;
}
.e-onboarding__text-input:focus-visible {
outline: initial;
border: 1px solid #3A3F45;
}
.e-onboarding__text-input::-moz-placeholder {
color: #C2C7CC;
}
.e-onboarding__text-input::placeholder {
color: #C2C7CC;
}
.e-onboarding__footnote {
margin-block-start: 24px;
width: 325px;
text-align: center;
}
.e-onboarding__footnote a {
text-decoration: underline;
color: #3A3F45;
}
#e-app ~ #__wp-uploader-id-2 .media-modal {
max-width: 1024px;
max-height: 768px;
margin: auto;
}
.e-onboarding__page-content {
margin-block-end: 70px;
}
.e-onboarding__page-content-start {
max-width: 675px;
text-align: start;
flex-basis: 555px;
align-self: start;
}
.e-onboarding__page-content-end {
min-width: 440px;
max-width: 540px;
}
.e-onboarding__page-content-end img {
width: 100%;
}
.e-onboarding__page-content-section-title {
font-family: "DM Serif Display", serif;
font-size: 36px;
font-weight: 700;
color: #0C0D0E;
}
.e-onboarding__page-content-section-text {
font-size: 18px;
color: #3A3F45;
}
.e-onboarding__header-logo .eps-app__logo {
background-color: #0C0D0E;
color: #ffffff;
width: 1.3rem;
height: 1.3rem;
line-height: 1.3rem;
font-size: 0.48rem;
}
.e-onboarding__header-logo .eps-app__logo:not(:last-child) {
margin-inline-end: 7px;
}
.e-onboarding__header-logo img {
width: 104px;
}
.e-onboarding__header .eps-app__header-btn {
display: flex;
align-items: center;
font-size: 13px;
}
.e-onboarding__header .eps-app__header-btn .eps-icon:not(:last-child) {
margin-inline-end: 7px;
}
.e-onboarding__header .eps-button {
color: #0C0D0E;
}
.e-onboarding__header .eps-button__go-pro-btn {
background-color: #93003f;
color: #ffffff;
padding: 4px 8px;
border-radius: 4px;
font-weight: 700;
font-size: 12px;
transition: 0.5s;
}
.e-onboarding__header .eps-button__go-pro-btn:hover {
background: rgb(198, 0, 84.8571428571);
}
.e-onboarding__go-pro {
width: 288px;
font-size: 12px;
background-color: #ffffff;
}
.e-onboarding__go-pro-title {
font-size: 18px;
font-weight: 700;
color: #93003f;
}
.e-onboarding__go-pro-cta {
display: inline-block;
color: #93003f;
padding: 9px;
border: 1px solid #93003f;
}
.e-onboarding__go-pro-cta.e-onboarding__button {
font-size: 14px;
}
.e-onboarding__go-pro-paragraph:not(:last-child) {
margin-block-end: 20px;
}
.e-onboarding__go-pro-already-have {
text-decoration: underline;
}
.e-onboarding__progress-bar {
display: flex;
justify-content: center;
margin-block-end: 125px;
}
.e-onboarding__progress-bar-item {
display: flex;
align-items: center;
color: #69727D;
font-size: 0.75rem;
}
.e-onboarding__progress-bar-item-icon {
display: inline-block;
font-family: "DM Serif Display", serif;
text-align: center;
width: 1.1rem;
height: 1.1rem;
line-height: 1rem;
font-size: 0.75rem;
font-weight: bold;
border-radius: 50%;
border: 1px solid #69727D;
margin-inline-end: 8px;
flex-shrink: 0;
}
.e-onboarding__progress-bar-item:not(:last-child) {
margin-inline-end: 22px;
}
.e-onboarding__progress-bar-item:not(:last-child):after {
font-family: "eicons";
margin-inline-start: 22px;
content: "\e89e";
}
.e-onboarding__progress-bar-item--active {
color: #D004D4;
}
.e-onboarding__progress-bar-item--active .e-onboarding__progress-bar-item-icon, .e-onboarding__progress-bar-item--completed .e-onboarding__progress-bar-item-icon {
color: #ffffff;
border-color: #D004D4;
background-color: #D004D4;
}
.e-onboarding__progress-bar-item--skipped, .e-onboarding__progress-bar-item--completed {
cursor: pointer;
}
.e-onboarding__progress-bar-item--skipped .e-onboarding__progress-bar-item-icon {
color: #ffffff;
background-color: #69727D;
}
.e-onboarding__button {
font-size: 18px;
cursor: pointer;
transition: var(--e-a-transition-hover);
}
.e-onboarding__button-action {
color: var(--e-a-btn-color);
background-color: var(--e-a-btn-bg-primary);
min-width: 325px;
padding: 15px 30px;
text-align: center;
}
.e-onboarding__button-action:hover {
background-color: var(--e-a-btn-bg-primary-hover);
}
.e-onboarding__button-skip {
padding: 8px 16px;
color: #515962;
}
.e-onboarding__button-skip:hover {
background-color: #F9FAFA;
}
.e-onboarding__button--disabled {
pointer-events: none;
background-color: #D5D8DC;
color: #9EA5AD;
}
.e-onboarding__button--disabled:hover {
cursor: progress;
}
.e-onboarding__button--processing {
pointer-events: none;
filter: brightness(90%);
}
.e-onboarding__card {
border: 1px solid #3A3F45;
border-radius: 8px;
padding: 40px 40px;
cursor: pointer;
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: center;
}
.e-onboarding__card-image, .e-onboarding__card-text {
width: 345px;
}
.e-onboarding__card-image {
margin-block-end: 44px;
}
.e-onboarding__card-text {
font-size: 20px;
font-weight: 700;
text-align: center;
color: #0C0D0E;
}
.e-onboarding__card:hover {
box-shadow: 4px 4px 0 0 #000000;
}
.e-onboarding__card:active {
box-shadow: initial;
}
.e-onboarding__checklist {
padding-inline-start: 0;
}
.e-onboarding__checklist-item {
display: flex;
align-items: center;
font-size: 12px;
margin-block-end: 12px;
}
.e-onboarding__checklist-item .eicon-check-circle {
margin-inline-end: 9px;
font-size: 16px;
font-weight: 600;
}
.e-onboarding__notice {
display: inline-block;
padding: 12px 14px;
margin-block-end: 16px;
color: #3A3F45;
}
.e-onboarding__notice--error {
background-color: #FDE8EC;
}
.e-onboarding__notice--error i {
font-size: 16px;
color: #B92136;
}
.e-onboarding__notice--success {
background-color: #ECF9F2;
}
.e-onboarding__notice--success i {
color: #117740;
}
.e-onboarding__notice i {
margin-inline-end: 14px;
}
.e-onboarding__notice-empty-spacer {
height: 61px;
}
.e-onboarding__page-account .e-onboarding__checkbox-label {
margin-block-start: 50px;
}
.e-onboarding__action-button-text {
margin-inline-start: 10px;
}
.e-onboarding__site-name-input {
margin-block-start: 80px;
}
.e-onboarding__page-siteLogo .e-app-upload-file__button {
color: var(--e-a-color-primary-bold);
border-color: var(--e-a-color-primary-bold);
}
.e-onboarding__page-siteLogo .e-app-upload-file__button:hover {
background-color: #FAE8FF;
}
.e-onboarding__drop-zone {
margin-block-start: 3rem;
}
.e-onboarding .eps-display-3 {
font-size: 16px;
margin-block-end: 0.5rem;
}
.e-onboarding .e-app-upload-file__button {
max-width: 198px;
margin: 0 auto;
}
.e-onboarding .e-app-drop-zone__secondary-text {
font-size: 14px;
}
.e-onboarding__logo-container {
position: relative;
margin-block-start: 3rem;
min-height: 120px;
width: -moz-fit-content;
width: fit-content;
display: flex;
align-items: center;
justify-content: center;
min-width: 220px;
border: 1px solid #BABFC5;
}
.e-onboarding__logo-container img {
height: auto;
max-height: 100%;
width: auto;
}
.e-onboarding__logo-remove {
position: absolute;
left: 0;
top: 5px;
}
.e-onboarding__logo-remove i {
font-size: 16px;
width: 15px;
}
.e-onboarding__logo-remove:hover {
cursor: pointer;
}
.e-onboarding__is-uploading {
visibility: hidden;
}
.e-onboarding__page-goodToGo .e-onboarding__page-content-section-title,
.e-onboarding__page-goodToGo .e-onboarding__page-content-section-text {
text-align: center;
}
.e-onboarding__cards-grid.e-onboarding__page-content {
margin-block-start: 48px;
margin-block-end: 48px;
}
.e-onboarding__cards-grid .e-onboarding__card {
max-width: 555px;
}
.e-onboarding__cards-grid .e-onboarding__card:not(:last-child) {
margin-inline-end: 20px;
}
.e-onboarding__good-to-go-footer {
justify-content: end;
}
.e-onboarding__upload-pro {
flex-direction: row;
justify-content: center;
font-family: "DM Sans", "Roboto", sans-serif;
text-align: center;
}
.e-onboarding__upload-pro .eps-app__content {
overflow-y: hidden;
max-width: 1113px;
padding: 30px;
}
.e-onboarding__upload-pro-drop-zone {
margin-block-end: 24px;
}
.e-onboarding__upload-pro-drop-zone h1 {
font-family: "Source Serif Pro", "Roboto", sans-serif;
}
.e-onboarding__upload-pro-drop-zone .e-app-drag-drop {
padding: 48px;
}
.e-onboarding__upload-pro-drop-zone .eps-display-3,
.e-onboarding__upload-pro-drop-zone .e-app-drop-zone__text,
.e-onboarding__upload-pro-drop-zone .e-app-drop-zone__secondary-text {
margin-block-end: 12px;
}
.e-onboarding__upload-pro-drop-zone .e-app-upload-file__button {
background-color: #040080;
color: #46F2B6;
padding: 14px 40px;
border-color: #040080;
}
.e-onboarding__upload-pro-get-file {
font-size: 12px;
margin-block-start: 24px;
}
.e-onboarding__upload-pro-get-file a {
text-decoration: underline;
}
.e-onboarding__upload-pro .e-onboarding__notice {
margin-block-end: 0;
}
.e-onboarding__choose-features-section {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 10px 20px;
margin-block: 20px;
}
.e-onboarding__choose-features-section__label {
display: flex;
align-items: center;
font-size: 14px;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.01em;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: 1px solid #D5D8DC;
padding: 12px 16px;
width: 267px;
}
.e-onboarding__choose-features-section__checkbox {
justify-self: end;
margin-inline-end: 8px;
width: 16px;
height: 16px;
}
.e-onboarding__choose-features-section__message {
font-size: 18px;
font-weight: 400;
line-height: 27px;
letter-spacing: -0.01em;
padding-inline-end: 120px;
min-height: 55px;
margin-block-end: 20px;
}
.e-onboarding__page-chooseFeatures .e-onboarding__page-content {
margin-bottom: 0;
}
/*# sourceMappingURL=app-rtl.css.map */ Neteller is a preferred e-wallet solution that permits individuals to make quickly, safe, and practical on the internet settlements. As online betting remains to expand in appeal, numerous on-line gambling establishments have begun approving Neteller as a repayment approach. In this article, we will certainly check out the advantages casino soldi veri of utilizing Neteller at online casino sites and give a checklist of Casino Reino Unido some of the most effective Neteller gambling enterprises available. Neteller supplies numerous benefits for on the internet casino players. Here are some of the vital reasons why you should take into consideration using Neteller as your favored payment technique: If you’re ready to begin dipping into on the internet gambling enterprises that approve Neteller, right here are a few of the most effective options offered: 1. Gambling establishment X: Understood for its vast choice of video games and generous incentives, Gambling establishment X is a wonderful choice for Neteller users. The online casino offers a varied series of ports, table games, and live dealership video games from top software program companies. 2. Spin Gambling establishment: Rotate Casino site is a trustworthy online casino that supplies an easy to use experience and a wide array of games. With its streamlined style and safe and secure system, Spin Online casino is a favored amongst Neteller users. 3. Prize City Gambling Establishment: Jackpot City Online casino is a veteran in the on-line betting sector and has actually been offering top-quality entertainment given that 1998. The casino site approves Neteller repayments and uses a substantial collection of video games, including dynamic prize slots. If you’re new to making use of Neteller at on-line gambling enterprises, here’s a detailed guide on how to down payment and withdraw funds: Neteller is a dependable and safe and secure repayment technique for online gaming. With its wide acceptance, fast purchases, and exclusive benefits, it’s not surprising that that several on-line casino sites now approve Neteller as a preferred settlement choice. If you’re seeking a convenient and reliable method to money your online casino site account, think about using Neteller for a smooth pc gaming experience. This post is for educational functions only. On the internet betting might be subject to legal restrictions in your territory. Please make sure that you comply with the laws and guidelines of your country or state prior to taking part in any kind of on-line betting activities. As the appeal of cryptocurrencies continues to increase, more and more on the internet gambling enterprises are beginning to accept Bitcoin as a settlement approach. This is fantastic news for those who are purchased Bitcoin or merely Cashalot Casino prefer the ease and protection it supplies. In this short article, we will certainly explore several of the top online casino sites that approve Bitcoin, giving you with a listing of credible systems where you can appreciate your preferred gambling establishment video games utilizing the world’s most preferred cryptocurrency. Before we study the list of leading online gambling enterprises, let’s take a minute to comprehend why using Bitcoin at these platforms can be useful. Below are several of the key advantages: 1. Anonymity: Bitcoin deals are pseudonymous, meaning that you can maintain your personal privacy while making deposits and withdrawals. 2. Safety and security: Bitcoin’s decentralized nature and advanced cryptography make it extremely safe and secure. When you use Bitcoin at on-line casinos, you do not have to bother with your sensitive financial info coming under the wrong hands. 3. Speed: Bitcoin transactions are processed rapidly compared to traditional financial techniques. This suggests that you can take pleasure in faster down payments and withdrawals at on-line casino sites, allowing you to begin playing or squander your payouts with no hold-ups. 4. Reduced Charges: Bitcoin transactions generally feature lower charges contrasted to standard repayment approaches. This can conserve you money, particularly if you regularly play at on-line gambling enterprises. 5. Global Ease Of Access: Bitcoin is a decentralized money that is not linked to any specific nation or government. This implies that you can use it to play at online casino sites from throughout the globe, without stressing over currency conversions or constraints. Casino1 is a well-established on-line gambling enterprise that provides a wide range of video games, consisting of slots, table video games, and live online casino options. With its streamlined design and easy to use interface, Casino1 offers a smooth gaming experience for Bitcoin lovers. The casino site likewise supplies charitable bonus offers and promos, making sure that players are compensated for their commitment. 2. BetChain With a vast choice of video games from leading software program providers, BetChain is a preferred choice for Bitcoin gambling establishment gamers. The platform offers a range of ports, table video games, and live supplier choices, guaranteeing that there is something for every person. BetChain is likewise understood for its exceptional customer assistance and safe and secure, fair gaming atmosphere. 3. BitStarz BitStarz is a highly trustworthy on the internet gambling establishment that has actually been running because 2014. The system boasts a huge game library, consisting of preferred titles from popular software program carriers. BitStarz is likewise known for its quick withdrawals, eye-catching bonuses, and top-notch safety and security. The casino site approves various cryptocurrencies, including Bitcoin, making it a favored amongst crypto fanatics. mBit Online casino is a Bitcoin-focused online gambling establishment that offers a wide variety of games and eye-catching perks. The system includes an intuitive and easy to use interface, making it easy for gamers to browse and discover their favorite games.mBit Online casino likewise вход в Monte Casino offers a VIP program for faithful gamers, providing them with unique rewards and advantages. The information supplied in this write-up is for informational purposes just. It is important to perform your own research and workout caution when utilizing on-line gambling enterprises or purchasing cryptocurrencies. Please gamble properly and seek professional suggestions if needed. Online casinos have been extremely popular in recent years. Many consider them to be an excellent option to play free online casino games. The reason why this is a popular concept is because there are many of casinos on the internet. It is crucial to remember that all online casinos follow the same rules and guidelines. Prospective players should read the various casinos online before they play.Why Pick Neteller for Online Gambling?
Top Neteller Gambling Establishments
Exactly how to Deposit and Take Out with Neteller
Verdict
Keep in mind:
The Advantages of Utilizing Bitcoin at Online Online Casinos
1. Casino1
4.mBit Gambling enterprise
Disclaimer:
The main advantage of Kasyno Gibraltar gry Polska playing at any casino that is not live is that there is no risk whatsoever. This is especially applicable to casinos online that are free to play. Many VIP games allow a person to win based on the results of specific drawings. A person could wager an amount of money and win a draw based on the number of correct answers they can give. The requirement for a sign-up bonus is mandatory by all casinos online before a player is able to begin playing.
Comp points, also known as mini-jackpots are among the most popular ways to play online casino games. Mini-jackpots are much smaller in quantities than the majority of casinos, but they still provide a lot of comp points if one wins. Mini-jackpots have lower house edge than other casinos, meaning that anyone who wins has a 10 per cent chance of earning any comp point. This is similar to the distinction between roulette and poker’s house edge. Roulette players are at a greater risk of losing money. Comp points are distributed to attract players, just as comp jackpots. It is clear why they’re very popular. As you’d expect, the more players that gamble online the higher number of comp points they will be capable of accumulating.
Of the many popular casino slot machines, the best slot machines online are progressive Казино Гибралтар slots. They are also known as “progressive” slots due to the fact that they add a fifth spin to the machine every time the machine is played. After a few spins the jackpot increases and allows players with small bankrolls to win big jackpots. Online casinos that offer progressive slots will offer a wide variety of, but they will also have the most well-known ones. It might be easier to find progressive slots with lower payouts at an online casino than in one that has a large player base.
Online casinos typically offer lower payouts than those in live casinos. There are however, some casinos online that have progressive slot machines with extremely high payouts. These tables are readily available across the internet and can be a great option to improve your gambling experience. They are cheaper than other tables at casinos online because you don’t have to pay anything to play them. This makes them ideal for those who are unable to lose any money for the online casino experience.
Casinos that do not require deposits offer players the chance to play for no cost without depositing a dime. Many people believe that playing these tables means that you’re playing with your hands but the truth is that you’re actually betting real money. Players will receive bonuses and other prizes that could be worth a lot of money if they were to win. These no deposit online casinos are also excellent places to practice your skills with different bonus and jackpots offered by various casinos. You could also win real money that can increase your chances to become millionaire.
No deposit online casinos can be found all over the internet, making them accessible to players from anywhere in the world. They are a great way to play your favorite casino games without having to put out any cash at all. When you first begin to play playing online casinos, you might prefer playing free slots. The slots that are free are ideal for learning about the online casino’s work and to test your skills playing various casino games. You can also try your luck at various slot games to see if you have any luck. Once you have enough experience playing at casinos that do not require deposits, you can decide to play the real money games.
There are numerous benefits associated with playing the slot machines online with no deposit. They allow players to practice real money skills while they play their favourite online casino games. In addition, they give new players an opportunity to practice their skills and win some money as they learn how online casinos operate. You can search the internet to find the best casinos online that offer real money slots.
]]>
Op zoek naar een spannende online casino ervaring? duckysino biedt een uitgebreid aanbod aan casinospellen, variërend van klassieke slots tot moderne videoslots en live casinospellen. Met een focus op veiligheid, betrouwbaarheid en een uitstekende klantenservice, is duckysino een populaire keuze voor zowel beginnende als ervaren spelers. De website staat bekend om zijn aantrekkelijke promoties en de mogelijkheid om te spelen op verschillende apparaten, waardoor je altijd en overal van je favoriete spellen kunt genieten.
Dit online casino is meer dan alleen een plek om te gokken; het is een virtueel entertainmentcentrum waar je constant nieuwe spanningen en mogelijkheden kunt ontdekken. Van de gebruiksvriendelijke interface tot de snelle uitbetalingen, duckysino streeft ernaar om de optimale gokervaring te bieden.
Het spelaanbod van duckysino is werkelijk indrukwekkend, met honderden spellen van toonaangevende softwareproviders. Je vindt er klassieke slots die doen denken aan de traditionele fruitmachines, maar ook de nieuwste videoslots met geavanceerde graphics en bonusfuncties. Daarnaast is er een uitgebreide selectie aan tafelspellen, zoals blackjack, roulette en baccarat, en een live casino waar je kunt spelen met echte dealers. Deze diversiteit zorgt ervoor dat er voor elke speler wel iets te vinden is, ongeacht hun voorkeur of ervaringsniveau.
| Spelcategorie | Aantal Spellen (ongeveer) | Softwareproviders (voorbeelden) |
|---|---|---|
| Slots | 300+ | NetEnt, Microgaming, Play’n GO |
| Tafelspellen | 50+ | Evolution Gaming, Pragmatic Play |
| Live Casino | 30+ | Evolution Gaming |
| Video Poker | 20+ | NetEnt, Microgaming |
Binnen het enorme aanbod van slots springen enkele titels eruit als bijzonder populair bij spelers van duckysino. Spellen zoals Starburst, Book of Dead en Gonzo’s Quest staan bekend om hun spannende gameplay, aantrekkelijke bonusfuncties en hoge winkansen. Deze slots bieden een mix van klassieke elementen en moderne innovaties, waardoor ze een breed publiek aanspreken. Nieuwe slots worden regelmatig toegevoegd aan het assortiment, waardoor er altijd iets nieuws te ontdekken is. Veel van deze spellen hebben ook een lage tot gemiddelde volatiliteit, wat betekent dat spelers vaker kleinere winsten kunnen verwachten, in plaats van af te wachten op een grote jackpot.
Voor de spelers die de spanning van een echt casino willen ervaren, biedt duckysino een uitgebreid live casino. In het live casino kun je spelen met echte dealers, via een live videoverbinding. Je kunt bijvoorbeeld deelnemen aan een live blackjacktafel, roulette spelen met een echte croupier, of je geluk beproeven bij baccarat. De dealers zijn professioneel en vriendelijk, waardoor je je direct thuis voelt. Het live casino biedt ook verschillende tafels met verschillende inzetlimieten, zodat er voor elk budget wel een geschikte tafel is. De ervaring komt heel dicht in de buurt van het bezoeken van een fysiek casino, maar vanuit het comfort van je eigen huis.
duckysino staat bekend om zijn aantrekkelijke bonussen en promoties. Nieuwe spelers worden vaak verwelkomd met een welkomstbonus, die bestaat uit een stortingsbonus en soms ook gratis spins. Bestaande spelers kunnen profiteren van regelmatige promoties, zoals wekelijkse bonussen, cashback aanbiedingen en toernooien. Het is belangrijk om de bonusvoorwaarden goed te lezen voordat je een bonus accepteert, zodat je precies weet wat de inzetvereisten zijn en welke spellen je kunt spelen met de bonus. De bonussen en promoties verhogen de spanning en de winkansen, en maken het spelen bij duckysino nog aantrekkelijker.
Het is essentieel om de inzetvereisten en bonusvoorwaarden van duckysino volledig te begrijpen voordat je gebruikmaakt van een bonus. Inzetvereisten bepalen hoeveel je moet inzetten voordat je de bonus en eventuele winsten kunt opnemen. Zo kan het bijvoorbeeld zijn dat je de bonus 35 keer moet inzetten voordat je een opname kunt doen. Daarnaast kunnen er andere voorwaarden van toepassing zijn, zoals een maximale inzet per spel, een beperkte geldigheid van de bonus en uitsluitingen voor bepaalde spellen. Het zorgvuldig lezen van de bonusvoorwaarden voorkomt teleurstellingen en zorgt ervoor dat je optimaal kunt profiteren van de aangeboden bonussen.
Voor trouwe spelers biedt duckysino vaak een loyaliteitsprogramma aan. Hoe meer je speelt, hoe hoger je niveau wordt in het loyaliteitsprogramma, en hoe meer voordelen je kunt ontgrendelen. Deze voordelen kunnen bestaan uit exclusieve bonussen, hogere uitbetalingslimieten, snellere uitbetalingen en een persoonlijke accountmanager. Het loyaliteitsprogramma is een manier om trouwe spelers te belonen en hen een extra reden te geven om bij duckysino te blijven spelen.
Veiligheid en betrouwbaarheid staan hoog in het vaandel bij duckysino. Het casino beschikt over een geldige vergunning van een gerenommeerde autoriteit, wat betekent dat het voldoet aan strenge eisen op het gebied van veiligheid, eerlijkheid en verantwoord gokken. De website maakt gebruik van geavanceerde encryptietechnologie om je persoonlijke en financiële gegevens te beschermen. Daarnaast wordt de eerlijkheid van de spellen regelmatig gecontroleerd door onafhankelijke instanties. Je kunt dus met een gerust hart spelen bij duckysino, wetende dat je beschermd bent tegen fraude en oplichting.
duckysino biedt een breed scala aan betaalmethoden aan, waaronder creditcards, e-wallets en bankoverschrijvingen. Je kunt eenvoudig en veilig geld storten en opnemen van je account. De uitbetalingen worden doorgaans snel verwerkt, waardoor je snel toegang hebt tot je gewonnen geld. Voor populaire betaalmethoden kan de uitbetaling binnen 24 uur worden verwerkt. Het is belangrijk om de specifieke voorwaarden per betaalmethode te controleren, aangezien de verwerkingstijd kan variëren. duckysino biedt ook transparante informatie over de uitbetalingslimieten en eventuele kosten die in rekening kunnen worden gebracht.
| Betaalmethode | Stortingslimieten | Uitbetalingslimieten | Verwerkingstijd (ongeveer) |
|---|---|---|---|
| Creditcard | €20 – €500 | €25 – €2500 | 1-3 werkdagen |
| E-wallet (Skrill, Neteller) | €10 – €1000 | €25 – €5000 | 24-48 uur |
| Bankoverschrijving | €50 – €5000 | €50 – €10000 | 3-5 werkdagen |
De klantenservice van duckysino is 24/7 bereikbaar via live chat en e-mail. Het team is professioneel, vriendelijk en behulpzaam, en staat klaar om al je vragen en problemen te beantwoorden. Je kunt de klantenservice bereiken in meerdere talen, waaronder Nederlands. De klantenservice kan je helpen met vragen over bonussen, uitbetalingen, technische problemen en verantwoord gokken. Er is ook een uitgebreide FAQ-sectie op de website, waar je antwoorden kunt vinden op veelgestelde vragen.
]]>Over the last few years, the appeal of Bitcoin has skyrocketed, and Curacao casino jeux en ligne together with it, the rise of Bitcoin online casinos. As a growing number of people embrace cryptocurrency as a way of settlement and financial investment, these online casino sites have become a new and amazing way to delight in betting. If you’re interested in exploring the world of Bitcoin gambling establishments, this detailed guide will certainly provide you with all the info you require to get started.
Let’s dive into the world of Bitcoin casino sites and find the most effective platforms, video games, bonus offers, and everything else you need to understand. Whether you’re a seasoned casino player or a beginner, this overview will certainly equip you with the knowledge to take advantage of your Bitcoin gambling establishment experience.
Prior to we delve into the best Bitcoin gambling establishments, allow’s very first discover why you need to take into consideration playing at these systems in the first place. Bitcoin online casinos provide a number of advantages over traditional on the internet gambling establishments, consisting of:
1. Anonymity: Bitcoin deals are pseudonymous, guaranteeing your identity stays protected.
2. Protection: Cryptocurrency transactions are highly protected, making Bitcoin casino sites a more secure choice compared to typical gambling enterprises.
3. Quick Deals: Bitcoin purchases are processed promptly, enabling you to down payment and withdraw funds with ease.
4. Worldwide Ease Of Access: Bitcoin gambling establishments come to gamers from throughout the world, no matter their location or neighborhood gambling policies.
5. Provably Fair Video Gaming: Many Bitcoin gambling establishments use provably ups for grabs, making certain transparency and fairness in the gaming procedure.
With many Bitcoin gambling establishments readily available, it is necessary to understand how to choose the very best platform that fulfills your requirements. Right here are some crucial factors to take into consideration:
1. Guideline and Licensing: Search for Bitcoin casino sites that are qualified and controlled by trusted authorities. This makes sure that the system runs lawfully and abides by rigorous standards.
2. Game Choice: The most effective Bitcoin casinos use a wide range of video games, including slots, table games, live casino video games, and a lot more. See to it the platform you select has a diverse video game collection.
3. Incentives and Promotions: Check for generous welcome rewards, cost-free spins, loyalty programs, and other promos that boost your video gaming experience.
4. Protection and Fairness: Confirm the safety and security gauges implemented by the Bitcoin gambling establishment, such as SSL file encryption and fair video gaming accreditations.
5. Customer Support: A trustworthy and effective consumer assistance group is crucial for a seamless betting experience. Try to find platforms that use 24/7 customer support by means of live chat, e-mail, or phone.
Since you know what to search for in a Bitcoin casino, allow’s explore a few of the top systems offered:
These platforms have earned their reputation as the very best Bitcoin casino sites as a result of their top quality services, game option, and straightforward interfaces.
Bitcoin gambling establishments provide a huge range of video games to accommodate various choices. Right here are some preferred game classifications you can anticipate to find:
These are simply a couple of instances of the vast array of video games offered at Bitcoin casino sites. Whether you’re a fan of slots, table games, or sports wagering, there’s something for everybody.
As Bitcoin remains to get mainstream acceptance, the future of Bitcoin casino sites looks promising. The adoption of cryptocurrency for on-line gambling is anticipated to increase, bring about even more cutting-edge features and a broader series of games.
In addition, regulatory bodies worldwide are slowly acknowledging and implementing guidelines for Bitcoin gambling enterprises, which will certainly even more legitimize and enhance their credibility.
So, if you’re ready to start an interesting and protected gaming journey, Bitcoin casino sites supply an enticing choice to conventional on-line gambling enterprises. With their many advantages and ever-growing appeal, Bitcoin casinos are positioned to reinvent the gaming market.
Start into the world of Bitcoin gambling establishments and experience the excitement of gambling with the future of money.
]]>Are you a devoted bettor searching for a trusted online casino? With the CasinOK expanding appeal of online gambling, it can be testing to locate a reliable platform that uses a risk-free and pleasurable pc gaming experience. That’s why we’ve compiled a list of the very best online gambling enterprises readily available. Whether you’re a beginner or a skilled gamer, this guide will assist you make a notified choice and find the best on the internet gambling enterprise for your needs.
Prior to diving right into the list, allow’s go over the essential variables that make an online gambling enterprise worth your money and time. These are the requirements we took into consideration when choosing the best online casino sites:
Since you understand what to try to find in an on-line casino site, allow’s check out the best systems available:
1.Casino site X: Casino site X is a preferred online casino that offers a vast video game option from leading software program suppliers. With its user-friendly interface, charitable bonuses, and protected settlement options, Gambling enterprise X is a leading selection for several players.
2.LeoVegas: Known as the “King of Mobile Casinos,” LeoVegas supplies a smooth mobile pc gaming experience. The casino features a varied series of games, quickly payouts, and outstanding customer assistance. LeoVegas additionally holds numerous licenses, ensuring a safe and fair gaming environment.
3.888 Online casino: With over two decades of experience, 888 Casino site is a trusted name in the industry. The casino flaunts a considerable game collection and attracting rewards for brand-new and existing gamers. It is also renowned for its excellent customer service and trustworthy settlement options.
4.Mr Environment-friendly Casino: Mr Eco-friendly Casino site is understood for its stylish design and immersive gaming experience. The online casino supplies a large option of video games, consisting of exclusive titles, and supplies gamers with routine promos and tournaments. Mr Green Casino site is accredited and regulated by numerous authorities, guaranteeing a safe and fair pc gaming atmosphere.
While the above gambling enterprises are among the very best in the sector, it is necessary to consider your personal choices and requirements. Below are a couple of additional aspects to keep in mind when selecting an on the internet gambling enterprise:
Finally, finding the very best online gambling enterprise is essential for a safe and enjoyable betting experience. Think about the variables mentioned in this write-up, and explore our checklist of advised casinos to make an informed decision. Bear in mind to always wager sensibly and set limitations to guarantee that your online casino site experience continues to be enjoyable.
]]>Il y a de nombreux types de machines à sous disponibles dans les casinos en ligne. Il est bénéfique pour les nouveaux joueurs de se familiariser avec ces jeux afin de faire le bon choix. Les démos gratuites sont bénéfiques pour ceux qui ne veulent pas s’inscrire. De cette manière, ils apprendront se faire une idée de le fonctionnement du jeu avant dépenser de l’argent. Cependant, le seul inconvénient est qu’ils ne peuvent pas prendre les bénéfices de ces jeux pour miser sur des échanges ou des bonus.
Les casinos en ligne offrent habituellement des machines à sous démo. Cela signifie que vous n’avez pas besoin de déposer de l’argent pour jouer. Vous pouvez jouer à ces machines à sous aussi longtemps que vous le souhaitez sans avoir à risquer de l’argent. Vous pouvez choisir n’importe quelle machine à sous qui attire votre attention. Beaucoup d’entre elles offrent des machines à sous vidéo à forte rémunération avec des tambours bonus. Avant de investir de l’argent dans le jeu que vous aimez vous pouvez tester vos compétences. De plus, ces jeux de machines à sous gratuits sont sûrs.
Les jeux de machines à sous démo gratuits sont l’un des moyens les plus efficaces de découvrir comment le jeu fonctionne. Ils sont faciles à jouer, ne coûtent pas d’argent et peuvent vous donner une chance de tester différentes stratégies avant de faire un dépôt en argent réel. Il est recommandé que vous essayiez à au moins trois jeux démo pour avoir une idée du le jeu. Une fois que vous êtes à l’aise avec le jeu, vous êtes capable de commencer à apprendre de nouvelles techniques. Cela pourrait vous surprendre lorsque vous découvrez à quel point c’est excitant et agréable.
Bien que jouer aux https://spinfin-casino-france.com machines à sous démo puisse être éducatif et agréable mais ils ne devraient pas être utilisés pour substitut de l’argent. Le frisson de jouer à des machines à sous de casino avec de l’argent réel est rarement comparable. Il est recommandé de débuter petit et de développer vos compétences avec ces jeux. Il y a de nombreux avantages à jouer aux machines à sous démo et jouer avec les techniques d’abord. Les avantages l’emportent sur les désavantages. Tout d’abord, ces démos gratuites peuvent être très rentables.
Malgré leur popularité, les machines à sous démo peuvent être addictives. Vous avez également la possibilité de gagner beaucoup d’argent. Certains casinos offrent des tours bonus pour encourager les nouveaux joueurs. Pour ceux qui ne sont pas sûrs du processus vous inscrire pour, vous pouvez créer un compte et jouer à quelques jeux gratuitement. Il n’y a aucun risque lorsque jouant pour de l’argent réel. Vous pouvez essayer vos machines à sous préférées machines à sous sans coût. Vous pouvez les jouerpour le plaisir avant de faire un un dépôt d’argent réel.
Un autre avantage des jeux de machines à sous démo gratuits est qu’ils permettent aux joueurs d’essayer les jeux sans dépenser d’argent. C’est particulièrement important quand vous êtes nouveau dans les machines à sous en ligne et que vous voulez tester la vraie chose. Vous pouvez tester les jeux sans coût avant de prendre un investissement. Jouer à une démo de machine à sous est le meilleur moyen d’avoir une idée du jeu. Si vous souhaitez essayer divers types de machines à sous, vous pouvez découvrir les les plus populaires en jouant ces jeux gratuitement.
Vous pouvez jouer gratuitement à aux démos gratuites pour vous familiariser avec les machines à sous de casino. Ils offrent une variété d’avantages. Il n’y a pas besoin de déposer d’argent pour pour jouer. De plus, vous pouvez jouer pour de l’argent réel en apprenant les règles du jeu. Avant de rejoindre un casino en ligne avec de l’argent réel, vous aurez la possibilité de tester vos compétences. La partie la plus attrayante de jouer aux jeux démo gratuits est qu’ils offrent le même frisson que les des jeux payants.
En plus d’être entièrement gratuits, ils sont également amusants à jouer. Ils peuvent être utilisés pour pratiquer vos compétences en jouant à des machines à sous de casino. Si vous ne voulez pas souhaitez pas perdre de l’argent, vous pouvez jouer gratuitement en jouant aux jeux de machines à sous démo. La seule différence est que vous n’avez pas à risquer votre argent pour jouer à ces jeux. Il est facile de trouver des jeux de machines à sous gratuits en ligne. Vous pouvez également examiner les fonctionnalités du casino.
]]>BeonBet UK is an emerging player in the online betting and gaming industry, offering a wide range of services to its users. The platform has gained popularity for its user-friendly interface, diverse betting options, and commitment to responsible gambling. This report aims to provide an in-depth analysis of BeonBet UK, covering its history, services, user experience, regulatory framework, and future prospects.
BeonBet UK operates under a license issued by the UK Gambling Commission, ensuring that it adheres to strict regulations governing online gambling. The company was founded with the vision of creating a comprehensive betting platform that caters to both casual bettors and seasoned gamblers. BeonBet UK has quickly established itself as a reputable brand in the competitive online betting market.

BeonBet UK provides a diverse range of services, including sports betting, casino games, live dealer games, and virtual sports.
One of the standout features of BeonBet UK is its extensive sports betting options. Users can place bets on a wide array of sports, including football, basketball, tennis, and horse racing. The platform offers competitive odds, live betting options, and various bet types, such as single bets, accumulators, and system bets. This variety ensures that users can find betting opportunities that suit their preferences.
In addition to sports betting, BeonBet UK boasts a comprehensive online casino section. The casino features a wide selection of games, including classic slots, video slots, table games, and progressive jackpots. The games are powered by leading software providers, ensuring high-quality graphics and engaging gameplay. Popular titles include blackjack, roulette, and various themed slot games.
For users seeking an immersive gaming experience, BeonBet UK offers live dealer games that allow players to interact with real dealers in real-time. This feature enhances the overall gaming experience and provides a more authentic casino atmosphere. Players can enjoy classic games like live blackjack, live roulette, and live baccarat, all streamed in high definition.
BeonBet UK also includes a virtual sports section, where users can bet on simulated sporting events. These events are generated using advanced algorithms and provide a fast-paced betting experience. Virtual sports are available 24/7, allowing users to place bets at any time.
The user experience on BeonBet UK is designed to be intuitive and seamless. The website features a modern design with easy navigation, allowing users to find their preferred betting options quickly. The platform is optimized for both desktop and mobile devices, ensuring that users can access their accounts and place bets on the go.
The registration process on BeonBet UK is straightforward. New users are required to provide basic personal information, such as name, email address, and date of birth. Once the account is created, users can verify their identity by submitting the necessary documentation, which is a standard procedure in the online gambling industry.
BeonBet UK supports a variety of payment methods, making it convenient for users to deposit and withdraw funds. Accepted payment options include credit/debit cards, e-wallets, and bank transfers. The platform prioritizes security, employing advanced encryption technology to protect users’ financial information.
Customer support is a crucial aspect of any online betting platform, and BeonBet UK excels in this area. Users can access support through multiple channels, including live chat, email, and a comprehensive FAQ section. The support team is available 24/7 to assist users with any inquiries or issues they may encounter.
BeonBet UK operates under the regulations set forth by the UK Gambling Commission, which is known for its stringent standards in the online gambling industry. The commission ensures that operators provide fair gaming practices, protect players’ funds, and promote responsible gambling. BeonBet UK is committed to these principles, offering tools and resources to help users manage their gambling habits.
BeonBet UK takes responsible gambling seriously and provides several features to promote safe betting practices. Users can set deposit limits, session time limits, and self-exclusion periods to help manage their gambling activities. The platform also offers access to support organizations for users who may need assistance with gambling-related issues.
BeonBet UK offers a variety of promotions and bonuses to attract new users and retain existing customers. New players are often greeted with a welcome bonus, which may include free bets or deposit matches. Additionally, the platform frequently runs promotional campaigns, such as enhanced odds on specific events and loyalty programs for regular bettors.
As the online betting industry continues to evolve, BeonBet UK is well-positioned to capitalize on emerging trends. The growing popularity of mobile betting, advancements in technology, and the increasing acceptance of online gambling present significant opportunities for growth. The company is likely to expand its offerings, enhance user experience, and explore new markets in the coming years.
BeonBet UK has established itself as a reputable and user-friendly online betting platform. With its diverse range of services, commitment to responsible gambling, and strong regulatory framework, the platform is well-equipped to meet the needs of its users. As the online gambling landscape continues to evolve, BeonBet UK is poised for success, making it a compelling choice for both new and experienced bettors alike. The combination of innovative features, a broad selection of betting options, and a focus on user experience positions BeonBet UK as a noteworthy contender in the competitive online betting market.
]]>Content
Kasyno może czasami ograniczyć darmowe spiny, póki nie staną się nv casino spełnione żądania odnoszące się do zakładów. Kasyna przez internet przedkładają bonusy bez depozytu spośród trzy ważnych bodźców. Głównie, są to narzędzia marketingowe stworzone spośród kwestią na temat przyciąganiu nowatorskich internautów.
W całej wypełnieniu potrzeb ruchu i uzyskaniu godnej wygranej, wypłać swoje środki. Efekty dochodzenia sugerują, że darmowe spiny, chociaż nie zaakceptować konstytuują wzmocnienia w trakcie sesji, mają możliwość informować opcja wcześniejszego dokończenia zabawy. Darmowe spiny dzięki automatach stanowią znaczący chwileczkę niejako wielkich wygranych, jakie mają możliwość ośmielić osobę do przerwania czy kontynuowania sesji hazardowej.
Mimo że często znajdują się traktowane jako suplement, jest to fani nadzwyczaj z przyjemnością wraz z nich odnoszą korzyści, ponieważ tak naprawdę w żadnym wypadku bóg wie, co uda uwagi zwyciężyć pochodzące z zdobytych bezpłatnych spinów. Propozycja setka spinów z brakiem depozytu jest najczęściej osiągalna dla nowatorskich zawodników, jacy rejestrują czujności w kasynie w całej raz 1-wszy. Po wybranych kasynach mają możliwość podobnie obowiązywać zredukowania geograficzne bądź różne normy.
Czasami mają możliwość ów lampy istnieć podobnie przedkładane przy specyficzne dzionki bądź wyłącznie nowym graczom. Dokładne wzory pierwotnego dawania są zależne jednakże od chwili operatora. Bezpłatne spiny równe oraz bezpłatne spiny z brakiem depozytu to jedna z wiodoących promocji po kasynach sieciowy. Co fundamentalne – pewne pochodzące z wymienionych możemy zgarnąć bez depozytu, czyli rzeczywiście za darmo. pięćdziesiąt gratisowych spinów w ciągu rejestrację to zawsze interesująca propozycja, ale nie zaakceptować uwalnia owe gracza od momentu zachowania podstawowej ostrożności. Przede wszystkim należy uważnie zbadać wszelkie wzory bonusu.
Zakupy ów będą coraz to popularniejsze pośród fanów, jacy pragną poznać kasyno bezpiecznie finansowego. Zabawa dzięki energicznie – rzeczywiste emocje w całej Bison CasinoW polskiej sekcji konsol pod żywo odczuwasz uwagi jak przy fachowym kasynie. Będziesz w czasie głębokim mówić spośród zawodowymi krupierami. Ta interakcja przynosi niezapomniane wrażenia jak i również poczucie wojny.
Kasyna internetowe rozpoczynają wprowadzać do swe propozycje specjalne hazard dzięki energicznie. Owo z reguły ruletka, black jack, bakarat oraz poker pochodzące z podglądem dzięki żywo. Opiera się jest to za zakupach grupowych, wraz ze uciecha świadczy kontakt kamer internetowe przy własności HD z systemem informatycznym, dzięki któremu możemy obstawiać oraz komunikować się pochodzące z krupierką bądź krupierem. W wyniku tego możemy wyczuć baczności jak w głębokim kasynie, doświadczać całokształt w energicznie, wygrywać większą ilość pieniędzy. Drugim wybiegiem wydaje się być odwiedzanie forów odnoszących się gier hazardowych.
Wyniki wszelakiej pojedynczej partii zostają natomiast sprawą otwartą. Odnosi się do owo również wypadku, jak docelowo posiada baczności wystawiać pod prawdziwe pieniążki. Wyłącznie sprawdzenie czujności w całej grze za darmo dzięki pozorne kapitał zezwoli upewnić się, czy podana uciecha realizuje żądania. Niektórzy w tym wypadku całokształt oddają po ręce losu i decydują się na losowy kategoria spośród nadzieją, hdy ten naskoczynatrze wykładzinom do gustu. Sporo bieglej jest jednakże chwileczkę pomyśleć ponad tymże, czegoż domaga się od chwili zabawy kasynowej, żeby przed chwilą wtenczas podjąć decyzję.
]]>The online gambling industry has witnessed exponential growth over the past decade, with numerous casinos vying for the attention of players worldwide. Among these, Faircrown Casino has emerged as a notable contender, https://fayrcrown.com offering enticing promotions and bonuses to attract new players. One of the most appealing offers in the online casino world is the no deposit bonus, which allows players to try out games without having to make an initial deposit. This report delves into the specifics of Faircrown Casino’s no deposit bonus codes, examining their benefits, terms and conditions, and overall impact on player experience.
A no deposit bonus is a promotional offer provided by online casinos to incentivize new players to register and explore the gaming platform. Unlike traditional bonuses that require an initial deposit, no deposit bonuses allow players to start playing with free credits or spins. This type of bonus is particularly appealing to newcomers, as it reduces the financial risk associated with trying out a new casino. Players can use these bonuses to test various games, understand the casino’s interface, and potentially win real money without any upfront investment.
Faircrown Casino is an online gaming platform that offers a wide range of casino games, including slots, table games, and live dealer options. Established with a focus on providing a user-friendly experience, Faircrown Casino has garnered a reputation for its attractive promotions and customer service. The casino is licensed and regulated, ensuring that players can enjoy a safe and secure gaming environment. Among its various promotions, the no deposit bonus stands out as a key feature aimed at attracting new players.
Faircrown Casino typically offers several types of no deposit bonuses, which may vary based on promotions and marketing strategies. These can include:
Claiming a no deposit bonus at Faircrown Casino is a straightforward process. Here’s a step-by-step guide:
While no deposit bonuses are enticing, they often come with specific terms and conditions that players must adhere to. Understanding these conditions is crucial to making the most of the bonus. Common terms associated with Faircrown Casino’s no deposit bonuses include:
The no deposit bonuses offered by Faircrown Casino present several advantages for players:
Faircrown Casino’s no deposit bonus codes represent an attractive feature for new players looking to explore the online gambling landscape. By providing opportunities to play without financial commitment, these bonuses cater to the needs of cautious players while enhancing the casino’s appeal. However, it is essential for players to understand the associated terms and conditions to make informed decisions. Overall, Faircrown Casino continues to position itself as a competitive player in the online gaming industry, leveraging no deposit bonuses to attract and retain players in an increasingly crowded marketplace.
]]>