@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Medium-latin.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('fonts/Satoshi-Bold-latin.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

html {
    color: #000;
    font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
}

body{
    margin: 0;
}

.Header{
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 65px;
    margin-top: 0;
    display: flex;
    align-items: center;
    position: fixed;
    background-color: #fff;
    justify-content: center;
    overflow: hidden;
}

.logobox{
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

.logoTest{
    font-size: 1.5rem;
}

.input{
    margin: 0 16px;
    z-index: 2;
    align-items: center;
    display: flex;
    gap: 24px;
    flex-direction: column;
    justify-self: center;
    padding-top: 115px;
    overflow: hidden;
}

.input.hidden{
    display: none;
}

.inputbox{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 21px;
    margin-bottom: 32px;
    width: fit-content;
    max-width: 370px;
    width: 100%;
}

.rowinput{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.inputtitle{
    font-size: 0.9rem;
    color: #565656;
}

.inputspace{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: outline 0.1s ease;
}

.inputspace:focus{
    outline: 2px solid #ff3636;
}

.CTA{
    background-color: #F2F2F2;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 1rem;
    color: #000;
    cursor: not-allowed ;
    transition: color 0.2s ease, background 0.2s ease;
}

.CTA.allowed{
    background-color: #ff3636;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
    transition: scale 0.2s ease;
}

.CTA.allowed:hover{
    scale: 1.02;
}

.logo{
    width: 30px;
}

.results{
    margin: 0 16px;
    width: 100%;
    display: flex;
    justify-self: center;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 115px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.statsright{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 300px;
    border-radius: 21px;
}

.results.hidden{
    display: none;
}

.CTA.btm{
    margin-top: auto;
}

.stattitle{
    font-size: 0.9rem;
    color: #565656;
}

.stattitle.top{
    font-size: 1.3rem;
    color: #000000;
    font-weight: bold;
    align-self: center;
}

.stattext{
    font-size: 1.3rem;
}

.resultliveleft{
    display: flex;
    width: 400px;
    height: 400px;
}

.statblock{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.graph{
    z-index: 2;
    width: 100%;
    min-width: 400px;
    max-width: 766px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 21px;
    background-color: #fff;
    margin-bottom: 24px;
}

.about{
    display: flex;
    flex-direction: column;
    align-items:center;
    max-width: 500px;
    text-align: justify;
}

p{
    line-height: 1.4;
}

.stattitle.top.max{
    max-width: 350px;
    display: flex;    
    text-align: center;
    justify-self: center;
}

.bg_img{
    z-index: -1;
    background-size: contain;
    position: fixed;
    opacity: 0.3;
}
.highcharts-figure{
    margin: 0;
}