: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);

}

span.no-fill {
    background: none !important;
}

span.border {
    border: 1px solid #ddd;
}

span.gray {
    color: #555;
}

span.bg-green {
    background: #27ae60;
    background-image: linear-gradient(#9ce48b, #35af37);
    color: white;
}

span.bg-blue {
    background: #3498db;
    background-image: linear-gradient(#48abff, #0c4bda);
    color: white;
}

span.bg-blue1 {
    background: rgb(41, 128, 185);
    color: white;
}

span.bg-red {
    background: #e74c3c;
    background-image: linear-gradient(#ff5c3d, #dd322d);
    color: white;
}

span.bg-red1 {
    background: rgb(192, 57, 43);
    color: white;
}

span.bg-yellow {
    background: #f5b32b;
    color: white;
}

span.bg-pred {
    background: #c5393e;
    color: white;
}

span.bg-tblack {
    background: #000;
    color: white;
}

span.bg-dgreen {
    background: #3bc341;
    color: white;
}

span.bg-tviolet {
    background: #9333d6;
    color: white;
}

span.color-gray {
    color: #555;
}

span.color-pred {
    color: #c5393e;
}

span.color-yellow {
    color: #f5b32b;
}

span.color-tviolet {
    color: #9333d6;
}

span.color-white {
    color: white;
}

span.color-blue {
    color: #3498db;
}

span.color-red {
    color: #5B0132;
}

span.color-black {
    color: black;
}

span.color-green {
    color: #27ae60;
}

span.bg-violet {
    background: #af28c7;
    color: white;
}

span.bg-black {
    background: #393e46;
    color: white;
}

span.bg-gray {
    background: #f5f5f5;
    color: black;
}

span.br-blue {
    border: 1px solid #3498db;
}

span.br-green {
    border: 1px solid #27ae60;
}

span.br-red {
    border: 1px solid #e74c3c;
}

span.br-gray {
    border: 1px solid #ddd;
}

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

#powerball_oddeven .odd-even,
#powerball_oddeven .plop-broken {
    float: left;
    display: table;
    margin: 10px 4px !important;
}

@media screen and (max-width: 768px) {

    #powerball_oddeven .odd-even,
    #powerball_oddeven .plop-broken {
        width: 100%;
    }
}

#powerball_oddeven .plop-broken {
    float: right;
}

#powerball_oddeven .oddeven-result {
    width: 100%;
    overflow-x: auto;
}

#powerball_oddeven .oddeven-result::-webkit-scrollbar {
    width: 10px;
}

#powerball_oddeven .oddeven-result::-webkit-scrollbar-thumb {
    background-color: #DCDFDF;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}

#powerball_oddeven .oddeven-result::-webkit-scrollbar-track {
    background-color: #00000000;
}

.odd-even>.odd,
.odd-even>.even,
.plop-broken>.plop,
.plop-broken>.broken {
    display: table-cell;
    width: 55%;
}

.ball-lms>.ball_lms
{
    display: table-cell;
    width: 33%;
}

span.odd-result,
span.even-result,
span.plop-result,
span.broken-result {
    margin-left: 8px;
    letter-spacing: -1px;
}

.power-oddeven-result td.odd {
    color: #3498db;
}

.power-oddeven-result td.even {
    color: #e74c3c;
}

.power-oddeven-result td.power {
    color: #c5393e;
}

.power-oddeven-result td.ball {
    color: #f5b32b;
}

.power-oddeven-result td.tie {
    color: black;
}

.power-oddeven-result td.dragon {
    color: #3bc341;
}

.power-oddeven-result td.tiger {
    color: #af28c7;
}

table.power-oddeven-result td {
    padding: 4px !important;
    text-align: center;
    height: 39px;
    vertical-align: middle !important;
}

table.power-oddeven-result td>span {
    /* padding: 5px; */
    width: 30px;
    border-radius: 6px;
    /* color: white; */
    height: 30px;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}

table.power-oddeven-result td>span>p {
    padding-top: 2px;
}

td.even>span {
    background: #e74c3c;
}

td.odd>span {
    background: #3498db;
}

.title-even,
.title-odd {
    display: inline-block;
    margin: 0 10px;
}

.odd-even-progress,
.under-over-progress,
.left-right-progress {
    border-radius: 10px !important;
    width: 70%;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
}

.odd-even-progress>.progress,
.under-over-progress>.progress,
.left-right-progress>.progress {
    margin-bottom: 0px;
    border-radius: 10px;
}

.odd-even-progress>.progress>.progress-bar-success,
.left-right-progress>.progress>.progress-bar-success {
    background: #3498db;
}

.progress-bar.right {
    float: right;
}

.progress-bar.left {
    float: left;
}

.progress-bar-red {
    background: #e74c3c;
}

.progress-bar-blue {
    background: #3498db;
}

.progress>span {
    line-height: 20px;
}

.under-over-progress>.progress>.progress-bar-success {
    background: #e74c3c;
}

.progress.right>.progress-bar {
    float: right;
}

.progress.right>span {
    position: absolute;
    top: 2px;
}

.progress.right>.progress-bar>span {
    position: absolute;
    top: 0px;
}

.progress.left>span {
    position: absolute;
    left: 0px;
    top: 2px;
}

.progress.left>.progress-bar>span {
    position: absolute;
    top: 0px;
    right: 0px;
}

table.table-anal td,
table.table-anal th {
    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
}

.table-anal thead {
    background: #f2f2f7;
}

table.table-anal tr {
    height: 50px;
}

table.table-anal tr td,
table.table-anal tr th {
    vertical-align: middle;
    color: #333333;
}

a.btn-more {
    width: 100%;
    border-radius: 0;
    background: #f2f2f7;
    /* border: 1px solid #ddd; */
    border-top: 0;
    padding: 10px 0;
    color: #333333;
}

.b-1 {
    /* border: 1px solid #d1d1d1 !important; */
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(69, 69, 69, 0.1);
}

.b-1-b {
    border: 1px solid black;
}

.bl-1 {
    border-left: 1px solid #ddd;
}

.br-1 {
    border-right: 1px solid #ddd;
}

.bt-1 {
    border-top: 1px solid #ddd;
}

.bb-1 {
    border-bottom: 1px solid #ddd;
}

.bl-0 {
    border-left: 0px !important;
}

.br-0 {
    border-right: 0px !important;
}

.b-0 {
    border: none !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.nav-color {
    background: #f2f2f7;
}

.nav-over {
    background: #3498db;
}

.ml-4 {
    margin-left: 4px;
}

.mr-4 {
    margin-right: 4px;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.team-ranking a {
    color: black;
    cursor: pointer;
}

.team-ranking td {
    font-size: 12px;
}

.team-ranking img {
    width: 20px;
    margin-right: 3px;
}

.progress {
    position: relative;
}

.bold {
    font-weight: bold;
}

.top-photo-item {
    width: 20%;
    float: left;
    display: flex;
    align-items: center;
    padding: 5px;
}

.top-photo-item img {
    width: 100%;
    height: 70px;
}

.team-ranking-table tbody tr td:nth-child(2) {
    color: #222;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.circle {
    padding: 5px 1px;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    font-size: 11px;
    letter-spacing: -1px;
}

span.circle>p {
    margin-bottom: 0px;
    width: 24px;
    height: 16px;
    text-align: center;
}

table.cell-middle>tbody>tr>td {
    vertical-align: middle !important;
}

table.freeboard>tbody>tr>td>a:hover {
    text-decoration: underline;
}

.btn-write {
    font-size: 12px;
    background: rgb(231, 77, 58);
    color: white;
    padding: 10px 24px;
    height: 36px;
    line-height: unset;
}

.btn-list {
    font-size: 12px;
    background: #ddd;
    padding: 10px 24px;
    height: 36px;
    line-height: unset;
}

.bootstrap-datetimepicker-widget {
    list-style: none;
    background-color: #fff;
}

.name-input::-webkit-input-placeholder {
    color: #757b87;
    font-size: 12px;
}

span.rect {
    padding: 4px 4px;
    border-radius: 4px;
}

span.rect>p {
    width: 50px;
    display: inline-block;
    text-align: center;
}

.pick-table td {
    vertical-align: middle !important;
}

.pick-table td .img-chat {
    width: 30px;
}

#freeboard .content img,
#humor .content img,
#photo .content img,
#video .content img,
#freeboard .content video,
#humor .content video,
#photo .content video,
#video .content video {
    max-width: 100% !important;
}

#overlay {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 10000;
}

#myLoadingGif {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 100;
}

.tab_container .user_tab {
    height: auto;
}

/* _________ Accordion-Tabbular Section _________ */
.tabbable-panel {
    padding: 10px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
    border: none;
    margin: 0px;
}

.tabbable-line>.nav-tabs>li {
    margin-right: 2px;
    background-color: #F2EDED;
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    margin-right: 0;
    color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
    border-bottom: 4px solid #01bc8c;
    background-color: #F2EDED;
    outline: none;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    background-color: #F2EDED;
    color: #333333;
}

.nav>li>a:focus {
    outline: none;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
    color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
    border-bottom: 4px solid #01bc8c;
    position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #404040;
}

.tabbable-line>.tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0;
}

/* _________ //Accordion-Tabbular Section End _________ */

.avatar {
    width: 30px !important;
    height: 30px;
}
.m_tab_dropdown .sub_tab_pc {
    width: 100%;
    position: absolute;
    display: none;
    top: 52px;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    background-color: #fbb034;
    background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
    box-sizing: border-box;
    z-index: 99;
}

.m_tab_dropdown .sub_tab_pc>a {
    letter-spacing: -.1em;
    display: block;
    padding: 10px 0;
    color: #000000;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer
}
.m_tab_dropdown .sub_tab_pc>a:hover {
    background-color: var(--primary-400);
    color: #fff;
}
.m_tab_dropdown .sub_tab_pc>a.active {
    background-color: var(--primary-400);
    color: #fff;
}
#tab_powerball > a{
    cursor: pointer;
}