.trade_container{
    width: 100%;
}
.offer_request_container{
    width: 100%;
    column-gap: 30px;
    row-gap: 20px;
    background-color: #14141a;
    border: 1px solid white;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.offer_request_group{
    width: 100%;
    max-width: 230.4px;
}
.offer_request_square{
    width: 100%;
    max-width: 232px;
    aspect-ratio: 1;
    border-radius: 15px;
}
.trade_calculator_icon{
    font-size: 2.2em;
    position: relative;
    top: 140px;
    color: white;
    border: solid 1px #ebebeb;
    border-radius: 10px;
    height: fit-content;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}
.trade_square{
    width: calc(46% - 2px);
    height: calc(46% - 2px);
    margin: 2%;
    background-color: #242428;
    border-radius: 10px;
    border: solid 1px #5d5d5d;
    cursor: pointer;
}
.offer_request_top_text{
    font-size: 2em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    margin-bottom: 5px;
    font-weight: normal;
    width: 100%;
    border: 1px solid #5d5d5d;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-top: 2px;
    max-width: 228.8px;
}
.trade_calculator_results_bar{
    width: 100%;
    min-height: 25px;
    background-color: #81ca14;
    border-radius: 7px;
    margin-bottom: 20px;
    overflow: hidden;
}
.trade_sites_container{
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 10px;
}
.trade_sites{
    width: 100%;
    max-width: 388px;
    height: 60px;
    background-color: blue;
    border: solid 1px white;
    border-radius: 15px;
}
.trade_bar_text{
    position: relative;
    line-height: 0;
    font-size: 2em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    height: 0;
}
#offer_bar_text{
    top: 16px;
    left: 30px;
    text-align: left;
    width: 45px;
}
#request_bar_text{
    top: -12px;
    left: calc(100% - 75px);
    text-align: left;
    width: 45px;
}
.win_fair_lose_bar{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.win_fair_lose_bar_element_1{
    width: 38%;
    height: 1px;
    background-color: #ebebeb;
}
.win_fair_lose_bar_element_2{
    position: relative;
    top: -7px;
    width: 1px;
    height: 16px;
    background-color: #ebebeb;
}
.win_fair_lose_bar_element_3{
    width: calc(24% - 4px);
}
.win_fair_lose_bar_element_4{
    position: relative;
    top: -7px;
    width: 1px;
    height: 16px;
    background-color: #ebebeb;
}
.win_fair_lose_bar_element_5{
    width: 38%;
    height: 1px;
    background-color: #ebebeb;
}
.win_fair_lose_bar_element_3_text{
    position: relative;
    top: -14px;
    font-family: 'Lobster Two', cursive;
    font-size: 1.4em;
    color: white;
    text-align: center;
    user-select: none;
    margin-left: 10px;
    margin-right: 10px;
}
.win_fair_lose_bar_vertical_subelement{
    position: relative;
    top: -48px;
    height: 50px;
    border-left: 1px solid #ebebeb;
    opacity: 0.5;
}
.offer_span_top_text{
    color: #fe3131;
}
.request_span_top_text{
    color: #81ca14;
}
.offer_request_default{
    width: 100%;
}
.offer_request_select_menu{
    width: 100%;
    height: 100%;
    max-width: 240.4px;
    max-height: 310px;
    background-color: #14141a;
    display: none;
    border: 1px solid #5d5d5d;
    border-radius: 15px;
    overflow: hidden;
    overflow-y: auto;
}
.offer_request_select_menu_title_option{
    width: 100%;
    min-height: 42px;
    user-select: none;
    background-color: white;
}
.offer_request_select_menu_option_none_selected{
    width: 100%;
    min-height: 42px;
    cursor: pointer;
}
.offer_request_select_menu_option_none_selected:hover{
    background-color: #242428;
}
.offer_request_select_menu_option{
    width: 96%;
    min-height: 42px;
    border-top: 1px solid #5d5d5d;
    cursor: pointer;
    padding-left: 2%;
    padding-right: 2%;
}
.offer_request_select_menu_option:hover{
    background-color: #242428;
}
.offer_request_select_menu_option_open_section{
    border-top: 1px solid white;
}
.offer_request_select_menu_text_1{
    font-size: 1.6em;
    font-family: 'Bebas Neue', cursive;
    color: black;
    font-weight: normal;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 5px;
    height: 31px;
    user-select: none;
}
.offer_request_select_menu_text_2{
    font-size: 1.2em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 6px;
    width: fit-content;
    height: 27px;
    user-select: none;
}
.offer_request_select_menu_text_3{
    font-size: 1.2em;
    font-family: 'Exo 2', sans-serif;
    color: white;
    font-weight: normal;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 6px;
    width: fit-content;
    height: 27px;
    user-select: none;
}
.offer_request_select_menu_element_img{
    width: 30px;
    height: 30px;
    margin: 6px;
    border-radius: 10px;
    user-select: none;
}
.trade_square_img{
    position: relative;
    top: 10.5%;
    left: 10.5%;
    width: 65%;
    height: 65%;
    padding: 7%;
    border-radius: 15px;
    user-select: none;
}
.offer_request_value_text{
    font-size: 1.8em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    user-select: none;
    margin-top: 18px;
    line-height: 12px;
}
.offer_request_value_text_container{
    width: calc(100% - 12px);
}
#offer_bar{
    transition: width 1s ease-in-out, clip-path 0.5s ease-in-out;
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
    width: 50%;
    height: 28px;
    background-color: #fe3131;
}
#blox_fruits_values_chart_banner{
    background-image: url('../images/blox_fruits_values_chart_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;
}
a{
    text-decoration: none;
}

@media (max-width: 740px) { .trade_calculator_icon { display: none; } }