.close-show-btns {
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    background-color: #090909;
    border-radius: 5px;
    border: 1px solid #3b3b3b;
}

.close-show-btns li {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.close-show-btns li:first-child {
    margin-right: 10px;
}

.close-show-btns__item {
    display: flex;
    height: 30px;
    padding: 0 10px;
    line-height: 17px;
    font-size: 10px;
    font-weight: 600;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: #2a2a2a;
    border-radius: 5px;
    border: 1px solid #595959;
}

.close-show-btns__item i {
    margin-left: auto;
    font-size: 20px;
}

#allHide.close-show-btns__item i {
    margin-top: -4px;
}

.flaticon-minus:before {
    content: "–"
}

.flaticon-plus-1:before {
    content: "+"
}

.flaticon-back {
    font-style: initial;
    font-size: 16px;
    transform: rotate(180deg);
    display: block;
}

.flaticon-back:before {
    content: "➜";
}

.flaticon-clock:before {
    content: "⧗";
}

.events_contein .title_contein_box.drop_title.stake-type.active i,
.bet-block.one_event_container .stake-type.active i {
    margin-top: -2px;
}

.events_contein .title_contein_box.drop_title.stake-type.active i:before,
.bet-block.one_event_container .stake-type.active i:before {
    content: "–";
}

.events_contein .title_contein_box.drop_title.stake-type i,
.bet-block.one_event_container .stake-type i {
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 19px;
    color: #8C94A9;
}

.page-back-link {
    text-decoration: none;
    background-color: #2a2a2a;
    line-height: 30px;
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    display: block;
    border-radius: 50%;
    flex: 0 0 30px;
    max-width: 30px;
    border: 1px solid #595959;
}

.bet-block.one_event_container .one_ev_st {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #3b3b3b;
    padding: 10px 7px;
    width: calc(100vw - 30px);
}

.bet-block .one_ev_st__wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    max-width: calc(100vw - 145px);
}

.bet-block .one_ev_st .sport-breadcrumbs {
    font-size: 12px;
}

.bet-block .one_ev_st .sport-breadcrumbs a {
    text-decoration: none;
    color: #bbbbbb;
}

.bet-block .one_ev_st .one_ev_st_r {
    display: flex;
    flex-direction: column;
    flex: 0 0 70px;
    max-width: 70px;
    margin-left: auto;
    text-align: right;
    font-size: 10px;
    color: #bbbbbb;
}

.bet-block .one_ev_st .one_ev_st_r .team-total-time_hours {
    font-size: 14px;
    font-weight: 600;
}

.live-tab-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #090909;
    border-radius: 5px;
    border: 1px solid #3b3b3b;
}

.live-tab-wrapper i {
    margin-right: 5px;
    font-style: inherit;
    font-size: 16px;
}

.live-tab-wrapper .minute {
    font-size: 17px;
    margin-right: auto;
}

.live-tab-wrapper .live_event_tab {
    border: 1px solid #595959;
    background: #2a2a2a;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    padding: 3px 20px;
}

.live-tab-wrapper .live_event_tab + .live_event_tab {
    margin-left: 6px;
}

.live-tab-wrapper .live_event_tab.active {
    background: #FFDF1B;
    color: #000000;
}

.live-event__title {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
    border-left: 1px solid #3b3b3b;
    border-right: 1px solid #3b3b3b;
    border-top: 1px solid #3b3b3b;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    background: #090909;
    padding: 11px 7px 10px;
    display: flex;
}

.live-event__item {
    padding: 0 2px;
    height: 55px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.live-event__item .firstcell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
}

.live-event__item .secondcell {
    display: flex;
    margin-left: auto;
}

.last-challenge-team-name {
    position: relative;
    font-size: 17px;
    padding: 10px 0;
    border-bottom: 1px solid #bbbbbb;
    font-weight: 600;
}

.lc-item {
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #4f4e4e;
    display: flex;
    justify-content: space-between;
}

.lc-item:last-child {
    border-bottom: none;
}

.lc-item__name {
    flex: 1;
    align-self: center;
    font-size: 15px;
    max-height: 40px;
    overflow: hidden;
    line-height: 1.2;
}

.lc-score-wrap {
    flex: 1;
    align-self: center;
    line-height: 27px;
}

.lc-item__name.away {
    flex: 1;
    text-align: right;
}

.lc-score {
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.lc-score span:first-child {
    margin-right: 4px;
}

.lc-score span {
    position: relative;
    height: 20px;
}

.lc-score span:first-child:after {
    content: ":";
    position: absolute;
    right: -8px;
}

.lc-date {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.last-challenge-wrapper {
    padding: 0 2px;
}
.l-page_header .b-logo img {
    margin-top: 5px;
}
.footer_logos .b-logo {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.betcart-share-wrapper {
    display: flex;
    justify-content: end;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 0 7px 7px 7px;
    background: #090909;
}
.betcart-share-wrapper .share-button {
    width: 50%;
    display: flex;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    transition: all .3s ease-in-out;
    background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
    color: #fff;
    font-weight: 600;
    line-height: 23px;
    cursor: pointer;
    margin: 0 0 0 0;
    padding: 2px 10px;
    box-sizing: border-box;
    height: 30px;
}
.betcart-share-wrapper .share-button .title{
    width: 100%;
    user-select: none;
}
.betcart-share-wrapper .dropdown::before {
    content: "";
    border: 10px solid transparent;
    border-top-color: #1F8D3A;
    position: absolute;
    left: 75%;
    top: 100%;
}
.betcart-share-wrapper .dropdown {
    width: 60%;
    height: 55px;
    border-radius: 5px;
    position: absolute;
    bottom: 128%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 38%;
    background-image: linear-gradient(-180deg, #009D34 0%, #1F8D3A 100%);
}
.betcart-share-wrapper .dropdown button {
    width: 24px;
    height: 24px;
    margin: 0 14px;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    padding: 0;
    border: none;
    background: none;
}