body {
    background: #111111;
    color: #aaa;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    -ms-overflow-style: none;
    position: relative;
}
.noscroll {
    overflow: hidden;
}
::-webkit-scrollbar {
    display: none;
}
* {
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}

.main {
    display: flex;
    max-width: 390px;
    width: 390px;
    background: #111111;
    margin: 0 auto;
    flex-direction: column;
    padding-bottom: 100px;
}
header {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    margin: 0 18px;
}
.logo {
    /*padding-left: 15px;*/
    margin: 0 auto;
}
.col_s_l {
    display: flex;
}
.login {
    padding-left: 20px;
}
.hamb_menu_overlay {
    width: 100%;
    height: 100%;
    background: #1E1E1EE5;
    position: absolute;
    top: 0;
    display: none;
}
.hamb_menu {
    display: none;
    width: 270px;
    height: 100%;
    background: #000;
    color: #FDFDFD;
    position: absolute;
    top:0;
    /*border: 1px #fff solid;*/
    padding: 20px 18px 0 18px;
}
.hamb_topline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
ul.menu_items {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu_items li {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    align-items: center;
}

ul.menu_items li img {
    margin-right: 10px;
}
.inst_n {
    display: flex;
    margin-top: 20px;
}
.inst_n img {
    margin-right: 15px;
}
.dn_ap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.line_type_s {
    display: flex;
    justify-content: space-around;
    overflow: auto;
    white-space: nowrap;
    margin: 20px 0 0 0;
}

.line_type_s a {
    text-decoration: none;
    color:#AAAAAA;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    background: #181818;
    padding: 8px;
    border-radius: 18px;
    margin-right: 10px;
}

.line_type_s .type_active {
    color:#111;
    background: #FDFDFD;
}

.line_s_date {
    margin: 20px 15px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.line_s_date .live_s {
    display: block;
    text-decoration: none;
    background: #FDFDFD;
    width: 30px;
    padding: 5px;
    color: #111;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}
.line_s_date .live_s_a {
    background: #FF6B00;
}

.line_s_cal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.line_s_cal_arr {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 5px solid #ffffff;
    border-bottom: 0;
    margin-left: 5px;
}

.live_s_items {
    display: flex;
    font-size: 11px;
    font-weight: 700;
}

.live_s_items a {
    margin: 0 10px;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #AAAAAA;
}

.live_s_items a.live_s_active {
    color: #FF6B00;
}

.live_s_items a span {
    display: block;
    font-size: 9px;
}
.hr {
    width: 100%;
    height: 1px;
    background: #222222;
    margin-top: 10px;
}

.content {
 margin: 30px 10px 0 10px;
}
.score_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.score_items_not_found{
    border: 1px solid #222;
    border-radius: 5px;
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 10px 0;
    padding: 10px 15px;
    text-align: center;
}
.score_items .score_title {
    color: #FDFDFD;
    font-size: 14px;
    font-weight: 700;
}

.score_items .score_title span {
    font-weight: 400;
    font-size: 11px;
    color: #AAAAAA;
}
.score_items .score_title div {
    display: flex;
    align-items: center;
}
.score_items .score_title div img {
    margin-right: 10px;
}
.score_items .score_title div p {
    display: flex;
    flex-direction: column;
}
.score_items .score_title svg {
    margin-right: 20px;
}

.score_items .item {
    background: #181818;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #AAAAAA;
}
.score_items .item .item_time {
    width: 15%;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 400;
}
.score_items .item .item_val {
    font-size: 14px;
    font-weight: 400;
    width: 85%;
}

.score_items .item .item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}


.score_items .item .item_title img {
    float: left;
    margin-right: 5px;
}

.score_items .item .item_title .item_result {
    margin-right: 25px;
    color: #FF6B00;
}

.result {
    padding: 0 20px;
    margin-top: 20px;
}
.search_cont {
    display: none;
    background: #111111;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.search_title {
    display: flex;
    align-items: center;
    padding: 20px 0 10px 5px;
}
.search_title img {
    margin-right: 15px;
}
.search_input {
    background: #111111;
    border: none;
    color: #FDFDFD;
}
.search_input:focus {
    background: #111111;
    border: none;
    outline: none;
}
.search_input::placeholder {
    color: #FDFDFD;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.search_cont .line_type_s {
    margin: 20px 0 0 0;
}
.search_items {
    margin: 30px 10px 0 10px;
}
.search_items_title {
    margin-bottom: 20px;
}
.search_items .search_items_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.search_items .search_items_title svg {
   margin-right: 20px;
}

.search_item {
    padding: 20px 15px;
    background: #181818;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #FDFDFD;
    margin-bottom: 5px;
    text-decoration: none;
}

.search_item img {
    margin-right: 15px;
}

.tips_score thead tr th {
    font-size: 14px;
    color: #FDFDFD;
    font-weight: 700;
}

.tips_score tbody tr td {
    font-size: 14px;
    font-weight: 400;
}

.score_coef {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D9D9D926;
    margin-right: 10px;
    padding: 5px;
    border-radius: 5px;
}
.score_coef span {
    writing-mode: sideways-lr;
    text-orientation: upright;
    margin-right: 2px;
    font-size: 13px;
    font-weight: 500;
    color: #FF6B00;
    letter-spacing: 2px;
}

.score_coef .score_coef_i {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: right;
    color: #fff;
}
.score_img {
  width: 20px;
  height: 20px;
}
.score_img2 {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.event_tname {
    display: flex;
    justify-content: start;
    font-size: 14px;
    align-items: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.event_tname img {
    margin-right: 10px;
}
.event_opps {
    background-color: #181818;
    border-radius: 7.5px;
    display: flex;
    padding: 10px;
    position: relative;
    justify-content: space-around;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.event_opps div {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_opps div .event_opps_t {
    color: #fdfdfd;
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 30px;
}
.event_opps div .event_opps_d {
    color: #aaa;
    font-size: 11px;
    font-weight: 700;
}

.event_opps span {
    max-width: 60px;
    text-align: center;
    margin-top: 5px;
}
.event_info {
    border: 1px solid #222;
    border-radius: 7.5px;
    margin-top: 10px;
    padding: 10px;
}
.event_info .event_info_item {
    display: flex;
    margin: 5px 0;
    font-size: 13px;
    font-weight: 700;
}
.m_info {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
footer {
    display: flex;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    justify-content: space-around;
    background: #181818;
    width: 390px;
}

footer a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    color: #AAAAAA;
}
footer a img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}
footer a.active {
    color: #FF6B00;
}

#calendar {
    cursor: pointer;
    position: absolute;
    z-index: 213213213213123;
    background: #111111;
    top: 110px;
    width: 100%;
    left: 0;
}
/*NEW STYLE CALENDAR*/
.ui-datepicker {
    width: 100%;
    padding: 0;
    border: none !important;
    background: #181818;
}
.ui-widget-header {
    background: #181818;
    color: #FF6B00;
    border: none;
}
.ui-datepicker th {
    color: #FF6B00;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-left, .ui-corner-bottom, .ui-corner-top, .ui-corner-br {
    border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background: #181818;
    color: #fff;
    border:none;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-active {
    background: #FF6B00;
    color: #fff;
}
.ui-datepicker {
    background: #181818;
}
.ui-datepicker-prev span {
    background-image: url(/assets/images/l-arr.svg) !important;
    background-position: 0px 0px !important;
    margin-left: 10px;
}
.ui-datepicker-next span {
    background-image: url(/assets/images/r-arr.svg) !important;
    background-position: 0px 0px !important;
    margin-right: 10px;
}