#Forms{
    margin: 5%;
}

#Forms h2{
    text-align: center;
}

#changeForm{
    display: none;
}

.SubmitButtons, #operationSelect{
    justify-content: center;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    text-align: center;
}

.Button{
    gap: 20px;
    width: 100px;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

#operationSelect .Button{
    width:200px;
}

#operationSelect .Button.active{
    border-color: blue;
}

.Button:hover{
    background-color: #5f5f5f;
    color: white;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 1);
}

fieldset{
    margin-top: 20px;
    max-width: 80vw;
    width: auto;
    padding: 50px 50px 50px 50px;
    border-radius: 20px;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

fieldset legend{
    text-align: center;
    margin: 0;
    width: 200px;
    background-color: white;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
    font-weight: bold
}

fieldset label{
    margin: 10px;
    font-weight: 600;
}

fieldset input, fieldset select{
    width: 50%;
    margin-bottom: 20px;
    margin-top: 5px;
    height:30px;
    border-radius: 10px;
    font-size: large;
}

#Img, #Img2{
  border-radius: 0px;
  margin-left: 10px;
  height: auto;
}

#CoverImage{
    max-width: 30%;
}

#seriesContainer, #seriesContainer2{
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

#seriesContainer select, #seriesContainer input,
#seriesContainer2 select, #seriesContainer2 input{
    width: 175px;
}

.RatingField{
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.RatingField div input, #YPub, #lang, #YPub2, #lang2{
    width: 125px;
}

#Desc, #Desc2 {
    white-space: pre;
    line-break: auto;
    max-height: 200px;
    height: 100%;
    width: 100%;
}

