.card_trade_title_text{
    width: 100%;
    max-width: 368px;
    font-size: 2em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    border: 1px solid white;
    padding-top: 6px;
    padding-bottom: 2px;
    border-radius: 10px;
    margin-bottom: 14px;
    user-select: none;
}
.card_trade_title{
    width: 100%;
}
.card_trade_offer{
    width: 100%;
    max-width: 369.6px;
    column-gap: 15px;
    row-gap: 15px;
    min-height: 237.4px;
}
.card_trade_vertical_separator{
    position: relative;
    width: 1px;
    height: 237px;
    background-color: #ebebeb6c;
}
.card_trade_request{
    width: 100%;
    max-width: 369.6px;
    column-gap: 15px;
    row-gap: 15px;
    min-height: 237.4px;
}
.card_trade_block{
    width: 100%;
    margin-bottom: 25px;
    row-gap: 20px;
    column-gap: 29.9px;
}
.card_container{
    width: 110px;
    height: 154px;
    border: 2px solid black;
    border-radius: 16px;
    cursor: pointer;
    transition: 250ms;
    user-select: none;
}
.card_container:hover{
    box-shadow: 0 0 7px #ffffff;
}
.card_selected:hover{
    transform: scale(1.05);
}
.card_selected{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.card_not_selected{
    background-image: url('./images/card_bg_not_selected.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.card_not_selected:hover .add_card_element {
    animation: float_animation 2s ease-in-out infinite;
}
.card_bg{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.card_star_container{
    width: 100%;
    height: 0;
}
.card_star{
    transition: height 150ms ease;
}
.card_star_1{
    width: 20px;
    height: 20px;
    position: relative;
    top: -8px;
}
.card_star_2{
    width: 25px;
    height: 25px;
    position: relative;
    top: -13px;
}
.add_card_element{
    width: 100%;
    height: fit-content;
    position: relative;
    top: 55px;
}
.add_card_symbol{
    width: 40px;
    height: 40px;
}
.share_trade_platform_container{
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 25px;
}
.share_trade{
    width: 100%;
    min-height: 50px;
    border: 2px solid black;
    border-radius: 15px;
    max-width: 800px;
    user-select: none;
    cursor: pointer;
    transition: 100ms;
}
.share_trade:hover{
    transform: scale(1.03);
}
.share_trade_platform_container_1{
    background-color: #ff4500;
}
.share_trade_text{
    font-size: 1.5em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    margin: 7px 0px 7px 7px;
    position: relative;
    top: 3px;
}
.platform_logo_1{
    width: 36px;
    height: 36px;
    padding: 7px 7px 7px 15px;
}
.canvas_container{
    width: 100%;
    height: fit-content;
    margin-bottom: 25px;
    border: 1px solid #ebebeb6c;
    border-radius: 15px;
    background: repeating-linear-gradient(
                -45deg, 
                #ebebeb10, 
                #ebebeb10 5px, 
                transparent 5px, 
                transparent 10px
            );
    overflow: hidden;
}
.canvas_trade_offer{
    width: 100%;
    max-width: 523px;
    aspect-ratio: 4/5;
    border-left: 1px solid #ebebeb6c;
    border-right: 1px solid #ebebeb6c;
}
.sticker_name_text{
    font-size: 1em;
    font-family: 'Bebas Neue', cursive;
    color: black;
    font-weight: normal;
    text-align: center;
    position: relative;
    top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sticker_name_index_text{
    font-size: 2em;
    font-family: 'Bebas Neue', cursive;
    color: #ffffffac;
    font-weight: normal;
    text-align: center;
    position: relative;
    top: 15px;
}
.sticker_set_text{
    font-size: 1em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    position: relative;
    top: 18px;
    background-color: #ff4500;
    padding: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sticker_set_index_text{
    font-size: 1.6em;
    font-family: 'Bebas Neue', cursive;
    color: #ffffffac;
    font-weight: normal;
    text-align: center;
    position: relative;
    top: 21px;
}
.card_empty_sticker{
    border: 2px dashed black;
}
.sticker_remove_bg{
    width: 110px;
    height: 0px;
    background: linear-gradient(to top right, #961414, #ff1616);
    border-radius: 14px;
    transition: height 150ms ease;
}
.sticker_remove_bg_text{
    font-size: 1.5em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    position: relative;
    top: 7px;
    display: none;
}
.card_container:hover .sticker_remove_bg{
    height: 40px;
}
.card_container:hover .sticker_name_index_text{
    visibility: hidden;
    height: 0;
}
.card_container:hover .card_star{
    visibility: hidden;
}
.card_container:hover .sticker_remove_bg_text{
    display: block;
    animation: float_animation_2 2s ease-in-out infinite;
}
.offer_request_group{
    width: 100%;
    max-width: 369.6px;
    height: fit-content;
}
#offer_select_menu{
    width: 100%;
    height: 100%;
    background-color: #242428;
    border: 1px solid #5d5d5d;
    border-radius: 15px;
    display: none;
    overflow: hidden;
    user-select: none;
    overflow: hidden;
}
#request_select_menu{
    width: 100%;
    height: 100%;
    background-color: #242428;
    border: 1px solid #5d5d5d;
    border-radius: 15px;
    display: none;
    overflow: hidden;
    user-select: none;
    overflow: hidden;
}
.offer_request_select_close_menu{
    background: linear-gradient(to top right, #701313, #d81010);
    width: 100%;
    height: 42px;
    cursor: pointer;
    transition: filter 100ms ease;
}
.offer_request_select_close_menu:hover{
    filter: brightness(1.2);
}
.sticker_options_container{
    max-height: calc(100% - 42px);
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
}
.offer_request_select_close_menu_text{
    font-size: 1.4em;
    color: white;
    font-weight: normal;
    text-align: center;
    position: relative;
    top: 4px;
    text-shadow: 2px 2px 4px #00000080;
    transition: 100ms;
}
.offer_select_close_menu:hover .offer_select_close_menu_text{
    transform: scale(1.2);
    text-shadow: 2px 2px 4px #000000c3;
}
.sticker_set_label{
    width: 100%;
    min-height: 42px;
    border-top: 2px solid #ebebeb;
    transition: filter 250ms ease;
}
.sticker_set_label:hover {
    filter: brightness(1.1);
}
.sticker_set_label_text{
    font-size: 1.4em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    margin: 7px 15px 5px 15px;
    text-shadow: 2px 2px 4px #00000080;
}
.sticker_set_label_text_hover_effect {
    position: relative;
    left: 0;
    transition: left 250ms ease;
}
.sticker_set_label:hover .sticker_set_label_text_hover_effect {
    left: 20px;
    font-style: italic;
}
.sticker_set_label:hover .sticker_set_label_text {
    left: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.667);
}
.sticker_label{
    width: 100%;
    min-height: 42px;
    cursor: pointer;
    background: linear-gradient(to top right, #ca935d, #e9c28a);
    border-top: 2px solid #ebebeb;
    transition: filter 250ms ease;
}
.sticker_label:hover {
    filter: brightness(1.1);
}
.sticker_label_text_1{
    font-size: 1.4em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    margin: 7px 15px 5px 15px;
    text-shadow: 2px 2px 4px #00000080;
}
.sticker_label_text_2{
    font-size: 1.8em;
    font-family: 'Bebas Neue', cursive;
    color: #ffffffac;
    font-weight: normal;
    text-align: center;
    margin: 4px 7px 0px 14px;
}
.sticker_label_text_3{
    font-size: 1.2em;
    font-family: 'Bebas Neue', cursive;
    color: #ffffffac;
    font-weight: normal;
    text-align: center;
    margin: 9px 15px 1px 6px;
}
.sticker_label_text_4{
    font-size: 1.8em;
    font-family: 'Bebas Neue', cursive;
    color: #000000ac;
    font-weight: normal;
    text-align: center;
    margin: 4px 5px 0px 15px;
    position: relative;
    left: 0;
    transition: left 250ms ease;
}
.sticker_label_text_5{
    font-size: 1.6em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    margin: 7px 5px 0px 15px;
}
.card_star_menu{
    width: 20px;
    height: 20px;
    position: relative;
    top: 10px;
    transition: 150ms;
}
.sticker_label_text_hover_effect {
    position: relative;
    left: 0;
    transition: left 250ms ease;
}
.sticker_label:hover .sticker_label_text_hover_effect{
    left: 20px;
    font-style: italic;
}
.sticker_label:hover .card_star_menu{
    transform: scale(1.2);
}
.sticker_label:hover .sticker_label_text_4{
    left: -3px;
    transform: scale(1.1);
    transform: rotate(-5deg);
}
.sticker_label_go_back{
    width: 100%;
    min-height: 42px;
    cursor: pointer;
    background-color: #242428;
    border-top: 2px solid #ebebeb;
    border-bottom: 1px solid #5d5d5d;
    transition: filter 250ms ease;
}
.sticker_label_go_back:hover{
    filter: brightness(1.3);
}
.disclaimer_footer_text{
    font-family: 'Exo 2', sans-serif;
    font-size: 1.1em;
    color: black;
    text-align: justify;
    font-weight: bold;
    margin: 20px 50px 25px 50px;
}
#download_trade_offer_container{
    width: 100%;
    row-gap: 20px;
    column-gap: 20px;
    margin-bottom: 25px;
}
#download_trade_offer{
    width: 100%;
    max-width: 658.4px;
    min-height: 50px;
    background: linear-gradient(to top right, #096709, #00a000);
    border: 2px solid black;
    border-radius: 15px;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    transition: 100ms;
}
#download_trade_offer:hover{
    transform: scale(1.01);
}
#download_trade_offer_text{
    font-size: 1.5em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    margin-top: 9px;
}
#download_trade_offer_format{
    width: 100%;
    max-width: 118.4px;
    min-height: 50px;
    background-color: white;
    border: 2px solid black;
    border-radius: 15px;
    user-select: none;
    cursor: pointer;
    font-size: 1.5em;
    font-family: 'Bebas Neue', cursive;
    color: black;
    font-weight: normal;
    text-align: center;
}
.max_stickers_text{
    font-size: 1.6em;
    font-family: 'Bebas Neue', cursive;
    color: white;
    font-weight: normal;
    text-align: center;
    position: relative;
    top: -30px;
    text-shadow: 2px 2px 4px #000000b3;
}

@media (max-width: 940px) {
    #card_trade_vertical_separator {
        display: none;
    }
    #card_trade_block{
        row-gap: 20px;
        column-gap: 61px;
    }
    .share_trade{
        max-width: 369.6px;
    }
    #download_trade_offer{
        max-width: 800px;
    }
}

@keyframes float_animation{
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes float_animation_2{
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(0);
    }
}