﻿body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #1C1E2A;
}
* {
    color: white;
    font-family: Oswald;
    font-weight: 400;
}

@font-face {font-family: Gilroy; src: url(Fonts/Gilroy-Bold.ttf); font-weight: 700;}

.g_panel {
    background: #0F1F2F;
    font-size: 12px;
    font-family: Montserrat;
    border-radius: 4px;
    border-color: rgba(31, 142, 208, 0.3);
    border-width: 1px;
    border-style: solid;
    width: 500px;
    height: 50px;
    margin-top: -5px;
    margin-bottom: -6px;
    cursor:default;
}
    .g_panel:hover {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    }

.close {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0;
    float: right;
}

.close:before,
.close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 15px;
    background-color: rgb(128, 128, 128);
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    transition: all 420ms;
    content: '';
}

    .close:after {
        transform: rotate(-45deg) translate(-50%, -50%);
    }

.close:hover:before,
.close:hover:after {
    background-color: red;
}

.l_contnr {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
}

.live_g_panel {
    background: #0F1F2F;
    font-size: 12px;
    font-family: Montserrat;
    border-radius: 4px;
    border-color: rgba(31, 142, 208, 0.3);
    border-width: 1px;
    border-style: solid;
    width: 480px;
    height: 290px;
    margin-top: -6px;
    margin-bottom: -6px;
    cursor: default;
}

    .live_g_panel:hover {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    }

.p_no_live {
    position: relative;
    display: block;
    background-image: url("img/no_live_p.png");
    background-size: contain;
    width: 480px;
    height: 290px;
    cursor: default;
    margin-top: -20px;
    margin-bottom: -20px;
    white-space: normal;
}

.p_no_data {
    background-color:transparent;
    font-size: 12px;
    font-family: Montserrat;
    border-radius: 4px;
    border-color: rgba(31, 142, 208, 0.3);
    border-width: 1px;
    border-style: solid;
    width: 670px;
    height: 290px;
    cursor: default;
}
.line {
    width: 20px;
    height: 0px;
    border: 1px solid #FFFFFF;
    transform: rotate(90deg);
}


.schedule_btn {
    color: #0B1217;
    background: #18CCFA;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

    .schedule_btn:hover {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    }
.live_btn {
    background: #D10C28;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

    .live_btn:hover {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    }
.more_live_btn {
    background: #D10C28;
    border-radius: 10px;
    border: none;
    height: 20px;
    width: 30px;
    cursor: pointer;
}

    .more_live_btn:hover {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    }
.team_img {
    position: relative;
    z-index: 20;
    margin-bottom: 20px
}
.team_img2 {
    position: relative;
    z-index: 20;
    margin-bottom: 41px
}
.gamer_img {
    position: absolute;
    z-index: 21;
    margin-left: 34px;
    margin-top: -125px;
    -webkit-mask-image: linear-gradient(180deg, #C4C4C4 0%, #C4C4C4 85%, rgba(196, 196, 196, 0) 100%);
}
.gamer_img2 {
    position: absolute;
    z-index: 21;
    margin-left: 34px;
    margin-top: -163px;
    -webkit-mask-image: linear-gradient(180deg, #C4C4C4 0%, #C4C4C4 85%, rgba(196, 196, 196, 0) 100%);
}
.gamer_img3 {
    position: absolute;
    z-index: 21;
    margin-left: 105px;
    margin-top: -100px;
    -webkit-mask-image: linear-gradient(180deg, #C4C4C4 0%, #C4C4C4 85%, rgba(196, 196, 196, 0) 100%);
}
.p_img {
    -webkit-mask-image: linear-gradient(180deg, #C4C4C4 0%, #C4C4C4 90.62%, rgba(196, 196, 196, 0) 100%);
}
.tbl td {
    overflow: hidden;
    white-space: nowrap;
}

.grid2 {
    margin-top:20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(100px, auto);
}
.grid3 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
    grid-auto-rows: minmax(100px, auto);
}
.grid4 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1px;
    grid-auto-rows: minmax(100px, auto);
}

.gmr_panel {
    font-size: 12px;
    font-family: Montserrat;
    border-style: none;
    width: 300px;
    height: 465px;
    margin-top: -5px;
    margin-bottom: -6px;
    cursor: default;
    background: url(img/g_card.png) center;
    /*background-size: contain;*/
    background-repeat: no-repeat;
    background-origin: content-box;
}


.cmpr_btn {
    background: #18CCFA;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #0B1217;
    font-size:12px;
}

    .cmpr_btn:hover {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    }
.tab_line {
    position: absolute;
    width: 55px;
    height: 5px;
    margin-top: -2px;
    margin-left: 80px;
    background: #18CCFA;
    border-radius: 4px;
    z-index: 20;
}
.tab_line2 {
    position: absolute;
    width: 55px;
    height: 5px;
    margin-top: -2px;
    margin-left: 262px;
    background: #18CCFA;
    border-radius: 4px;
    z-index: 20;
}
.tab_btn {
   
    background-color:transparent;
    border:none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    text-align: center;
    letter-spacing: 1px;
    cursor:pointer;
}

.match_g_panel {
    background: #0F1F2F;
    font-size: 12px;
    font-family: Montserrat;
    border-radius: 4px;
    border-color: rgba(31, 142, 208, 0.3);
    border-width: 1px;
    border-style: solid;
    width: 100%;
    height: 226px;
    margin-top: -6px;
    margin-bottom: -6px;
    cursor: default;
}

    .match_g_panel:hover {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    }
.dsc_link{
    text-decoration:none;
}
.dsc_link:hover {
    text-decoration:underline;
}

.ev_panel {
    background: #0F1F2F;
    font-size: 12px;
    font-family: Montserrat;
    border-radius: 4px;
    border-color: rgba(31, 142, 208, 0.3);
    border-width: 1px;
    border-style: solid;
    width: 800px;
    height: 50px;
    margin-top: -5px;
    margin-bottom: -6px;
    cursor: default;
}

    .ev_panel:hover {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    }
.ddl {
    box-sizing: border-box;
    width: 300px;
    height: 40px;
    background: #0F1F2F;
    border: 1px solid rgba(31, 142, 208, 0.3);
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    text-indent: 10px;
}

.b_line {
    width: 14px;
    height: 2px;
    margin-top: -5px;
    margin-left: 5px;
    margin-right: 5px;
    background: #18CCFA;
    border-radius: 4px;
}

.s_panel_top {
    background: #0F1F2F;
    border-radius: 4px 4px 0 0;
    border-color: rgba(31, 142, 208, 0.3);
    border-width: 1px;
    border-style: solid;
    width: 100%;
    height: 50px;
    cursor: default;
    vertical-align: middle;
}
.s_panel {
    background: #0F1F2F;
    border-color: rgba(31, 142, 208, 0.3);
    border-width: 1px;
    border-style: solid;
    width: 100%;
    height: 50px;
    cursor: default;
    vertical-align: middle;
}
.s_panel_bottom {
    background: #0F1F2F;
    border-radius: 0 0 4px 4px;
    border-color: rgba(31, 142, 208, 0.3);
    border-width: 1px;
    border-style: solid;
    width: 100%;
    height: 50px;
    cursor: default;
}
.btn_down {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 7px;
    margin-bottom: 2px;
}

.btn_up {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-left: 7px;
    margin-top: 5px;
    margin-bottom: -2px;
}
.sort_btn {
    cursor: pointer;
}
.sort_btn:hover {
    text-decoration:underline;
}
.leaderboard_row_hr {
    width: 988px;
    height: 80px;
    position: relative;
    background: rgba(7, 110, 234, 0.4);
    font-size: 18px;
    clip-path: path('M0 80H962.329L988 5.12299e-06H108.821C84.7429 -0.00726166 61.2735 7.7164 41.741 22.0756C22.2085 36.4349 7.60451 56.701 0 80Z');
}
.leaderboard_row_ua {
    width: 988px;
    height: 80px;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #9500F9;
}
.leaderboard_row_wsh {
    width: 988px;
    height: 60px;
    position: relative;
    font-size: 16px;
    background: #0F1F2F;
    border: 1px solid rgba(31, 142, 208, 0.3);
    border-radius: 4px;
}
.box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -2px;
    left: -2px;
    border-radius: 8px; /*1*/
    border: 2px solid transparent; /*2*/
    background: linear-gradient(90deg, rgba(46, 117, 250, 1) 0%, rgba(218, 15, 116, 1) 100%) border-box; /*3*/
    -webkit-mask: /*4*/
    linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; /*5'*/
    mask-composite: exclude; /*5*/
}
.leaderboard_line_hr {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: -19px;
    margin-right: -20px;
    width: 40px;
    height: 0px;
    border: 1px solid #FF0000;
    transform: rotate(90deg);
}
.leaderboard_line_ua {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: -17px;
    margin-right: -20px;
    width: 40px;
    height: 0px;
}
.leaderboard_pos_hr {
    position: relative;
    left: 70px;
    width: 28px;
    height: 28px;
    text-align: center;
    border: 2px solid #FF0000;
    border-radius: 15px;
}
.leaderboard_pos_ua {
    position: relative;
    width: 66px;
    height: 30px;
    text-align: center;
}
.wix_scrl {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 98vh;
    width: 100%;
    white-space: nowrap;
    margin-bottom: -10px;
    margin-top: -2px;
    scrollbar-width: thin;
    scrollbar-color: rgba(125, 57, 211, 0.75) rgba(125, 57, 211, 0.2);
}

    .wix_scrl::-webkit-scrollbar {
        width: 6px;
        height: 258px;
    }

    .wix_scrl::-webkit-scrollbar-track {
        background: #0F1F2F;
        border-radius: 4px;
    }

    .wix_scrl::-webkit-scrollbar-thumb {
        background: rgba(31, 142, 208, 0.6);
        border-radius: 4px;
    }

        .wix_scrl::-webkit-scrollbar-thumb:hover {
            background: grey;
        }


.div_online_game {
    position: relative;
    min-width: 440px;
    height: 311px;
    color: white;
    background-color: rgba(125, 57, 211, 1);
}

.online_game_btn {
    position: relative;
    top: 3px;
    text-align: center;
    float: right;
    right: 15px;
    display: flex;
    align-items:center;
    gap:5px; justify-content:center;
    min-width: 102px;
    height: 24px;
    background: white;
    cursor: pointer;
    color: rgba(125, 57, 211, 1);
}

.watch_link {
    font-family: Gilroy;
    padding-left: 3px;
    text-decoration: none;
    color: rgba(125, 57, 211, 1);
    display: inline-block;
    position: relative;
}

.watch_symbol {
    position: relative;
    width: 12px;
    height: 12px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: rgba(125, 57, 211, 1);
    display: inline-block;
}

.close_symbol {
    position: relative;
    width: 12px;
    height: 12px;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    background: rgba(125, 57, 211, 1);
    display: inline-block;
}

.close_game_btn {
    position: relative;
    top: 3px;
    text-align: center;
    float: right;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    min-width: 102px;
    height: 24px;
    background: white;
    cursor: pointer;
    color: rgba(125, 57, 211, 1);
}
.no_live_game_square {
    position: absolute;
    background: rgba(125, 57, 211, 1);
    border-radius: 15px;
    width: 78px;
    height: 65px;
}

.archive_btn {
    width: 130px;
    line-height: 36px;
    border: 2px solid #FFFFFF;
    border-radius:4px;
    font-size:14px;
    color:white;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    position:relative;
    top:-7px;
    cursor:pointer;
}

.game_block {
    width: 1180px;
    height: 50px;
    display: flex;
    background: rgba(125, 57, 211, 0.45);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
}

.live_game:hover {
    background-color: rgba(125, 57, 211, 0.7) !important;
}
.live_game2:hover {
    background: rgba(29, 26, 34, 1) !important;
    cursor:pointer;
}
.playoff_link{
    position:absolute;
    left:-10px;
    top:105px;
    display:block;
    cursor:pointer;
    transform:rotate(270deg);
}
.playoff_link:hover {
    color: #7D39D3 !important;
}
.team_stat_block{
    display:flex;
    font-size:14px !important;
    font-weight:400;
    line-height:35px;
    align-items:center;
    gap:5px;
    text-align:end;
}
.empty_stat_block {
    width:240px;
    height: 25px;
    background:linear-gradient(90deg, rgba(125, 57, 211, 0.6) 0%, rgba(125, 57, 211, 0) 100%);
}

.compare_stat {
    color: rgba(120, 121, 125, 1);
    text-align:center;
    flex: 30%;
    font-size: 20px;
    font-weight: 700;
}

.dd_icon{
    right:10px;
    top:15px;
    transform:rotate(45deg);
    position:absolute;
    width:10px;
    height:10px;
    border:2px solid white;
    border-top:0;
    border-left:0;
}
.res_text {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}