/* GLOBAL */

body {
    height: 100vh;
    margin: 0;
    width: 100%;
    color: #000;
    font-family: "BauhausStd-Light", "PT Sans", Calibri, Tahoma, sans-serif;
}

body.dark {
    background-color: #000 !important;
    background-size: 80vh !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: white;
    position: relative;
}

body.dark::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
}

body.dark table {
    color: white;
}

@font-face {
    font-family: "BauhausStd-Bold";
    src: url('./fonts/BauhausStd-Bold.eot');
    src: url('./fonts/BauhausStd-Bold.eot') format('embedded-opentype'),
         url('./fonts/BauhausStd-Bold.woff') format('woff'),
         url('./fonts/BauhausStd-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "BauhausStd-Demi";
    src: url('./fonts/BauhausStd-Demi.eot');
    src: url('./fonts/BauhausStd-Demi.eot') format('embedded-opentype'),
         url('./fonts/BauhausStd-Demi.woff') format('woff'),
         url('./fonts/BauhausStd-Demi.ttf') format('truetype');
}

@font-face {
    font-family: "BauhausStd-Light";
    src: url('./fonts/BauhausStd-Light.eot');
    src: url('./fonts/BauhausStd-Light.eot') format('embedded-opentype'),
         url('./fonts/BauhausStd-Light.woff') format('woff'),
         url('./fonts/BauhausStd-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Poppins-Regular.ttf') format('truetype');
}

.btn {
    font-family: "BauhausStd-Demi", "PT Sans", Calibri, Tahoma, sans-serif;
    width: 50%;
    text-transform: uppercase;
    position: relative;
    background: #65c3bd;
    display: inline-block;
    padding: 10px;
    color: white;
    border-radius: 12px;
    cursor: pointer;
    font-size: 18px;
}

.btn.btn-disable {
    opacity: 0.2;
    background: #767676;
}

.btn span {
    position: relative;
    top: 2px;
}

.bold {
    font-family: "BauhausStd-Bold", "PT Sans", Calibri, Tahoma, sans-serif !important;
}

/* HEADER */
.header {
    position: sticky;
    top: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    border-bottom: 1px solid #eee;
    background-color: #000;
    z-index: 5;
}

.header img {
    height: 50px;
}

/* CONTENT */
.content, .container {
    /* background-image: url('./images/Strong-is-Female.png');
    background-repeat: no-repeat;
    background-size: cover; */
    margin-bottom: 60px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.cover-bg {
    opacity: 0.2;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0);
}

tbody, td, tfoot, th, thead, tr {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

th {
    text-transform: uppercase;
}

.team-color {
    width: 24px;
    height: 12px;
    display: block;
    position: relative;
    top: 18px;
}

/* Pro  */
.table-active-pro .rank-type-Open{
    display: none;
}

.table-active-pro .table-head-Open {
    display: none;
}

/* Female */
.table-active-female .rank-type-male{
    display: none;
}

.table-active-female .table-head-male{
    display: none;
}

/* Pro female */
.table-active-pro-female .rank-type-Open-Female,
.table-active-pro-female .rank-type-Open-Male,
.table-active-pro-female .rank-type-Pro-Male{
    display: none;
}

.table-active-pro-female .table-head-Open-Female,
.table-active-pro-female .table-head-Open-Male,
.table-active-pro-female .table-head-Pro-Male {
    display: none;
}

/* Pro male */
.table-active-pro-male .rank-type-Open-Female,
.table-active-pro-male .rank-type-Open-Male,
.table-active-pro-male .rank-type-Pro-Female{
    display: none;
}

.table-active-pro-male .table-head-Open-Female,
.table-active-pro-male .table-head-Open-Male,
.table-active-pro-male .table-head-Pro-Female {
    display: none;
}

/* Open */
.table-active-open .rank-type-Pro {
    display: none;
}

.table-active-open .table-head-Pro {
    display: none;
}

/* Male */
.table-active-male .rank-type-female {
    display: none;
}

.table-active-male .table-head-female {
    display: none;
}

/* Open female */
.table-active-open-female .rank-type-Pro-Female,
.table-active-open-female .rank-type-Open-Male,
.table-active-open-female .rank-type-Pro-Male{
    display: none;
}

.table-active-open-female .table-head-Pro-Female,
.table-active-open-female .table-head-Open-Male,
.table-active-open-female .table-head-Pro-Male {
    display: none;
}

/* Open male */
.table-active-open-male .rank-type-Open-Female,
.table-active-open-male .rank-type-Pro-Male,
.table-active-open-male .rank-type-Pro-Female{
    display: none;
}

.table-active-open-male .table-head-Open-Female,
.table-active-open-male .table-head-Pro-Male,
.table-active-open-male .table-head-Pro-Female {
    display: none;
}

/* FOOTER */
.footer {
    border-top: 1px solid #eee;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    color: #fff;
    z-index: 2;
    background-color: 000;
}

.footer div {
    font-family: "BauhausStd-Demi", "PT Sans", Calibri, Tahoma, sans-serif;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.footer mark {
    background: linear-gradient(90deg,#ff484b,#ff7442,#f99621,#f5c11e,#f1eb1b 27%,#f1eb1b,#f1eb1b 33%,#63c720,#0c9b49,#21878d,#6386f1,#a869ff,#ff67f7);
    font-weight: 700;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

/* define variable color for a */
:root {
    --link-color: #fff;
}

.footer a {
    color: var(--link-color);
}

/* Override */
body, table {
    font-size: 20px;
}