/*
 * Text Color Helper
 */
.text-main-1 {
    color: #dd163b !important;
}

.text-main-2 {
    color: #a714b9 !important;
}

.text-main-3 {
    color: #38a220 !important;
}

.text-main-4 {
    color: #22a2b1 !important;
}

.text-main-5 {
    color: #1464d2 !important;
}

.text-main-6 {
    color: #ef9e2b !important;
}

.text-primary {
    color: #0275d8 !important;
}

.text-success {
    color: #38a220 !important;
}

.text-info {
    color: #22a2b1 !important;
}

.text-warning {
    color: #ef9e2b !important;
}

.text-danger {
    color: #e2361f !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

.text-dark-1 {
    color: #171e22 !important;
}

.text-dark-2 {
    color: #232930 !important;
}

.text-dark-3 {
    color: #293139 !important;
}

.text-dark-4 {
    color: #303e47 !important;
}

/*
 * Bg Color Helper
 */
.bg-main-1 {
    background-color: #dd163b !important;
}

.bg-main-2 {
    background-color: #a714b9 !important;
}

.bg-main-3 {
    background-color: #38a220 !important;
}

.bg-main-4 {
    background-color: #22a2b1 !important;
}

.bg-main-5 {
    background-color: #1464d2 !important;
}

.bg-main-6 {
    background-color: #ef9e2b !important;
}

.bg-primary {
    background-color: #0275d8 !important;
}

.bg-success {
    background-color: #38a220 !important;
}

.bg-info {
    background-color: #22a2b1 !important;
}

.bg-warning {
    background-color: #ef9e2b !important;
}

.bg-danger {
    background-color: #e2361f !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-dark-1 {
    background-color: #171e22 !important;
}

.bg-dark-2 {
    background-color: #232930 !important;
}

.bg-dark-3 {
    background-color: #293139 !important;
}

.bg-dark-4 {
    background-color: #303e47 !important;
}

/* Teammate */
.nk-teammate-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #090b0d;
}

.nk-teammate-card .nk-teammate-card-photo {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 50%;
    padding-right: 1px;
}

.nk-teammate-card .nk-teammate-card-photo img {
    width: 50%;
    height: auto;
}

.nk-teammate-card .nk-teammate-card-info {
    width: 100%;
    padding-left: 15px;
}

.nk-teammate-card .nk-teammate-card-info > table {
    width: 100%;
}

.nk-teammate-card .nk-teammate-card-info > table > tbody > tr > td {
    padding: 10px 10px;
}

.nk-teammate-card .nk-teammate-card-info > table > tbody > tr + tr > td {
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .nk-teammate-card {
        display: block;
    }
    .nk-teammate-card .nk-teammate-card-photo,
    .nk-teammate-card .nk-teammate-card-info {

        padding-right: 0;
        padding-left: 0;
    }
}

/* Score */
.nk-match-score {
    display: inline-block;
    padding: 9px 19px;
    font-family: "Bai Jamjuree", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #546374;
    border-radius: 4px;
}

/* Match */
.nk-match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 20px;
    color: #fff;
    background-color: #111111;
}

.nk-match + .nk-match {
    margin-top: 15px;
}

.nk-match .nk-match-team-left,
.nk-match .nk-match-team-right,
.nk-match .nk-match-status {
    width: 35%;
}

.nk-match .nk-match-team-left > a,
.nk-match .nk-match-team-right > a,
.nk-match .nk-match-status > a {
    color: inherit;
    text-decoration: none;
}

.nk-match .nk-match-team-left > a:hover,
.nk-match .nk-match-team-right > a:hover,
.nk-match .nk-match-status > a:hover {
    color: #dd163b;
}

.nk-match .nk-match-team-left > *,
.nk-match .nk-match-team-right > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nk-match .nk-match-status {
    width: 30%;
    text-align: center;
}

.nk-match .nk-match-status .nk-match-status-vs {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.nk-match .nk-match-status .nk-match-status-date {
    display: block;
    font-size: .9em;
}

.nk-match .nk-match-status .nk-match-score {
    margin-top: 10px;
}

.nk-match .nk-match-team-right {
    text-align: right;
}

.nk-match .nk-match-team-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.nk-match .nk-match-team-left .nk-match-team-name {
    padding-left: 20px;
}

.nk-match .nk-match-team-right .nk-match-team-name {
    padding-right: 20px;
}

@media (max-width: 991px) {
    .nk-match {
        display: block;
    }
    .nk-match .nk-match-team-left,
    .nk-match .nk-match-team-right,
    .nk-match .nk-match-status {
        width: 100%;
    }
    .nk-match .nk-match-status {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Team */
.nk-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: #fff;
    background-color: #293139;
}

.nk-team + .nk-team {
    margin-top: 15px;
}

.nk-team .nk-team-logo {
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.nk-team .nk-team-logo img {
    max-width: 140px;
    height: auto;
}

@media (max-width: 767px) {
    .nk-team .nk-team-logo img {
        max-width: 50px;
    }
}

.nk-team .nk-team-cont {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px;
    z-index: 0;
}

.nk-team .nk-team-cont a {
    color: inherit;
    text-decoration: none;
}

.nk-team .nk-team-cont a:hover, .nk-team .nk-team-cont a.hover, .nk-team .nk-team-cont a:focus, .nk-team .nk-team-cont a:active {
    color: #dd163b;
}

.nk-team .nk-team-cont .nk-team-photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: -1;
}

@media (max-width: 767px) {
    .nk-team .nk-team-cont .nk-team-photo {
        display: none;
    }
}
