#blox_fruits_calculator_banner{
    background-image: url('../images/blox_fruits_calculator_banner.webp');
}
.trade_banner_div{
    width: 100%;
    min-height: 54.6px;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #ebebeb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
    row-gap: 10px;
    cursor: pointer;
}
.values_survey_button{
    width: fit-content;
    height: 40px;
    margin: 7.3px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: gold;
    border-radius: 10px;
    cursor: pointer;
}
.values_survey_button_text{
    font-size: 1.4em;
    font-family: 'Bebas Neue', cursive;
    color: black;
    font-weight: normal;
    margin-top: 6px;
    user-select: none;
}
.values_survey_button:hover{
    background-color: orangered;
}
.values_survey_text{
    margin-top: 9px;
    font-family: 'Lobster Two', cursive;
    font-size: 1.4em;
    padding: 3px 15px 4px 15px;
    border-radius: 10px;
    background-color: #14141a;
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    user-select: none;
}
.goldcolor_survey{
    font-family: 'Bebas Neue', cursive;
    color: gold;
}
.card_container{
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
}
.div_card_element{
    width: 144px;
    height: fit-content;
    background-color: #14141a;
    border-radius: 20px;
    padding-bottom: 15px;
}
.div_card_element_container{
    width: 100px;
    height: fit-content;
    background-color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 30px;
    margin-top: 10px;
}
.card_element_color_style_1{
    background-color: #8b8b8b;
}
.div_card_element_img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.div_card_element_text_1{
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    font-size: 1.6em;
    text-align: center;
}
.div_card_element_text_1_small{
    font-size: 1.2em;
    text-decoration: underline;
}
.div_card_element_text_container{
    width: 100%;
    height: fit-content;
    margin-top: 15px;
}
.div_card_element_text_2{
    line-height: 18.2px;
    font-family: 'Exo 2', sans-serif;
    color: white;
    text-align: center;
}
.div_card_element_text_3{
    line-height: 18.2px;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.2em;
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
}
.fruits_icon_img{
    position: relative;
    top: 4px;
    left: 15px;
    width: 22px;
    height: 18px;
}
.view_history_div{
    width: 107px;
    height: fit-content;
    margin-top: 12px;
    padding: 2px 5px 10px 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 250ms;
}
.graph_element_selected{
    background-color: #fe3131;
}
.graph_element_non_selected{
    background-color: #81ca14;
}
.view_history_text{
    font-size: 1.4em;
    font-family: 'Bebas Neue', cursive;
    color: #14141a;
    font-weight: normal;
    margin-top: 6px;
    user-select: none;
    text-align: center;
    transition: transform 250ms;
}
.div_graph_element{
    width: 100%;
    max-width: 798px;
    aspect-ratio: 1.94;
    background-color: #14141a;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid white;
}
#y_axis{
    position: relative;
    top: 6%;
    left: 80px;
    width: 2px;
    height: 80%;
    background-color: white;
}
#x_axis{
    position: relative;
    top: 6%;
    left: 80px;
    width: calc(96% - 80px);
    height: 2px;
    background-color: white;
}
#graph_arrow_top{
    color: white;
    transform: rotate(270deg);
    position: relative;
    top: 3%;
    left: -11px;
    height: 0px;
    width: 0px;
}
#graph_arrow_bottom{
    color: white;
    position: relative;
    top: -11px;
    left: calc(100% - 11px);
    height: 0px;
    width: 0px;
}
.graph_text{
    line-height: 0;
    font-family: 'Exo 2', sans-serif;
    color: white;
    text-align: center;
    font-style: italic;
    height: 0;
    user-select: none;
}
.y_axis_legend{
    width: 0;
    height: 0;
}
.graph_title_text{
    line-height: 0;
    font-size: 1.4em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    height: 0;
    user-select: none;
}
.graph_title_text_div{
    position: relative;
    top: 15px;
    left: 30px;
    width: 350px;
}
.y_axis_values{
    position: relative;
    left: -66px;
    width: 70px;
}
#y_axis_value_1{
    top: 15%;
}
#y_axis_value_2{
    top: 36.25%;
}
#y_axis_value_3{
    top: 57.5%;
}
#y_axis_value_4{
    top: 78.75%;
}
#y_axis_value_5{
    top: 100%;
}
.y_axis_point{
    position: relative;
    top: -9px;
    left: 5px;
    color: white;
    height: 0;
    font-size: 1em;
    margin-left: 6px;
    user-select: none;
}
.responsive_graph_values{
    display: flex;
    justify-content: right;
    flex-direction: row;
    flex-wrap: wrap;
}
.x_axis_values{
    position: relative;
    width: 75px;
}
#x_axis_value_0{
    left: 0%;
}
#x_axis_value_1{
    left: 15.33%;
}
#x_axis_value_2{
    left: 30.66%;
}
#x_axis_value_3{
    left: 45.99%;
}
#x_axis_value_4{
    left: 61.33%;
}
#x_axis_value_5{
    left: 76.66%;
}
#x_axis_value_lastday{
    left: 92%;
}
.x_axis_point{
    position: relative;
    top: -9px;
    left: -1px;
    color: white;
    height: 0;
    font-size: 1em;
    user-select: none;
}
.graph_text_x{
    position: relative;
    top: 27px;
    left: -35px;
}
.graph_text_y{
    position: relative;
    left: -5px;
    width: 44px;
}
#graph_content{
    position: absolute;
    border-top: 2px dashed #ffffff2d;
    border-right: 2px dashed #ffffff2d;
}
#graph_content_svg{
    position: absolute;
}
#graph_button_container{
    width: 100%;
    min-height: 40px;
    margin-bottom: 20px;
    column-gap: 20px;
    row-gap: 20px;
}
#button_change_graph{
    width: 100%;
    max-width: 250px;
    height: 40px;
}
.graph_selector_buttons{
    font-family: 'Bebas Neue', cursive;
    color: black;
    font-weight: normal;
    font-size: 1.4em;
    text-align: center;
    background-color: #ebebeb;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
#button_add_element_to_graph{
    appearance: none;
    width: 100%;
    max-width: 130px;
    height: 40px;
    background-color: #81ca14;
    color: #14141a;
}
#button_remove_element_from_graph{
    appearance: none;
    width: 100%;
    max-width: 130px;
    height: 40px;
    background-color: #fe3131;
    color: #14141a;
}
.graph_div_option_buttons{
    width: 40px;
    height: 40px;
    background-color: #ebebeb;
    border-radius: 10px;
    cursor: pointer;
}
#button_date_graph{
    width: 110px;
    height: 40px;
}
.graph_div_option_buttons_symbol{
    color: #1d1d22;
    font-weight: bold;
    user-select: none;
}
#graph_div_option_buttons_symbol_1{
    position: relative;
    top: 4px;
    left: 13px;
    font-size: 1.7em;
}
#graph_div_option_buttons_symbol_2{
    position: relative;
    top: 8px;
    left: 9px;
    font-size: 1.4em;
}
#button_add_element_to_graph option[value="default"] {
    display: none;
}
#button_remove_element_from_graph option[value="default"] {
    display: none;
}
.graph_selector_buttons option{
    background-color: white;
}
.graph_element{
    transition: transform 0.2s, box-shadow 0.2s;
}
.graph_element:hover{
    transform: scale(1.2);
    box-shadow: 0 0 20px 10px #ffff00;
}
.graph_calculator_element_div{
    position: relative;
    top: 12px;
    column-gap: 30px;
    row-gap: 15px;
}
.graph_calculator_element_text{
    font-size: 1.4em;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    font-weight: bold;
    height: fit-content;
}
#graph_calculator_element_img{
    position: relative;
    top: -5px;
    width: 40px;
    height: 40px;
    border-radius: 7px;
}
#graph_calculator_element_text_1{
    font-size: 1.6em;
    font-family: 'Bebas Neue', cursive;
    color: black;
    font-weight: normal;
}
#graph_calculator_element_text_2{
    color: black;
}
#graph_calculator_element_text_3{
    color: green;
}
#graph_calculator_element_text_4{
    color: white;
    background-color: #14141a;
    padding: 2px 5px 4px 5px;
    border-radius: 5px;
}
#hovered_line{
    opacity: 0.4;
}
.view_history_div:hover .view_history_text{
    transform: translateY(5px);
}
a{
    text-decoration: none;
}