:root {
  --logo-header-size: 150px;
  --logo-main-card-size: 50%;
  --logo-horizontal-size: 60%;
  --logo-vertical-size: 40%;
  --logo-symbol-size: 25%;
  --body-kerning: 0;
}

body.white-bg-mode {
  background-color: #ffffff;
  --dynamic-blocks-bg-color: #fbfbfb;
}

:root .font-additional {
  font-family: var(--font-family-body);
  font-size: 30px;
}
:root .font-main {
  font-size: 30px;
  font-family: var(--font-family-main-typeface) !important;
}

body {
  font-family: var(--font-family-body);
  letter-spacing: var(--body-kerning);
}
body p {
  color: var(--text-color);
  font-size: calc(var(--base-font-size) * 0.9375);
  letter-spacing: var(--body-kerning) !important;
}
@media (min-width: 768px) {
  body p {
    font-size: calc(var(--base-font-size) * 1);
  }
}
body .table, body .alert, body .breadcrumb, body .nav {
  font-family: var(--font-family-body);
  font-size: 0.9375rem;
  letter-spacing: var(--body-kerning) !important;
}
@media (min-width: 768px) {
  body .table, body .alert, body .breadcrumb, body .nav {
    font-size: 1rem;
  }
}

/* Dynamické velikosti nadpisů pomocí proměnné --heading-scale */

body h1 {
  color: var(--title-color) !important;
  font-family: var(--font-family-headings);
  font-size: calc(1.9rem * var(--heading-scale));
  letter-spacing: 0 !important;
}

@media (min-width: 768px) {
  body h1 {
    font-size: calc(2.15rem * var(--heading-scale));
  }
}
@media (min-width: 992px) {
  body h1 {
    font-size: calc(2.25rem * var(--heading-scale));
  }
}

.font-name-display {
  color: var(--headings-color) !important;
  font-family: var(--font-family-headings);
  font-size: 1.8rem;
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  .font-name-display {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .font-name-display {
    font-size: 2rem;
  }
}

body h2 {
  color: var(--headings-color) !important;
  font-family: var(--font-family-headings);
  font-size: calc(1.8rem * var(--heading-scale));
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  body h2 {
    font-size: calc(1.9rem * var(--heading-scale));
  }
}
@media (min-width: 992px) {
  body h2 {
    font-size: calc(2rem * var(--heading-scale));
  }
}

body h3 {
  color: var(--headings-color) !important;
  font-family: var(--font-family-headings);
  font-size: calc(1.45rem * var(--heading-scale));
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  body h3 {
    font-size: calc(1.5375rem * var(--heading-scale));
  }
}
@media (min-width: 992px) {
  body h3 {
    font-size: calc(1.625rem * var(--heading-scale));
  }
}

body h4 {
  color: var(--headings-color) !important;
  font-family: var(--font-family-headings);
  font-size: calc(1.35rem * var(--heading-scale));
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  body h4 {
    font-size: calc(1.425rem * var(--heading-scale));
  }
}
@media (min-width: 992px) {
  body h4 {
    font-size: calc(1.5rem * var(--heading-scale));
  }
}

body h5 {
  color: var(--headings-color) !important;
  font-family: var(--font-family-headings);
  font-size: calc(1.1rem * var(--heading-scale));
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  body h5 {
    font-size: calc(1.15rem * var(--heading-scale));
  }
}
@media (min-width: 992px) {
  body h5 {
    font-size: calc(1.2rem * var(--heading-scale));
  }
}

body h6 {
  color: var(--headings-color) !important;
  font-family: var(--font-family-headings);
  font-size: calc(0.9375rem * var(--heading-scale));
  letter-spacing: 0 !important;
}
@media (min-width: 768px) {
  body h6 {
    font-size: calc(0.95rem * var(--heading-scale));
  }
}
@media (min-width: 992px) {
  body h6 {
    font-size: calc(1rem * var(--heading-scale));
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {

}
body .card-typography .card-typography-font {
  font-size: 6.5rem;
  color: var(--card-typography-text-color) !important;
}

@media (min-width: 576px) {
  body .card-typography .card-typography-font {
    font-size: 5rem;
  }
}
@media (min-width: 768px) {
  body .card-typography .card-typography-font {
    font-size: 7.5rem;
  }
}
@media (min-width: 992px) {
  body .card-typography .card-typography-font {
    font-size: 6.5rem;
  }
}
@media (min-width: 1200px) {
  body .card-typography .card-typography-font {
    font-size: 7.5rem;
  }
}

.text-small {
  font-size: 0.875rem !important;
}

body .text-small {
  font-size: 0.875rem;
}
body .text-display-additional {
  font-size: 9rem;
  color: var(--headings-color) !important;
  margin-bottom: -1rem;
  margin-top: -1rem;
}
@media (min-width: 576px) {
  body .text-display-additional {
    font-size: 9rem;
  }
}
@media (min-width: 768px) {
  body .text-display-additional {
    font-size: 9rem;
  }
}
@media (min-width: 992px) {
  body .text-display-additional {
    font-size: 10rem;
  }
}
@media (min-width: 1200px) {
  body .text-display-additional {
    font-size: 12rem;
  }
}
body .text-display-main {
  font-size: 9rem;
  color: var(--headings-color) !important;
  margin-bottom: -1rem;
  margin-top: -1rem;
}
@media (min-width: 576px) {
  body .text-display-main {
    font-size: 9rem;
  }
}
@media (min-width: 768px) {
  body .text-display-main {
    font-size: 9rem;
  }
}
@media (min-width: 992px) {
  body .text-display-main {
    font-size: 10rem;
  }
}
@media (min-width: 1200px) {
  body .text-display-main {
    font-size: 12rem;
  }
}

input, textarea {
  height: 40px;
}

a {
  color: var(--link-color) !important;
}
a:hover {
  color: var(--link-color);
}

li {
  color: var(--text-color);
}

.logo-size-100 .logo-size {
  width: 100%;
}

.logo-size-95 .logo-size {
  width: 95%;
}

.logo-size-90 .logo-size {
  width: 90%;
}

.logo-size-85 .logo-size {
  width: 85%;
}

.logo-size-80 .logo-size {
  width: 80%;
}

.logo-size-75 .logo-size {
  width: 75%;
}

.logo-size-70 .logo-size {
  width: 70%;
}

.logo-size-65 .logo-size {
  width: 65%;
}

.logo-size-60 .logo-size {
  width: 60%;
}

.logo-size-55 .logo-size {
  width: 55%;
}

.logo-size-50 .logo-size {
  width: 50%;
}

.logo-size-45 .logo-size {
  width: 45%;
}

.logo-size-40 .logo-size {
  width: 40%;
}

.logo-size-35 .logo-size {
  width: 35%;
}

.logo-size-30 .logo-size {
  width: 30%;
}

.logo-size-25 .logo-size {
  width: 25%;
}

.logo-size-20 .logo-size {
  width: 20%;
}

.logo-size-15 .logo-size {
  width: 15%;
}

.logo-size-10 .logo-size {
  width: 10%;
}

.logo-size-5 .logo-size {
  width: 5%;
}

.card-body img {
  width: 100%;
  height: auto;
}

.allowed-rules {
  padding: 1.4rem;
  border-left: 3px solid var(--success-color);
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
}
@media (min-width: 768px) {
  .allowed-rules {
    padding: 1.9rem;
  }
}
.allowed-rules code {
  color: var(--success-color) !important;
}

.forbidden-rules {
  padding: 1.4rem;
  border-left: 3px solid var(--danger-color);
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
}
@media (min-width: 768px) {
  .forbidden-rules {
    padding: 1.9rem;
  }
}
.forbidden-rules code {
  color: var(--danger-color);
}

#accordion-certificate .allowed-rules {
  background-color: #fffcf6;
}

.bg-light {
  background-color: #fbfbfb !important;
}

.table {
  color: var(--text-color);
  width: 100%;
  margin-bottom: 0rem;
  background-color: var(--table-color-bg);
  border-radius: var(--border-radius-card) !important;
}

.table table {
  color: var(--text-color);
  width: 100%;
  margin-bottom: 0rem;
  background-color: var(--table-color-bg);
  border-radius: var(--border-radius-card) !important;
}

.table tr {
  border-top-left-radius: var( --border-radius-card);
  border-top-right-radius: var( --border-radius-card);
}

thead tr {
  border-top-left-radius: var( --border-radius-card);
  border-top-right-radius: var( --border-radius-card);
  font-size: var(--table-font-size);
}

.table td {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  height: 4rem;
  vertical-align: middle;
  border-top: var(--table-line-color) !important;
}
@media (min-width: 768px) {
  .table td {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
.table th {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  border-top: none;
  height: 4rem;
  line-height: 1.2;
  vertical-align: middle;
  font-weight: 400;
  font-size: var(--table-font-size);
  background-color: var(--gray-00);
  color: #6f6f6f;
  height: 64px;
}
@media (min-width: 768px) {
  .table th {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
.table tbody tr {
  font-size: var(--table-font-size);
}

.table tbody {
  border-bottom-left-radius: var( --border-radius-card);
  border-bottom-right-radius: var( --border-radius-card);
}

.table tbody tr:hover {
  background-color: none;
  color: var(--text-color);
}
.table thead th {
  vertical-align: middle;
  border-bottom: none;
  border-top: none;
  font-weight: 400;
  font-size: var(--table-font-size);
  background-color: var(--gray-00);
  height: 64px;
}

.table tbody tr:hover {
  background-color: var(--table-hover-bg);
}

.table-condensed {
  background-color: var(--table-color-bg);
}
.table-condensed td {
  height: 20px !important;
  border-top: none !important;
}
.table-condensed th {
  background-color: var(--table-color-bg);
  border-top: none;
  border-bottom: none;
  height: 1.8rem;
  vertical-align: middle;
  font-weight: 400;
  background-color: var(--table-color-bg);
}
.table-condensed tbody tr:hover {
  background-color: var(--table-hover-bg);
}
.table-condensed thead th {
  vertical-align: middle;
  font-weight: 400;
  font-size: 0.875rem;
  background-color: var(--table-color-bg);
  color: var(--gray-60);
  height: 64px;
}

thead.bg-light {
  font-size: var(--table-font-size) !important;
}

thead.bg-light th {
  font-size: var(--table-font-size) !important;
}

.table thead.bg-light th {
  font-size: var(--table-font-size) !important;
}

.table thead.bg-light th h6 {
  font-size: var(--table-font-size) !important;
}

thead.bg-light th h6 {
  font-size: var(--table-font-size) !important;
}

.container {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  .container {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-top: 2.5rem;
  }
}

.btn-primary {
  color: white !important;
  z-index: 3;
  padding: 0.8rem;
  padding-left: 2em !important;
  padding-right: 2em !important;
  background-color: var(--button-primary-color);
  border-color: var(--button-primary-color);
  border-radius: var(--border-radius-button);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover {
  background-color: var(--button-primary-color);
  border-color: var(--button-primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  color: white !important;
}
.btn-primary:focus {
  background-color: var(--button-primary-color);
  border-color: var(--button-primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:active {
  background-color: var(--button-primary-color);
  border-color: var(--button-primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: var(--button-primary-color);
  border-color: var(--button-primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-login {
  color: white !important;
  z-index: 3;
  padding: 0.8rem;
  background-color: #0F62FE;
  border-color: #0F62FE;
  border-radius: var(--border-radius-button);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-login:hover {
  background-color: #0F62FE;
  border-color: #0F62FE;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  color: white !important;
}
.btn-login:focus {
  background-color: #0F62FE;
  border-color: #0F62FE;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-login:active {
  background-color: #0F62FE;
  border-color: #0F62FE;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #0F62FE;
  border-color: #0F62FE;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark {
  color: white !important;
  z-index: 3;
  padding: 0.8rem;
  background-color: var(--gray-60);
  border-color: #4f525f;
  border-radius: var(--border-radius-button);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-dark:hover {
  background-color: #0150e3;
  border-color: #0150e3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-dark:focus {
  background-color: #3c3f49;
  border-color: #3c3f49;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-dark:active {
  background-color: #383a43;
  border-color: #383a43;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-dark:not(:disabled):not(.disabled):active:focus {
  background-color: #434651;
  border-color: #434651;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-outline-primary {
  z-index: 3;
  padding: 0.8rem;
  color: var(--button-primary-color) !important;
  border-color: var(--button-primary-color);
  border-radius: var(--border-radius-button);
}
.btn-outline-primary:hover {
  background-color: var(--button-primary-color);
  border-color: var(--button-primary-color);
  color: white !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary:focus {
  background-color: var(--button-primary-color);
  border-color: var(--button-primary-color);
  color: white !important;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary:active {
  background-color: var(--button-primary-color);
  border-color: var(--button-primary-color);
  color: var(--button-primary-color) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background-color: transparent;
  border-color: var(--button-primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary {
  padding: 0.8rem;
  background-color: #898e9e;
  border-color: #898e9e;
  border-radius: var(--border-radius-button);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary:hover {
  background-color: #7b8192;
  border-color: #7b8192;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary:focus {
  background-color: #73798c;
  border-color: #73798c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary:active {
  background-color: #6e7486;
  border-color: #6e7486;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #7b8192;
  border-color: #7b8192;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-secondary {
  padding: 0.8rem;
  color: #898e9e !important;
  border-color: #898e9e;
  border-radius: var(--border-radius-button);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-secondary:hover {
  background-color: #7b8192;
  border-color: #7b8192;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white !important;
}
.btn-outline-secondary:focus {
  background-color: #73798c;
  border-color: #73798c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-secondary:active {
  background-color: #6e7486;
  border-color: #6e7486;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #7b8192;
  border-color: #7b8192;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.logo-rule-no .icon-yes {
  display: none;
}

.crossed-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(to bottom right, transparent calc(50% - 1px), var(--cross-color) 50%, transparent calc(50% + 1px)), /* Hladká čára o šířce 1px */
    linear-gradient(to bottom right, transparent calc(50% - 1px), var(--cross-color) 50%, transparent calc(50% + 1px)) 0 1px; /* Hladká čára o šířce 1px s posunem o 1px */
  background-repeat: no-repeat;
  z-index: 20;
}


.crossed-red {
  background: 
    linear-gradient(to top left, transparent calc(50% - 1px), rgb(255, 76, 80) 50%, transparent calc(50% + 1px)), /* upravená čára o šířce 1px */
    linear-gradient(to top left, transparent calc(50% - 1px), rgb(255, 76, 80) 50%, transparent calc(50% + 1px)) 0 1px; /* upravená čára o šířce 1px s posunem o 2px */
  background-repeat: no-repeat;
}

.crossed-white {
  background: 
    linear-gradient(to top left, transparent calc(50% - 1px), rgb(255, 255, 255) 50%, transparent calc(50% + 1px)), /* upravená čára */
    linear-gradient(to top left, transparent calc(50% - 1px), rgb(255, 255, 255) 50%, transparent calc(50% + 1px)) 0 1px; /* upravená čára s posunem o 1px */
  background-repeat: no-repeat;
}

.crossed-black {
  background: 
    linear-gradient(to top left, transparent calc(50% - 1px), rgb(15, 15, 15) 50%, transparent calc(50% + 1px)), /* upravená čára */
    linear-gradient(to top left, transparent calc(50% - 1px), rgb(15, 15, 15) 50%, transparent calc(50% + 1px)) 0 1px; /* upravená čára s posunem o 1px */
  background-repeat: no-repeat;
}

.card-bottom-area {
  background-color: var(--card-bottom-bg-color);
}

.card-bottom-area-multibrand {
  background-color: white;
}

.card-bottom-area h1, .card-bottom-area h2, .card-bottom-area h3, .card-bottom-area h4, .card-bottom-area h5, .card-bottom-area h6 {
  color: var(--card-bottom-heading-color) !important;
}
.card-bottom-area p {
  color: var(--card-bottom-text-color);
}
.card-bottom-area li {
  color: var(--card-bottom-text-color);
}
.card-bottom-area:hover {
  background-color: var(--card-bottom-hover-color);
}

.card-typography-bg {
  background-color: var(--card-typography-bg);
}

.dynamic-block {
  background-color: var(--dynamic-blocks-bg-color);
}

.card-main {
  padding: 1.4rem;
}
@media (min-width: 768px) {
  .card-main {
    padding: 1.9rem;
  }
}
.card-main:hover {
  text-decoration: none !important;
}

.card-main a:hover {
  text-decoration: none !important;
}

.card-module {
  padding: 1.4rem;
}
@media (min-width: 768px) {
  .card-module {
    padding: 1.9rem;
  }
}
.card-module:hover {
  text-decoration: none !important;
}

.card-module a:hover {
  text-decoration: none !important;
}

.card-secondary {
  padding: 1.4rem;
}
@media (min-width: 768px) {
  .card-secondary {
    padding: 1.9rem;
  }
}

.card-header {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  margin-bottom: -2px;
  vertical-align: middle;
  background-color: var(--gray-00);
  border-bottom: 1px solid #e2e2e2 !important;
}
@media (min-width: 768px) {
  .card-header {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}
.card-header:hover {
  background-color: var(--gray-10);
}

.button-card-header {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  margin-bottom: -2px;
  vertical-align: middle;
  background-color: var(--gray-00);
  border-bottom: 1px solid #e2e2e2 !important;
}
@media (min-width: 768px) {
  .button-card-header {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  scrollbar-gutter: auto;
  overflow: overlay !important;
}

.accordion-settings-arrow {
  font-size: 0.8125rem;
  color: var(--link-color);
}

.glyphs {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.glyphs div {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--gray-30);
  margin-left: -1px;
  margin-top: -1px;
  color: var(--gray-10) 0;
}
.glyphs div:hover {
  background-color: var(--gray-10);
}
.glyphs div p {
  color: var(--text-color);
  margin-bottom: 0;
}

.header-bg-color {
  background-color: var(--header-color);
}

.header-content-bg-color {
  background-color: var(--header-color);
}

.logo-bg-color {
  background-color: var(--logo-dark-bg);
}

.header-text-color {
  color: var(--title-color) !important;
}

.breadcrumb-bg-color {
  background-color: var( --dynamic-web-bg-color);
}

.color-swatch-card-line {
  position: absolute;
  width: 100%;
  bottom: 0; /* Toto umístí linku na spodní hranu elementu .color-preview */
  left: 0;
  height: 1px;
  background-color: #ebebeb; /* Nebo jakoukoli barvu chcete pro linku */
  mix-blend-mode: multiply;
}


.color-card-line {
  position: absolute;
  width: 100% !important;
  bottom: 100%; /* nebo 'top: -1px;' pokud chcete posunout linku o 1px výše */
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #ebebeb;
  height: 1px;
  mix-blend-mode: multiply;
}

.header-card-line {
  z-index: 1;
  background-color: #ebebeb;
  mix-blend-mode: multiply;
}

.homepage-card-line {
  background-color: #ebebeb;
  mix-blend-mode: multiply;
}

.main-card-line {
  z-index: 70;
  margin-top: -1px;
  background-color: var(--gray-15);
  mix-blend-mode: multiply;
}

.breadcrumb-line {
  border-top: none;
  border-bottom: solid 1px #e2e2e2;
}

.badge-info {
  color: var(--info-badge-text-color);
  background-color: var(--info-badge-bg-color);
  margin-right: 0.5rem;
  font-weight: 600;
}

.badge-danger {
  color: #fff;
  background-color: var(--danger-color);
}

.badge-success {
  color: #fff;
  background-color: var(--success-color);
}

.badge-large {
  font-size: 1.2rem;
}

.alert {
  border-radius: var(--border-radius-card);
  font-family: var(--font-family-body) !important;
  padding-bottom: 0rem;
  margin-bottom: 1.4rem;
}

.alert-info {
  color: var(--info-box-text-color) !important;
  background-color: var(--info-box-bg-color) !important;
  border-radius: var(--border-radius-card) !important;
  border-color: var(--info-box-bg-color) !important;
  font-family: var(--font-family-body) !important;

}
.alert-info .alert-link {
  color: var(--info-box-text-color) !important;
}
/* Links inside info box and Recent updates card styled as info box */
.alert-info a,
.alert-info-link {
  color: var(--info-box-text-color) !important;
  text-decoration: none;
}
.alert-info a:hover,
.alert-info-link:hover {
  text-decoration: underline !important;
}
/* Underline links in Recent updates cards on hover (multibrand too) */
.recent-updates-card a { text-decoration: none; }
.recent-updates-card a:hover { text-decoration: underline !important; }
/* Ensure headings and bullets adopt info box text color */
.alert-info h1,
.alert-info h2,
.alert-info h3,
.alert-info h4,
.alert-info h5,
.alert-info h6,
.alert-info ul,
.alert-info ol,
.alert-info li {
  color: var(--info-box-text-color) !important;
}

.logo-on-image {
  background-size: cover; /* nebo 'contain' */
  background-position: center; /* Centruje obrázek */
}

.ratio-main-card {
  position: relative;
}
.ratio-main-card:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 68%; /* This ensures a consistent aspect ratio */
}
.ratio-main-card > .logo-image,
.ratio-main-card > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ratio-16-9 {
  position: relative;
}
.ratio-16-9:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}

.ratio-16-9 > .logo-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-4-3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ratio-4-3:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75%;
}

.ratio-4-3 > .logo-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-1-1 {
  position: relative;
}
.ratio-1-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.ratio-1-1 > .logo-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.not-allowed-logo-shadow {
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
}

.not-allowed-logo-transform {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.not-allowed-logo-recolor {
  -webkit-filter: invert(80%);
  filter: invert(80%);
}

.not-allowed-logo-deformation {
  -webkit-transform: scale(1, 0.8);
  -ms-transform: scale(1, 0.8);
  transform: scale(1, 0.8);
}

.nav-tabs .nav-link.active {
  background-color: var(--logo-dark-bg);
  color: white;
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
  border: none;
}

.nav-tabs .nav-link {
  border: none;
  color: var(--link-color);
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.logo-protection-zone {
  border: 1px dashed var(--danger-color);
  width: 100%;
}

.glyph-style {
  font-size: 25px;
}

.transition-all {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.font-showcase-color {
  color: var(--text-color) !important;
}

.badge {
  border-radius: var(--border-radius-badge);
  font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
  padding-left: 0.8em;
  padding-right: 0.8em;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: help;
}

.card {
  border-radius: 0;
  margin-bottom: -1px;
  border: 1px solid #e2e2e2;
}

/* TOOLTIP */

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  color: var(--tooltip-text-color);
  text-align: center;
  background-color: var(--tooltip-bg-color);
  border-radius: var(--border-radius-tooltip);
  opacity: 1;
  font-weight: 600;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.3;
  font-size: 12px;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: var(--tooltip-bg-color);
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: var(--tooltip-bg-color);
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: var(--tooltip-bg-color);
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: var(--tooltip-bg-color);
}

.nav-pills .nav-link.active {
  color: var(--gray-60);
  background-color: var(--gray-15);
  padding: 0.8rem 1rem;
}

.nav-pills .nav-link.active.chart-tab {
  color: white !important;
  background-color: var(--button-primary-color) !important;
  border: 1px solid var(--button-primary-color);
  padding: 0.8rem 1rem;
}

.nav-pills .nav-link {
  color: var(--gray-40);
  border-radius: var(--border-radius-button);
  font-size: 14px;
  padding: 0.8rem 1rem;
}

.nav-pills .nav-link.chart-tab {
  color: var(--gray-40);
  border: 1px solid white;
  border-radius: var(--border-radius-button);
  font-size: 14px;
  padding: 0.8rem 1rem;
}

.text-primary {
  color: var(--link-color) !important;
}

/* SCROLLBAR */
body::-webkit-scrollbar {
  width: 0.3em;
  height: 0.3em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
}

body::-webkit-scrollbar-thumb:horizontal {
  background-color: var(--scrollbar-color);
}

/* LIGHTBOX */
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 60;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: var(--border-radius-card);
  border: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: var(--border-radius-card);
  background-color: black;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../../assets/img/tech/lightbox/spinner.svg) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 40;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
  float: left;
  background: url(/assets/img/tech/lightbox/prev.svg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background-size: 40px;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.9;
}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: right;
  background: url(/assets/img/tech/lightbox/next.svg) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background-size: 40px;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 0.9;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  border-bottom-left-radius: var(--border-radius-card);
  border-bottom-right-radius: var(--border-radius-card);
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/assets/img/tech/lightbox/close.svg) top right no-repeat; /* Ensure this path is correct */
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-size: 25px; /* Adjusted to match the width and height */
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* PROTECTION ZONE ANIMATION */
.meter {
  height: auto; /* Can be anything */
  position: relative;
}

.meter > div {
  display: block;
  height: 100%;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.meter > div:after, .animate > div > div {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, white), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, white), color-stop(0.75, white), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, white 25%, transparent 25%, transparent 50%, white 50%, white 75%, transparent 75%, transparent);
  z-index: 0;
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  -webkit-animation: move 4s linear infinite;
  overflow: hidden;
}

.animate > div:after {
  display: none;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.zoom:hover {
  -webkit-transform: scale(1.016);
  -ms-transform: scale(1.016);
  transform: scale(1.016);
}

.page-logo-formats .alert-logo-formats {
  display: none;
}

.carousel-typography {
  background-color: var(--card-typography-bg);
}

.image-branding {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-branding::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%; /* 3/4 z šířky pro poměr 4:3 */
  background-color: #DDDFE8; /* Nastavte na preferovanou barvu pozadí */
}

.image-branding img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Zachová celý obrázek v rámečku */
  object-position: center center; /* Centruje obrázek v rámečku */
  overflow: visible;
}

#langlinks img {
  height: 18px;
  margin-right: 8px;
}

#langlinks .btn {
  text-transform: uppercase;
}

section {
  position: relative;
}

header {
  position: relative;
  z-index: 2;
}

.dropdown-menu {
  border-radius: var(--border-radius-card);
}

.dropdown-item {
  color: var(--text-color) !important; /* Zajišťuje barvu textu pro všechny položky */
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important; /* Nastavuje bílou barvu textu pro aktivní položky */
  background-color: var(--button-primary-color); /* Nastavuje barvu pozadí pro aktivní položky */
}


.border {
  border: 1px solid #e2e2e2 !important;
}

.border-left {
  border-left: 1px solid #e2e2e2 !important;
}

.border-right {
  border-right: 1px solid #e2e2e2 !important;
}

.border-bottom {
  border-bottom: 1px solid #e2e2e2 !important;
}

.border-top {
  border-top: 1px solid #e2e2e2 !important;
}

.border-table {
  border: 1px solid #e2e2e2 !important;
}

.border-bottom-table {
  border-bottom: 1px solid #ededed !important;
}

.border-light {
  border: 1px solid #ededed !important;
}

.border-no-top {
  border-left: 1px solid #e2e2e2 !important;
  border-right: 1px solid #e2e2e2 !important;
  border-bottom: 1px solid #e2e2e2 !important;
}

.shadow-on-hover:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-tiny {
  box-shadow: 0 1px 3px 0 #0000000d,0 1px 2px 0 #00000006;
}

.pantone-c {
  display: none;
}

.pantone-u {
  display: none;
}

.ncs {
  display: none;
}

.ral {
  display: none;
}

.yes-icon {
  display: none !important;
}

.no-icon {
  display: none !important;
}

.table-cell-settings.add-yes-icon .yes-icon {
  display: inline !important;
}

.table-cell-settings.add-no-icon .no-icon {
  display: inline !important;
}

.name-visualbook {
  display: none !important;
}



.icon-allowed {
  position: absolute;
  top: 23px;
  left: 25px;
  transform: translate(-50%, -50%);
  font-size: 1.5em; /* Velikost ikony */
  color: var(--icon-allowed-color); /* Dynamická barva ikony */
  z-index: 20;
}

.icon-yes {
  display: none !important;
}

.logo-rule-settings.add-icon-yes-green .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: var(--success-color);
}

.logo-rule-settings.add-icon-yes-black .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: black;
}

.logo-rule-settings.add-icon-yes-white .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: white;
}

.logo-rule-settings.add-icon-yes-black-30 .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: rgba(0, 0, 0, 0.3);
}

.logo-rule-settings.add-icon-yes-black-40 .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.logo-rule-settings.add-icon-yes-black-50 .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.logo-rule-settings.add-icon-yes-black-60 .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.logo-rule-settings.add-icon-yes-white-30 .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.logo-rule-settings.add-icon-yes-white-40 .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.logo-rule-settings.add-icon-yes-white-50 .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.logo-rule-settings.add-icon-yes-white-60 .icon-yes {
  display: block !important;
  position: absolute;
  left: 13px;
  top: 13px;
  color: rgba(255, 255, 255, 0.6);
}

.mirror-chart-line-bold {
  width: 100%;
  border-width: 6px;
  border-color: #a4a8b8;
}

.mirror-chart-line-regular {
  width: 100%;
  border-width: 1px;
  border-color: #a4a8b8;
}

.mirror-chart-line-vertical-big {
  width: 8px;
  border-width: 25px;
  border-color: #a4a8b8;
}

.mirror-chart-line-vertical-small {
  width: 8px;
  border-width: 15px;
  border-color: #a4a8b8;
}

.mirror-chart-line-vertical-middle {
  width: 32px;
  border-width: 22px;
  border-color: #a4a8b8;
}

.mirror-chart-dot {
  position: absolute;
  font-size: 24px;
  color: #FE1B3F;
  z-index: 10;
}

.mirror-chart-dot-position-left-5 {
  padding-right: 95%;
}

.mirror-chart-dot-position-left-4 {
  padding-right: 77%;
}

.mirror-chart-dot-position-left-3 {
  padding-right: 58%;
}

.mirror-chart-dot-position-left-2 {
  padding-right: 39%;
}

.mirror-chart-dot-position-left-1 {
  padding-right: 19%;
}

.mirror-chart-dot-position-right-5 {
  padding-left: 95%;
}

.mirror-chart-dot-position-right-4 {
  padding-left: 77%;
}

.mirror-chart-dot-position-right-3 {
  padding-left: 58%;
}

.mirror-chart-dot-position-right-2 {
  padding-left: 39%;
}

.mirror-chart-dot-position-right-1 {
  padding-left: 19%;
}

.button-language {
  color: #a4a8b8 !important;
}

.ribbon {
  display: none;
}

.tba-item .ribbon {
  display: block;
  width: 120px;
  height: 28px;
  font-size: 12px;
  text-align: center;
  color: black;
  font-weight: 700;
  background: var(--gray-20);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: -35px;
  top: 12px;
  padding-top: 7px;
}

.tba-item {
  overflow: hidden;
  position: relative;
}

.btn-language {
  padding: 0.8rem;
  color: #a4a8b8;
  background-color: transparent !important;
  border-color: #a4a8b8;
  border-radius: var(--border-radius-card) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-language:hover {
  background-color: transparent !important;
  border-color: #a4a8b8 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: var(--border-radius-card) !important;
}
.btn-language:focus {
  background-color: transparent !important;
  border-color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: var(--border-radius-card) !important;
}
.btn-language:active {
  background-color: transparent !important;
  border-color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: var(--border-radius-card) !important;
}
.btn-language:not(:disabled):not(.disabled):active:focus {
  background-color: transparent !important;
  border-color: white;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: var(--border-radius-card) !important;
}

.always-visible {
  mix-blend-mode: difference;
}

.bg-card-logos {
  background-color: var(--card-logo-bg);
}

.bg-card-typography {
  background-color: var(--card-typography-bg) !important;
}

.box {
  height: 200px;
  width: 200px;
  background-color: lawngreen;
  border: 0px dotted;
  border-radius: var(--border-radius-card);
}

.boxTwo {
  height: 200px;
  width: 200px;
  background-color: lawngreen;
  border: 0px dotted;
  border-radius: var(--border-radius-card);
}

/* RADIUS */
.radius {
  border-radius: var(--border-radius-card) !important;
}

.radius-button {
  border-radius: var(--border-radius-button) !important;
}

.radius-top-left {
  border-top-left-radius: var(--border-radius-card) !important;
}

.radius-top-right {
  border-top-right-radius: var(--border-radius-card) !important;
}

.radius-top {
  border-top-left-radius: var(--border-radius-card) !important;
  border-top-right-radius: var(--border-radius-card) !important;
}

.radius-top-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.radius-right {
  border-top-right-radius: var(--border-radius-card) !important;
  border-bottom-right-radius: var(--border-radius-card) !important;
}

.radius-bottom {
  border-bottom-right-radius: var(--border-radius-card) !important;
  border-bottom-left-radius: var(--border-radius-card) !important;
}

.radius-left {
  border-top-left-radius: var(--border-radius-card);
  border-bottom-left-radius: var(--border-radius-card);
}

.radius-group-horizontal :first-child {
  border-top-left-radius: var(--border-radius-card);
  border-bottom-left-radius: var(--border-radius-card);
}
.radius-group-horizontal :last-child {
  border-top-right-radius: var(--border-radius-card);
  border-bottom-right-radius: var(--border-radius-card);
}

.radius-group-vertical :first-child {
  border-top-left-radius: var(--border-radius-card);
  border-top-right-radius: var(--border-radius-card);
}
.radius-group-vertical :last-child {
  border-bottom-left-radius: var(--border-radius-card);
  border-bottom-right-radius: var(--border-radius-card);
}

.main-swatch-settings .swatch-value {
  color: var(--gray-80);
}

.secondary-swatch-settings .swatch-value {
  color: var(--gray-80) !important;
}

.gradients-settings .swatch-value {
  color: var(--gray-80) !important;
}

.swatch-value {
  color: var(--gray-80);
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}

.gradient-value {
  color: var(--gray-80) !important;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}

.text-danger-color {
  color: var(--danger-color) !important;
}

.text-danger-color strong {
  color: var(--danger-color) !important;
}

.text-success-color {
  color: var(--success-color) !important;
}

.text-success-color strong {
  color: var(--success-color) !important;
}

#visualbook-description {
  color: var(--visualbook-description-color) !important;
  backgroud-color: var(--header-color) !important;
  -webkit-appearance: none !important;
}

#language-switcher {
  backgroud-color: var(--header-color) !important;
  -webkit-appearance: none !important;
  padding-top: 11px;
}

#language-nav {
  -webkit-appearance: none !important;
}

.carousel-typography .card-typography-font {
  color: var(--card-typography-text-color);
}

/* Original logo */
.logo-lighten {
  -webkit-filter: brightness(150%) contrast(150%);
  filter: brightness(150%) contrast(150%);
}

/* Duplicate of the logo in the desired hue */
.logo-hue-rotate {
  mix-blend-mode: overlay;
}

.bg-card-swatch-1 {
  background-color: var(--card-color-swatch1-color) !important;
}

.bg-card-swatch-2 {
  background-color: var(--card-color-swatch2-color) !important;
}

.bg-card-swatch-3 {
  background-color: var(--card-color-swatch3-color) !important;
}

.bg-card-swatch {
  background-color: var(--card-color-bg);
}

.hex-value {
  display: inline;
}

.text-link-color {
  color: var(--link-color);
}

body {
  background-color: var(--dynamic-web-bg-color);
}

.download-logopack {
  width: inherit;
}

.download-custom-logo-format {
  display: inline-block;
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  background: #fff;
}

.loader:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 6px solid #ccc;
  border-top-color: #666;
  border-radius: 50%;
  animation: loader 1s infinite linear;
}

@keyframes loader {
  to {
    transform: rotate(360deg);
  }
}
.swatch-group { border-radius: var(--border-radius-card); overflow: hidden; } .swatch-group > div, .swatch-group > div * { border-radius: 0 !important; }



.logo-border {
  border: dashed red 1px;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

input[type=range] {
  -webkit-appearance: none;
  background-color: #e2e2e2;
  height: 6px;
  border-radius: 8px;
  border: solid #c3c6d4 1px;
}

input[type=number] {
  -webkit-appearance: none;
  background-color: #f3f3f6;
  height: 6px;
  border-radius: 4px;
  border: none;
}

/* For screen sizes 700px or smaller */
@media only screen and (max-width: 700px) {
  input[type=range]::-webkit-slider-thumb {
    width: 22px !important;
    height: 22px !important;
  }
  input[type=range]::-moz-range-thumb {
    width: 22px !important;
    height: 22px !important;
  }
}
/* For screen sizes larger than 700px */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  top: 0px;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: var(--button-primary-color);
}

input[type=range]::-moz-range-thumb {
  position: relative;
  top: 0px;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-color: transparent;
  border-radius: 40px;
  background-color: var(--button-primary-color);
}

.color-value:hover {
  color: var(--gray-100);
}

.color-value {
  font-size: 0.875rem;
}


.description-padding {
  padding-top: var(--description-padding);
}

.use-inter {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
}

.aspect-ratio-average {
  aspect-ratio: 1.56;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  padding-bottom: 200px; /* Zde nastavte skutečnou výšku footeru */
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

/* anchor points */

/* Pravidla pro sekce H3 */
section h3 {
  position: relative;
  cursor: pointer;
}

/* Nadpisy s třídou no-anchor nemají kurzor pointer */
section h3.no-anchor {
  cursor: auto;
}

/* Ikonka odkazu před H3 - zobrazí se pouze na elementech bez třídy no-anchor a homepage */
section h3:not(.homepage):not(.no-anchor)::before {
  content: '\EA2F'; /* Unicode pro Remix Icon 'ri-link' */
  font-family: 'remixicon' !important; /* Nastavení fontu na remixicon */
  font-size: 1.4rem;
  position: absolute;
  left: -30px;
  top: 3px;
  opacity: 0;
  color: var(--gray-40);
  transition: opacity 0s, color 0s;
}

/* Ikonka odkazu při najetí myší - zobrazí se pouze na elementech bez třídy no-anchor a homepage */
section h3:not(.homepage):not(.no-anchor):hover::before {
  opacity: 1;
}

/* Skrýt ikonu kotvy když je aktivní frontend editor */
body[data-frontend-editor-active="true"] section h3:not(.homepage):not(.no-anchor):hover::before,
body[data-frontend-editor-active="true"] section h3:not(.homepage):not(.no-anchor).clicked::before {
  opacity: 0 !important;
}

/* Ikonka při kliknutí - zobrazí se pouze na elementech bez třídy no-anchor a homepage */
section h3:not(.homepage):not(.no-anchor).clicked::before {
  content: '\eb7b'; /* Unicode pro Remix Icon 'ri-check-line' */
  color: var(--success-color);
  opacity: 1;
}

.custom-link:hover .card-main h5 {
  text-decoration: none !important;
}

/* Základní styly pro imageTextarea */
.image-textarea {
  overflow-wrap: break-word; /* Zajistí zalomení slov, aby text nepřetékal */
  word-wrap: break-word;     /* Kompatibilita se staršími prohlížeči */
  hyphens: auto;             /* Automatické dělení slov pokud je to potřeba */
}

/* Styl pro obrázky uvnitř imageTextarea, aby byly responzivní */
.image-textarea img {
  max-width: 100%;    /* Zajistí, že obrázek nikdy nepřesáhne svůj kontejner */
  height: auto;       /* Zachová poměr stran obrázku */
  display: block;     /* Obrázky budou mít vlastní řádek */
  margin-bottom: 1em; /* Přidává mezery pod obrázky */
}

/* Styl pro odstavce uvnitř imageTextarea */
.image-textarea p {
  margin-bottom: 1em; /* Přidává mezery mezi odstavci */
}

/* Media queries pro různé velikosti obrazovky */
@media (max-width: 767px) {
  /* Styl pro mobilní zařízení */
  .image-textarea {
    padding: 0 15px; /* Přidá padding na malých obrazovkách */
  }
}

.lock-indicator {
  top: 0;
  right: 0;
  color: #8d8d8d; /* This is the grey color for the icon */
  z-index: 10;
}

.lock-image-indicator {
  top: 0;
  right: 0;
  color: #8d8d8d; /* This is the grey color for the icon */
  z-index: 10;
}

.lock-indicator .ri-lock-line {
  font-size: 15px; /* Icon size */
  color: inherit;
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fafafa;
  padding: 0.6em; /* Adjust padding if necessary */
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 28px; /* Match width with font size */
  height: 28px; /* Match height with font size */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; /* This ensures that padding and border are included in the width and height */
}

.lock-image-indicator .ri-lock-line {
  font-size: 15px; /* Icon size */
  color: inherit;
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fafafa;
  padding: 0.6em; /* Adjust padding if necessary */
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 28px; /* Match width with font size */
  height: 28px; /* Match height with font size */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; /* This ensures that padding and border are included in the width and height */
}


.portal-indicator {
  top: 0;
  right: 0;
  color: #8d8d8d; /* Toto je šedá barva pro ikonu */
  z-index: 10;
}

.portal-indicator .ri-function-line {
  font-size: 15px; /* Icon size */
  color: inherit;
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fafafa;
  padding: 0.6em; /* Adjust padding if necessary */
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 28px; /* Match width with font size */
  height: 28px; /* Match height with font size */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; /* This ensures that padding and border are included in the width and height */
}

.multibrand-indicator {
  top: 0;
  right: 0;
  color: #8d8d8d; /* Toto je šedá barva pro ikonu */
  z-index: 10;
}

.multibrand-indicator .ri-table-alt-line {
  font-size: 15px; /* Icon size */
  color: inherit;
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fafafa;
  padding: 0.6em; /* Adjust padding if necessary */
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 28px; /* Match width with font size */
  height: 28px; /* Match height with font size */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; /* This ensures that padding and border are included in the width and height */
}

.external-link-indicator {
  top: 0;
  right: 0;
  color: #8d8d8d; /* Toto je šedá barva pro ikonu */
  z-index: 10;
}

.external-link-indicator .ri-external-link-line {
  font-size: 15px; /* Icon size */
  color: inherit;
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fafafa;
  padding: 0.6em; /* Adjust padding if necessary */
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 28px; /* Match width with font size */
  height: 28px; /* Match height with font size */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; /* This ensures that padding and border are included in the width and height */
}

.portal-external-link-indicator {
  top: 0;
  right: 0;
  color: #8d8d8d; /* Toto je šedá barva pro ikonu */
  z-index: 10;
}

.portal-external-link-indicator .ri-external-link-line {
  font-size: 15px; /* Icon size */
  color: inherit;
  position: absolute;
  top: 13px;
  right: 13px;
  background: #fafafa;
  padding: 0.6em; /* Adjust padding if necessary */
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  width: 28px; /* Match width with font size */
  height: 28px; /* Match height with font size */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; /* This ensures that padding and border are included in the width and height */
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.aspect-ratio-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-card) !important;
}

.aspect-ratio-container-module {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.aspect-16-9 .aspect-ratio-container::before,
.aspect-4-3 .aspect-ratio-container::before,
.aspect-1-1 .aspect-ratio-container::before {
  content: '';
  display: block;
  width: 100%;
}

.aspect-16-9 .aspect-ratio-container::before {
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.aspect-4-3 .aspect-ratio-container::before {
  padding-top: 75%; /* 4:3 Aspect Ratio */
}
.aspect-1-1 .aspect-ratio-container::before {
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.aspect-16-9 img,
.aspect-4-3 img,
.aspect-1-1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video {
  width: 100% !important; /* Důležité pro přepsání jakýchkoli defaultních Kirby stylů */
  height: auto;
  max-width: 100%;
  border-radius: var(--border-radius-card) !important;
}

/* Ujistěte se, že tento styl je aplikován na všechny video tagy v obsahu, které by mohlo být generováno Kirbytextem */
.kirbytext video {
  width: 100% !important;
  height: auto;
  border-radius: var(--border-radius-card) !important;
}

.video-container {
  position: relative;
  overflow: hidden; /* Skryje přesahující části videa */
}

/* Poměr stran 16:9 */
.video-container.aspect-ratio-16-9 {
  padding-top: 56.25%;
}

/* Poměr stran 4:3 */
.video-container.aspect-ratio-4-3 {
  padding-top: 75%;
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container.aspect-ratio-original iframe,
.video-container.aspect-ratio-original video {
  position: static;
  width: 100%;
  height: auto;
}

.k-file-preview-thumb svg {
  width: 1920px;
}

.homepage-padding-top {
  padding-top: 1px;
}


.blur {
  background-color: var(--card-bottom-bg-color);
  position: relative;
  overflow: hidden;
}

.blur::before {
  background-color: var(--card-bottom-bg-color);
  position: absolute;
  content: '';
  filter: blur(50px);
  position: absolute;
  inset: 3%;
  z-index: -1;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.btn-multibrand {
  color: var(--button-multibrand-color) !important;
  border-color: var(--button-multibrand-color) !important;
  background-color: transparent;
  height: 42px;
}

.btn-multibrand:hover,
.btn-multibrand:focus,
.btn-multibrand:active,
.btn-multibrand.active,
.btn-multibrand.active:focus {
  color: var(--button-multibrand-color-hover) !important;
  background-color: transparent;
  border-color: var(--button-multibrand-color-hover) !important;
  box-shadow: none;
}

.btn-multibrand:focus {
  box-shadow: none;
  color: var(--button-multibrand-color) !important;
  background-color: transparent !important;
  border-color: var(--button-multibrand-color) !important;
}

#back-button:active,
#back-button:focus {
  box-shadow: none;
  color: var(--button-multibrand-color) !important;
  background-color: transparent !important;
  border-color: var(--button-multibrand-color) !important;
}

.btn-multibrand-radius {
  border-radius: var(--border-radius-header-button) !important;
}


.alert-danger {
  background-color: #e2e2e2;
  border: none;
  color: #525252;
  border-radius: 4px;
  font-size: 14px !important;
  padding-bottom: 10px;
}

.contrast-module .color-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none !important;
  background-color: transparent;
  height: 36px;
  width: 36px;
  outline: none;
  cursor: pointer;
  padding: 0px;
  margin-left: 3px;
}

.contrast-module .hex-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  color: black;
  border: none;
  font-size: 16px;
  font-weight: 700;
  outline: none;
}

.contrast-module .hex-input:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  color: black;
  border: none;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
}

.contrast-module .d-flex.flex-md-row {
    flex-direction: column !important;
  }

.contrast-module .row-contrast-checker:hover {
  background-color: white !important;
}

.module-color-palette .color-palette-content {
  max-width: 100%;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.contrast-checker h6 {
  font-size: var(--table-font-size) !important;
}

.contrast-inputs h6 {
  font-size: var(--table-font-size) !important;
}

.contrast-inputs label h6 {
  font-size: var(--table-font-size) !important;
}

.container {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

/* 2025-06-01 13:19:27 */

/* 2025-06-01 13:19:50 */

/* 2025-06-01 13:21:20 */

/* 2025-06-01 13:21:26 */

/* 2025-06-01 13:34:27 */

/* 2025-06-01 13:34:30 */

/* 2025-06-01 13:34:33 */

/* 2025-06-01 13:34:35 */

/* 2025-06-01 13:34:37 */

/* 2025-06-01 13:34:39 */

/* 2025-06-01 13:34:45 */

/* 2025-06-01 13:34:47 */

/* 2025-06-01 13:34:49 */

/* 2025-06-01 13:34:52 */

/* 2025-06-01 13:35:12 */

/* 2025-06-01 13:35:58 */

/* 2025-06-01 13:36:09 */

/* 2025-06-01 13:36:15 */

/* 2025-06-01 13:36:18 */

/* 2025-06-01 13:39:31 */

/* 2025-06-01 13:39:33 */

/* 2025-06-01 13:41:31 */

/* 2025-06-01 13:41:34 */

/* 2025-06-01 13:41:38 */

/* 2025-06-01 13:42:54 */

/* 2025-06-01 13:42:56 */

/* 2025-06-01 13:44:13 */

/* 2025-06-01 13:46:28 */

/* 2025-06-01 13:46:35 */

/* 2025-06-01 13:46:40 */

/* 2025-06-01 13:46:47 */

/* 2025-06-01 13:46:52 */

/* 2025-06-01 13:47:04 */

/* 2025-06-01 13:47:07 */

/* 2025-06-01 13:48:57 */

/* 2025-06-01 13:49:16 */

/* 2025-06-01 13:53:59 */

/* 2025-06-01 14:28:26 */

/* 2025-06-01 14:32:09 */

/* 2025-06-01 14:32:24 */

/* 2025-06-01 14:32:28 */

/* 2025-06-01 14:33:13 */

/* 2025-06-01 14:33:29 */

/* 2025-06-01 14:33:37 */

/* 2025-06-01 14:36:24 */

/* 2025-06-01 14:36:36 */

/* 2025-06-01 14:48:50 */

/* 2025-06-01 15:09:37 */

/* 2025-06-01 15:10:00 */

/* 2025-06-01 15:10:34 */

/* 2025-06-01 15:10:42 */

/* 2025-06-01 15:10:46 */

/* 2025-06-01 15:10:49 */

/* 2025-06-01 15:11:06 */

/* 2025-06-01 15:11:13 */

/* 2025-06-01 15:11:17 */

/* 2025-06-01 15:11:20 */

/* 2025-06-01 15:11:24 */

/* 2025-06-01 15:11:27 */

/* 2025-06-01 15:13:50 */

/* 2025-06-01 15:14:19 */

/* 2025-06-01 15:14:25 */

/* 2025-06-01 15:14:31 */

/* 2025-06-01 15:15:42 */

/* 2025-06-01 15:15:50 */

/* 2025-06-01 15:15:57 */

/* 2025-06-01 15:18:19 */

/* 2025-06-01 15:18:22 */

/* 2025-06-01 15:18:26 */

/* 2025-06-01 15:18:28 */

/* 2025-06-01 15:18:32 */

/* 2025-06-01 15:18:34 */

/* 2025-06-01 15:18:39 */

/* 2025-06-01 15:18:41 */

/* 2025-06-01 15:20:13 */

/* 2025-06-01 15:20:58 */

/* 2025-06-01 15:21:05 */

/* 2025-06-01 15:21:10 */

/* 2025-06-01 15:21:13 */

/* 2025-06-01 15:21:16 */

/* 2025-06-01 15:21:23 */

/* 2025-06-01 15:21:26 */

/* 2025-06-01 15:21:39 */

/* 2025-06-01 15:21:41 */

/* 2025-06-01 15:22:45 */

/* 2025-06-01 15:22:48 */

/* 2025-06-01 15:23:16 */

/* 2025-06-01 15:23:18 */

/* 2025-06-01 15:23:22 */

/* 2025-06-01 15:23:24 */

/* 2025-06-01 15:25:08 */

/* 2025-06-01 15:25:37 */

/* 2025-06-01 15:25:56 */

/* 2025-06-01 15:30:45 */

/* 2025-06-01 15:33:25 */

/* 2025-06-01 15:42:22 */

/* 2025-06-01 15:42:26 */

/* 2025-06-01 15:42:33 */

/* 2025-06-01 15:49:51 */

/* 2025-06-01 15:50:11 */

/* 2025-06-01 15:50:36 */

/* 2025-06-01 15:52:29 */

/* 2025-06-01 15:53:04 */

/* 2025-06-01 15:54:34 */

/* 2025-06-01 15:54:41 */

/* 2025-06-01 15:58:12 */

/* 2025-06-01 15:58:20 */

/* 2025-06-01 15:58:28 */

/* 2025-06-01 16:05:53 */

/* 2025-06-01 16:06:08 */

/* 2025-06-01 16:06:26 */

/* 2025-06-01 16:06:48 */

/* 2025-06-01 16:07:01 */

/* 2025-06-01 16:07:05 */

/* 2025-06-01 16:07:16 */

/* 2025-06-01 16:07:30 */

/* 2025-06-01 20:34:33 */

/* 2025-06-01 20:34:48 */

/* 2025-06-03 14:55:41 */

/* 2025-06-07 07:27:54 */

/* 2025-06-07 07:28:06 */

/* 2025-06-07 07:28:13 */

/* 2025-06-07 07:28:32 */

/* 2025-06-07 07:35:17 */

/* 2025-06-07 07:35:24 */

/* 2025-06-07 07:35:31 */

/* 2025-06-07 07:35:44 */

/* 2025-06-07 07:35:53 */

/* 2025-06-07 07:36:09 */

/* 2025-06-07 07:36:59 */

/* 2025-06-07 07:37:06 */

/* 2025-06-07 07:37:12 */

/* 2025-06-07 07:37:16 */

/* 2025-06-07 07:37:24 */

/* 2025-06-07 07:37:30 */

/* 2025-06-07 07:42:30 */

/* 2025-06-07 07:42:51 */

/* 2025-06-07 07:43:00 */

/* 2025-06-07 07:43:57 */

/* 2025-06-07 08:43:00 */

/* 2025-06-07 08:44:14 */

/* 2025-06-11 07:40:47 */

/* 2025-06-11 07:41:12 */

/* 2025-08-11 13:14:07 */

/* 2025-08-11 13:15:01 */

/* 2025-08-11 13:15:04 */

/* 2025-08-11 13:19:32 */

/* 2025-08-11 13:19:36 */

/* 2025-08-11 13:22:53 */

/* 2025-08-11 13:23:03 */

/* 2025-08-11 13:31:44 */

/* 2025-08-12 17:03:00 */

/* 2025-08-12 17:17:14 */

/* 2025-08-12 17:17:17 */

/* 2025-08-12 17:17:21 */

/* 2025-08-12 17:17:27 */

/* 2025-08-12 17:20:42 */

/* 2025-08-12 17:20:50 */

/* 2025-08-12 17:23:24 */

/* 2025-08-12 17:28:52 */

/* 2025-08-12 17:28:59 */

/* 2025-08-12 17:35:39 */

/* 2025-08-12 17:35:57 */

/* 2025-08-12 17:36:03 */

/* 2025-08-12 17:36:11 */

/* 2025-08-12 17:36:25 */

/* 2025-08-12 17:36:30 */

/* 2025-08-12 17:36:38 */

/* 2025-08-12 17:36:45 */

/* 2025-08-12 17:36:52 */

/* 2025-08-12 17:37:01 */

/* 2025-08-12 17:42:12 */

/* 2025-08-12 17:42:18 */

/* 2025-08-12 17:47:06 */

/* 2025-08-12 17:54:16 */

/* 2025-08-12 17:54:52 */

/* 2025-08-12 17:55:40 */

/* 2025-08-12 17:55:46 */

/* 2025-09-07 17:00:25 */

/* 2025-09-07 17:00:32 */

/* 2025-09-07 17:09:23 */

/* 2025-09-07 17:09:33 */

/* 2025-09-07 17:11:59 */

/* 2025-09-07 18:11:49 */

/* 2025-09-14 22:26:42 */

/* 2025-09-14 22:27:07 */

/* 2025-09-14 22:27:20 */

/* 2025-09-14 22:27:51 */

/* 2025-10-25 23:02:15 */

/* 2025-10-25 23:05:19 */

/* 2025-10-26 09:55:10 */

/* 2025-10-26 09:55:40 */

/* 2025-10-26 09:58:08 */

/* 2025-10-26 09:58:21 */

/* 2025-11-02 14:18:40 */

/* 2025-11-02 14:20:24 */

/* 2025-11-23 19:50:53 */

/* 2025-11-23 19:51:02 */

/* 2025-11-26 11:10:49 */

/* 2025-11-26 11:15:34 */

/* 2025-11-26 11:15:39 */

/* 2025-11-26 11:15:48 */

/* 2025-11-26 11:15:53 */

/* 2025-11-28 21:47:57 */

/* 2025-12-01 13:22:10 */

/* 2025-12-01 13:22:50 */

/* 2025-12-01 13:31:23 */

/* 2025-12-01 13:33:14 */

/* 2025-12-01 13:34:44 */

/* 2025-12-01 13:40:06 */

/* 2025-12-01 13:40:42 */

/* 2025-12-01 13:41:33 */

/* 2025-12-01 13:42:37 */

/* 2025-12-01 13:44:41 */

/* 2025-12-01 13:44:59 */

/* 2025-12-01 13:45:06 */

/* 2025-12-01 13:45:36 */

/* 2025-12-01 13:45:39 */

/* 2025-12-01 13:45:45 */

/* Responsive color circles - 2025-12-29 */
/* XL screens (1200px and above) */
.color-circle {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  flex-shrink: 0;
}

/* Desktop (992-1200px) */
@media (max-width: 1199.98px) {
  .color-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}

/* Tablet (768-991px) */
@media (max-width: 991.98px) {
  .color-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}

/* Mobile landscape (576-767px) */
@media (max-width: 767.98px) {
  .color-circle {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}

/* Mobile portrait (400-575px) */
@media (max-width: 575.98px) {
  .color-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}

/* Very small screens (<400px) */
@media (max-width: 400px) {
  .color-circle {
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
  }

/* Animated circles - gentle wave animation */
@keyframes gentleWave {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.05);
  }
}

.color-circle-animated {
  animation: gentleWave 3s ease-in-out infinite;
}

.color-circle-animated:nth-child(1) {
  animation-delay: 0s;
}

.color-circle-animated:nth-child(2) {
  animation-delay: 0.3s;
}

.color-circle-animated:nth-child(3) {
  animation-delay: 0.6s;
}
}

/* 2026-01-22 13:22:53 */

/* 2026-01-22 13:23:40 */

/* 2026-01-22 13:33:38 */

/* 2026-01-22 13:33:46 */

/* 2026-01-22 13:47:09 */

/* 2026-01-22 13:47:40 */

/* 2026-01-22 13:48:02 */

/* 2026-01-22 13:48:10 */

/* 2026-02-22 14:20:04 */

/* 2026-02-22 14:22:45 */

/* 2026-02-24 11:21:06 */

/* 2026-02-24 11:54:03 */

/* 2026-02-24 11:55:25 */

/* 2026-02-24 11:56:46 */

/* 2026-02-24 11:57:04 */

/* 2026-02-24 11:57:31 */
