/* btn-hover */
.btn-hover {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    height: 55px;
    line-height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.sp_style-2__list .btn-hover {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.sp_style-2__list .btn-hover:hover {
    color: #ffffff;
}

.btn-hover.disabled {
    opacity: 0.6;
    cursor: auto;
    background-position: 0;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
.btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.btn-hover.color-5 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.btn-hover.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.btn-hover.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.btn-hover.color-10 {
    background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}
.btn-hover.color-11 {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}
/* btn-hover */

@media screen and (max-width: 767px) {
    .sp_style-2__list {
        max-width: 350px;
        margin: 0 auto;
    }
}

.sp_style-2__list_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .sp_style-2__list_item {
        flex-direction: column;
    }
}

.sp_style-2__list_item_main {
    display: flex;
    flex-wrap: wrap;
    width: 350px;
}

@media screen and (max-width: 767px) {
    .sp_style-2__list_item_main {
        flex-direction: column;
        width: 100%;
    }
}

.sp_style-2__list_item_foreground {
    width: calc(100% - 46px);
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .sp_style-2__list_item_foreground {
        width: 100%;
    }
}

.sp_style-2__list_item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    writing-mode: vertical-rl;
    transform-origin: center;
    transform: rotate(-180deg);
    border-radius: 0 15px 15px 0;
}

@media screen and (max-width: 767px) {
    .sp_style-2__list_item_title {
        width: 100%;
        writing-mode: initial;
        transform-origin: center;
        transform: rotate(0deg);
        border-radius: 15px 15px 0 0;
        padding: 10px 20px;
    }
}

.sp_style-2__list_item_multi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.sp_style-2__list_item_multi_item {
    margin: 0 10px;
}

.sp_style-2__list_item_logo {
    display: block;
    width: 100%;
}

.sp_style-2__list .sp_style-2__list_item_logo {
    border-radius: 0 !important;
}

.sp_style-2__list_item_info {
    width: calc(100% - 350px);
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .sp_style-2__list_item_info {
        width: 100%;
        border-top: none;
    }
}

.sp_style-2__list_item_info_title {
    text-align: center;
    padding: 20px;
    font-size: 17px;
    font-weight: 600;
}

.sp_style-2__list_item_name {
    text-align: center;
    margin-bottom: 20px;
}

.sp_style-2__list .sp_style-2__list_item_match {
    font-size: 16px;
    text-decoration: none;
}

.sp_style-2__score-percent {
    position: relative;
    text-align: center;
    padding: 12px 20px 11px;
    font-weight: 700;
    font-size: 17px;
    height: 46px;
    overflow: hidden;
}

.sp_style-2__score-item-f {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 23px 0 0 23px;
}

.sp_style-2__score-item-l {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0 23px 23px 0;
}

.sp_style-2__score-item-first {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(-10deg);
    position: relative;
    z-index: 1;
}

.sp_style-2__score-item-last {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: skew(-10deg);
    position: relative;
    z-index: 1;
}

.sp_style-2__forecast-title {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 15px;
}

.sp_style-2__forecast {
    text-align: center;
    margin-bottom: 10px;
}

.sp_style-2__start {
    text-align: center;
    font-size: 12px;
}

.sp_style-2__list_item_info_block {
    padding: 30px 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .sp_style-2__list_item_info_block {
        padding: 30px 20px;
    }
}

.sp_style-2__list_item_info_block-bookmaker-logo {
    display: block;
    width: 100px;
    border-radius: 5px;
}

.sp_style-2__list_item_info_details {
    width: 44%;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .sp_style-2__list_item_info_details {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 30px 0;
    }
}

.sp_style-2__list_item_info_nav {
    width: 56%;
    max-width: 300px;
}

@media screen and (max-width: 767px) {
    .sp_style-2__list_item_info_nav {
        width: 100%;
    }
}

.sp_style-2__list_item_info_block-coff {
    margin-bottom: 20px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .sp_style-2__list_item_info_block-coff {
        margin-bottom: 0;
    }
}

.sp_style-2__score {
    font-size: 30px;
    font-weight: 600;
}

.sp_style-2__list_item_multi_item_soccer {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_style-2__list_item_soccer {
    max-height: 100%;
    object-fit: contain;
}

.sp_style-2__list_item_multi_item_rest {
    width: 74px;
    height: 74px;
    border: 3px solid transparent;
    border-radius: 50%;
    overflow: hidden;
}

.sp_style-2__list_item_rest {
    height: 100%;
    object-fit: cover;
}

.sp_style-2__url {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .sp_style-2__url {
        margin-bottom: 20px;
    }
}