/* /Pages/Home.razor.rz.scp.css */
*[b-ovajp4vy5q] {
    box-sizing: border-box;
}

div[b-ovajp4vy5q] {
    text-align: center;
}

p[b-ovajp4vy5q] {
    margin: 0;
    overflow: hidden;
}

#mainContainer[b-ovajp4vy5q] {
    box-sizing: border-box;
    background-color: lightgray;
    border: 1px solid black;
    padding: 20px;
    height: 100%;
    width: 100%;
    max-width: 1100px;
    max-height: 650px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.inputPanel[b-ovajp4vy5q] {
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.pData[b-ovajp4vy5q] {
    font-size: 1.3em;
    font-weight: bold;
    background-color: lightsteelblue;
    align-content: center;
    align-self: center;
    border: 1px solid black;
    padding: 5px;
}

.pDisplay[b-ovajp4vy5q] {
    font-weight: bold;
    background-color: white;
    align-content: center;
    border: 1px solid black;
    padding: 10px;
    margin-left: 30px;
    min-width: 50%;
}

.inputBox[b-ovajp4vy5q] {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.ekstraBox[b-ovajp4vy5q] {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inputData[b-ovajp4vy5q] {
    height: 100%;
    width: 100%;
    text-align: center;
}

.iconBox[b-ovajp4vy5q] {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
}

select[b-ovajp4vy5q] {
    height: 100%;
    width: 50%;
    margin-right: 50px;
}


#buttonNullstill[b-ovajp4vy5q] {
    background-color: orangered;
    padding: 20px;
    align-self: center;
    overflow: hidden;
    font-size: 1.3em;
    font-weight: bold;
}

i[b-ovajp4vy5q] {
    margin-left: 20px;
}

i:hover[b-ovajp4vy5q] {
    cursor: pointer;
}


#bottomBox[b-ovajp4vy5q] {
    display: flex;
    justify-content: space-evenly;
    max-height: 20%;
}

#kraftBox[b-ovajp4vy5q] {
    justify-content: flex-end;
}




@media (max-width: 500px) {

    #mainContainer[b-ovajp4vy5q] {
        height: auto;
    }

    .inputBox[b-ovajp4vy5q] {
        flex-direction: column;
    }

    .ekstraBox[b-ovajp4vy5q] {
        width: 100%;

        flex-direction: column;
    }

    #kraftBox .ekstraBox[b-ovajp4vy5q] {
        flex-direction: row;
        justify-content: center;
    }

    .iconBox[b-ovajp4vy5q] {
        width: 100%;
    }

    
    p[b-ovajp4vy5q], td[b-ovajp4vy5q], th[b-ovajp4vy5q] {
        font-size: 0.6em;
        overflow: hidden;
    }

    select[b-ovajp4vy5q] {
        margin-right: 0;
    }

    .pData[b-ovajp4vy5q] {
        margin-bottom: 5px;
        font-size: 0.8em !important;
    }

    button[b-ovajp4vy5q] {
        font-size: 0.7em !important;
    }

    img[b-ovajp4vy5q] {
        display: none;
    }
}
