@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap');

@font-face {
    font-family: 'NeueMachina';
    src: url('../elpris/NeueMachina-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
    background: #0E1010;
}

body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;


    /* font-family: 'Roboto', sans-serif; */
    color: #ffffff;
    background-color: #0E1010;
}

h1 {
    font-size: clamp(1rem, 6vw + 1rem, 150%);
    /* text-align: center; */
    max-width: 60rem;
    margin: auto;
    font-weight: lighter;
    /* text-transform: uppercase; */
    /* color: #fff; */
}

.wrapper {
    /* background: #CCD6EA; */
}

p {
    margin: 0;
    padding: 0;
}

header {
    padding: 2rem;
    text-align: center;
}

nav {
    display: flex;
    max-width: 20rem;
    margin: auto;
    padding: 0 2rem;
    justify-content: space-between;
    gap: 2rem;
}

nav p {
    background-color: #000;
    padding: 1rem 2rem;
    color: #CCD6EA;
    border-radius: 2rem;
}

#tid {
    padding-top: 2rem;
    font-size: 2rem;
    text-align: center;
    line-height: 150%;
}

/* .container-wrapper {
    width: 100%;

} */

#demo{
    opacity: 0.5;
    font-size: 12px;
}

.container-graph {
        width: 100%;
}

.container-wrapper {
    display: flex;
    justify-content: center;
    /*center element*/
}

.container {
    max-width: 600px;
}

.container-time {
    /* background-color: #f2f2f2;
    background-color: #ffffff; */
    /* filter: drop-shadow(rgba(47, 47, 47, 0.149) 1rem 1rem 16px); */
    padding: 2rem;
    margin: 1rem;
    border-radius: 3rem;
    border: 1px solid #00000035;
    max-width: 30rem;
    width: 100%;
    /* height: 100%; */
    /* margin: auto; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* align-items: baseline; */
}

.number-bold {
    font-size: 1.5rem;
    font-weight: medium;
}
.number-bold-large {
    font-size: 3rem;
    font-weight: bold;
}

.text-div {
    /* text-align: center;
    line-height: 2rem;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px; */
}

.text-div-big {
    width: 75%;
    margin: auto;
    text-align: center;
    line-height: 2rem;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-bottom: 1.5rem;
    border-bottom: 1px #000 solid;
}

.line {
    background-color: #000;
    width: 1px;
    height: 55px;
}

.text-head-large {
    font-size: 24px;
    font-style: normal;
    font-weight: 100;
    padding-bottom: 1rem;
}

.text-head {
    font-size: 14px;
    font-style: normal;
    font-weight: 100;
    padding-bottom: 0.5rem;
    color: #aaaaaa;
}

.big {
    font-size: 32px;
}

.t-b-border {
    border-top: #ffffff3f 1px solid;
    border-bottom: #ffffff3f 1px solid;
    margin: 1rem 1rem;
    padding: 0.5rem 0;
}

.lower-row {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 2rem 0 0 0;
    margin: auto;
    width: 80%;
    justify-content: space-between;
}

#pris-graf {
    display: inline;
    margin: 4rem auto;
    max-width: 600px;
    width: 90vw;
    height: 100vh;
     max-width: 100%;
    height: 400px; /* Adjust as needed */
    /* height: 500px; */
    /* background-color: #000; */
}

/* Button styles */
.btn-group .btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #fff !important;
}

.btn-group .btn.disabled:hover {
    opacity: 0.5;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

/* Chart resolution toggle buttons */
.btn-group .btn-sm {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.btn-outline-secondary.active {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

/* Center chart resolution buttons */
.btn-group.mt-3 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.center {
    text-align: center;
    margin: 0 auto;
}

/* Center day navigation buttons */
.btn-group.center {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}