.login_window table {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 1em;
}

.root_holder{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

body{
    overflow: hidden;
    width: 100dvw;
    height: 100dvh;
    position: absolute;
    margin: 0px;
    padding: 0px;
}

.maincontainer {
    width: 100dvw;
    height: 100dvh;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mainpanel{
    margin: 4px;
    background-color: whitesmoke;
    border: 1px solid black;
    border-radius: 0.5em;
    box-shadow: 6px 6px 16px gainsboro;
    padding: 0.5em;
    width: calc(100dvw - 24px);
}

.fomenu{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 1em);
    background-color: gray;
    padding: 0.5em;
    box-shadow: 3px 3px 6px gray;
    border-radius: 0.5em;
    gap: 1em;
}

.menucard{
    background-color: rgb(31, 31, 31);
    border: 2px solid cyan;
    border-radius: 0.5em;
    padding: 1em;
    box-shadow: 0px 0px 6px rgb(160, 233, 255);
    min-height: 1em;
    transition: all 0.5s ease;
    display: block;
    width: 15vw;
    color: white;
    cursor: pointer;
    text-align: center;
    }

.menucard:hover{
    transform: rotate(1deg) scale(1.05);
}

.contentvalaszto{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    margin: 2em;
    padding: 1em;
    background-color: gray;
    box-shadow: 0px 0px 12px gray;
}

.vanhiba{
    background-color: pink;
    outline: 2px solid red;
    box-shadow: 0px 0px 16px red;
}

#password-strength {
    height: 10px;
    border-radius: 5px;
}

#password-strength .progress-bar {
    border-radius: 5px;
}

#password-strength .bg-danger {
    background-color: red;
}

#password-strength .bg-warning {
    background-color: orange;
}

#password-strength .bg-success {
    background-color: green;
}

#password-conditions .password-condition {
    margin-top: 2px;
    width: 50%;
    color: grey;
}

#password-conditions .password-condition.met {
    background-color: green;
    color: #fff;
}

#password-conditions p{
    margin-top: 5px;
    font-size: 22px;
}

.tartalomtarolo {
    border: 1px dotted black;
    padding: 0.5em;
    margin: 0.5em;
    height: calc(100vh - 10em);
}

.szakma_input_taglist {
    width: 75vw;
}
.kat_input_taglist{
    width: 75vw;
}

.quiz_practice_kat_holder{
    margin-left: auto;
    margin-right: auto;
}

.quiz_practice_control_bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100vw - 2em);
    padding: 1em;
}

.valasz_tarolo {
    height: calc(100vh - 20em);
    overflow-y: auto;
    border: 3px double black;
    box-shadow: 3px 3px 6px black;
    margin: 0px;
    height: calc(100vh - 12em);
}

.valasz_tarolo fieldset {
    display: grid;
    gap: 0.5em;
}

.azenvalaszom{
    outline: 3px solid black;
    background-color: pink;
    padding: 4px;
    margin: 4px;
    transform: none;
}

.helyesvalasz{
    background-color: lightgreen;
    padding: 4px;
    margin: 4px;
    transform: none;
}

.kerdes_eredmeny{
    border: 1px dotted black;
    margin: 0.5em;
    padding: 0.5em;
}

.eredmenykiejlzo {
    overflow-y: auto;
    max-height: calc(100vh - 18em);
}

.eredmenycim{
    margin-right: 2em;
    transform: none;
    font-size: larger;
    text-decoration: underline;
}

.quiz_magyarazat {
    float: right;
    border: 1px solid gold;
    box-shadow: 0px 0px 16px yellow;
    margin-right: 1em;
}

.betujel{
    background-color: darkblue;
    padding: 4px;
    border-radius: 4px;
    transform: none;
    float: left;
}

.magyarazat_doboz{
    padding: 0.5em;
    margin: 0.5em;
}

.showhidepassword {
    transform: skew(-5deg);
    margin-left: 0.5em;
}

.learning_valasz {
    border: 1px solid black;
    border-radius: 0.5em;
    padding: 0.5em;
    background-color: rgb(70, 70, 70);
    color: white;
    font-family: Segoe UI,Arial,sans-serif;
    font-size: 1.1em;
    line-height: normal;
    cursor: pointer;
    text-align: center;
    transition: all 0.25s ease;
}

.learning_valasz:hover{
    background-color: rgb(53,149,246);
}

.quiz_learn_elore{
    background-color: lightgreen;
}