﻿@font-face {
    font-family: 'nanami-bold';
    src: url("/Fonts/Nanami-Bold.otf");
  }


body {
    /*background-color: #000 !important;
    background-image: url("/Img/oriental-tiles.png") !important;*/
    /*background-size: cover;
    background-attachment: fixed;*/
    background-color: #4f656c;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23627f88' fill-opacity='0.58' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
    color: rgb(233, 233, 233) !important;
    height: 100%;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #036585;
}

::-webkit-scrollbar-track {
    background: #475256;
}

td {
    white-space: nowrap;
}

.bg-dark {
    background-color: #000 !important;
}

.footer {
    height:50px;
    color:#fff;
}

.nav-icon {
    position: initial;
    display: inline-block;
    margin: -12px;
    width: 84px;
    height: 84px;
    background-image: url(https://d36mxiodymuqjm.cloudfront.net/website/icons/img_icon_splinterlands.svg);
    background-repeat: no-repeat;
    background-size: 84px;
    transition: all .3s ease;
}

.brand-link {
    font-weight:bold;
    color: #fff !important;
}

.github-icon {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-top: -5px;
}

.rowmargins {
    padding-top: 1%;
    padding-bottom: 5%;
}

.team {
    border-bottom: 1px dashed #f3f3f3
}

.card-name{
    position: relative;
    top: 2%;
    width: auto;
    height: 30px;
    font-family: 'nanami-bold';
    text-shadow: 1px 1px 3px #000;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.card{
    display: inline-block;
    background-color: transparent;
    max-height: 130px;
    max-width: 130px;
    border: none;
    margin: 1%;
}

.img-circle {
    border-radius: 50%;
    border: 2px solid #000;
    background-size: 210%;
    height: 100px;
    width: 100px;
    background-position: center 15%;
    background-color: #000;
}

.img-squared {
    border-radius: 15%;
    border: 2px solid #000;
    background-size: 120%;
    background-repeat: no-repeat;
    height: 130px;
    width: 130px;
    background-position: center 15%;
    background-color: #000;
}

.winrate {
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 25%;
    background-color: transparent;
    border: none;
    width: 100px;
    text-align: center;
    word-wrap: break-word;
    font-size: 24px;
}

.sticky-table {
    position: sticky;
    top: -1px;
    z-index: 1;
}

.header {
    position: sticky;
    top: -1px;
    z-index: 1;
}

.column-lock {
    position: sticky;
    left: 0;
    z-index: 0;
    background-color: #212529;
    border-color: transparent #32383e transparent transparent;
}

.stats-table {
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #4c565e;
    height: 100%;
}

.stats-table-wrapper {
    overflow: auto;
    max-height: 65vh;
}

.stats-table-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.stats-table-wrapper::-webkit-scrollbar-thumb {
    background: #036585;
}

.stats-table-wrapper::-webkit-scrollbar-track {
    background: #475256;
}

.contante-wrapper {
    /*overflow-y: auto;
    overflow-x: hidden;
    max-height: 85vh;*/
    /*display: flex;*/
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #4c565e;
    /*border-radius: 0 0 25px 25px;*/
    padding: 1%;
}

#bot_features {
    justify-content: space-evenly;
}

.contante-wrapper::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

    .contante-wrapper::-webkit-scrollbar-thumb {
        background: #036585;
    }

    .contante-wrapper::-webkit-scrollbar-track {
        background: #3a545c;
    }

.search-header {
    border-radius: 0;
    border: 1px solid #4c565e;
    background-color: #2b333b;
    padding: 20px 20px 20px 0;
    /*padding: 20px;
    margin: 2%;*/
}

.sub-menu {
    border-radius: 0;
    border: 1px solid #4c565e;
    background-color: #2b333b;
    padding: 20px 20px 0 20px;
}

.logs-table {
    border-radius: 0;
    border: 1px solid #4c565e;
    background-color: rgba(0,0,0,0.8);
    padding: 0 20px 20px 20px;
    margin-bottom: 5%;
}

.total-wrapper {
    display: flex;
    width: 100%;
    background-color: #2b333b;
    border-left: 1px solid #4c565e;
    border-right: 1px solid #4c565e;
}

.total-card {
    display: inline-block;
    margin: 1%;
    padding: 1%;
    min-width: 10%;
    background: #036585;
}

.total-card-title {

}

.total-card-value {
    color: #fff;
    font-weight: bold;
    font-size: large;
}

.form-group {
    margin-bottom: 0 !important;
}

.form-margin {
    margin-inline: 5px;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navigation-item {
    margin-bottom: -3px;
    
    
}

.navigation-link {
    display: block;
    color: #fff;
    padding: 0.5rem 1rem;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
    border: 1px solid transparent;
}

.navigation-link:hover {
    text-decoration: none;
    color: #bbbbbb;
}

.nav-active {
    background-color: #000;
    border-color: #4c565e #4c565e transparent;
}

.container-fluid {
    max-width: 1700px !important;
}

.feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    /*max-width: 335px;*/
    word-wrap: break-word;
    /*background-color: #ebebec;*/
    background-color: #2b333b;
    background-clip: border-box;
    border: 1px solid #999;
    /*border-radius: 0.25rem;*/
    margin-bottom: 5px;
}

.feature-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 200px;
    /*color: #323232;*/
    color: #c9c9C9;
}

.feature-title {
    /*background: rgb(232,169,66);
    background: linear-gradient(90deg, rgba(232,169,66,1) 0%, rgba(213,123,45,1) 35%, rgba(255,158,0,1) 100%);*/
    /*background: #001a00;
    background: linear-gradient(to right,#001a00,#005c2e,#012e55,#000b17);*/
    background: #036585;
    /*background: linear-gradient(90deg, rgba(149,149,149,1) 0%, rgba(59,59,59,1) 100%);*/
    border-bottom: 1px #c1c1c1;
    margin: auto;
    width: 100%;
    padding: 10px;
    min-width: 222px;
    text-align: center;
    /*text-shadow: 0 0 3px #000;*/
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #bbbbbb;*/
    font-size: xx-large;
}

.accordion-item {
    margin: 0;
}

.accordion-header {
    margin: 8px 0 0 0;
    border: 1px #c1c1c1;
}

.accordion-body {
    border: 1px solid #c9c9C9;
    padding: 1%;
}

.accordion-button {
    width: 100%;
    height: 100%;
    padding:1%;
    margin:0;
    background: #036585;
    color: #fff;
    border: 1px #c1c1c1;
    font-size: x-large;
    text-align:left;
}

.accordion-button:focus {
   outline: none !important;
}

.accordion-button:hover {
    cursor: pointer;
}

.blue-theme {
    background: #036585;
    color: #fff;
}

.hidden {
    display: none !important;
}

#processing {
    position: fixed;
    z-index: 999;
    overflow: hidden;
    margin: auto;
    top: 15%;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}


/* Transparent Overlay */
#processing:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
 }

@media only screen and (max-width: 1350px) {
    .card {
        max-height: 100px;
        max-width: 100px;
    }

    .img-circle {
        height: 100px;
        width: 100px;
    }

    .img-squared {
        height: 100px;
        width: 100px;
    }
}

@media only screen and (max-width: 1018px) {
    .card {
        max-height: 80px;
        max-width: 80px;
    }

    .img-circle {
        height: 80px;
        width: 80px;
    }

    .img-squared {
        height: 80px;
        width: 80px;
    }

    .feature-title {
        min-width: 120px;
        padding-top: 10px;
    }
}
