body {
   
}

/* .navbar{
    background-color: white;
    font-color
} */

.upper{
     width: 100%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
}

.hide-container{
    display: flex;
    justify-content: space-between;
}

.container {
    min-height: 65vh;
    max-height: 65vh;
    min-width: 35vw;
    max-width: 35vw;
    border: 1px black solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1vh 10vw;
    padding-bottom: 20px;
}

.card {
    /* display: flex; */
    /* padding: 0vh 10vw; */
    /* min-height: 30vh; */
    /* width: 100%; */
    height: 100%;
    width: 100%;
}

.kanji {
    /* min-height: 35vh;
    max-height: 35vh;
    min-width: 40vw;
    max-width: 40vw; */
    width: 100%;
    max-height: 50vh;
    min-height: 50vh;
    border: 1px black solid;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0vh 10vw;
    font-size: 10vh;


}

/* #question{
     max-height: 50vh;
    min-height: 50vh;
} */


.bottom-input {
    width: 100%;
    height: 100%;
    margin-top: 2.5vh;
    margin-bottom: 1.5vh;
    display: flex;
    justify-content: space-between;
    /* padding-bottom: 2vh; */
}

.input-text {
    min-height: 5vh;
    max-width: 20vw;
    min-width: none;
    font-size: 3vh;
}

.input-button {

    border: 1px black solid;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    min-width: 10vw;
    max-width: 10vw;
    min-height:6vh;
}

.input-button:hover {
    background-color: #41bae0;
    color: white;
}

.btn-wrapper{
     width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    
}

.card-point {
    width: 100%;
}

.card-content {

    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

.poin {
    display: flex;
    justify-content: end;
}

.poin-text {
    font-size: clamp(1rem, 1.25rem, 4rem);
    margin: 2px 5px;
}

.top-content {
    max-height: 15vh;
    display: flex;
    justify-content: start;
    gap: 2vh;
}

.invisible{

    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

.answer-kanji {
    display: flex;
    flex-direction: column;
    /* justify-content: center;
    align-items: center; */
    margin: 0px;

    font-size: clamp(3vh, 5vh, 7vh);
}

.answer-left {
    margin: 0%;
}

.meaning {
    font-size: clamp(1vw, 2vw, 4vw);

}


.un-kun {
    display: flex;
    flex-direction: column;
    /* font-size:1vw ; */

    font-size: clamp(1vh, 3vh, 5vh);
}

.answer-top-text {
    margin: 2px 0px;

}

.answer-top-text_1 {
    margin: 0px;
    font-size: 80%;


}

.answer-example {
    font-size: 3vh;
    /* border: 1px black solid; */


}



.bottom-content {
    flex-grow: 1;
    max-height: 50%;
    overflow-y: auto;
}

.answer-content {
    border: 1px red solid;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    padding: 10px;
    max-height: 50vh;
    min-height: 50vh;
    /* height: 85%; */
}

th,
td {
    border-bottom: 1px solid #000;
}

.off {
    display: none;
}

.meaning{
    max-height: 4vh;
    font-size:2rem ;
    margin:0px;
    padding:0px;
}
.center-content.h1{
}



@media (max-width: 500px) {
    body {
        height: 60vh;
        /* width: 100vh; */
        overflow-y: hidden;
    }

    .container {
        max-width: 70vw;
        min-width: 70vw;
        max-height: 55vh;
        min-height: 55vh;
        /* display: flex;
        flex-direction: column;
        justify-content: space-between; */
    }

    .card {
        min-height: 40vh;
        max-height: 40vh;
        padding-top: 0cm;
        /* overflow-y: auto; */
    }

    .card-point {
        margin: 0px;
    }


    .input-text {
        max-width: 60%;
    }

    .un-kun {
        font-size: clamp(1vh, 2vh, 4vh);
    }

    .meaning{
        font-size: clamp(2vh,3vh,5vh);
    }

    .answer-example {
        /* display: flex; */
        /* flex-grow: 1; */
        overflow-y: auto;
        font-size: 1.5vh;
    }

    .bottom-content {
        flex-grow: 1;
        height: 20vh;

        overflow-y: auto;
        /* max-height: 40%; */
    }

    .bottom-input {
        margin-bottom: 12px;

    }

    .kanji {
        max-height: 30vh;
        min-height: 30vh;
    }

    .poin-text {
        font-size: 4vw;
    }

    .answer-content {
        max-height: 40vh;
        min-height: 40vh;
    }

    .bottom-input {
        margin-bottom: 10px;
    }

    /* #question{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    } */
}

@media (max-width:1080px) {
    .container {
        /* min-height: 60vh; */
        /* max-height: 60vh; */
    }
    .level{
        display: flex;
        flex-direction: column;
    }

    .poin-text {
        font-size: 1rem;
    }

    .un-kun {
        font-size: 1.25rem;
    }
    
}

.can-hide{
    display: flex;
    flex-direction: column;
}
.level{
    display: flex;
    justify-content: center;
}
.level-row{
    display: flex;
    list-style: none;   
}
.level-row li input{
    background-color: transparent;   
    width: 30px; 
    height: 30px; 

}
.level-row li input:hover{
    background-color:cyan;
}


.navbar {
  background-color: white;
  border-bottom: 1px solid black;
  padding: 10px 0;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 4vw;
}

.navbar ul li a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.navbar ul li a:hover {
  text-decoration: underline;
}

.active{
    background-color:#41bae0  !important ;
}