@font-face {
    font-family: Quicksand;
    src: url(fonts/Quicksand-VariableFont_wght.ttf);
    font-weight: 1 999;
  }
body {
    /*background: rgb(157,98,0);
    background: linear-gradient(0deg, rgba(157,98,0,1) 0%, rgb(105 78 32) 12%, rgba(52,52,52,1) 35%, rgba(52,52,52,1) 100%);  */     
    font-family: "Quicksand";
}
label {
    font-size: 18px;
    margin-bottom: 4px;
}
pre {
    color: rgb(200,200,200);
}
* {
    font-family: "Quicksand" !important;
    font-weight: 500;
   /* -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; */
}
b {
    font-weight: bold;
}
.prusvitne_okno {
    background: var(--prusvitne_okno);
    border-radius: 12px;
    position: relative;
    padding: 24px;
    box-sizing: border-box;
    margin: 16px;
    /*transform: translateY(0);*/
    opacity: 1;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    /*
    display: inline-flex;
    width: 1060px;
    height: 680px;
    top: var(--okno_odsazeni);
    justify-content: space-between;*/
}
.element_najeti_po_nacteni {
    transform: unset;
    opacity: 1;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;

}
.prusvitne_okno_skryte, .element_najeti_po_nacteni_skryty{

    opacity: 0; 
    transform: translateY(-20px);
    
    
}
#obsah {
    background: rgb(157,98,0);
    /*    background: linear-gradient(0deg, rgba(157,98,0,1) 0%, rgba(52,52,52,1) 41%, rgba(52,52,52,1) 100%);*/
    background: linear-gradient(0deg, rgba(157,98,0,1) 0%, rgb(105 78 32) 12%, rgba(52,52,52,1) 35%, rgba(52,52,52,1) 100%);    
    width: 100vw;
    height: calc(100% - var(--vyska_hlavniho_menu));
    overflow-y: auto;
    top: var(--vyska_hlavniho_menu);
    left: 0;
    position: fixed;
    display: flex;
    justify-content: center;
}
#obsah > div {
    overflow: hidden;
    overflow: visible;
    max-width: 100%;
}
.btn_remove_def {
    background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
:focus-visible {
    outline: var(--barva_aktivni_aktivni) auto 2px !important;
}
.prusvitne_okno.vlastni {
    width: auto;
}
input, select {
    padding: 6px;
    border-radius: 4px;
    border: 0px;
    background-color: var(--barva_seda);
    font-size: 1rem;
}
textarea {
    font-size: 1rem;
    border-radius: 4px;
    padding: 6px;
    background-color: var(--barva_seda);
    resize: none;
}
label {
    color: var(--zluta)
}

input:focus-visible, textarea:focus-visible, select:focus-visible {
     outline-style: solid;
     outline-offset: -2px;
     outline-width: 0px;
 }
 button:not(.btn_remove_def), .button {    
    padding: 7px 11px;
    border-radius: 4px;
    background-color: var(--zluta);
    color: var(--tmavy_podklad);
    border: 2px solid var(--barva_ramecek);
    font-weight:bold;
    font-size: 16px;
    box-shadow: 1px 1px 14px 0px var(--barva_stin);
    cursor: pointer;
    text-decoration: none;
}
button:hover, .button:hover {
    filter: brightness(1.1);
}
a {
    color: inherit
}
a.button:hover{
    color: black;
}
form {
    margin-block-end: 0em;
}
.prepinani_hesla {
    position: relative;
}
.prepinani_hesla_button {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 16px;
    color: var(--svetly_podklad);
}
.material-icons {
    font-family: 'Material Icons' !important;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.3s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}
.div_hodnoceni_text {
    background-color:transparent !important;
    font-weight: bold;
    font-size: 1.2rem;
    width: 40px;    
    text-align: right;
}
.div_hodnoceni.nizke .div_hodnoceni_vevnitr {
    color: black;
}
.div_hodnoceni.nizke::after, .div_hodnoceni_text.nizke {
    background-color: var(--barva_chyba);
    color: var(--barva_chyba);
}
.div_hodnoceni.stredni::after, .div_hodnoceni_text.stredni {
    background-color: #ff861a;
    color: #ff861a;
}
.div_hodnoceni.vysoke::after, .div_hodnoceni_text.vysoke {
    background-color: #06BA63;
    color: #06BA63;
}
.div_hodnoceni {
    height: 8px;
    width: 200px;
    border-radius: 6px;
    background-color: #D9D9D9;
    margin-top: 4px;
    position: relative;
    margin-right: 8px;
    overflow:hidden;
}
.div_hodnoceni::after {
    content: "";
    height: 8px;
    width: var(--sirka_hodnoceni);
    position: absolute;
    border-radius: 6px 0px 0px 6px;
}
a:not(.no_a_style):not(.button):hover {
    color: var(--barva_aktivni);
    filter: brightness(1.1);
}
a.no_a_style {
    text-decoration: none;
}
.nacitani_page {
    position: fixed;
    width: 100vw;
    height: 100% !important;
    left: 0px;
    background: var(--tmavy_podklad);
    z-index: 99999999999;

    background: rgb(157,98,0);
    background: linear-gradient(0deg, rgba(157,98,0,1) 0%, rgb(105 78 32) 12%, rgba(52,52,52,1) 35%, rgba(52,52,52,1) 100%);  

    display: flex;
    align-items: center;
    justify-content: center;
}

.vyskakovaci_okno_parent {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
    overscroll-behavior: contain;

}
.vyskakovaci_okno_parent .tmave_vyskakovaci {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    padding-top: 50px !important;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px;
    background-color: var(--tmavy_podklad);
    align-content: flex-start;
    width: 732px;
    height: 520px;
    box-shadow: 0px 0px 58px 4px rgba(0, 0, 0, 55%);
}
.vyskakovaci_okno_parent .tmave_vyskakovaci h2 {
    width: 100%;
    background: var(--zluta);
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    font-size: 18px;
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
}
.tmave_vyskakovaci_chyba {
    text-align: center;
}
.vyskakovaci_okno_parent .tmave_vyskakovaci.tmave_vyskakovaci_chyba h2 {
    background-color: var(--barva_chyba);
    color: white
}
.vyskakovaci_okno_parent .tmave_vyskakovaci.tmave_vyskakovaci_chyba > div:first-of-type {
    color: white;
    width: 100%;
}

.vyskakovaci_okno_parent .tmave_vyskakovaci.tmave_vyskakovaci_zelena h2 {
    background-color: var(--barva_zelena);
    color: black;
}

.vyskakovaci_okno_parent .tmave_vyskakovaci.tmave_vyskakovaci_cervena h2 {
    background: var(--barva_chyba);
    color: black;
}


#error_page {
    color: var(--zluta);
    padding-top: 42px;
    text-align: center;
    font-size: 32px;
}

.napoveda {    
    color: var(--tmavy_podklad);
    background: var(--zluta);
    height: 15px;
    width: 15px;
    border-radius: 10px;
    font-size: 14px;
    padding-right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
    /* box-sizing: border-box; */
    position: relative;
    float: right;
    margin-right: 4px;
    border: 2px transparent solid;
}
.popis_chyby {
    color: var(--barva_chyba);
    font-size: 12px;
    position: relative;
    top: 4px;
    width: 100%;
}
input.chyba {
    border: 2px var(--barva_chyba) solid;
    padding: 4px;
}
table th {
    font-size: 18px;
    color: var(--zluta);
    font-weight: bold;
    text-align: left;
    padding-left: 4px;
}
table td {
    vertical-align: top;
    padding: 2px;
}
.pridat_text {
    color: var(--zluta);
    font-weight: bold;
    cursor: pointer;
}
.pridat_text:hover {
    opacity: 0.8;
}
.nazev {
    color: var(--zluta);
    font-weight: bold;
}
.stredni_okno {

    height: 754px;
    width: 1272px;
    display: flex;
}
div[data-cast] {
    display: none;
}
div[data-cast].aktivni {
    display: block;
}

.novy_nahled_parent:hover > .novy_nahled {
    /*opacity: 1;*/
}
#novy_nahled_parent_fixed > .novy_nahled {
    opacity: 1;
}
.novy_nahled_parent:hover {
    z-index: 999;
}
.novy_nahled_parent {
    position: relative;
}
#novy_nahled_parent_fixed > .novy_nahled {
    position: relative;
    display: block;
}
.novy_nahled {
    display: none;
    bottom: calc(100% + 8px);
    left: -2px;
    border-radius: 6px;
    background-color: var(--nejtmavsi);
    padding: 6px 8px;
    color: white;
    white-space: normal;
    opacity: 0;
    box-shadow: 0px 0px 5px 0px #343434;
    z-index: 100;
    font-size: 1rem;
    z-index: 99999;
    text-align: left;
    transition: 0.3s all;
    pointer-events: none;
}
.novy_nahled_title {
    color: var(--zluta);
    font-weight: bold;
    font-size: 1.1rem;
}
.bily_nadpis {
    color: white;
    border-bottom: 2px solid var(--zluta);
    width: 100%;
    font-size: 1.1rem;
    padding-bottom: 4px;
    padding-left: 4px;
    margin-bottom: 4px;
    margin-top: 8px;
    font-weight: bold;
}
button.neaktivni {
    opacity: 0.4;
    pointer-events: none;
}
a:hover button {
    color: black
}
.nadpis_modulu {
    padding-left: 10px;
    color: var(--zluta);
    margin-bottom: 2px;
}
.prusvitne_okno_error_page {
    color: white;;
    font-size: 1.1rem;
    height: fit-content;
    margin-top: 52px;
    z-index: 20;
}
.prusvitne_okno_error_page h2 {
    margin-top: 0px;
    margin-bottom: 12px;
}
.prusvitne_okno_error_page > div {
    margin-top: 32px;
}


.barva_policko .novy_nahled {
    top: 100% !important;
}
.barva_policko {
    width: 46px;
    height: 46px;
    background-size: contain;
    background-color: #515151;
    border: 3px #515151 solid;
    box-sizing: border-box;
    background-size: 93%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    position: relative;
}
.barva_policko .barva_policko_pocet {
    position: absolute;
    color: white;
    top: 0px;
    left: 2px;
    font-size: 1rem;
    text-shadow:  1px 1px black
}
.barva_policko {
    margin-right: 8px;
    margin-bottom: 8px;
}
.barva_policko .novy_nahled{ 
    height: fit-content;
}
.barva_policko_vzacne {
    border: 2px solid var(--zluta);
    filter: drop-shadow(2px 4px 6px #9d7e40) !important;
}
.barva_policko_vzacne > .novy_nahled {
    filter:none !important;
}

#potvrzeno_hlaska {
    position: fixed;
    right: 8px;
    top: 72px;
    padding: 6px 19px;
    border: 2px solid var(--barva_zelena_tmava);
    background: var(--barva_zelena);
    border-radius: 5px;
    color: var(--barva_zelena_tmava);
    z-index: 99999999;
    font-size: 15px;
    font-weight: 600;
    display: none;
}
.ip_checkbox {
    height: 24px;
    appearance: none;
    width: 24px;
    position: relative;
    background-color: var(--tmavy_podklad);
    margin-right: 2px;
    cursor: pointer;
}
.ip_checkbox:checked {
    background-image: url(../img/ikonky/fajfka.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.ip_checkbox:hover {
    opacity: 0.8;
}
.rychle_upozorneni {
    width: 100%;
    clear: both;
    max-width: 812px;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 99999999;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    padding-left: 38px;
    display: flex;
    height: fit-content;
    margin: 0 auto;
    box-sizing: border-box;
}
.rychle_upozorneni a {
    font-weight: 600;
}
.rychle_upozorneni.error {
    border: 1px solid var(--barva_chyba_tmava);
    background: var(--barva_chyba);
    color: var(--barva_chyba_tmava);
}
.rychle_upozorneni.success {
    border: 1px solid var(--barva_zelena_tmava);
    background: var(--barva_zelena);
    color: var(--barva_zelena_tmava);
}
.rychle_upozorneni.warning {
    border: 1px solid var(--tmave_zluta);
    background: var(--zluta);
    color: var(--tmave_zluta);
}
.rychle_upozorneni.warning::after {
    content: "";
    position: absolute;
    left: 7px;
    top: calc(50% - 11px);
    height: 21px;
    width: 24px;
    background-image: url("/img/ikonky/varovani.svg");
    background-repeat: no-repeat;
}
button.cervene, button.cerveny {
    background-color: var(--barva_chyba);
    border-color: var(--barva_chyba_tmava);
    color: var(--barva_chyba_tmava);
}
.modul_nadpis {
    color: var(--zluta);
    padding-left: 16px;
    margin-bottom: 0px;
}


input[type='radio'].vlastni_radio {
    height: 18px;
    appearance: none;
    width: 18px;
    position: relative;
    background-size: contain;
    background-color: transparent;
    margin-right: 2px;
    &:hover {
        opacity: 0.8;
    }
}
input[type='radio'].vlastni_radio:not(:checked){
    background-image: url(/img/ikonky/fajfka_formular_ne.svg);
}
input[type='radio'].vlastni_radio:checked {
    background-image: url(/img/ikonky/fajfka_formular_ano.svg);
}
.img_otevreny_lootbox {
    width: 200px;
    /* height: 200px; */
    position: absolute;
    bottom: calc(100% + 30px);
    left: calc(50% - 100px);
    filter: drop-shadow(0px 0px 17px #e7dd94);
}

@media only screen and (max-width: 640px) {
    .prusvitne_okno {
        padding: 12px;
        margin: 8px;
    }
    button:not(.btn_remove_def), .button {
        padding: 5px 8px;
        font-size: 15px;
    }
    .vyskakovaci_okno_parent {
        height: 100dvh;
    }
    .jquery_vlastni_tooltip {
        display: none !important;
    }
    .skryt_mobil {
        display: none !important;
    }
}