/* Custom overrides for registration & login (legacy WebForms controls inside new ArtGallery template) */
@import url('style.css');

.register-page .help-block { 
  display:block; 
  font-size: .75rem; 
  color: var(--bs-secondary-color, #6c757d);
  margin-top: .25rem;
}

.register-page .single-content.style-2 { 
  background:#fff; 
  border:1px solid #ebebeb; 
  border-radius:14px; 
  padding:2.2rem 2rem 2rem; 
  box-shadow:0 4px 18px -6px rgba(0,0,0,.06);
  position:relative;
}

.register-page h5 { font-weight:600; }

.register-page .form-inner.mb-30 { 
  margin-bottom:30px;
}

.register-page .form-inner label { 
  font-weight:600; 
  margin-bottom:.4rem; 
  display:block; 
  letter-spacing:.3px; 
  color:#222; 
  text-transform:none;
}

.register-page .form-control.register { 
  font-size:.8rem; 
  padding:.55rem .75rem; 
  border-radius:10px; 
  background:#fafafa; 
  border:1px solid #d9d9d9;
  transition:border-color .15s, background .15s; 
}

.register-page .form-control.register:focus { 
  background:#fff; 
  border-color:#0d6efd; 
  box-shadow:0 0 0 .15rem rgba(13,110,253,.15);
}

.register-page .forgot-link {
    display: inline-block;
    color: #0d6efd;
    text-decoration: none;
    line-height: 1.3rem;
}

.register-page .forgot-link:hover { text-decoration:underline; }

.register-page .btn.btn-mega { 
  font-size:.85rem; 
  padding:.7rem 1.25rem; 
  border-radius:10px; 
  font-weight:600; 
  letter-spacing:.5px;
}

/* Alerts spacing */
.register-page .alert { margin-bottom:1rem; border-radius:10px; }

.register-page .dashboard-wrapper .row.g-5 { 
  align-items:flex-start; 
}

.kategorie-page .sidebar-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.kategorie-page .sidebar-area .single-widgets {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  padding: 1.55rem 1.45rem;
  box-shadow: 0 18px 42px -32px rgba(17, 17, 17, 0.35);
  margin-bottom: 1.15rem;
}

.kategorie-page .sidebar-area .widget-title h5,
.kategorie-page .sidebar-area .nadpis-h3 {
  font-family: var(--font-playfair);
  font-size: 1.12rem;
  font-weight: 600;
  margin-bottom: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

.kategorie-page .sidebar-area .small.text-muted {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.kategorie-page .sidebar-area section {
  margin: 0;
}


.kategorie-page .sidebar-area section + section {
  margin-top: 1.05rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 17, 17, 0.05);
}

.kategorie-page .sidebar-area .single-widgets:last-child {
  margin-bottom: 0;
}

.kategorie-page .sidebar-area .form-select,
.kategorie-page .sidebar-area select {
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  padding: 0.65rem 0.95rem;
  font-family: var(--font-worksans);
  font-size: 0.9rem;
  color: rgba(17, 17, 17, 0.75);
  background: #faf8f8;
}

.kategorie-page .sidebar-area .author-search {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.kategorie-page .sidebar-area .author-search-input {
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  padding: 0.65rem 0.95rem;
  font-family: var(--font-worksans);
  font-size: 0.9rem;
  color: rgba(17, 17, 17, 0.82);
  background: #faf8f8;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.kategorie-page .sidebar-area .author-search-input:focus {
  border-color: rgba(13, 110, 253, 0.45);
  background: #fff;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.12);
  outline: none;
}

.kategorie-page .sidebar-area .form-select:focus,
.kategorie-page .sidebar-area select:focus {
  border-color: rgba(13, 110, 253, 0.45);
  background: #fff;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.12);
}

.kategorie-page .sidebar-area .d-flex.gap-2 .btn {
  min-width: 52px;
  height: 32px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-radius: 10px;
  border-width: 1.5px;
}

.kategorie-page .sidebar-area .d-flex.gap-2 .btn-outline-primary {
  background: #fff;
  color: rgba(17, 17, 17, 0.7);
  border-color: rgba(17, 17, 17, 0.12);
}

.kategorie-page .sidebar-area .d-flex.gap-2 .btn-outline-primary:hover,
.kategorie-page .sidebar-area .d-flex.gap-2 .btn-outline-primary:focus {
  color: #0d6efd;
  border-color: rgba(13, 110, 253, 0.45);
  background: rgba(13, 110, 253, 0.07);
}

.kategorie-page .sidebar-area .expander-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.kategorie-page .sidebar-area .expander-list li {
  margin: 0;
  padding-left: 1.1rem;
  position: relative;
  font-family: var(--font-worksans);
  font-size: 0.92rem;
  color: rgba(17, 17, 17, 0.78);
}

.kategorie-page .sidebar-area .expander-list li::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border: 1.5px solid rgba(17, 17, 17, 0.35);
  border-radius: 50%;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.kategorie-page .sidebar-area .expander-list li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.kategorie-page .sidebar-area .expander-list li a:hover {
  color: #0d6efd;
  transform: translateX(3px);
}

.kategorie-page .sidebar-area .expander-list li:hover::before {
  border-color: #0d6efd;
  background: #0d6efd;
}

.kategorie-page .page-size-indicator {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.pagination-bar {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.pagination-bar .pagination-link,
.pagination-bar .pagination-active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.85rem;
  border-radius: 14px;
  font-family: var(--font-worksans);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
  color: rgba(17, 17, 17, 0.75);
  text-decoration: none;
}

.pagination-bar .pagination-link:hover:not(.disabled),
.pagination-bar .pagination-link:focus-visible {
  color: #0d6efd;
  border-color: rgba(13, 110, 253, 0.45);
  background: rgba(13, 110, 253, 0.08);
  box-shadow: 0 0 12px -6px rgba(13, 110, 253, 0.35);
  outline: none;
}

.pagination-bar .pagination-link:active:not(.disabled) {
  transform: translateY(1px);
}

.pagination-bar .pagination-active {
  background: linear-gradient(180deg, #1f7bff 0%, #0d6efd 95%);
  color: #fff;
  border-color: #0d6efd;
  box-shadow: 0 10px 24px -16px rgba(13, 110, 253, 0.8);
  cursor: default;
}

.pagination-bar .pagination-nav {
  min-width: 2.5rem;
  font-size: 1rem;
}

.pagination-bar .pagination-link.aspNetDisabled,
.pagination-bar .pagination-link.aspNetDisabled:hover {
  opacity: 0.45;
  pointer-events: none;
  box-shadow: none;
}

.pagination-bar .pagination-link.aspNetDisabled {
  background: rgba(17, 17, 17, 0.04);
  color: rgba(17, 17, 17, 0.35);
  border-color: rgba(17, 17, 17, 0.08);
}

.filter-toolbar .pagination-bar {
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .pagination-bar {
    gap: 0.4rem;
  }

  .pagination-bar .pagination-link,
  .pagination-bar .pagination-active {
    min-width: 2.3rem;
    height: 2.3rem;
    padding: 0 0.7rem;
    border-radius: 12px;
  }
}

@media (max-width: 991.98px) {
  .kategorie-page .sidebar-area .single-widgets {
    padding: 1.35rem 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .kategorie-page .sidebar-area {
    gap: 1.1rem;
  }

  .kategorie-page .sidebar-area .single-widgets {
    padding: 1.2rem 1rem;
  }

  .kategorie-page .sidebar-area .d-flex.gap-2 {
    gap: 0.45rem !important;
  }

  .kategorie-page .sidebar-area .d-flex.gap-2 .btn {
    min-width: 46px;
    height: 40px;
  }
}

body.dark .kategorie-page .sidebar-area .single-widgets {
  background: #1b1b1b;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px -32px rgba(0, 0, 0, 0.6);
}

body.dark .kategorie-page .sidebar-area .widget-title h5,
body.dark .kategorie-page .sidebar-area .nadpis-h3 {
  color: var(--dark-white-color);
}

body.dark .kategorie-page .sidebar-area .form-select,
body.dark .kategorie-page .sidebar-area select {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
}

body.dark .pagination-bar .pagination-link,
body.dark .pagination-bar .pagination-active {
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.14);
}

body.dark .pagination-bar .pagination-link:hover:not(.disabled),
body.dark .pagination-bar .pagination-link:focus-visible {
  color: #8ab6ff;
  background: rgba(114, 157, 255, 0.1);
  border-color: rgba(114, 157, 255, 0.45);
  box-shadow: 0 0 16px -10px rgba(114, 157, 255, 0.55);
}

body.dark .pagination-bar .pagination-active {
  background: linear-gradient(180deg, rgba(114, 157, 255, 0.9) 0%, rgba(13, 110, 253, 0.85) 95%);
  border-color: rgba(114, 157, 255, 0.8);
  color: #fff;
}

body.dark .pagination-bar .pagination-link.aspNetDisabled {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.35);
}

body.dark .kategorie-page .sidebar-area .author-search-input {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}

body.dark .kategorie-page .sidebar-area .author-search-input:focus {
  background: rgba(8, 8, 8, 0.45);
  border-color: rgba(114, 157, 255, 0.45);
  box-shadow: 0 0 0 0.15rem rgba(114, 157, 255, 0.18);
}

body.dark .kategorie-page .sidebar-area .d-flex.gap-2 .btn-outline-primary {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.12);
}

body.dark .kategorie-page .sidebar-area .d-flex.gap-2 .btn-outline-primary:hover {
  color: #8ab6ff;
  border-color: rgba(114, 157, 255, 0.45);
  background: rgba(13, 110, 253, 0.12);
}

body.dark .kategorie-page .sidebar-area .expander-list li {
  color: rgba(255, 255, 255, 0.78);
}

body.dark .kategorie-page .sidebar-area .expander-list li::before {
  border-color: rgba(255, 255, 255, 0.5);
}

body.dark .kategorie-page .sidebar-area section + section {
  border-top-color: rgba(255, 255, 255, 0.1);
}

body.dark .kategorie-page .sidebar-area .author-search .text-muted {
  color: rgba(255, 255, 255, 0.65) !important;
}

.btn-hover:hover, .btn-hover:hover span {
    background-color: #fff !important;
    color: #000 !important;
    text-decoration: underline;
}

.primary-btn1 {
    cursor: pointer;
}

.btn-white {
    background-color: #fff;
    color: #000;
}

input::placeholder {
    color: #a8a8a8!important; /* barva placeholderu */
    opacity: 1; /* n�kter� prohl�e�e sni�uj� opacity -> 1 = pln� */
}

.form-control[type="text"] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}


.file-input {
    font-family: inherit;
    font-size: 16px;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
}

    .file-input::file-selector-button {
        padding: 12px 18px;
        margin-right: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
    }


    .file-input:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 4px rgba(0,123,255,0.15);
    }

    .file-input::-webkit-file-upload-button {
        padding: 12px 18px;
        margin-right: 16px;
        font-weight: 600;
        cursor: pointer;
    }

    .file-input:hover:not(:disabled):not([readonly])::file-selector-button {
        background-color: var(--bs-tertiary-bg);
    }

    .file-input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
        background-color: var(--bs-tertiary-bg);
    }

.header-area {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06)!important;
}

.h35 {
    height: 35px;
}

.btn-mega:hover {
    border: 1px solid #343434 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06) !important;
}

.form-check-label {
    width: auto!important;
}


.header-btn-custom {
    color: var(--white-color);
    font-family: var(--font-worksans);
    font-size: 16px;
    font-weight: 500;
    background-color: var(--primary-color);
    border-radius: 6px;
    padding: 15px 18px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.6s;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
    border: 1px solid var(--dark-text-color);
}

.header-btn-custom svg {
    fill: var(--white-color);
    transition: all 0.6s;
}

.header-btn-custom:hover svg {
    fill: var(--dark-text-color);
    transition: all 0.6s;
}

.shadow-light {
    box-shadow: 0 4px 6px rgba(0,0,0,0.06) !important;
}


.button {
    border-radius: 5px;
    background: var(--section-bg-color);
    color: #7D7D7D;
    font-family: var(--font-worksans);
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    width: 100%;
    padding: 10px 20px!important;
    border: none;
}

.btn-detail {
    padding: 8px 20px !important;
    height: 38px;
}

.nej-prihoz span {
    color: #ce2727;
    font-weight: 800;
}


.clanek h2 {
    margin-top: 35px!important;
        margin-bottom: 15px!important;
        font-size: 2em;
}

.clanek h1 {
    margin-top: 0px !important;
    margin-bottom: 35px !important;
}

.banner-content {
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
}

.home1-feature-section p {
    color: var(--dark-white-color)
}

.help {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.help-q {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 50%;
    font-weight: 900;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
}

.help-tip {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    background: #111;
    color: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.3;
    width: max-content;
    max-width: 320px;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
    z-index: 9999;
    display: none;
}

.help.open .help-tip {
    display: block;
}

    /* šipka */
    .help.open .help-tip::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -12px;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-bottom-color: #111;
    }


@media (hover:hover) and (pointer:fine) {
    .help:hover .help-tip {
        display: block;
    }
}

@media (max-width: 576px) {

    .help-tip {
        max-width: calc(100vw - 32px);
        width: calc(100vw - 32px);
    }

    .help.open .help-tip::before {
        left: calc(50% - 50vw + 50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 576px) {

    .help-tip {
        left: 110px;
        transform: translateX(-50%);
        max-width: calc(80vw - 24px);
    }

    .help.open .help-tip::before {
        left: 50%;
        transform: translateX(-50%);
    }
}


.home1-feature-section .feature-img {
    height: 100%!important;
}






















@media (min-width: 576px) {
    .home1-banner-section .banner-wrapper .banner-content h1 {
        font-size: 30px !important;
    }
}

@media (max-width: 576px) {
    .home1-banner-section .banner-wrapper .banner-content h1 {
        font-size: 20px !important;
    }
}

/* Medium (md) – ≥768px */
@media (min-width: 768px) {
    .home1-banner-section .banner-wrapper .banner-content h1 {
        font-size: 35px !important;
    }
}

/* Large (lg) – ≥992px */
@media (min-width: 992px) {
    .home1-banner-section .banner-wrapper .banner-content h1 {
        font-size: 40px!important;
    }
}

/* Extra large (xl) – ≥1200px */
@media (min-width: 1200px) {
}

/* XXL (xxl) – ≥1400px */
@media (min-width: 1400px) {
}


.home1-banner-section .banner-wrapper {
    padding: 178px 0!important;
}

.batch-upcoming span {
    background-color: #198754!important;
}

.batch-live span {
    background-color: #dc3545 !important;
}



/* COOKIE CONSENT */
.share_cookies_popup > button.cover {
    background: rgba(0,0,0,.75);
    border: 0;
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20001;
}


.share_cookies_popup > .window > .head > button {
    align-content: center;
    background: none;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    justify-content: center;
    padding: 15px 0;
}

    .share_cookies_popup > .window > .head > button > span.icon {
        padding-right: 0px;
        background-image: none;
    }

    .share_cookies_popup > .window > .head > button > span.label {
        color: #000;
        font-size: 1em;
        line-height: 26px;
    }


.share_cookies_popup > .window > .head {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 15px;
}

.share_cookies_popup .label {
    margin-bottom: 0px;
    line-height: 15px;
    font-size: 1em;
}


.share_cookies_popup > .window > .inside {
    box-sizing: border-box;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px 15px;
}

    .share_cookies_popup > .window > .inside > .title {
        color: var(--dark-text-color);
        font-weight: 800;
        padding: 15px 0;
    }

    .share_cookies_popup > .window > .inside > .text, share_cookies_popup > .window > .inside > .text p {
        color: var(--dark-text-color);
    }

    .share_cookies_popup > .window > .inside input.as_link {
        background: none;
        border: 0;
        color: #000;
        cursor: pointer;
        display: inline;
        font-family: inherit;
        font-size: inherit;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

        .share_cookies_popup > .window > .inside input.as_link:hover {
            color: var(--dark-text-color);
        }

.share_cookies_popup > .window > .head > button > span.icon > svg path {
    fill: #000;
}

.share_cookies_popup > .window > .head > button > span.icon > svg {
    height: 20px;
    width: 20px;
}

.share_cookies_popup > .window > .inside a.accept, .share_cookies_popup > .window > .inside input.save {
    align-items: center;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    justify-content: center;
    margin: 15px 0;
    padding: 5px 35px;
    width: 100%;
}

    .share_cookies_popup > .window > .inside a.accept.accept, .share_cookies_popup > .window > .inside input.save.accept {
        background: var(--dark-text-color);
        color: #fff;
        padding: 15px 50px;
        border-radius: 6px;
    }

        .share_cookies_popup > .window > .inside a.accept.accept:hover, .share_cookies_popup > .window > .inside input.save.accept:hover {
            background: var(--dark-text-color);
            text-decoration: underline;
        }

    .share_cookies_popup > .window > .inside a.accept .icon:first-child, .share_cookies_popup > .window > .inside input.save .icon:first-child {
        line-height: 0;
        padding-right: 10px;
    }

.share_cookies_popup > .window > .inside > .list .item {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
}

    .share_cookies_popup > .window > .inside > .list .item > .head {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

        .share_cookies_popup > .window > .inside > .list .item > .head > .name {
            color: var(--dark-text-color);
            font-weight: 800;
        }

        .share_cookies_popup > .window > .inside > .list .item > .head > .always_enabled {
            color: rgba(176,176,176,1);
            font-weight: 800;
        }

    .share_cookies_popup > .window > .inside > .list .item > .desc {
        color: var(--dark-text-color);
        line-height: 1.4;
        padding-top: 10px;
    }

    .share_cookies_popup > .window > .inside > .list .item > .head > label.check > span {
        align-items: center;
        display: inline-flex;
        justify-content: flex-start;
        padding: 3px;
        width: 55px;
    }

.share_cookies_popup > .window > .inside > .list .invisible_check {
    display: none;
}

.share_cookies_popup > .window > .inside a.accept.save, .share_cookies_popup > .window > .inside input.save.save {
    background: var(--dark-text-color);
    color: #fff;
    padding: 15px 50px;
    border-radius: 6px;
}

    .share_cookies_popup > .window > .inside a.accept.save:hover, .share_cookies_popup > .window > .inside input.save.save:hover {
        background: var(--dark-text-color);
        text-decoration: underline;
    }


.share_cookies_bar > .inside > .texts .text input.as_link {
    background: none;
    border: 0;
    color: var(--link);
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0px 0px 3px;
    font-weight: 600;
    text-decoration: underline;
}

    .share_cookies_bar > .inside > .texts .text input.as_link:hover {
        color: var(--link-hover);
    }










.share_cookies_bar._loaded {
    display: flex;
}

.share_cookies_bar, .feo_share_cookies_notice {
    z-index: 100 !important;
}

.share_cookies_bar {
    align-items: center;
    background: #f3f5f5;
    box-sizing: border-box;
    display: none;
    justify-content: center;
    padding: 15px;
    position: fixed;
    z-index: 10001;
}

    .share_cookies_bar > .inside {
        box-sizing: border-box;
        display: flex;
        width: 100%;
    }

    .share_cookies_bar._type\:bottomWindow > .inside > .texts {
        flex: 1 1 auto;
        padding: 0 0 15px;
    }

    .share_cookies_bar > .inside > .texts {
        box-sizing: border-box;
        line-height: 1.4;
    }

        .share_cookies_bar > .inside > .texts .headline {
            color: var(--dark-text-color);
            font-size: 25px;
            font-weight: 700;
            padding: 0 0 10px;
        }

        .share_cookies_bar > .inside > .texts .text {
            color: var(--dark-text-color);
            
        }

    .share_cookies_bar > .inside > .texts {
        box-sizing: border-box;
        line-height: 1.4;
    }

    .share_cookies_bar._type\:bottomWindow > .inside > .actions {
        flex-direction: column-reverse;
        flex-shrink: 0;
    }

    .share_cookies_bar > .inside > .actions {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        flex-shrink: 0;
    }

        .share_cookies_bar > .inside > .actions input {
            align-items: center;
            border: none !important;
            border-radius: 5px;
            box-sizing: border-box;
            cursor: pointer;
            display: flex;
            font-family: inherit;
            justify-content: center;
            margin: 5px;
            padding: 15px 35px;
            width: 100%;
        }


        .share_cookies_bar > .inside > .actions button {
            align-items: center;
            border: none;
            border-radius: 5px;
            box-sizing: border-box;
            cursor: pointer;
            display: flex;
            font-family: inherit;
            justify-content: center;
            margin: 5px;
            padding: 15px 35px;
            width: 100%;
        }

        .share_cookies_bar > .inside > .actions input.accept {
            background: var(--dark-text-color);
            color: #fff;
            padding: 15px 50px;
            border-radius: 25px;
        }

            .share_cookies_bar > .inside > .actions input.accept:hover {
                background: var(--dark-text-color);
                color: #fff;
                text-decoration: underline;
            }

        .share_cookies_bar > .inside > .actions button.settings {
            padding: 5px 30px;
            border: 2px solid #48372C;
            float: right;
            color: #48372C !important;
            border-radius: 25px;
            border-radius: 6px;
        }

            .share_cookies_bar > .inside > .actions button.settings > .label {
                padding: 0px;
                color: #48372C;
                font-size: 1em;
                margin: 0px;
            }

    .share_cookies_bar > .inside > .texts > .text a {
        color: var(--dark-text-color);
        font-weight: 600;
        text-decoration: none;
    }

        .share_cookies_bar > .inside > .texts > .text a:hover {
            text-decoration: underline;
            color: var(--dark-text-color)!important;
        }


    .share_cookies_bar > .inside > .actions button.settings:hover {
        text-decoration: underline;
    }


    .share_cookies_bar._type\:bottomWindow > .inside > .actions input {
        flex: 1 1 auto;
        border-radius: 6px;
    }


.share_cookies_popup {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20000;
}

    .share_cookies_popup._opened {
        display: block;
    }

    .share_cookies_popup > .window {
        background: #fff;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        height: 80vh;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 100vw;
        z-index: 20002;
    }


.share_cookies_bar._type\:bottomWindow {
    bottom: 0;
    width: 100%;
}

.share_cookies_bar._loaded {
    display: flex;
}

.share_cookies_bar._type\:bottomWindow > .inside {
    flex-direction: column;
}

.share_cookies_bar > .inside {
    box-sizing: border-box;
    display: flex;
    max-width: 1200px;
    width: 100%;
}

.share_cookies_popup > .window > .head > .logo > img {
    max-height: 45px;
    max-width: 200px;
    width: 100%;
}

@media (min-width: 992px) {
    .share_cookies_bar._type\:bottomWindow {
        bottom: 30px;
        left: 50%;
        max-width: 1150px;
        padding: 40px 60px;
        transform: translate(-50%);
        width: calc(100% - 60px);
    }

        .share_cookies_bar._type\:bottomWindow > .inside {
            flex-direction: row;
        }

            .share_cookies_bar._type\:bottomWindow > .inside > .texts {
                padding: 0 80px 0 0;
            }

    .share_cookies_bar > .inside > .texts .headline {
        padding: 0 0 20px;
    }

    .share_cookies_bar._type\:bottomWindow > .inside > .actions {
        flex-direction: column-reverse;
        width: 250px;
    }

    .share_cookies_bar > .inside > .actions input {
        display: inline-flex;
        width: 100%;
    }


    .share_cookies_bar > .inside > .actions button {
        display: inline-flex;
        width: 100%;
    }

    .share_cookies_popup > .window {
        max-height: 95vh;
        max-width: 60%;
        width: 95vw;
    }

        .share_cookies_popup > .window > .head {
            padding: 30px;
        }


        .share_cookies_popup > .window > .inside a.accept, .share_cookies_popup > .window > .inside input.save {
            display: inline-flex;
            padding: 15px 35px;
            width: auto;
        }


        .share_cookies_popup > .window > .inside {
            padding: 0 30px 30px;
        }

    .share_cookies_popup > .window {
        max-height: 95vh;
        max-width: 750px;
        width: 95vw;
    }
}


/* COOKIE CONSENT */