.grå-bakgrunn{
    background-color: #b6b6b6;
}

body {
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main-card {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.5);
    padding: 2rem;
    width: 90%;
    max-width: 800px;
    border-color: black;
    border-style: solid;
    border-width: 2px;
    overflow: auto;
}

.embed-card {
    background-color: white;
    padding: 1rem;
    border-radius: 1rem;
    width: 95%;
    min-width: 300px;
    max-width: 800px;
    border-color: #FF6600;
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
}


.test_card {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.5);
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 90%;
    max-width: 600px;
    border-color: black;
    border-style: solid;
    border-width: 2px;
    overflow: auto;
}

.calculate-btn{
    background-color: #c8c8c8;
    border: 2px solid black;
    border-radius: 12px;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0,0,0,0.4);
    padding: 0.5rem 1.5rem;
}


.avtale_vindu{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.avtale_del{
    width: 35%;
}

/* Strømavtale */
.kwh-input{
    width: 72px;
    border-radius: 8px;
    border: 2px solid black;
    text-align: end;
    padding-right: 4px;
}

.avtale_input{
    background-color: white;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
}

.avtale_pris_input{
    width: 72px !important;
    height: 32px;
    text-align: end;
}

.dashed_strek{
    border: none;
    border-right: 2px dashed #ccc;
    height: 100%;
    width: 2px
}

.sentrer_input_suffix{
    display: flex;
    align-items: center;
}

.usynlig{
    display: none;
}

.synlig{
    display: block;
}

.resultat{
    font-size: 15px;
}

.regn_ut_knapp{
    background-color: #f0f0f0;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 10px 30px;
}


/* AI */

.ai_kort{
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 20px;

}