:root {

    --white: #FEFEFE;

    --neutral-100: #FFFBFC;
    --neutral-200: #FCF8F9;
    --neutral-300: #FAF6F7;
    --neutral-400: #DCDFDF;
    --neutral-500: #C4C8C7;
    --neutral-600: #A0A6A6;
    --neutral-700: #7B7B7B;
    --neutral-800: #454545;
    --neutral-900: #0D0404;

    --primary-100: #FBD5CA;
    --primary-200: #F8A398;
    --primary-300: #EB6562;
    --primary-400: #D83B46;
    --primary-500: #BE0625;
    --primary-600: #A3042E;
    --primary-700: #880332;
    --primary-800: #6E0132;
    --primary-900: #5B0132;

    --accent-100: #CAFBE1;
    --accent-200: #98F8CD;
    --accent-300: #62EBBA;
    --accent-400: #3BD8AE;
    --accent-500: #06BE9F;
    --accent-600: #04A397;
    --accent-700: #038688;
    --accent-800: #01616E;
    --accent-900: #01485B;

    --shadow-100: 0px 4px 8px rgba(69, 69, 69, 0.1);
    --shadow-200: 0px 8px 16px rgba(69, 69, 69, 0.1);

}

.site-wrapper {
    background-color: #F1F5F4;
}

.iframe-container {
    height: 630px;
    width: 820px;
}

.card {
    background-color: var(--white);
    box-shadow: var(--shadow-100);
    border-radius: 8px;
}

.bs-tab .tab-content.top-content {
    /* padding: 5px 5px; */
    min-height: 174px;
    max-height: 174px;
    overflow-y: auto;
    /* border-right: 1px solid #ddd; */
    /* border-bottom-right-radius: 12px; */
}

.bs-tab .tab-content.top-content::-webkit-scrollbar {
    width: 10px;
    position: relative;
}

.bs-tab .tab-content.top-content::-webkit-scrollbar-thumb {
    background-color: #DCDFDF;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}

.bs-tab .tab-content.top-content::-webkit-scrollbar-track {
    background-color: #00000000;
}

.nav.nav-color>li>a:focus {
    background-color: var(--white);
    color: #555;
    border-radius: 0px;
}

.icon-btn {
    width: 12px;
}

.nav-tabs>li>a {
    margin-right: 0px;
}

.nav.nav-color>li>a:hover {
    background-color: #8c8c8c;
    color: var(--white);
    border-radius: 0px;
    border: 1px solid #8c8c8c;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    /* border-radius: 0px; */
    border: none;
    border-bottom: 1px solid var(--white);
}

.nav.active-primary>li.active>a {
    background-color: var(--primary-400);
    border: 1px solid var(--primary-400) !important;
    color: var(--white);
    border-radius: 8px;
    font-weight: bold;
}

.nav.active-accent>li.active>a {
    background-color: var(--accent-500);
    border: 1px solid var(--accent-500) !important;
    color: var(--white);
}

.nav.active-red>li.active>a {
    background-color: var(--primary-400);
    border: 1px solid var(--primary-400) !important;
    color: var(--white);
    /* elijah */
    border-radius: 4px;
}

.nav.active-blue>li.active>a {
    background-color: #3498db;
    color: var(--white);
    border: 1px solid #3498db !important;
}

.nav>li>a {
    padding: 16px 0;
}

.nav.nav-slim>li>a {
    padding: 8px 0;
}

.icon-btn>img {
    width: 20px;
}

ul.top-menu-box {
    height: 74px;
    transition: 0.5s;
    transform-style: preserve-3d;
    padding: 0;
}

ul.top-menu-box:hover {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

ul.top-menu-box>li {
    padding-top: 27px !important;
    padding-bottom: 28px !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
}

li#forward {
    transform: translateZ(37px);
    transition: 0.4s;
}

li#forward:hover {
    background-color: var(--primary-400);
    color: var(--white);
}

li#bottom {
    box-shadow: 0 4px 4px #cccccc;
    background-color: var(--primary-400);
    transition: 0.6s;
    transform: rotateX(-90deg) translateZ(-37px) translateY(1px);
}

li#bottom:hover {
    background-color: var(--primary-400);
    color: var(--white);

}

.nav-bottom {
    width: 100%;
    min-height: 56px;
    padding: 14px 18px;
}

body {
    font-size: 12px;
}

.btn-outline {
    border-color: #3598dc;
    color: #3598dc;
    background: 0 0;
    /* margin-left: 10px;
    margin-top: 10px; */
    padding: 2px 12px;
}

.nav-tabs.nav-justified {
    border-radius: 8px;
    padding: 8px;
}

.nav-tabs.nav-justified>li>a:hover,
.nav-tabs.nav-justified>li>a {
    /* border-left: 1px solid rgba(69, 69, 69, 0.1);  */
    border: none;
    border-radius: 8px;
    margin-left: 8px;

}

.nav-tabs.nav-justified>li:first-child>a {
    border-left: none;
    /* border-top-left-radius: 12px !important; */
    border: none;
    /* border-bottom: 1px solid var(--white); */
    margin-left: 0;
}

.nav-tabs.nav-justified>li:last-child>a {
    /* border-right: 1px solid #ddd; */
    /* border-top-right-radius: 12px !important; */
    border: none;
    /* border-bottom: 1px solid var(--white); */
}

#sports,
#game {
    min-height: 450px;
    max-height: 450px;
    /* border: 1px solid #ddd; */
    border-top: none;
    padding: 10px 6px;
    overflow-y: auto;
}

.bs-tab .nav-bottom-toolbar {
    min-height: 30px;
    border-bottom: 1px solid #ddd;
    border-top: none;
    padding: 10px 20px;
}

.bs-tab .nav-bottom-notice {
    /* min-height: 40px; */
    /* border: 1px solid #ddd; */
    border-top: none;
    padding: 10px 0px;
}

.game-pick {
    margin-top: 20px;
    position: relative;
    /* box-shadow: 0 8px 24px rgba(112, 144, 176, .2); */
}

.disable-pick {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    border-radius: 6px;
}

.disable-pick span {
    margin: 0 auto;
    font-size: 14px;
}

.game-pick .pick-title {
    min-height: 60px;
    padding-left: 10px;
    padding-top: 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.game-pick .estimate-1,
.game-pick .estimate-2,
.game-pick .estimate-3 {
    min-height: 70px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 14px 20px;
    margin-left: 1px;
    border-right: 1px solid #ddd;
    justify-content: center;
}

.pick-register-result {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #F5F5F5;
}

.pick-register-result p {
    font-size: 14px;
}

.registered-pick {
    font-size: 14px;
    text-align: center;
    background: var(--white);
    margin: 20px 30px;
    padding: 20px;
    border: 2px dashed #ddd;
    border-radius: 10px;
}

.registered-pick .circle {
    color: var(--white);
}

.m-l-75 {
    margin-left: 75px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-6 {
    margin-left: 6px;
}

.game-pick .circle-estimate {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    margin-right: 4px;
}

.select-main-pick {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .game-pick .circle-estimate.m-l-75 {
        margin-left: 30px;
    }

    .game-pick .estimate-1,
    .game-pick .estimate-2,
    .game-pick .estimate-3 {
        padding: 14px 5px;
    }

    .game-pick .circle-estimate {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 3px;
    }
}

.game-pick .circle-estimate.active {
    color: var(--white);
}

.circle-estimate.blue.active:hover,
.circle-estimate.blue.active {
    background: #3498db;
}

.circle-estimate.red.active:hover,
.circle-estimate.red.active {
    background: #f13c29;
}

.circle-estimate.green.active:hover,
.circle-estimate.green.active {
    background: #6bb83d;
}

.circle-estimate.pred.active:hover,
.circle-estimate.pred.active {
    background: #c5393e;
    color: var(--white);
}

.circle-estimate.yellow {
    color: black;
}

.circle-estimate.yellow.active:hover,
.circle-estimate.yellow.active {
    background: #f5b32b;
    color: var(--white);
}

.circle-estimate.black.active:hover,
.circle-estimate.black.active {
    background: #000;
    color: var(--white);
}

.circle-estimate.violet.active:hover,
.circle-estimate.violet.active {
    background: #af28c7;
    color: var(--white);
}

.game-pick .circle-estimate:hover {
    background: #e2e2e2;
    cursor: pointer;
}

.game-pick .pick-button>a {
    color: var(--white);
    background-color: var(--accent-500);
    /* border-color: #999999; */
    display: block;
    width: 100%;
    padding: 22px;
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.color-red {
    color: #e62626;
}

.login {
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow-100);
}

.verify {
    /* padding: 16px; */
    padding: 12px 16px 0 16px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.verify input {
    height: 40px;
    margin-bottom: 4px;
    border-radius: 0;
    background-color: transparent;
    /* background-color: var(--white) !important; */
    /* border: 1px solid #848484; */

    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid var(--neutral-600);
    letter-spacing: 0.02em;

}

.verify input::-webkit-input-placeholder {
    /* color: #201d1d; */
    color: var(--neutral-700);
}

.verify input::-moz-placeholder {
    /* color: #201d1d; */
    color: var(--neutral-700);

}

.verify input::-ms-input-placeholder {
    /* color: #201d1d; */
    color: var(--neutral-700);

}

.verify input::placeholder {
    /* color: #201d1d; */
    color: var(--neutral-700);

}

.verify input:focus {
    box-shadow: none;
    border-bottom-color: var(--accent-500);
}

.btn-login {
    color: var(--white);
    /* background: #8c8c8c; */
    padding: 31px 18px;
    border-radius: 0;
    width: 100%;
    background: var(--accent-500);
    border-radius: 8px;
}

.btn-opt {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}

/* elijah */
.option {
    /* padding: 14px 10px; commented*/
    width: 100%;
    background: #FAF6F7;
    /* border-bottom: 1px solid #ddd; */
}

.option>.opt {
    display: table-cell;
    width: 1%;
    text-align: center;
}

.simple-login {
    padding: 0 15px 10px 0;
    display: flex;
}

.simple-login .simple {
    text-align: center;
    margin-top: 10px;
    flex: 2;
}

.simple-login .btn-simple {
    flex: 1;
    margin: 0 8px;
}

.btn-google {
    background: url('/assets/img/btn_google.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    font-weight: 700;
    border: 1px solid #cccccc;
}

.btn-naver {
    background: #19ce60;
    color: var(--white) !important;
    border: 1px solid #16ab51;
    font-weight: 700;
}

.btn-kakao {
    background: #ffcd00;
    color: #363221 !important;
    border: 1px solid #ebbe03;
    font-weight: 400;
}

.score-item {
    padding: 16px;
    display: flex;
    border-bottom: 1px solid #ddd;
    background: var(--neutral-300);
    /* border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; */
}

.score-item>a {
    flex: 2;
    text-align: center;
    color: var(--neutral-800)
}

.score-item>a:hover,
.score-anal a:hover,
.score-item>a.active,
.score-anal a.active {
    color: var(--primary-400);
}

.real-score {
    margin-top: 20px;
    min-height: 40px;
}

.real-score a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.real-score a img {
    margin-right: 0;
}

/* soccer */
.real-score .soccer {
    content: url('/assets/img/sports-icons/soccer-gray.png')
}

.real-score .active .soccer {
    content: url('/assets/img/sports-icons/soccer-red.png')
}

/* baseball */
.real-score .baseball {
    content: url('/assets/img/sports-icons/baseball-gray.png')
}

.real-score .active .baseball {
    content: url('/assets/img/sports-icons/baseball-red.png')
}

/* basketball */
.real-score .basketball {
    content: url('/assets/img/sports-icons/basketball-gray.png')
}

.real-score .active .basketball {
    content: url('/assets/img/sports-icons/basketball-red.png')
}

/* volleyball */
.real-score .volleyball {
    content: url('/assets/img/sports-icons/volleyball-gray.png')
}

.real-score .active .volleyball {
    content: url('/assets/img/sports-icons/volleyball-red.png')
}

/* hockey */
.real-score .hockey {
    content: url('/assets/img/sports-icons/hockey-gray.png')
}

.real-score .active .hockey {
    content: url('/assets/img/sports-icons/hockey-red.png')
}

/* tennis */
.real-score .tennis {
    content: url('/assets/img/sports-icons/tennis-gray.png')
}

.real-score .active .tennis {
    content: url('/assets/img/sports-icons/tennis-red.png')
}

/* football */
.real-score .football {
    content: url('/assets/img/sports-icons/football-gray.png')
}

.real-score .active .football {
    content: url('/assets/img/sports-icons/football-red.png')
}

.flex-2 {
    flex: 2 !important;
}

.flex-3 {
    flex: 3 !important;
}

.score-anal {
    padding: 16px 25px 4px 25px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.score-anal a {
    margin-right: 12px;
    margin-bottom: 6px;
    color: var(--neutral-800)
}

.score-anal a:hover {
    text-decoration: underline;
}

table.table-result thead {
    background: #f5f5f5;
}

.table-hover.table-result>tbody>tr:hover {
    background-color: #f5fbff;
}

.table-hover.table-result>tbody>tr:hover>td {
    color: #1787b0;
}

.table-result>thead>tr>th:nth-child(1) {
    width: 12%;
}

.table-result>thead>tr>th:nth-child(3) {
    width: 12%;
}

.table-result>thead>tr>th:nth-child(4) {
    width: 12%;
}

.table-result>thead>tr>th:nth-child(5) {
    width: 12%;
}

.table-result>thead>tr>th:nth-child(6) {
    width: 12%;
}

.table-result>thead>tr>th:nth-child(7) {
    width: 12%;
}

.table-result td:nth-child(2) {
    text-align: left;
}

.table-result td,
.table-result th {
    text-align: center;
}

.nav-graycolor {
    /* background: #7b7b7b; */
    background-color: var(--neutral-400);
}

.nav-graycolor>li>a {
    /* color: var(--white); */
    color: var(--neutral-700);
    border-radius: 0;
}

.nav-graycolor>li>a:hover {
    background: #606060;
    color: var(--white);

    border-radius: 0;
}

.nav-graycolor>li>a {
    border-radius: 0 !important;
}

.nav-graycolor>li>a:hover,
.nav-graycolor>li>a {
    /* border-top: 1px solid #727272 !important;
    border-bottom: 1px solid #727272 !important;
    border-left: 1px solid #727272 !important; */
    border-right: none;
}

.nav-graycolor>li:last-child>a {
    /* border-right: 1px solid #727272 !important; */
}

.portlet.box.gray {
    /* border: 1px solid #d6d6d6; */
    border-top: 0;
}

.portlet.box.gray>.portlet-title,
.portlet.gray,
.portlet>.portlet-body.gray {
    background-color: #f2f2f7;
}

.portlet.box {
    padding: 0 !important;
}

.portlet {
    margin-top: 20px;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.portlet.box>.portlet-body {
    background-color: var(--white);
    /* padding: 15px; */
}

.portlet>.portlet-body {
    clear: both;
}

.portlet.box>.portlet-title {
    border: 1px solid #d6d6d6;
    /* border-bottom: 1px solid #d6d6d6; */
    padding: 20px 10px;
    margin-bottom: 0;
    color: #000;
    text-align: center;
}

.portlet>.portlet-title {
    border-bottom: 1px solid #d6d6d6;
    padding: 0;
    margin-bottom: 10px;
    min-height: 50px;
}

.chart .bar-chart {
    width: 50%;
    float: left;
    background-color: var(--white);
}

.bar-chart .powerball-chart,
.bar-chart .ball-chart {
    min-height: 170px;
    max-height: 170px;
}

.chart .powerball-chart,
.chart .ball-chart {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

.powerball-chart .title,
.ball-chart .title {
    text-align: center;
    padding: 20px;
}

.chart-area .odd-even {
    margin-bottom: 20px;
}

.chart .pie-chart {
    width: 50%;
    float: left;
    min-height: 340px;
    border: 1px solid #d6d6d6;
    border-top: none;
    margin-bottom: 10px;
    background-color: var(--white);

}

.tab-pane>img {
    width: 64px;
    height: 74px;
    margin: 5px 0;
}

.notice,
.notice-title {
    display: inline-block;
    width: 64%;
    line-height: 16px;
    vertical-align: middle;
}

#powerball-recent,
#powerladder_recent,
#eospowerball_recent,
#kenoladder_recent,
#gamelist-recent {
    color: #333333;
    font-weight: 700;
    font-size: 14px;
}

#powerball-recent .title,
#powerladder_recent .title,
#eospowerball_recent .title,
#kenoladder_recent .title {
    font-size: 16px;
    margin-bottom: 12px;
}

.recent-results {
    margin-top: 12px;
    display: flex;
}

.notice {
    width: 33%;
}

.nav-bottom-toolbar {
    background: #fbfbfb;
}

.nav-bottom-toolbar>a {
    margin-right: 10px;
}

span.switch-btn {
    padding: 1px 5px;
    border: 1px solid;
    border-radius: 12px;
}

.table-result {
    margin-bottom: 0px;
}

#powerball_oddeven,
#powerball_underover,
#ball_oddeven,
#ball_underover {
    /* border-bottom: 1px solid #727272;
    border-left: 1px solid #727272;
    border-right: 1px solid #727272; */
    min-height: 425px;
}

div.table-scrollable {
    overflow-y: auto;
    width: 100%;
}

.table-anal th:nth-child(5) {
    min-width: 100px;
}

.table-anal th:nth-child(1) {
    min-width: 40px;
}

.c3-chart-arc text {
    opacity: 0 !important;
}

@media (max-width: 992px) {
    .nav-bottom {
        padding: 11px 18px;
    }

    .notice {
        width: 44%;
    }

    .notice-title {
        width: 54%;
    }

    .bs-tab .nav-bottom-toolbar {
        padding: 10px 2px;
    }

    .nav-bottom-toolbar>a {
        margin-right: 5px;
    }

    .score-item {
        padding: 16px 2px;
    }

    .score-item a {
        letter-spacing: -3px;
    }

    .score-anal {
        padding: 16px 15px;
    }

    .table-result td,
    .table-result th {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    span.odd-result,
    span.even-result,
    span.plop-result,
    span.broken-result {
        margin-left: 6px;
    }

    .odd-even>.odd,
    .odd-even>.even,
    .plop-broken>.plop,
    .plop-broken>.broken {
        width: 51%;
    }

    #powerball_oddeven .oddeven-title {
        padding: 10px 6px;
    }

    .table-anal th {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

@media (min-width: 768px) {
    .recent {
        /* border-right: 1px solid #ddd; */
    }

    .board {
        margin: 10px 0px;
        padding-right: 15px !important;
    }

    #powerball-recent,
    #powerladder_recent,
    #eospowerball_recent,
    #kenoladder_recent,
    #gamelist-recent {
        padding: 8px 15px;
    }

    .game-result {
        margin-left: 40px;
    }

    .game-title {
        margin-right: 20px;
    }

    .odd-even-progress,
    .under-over-progress {
        width: 54%;
    }
}

@media (min-width: 992px) {
    .recent {
        width: 32.5%;
        border-right: none;
        margin-right: 10px;
    }

    .board {
        margin: 0;
        padding: 0 !important;
        /* width: 27.4%; */
    }

    #powerball-recent,
    #powerladder_recent,
    #eospowerball_recent,
    #kenoladder_recent {
        padding: 8px 2px;
    }

    .game-title {
        margin-right: 0px;
    }

    .game-result {
        margin-left: 10px;
    }

    /* .odd-even-progress, .under-over-progress{
        width: 60%;
    } */
    .odd-even-progress,
    .under-over-progress,
    .left-right-progress {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .recent {
        /* width: 34.6%;
        margin-right: 10px; */
    }

    .board {
        /* width: 31%; */
    }

    .game-result {
        margin-left: 40px;
    }

    .game-title {
        padding-top: 8px;
    }

    #powerball-recent,
    #powerladder_recent,
    #eospowerball_recent,
    #kenoladder_recent,
    #gamelist-recent {
        padding: 8px 15px;
    }
}

.progress.right .color-gray {
    left: 5px;
}

.progress.right .color-white {
    right: 5px;
}

.progress.left .color-white {
    left: 5px;
}

.progress.left .color-gray {
    right: 5px;
}

.recent-results>.game-result>span.sm-powerball>p {
    display: inline-block;
    font-size: 10px;
    width: 8px;
    margin-bottom: 0px;
    vertical-align: top;
    padding-top: 3px;
    text-align: center;
}

span.sm-powerball {
    padding: 0px 3px;
    border-radius: 5px;
    background-color: #ffb400;
    color: #000;
    border: 1px solid #000;
    position: relative;
    left: 5px;
    top: -9px;
    margin-left: -14px;
}

button.btn-send {
    padding: 9px 12px;
    display: inline-block;
    background-color: darkturquoise;
    border: none;
    float: right;
    color: var(--white);
    border-radius: 4px;
}

#chat_area {
    border: none;
    box-shadow: none;
    font-size: 12px;
    width: 90%;
    display: inline-block;
    margin-left: 1px;
}

.chat-in-success {
    padding: 10px 20px;
    background-color: #b2d1e66b;
    border-radius: 10px;
    border: 2px dashed #3498db;
    color: #3498db;
    margin-bottom: 10px;
}

.chat-in-success>p.success,
.chat-in-success>p.notify {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    border: 1px solid #3498db;
    border-radius: 50%;
    font-size: 12px;
    line-height: 15px;
    color: #3498db;
    margin-right: 5px;
}

.chat-in-success>p.success:before {
    content: 's';
}

.chat-in-success>p.notify:before {
    content: 'n';
}

p.info:before {
    content: 'i';
}

.chat-fail {
    padding: 10px 20px;
    background-color: #a0959542;
    border: 2px dashed #b3acac;
    border-radius: 10px;
    color: #b3acac;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.chat-fail>p.info {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    border: 1px solid #a0959542;
    border-radius: 50%;
    font-size: 12px;
    line-height: 15px;
    color: #b3acac;
    margin-right: 5px;
}

.chat-content .user-icon {
    width: 10%;
    display: inline-block;
}

.chat-content .chat-wrapper {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

.chat-content .chat-nickname {
    font-weight: bold;
    margin-right: 10px;
    color: rgb(22, 21, 21);
}

.chat-content {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.chart-data>.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.team-ranking {
    margin-bottom: 15px;
    /* box-shadow: 0 8px 24px rgba(112, 144, 176, .2); */
}

.recent-results>.game-title {
    width: 56%;
}

.recent-results>.game-result {
    width: 58.33333333%;
}

@media(max-width: 1024px) {
    .site-wrapper {
        overflow-x: hidden;
    }
}

.login-info .option span {
    padding: 1px 5px 3px 5px;
    border-radius: 10px;
    /* border: 1px solid #ddd; */
    background: #BE0625;
    color: var(--white);
    margin-right: 6px;
    font-size: 8px;
}

.login-info .option {
    color: rgb(213, 83, 97);
    padding: 8px 20px;
    border-radius: 0;
}

.login-info table.table tr td {
    border-top: none;
    padding: 10px;
    text-align: center;
}

.login-info table.table tr td {
    width: 25%;
    cursor: pointer;
    color: #5B0132;
    font-weight: bold;
}

.login-info table.table tr td:hover {
    background: #ddd;
}

.login-info table.table tr td:not(:last-child) {
    /* border-right: 1px solid #ddd; */
}

.login-info .user>div {
    display: inline-block;
}

.login-info .user {
    padding: 12px 20px;
}

.login-info .level-wrapper {
    margin-left: 20px;
    vertical-align: top;
    width: 70%;
}

.login-info .level-wrapper .user-name {
    margin-bottom: 10px;
}

.login-info .level-wrapper .user-level .progress {
    height: 10px;
    margin-bottom: 4px;
}

.login-info .level-wrapper .user-level>span {
    font-size: 11px;
    color: #5B0132;
}