/* /Pages/Home.razor.rz.scp.css */
*[b-vn5g0s9p0h] {
    box-sizing: border-box;
}

div[b-vn5g0s9p0h] {
    text-align: center;
}

input[b-vn5g0s9p0h] {
    border: 1px solid black;
}

select[b-vn5g0s9p0h] {
    height: 3em;
    width: 50%;
    font-weight: bold;
    padding: 0 10px;
}

#mainContainer[b-vn5g0s9p0h] {
    background-color: lightgray;
    border: 1px solid black;
    height: 100vh;
    width: 100%;
    padding: 20px;

    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 0.5fr 2fr;
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
    justify-items: center;
}


.pLabel[b-vn5g0s9p0h] {
    font-size: large;
    background-color: lightsteelblue;
    border: 1px solid black;
    padding: 5px 20px;
}

#pDiameter[b-vn5g0s9p0h] {
    grid-area: 1/1;
}

#diameterBox[b-vn5g0s9p0h] {
    grid-area: 1/2;
    width: 100%;
    padding: 0 20px;

    display: flex;
    justify-content: space-around;
    align-items: center;
}

.inputBox[b-vn5g0s9p0h] {
    width: 50%;
    margin: 0 40px;

    display: grid;
    grid-template-columns: 90% 10%;
    grid-template-rows: auto;
    gap: 15px;
    align-items: center;
}

.inputBox input[b-vn5g0s9p0h] {
    width: 100%;
    height: 2em;
    text-align: right;
}

.inputBox p[b-vn5g0s9p0h] {
    font-size: medium;
    text-align: left;
}

#pLengde[b-vn5g0s9p0h] {
    grid-area: 2/1;
}

#lengdeBox[b-vn5g0s9p0h] {
    grid-area: 2/2;
}

#pVolum[b-vn5g0s9p0h] {
    grid-area: 3/1;
}

#volumBox[b-vn5g0s9p0h] {
    grid-area: 3/2;
}

#pTrykk[b-vn5g0s9p0h] {
    grid-area: 4/1;
}

#trykkBox[b-vn5g0s9p0h] {
    grid-area: 4/2;
}

#pVeske[b-vn5g0s9p0h] {
    grid-area: 5/1;
}

#selectVeske[b-vn5g0s9p0h] {
    grid-area: 5/2;
    width: 50%;
}

#bulkBox[b-vn5g0s9p0h] {
    grid-area: 6/2;
    width: 70%;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#bulkBox .inputBox p[b-vn5g0s9p0h] {
    text-wrap: nowrap;
}

img[b-vn5g0s9p0h] {
    grid-area: 7/1;
    max-height: 200px;
}

#nodvendigBox[b-vn5g0s9p0h] {
    grid-area: 7/2;
    width: 100%;

    display: flex;
    justify-content: center;
    gap: 100px;
}

#nodvendigBox div[b-vn5g0s9p0h] {
    display: flex;
    align-items: center;
    gap: 15px;
}

#nodvendigBox input[b-vn5g0s9p0h] {
    height: 2em;
    font-size: large;
    width: 60%;
    justify-self: end;
    text-align: center;
    font-weight: bolder;
}









@media (max-width: 600px) {

    #mainContainer[b-vn5g0s9p0h] {
        min-height: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }

    img[b-vn5g0s9p0h] {
        display: none;
    }

    #nodvendigBox[b-vn5g0s9p0h] {
        gap: 10px;
    }

}
