@import '_content/Lofcz.Forks.BlazoredModal/Lofcz.Forks.BlazoredModal.bundle.scp.css';

/* /Shared/Components/EdBox.razor.rz.scp.css */
.tiBoxSection[b-p59bussr86] {
  border-radius: 12px;
  background-color: #272d31;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 16px;
  padding: 16px 15px 15px;
}

.tiBoxSection p[b-p59bussr86] {
  margin-bottom: 0;
}

.defaultText[b-p59bussr86] {
  color: #E0E7EC;
  font-size: 16px;
  letter-spacing: -0.08px;
  line-height: 19px;
  word-break: break-word;
}

/*# sourceMappingURL=EdBox.razor.css.map */
/* /Shared/Components/EdCard.razor.rz.scp.css */
.card[b-07bud1sc3v] {
  margin-bottom: 10px;
  user-select: none;
}

.card .cmp14Container[b-07bud1sc3v] {
  display: flex;
  width: 100%;
}

.card .cmp14Box[b-07bud1sc3v] {
  background-color: gray;
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: url("/Images/Static/big-clanek.png") no-repeat center;
  background-size: cover;
  aspect-ratio: 16/9;
  height: 100%;
  text-shadow: none;
  position: relative;
  transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  color: #505050;
}

.card .cmp14Box:hover[b-07bud1sc3v] {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.card .cmp14LeftBox[b-07bud1sc3v] {
  width: 50%;
  display: flex;
  margin-right: 10px;
}

.card .cmp14RightBox[b-07bud1sc3v] {
  width: 50%;
  display: flex;
}

.card .cmp14RightBoxLeftBox[b-07bud1sc3v] {
  display: flex;
  width: 50%;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
}

.card .cmp14RightBoxRightBox[b-07bud1sc3v] {
  display: flex;
  width: 50%;
  flex-direction: column;
  margin-left: 10px;
}

.card .cmp14Overlay[b-07bud1sc3v] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-position: bottom;
  background-repeat: no-repeat;
  transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  justify-content: flex-end;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  padding: 0.5rem 1rem;
  color: #505050;
}

.card .cmp14Overlay:hover[b-07bud1sc3v] {
  background-size: 100% 100%;
}

.card .cmp14Overlay[b-07bud1sc3v]::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
  z-index: 1;
  opacity: 0;
  transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.card .cmp14Overlay:hover[b-07bud1sc3v]::before {
  /*opacity: 1;*/
  background-size: 100% 100%;
}

.card .cmp14Title[b-07bud1sc3v] {
  max-height: 5.2rem;
  -webkit-line-clamp: 4;
  transition: all 212ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-family: "Play", Arial, Verdana, sans-serif;
  color: #505050;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.card .cmp14TitleAuthor[b-07bud1sc3v] {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  line-height: 1.2rem;
  max-height: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 -1.2rem 0;
  opacity: 0;
  transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  font-size: 1rem;
  will-change: opacity;
}

.card .cmp14Overlay > .cmp14TitleAuthor[b-07bud1sc3v] {
  min-height: 0;
  margin: 0.3rem 0 0 0;
  opacity: 1;
}

.card .cmp14TitlePerex[b-07bud1sc3v] {
  -webkit-line-clamp: 4;
  max-height: 0;
  font-size: 0.95rem;
  line-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: white;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
  transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: none;
  color: #505050;
}

.card .cmp14Overlay > .cmp14TitlePerex[b-07bud1sc3v] {
  max-height: 4.8rem;
  margin: 0.3rem 0 0 0;
  opacity: 1;
}

@media (max-width: 1200px) {
  .card .cmp14Container[b-07bud1sc3v] {
    flex-flow: wrap;
  }
  .card .cmp14LeftBox[b-07bud1sc3v] {
    width: 100%;
    margin-right: 0px;
  }
  .card .cmp14RightBox[b-07bud1sc3v] {
    width: 100%;
    flex-flow: wrap;
  }
  .card .cmp14RightBoxLeftBox[b-07bud1sc3v] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card .cmp14RightBoxRightBox[b-07bud1sc3v] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card .cmp14LeftBox[b-07bud1sc3v] {
    margin-bottom: 10px;
  }
}
.card .cmp14Box1[b-07bud1sc3v] {
  background: var(--background) no-repeat !important;
  background-size: cover !important;
}

.card .cmp14Box2[b-07bud1sc3v] {
  background: var(--background) no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 700px) {
  .card .cmp14Title[b-07bud1sc3v] {
    padding-right: 40px;
  }
}

/*# sourceMappingURL=EdCard.razor.css.map */
/* /Shared/Components/EdDataGrid.razor.rz.scp.css */
.pListTab[b-9e4ikuynjj] {
  background-color: #15181A;
  user-select: none;
  cursor: pointer;
  outline: 0;
}

.pListTabActive[b-9e4ikuynjj] {
  background-color: #3E454A;
}

/*# sourceMappingURL=EdDataGrid.razor.css.map */
/* /Shared/Components/EdDataGridEntry.razor.rz.scp.css */
.dataGridInstancePreviewFrame[b-xrcc7xn2tq] {
  display: flex;
  border-right: 1px solid #3E454A;
  border-left: 1px solid #3E454A;
  border-bottom: 1px solid #3E454A;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.dataGridInstancePreviewFrame.last[b-xrcc7xn2tq] {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.dataGridInstancePreviewFrame:hover[b-xrcc7xn2tq] {
  background-color: #31373b;
}

/*# sourceMappingURL=EdDataGridEntry.razor.css.map */
/* /Shared/Components/EdDatePicker.razor.rz.scp.css */
.shiftDp .dateInput2[b-2d964fq4tw] {
  padding-top: 20px;
}

/*# sourceMappingURL=EdDatePicker.razor.css.map */
/* /Shared/Components/EdForm.razor.rz.scp.css */


/*# sourceMappingURL=EdForm.razor.css.map */
/* /Shared/Components/EdInfoBox.razor.rz.scp.css */
.edInfoBox[b-1ykwh3axrg] {
  border-radius: 12px;
  display: flex;
  margin-bottom: 2rem;
}

.edInfoBox.edBoxOk[b-1ykwh3axrg] {
  background-color: #00A049;
}

.edInfoBox.edBoxError[b-1ykwh3axrg] {
  background-color: #FF3960;
}

.edInfoBox.edBoxInfo[b-1ykwh3axrg] {
  background-color: #009BDE;
}

.edInfoBox.edBoxWarning[b-1ykwh3axrg] {
  background-color: #FF851B;
}

.edInfoBoxClose[b-1ykwh3axrg] {
  display: flex;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  outline: none;
  user-select: none;
  width: 56px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.edInfoBoxClose:hover[b-1ykwh3axrg] {
  background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .hideOnMobile[b-1ykwh3axrg] {
    display: none;
  }
}

/*# sourceMappingURL=EdInfoBox.razor.css.map */
/* /Shared/Components/EdLongBar.razor.rz.scp.css */
.Acontainer[b-jsicgr565k] {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url("/Images/Static/vyhra-banner.jpg") no-repeat;
  background-size: contain;
  cursor: pointer;
  user-select: none;
  aspect-ratio: 1120/166;
  border-radius: 4px;
  border: 1px solid #dadada;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.Acontainer:hover[b-jsicgr565k] {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

@media (max-width: 1200px) {
  .Acontainer[b-jsicgr565k] {
    display: none;
  }
}
text[b-jsicgr565k] {
  text-align: center;
  font-family: Play;
  font-size: 36px;
  color: rgb(142, 142, 142);
  margin: auto;
}

@media (max-width: 1024px) {
  text[b-jsicgr565k] {
    font-size: 24px;
  }
}

/*# sourceMappingURL=EdLongBar.razor.css.map */
/* /Shared/Components/EdModalBody.razor.rz.scp.css */


/*# sourceMappingURL=EdModalBody.razor.css.map */
/* /Shared/Components/EdPillBadge.razor.rz.scp.css */
.tarTagContainer[b-f8lupz4g4n] {
  display: flex;
  flex-flow: wrap;
}

.tarTagIcon[b-f8lupz4g4n] {
  margin-right: 10px;
}

.mdi[b-f8lupz4g4n]::before {
  font-size: 24px;
  line-height: 1.5rem;
}

.tarTagText[b-f8lupz4g4n] {
  display: flex;
}

.tarTagTextInner[b-f8lupz4g4n] {
  margin-top: auto;
  margin-bottom: auto;
  user-select: none;
}

.tarTag[b-f8lupz4g4n] {
  border-radius: 12px;
  background-color: rgb(57, 62, 66);
  padding: 16px;
  padding-left: 15px;
  padding-right: 15px;
  color: #AFBBC3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.09px;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  margin-right: 10px;
}

.tarTag:hover[b-f8lupz4g4n] {
  background-color: rgb(80, 86, 91);
}

.tarTag.checked[b-f8lupz4g4n] {
  color: #15181A;
  background-color: #FFFFFF;
}

.tarTagStatic[b-f8lupz4g4n] {
  border-radius: 12px;
  background-color: rgb(57, 62, 66);
  padding: 16px;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.09px;
  line-height: 18px;
}

.tarTagSemi[b-f8lupz4g4n] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*# sourceMappingURL=EdTagBadge.razor.css.map */
/* /Shared/Components/EdProgressbar.razor.rz.scp.css */
.pRed[b-y4r7s5jtoi] {
  background-color: #FF3960;
}

.pGold[b-y4r7s5jtoi] {
  background: linear-gradient(180deg, #FFC72A 0%, #FF9800 100%);
}

.pSilver[b-y4r7s5jtoi] {
  background: linear-gradient(180deg, #E0E7EC 0%, #AFBBC3 100%);
}

.pGreen[b-y4r7s5jtoi] {
  background-color: #00A049;
}

.pBlue[b-y4r7s5jtoi] {
  background-color: #009BDE;
}

.pBlack[b-y4r7s5jtoi] {
  background-color: #1e2225;
}

/*# sourceMappingURL=EdProgressbar.razor.css.map */
/* /Shared/Components/EdScrollbar.razor.rz.scp.css */
.edScrollbar[b-1elkz277b7] {
  max-height: calc(100vh - 300px);
  overflow: auto;
  padding-right: 20px;
}

@media (max-height: 600px) {
  .edScrollbar[b-1elkz277b7] {
    max-height: calc(100vh - 200px);
  }
}

/*# sourceMappingURL=EdScrollbar.razor.css.map */
/* /Shared/Components/EdTabs.razor.rz.scp.css */
.pListTab[b-h6xmctfgrb] {
  background-color: #15181A;
  user-select: none;
  cursor: pointer;
  outline: 0;
}

.pListTabActive[b-h6xmctfgrb] {
  background-color: #3E454A;
}

/*# sourceMappingURL=EdTabs.razor.css.map */
/* /Shared/Components/EdTagBadge.razor.rz.scp.css */
.tarTagContainer[b-514c64fkfg] {
  display: flex;
  flex-flow: wrap;
}

.tarTagIcon[b-514c64fkfg] {
  margin-right: 10px;
}

.mdi[b-514c64fkfg]::before {
  font-size: 24px;
  line-height: 1.5rem;
}

.tarTagText[b-514c64fkfg] {
  display: flex;
}

.tarTagTextInner[b-514c64fkfg] {
  margin-top: auto;
  margin-bottom: auto;
  user-select: none;
}

.tarTag[b-514c64fkfg] {
  border-radius: 12px;
  background-color: rgb(57, 62, 66);
  padding: 16px;
  padding-left: 15px;
  padding-right: 15px;
  color: #AFBBC3;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.09px;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  margin-right: 10px;
}

.tarTag:hover[b-514c64fkfg] {
  background-color: rgb(80, 86, 91);
}

.tarTag.checked[b-514c64fkfg] {
  color: #15181A;
  background-color: #FFFFFF;
}

.tarTagStatic[b-514c64fkfg] {
  border-radius: 12px;
  background-color: rgb(57, 62, 66);
  padding: 16px;
  padding-left: 15px;
  padding-right: 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.09px;
  line-height: 18px;
}

.tarTagSemi[b-514c64fkfg] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*# sourceMappingURL=EdTagBadge.razor.css.map */
/* /Shared/Components/EdTextarea.razor.rz.scp.css */
.rteTextarea[b-bgfihi34vj] {
  padding: 6px 16px;
  overflow-wrap: break-word;
  line-height: 35px;
  margin-bottom: 5px;
  font-size: 16px;
  border: 1px solid #AFBBC3;
  max-height: 500px;
  overflow: auto;
  min-height: 200px !important;
  border-radius: 5px;
  outline: 0;
}

.rteTextarea.small[b-bgfihi34vj] {
  min-height: 100px !important;
}

.rteTextarea.large[b-bgfihi34vj] {
  min-height: 300px !important;
}

.textareaButtonIcon[b-bgfihi34vj] {
  fill: #6c6c7b;
  transition: all 0.15s ease-in-out;
}

.textareaInline[b-bgfihi34vj] {
  border: none !important;
  padding: 0 !important;
  max-height: fit-content !important;
  min-height: fit-content !important;
}

/*# sourceMappingURL=EdTextarea.razor.css.map */
/* /Shared/Components/EdTooltip.razor.rz.scp.css */
.smartIcon[b-xn3skj11bd] {
  position: absolute;
  top: 12px;
  right: 12px;
  filter: brightness(0.5);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  outline: none;
}

.smartIcon:hover[b-xn3skj11bd] {
  filter: brightness(1);
}

.smartIcon > i[b-xn3skj11bd] {
  position: relative;
  top: 1px;
}

.textareaButtonIcon[b-xn3skj11bd] {
  fill: #6c6c7b;
  transition: all 0.15s ease-in-out;
}

/*# sourceMappingURL=EdTooltip.razor.css.map */
/* /Shared/Components/EdTriCard.razor.rz.scp.css */
.card[b-3y1ubw04v0] {
  margin-bottom: 10px;
  user-select: none;
}

.card .cmp14Container[b-3y1ubw04v0] {
  display: flex;
  width: 100%;
}

.card .cmp14Box[b-3y1ubw04v0] {
  border-radius: 4px;
  border: 1px solid #dadada;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: url(var(--backgroundLeft)) no-repeat center;
  background-size: cover;
  aspect-ratio: 16/9;
  height: 100%;
  position: relative;
  transition: all 180ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.card .cmp14Box:hover[b-3y1ubw04v0] {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.card .cmp14LeftBox[b-3y1ubw04v0] {
  width: 100%;
  margin-right: 5px;
}

.card .cmp14RightBox[b-3y1ubw04v0] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card .cmp14RightBoxLeftBox[b-3y1ubw04v0] {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-left: 5px;
  margin-right: 5px;
  height: 50%;
}

.card .cmp14RightBoxRightBox[b-3y1ubw04v0] {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-left: 5px;
  height: 49%;
  padding-right: 5px;
}

.card .cmp14InnerBoxUpper[b-3y1ubw04v0] {
  flex: 1;
  margin-bottom: 0px;
}

.card .cmp14InnerBoxLower[b-3y1ubw04v0] {
  flex: 1;
  margin-top: 7px;
}

.card .cmp14Overlay[b-3y1ubw04v0] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-position: bottom;
  background-repeat: no-repeat;
  justify-content: flex-end;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  padding: 0.5rem 1rem;
}

.card .cmp14Overlay:hover[b-3y1ubw04v0] {
  background-size: 100% 100%;
}

.card .cmp14Overlay[b-3y1ubw04v0]::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.card .cmp14Overlay:hover[b-3y1ubw04v0]::before {
  opacity: 1;
  background-size: 100% 100%;
}

.card .cmp14Title[b-3y1ubw04v0] {
  max-height: 5.2rem;
  -webkit-line-clamp: 4;
  transition: all 212ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-family: "Play", Arial, Verdana, sans-serif;
  color: #505050;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.card .cmp14TitleAuthor[b-3y1ubw04v0] {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  line-height: 1.2rem;
  max-height: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 -1.2rem 0;
  opacity: 0;
  transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  font-size: 1rem;
  will-change: opacity;
}

.card .cmp14Overlay > .cmp14TitleAuthor[b-3y1ubw04v0] {
  min-height: 0;
  margin: 0.3rem 0 0 0;
  opacity: 1;
}

.card .cmp14TitlePerex[b-3y1ubw04v0] {
  -webkit-line-clamp: 4;
  max-height: 0;
  font-size: 0.95rem;
  line-height: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #505050;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
  transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
}

.card .cmp14Overlay > .cmp14TitlePerex[b-3y1ubw04v0] {
  max-height: 4.8rem;
  margin: 0.3rem 0 0 0;
  opacity: 1;
}

.card .cmp14RightBoxLeftBox[b-3y1ubw04v0] {
  padding-bottom: 10px;
  padding-right: 5px;
}

@media (max-width: 1200px) {
  .card .cmp14Container[b-3y1ubw04v0] {
    flex-flow: wrap;
  }
  .card .cmp14LeftBox[b-3y1ubw04v0] {
    width: 100%;
    margin-right: 0px;
  }
  .card .cmp14RightBox[b-3y1ubw04v0] {
    width: 100%;
    flex-flow: wrap;
  }
  .card .cmp14RightBoxLeftBox[b-3y1ubw04v0] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .card .cmp14RightBoxRightBox[b-3y1ubw04v0] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .card .cmp14RightBoxLeftBox[b-3y1ubw04v0] {
    min-height: 150px;
    max-height: 150px;
    aspect-ratio: 16/9;
    margin-top: 10px;
  }
  .card .cmp14RightBoxRightBox[b-3y1ubw04v0] {
    min-height: 150px;
    max-height: 150px;
    aspect-ratio: 16/9;
  }
}
.card .cmp14BoxSmall1[b-3y1ubw04v0] {
  aspect-ratio: auto;
}

.card .cmp14BoxSmall2[b-3y1ubw04v0] {
  aspect-ratio: auto;
}

.card .cmp14BoxSmall3[b-3y1ubw04v0] {
  aspect-ratio: auto;
}

.card .cmp14BoxSmall4[b-3y1ubw04v0] {
  aspect-ratio: auto;
}

.card .cmp14BoxSmall1[b-3y1ubw04v0] {
  background: var(--backgroundRightTop) no-repeat !important;
  background-size: cover !important;
}

.card .cmp14BoxSmall3[b-3y1ubw04v0] {
  background: var(--backgroundRightBottom) no-repeat !important;
  background-size: cover !important;
}

.card .cmp14LeftBox[b-3y1ubw04v0] {
  background: var(--backgroundLeft) no-repeat !important;
  background-size: cover !important;
}

@media (min-width: 1200px) {
  .card .cmp14BoxSmall1[b-3y1ubw04v0] {
    background-size: contain;
  }
  .card .cmp14BoxSmall3[b-3y1ubw04v0] {
    background-size: contain;
  }
  .card .cmp14RightBoxRightBox[b-3y1ubw04v0] {
    height: 50%;
  }
  .card .cmp14RightBoxLeftBox[b-3y1ubw04v0] {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .card .cmp14Title[b-3y1ubw04v0] {
    padding-right: 40px;
  }
}

/*# sourceMappingURL=EdTriCard.razor.css.map */
/* /Shared/Components/EdVerticalTabs.razor.rz.scp.css */
/* /Shared/Internal/InternalAlertInstance.razor.rz.scp.css */
.edInfoBox[b-8768bcn3r7] {
  border-radius: 12px;
  display: flex;
  margin-bottom: 20px;
}

.edInfoBox.edBoxOk[b-8768bcn3r7] {
  background-color: #00A049;
}

.edInfoBox.edBoxError[b-8768bcn3r7] {
  background-color: #FF3960;
}

.edInfoBox.edBoxInfo[b-8768bcn3r7] {
  background-color: #009BDE;
}

.edInfoBox.edBoxWarning[b-8768bcn3r7] {
  background-color: #FF851B;
}

.edInfoBoxClose[b-8768bcn3r7] {
  display: flex;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  outline: none;
  user-select: none;
  width: 56px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.edInfoBoxClose:hover[b-8768bcn3r7] {
  background: rgba(0, 0, 0, 0.2);
}

.alert-dismissible[b-8768bcn3r7] {
  padding-right: 3rem;
}

.alert-dismissible .btn-close[b-8768bcn3r7] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1rem;
}

.btn-close[b-8768bcn3r7] {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/*# sourceMappingURL=InternalAlertInstance.razor.css.map */
/* /Shared/Internal/InternalEdFormSmart.razor.rz.scp.css */
.smartIcon[b-x6a4ozem91] {
  position: absolute;
  top: 12px;
  right: 12px;
  filter: brightness(0.5);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  outline: none;
}

.smartIcon:hover[b-x6a4ozem91] {
  filter: brightness(1);
}

.smartIcon > i[b-x6a4ozem91] {
  position: relative;
  top: 1px;
}

/*# sourceMappingURL=InternalEdFormSmart.razor.css.map */
/* /Shared/Internal/InternalEdInputLabel.razor.rz.scp.css */
[b-hs0rlhqsiy] .iconContainer {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.17);
  cursor: pointer;
}

.iconContainer:hover[b-hs0rlhqsiy] {
  background-color: rgba(255, 255, 255, 0.22) !important;
  filter: brightness(1.1);
}

/*# sourceMappingURL=InternalEdInputLabel.razor.css.map */
/* /Shared/Internal/InternalEvaluationText.razor.rz.scp.css */
.question2[b-7zlscia33y] {
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 20px;
  color: white;
  margin-bottom: 6px;
}

.response2[b-7zlscia33y] {
  font-size: 14px;
  letter-spacing: -0.08px;
  line-height: 20px;
  color: #AFBBC3;
  margin-bottom: 6px;
}

/*# sourceMappingURL=InternalEvaluationText.razor.css.map */
/* /Shared/Root/BeforeRender.razor.rz.scp.css */


/*# sourceMappingURL=Footer.razor.css.map */
/* /Shared/Root/LayoutFullwidth.razor.rz.scp.css */
.page[b-juedennn4r] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-juedennn4r] {
  flex: 1;
}

.sidebar[b-juedennn4r] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-juedennn4r] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-juedennn4r]  a, .top-row .btn-link[b-juedennn4r] {
  white-space: nowrap;
  margin-left: 1.5rem;
}

.top-row a:first-child[b-juedennn4r] {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-juedennn4r] {
    display: none;
  }
  .top-row.auth[b-juedennn4r] {
    justify-content: space-between;
  }
  .top-row a[b-juedennn4r], .top-row .btn-link[b-juedennn4r] {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .page[b-juedennn4r] {
    flex-direction: row;
  }
  .sidebar[b-juedennn4r] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .top-row[b-juedennn4r] {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .top-row[b-juedennn4r], article[b-juedennn4r] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

/*# sourceMappingURL=LayoutFullwidth.razor.css.map */
/* /Shared/Root/MainFooter.razor.rz.scp.css */


/*# sourceMappingURL=MainFooter.razor.css.map */
/* /Shared/Root/MainLayout.razor.rz.scp.css */
/* /Shared/Root/NavMenu.razor.rz.scp.css */
.mistrEfektuLogo[b-f0me2oapj3] {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.oddelovaciCara[b-f0me2oapj3] {
  padding-left: 15px;
  padding-right: 15px;
}

.studioLogo[b-f0me2oapj3] {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.czcLogoNavbar[b-f0me2oapj3] {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
}

@media (max-width: 720px) {
  .navAMobileNone[b-f0me2oapj3] {
    display: none;
  }
  .czcLogoNavbar[b-f0me2oapj3] {
    margin-top: 4px;
  }
}
@media (min-width: 720px) {
  .czcFix[b-f0me2oapj3] {
    position: relative;
    top: 2px;
  }
  .mistrEfektuLogo[b-f0me2oapj3] {
    width: auto;
    max-height: 45px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .studioLogo[b-f0me2oapj3] {
    max-height: 60px;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
  .czcLogoNavbar[b-f0me2oapj3] {
    max-height: 60px;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
  .navA[b-f0me2oapj3] {
    display: flex;
  }
}
.navbarLogo[b-f0me2oapj3] {
  height: 50px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 45px;
}

.paddingOnSmall[b-f0me2oapj3] {
  padding-right: 15px !important;
}

.centerHor2[b-f0me2oapj3] {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 800px) {
  .centerHor2[b-f0me2oapj3] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
  }
  .navbarLogo[b-f0me2oapj3] {
    height: 30px;
  }
  .hideOnSmall[b-f0me2oapj3] {
    display: none;
  }
  .paddingOnSmall[b-f0me2oapj3] {
    padding-right: 15px !important;
  }
}
.mistrInfoKSouteziC[b-f0me2oapj3] {
  display: flex;
}

.mistrInfoKSouteziAdminBox[b-f0me2oapj3] {
  background: #76b900;
  border-radius: 0px;
  padding: 20px;
  margin-left: auto;
  cursor: pointer;
  color: white;
  font-weight: 600;
  font-size: 1.1em;
  font-family: "nvidiaMd", sans-serif;
  letter-spacing: -0.01em;
  transition: background-color 0.2s ease-out;
}

@media (min-width: 1025px) {
  .mistrInfoKSouteziAdminBox:hover[b-f0me2oapj3] {
    background-color: #91c733;
  }
}
.mistrInfoKSouteziText[b-f0me2oapj3] {
  color: black;
  font-weight: 600;
  font-size: 1.4em;
  font-family: "nvidia", sans-serif;
}

.mistrInfoKSoutezi[b-f0me2oapj3] {
  display: flex;
  flex-flow: wrap;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-right: 15px;
}

.mistrInfoKSouteziHorni[b-f0me2oapj3] {
  margin-right: 100px;
}

@media (max-width: 1024px) {
  .mistrInfoKSouteziC[b-f0me2oapj3] {
    display: block;
  }
  .mistrInfoKSoutezi[b-f0me2oapj3] {
    padding-left: 10px;
    color: #454545;
    display: block;
    margin-bottom: 0;
  }
  .mistrInfoKSouteziHorni[b-f0me2oapj3] {
    margin-right: 0;
  }
  .mistrInfoKSouteziText[b-f0me2oapj3] {
    font-size: 1.2em;
    color: #454545;
  }
  .mistrInfoKSouteziSpodni[b-f0me2oapj3] {
    margin-top: 10px;
  }
  .mistrInfoKSouteziAdminBoxInner[b-f0me2oapj3] {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mistrInfoKSouteziAdminBox[b-f0me2oapj3] {
    margin-left: 0;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.16);
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 6px;
    height: 42px;
    color: #454545;
    display: flex;
  }
  .mistrInfoKSouteziKontajner[b-f0me2oapj3] {
    background: rgba(0, 0, 0, 0.08);
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 6px;
  }
  .orangeUnderline[b-f0me2oapj3] {
    display: inline-block;
  }
  .mainContainerInner[b-f0me2oapj3] {
    margin-top: 10px !important;
  }
}
.mainContainerInner[b-f0me2oapj3] {
  margin-top: 100px !important;
  background-color: rgb(248, 248, 248);
  width: 100%;
  min-width: 100%;
}

.orangeUnderline[b-f0me2oapj3]:before {
  content: "";
  height: 2px;
  left: 0;
  background: orange !important;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .mistrInfoKSouteziHorniA[b-f0me2oapj3] {
    margin-bottom: 10px;
  }
  .mainContainerInner[b-f0me2oapj3] {
    margin-top: 10px !important;
  }
}
@media (min-width: 1024px) {
  .mistrInfoKSouteziText[b-f0me2oapj3] {
    color: white;
  }
}

/*# sourceMappingURL=NavMenu.razor.css.map */
