@charset "UTF-8";
/* colors */
/* font-weight */
/* line-height */
/* colors scheme */
@import url("bootstrap/bootstrap-reboot.min.css");
@import url("bootstrap/bootstrap.min.css");
@import url("bootstrap/bootstrap-grid.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root,
[data-bs-theme=light] {
  --c-main-bg: #FFFFFF;
  --c-base-text-color: #04041D;
  --c-text-color-white: #FFFFFF;
  --c-text-color-red: #ED3223;
  --c-title-color-white: #FFFFFF;
  --c-title-color-red: #ED3223;
  --c-base-link-color: #ED3223;
  --c-black-link-color: #04041D;
  --c-primary-button: #057C67;
  --c-primary-button-hover: #035849;
  --c-primary-button-text: #FFFFFF;
  --c-secondary-button: transparent;
  --c-secondary-button-hover: transparent;
  --c-secondary-button-text: #ED3223;
  --c-secondary-button-border: #F3F3F3;
  --c-grey-button-bcg: #F3F3F3;
  --c-grey-button-text: #04041D;
  --c-sidebar-bcg: #FFFFFF;
  --c-sidebar-border: #D6D6D6;
  --c-sidebar-notification-close: #04041D;
  --c-carousel-nav-button-bcg: rgba(4, 4, 29, 0.54);
  --c-carousel-nav-gradient-rgb: rgb(255,255,255);
  --c-carousel-nav-gradient: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  --c-tag-bcg: #F3F3F3;
  --c-footer-button-switch-border: #F3F3F3;
  --c-read-more-text-bcg: linear-gradient(to right, transparent, white);
  --c-video-detail-swiper-bcg: rgba(255,255,255,0.3);
  --c-dropdown-color: #04041D;
  --c-dropdown-focus-bcg: #ED3223;
  --c-dropdown-focus-color: #FFFFFF;
  --c-swiper-xxl-border: #FFFFFF;
  --c-ntf-text-color: #04041D;
  --c-ntf-hover-text-color: #ED3223;
  --c-ntf-bcg: #F3F3F3;
  --c-ntf-hover-bcg: #FEF4F3;
  --c-ntf-border: #FFFFFF;
  --c-userDropdown-bg: #FFFFFF;
  --c-userDropdown-logout: #F3F3F3;
  --c-userDropdown-logout-icon: #04041D;
  --c-userDropdown-border: #F3F3F3;
  --c-block-2-bcg: #F3F3F3;
  --c-userDropdown-arrow: transparent transparent #FFFFFF;
  --c-sub-nav-border: #E3E3E5;
  --c-sub-nav-color: #04041D;
  --c-sub-nav-red: #ED3223;
  --c-profile-border: #D8D8D8;
  --c-profile-bcg: transparent;
  --c-profile-settings-border: #D8D8D8;
  --c-pageshare-count-bcg: #04041D;
  --c-pageshare-count-text: #FFFFFF;
  --c-pageshare-btn-color: #04041D;
  --c-pageshare-btn-bcg: #F3F3F3;
  --c-editButtonVideo-bcg: rgba(255,255,255,0.3);
  --c-editButtonVideo-color: #FFFFFF;
  --c-revenueDashboard-bcg: #04041D;
  --c-revenueDashboard-border: rgba(255,255,255,0.2);
  --c-tableWrap-border: #D8D8D8;
  --c-tableWrap-table-bcg: transparent;
  --c-form-switcher-bcg: #F3F3F3;
  --c-form-switcher-border: #D8D8D8;
  --c-uploadForm-xl-border: #6161A9;
  --c-uploadForm-bcg: #FBFBFE;
  --c-uploadForm-icon: #ED3223;
  --c-uploadForm-border: #D8D8D8;
}

[data-bs-theme=dark] {
  --c-main-bg: #191A1C;
  --c-base-text-color: rgba(255,255,255,0.8);
  --c-text-color-white: rgba(255,255,255,0.8);
  --c-text-color-red: #ED3223;
  --c-title-color-white: rgba(255,255,255,0.8);
  --c-title-color-red: rgba(255,255,255,0.8);
  --c-base-link-color: #ED3223;
  --c-black-link-color: rgba(255,255,255,0.8);
  --c-primary-button: #ED3223;
  --c-primary-button-hover: #FE4B3D;
  --c-primary-button-text: #FFFFFF;
  --c-secondary-button: rgba(237,50,35,0.09);
  --c-secondary-button-hover: rgba(237,50,35,0.19);
  --c-secondary-button-text: #ED3223;
  --c-secondary-button-border: #ED3223;
  --c-grey-button-bcg: #2E2E2E;
  --c-grey-button-text: rgba(255,255,255,0.8);
  --c-sidebar-bcg: #191A1C;
  --c-sidebar-border: #4E4E4E;
  --c-sidebar-notification-close: #FFFFFF;
  --c-carousel-nav-button-bcg: rgba(255, 255, 255, 0.54);
  --c-carousel-nav-gradient-rgb: rgb(25,26,28);
  --c-carousel-nav-gradient: linear-gradient(90deg, rgba(25,26,28,1) 0%, rgba(25,26,28,0) 100%);
  --c-tag-bcg: #2E2E2E;
  --c-footer-button-switch-border: #363636;
  --c-read-more-text-bcg: linear-gradient(to right, transparent, #191A1C);
  --c-video-detail-swiper-bcg: rgba(255,255,255,0.3);
  --c-dropdown-color: rgba(255,255,255,0.8);
  --c-dropdown-focus-bcg: #ED3223;
  --c-dropdown-focus-color: rgba(255,255,255,0.8);
  --c-swiper-xxl-border: #191A1C;
  --c-ntf-text-color: rgba(255,255,255,0.8);
  --c-ntf-hover-text-color: rgba(255,255,255,0.8);
  --c-ntf-bcg: #2A2B2D;
  --c-ntf-hover-bcg: #3C3C3E;
  --c-ntf-border: #191A1C;
  --c-userDropdown-bg: #191A1C;
  --c-userDropdown-logout: #2A2B2D;
  --c-userDropdown-logout-icon: rgba(255,255,255,0.8);
  --c-userDropdown-border: #4E4E4E;
  --c-block-2-bcg: #2A2B2D;
  --c-userDropdown-arrow: transparent transparent #191A1C;
  --c-sub-nav-border: #4E4E4E;
  --c-sub-nav-color: rgba(255,255,255,0.8);
  --c-sub-nav-red: #ED3223;
  --c-profile-border: transparent;
  --c-profile-bcg: #2A2B2D;
  --c-profile-settings-border: #4E4E4E;
  --c-pageshare-count-bcg: #2A2B2D;
  --c-pageshare-count-text: rgba(255,255,255,0.8);
  --c-pageshare-btn-color: rgba(255,255,255,0.8);
  --c-pageshare-btn-bcg: #2A2B2D;
  --c-revenueDashboard-bcg: #2A2B2D;
  --c-revenueDashboard-border: #4E4E4E;
  --c-tableWrap-border: #4E4E4E;
  --c-tableWrap-table-bcg: transparent;
  --c-form-switcher-bcg: #212529;
  --c-form-switcher-border: #000000;
  --c-uploadForm-xl-border: #4E4E4E;
  --c-uploadForm-bcg: #2A2B2D;
  --c-uploadForm-icon: rgba(255,255,255,0.8);
  --c-uploadForm-border: #4E4E4E;
}

body {
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-style: normal;
  background-color: #FBFBFE;
  color: #191A1C;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
body.body-no-scroll {
  overflow: hidden; /* Zabrání scrollování celé stránky */
}

.link {
  text-decoration: underline;
  color: #057C67;
}

.separator-40 {
  margin: 40px 0;
}

@media (max-width: 992px) {
  .separator-40 {
    margin: 25px 0;
  }
}
.fs {
  margin-bottom: 16px;
}
.fs.fs-xsm {
  font-size: 11px;
}
.fs.fs-sm {
  font-size: 12px;
}
.fs.fs-normal {
  font-size: 14px;
}
.fs.fs-xl {
  font-size: 17px;
}
.fs.fs-white {
  color: var(--c-text-color-white);
}
.fs.fs-red {
  color: var(--c-text-color-red);
}
.fs.fs-medium {
  font-weight: 600;
}
.fs.fs-bold {
  font-weight: 700;
}

.title {
  font-weight: 700;
}
.title.title-1 {
  font-size: 50px;
  margin-bottom: 20px;
}
.title.title-2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.title.title-3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.title.title-light {
  font-weight: 400;
}
.title strong, .title.title-red {
  color: var(--c-title-color-red);
}
.title.title-white {
  color: var(--c-title-color-white);
}

/* responsive */
@media (max-width: 1200px) {
  .title.title-1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .title.title-2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .title.title-3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .title.title-1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .title.title-2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .title.title-3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .fs.fs-xsm {
    font-size: 11px;
  }
  .fs.fs-sm {
    font-size: 12px;
  }
  .fs.fs-normal {
    font-size: 13px;
  }
  .fs.fs-xl {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .title.title-1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .title.title-2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .title.title-3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.btn-primary {
  background: var(--c-primary-button);
}

.btn {
  border-radius: 50px;
}
.btn.btn-primary {
  background: var(--c-primary-button);
  box-shadow: none;
  color: var(--c-primary-button-text);
  font-size: 17px;
  font-weight: 600;
  padding: 11px 24px 10px;
  border: none;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: var(--c-primary-button-hover);
}
.btn.btn-primary .bi {
  font-size: 20px;
  position: relative;
  top: 0px;
}
.btn.btn-primary .bi.icor {
  margin-left: 9px;
}
.btn.btn-primary .bi.icol {
  margin-right: 9px;
}
.btn.btn-primary.btn-xl {
  padding: 17px 30px 16px;
}
.btn.btn-primary.red {
  background: #D60A22;
}
.btn.btn-primary.red:hover, .btn.btn-primary.red:active, .btn.btn-primary.red:focus {
  background: #FE4B3D;
}
.btn.btn-secondary {
  background: var(--c-secondary-button);
  box-shadow: none;
  color: var(--c-secondary-button-text);
  font-size: 15px;
  font-weight: 600;
  padding: 11px 24px 10px;
  box-shadow: inset 0 0 0 2px var(--c-secondary-button-border);
  -moz-box-shadow: inset 0 0 0 2px var(--c-secondary-button-border);
  -webkit-box-shadow: inset 0 0 0 2px var(--c-secondary-button-border);
  border: none;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  background: var(--c-secondary-button-hover);
}
.btn.btn-secondary .bi {
  font-size: 20px;
  position: relative;
  top: 0px;
}
.btn.btn-secondary .bi.icor {
  margin-left: 9px;
}
.btn.btn-secondary .bi.icol {
  margin-right: 9px;
}
.btn.btn-secondary.btn-white {
  color: #ffffff;
}
.btn.btn-sm {
  font-size: 13px;
  padding: 9px 12px 8px;
}
.btn.btn-sm .bi {
  font-size: 10px;
}
.btn.btn-sm .bi.icor {
  margin-left: 4px;
}
.btn.btn-sm .bi.icol {
  margin-right: 4px;
}
.btn.btn-grey {
  background: var(--c-grey-button-bcg);
  color: var(--c-grey-button-text);
  border: none;
  box-shadow: none;
  white-space: nowrap;
}
.btn.btn-grey:hover, .btn.btn-grey:active, .btn.btn-grey:focus {
  background: var(--c-grey-button-bcg);
  opacity: 0.87;
}
.btn.btn-grey.red {
  color: #D60A22;
}

.header {
  background: rgb(237, 50, 35);
  background: linear-gradient(90deg, rgb(5, 124, 103) 0%, rgb(214, 10, 34) 100%);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  height: 80px;
  z-index: 101;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.header.upload-page {
  background: transparent;
  box-shadow: none;
}
.header.upload-page.scrolled {
  background: rgb(237, 50, 35);
  background: linear-gradient(90deg, rgb(5, 124, 103) 0%, rgb(214, 10, 34) 100%);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
}
.header.studio .header__content, .header.admin .header__content {
  justify-content: space-between;
  min-height: 80px;
  padding: 0 20px;
}
.header.studio .header__content .header__left, .header.admin .header__content .header__left {
  display: unset;
  align-items: unset;
  gap: unset;
  flex: 1 1 0;
  padding-left: 0;
}
.header.studio .header__content .header__right, .header.admin .header__content .header__right {
  flex: 1 1 0;
}
.header.studio .header__close, .header.admin .header__close {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1 1 0;
}
.header.studio .userDropdown, .header.admin .userDropdown {
  right: 0;
}
.header.studio .userDropdown:before, .header.admin .userDropdown:before {
  right: 11px;
}
.header .header__content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
}
.header .header__content .header__left {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 10px 0 10px 0;
}
.header .header__content .header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.header .header__content .header__iconButton {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.header .header__content .header__iconButton .bi {
  font-size: 20px;
}
.header .header__content .header__iconButton:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header .header__content .header__iconButton.notifications .icon {
  animation: bounce 1s infinite;
}
.header .header__content .header__iconButton .num {
  border-radius: 50%;
  background: #ffffff;
  color: #D60A22;
  font-size: 10px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  right: -3px;
  text-align: center;
}
.header .header__content .header__uploadBUtton {
  padding: 24px 140px 23px 60px;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  background: #D60A22;
}
.header .header__content .header__uploadBUtton .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.09);
}
.header .header__content .header__uploadBUtton:hover {
  background: #ffffff;
  color: #D60A22;
}
.header .header__content .header__logo {
  display: block;
  margin-right: 20px;
  max-width: 100%;
}
.header .header__content .header__logo a {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
.header .header__content .header__logo a span {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.header .header__content .header__logo img {
  height: 30px;
}
.header .header__search {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.header .header__search .input {
  width: 100%;
  display: flex;
  position: relative;
}
.header .header__search .input form {
  width: 100%;
  display: flex;
  position: relative;
}
.header .header__search .input form .header__input {
  background: #F3F7F8;
  width: 100%;
  flex-grow: 1;
  padding: 17px 16px 16px 15px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 400;
  border: 0;
}
.header .header__search .input form .header__input:focus {
  outline: none;
}
.header .header__search .input form .search-reset {
  position: absolute;
  right: 54px;
  top: 5px;
  background: transparent;
  font-weight: 16px;
  color: #04041D;
  display: block;
  text-decoration: none;
  font-weight: 400;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 6px 9px;
}
.header .header__search .input form .search-reset:hover {
  background: #F3F3F3;
}
.header .header__search .input form .submit {
  position: absolute;
  right: 15px;
  top: 5px;
  border: 0;
  background: transparent;
  font-weight: 16px;
  color: #04041D;
  font-weight: 400;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.header .header__search .input form .submit:hover {
  color: #D60A22;
  background: #FEF4F3;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* Počáteční a koncová pozice */
  }
  40% {
    transform: translateY(-10px); /* Vrchol výšky */
  }
  60% {
    transform: translateY(-5px); /* Dolů po vrcholu výšky */
  }
}
.video__header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 102;
  padding: 20px 16px;
}
.video__header .video__close {
  width: 47px;
  height: 47px;
  font-size: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.video__header .header__logo {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-left: 20px;
  max-width: 100%;
}
.video__header:hover .header__logo {
  opacity: 1;
  transform: scale(1);
}

.userDropdownWrap {
  position: relative;
}
.userDropdownWrap:hover .userDropdown {
  display: block;
}

.userDropdown {
  position: absolute;
  top: 53px;
  right: -39px;
  background: var(--c-userDropdown-bg);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 340px;
  border-radius: 10px;
  border: 1px solid var(--c-userDropdown-border);
  display: none;
  z-index: 101;
}
.userDropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 12px;
  border-color: var(--c-userDropdown-arrow);
  position: absolute;
  right: 51px;
  top: -12px;
  z-index: 1;
}
.userDropdown .userDropdown__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.userDropdown .userDropdown__top .logout {
  width: 47px;
  height: 47px;
  font-size: 18px;
  background: var(--c-userDropdown-logout);
  border-radius: 50%;
  color: var(--c-userDropdown-logout-icon);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.userDropdown .userDropdown__actions {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.userDropdown .userDropdown__actions .block-2 {
  flex-grow: 1;
  font-weight: 600;
  text-decoration: none;
}
.userDropdown .userDropdown__revenue {
  display: flex;
  justify-content: space-between;
}
.userDropdown .userDropdown__bottom {
  border-top: 1px solid var(--c-userDropdown-border);
  margin: 0 -20px 0 -20px;
  padding: 15px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.userDropdown .user {
  display: flex;
  gap: 15px;
}
.userDropdown .user .avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* responsive */
@media (max-width: 1200px) {
  .header,
  .header.studio .header__content {
    height: 68px;
    min-height: 68px;
  }
  .header .header__content .header__left {
    padding: 11px 0 12px 0px;
  }
  .header .header__search .input form .header__input {
    padding: 12px 16px 10px 15px;
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .header.studio .header__content .header__right {
    padding-right: 0;
  }
  .header.studio .header__content .header__logo img {
    height: 30px;
  }
  .header.studio .header__content {
    padding: 0 15px;
  }
  .video__header {
    display: flex;
  }
  .video__header:hover .header__logo {
    opacity: 1;
  }
  .video__header .header__logo {
    transform: unset;
    opacity: 1;
    margin-left: 20px;
    margin-top: 0;
  }
  .video__header .header__logo {
    display: block;
  }
  .header .header__content .header__uploadBUtton {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 0;
  }
  .header .header__content .header__uploadBUtton .text {
    display: none;
  }
  .header .header__content .header__uploadBUtton .icon {
    padding: 0;
    width: unset;
    height: unset;
    position: unset;
    background: unset;
  }
  .header {
    height: unset;
    padding-bottom: 0;
  }
  .header__search.w-full {
    padding: 3px 10px 8px;
  }
  .header .btn.btn-primary {
    padding: 8px 14px 10px;
    font-size: 14px;
  }
  .header .btn.btn-primary .bi {
    font-size: 18px;
    top: 1px;
  }
  .header .header__content .header__right {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .header.studio .header__content .header__logo {
    margin-right: 0;
  }
  .header.studio .header__close .fs {
    display: none;
  }
}
@media (max-width: 576px) {
  .header.studio .header__content .header__logo img {
    height: 26px;
  }
}
@media (max-width: 400px) {
  .layout__sidebar .content {
    margin-top: 99px;
  }
  .header .header__content .header__right {
    gap: 8px;
  }
  .header .header__content .header__iconButton {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .header .header__content .header__uploadBUtton {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .header .header__search .input form .header__input {
    font-size: 16px;
    padding: 6px 100px 6px 15px;
  }
  .header .header__search .input form .search-reset {
    right: 31px;
    top: 5px;
    font-size: 12px;
  }
  .header .header__search .input form .submit {
    right: 7px;
    top: 3px;
    font-size: 14px;
  }
  .header__search.w-full {
    padding: 3px 10px 11px;
  }
  .header .header__content .header__left {
    padding: 11px 0 12px 0;
  }
  .header .header__content .header__logo img {
    height: 26px;
  }
  .header .header__content .header__logo a span {
    font-size: 22px;
  }
}
.gridjs-th {
  color: white;
}

.gridjs-input {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}

.gridjs-head {
  display: none;
}

.error-log {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 12px;
  overflow-x: auto;
  white-space: pre-wrap;
  max-height: 300px;
  overflow-y: auto;
}

.admin-tools.fixed {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  left: 20px;
}

.positive {
  color: #fff;
  background-color: #057C67;
  font-weight: bold;
}

.negative {
  color: #fff;
  background: #D60A22;
  font-weight: bold;
}

.bronse {
  color: #d1800f;
  font-weight: bold;
}

td.gridjs-td {
  padding: 7px 5px;
}

th.gridjs-th {
  padding: 10px 5px;
}

.gridjs-td input[type=number] {
  width: 100%;
  box-sizing: border-box;
  padding: 2px 4px;
  font-size: 0.9em;
}
.gridjs-td .form-check {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.gridjs-td .form-check .form-check-input {
  margin-left: 0;
  position: static;
}

thead tr th {
  font-size: 15px;
}

tbody tr td {
  font-size: 14px;
}
tbody tr td[data-column-id=difference_vi_dcf], tbody tr td[data-column-id=difference_vi_ddm], tbody tr td[data-column-id=difference_vi_pe], tbody tr td[data-column-id=difference] {
  padding: 0;
  line-height: 2;
}
tbody tr td .negative,
tbody tr td .positive {
  padding: 7px 5px;
}

.admin-wrap td.gridjs-td {
  padding: 0px 5px;
}

table th.gridjs-th {
  background-color: #fff;
  color: #1f2937;
  padding: 10px 5px;
}

.gridjs-tbody .gridjs-td {
  background-color: transparent !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gridjs-tbody .gridjs-tr:nth-child(odd) {
  background-color: #f9fafb;
}
.gridjs-tbody .gridjs-tr:hover {
  background-color: #e9eef2 !important;
}

.bg-section {
  padding: 40px;
  background: #e2e8ef;
  border-radius: 10px;
}

.gridjs-search {
  float: none;
  width: 100%;
}

.gridjs-search-input {
  width: 100%;
}

.card {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #D8D8D8;
}
.card .card-img {
  height: 100px;
  padding: 34px 24px;
  background-color: #FBFBFE;
  border-radius: 0;
  border-bottom: 1px solid #D8D8D8;
}

.video-col {
  position: relative;
  margin-bottom: 10px;
  margin-left: -16px;
  margin-right: -16px;
}

.videoItem {
  margin: 4px auto 0;
  position: relative;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #F3F3F3;
  border-top: 1px solid #F3F3F3;
}
.videoItem .videoItemContent {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
}
.videoItem .videoItemContent .videoItemLink {
  aspect-ratio: 2/3;
  position: relative;
  width: 100%;
}
.videoItem .cover {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.videoItem .videoItemPreview {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.3s ease;
  outline: none;
  clip-path: inset(1px 1px);
}
.videoItem .videoItemBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.videoItem .videoItemBottom .playCounter {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px;
}
.videoItem:hover .videoItemPreview {
  cursor: pointer;
  opacity: 1;
}

.btn.btn-sq {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  color: #191A1C;
  font-size: 23px;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 8px;
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.btn.btn-sq .icon {
  font-size: 18px;
  position: relative;
  top: 3px;
}

.layout__sidebar {
  display: flex;
  flex-wrap: wrap;
}
.layout__sidebar.simple .content {
  width: 100%;
}
.layout__sidebar.simple .sidebar {
  display: none;
}
.layout__sidebar .content {
  flex: 0 0 auto;
  width: calc(100% - 385px);
  margin-top: 80px;
}
.layout__sidebar .sidebar {
  flex: 0 0 auto;
  width: 385px;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 80px;
}

.sidebar {
  background: #fff;
  box-shadow: -5px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #ccc;
  z-index: 10;
  padding: 22px 16px 100px;
}
.sidebar .fs.fs-normal {
  font-size: 14px;
}
.sidebar .sidebar__close {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  color: #191A1C;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #ccc;
}
.sidebar .sidebar__close .bi {
  font-size: 34px;
}

.custom-faq-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color: #495057;
  --bs-accordion-active-bg: #fff;
}
.custom-faq-accordion .accordion-item {
  border-bottom: 1px solid #e9ecef;
  background-color: #fff;
  /*&:last-of-type {
      border-bottom: none;
  }*/
}
.custom-faq-accordion .accordion-header {
  margin-bottom: 0;
}
.custom-faq-accordion .accordion-button {
  font-weight: 500;
  color: #495057;
  background-color: #fff;
  box-shadow: none;
  padding: 20px 30px 20px 0px;
  font-size: 16px;
  font-weight: 600;
}
.custom-faq-accordion .accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23{str-slice(quote($accordion-custom-icon-color), 2)}'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: var(--bs-accordion-btn-icon-transition);
  position: absolute;
  right: 0;
}
.custom-faq-accordion .accordion-button:not(.collapsed) {
  color: #D60A22;
  background-color: #fff;
  box-shadow: none;
}
.custom-faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23{str-slice(quote($accordion-custom-icon-color), 2)}'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
.custom-faq-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.custom-faq-accordion .accordion-body {
  padding: 0;
}
.custom-faq-accordion .accordion-body h3 {
  margin-top: 1.5rem;
  font-size: 1.1rem;
}
.custom-faq-accordion .accordion-body p,
.custom-faq-accordion .accordion-body li {
  color: #343a40;
}
.gridjs-container {
  overflow-x: auto; /* Kontejner musí mít scroll */
  position: relative; /* Někdy pomůže pro z-index kontext */
}

.gridjs-table {
  /* Ujistěte se, že tabulka nemá overflow, který by bránil sticky */
}

/* Cílení na první sloupec (záhlaví i buňky) */
.gridjs-thead .gridjs-th:first-child,
.gridjs-tbody .gridjs-tr .gridjs-td:first-child,
.logged-in .gridjs-thead .gridjs-th:nth-child(2),
.logged-in .gridjs-tbody .gridjs-tr .gridjs-td:nth-child(2) {
  position: -webkit-sticky; /* Pro Safari */
  position: sticky;
  left: 0;
  z-index: 2; /* Musí být nad ostatními buňkami */
  background-color: #ffffff !important; /* Nebo barva pozadí tabulky, aby nebyly průhledné */
  box-shadow: inset -1px -1px 0 0 #e5e7eb;
}

/* Možná budete potřebovat i pro záhlaví zvlášť, pokud má jiné pozadí */
.gridjs-thead .gridjs-th:first-child,
.logged-in .gridjs-thead .gridjs-th:nth-child(2) {
  z-index: 3; /* Záhlaví nad buňkami */
  /* background-color: #f8f9fa; /* Barva pozadí záhlaví */
}

.sidebar-overlay {
  background: rgba(0, 0, 0, 0.84);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.sidebar-overlay.visible {
  display: block;
}

@media (max-width: 1200px) {
  .layout__sidebar .content {
    width: 100%;
  }
  .layout__sidebar .sidebar {
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 24px);
    z-index: 9999;
    padding: 9px 16px 50px;
  }
  .layout__sidebar .sidebar.visible {
    display: block;
  }
  .layout__sidebar .sidebar.visible .video-col {
    margin-bottom: 12px;
  }
  .layout__sidebar .content {
    margin-top: 68px;
  }
}
@media (max-width: 992px) {
  .video-col {
    margin-bottom: 35px;
  }
  .videoItem {
    margin: 0 auto 0;
  }
  .card {
    margin-bottom: 16px;
    height: calc(100% - 16px) !important;
  }
  .layout__sidebar .content {
    margin-top: 109px;
  }
  .gridjs-pagination .gridjs-summary {
    float: unset;
    margin-top: 5px;
  }
  .gridjs-pagination .gridjs-pages {
    float: unset;
    margin-top: 16px;
  }
  .gridjs-pages button:not(:first-child):not(:last-child) {
    display: none;
  }
  .gridjs-pages {
    display: flex;
  }
  .gridjs-pages button {
    flex: 1;
  }
  .custom-faq-accordion .accordion-button {
    font-size: 13px;
  }
}
@media (max-width: 554px) {
  thead tr th {
    font-size: 13px;
  }
  tbody tr td {
    font-size: 12px;
  }
  .gridjs-pagination .gridjs-summary {
    font-size: 12px;
  }
}
.footer {
  padding: 50px 0;
}

/*# sourceMappingURL=style.css.map */
