label {
    display: inline-block;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    font-weight: bold;
    padding: 5px 0px;
}

.inputtext {
    min-width: 0100%;
    padding: 10px 3px;
    border: none;
    border-radius: 3px;
    text-align: center;
    outline: none;
    font-size: larger;
    resize: none;
}

.littleinput {
    width: 25%;
    padding: 10px 3px;
    border: none;
    border-radius: 3px;
    text-align: center;
    outline: none;
    font-size: larger;
}

.btn {
    display: block;
    width: 100%;
    background-color: rgb(151, 174, 218);
    color: whitesmoke;
    font-size: larger;
}

form {
    text-align: center;
}

p {
    display: flexbox;
}

.error {
    text-align: end;
}

.errorcenter {
    text-align: center;
    color: red;
}

.dialog-input {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.col-30 {
    display: flex;
    flex-direction: column;
    width: 33%;
    min-width: fit-content;
    justify-content: start;
    margin: 5px;
    text-align: start;
    height: 100%;
}

pre>.error {
    text-align: start;
}

.dialogbody>form {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, .2);
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-direction: row;
}

.form-control-col {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.col-30>input,
.col-30>.row {
    width: 100%;
}

.row>select {
    width: 85%
}

.col-30>span {
    text-align: center;
}

.float-right {
    float: right;
    width: fit-content;
    height: fit-content;
    padding: 5px;
    margin: 5px;
    align-self: center;
}

.maxh-30 {
    max-height: 30% !important;
}

.p5 {
    padding: 5px;
}