body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Poppins", sans-serif;
}

#chartScroll {
    width: 100vw;
    height: 100vh;
    overflow-x: auto;


    display: flex;
    align-items: center;

    margin-left: 1vh;

    direction: rtl;

}


.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

#chartInputs{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vh;

    position: fixed;
    top: 9vh;
}

select{
    background-color: #4C4C4C;
    border-radius: 6px;
    border: none;
    color: white;
    width: 10vh;
    height: 3.5vh;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0px 4px 0px #3A3A3A;

    padding: 1vh;
}

#execiseInput{
    width: 15vh;
}