/* custom  nav-bar-dropdown*/
.rd-navbar-panel-inner.container{
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-panel-inner > * + * {
        margin-right: 25px;
        margin-left: 0px;
    }
}
.dropdown-profile .dropdown-toggle::after {
    display:none;
}

.dropdown-profile .icon{
    font-size: 25px;
}

@media (min-width: 1200px) {
    .dropdown-profile .icon{
        font-size: 20px;
    }

    .dropdown-profile .menu-profile h6{
        display: none;
    }
}
.dropdown-profile .menu-profile{
    width: 100%;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    z-index: 5;
}
.dropdown-profile .menu-profile h6{
    margin-top: -8px;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #15b095;
}

.dropdown-profile .menu-profile .dropdown-item:hover{
    color: #15b095;
    background-color: transparent;
}

.dropdown-profile .menu-profile a{
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .075em;
    text-transform: uppercase;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    width: 100%;
}

.dropdown-profile .menu-profile a,
.dropdown-profile .menu-profile a::before {
    transition: .15s ease-in-out;
}

.dropdown-profile .menu-profile a::before {
    position: relative;
    top: 6px;
    left: -6px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #15b095;
    font-size: inherit;
    line-height: inherit;
    color: #15b095;
    opacity: 0;
    visibility: hidden;
}

.dropdown-profile .menu-profile a:hover {

    padding-left: 34px;
    padding-right: 0;
}

.dropdown-profile .menu-profile a:hover::before {
    left: -7px;
    opacity: 1;
    visibility: visible;
}

/* dropdown custom */
#dropdownMenuButton:disabled{
    color: #a1a1a1;
    border-color: #a1a1a1;
}

#dropdownMenuButton:disabled:hover{
    background-color: transparent;
}

.game-info-secondary .dropdown{
    display: block;
    width: 100%;
}

.game-info-secondary .dropdown .dropdown-menu{
    width: 100%;
}

.dropdown-tournament{
    padding: 5px;
}

.dropdown-tournament .dropdown-item:hover {
    color: #15b095;
    background-color: transparent;
}

.dropdown-tournament a {
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .075em;
    text-transform: uppercase;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*padding: 10px 5px 10px 15px;*/
    padding-left: 5%;
    line-height: 40px;
    text-align: left;
    color: #151515;
}

.dropdown-tournament a,
.dropdown-tournament a::before {
    transition: .15s ease-in-out;
}

.dropdown-tournament a::before {
    position: relative;
    display: inline-block;
    content: '';
    top: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #15b095;
    font-size: inherit;
    line-height: inherit;
    color: #15b095;
    opacity: 0;
    visibility: hidden;
}

.dropdown-tournament a:hover {
    padding-left: 10%;
}

.dropdown-tournament a:hover::before {
    padding-right: 5px;
    opacity: 1;
    visibility: visible;
}

.game-info-secondary {
    display: flex;
    justify-content: center;
}
.game-info .container-title{
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .tournament-info {
        padding: 30px 15px 30px;
    }
}

 /*
 *  Common Table
*/

.table-common {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
}

.table-common thead th {
    height: 53px;
    padding: 0 15px 0 30px;
    font-size: 1.17em;
    color: #fff;
    background: #15b095;
}

.table-common tbody {
    color: #151515;
}

.table-common tbody tr {
    border-top: 1px solid #e1e1e1;
}

.table-common tbody td {
    height: 49px;
}

.cross-icon{
    cursor: pointer;
    color: #fb7979;
    transition: font-size .15s ease-in-out;
}

.cross-icon:hover{
    font-size: 16px;
}

.checkmark-icon{
    cursor: pointer;
    color: #35ad79;
    transition: font-size .15s ease-in-out;
}

.checkmark-icon:hover{
    font-size: 16px;
}

.team-pre-registered {
    display: block;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all .3s;
    padding: 15px 20px;
}

.btn-group.group-block{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

@media (max-width: 576px) {
    .btn-group.group-block{
        position: relative;
        display: block;
        width: 100%;
        justify-content: center;
    }

    .btn-group.group-block .btn {
        width: 100%;
        text-transform: uppercase;
    }
}

.btn-group.group-block .btn {
    flex: 1;
    text-transform: uppercase;
}

.btn-group.group-block .btn.btn-primary:hover {
    background-color: #059780;
    border-color: #15b095;
}

.btn-group.group-block .btn.btn-secondary:hover {
    background-color: #cb7979;
    border-color: #fb7979;
}

.player-info-figure .block-upload {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: inline-flex;
    z-index: 1;
}

.player-info-figure .block-upload > span {
    display: inline-block;
}

.player-info-figure .block-upload .button-icon{
    display: inline-block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: center;
    border-radius: 0;
}

.button-icon.button-yellow{
    background-color: #ffa04c;
    border-color: #ffa04c;
}

.button-icon.button-yellow:hover{
    background-color: #ffb06a;
}

.button-icon.button-green{
    background-color: #15b095;
    border-color: #15b095;
}

.button-icon.button-green:hover{
    background-color: #60c0b5;
}

.button-icon.button-red{
    background-color: #f05c5c;
    border-color: #f05c5c;
}

.button-icon.button-red:hover{
    background-color: #f05f7f;
}

.player-info-figure .block-upload .icon{
    line-height: 1;
}

.player-info-modern-figure .block-upload {
    position: absolute;
    z-index: 100;
}

.player-info-modern-figure.custom-figure {
    display: block;
    overflow: hidden;
    background: #26353c;
}

.player-info-modern-figure .block-upload > span {
    display: inline-block;
}

.player-info-modern-figure .block-upload .button-icon{
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.player-info-modern-figure .block-upload .icon{
    line-height: 1;
}

.btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

input[type="file"] {
    cursor: pointer;
}

@media (min-width: 461px) {
    .res-check {
        display: none;
    }
}

@media (max-width: 460px) {
    .res-check {
        display: contents;
    }
}

.team-pre-registered .button-icon{
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 2px 2px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-left: 5px;
}

.image-controls {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.image-controls .btn-rotate{
    width: 40px;
    height: 40px;
    padding: 5px 5px;
    margin: 2px;
}

.image-controls .btn-rotate .icon{
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.btn-rotate{
    background-color: #151515;
}

.select2-drop {
    z-index: 9999;
}

.select2-results {
    max-height: 250px;
    overflow-y: scroll;
}

.player-info-modern:hover .player-info-modern-title.no-transition {
    opacity: 1;
    transform: translateY(0);
}

.list-custom > li {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all .3s;
}

.list-custom > li a {
    color: #151515;
    width: 100%;
    height: 100%;
    padding: 17px 20px;
    text-align: center;
}

.list-custom > li span {
    color: #15b095;
    width: 100%;
    height: 100%;
    padding: 17px 20px;
    text-align: center;
}

.list-custom > li span:hover {
    color: #15b095;
    background: #fff;
}

.list-custom > li a:hover {
    color: #f5f5f5;
    background: #15b095;
}

.list-custom > li + li {
    border-top: none;
}

.custom-team-name{
    max-width: 115px;
    text-overflow: clip;
}

.url-mobile{
    color: #fff;
}

.aside-toolbar{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.aside-toolbar button{
    display: inline-block;
    margin: 0;
    width:  100px;
}

.aside-toolbar .button + .button {
    margin-top: 0;
}

/*
*
* Game Schedules Custom
*/

@media (max-width: 575px) {
    .game-info-score {
        font-size: 3em;
    }
    .game-info-score:nth-child(1) {
        margin-right: 15px;
    }
    .game-info-score:nth-child(2) {
        margin-left: 15px;
    }
}

@media (min-width: 576px) {
    .game-info {
        padding: 10px 15px 10px;
    }
    .game-info * + .group-sm {
        margin-top: 20px;
    }
    .game-info-classic .game-info-team {
        height: 195px;
    }
    .game-info-modern .game-info-team {
        min-height: 195px;
        height: auto;
    }
    .game-info-creative {
        padding-bottom: 0;
    }
    .game-info-creative .game-info-team {
        min-height: 195px;
        height: auto;
    }
    .game-info-middle {
        margin: 0 17px;
    }
    .game-info-middle-vertical {
        max-width: 170px;
        padding-bottom: 10px;
    }
    .game-info-team {
        width: 199px;
        padding: 10px 5px;
        border: 1px solid #e1e1e1;
    }
    .game-info-score {
        min-width: 70px;
        font-size: 3.28em;
    }
    .game-info-countdown {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.time-big + .game-result-divider-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

.game-info-main.game-info-custom{
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 0px;
}

/*
*
* Game Results Custom
*/

.game-result-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 10px;
}

/*
*
* Game overview custom
*/

.game-info-score.game-result-team-win{
    color: #15b095;
}

.game-info-score.game-result-team-lost{
    color: #9b9b9b;
}

.table-roster tbody td:nth-child(1) {
    width: 20%;
    padding-left: 24px;
    text-align: center;
}

.table-roster tbody td:nth-child(2) {
    width: 80%;
}

@media (max-width: 991px) {
    .table-roster tbody td:nth-child(1) {
        min-width: 20%;
        text-align: center;
    }
    .table-roster tbody td:nth-child(2) {
        min-width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .table-roster {
        font-size: 11px;
    }
    .table-roster tbody td:nth-child(1) {
        padding-left: 15px;
    }
}

.table-game-info {
    letter-spacing: .025em;
    border-collapse: separate;
    border-spacing: 3px 6px;
}
.table-game-info tbody tr{
    height: 50px;
    background-color: transparent;
}
.table-game-info td.table-game-info-game-scores-container-home,
.table-game-info td.table-game-info-game-scores-container-visitor{
    position: relative;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.table-game-info td.table-game-info-game-scores-container-home{
    flex-direction: row-reverse;
}
.table-game-info td.table-game-info-set-number{
    width: 5%;
    background: #2c2d31;
    color: #fff;
}
.table-game-info-label{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 50px;
    width: 100%;
    /*border: 1px solid #111;*/
    margin: 0px 2px 0px 2px;
}
.table-game-info-label-top,
.table-game-info-label-bottom{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}
.table-game-info-label-top{
    height: 40%;
    background: #2c2d31;
    color: #fff;
    padding: 2px;
}
.table-game-info-label-bottom{
    height: 60%;
    background: #edeff4;
    color: #111;
}
.table-game-info-label-bottom.winner{
    background: #15b095;
    color: #fff;
}
.table-game-info-label-bottom.looser{
    background: #9b9b9b;
    color: #fff;
}
.table-game-info-player-name{
    color: #2c2d31;
}
.table-game-info-goals{
    width: 5%;
    background: #2c2d31;
    color: #fff;
}
.table-game-info-team-name{
    color: #2c2d31;
    width: 20%;
}
.table-game-info-totals{
    color: #fff;
    background: #2c2d31;
    width: 5%;
}
.table-game-info-empty{
    background: #9b9b9b;
    color: #fff;
}
.table-game-info-score{
    width: 5%;
    color: #fff;
}
.table-game-info-score input{
    max-height: 40px;
}
.table-game-info .thead-custom th{
    background: #2c2d31;
    color: #fff;
    font-weight: normal;
}
.table-game-info th{
    padding: 7px 5px;
}

.table-game-info-score.winner{
    background: #15b095;
}

.table-game-info-score.looser{
    background: #9b9b9b;;
}

@media (max-width: 576px) {
    .table-game-info {
        font-size: 12px;
        border-spacing: 1px 3px;
    }
    .table-game-info-label{
        margin: 0px 1px 0px 1px;
    }
}

@media (max-width: 576px) {
    .table-game-info-player-name .select2-chosen{
        font-size: 11px;
    }
}

@media (min-width: 1200px){
    .game-info-classic .game-info-main {
        min-width: 800px;
    }
    .game-info-classic .table-game-info-wrap {
        max-width: 800px;
    }
    .game-info-classic .progress-bar-team {
        max-width: 48%;
    }
}

.player-info-progress.overview-stats{
    display: flex;
    width: 100%;
    height: 65px;
}
.overview-stats .progress-linear{
    width: 100%;
}
/*
*
* Modal Common
*/

.modal-common .modal-dialog {
    top: 50%;
    max-width: 300px;
    margin: 10px auto;
    transform: translateY(-50%);
}

.modal-common.show .modal-dialog {
    transform: translate(0, -50%);
}

@media (min-width: 576px) {
    .modal-common .modal-dialog {
        max-width: 450px;
    }
}

@media (min-width: 992px) {
    .modal-common .modal-dialog {
        max-width: 600px;
    }
}

/*
*
* Full Standings Common
*/

.card-group-custom {
    margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
    border-top: 0;
}

.card-group-custom .card + .card {
    margin-top: 0;
    border-top: 1px solid #e1e1e1;
}

.card-group-custom.card-group-corporate .card + .card {
    margin-top: 30px;
}

.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.card-custom a {
    display: block;
}

.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-custom .card-body {
    padding: 0;
    border: 0;
}

.card-corporate {
    text-align: left;
    box-shadow: -1px 2px 5px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title {
    margin-bottom: 0;
}

.card-corporate .card-title a,
.card-corporate .card-body {
    background: #fff;
}

.card-corporate .card-title a {
    position: relative;
    z-index: 1;
    padding: 21px 82px 21px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #2c343b;
    transition: 1.3s all ease;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #dedede;
}

.card-corporate .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden;
}

.card-corporate .card-title a.collapsed {
    border-radius: 6px;
    border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow {
    border-radius: 0 6px 6px 0;
}

.card-corporate .card-title a.collapsed .card-arrow:after {
    opacity: 1;
    visibility: visible;
}

.card-corporate .card-arrow {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -1px;
    z-index: 2;
    width: 70px;
    background: #15b095;
    border-radius: 0 6px 0 0;
    transition: .33s all ease;
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    background: #fff;
}

.card-corporate .card-arrow::before {
    width: 14px;
    height: 2px;
    right: 28px;
}

.card-corporate .card-arrow::after {
    width: 2px;
    height: 14px;
    right: 34px;
}

.card-corporate .collapse {
    position: relative;
    z-index: 1;
    color: #151515;
    border-radius: 0 0 6px 6px;
}

.card-corporate .card-body {
    padding: 25px 44px 25px 32px;
}

@media (max-width: 991px) {
    .card-corporate .card-title a,
    .card-corporate .card-body {
        padding-left: 25px;
    }
}

@media (min-width: 768px) {
    .card-corporate .card-title a {
        font-size: 18px;
    }
}

.card-standing {
    text-align: center;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #151515;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
}

.card-standing .card-body > div:first-child {
    padding-top: 0;
}

.card-standing .card-header {
    background: transparent;
}

.card-standing-inline {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.card-standing-aside-right {
    width: 100%;
}

.card-custom {
    padding-left: 30px;
    background: #fff;
    transition: all 200ms ease-in-out;
}

.card-custom.active {
    background: #f5f7f9;
}

.card-standing-caption {
    position: relative;
    padding-left: 30px;
    color: #fff;
    background: #15b095;
}

.card-standing-caption .card-standing-position {
    top: 50%;
    padding-left: 8px;
    transform: translateY(-50%);
}

.card-standing-caption-aside {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 13px 5px 13px 0;
}

.card-standing-caption-aside > * {
    padding: 0 3px;
}

.card-standing-team-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0px 15px 0;
}

.card-standing-team-item > * {
    padding: 0 3px;
}

.card-standing-team-item .card-standing-points {
    color: #15b095;
}

.card-standing-team-item .card-standing-points,
.card-standing-team-item .card-standing-number {
    font-weight: 400;
}

.card-standing-team-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 3px 18px 0;
}

.card-standing-team-details > * {
    padding: 0 5px;
}

.card-standing-divider {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 18px;
    border-top: 1px solid #d7d7d7;
}

.card-standing-position {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 30px;
    padding: 0 5px;
}

.card-standing-team,
.card-standing-game-status {
    width: 15%;
}

.card-standing-game-status {
    padding-left: 5px;
}

.card-standing-number {
    width: 7%;
}

.card-standing-number-double {
    width: 5%;
}

.card-standing-number-triple {
    width: 7%;
}

.card-standing-points {
    width: 5%;
}

.card-standing-diff {
    width: 9%;
}

.card-standing-average.players-scores {
    width: 15%;
}

.card-standing-number.players-scores {
    width: 9%;
}

.card-standing-points.players-scores {
    width: 10%;
}
.card-standing-team-item .card-standing-points.players-scores {
    color: #15b095;
}

.card-standing-team {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 3px;
}

.card-standing-team-figure {
    text-align: center;
    min-width: 45px;
}

.card-standing-team-figure img {
    height: auto;
    max-width: 45px;
}

.card-standing-team-title {
    margin-top: 5px;
}

.card-standing-game-status,
.card-standing-team-country {
    font-size: 0.86em;
    color: #9b9b9b;
}

.card-standing-toogle {
    height: 26px;
    width: 26px;
    font-size: 16px;
    line-height: 26px;
    color: #151515;
    background: #fff;
    border-radius: 4px;
    transition-duration: 200ms;
}

.card-standing-toogle:hover {
    color: #15b095;
}

.card-standing-toogle.collapsed {
    background: #f5f7f9;
}

.card-standing-toogle.collapsed::before {
    content: '\e145';
}

.card-standing-index {
    counter-reset: article;
}

.card-standing-index article .card-standing-counter:before {
    content: counter(article, decimal-leading-zero);
    counter-increment: article;
}

.card-standing-counter {
    font-size: 1.1em;
    line-height: 1;
    letter-spacing: .025em;
    color: #15b095;
    padding: 20px 3px 20px;
}

@media (max-width: 575px) {
    .card-standing-team-name {
        font-size: .86em;
    }
    .card-standing-group-name{
        padding: 10px 0px 10px 8px;
    }
}

@media (min-width: 576px) {
    .card-custom,
    .card-standing-caption {
        padding-left: 40px;
    }
    .card-standing {
        font-size: .86em;
        letter-spacing: .1em;
    }
    .card-standing-caption .card-standing-position {
        padding-left: 10px;
    }
    .card-standing-caption-aside {
        padding-right: 10px;
    }
    .card-standing-caption-aside > * {
        padding: 0 5px;
    }
    .card-standing-team-item {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 0px;
    }
    .card-standing-team-item > * {
        padding: 0 5px;
    }
    .card-standing-number {
        width: 6%;
    }
    .card-standing-number-double {
        width: 5%;
    }
    .card-standing-number-triple {
        width: 7%;
    }
    .card-standing-points {
        width: 6%;
    }
    .card-standing-diff {
        width: 6%;
    }
    .card-standing-toogle {
        height: 32px;
        width: 32px;
        font-size: 20px;
        line-height: 32px;
    }
    .card-standing-team-details {
        padding-right: 10px;
    }
    .card-standing-team,
    .card-standing-game-status {
        width: 17%;
    }
    .card-standing-position {
        min-width: 40px;
    }
    .card-standing-divider {
        margin-left: 18px;
    }
    .card-standing-game-status {
        padding-left: 22px;
    }
    .card-standing-team {
        align-items: center;
        flex-direction: column;
        padding-left: 0px;
    }
    .card-standing-team-name {
        text-align: center;
    }
    .card-standing-team-title {
        margin-left: 8px;
        margin-top: 0;
        letter-spacing: .05em;
    }
    .card-standing-counter {
        padding-left: 10px;
        line-height: 36px;
    }
    .card-standing-team-figure {
        min-height: 60px;
        line-height: 60px;
    }
    .card-standing-group-name{
        padding: 10px 0px 10px 15px;
    }
}

@media (min-width: 768px) {
    .card-custom,
    .card-standing-caption {
        padding-left: 55px;
    }
    .card-standing-team-item {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-right: 10px;
    }
    .card-standing-team-details {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .card-standing-position {
        min-width: 55px;
    }
    .card-standing-divider {
        margin-left: 77px;
    }
    .card-standing-number {
        width: 5%;
    }
    .card-standing-number-double {
        width: 5%;
    }
    .card-standing-number-triple {
        width: 6%;
    }
    .card-standing-points {
        width: 5%;
    }
    .card-standing-diff {
        width: 5%;
    }
    .card-standing-team,
    .card-standing-game-status {
        width: 22%;
    }
    .card-standing-team {
        flex-direction: row;
        padding-left: 0px;
    }
    .card-standing-team-name {
        text-align: left;
    }
    .card-standing-game-status {
        padding-left: 79px;
    }
    .card-standing-counter {
        font-size: 1.4em;
        line-height: 56px;
    }
    .card-standing-group-name{
        padding: 15px 0px 15px 15px;
    }
}

@media (min-width: 1200px) {
    .card-custom,
    .card-standing-caption {
        padding-left: 74px;
    }
    .card-standing-caption .card-standing-position {
        padding-left: 20px;
    }
    .card-standing-position {
        min-width: 74px;
    }.card-standing-number {
        width: 5%;
    }
    .card-standing-number-double {
        width: 5%;
    }
    .card-standing-number-triple {
        width: 5%;
    }
    .card-standing-points {
        width: 5%;
    }
    .card-standing-diff {
        width: 5%;
    }
    .card-standing-team,
    .card-standing-game-status {
        width: 30%;
    }
    .card-standing-team-name {
        text-align: left;
    }
    .card-standing-team-item {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-right: 10px;
    }
    .card-standing-counter {
        font-size: 1.71em;
        padding: 20px 0px 20px 30px;
    }
    .card-standing-group-name{
        padding: 30px;
    }
}

.card-standing-group-name{
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    background: #15b095;
}
.card-standing-group-name h5{
    color: #fff;
}

/*
*
* Manage Players
*/

@media (max-width: 340px) {
    #modalEditPlayer .modal-dialog{
        transform: translate(0, 0);
        top: 0;
    }
}

/*
*
* Manage Matches
*/

.game-result .matches-toolbar{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.game-result .matches-toolbar .button + .button{
    margin-top: 0px;
}

/* manage scores */
@media (min-width: 1200px){
    .manage-scores .table-game-info-wrap {
        max-width: 800px;
    }

    .manage-scores .game-info-main{
        min-width: 800px;
    }
}

/* manage schedule */

@media (max-width: 1199px) {
    .table-custom-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-custom-responsive.table-bordered {
        border: 0;
    }
}
.table-schedule {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
}

.table-schedule thead th {
    height: 53px;
    padding: 0 5px 0 5px;
    font-size: 12px;
    color: #fff;
    background: #35ad79;
}

.table-schedule tbody {
    color: #111;
}

.table-schedule tbody tr td:first-child {
    color: #35ad79;
}

.table-schedule tbody tr {
    border-top: 1px solid #e1e1e1;
}

.table-schedule tbody td {
    height: 49px;
    padding: 0 5px;
    border-right: 1px solid #e1e1e1;
}

.table-schedule tbody td:nth-child(1) {
    width: 4%;
}

.table-schedule td.scheduled-game {
    height: 100px;
    font-size: 11px;
    font-weight: normal;
    transition: background .35s ease-in-out;
}
.table-schedule td.scheduled-game:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.scheduled-game .scheduled-game-home-team{
    text-align: center;
    color: #333;
}
.scheduled-game .scheduled-game-visitor-team{
    text-align: center;
    color: #333;
    margin-top: 10px;
}
.scheduled-game .scheduled-game-date{
    margin-top: 20px;
    color: #666;
}
#formAddMatchday .select2-container-active{
    transition: border .35s ease-in-out;
    border: 1px solid #35ad79;
}

#formAddMatchday .select2-chosen{
    color: #111;
}

/* custom win loose toggle */
.btn-wl{
    font-weight: 500;
    transition: all .3s;
    display: flex;
    justify-content: center;
    padding: 15px 15px;
    line-height: 100%;
}

.btn-wl span{
    font-size: 20px;
}

.btn-won{
    border-color: #15b095;
    color: #15b095;
}
.btn-won.active,
.btn-won:hover{
    background-color: #15b095;
    color: #ffffff;
}

.btn-lost{
    border-color: #f05c5c;
    color: #f05c5c;
}

.btn-lost.active,
.btn-lost:hover{
    background-color: #f05c5c;
    color: #ffffff;
}

/* play - game preview  */
.game-preview{
    padding: 10px;
    margin-top: 30px;
}
.game-preview .game-info{
    border: 1px solid;
    border-color: #ffc107;
    transition: border-color .3s;
}
.game-preview .time-big span {
    color: #151515;
}
.game-preview .game-info-team-divider{
    color: #ffc107;
}
.game-preview .game-info-team-divider.off::before{
    background: #ffc107;
}
.game-preview .game-info-team-divider.off::after{
    background: #ffc107;
}
.game-preview .game-info-team-divider.on::before{
    background: #15b095;
}
.game-preview .game-info-team-divider.on::after{
    background: #15b095;
}
.game-preview #calendarProgressContainer{
    position: relative;
    margin-top: 20px;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    height: 80px;
    background-color: #fff;
}
.game-preview .progress-bar{
    background-color: #ffc107;
    transition: background-color .3s;
}
.game-preview .progress .event-teaser-custom{
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
}
.game-preview .progress .countdown-classic{
    position: relative;
    top: 15px;
}
.game-preview .progress .countdown-classic .countdown-section:not(:first-child)::before {
    color: #151515;
    background-image: url(../images/dot-dark.svg);
}
.game-preview .progress .countdown-period{
    font-size: 12px;
    color: #151515;
}
.game-preview .progress .countdown-amount{
    font-size: 30px;
    color: #151515;
}

@media (max-width: 340px) {
    .game-preview .progress .countdown-classic{
        top: 20px;
    }
    .game-preview .progress .countdown-classic .countdown-section:not(:first-child)::before {
        height: 19px;
        width: 6px;
    }
    .game-preview .progress .countdown-period{
        font-size: 9px;
        color: #151515;
    }
    .game-preview .progress .countdown-amount{
        font-size: 20px;
        color: #151515;
    }
}

/* game table */
.table-set-number{
    background-color: #15b095;
    color: #fff;
}
.table-game-number{
    background-color: #15b095;
    color: #fff;
}
.table-label{
    background-color: #2c2d31;
    color: #fff;
}
.table-game-result{
    color: #151515;
    width: 50%;
}
.table-game-player{
    color: #151515;
    width: 80%;
}
.table-game-score{
    background-color: #fff;
}
.game-options .col-12{
    justify-content: center;
    align-content: center;
}
.game-options .button + .button {
    margin-top: 0px;
}
.player-card-name {
    font-size: 14px;
}
td.game-scores-container{
    padding: 0;
    margin: 0;
}
.table-game-info-scores-container-home{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    margin: 0;
}
.table-game-info-scores-container-visitor{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    margin: 0;
}

/* player select widget*/
.available-roster{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.player-handler{
    display: block;
    position: relative;
    width: 140px;
    height: 140px;
    padding: 10px;
    border: 1px solid #999;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
    margin: 2px;
}

.player-handler:hover{
    outline: 1px solid #15b095;
}

.player-handler .player-slot{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.0);
    color: #fff;
    transition: all .3s;
    text-align: center;
}

.player-handler.selected{
    border: 1px solid #15b095;
}

.player-handler.selected .player-slot{
    background-color: rgba(255,255,255, 0.8);
}

.player-handler.selected img{
    transition: all .3s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.slot-label{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50%;
    top: 25%;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 35px;
    transition: all .3s;
    color: transparent;
}

.player-handler.selected .slot-label{
    color: #151515;
}

.player-pic{
    display: block;
    margin: 0 auto;
}

.player-data{
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
}

.player-name{
    color: #151515;
}

.button-accept-roster{
    width: 200px;
}

.game-select-players{
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
}

#modalValidateAction .game-result-main,
#modalValidateMatch .game-result-main{
    padding: 10px 10px;
}

#modalValidateAction .game-result-subtitle,
#modalValidateMatch .game-result-subtitle{
    color: #111;
    font-size: 16px;
    -webkit-animation: flash 1s ease-in-out infinite alternate;
}

#modalValidateAction .game-result-classic,
#modalValidateMatch .game-result-classic,
#modalOverviewMatches .game-result-classic {
    border: none;
}
#modalValidateAction .game-result-classic:hover {
    box-shadow: none;
}
#modalValidateMatch .game-result-classic:hover {
    box-shadow: none;
}
#modalOverviewMatches .game-result-classic:hover {
    box-shadow: none;
}

#bodyValidateAction,
#bodyValidateMatch{
    margin-bottom: 10px;
}

@media (max-width: 340px) {
    #modalOverviewMatches .modal-dialog{
        transform: translate(0, 0);
        top: 0;
    }

    #modalPostpone .modal-dialog{
        transform: translate(0, 0);
        top: 0;
    }
}

@media (max-width: 576px) {
    #modalOverviewMatches .modal-dialog{
        transform: translate(0, 0);
        top: 0;
        max-width: 340px;
    }

    #modalPlayerSelection .modal-dialog{
        transform: translate(0, 0);
        top: 0;
    }

    #listPlayerSelection .player-handler{
        width: 120px;
        height: 120px;
        padding: 2px;
    }

    #listPlayerSelection .player-handler .slot-label{
        top: 20%;
        font-size: 35px;
    }

    #listPlayerSelection .player-data{
        margin-top: 2px;
        font-size: 10px;
    }
}

@-webkit-keyframes blink {
    50% { border-color: #15b095; }
}

@-webkit-keyframes flash {
    50% { color: #15b095; }
}

.modal .alert{
    background-color: transparent;
    border: 1px solid transparent;
    color: #151515;
}

#modalLockScreen .modal-content{
    background-color: transparent;
    border: 0;
}
#modalLockScreen .alert{
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #15b095;
}

#modalLockScreen .modal-title{
    color: #fff;
}

#modalLockScreen .fa{
    color: #fff;
}

/* ***** */

#modalPostpone .calendar-container{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    padding: 10px;
}

#modalPostpone input.input-time{
    width: 100%;
    margin-top: 20px;
    border: 0;
    background-color: transparent;
    text-align: center;
    font-size: 20px;
}

#datepicker .datepicker-inline {
    width: 100%;
}
#datepicker table{
    width: 100%;
    color: #151515;
}

#datepicker .day{
    border-radius: 0px;
    color: #151515;
}

#datepicker .dow{
    color: #151515;
}

#datepicker .day.disabled{
    background-color: #e6e6e6;
    color: #9b9b9b;
}
#datepicker .day.active{
    background-color: #15b095;
    color: #fff;
}
/* live games */

#overview-games tr{
    min-height: 50px;
}



/*
 *  Single Elimination Bracket Style
*/
/*
main {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

@media (min-width: 200px) {

    .bracket {
        font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        padding: 10px;
        line-height: 1.4em;
    }

    .round {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 200px;
        list-style: none;
        padding: 0;
    }

    .round .spacer {
        flex-grow: 1;
    }

    .round .spacer:first-child,
    .round .spacer:last-child {
        flex-grow: .5;
    }

    .round .game-spacer {
        flex-grow: 1;
    }

    li.game {
        padding-left: 20px;
    }

    li.game.winner {
        font-weight: bold;
        color: #15b095;
    }

    li.game.looser {
        color: #f05c5c;
    }

    li.game span {
        float: right;
        margin-right: 5px;
        padding-left: 5px;
    }

    li.game-top {
        border-bottom: 1px solid #aaa;
    }

    li.game-spacer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-right: 1px solid #aaa;
        min-height: 40px;
    }

    li.game-bottom {
        border-top: 1px solid #aaa;
    }

    span.game-number {
        color: #868e96;
        font-size: 13px;
    }
}

@media (max-width: 799px) {

    .bracket {
        font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        padding: 10px;
        line-height: 1.4em;
    }

    .round {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 200px;
        list-style: none;
        padding: 0;
    }

    .round .spacer {
        flex-grow: 1;
    }

    .round .spacer:first-child,
    .round .spacer:last-child {
        flex-grow: .5;
    }

    .round .game-spacer {
        flex-grow: 1;
    }

    li.game {
        padding-left: 20px;
    }

    li.game.winner {
        font-weight: bold;
        color: #15b095;
    }

    li.game.looser {
        color: #f05c5c;
    }

    li.game span {
        float: none;
        text-align: center;
    }

    li.game-top {
        border-bottom: 1px solid #aaa;
    }

    li.game-spacer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-right: 1px solid #aaa;
        min-height: 20px;
    }

    li.game-bottom {
        border-top: 1px solid #aaa;
    }

    span.game-number {
        color: #868e96;
        font-size: 13px;
        margin-right: 5px;
    }
}

*/
