﻿/*------------------------------------------------------------------
* Bootstrap Simple Admin Template
* Version: 3.0
* Author: Alexis Luna
* Website: https://github.com/alexis-luna/bootstrap-simple-admin-template
-------------------------------------------------------------------*/

@import "../components/navbar/navbar-dropdowns.css";
@import "../components/sidebar/sidebar-default.css";


/*------------------------------------------------------------------
# [Color codes]

# teal: #00b5ad
# olive: #b5cc18
# violet: #6435c9
# orange: #f2711c
# darkgray: darkgray
# blue: #2185d0
# grey: #767676
# */

/*------------------------------------------------------------------
[Typography]

Body:           1em / "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
Headers:        2em / "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
parapgraph:     1em / "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;

Notes:  decreasing heading by 0.4em with every subsequent heading level
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body / #body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Sidebar / #sidebar
6. Boxes / .box
7. Dashboard cards / .card
8. Miscellaneous
9. Adjustments to dafault behaviors
10. Colors / .teal, .olive, .violet, .orange, .darkgray, .blue, .grey
11. Responsive properties
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Body / #body]
*/

/*just test*/

* {
    direction: rtl;
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../font/Lato-Regular.eot");
    src: url("../font/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Regular.woff") format("woff"), url("../font/Lato-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("/font/NotoKufiArabic-Light.ttf") format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("/font/NotoKufiArabic-Regular.ttf") format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("/font/IBMPlexSansArabic-Regular.ttf") format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("/font/IBMPlexSansArabic-Medium.ttf") format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("/font/IBMPlexSansArabic-Bold.ttf") format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@300;400&display=swap');*/

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
a,
td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Noto Kufi Arabic','IBM Plex Sans Arabic', sans-serif !important;
}


body {
    width: 100%;
    height: 100%;
    background: #f4f6fa;
    font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #444;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow-x: hidden
}

#body {
    width: 100%;
    padding: 0;
    min-height: 95vh;
    transition: all 0.3s;
}

    /*------------------------------------------------------------------
[2. Header / #header]
*/
    #body > .navbar {
        padding: 0 1.5rem;
        min-height: 54px;
        box-shadow: none;
        border-bottom: 1px solid rgba(101, 109, 119, .16);
    }

/*------------------------------------------------------------------
[3. Navigation / #navbar] - see /components/navbar/navbar-dropdown.css
*/
.default-light-menu {
    border: none !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff;
}

    .default-light-menu:hover {
        background: #2196F3 !important;
        color: #fff;
    }

/*------------------------------------------------------------------
[4. Content / #content]
*/
#body > .content {
    position: relative;
    padding: .5rem;
}

#body .content .page-title h3 {
    margin: 1rem 0;
}

.page-header {
    margin-top: 1.25rem;
}

.page-pretitle {
    font-size: .8rem;
    text-transform: uppercase;
    line-height: 1.6;
    color: #656d77;
}

.page-title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5555556;
}

.detail-subtitle {
    text-align: right;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1.6;
}

/*------------------------------------------------------------------
[5. Sidebar / #sidebar] - see /components/sidebar/sidebar-default.css
*/

/*------------------------------------------------------------------
[6. Boxes / .box] 
*/
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px 20px;
    background-color: #FAFAFA;
    text-align: right;
}

.box-primary {
    border-top-color: #22a1f9;
}

/*------------------------------------------------------------------
[7. Dashboard Cards / .card] 
*/
.card {
    margin-bottom: 15px;
    box-shadow: rgba(35, 46, 60, .04) 0 2px 4px 0;
}

    .card .content {
        padding: 15px 15px 10px 15px;
    }

        .card .content .icon-big {
            font-size: 3em;
            min-height: 64px;
            line-height: 64px;
        }

        .card .content .number {
            float: right;
            font-size: 1.5em;
            text-align: right;
            font-weight: bolder;
        }

        .card .content .footer {
            background-attachment: fixed;
            position: relative;
            padding: 0;
            line-height: 30px;
        }

        .card .content .stats {
            display: inline-block;
            color: #a9a9a9;
        }

/*------------------------------------------------------------------
[8. Miscellaneous ] 
*/
.line {
    border-bottom: 1px solid #E0E0E0;
}

.nav-pills {
    padding: 15px;
    background-color: #E0E0E0;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.btn-rounded {
    border-radius: 100%;
    font-size: small;
    text-shadow: none !important;
    background: #eaeaea;
    border-color: transparent;
    border: none;
}

    .btn-rounded:hover {
        border-color: transparent;
        border: none;
    }

#myTab {
    margin-bottom: 15px;
}

.no-margin {
    margin: 0;
}

.dfd {
    width: 100%;
}

.bg-lighter-grey {
    background: #FAFAFA;
}

/*------------------------------------------------------------------
[9. Adjustments to default behaviors] 
*/
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn.btn-square {
    border-radius: 0;
}

.table td,
.table th {
    vertical-align: middle;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    font-size: .8rem;
    bottom: .9rem;
}

.dataTables_info {
    visibility: hidden;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: block;
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -2px;
    }

    .nav-tabs .nav-link {
        border: none;
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
        color: inherit;
    }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: #007bff;
            background-color: #fff;
            border-bottom: 2px solid #22a1f9;
        }

.tab-content {
    padding: 15px;
}

.svg-inline--fa {
    min-width: 15px;
}

.display-absolute {
    position: absolute;
}

.large-icon {
    font-size: 3em;
}

.license span {
    margin-bottom: 1em;
}

/*------------------------------------------------------------------
[10. Colors / .teal, .olive, .violet, .orange, .darkgray, .blue, .grey] 
*/
.teal {
    color: #00b5ad !important;
}

.olive {
    color: #b5cc18 !important;
}

.violet {
    color: #6435c9 !important;
}

.orange {
    color: #f2711c !important;
}

.darkgray {
    color: darkgray !important;
}

.blue {
    color: #2185d0 !important;
}

.grey {
    color: #767676 !important;
}


/* Hussain */
.b-logo {
    margin-top: 50%;
    position: absolute;
    opacity: 10%;
}


.tour-rankm {
    margin-right: 12px !important;
}

.tour-rankml {
    direction: ltr !important;
    margin-left: 12px;
}

.tour_ranimg {
    width: 300px;
}

.tour_ranmr {
    margin-right: -55px;
    width: 114%;
}
/* Ali */
.user-jas {
    justify-content: center;
}

.fo-btn {
    width: 100%;
}

.draw-btn {
    width: 100%;
}

.list-unstyled {
    padding-left: inherit;
    padding-right: 0;
    list-style: none;
}

/*vertical table*/
.vertical-text {
    transform: rotate(180deg);
    margin: 0;
    writing-mode: vertical-rl !important;
    text-orientation: mixed;
}
/* HI */
.btn-top {
    margin-top: 16% !important;
}

.draw-btn {
    margin-bottom: 15px;
}

.text-ptab {
    text-align: center;
}

/* 
.tr-viwe  {
    border-radius: 30px;
    padding-bottom: 130px !important;
    background: #8eb5dd;
    border-color: inherit;
    margin: 72px;
    border: 37px solid #ffffff;
    border-width: 31px;

  }
 */

.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
}

    .cd-nugget-info span {
        vertical-align: middle;
        display: inline-block;
    }

        .cd-nugget-info span svg {
            display: block;
        }

    .cd-nugget-info .cd-nugget-info-arrow {
        fill: #5e6e8d;
    }

.cd-alert-trigger {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin: 3em auto;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50em;
    background: #35a785;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 1170px) {
    .cd-alert-trigger {
        margin: 6em auto;
    }
}

.cd-alert {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

    .cd-alert.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }

.cd-alert-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .cd-alert-container p {
        padding: 3em 1em;
    }

    .cd-alert-container .cd-buttons:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-alert-container .cd-buttons a {
        display: block;
        height: 60px;
        line-height: 60px;
        text-transform: uppercase;
        color: #FFF;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }


    .cd-alert-container .cd-alert-close {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 30px;
        height: 30px;
    }

        .cd-alert-container .cd-alert-close::before, .cd-alert-container .cd-alert-close::after {
            content: '';
            position: absolute;
            top: 12px;
            width: 14px;
            height: 3px;
            background-color: #8f9cb5;
        }

        .cd-alert-container .cd-alert-close::before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            left: 8px;
        }

        .cd-alert-container .cd-alert-close::after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            right: 8px;
        }

.is-visible .cd-alert-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-alert-container {
        margin: 8em auto;
    }
}

.d-viwe {
    text-align: center;
    background: #FAFAFA;
    direction: rtl;
    border-radius: 0.8rem;
    font-size: 1.2em;
    width: 52%;
}

.mrtr-4 {
    margin-right: 50px;
}

.viwe-text {
    text-align: center;
    font-size: 55px;
}

.cont-viw {
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 26px;
}

.viwe-bag-colr {
    border-radius: 15px;
    margin-top: 50px;
    background: #e7e7e7;
    margin-bottom: 15%;
}

/* card box 1 */

/* Hussain */
.cs-bg {
    background: url(../img/Group-510.svg) no-repeat right top;
    background-size: cover;
}

.cs-navcolor {
    width: 100%;
    background-color: #FFFFFF !important;
}

.cs-widget {
    position: relative;
    border-radius: 8px;
    border: none;
    background: #ffffff;
    margin-top: 8px;
}

.cs-survey-region {
    border-radius: 10px;
    background: #FFFF;
    padding: 9px;
}

.h-dash {
    margin-bottom: 5px;
    min-height: 70px;
}

.cs-color-text {
    color: #8E8C86;
    text-align: center;
}

.cs-btn-color {
    background-color: #343741;
    color: #FFF;
    width: 250px;
    height: 50px;
}


.cs-border {
    width: 65px;
    height: 6px;
    background: #E4E5E6;
    opacity: 1;
    border-radius: 25px;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.cs-img-size {
    width: 193.92px;
    height: 139px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.main-head {
    height: 150px;
    background: #FFF;
}


.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .btn-top {
        margin-top: 0 !important;
    }

    .draw-btn {
        margin-bottom: 15px;
    }

    .tour_ranimg {
        width: 120px;
    }
}

@media screen and (max-width: 450px) {
    .login-form {
        margin-top: 10%;
    }

    .register-form {
        margin-top: 10%;
    }

    .btn-top {
        margin-top: 0 !important;
        margin-bottom: 5%;
    }

    .draw-btn {
        margin-bottom: 15px;
    }

    .d-viwe {
        width: 100%;
    }

    .d-viwe {
        font-size: 14px;
    }

    .fl-viw {
        margin-right: -23px;
    }
}

@media screen and (min-width: 768px) {
    .main {
        margin-left: 40%;
    }

    .sidenav {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .register-form {
        margin-top: 20%;
    }
}

.logo {
    margin: 20px
}

.login-main-text {
    margin: 60px;
}

    .login-main-text h2 {
        font-weight: 300;
    }

.formBG {
    background: #fff;
    padding: 10px;
}

.loginTxt {
    font-size: 24px;
    color: #343741;
    font-weight: bolder;
}

.loginSumary {
    color: #8E8C86;
    font-size: 18px;
}

.formStyle {
    background: #F2F2F2;
}

.bt-bake {
    color: #18a04c;
    border-color: #18a04c;
}

    .bt-bake:hover {
        color: #11813c;
        border-color: #11813c;
    }

.bt-gray {
    color: #343741;
    border-color: #343741;
}

    .bt-gray:hover {
        color: #68696e;
        border-color: #68696e;
    }

.dropdown-menu-end[data-bs-popper] {
    left: 0;
    right: auto;
}

/* end card box */
.ms-auto {
    margin-right: auto !important;
    margin-left: inherit !important;
}

.colors-log {
    color: #fff !important;
    background-color: #18a04c;
    border-color: #149746;
}
.colors-bt-log {
    color: #fff !important;
    background-color: #18a04c;
    border-color: #149746;
}

    .colors-bt-log:hover {
        color: #fff;
        background-color: #1e8344;
        border-color: #375844;
    }

.colors-bt-logl:link {
    color: #fff;
    background-color: #1e8344;
    border-color: #375844;
}

.nav-dropdown .nav-link-menu {
    min-width: 130px;
    text-align: right;
}

.color-hover:hover {
    background-color: #c8c9c878;
}

#sidebar .sidebar-header {
    padding-bottom: 79px !important;
    padding: 0.4rem 1rem;
    border-bottom: 1px solid rgba(101, 109, 119, .16);
    max-height: 55px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #18a04c;
    border-color: #18a04c;
}

.box-primary {
    border-top-color: #18a04c;
}

#sidebar ul li a:hover, #sidebar ul li a.active {
    color: #18a04c;
    background: #c8c9c878;
}

.mar-ten {
    margin-right: 10%;
}

#sidebar ul li a.active > .icon-tran-r:link {
    transform: rotate(0.25turn) !important;
}

.icon-tran-r:active {
    transform: rotate(0.25turn) !important;
}

.icon-tran-r:hover {
    transform: rotate(0.25turn) !important;
}

.form-control-sm {
    margin-bottom: 10px !important;
    width: 200px !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 15px 0px !important;
}

.page-item:last-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.p-cut {
    width: 200%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding: 20px; */
    /* font-size: 1.3rem; */
    /* margin: 0; */
    /* background: white; */
}
/* end Hussain */
/* CSS For POLA - MUSAB */
.tournament {
    position: relative;
    min-height: 300px;
    padding: 30px 0 0;
}
/*Pola Background Image - ALI*/
    .tournament:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        background-image: url(/img/STF-logo.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 66%;
    }
/*END ALI*/
.tournament__grid {
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: stretch;
    min-height: 400px;
}

.tournament__round {
    position: relative;
    flex: 1 0;
    overflow: inherit;
    display: flex;
    flex-direction: column;
}

.tournament__match {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1 0;
    align-items: center;
    min-height: 100px;
}

    .tournament__match:first-child {
        margin: 0 !important;
    }

.tournament__round--first-round .tournament__match {
    padding-left: 0;
}

.tournament__round--winner .tournament__match {
    padding-right: 0;
    height: 32px;
}

.tournament__match:after {
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    background: rgba(0, 0, 0, .2);
    top: 25%;
    bottom: 25%;
}

.tournament__round--winner .tournament__match:after, .tournament__round--end-point .tournament__match:after {
    display: none;
}

.tournament__match__team {
    font-size: 14px;
    font-weight: bold;
    transition: color 0.3s ease;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
    background: rgb(150 150 150 / 30%);
    display: block;
    position: relative;
    width: auto;
    max-width: 200%;
    height: 32px;
    line-height: 32px;
    padding: 0 5px 0 36px;
    margin: auto;
    border-radius: 5px;
}

    .tournament__match__team:hover {
        color: #6d6d6d;
    }

    .tournament__match__team:before, .tournament__match__team:after {
        content: '';
        position: absolute;
        top: 50%;
        width: 999px;
        height: 2px;
        margin-top: -1px;
        background: rgba(0, 0, 0, .2);
    }

    .tournament__match__team:after {
        left: 100%;
    }

.tournament__round:last-child .tournament__match__team:after, .tournament__round--end-point .tournament__match__team:after {
    display: none;
}

.tournament__match__team:before {
    right: 100%;
}

.tournament__round:first-child .tournament__match__team:before {
    display: none;
}

.PolaNumber {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.printPlayer {
    background-color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

.td-Print {
    border-width: 0 0 !important;
}

#green-head {
    background-color: #18a04c;
    display: block;
    height: 5px;
    border-radius: 5px 5px 0px 0;
}

#white-sperate {
    background-color: #FFF;
    display: block;
    height: 10px;
}

.print-details {
    direction: rtl;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px
}

/* End CSS FOR POLA - MUSAB */
/*------------------------------------------------------------------
[11. Responsive properties] 
*/
@media (max-width: 820px) {
    .botton-margin-ipad {
        margin-top: 32% !important;
    }

    .tournament__round {
        position: relative;
        flex: 1 0;
        overflow: initial;
        display: flex;
        flex-direction: column;
    }

    .tournament__grid {
        /* overflow-x: auto; */
        font-size: 0;
        line-height: 0;
        display: flex;
        align-items: stretch;
        min-height: 400px;
        overflow-x: scroll;
    }
}

@media (max-width: 768px) {
    .display-absolute {
        position: relative;
    }

    .tournament__round {
        position: relative;
        flex: 1 0;
        overflow: initial;
        display: flex;
        flex-direction: column;
    }

    .tournament__grid {
        /* overflow-x: auto; */
        font-size: 0;
        line-height: 0;
        display: flex;
        align-items: stretch;
        min-height: 400px;
        overflow-x: scroll;
    }
}

@media (max-width: 680px) {
    #body.active .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .nav-dropdown .nav-link-menu {
        position: fixed !important;
        top: 52px !important;
        width: 100% !important;
        margin-top: 0;
    }

    .nav-dropdown .nav-link {
        padding: 10px;
    }

    .nav-dropdown .nav-link-menu::before {
        right: 50%;
    }

    #body .navbar-collapse {
        display: none !important;
    }

    #body .nav-dropdown .nav-item span {
        display: none !important;
    }

    .btn-header {
        display: none;
    }

    .tournament__round {
        position: relative;
        flex: 1 0;
        overflow: initial;
        display: flex;
        flex-direction: column;
    }

    .tournament__grid {
        /* overflow-x: auto; */
        font-size: 0;
        line-height: 0;
        display: flex;
        align-items: stretch;
        min-height: 400px;
        overflow-x: scroll;
    }

    .tour_ranimg {
        width: 120px;
    }

    .tour-rankm {
        font-size: 10px;
    }

    .tour-rankml {
        font-size: 8px;
        margin-left: 5px;
    }
}

@media (min-width: 200px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (max-width: 1440px) {

    .tournament__round {
        position: relative;
        flex: 1 0;
        overflow: initial;
        display: flex;
        flex-direction: column;
    }

    .tournament__grid {
        /* overflow-x: auto; */
        font-size: 0;
        line-height: 0;
        display: flex;
        align-items: stretch;
        min-height: 400px;
        overflow-x: scroll;
    }
}

@media screen and (max-width: 600px) {
    .dataTables_length {
    margin: 8px 0 !important;
    text-align: center;
}


    .Tournaments_text {
        text-align: right;
        font-size: 1.2rem;
    }

    .d-viwe {
        border-radius: 15px;
    }

    }


/* @media (min-width: 1400px) {

.pola-big {
    
    position:absolute;
    
    This Was Commented by Ali Becaue it made an issue for 16 - 8 - 4 level pola view
}


}
*/
