.sport_name_title {
    color: aliceblue;
    margin: 20px 0 20px 0;
    font-family: "Montserrat", sans-serif;
}

.ab_group_title {
    color: #fff;
    margin: 20px 0 5px 0;
    font-family: "Montserrat", sans-serif;
}

.text-primary {
    color: #fd0d0d !important;
}

.subs_card {
    background: linear-gradient(360deg, #ca2524 0, #fe3533 101.7%);
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    height: auto;
    justify-content: flex-start;
    margin: 0 10px 10px 0;
    width: 280px;
    padding: 1em;
}

.subs_card.selected {
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    height: 180px;
    justify-content: flex-end;
    margin: 0 0 20px 0;
    width: 100%;
    padding: 1em;
}

.subs_card__price_sales{
    font-size: 22px;
    font-style: normal;
    text-decoration: line-through;
    opacity: 0.5;
}

.sales_badge{
    color: #ca2524;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    width: max-content;
    border-radius: 10px;
    margin-bottom: 5px;
}

.subs_card__price {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

.subs_card__price_one {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    color: #ffffff85;
}

.modal-selling {
    max-width: 40em;
}

.modal-body.selling {
    padding: 40px;
}

.what-included {
    font-size: 15px;
    margin-bottom: 15px;
}

.what-included .title {
    color: #838383;
}

.new_btn {
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
}

.spinner_bg {
    background: rgba(0, 0, 0, 0.25);
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 99999;
}

.loading-sellings {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

.list-enter-active,
.list-leave-active {
    transition: all 0.5s ease;
}

.list-enter-from,
.list-leave-to {
    opacity: 0;
    transform: translateX(30px);
}

#topup_subs #topup-input {
    width: auto !important;
    display: inline-block;
}

#topup_subs #topup-input_sub {
    width: auto !important;
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    .subs_card {
        background: linear-gradient(360deg, #ca2524 0, #fe3533 101.7%);
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        font-family: "Montserrat", sans-serif;
        height: auto;
        justify-content: flex-start;
        margin: 0 10px 10px 0;
        width: 280px;
        padding: 1em;
    }

    .modal-body.selling {
        padding: 20px;
    }
}