.wrapper,
body.mini-navbar .navbar-static-side {
    padding-top: 64px;
}
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@100;200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@100;200;400&family=Yanone+Kaffeesatz:wght@300;400;500;600&display=swap');

.row.top-nav {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #868686 !important;
    /*    border-color: #393939 !important;*/
    z-index: 10000;
    width: 100%;
    left: 0;
    margin: 0;
}


body::before,
.top-nav::after{
    content: '';
    display: none !important;
    width: 100px;
    height: 100px;
    /* border: 3px solid red; */
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(50% 85.6% at 0% -8.1%,#ff1400 0%,rgb(20,20,20) 100%);
    background: radial-gradient(50% 85.6% at 0% -8.1%,rgb(255 255 255 / 12%) 0%, #292b2f 100%);
    background: radial-gradient(50% 85.6% at 0% -8.1%,rgb(255 255 255 / 12%) 0%, #a9adb7 100%);
    background: radial-gradient(50% 85.6% at 0% -8.1%,rgb(161 117 175) 0%, #a9adb7 100%);
    background: radial-gradient(50% 85.6% at 0% -8.1%, #f77d39 0%, #adadad 100%);
    background: radial-gradient(50% 85.6% at 0% -8.1%,rgb(255 255 255 / 12%) 0%, #a9adb7 100%);
    background: radial-gradient(50% 85.6% at 0% -8.1%, #76b729 0%, #bebebe 100%);
    width: -webkit-fill-available;
    height: 1000px;
    z-index: -2;
}
.playbox.played {
    border: 1px solid #ff8e15;
    box-shadow: 0 3px 1px -2px rgba(255, 142, 21, .50), 0 2px 2px 0 rgba(255, 142, 21, .50), 0 1px 5px 0 rgba(255, 142, 21, .50);
}
body #wrapper::after{
    content: '';
    width: 100px;
    height: 300px;
    /* border: 3px solid red; */
    position: absolute;
    left: 0;
    bottom: 0;
    width: -webkit-fill-available;
    z-index: -2;
    background: linear-gradient(#a4a8b2, #a9adb8);
    background: linear-gradient(#2e2c2a, #2c2b2a);
    background: linear-gradient(#b1aba9, #2c2b2a);
    background: transparent;
}
p.error {
    color: #c53232;
}
.top-nav::after{
    height: 1000px;
}

.row.top-nav{
    box-shadow: none !important;
    overflow: hidden;
}

.navbar-static-top{
    background: transparent;
}

body,
.gray-bg,
.bg-muted,
.navbar-fixed-top,
.counter {
    background-color: #2e4150;
    background-color: #1d1f28;
    background-color: rgb(23 23 23);
    background-color: #1a1c24;
    background-color: #a7abb6;
    background-color: #2c2b2a;
}
.color-sec {
    color: #ededed;
}

.nav > li > a, .text-muted {
    color: #dad5d5 !important;
    color: #242424 !important;
}
.logo-img {
    height: 64px;
    margin: 10px 0 0 12px;
}


.text-center {
    text-align: center;
}

.progress {

    height: 0.33rem;
}



.btn-light {
    color: #b3b3b3;
    background-color: rgb(248 249 250 / 19%);
    border-color: rgb(248 249 250 / 7%);
}
a:not([href]):not([tabindex]) {
    color: #222;
    text-decoration: none;
}

.btn-primary{
    color: #333;
}
.btn-primary {
    background-color: #daa147;
    border-color: #daa147;
    background-color: #ff8e15;
    border-color: #ff8e15;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus{
    background-color: #d67308;
    border-color: #d67308;
    color: #292b30 !important;
}
a {
    color: #fff;
}

.coin-container{
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
}
@media (min-width: 576px){
    .gamelist {
        grid-template-columns: repeat(auto-fill,minmax(350px,1fr));
    }
}
body.mini-navbar .navbar-static-side {
    width: 90px;
}

body.mini-navbar #page-wrapper {
    width: calc(100% - 90px);
}

body.mini-navbar #page-wrapper {
    width: calc(100% - 105px);
}

div.outcomeHolder {
    position: absolute;
    z-index: 1000;
    top: 29px;
    left: 32%;
    display: none;
    background: transparent !important;
}
.visible{
    display: block !important;
}

#page-wrapper{margin-top: 110px}
.form-control,
.single-line {
    background-color: rgb(108 117 125);
    border: 1px solid rgb(229 230 231 / 26%);
    border-radius: 4px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    color: white;
}
.form-control:focus{
    background-color: rgb(108 117 125);
    color: white;
}
.nav > li > a i {
    font-size: 24px;
    margin-left: 7px;
    margin-top: 13px;
}


/***** home page **********/

.coinplay.challenger {
    width: 38%;
}

.coinplay.challenger.left {
    margin-left: 5%
}

.coinplay.challenger.right {
    margin-right: 5%
}

.vs {
    width: 14%;
    text-align: center;
    position: relative;
}

.chosen.head {
    position: absolute;
}




.coin-tile {
    padding: 0 8px;
    border-radius: 4px;
    margin-bottom: 12px;
    position: relative;
}

.coin-tile>div {
    background: rgba(255, 255, 255, .09);
    background: #26282f;
    background: #3b3f45;
    border-radius: 10px;
    padding: 15px 12px;
}

.coinplay {
    background: #1e1e1e;
    background: rgb(26 28 36 / 76%);
    background: #282b30;
    border-radius: 10px;
    padding: 0 0 12px;
    height: 160px;
    padding: 10px 8px 12px;
    position: relative;
}

.coinplay p:last-child {
  margin-top: 12px;
  color: #a7a7a7;
}

img.coin-player {
    width: 100%;
    border-radius: 50%;
}

.player {
    width: 46%;
    margin: 15px auto 10px;
    max-width: 60px;
    position: relative;
  height: 70px;
}

p.amount {
    background: rgb(0 0 0 / 29%);
    width: fit-content;
    margin: 0 auto;
    padding: 5px 12px 5px;
    border-radius: 5px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 15px;
    color: #e6e6e6;
    font-weight: 600;
}

.participant {
    font-size: 15px;
    width: 220%;
    margin-left: -60%;
    text-wrap: nowrap;
    text-overflow: ellipsis !important;
    overflow: hidden;
    text-align: center;
}
.verses,
.counter {
    margin-top: 60px;
    letter-spacing: -1px;
    font-size: 22px;
    color: #b3b3b4;
    text-align: center;
    width: 120%;
    margin-left: -20%;
}

.verses span {
    position: absolute;
    margin: 5px 0 0 -4px;
}

.counter {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 60px auto 0;
    font-weight: 100;
}

.placeholder {
    background: #ffffff24;
    padding: 17px 0 5px 0;
    margin: 0 0 15px 0;
    border-radius: 7px;
    color: #3b3f45;
    /* color: #bebebe; */
    letter-spacing: 1.3px;
}

.challenge {
    margin: 40px auto 20px;
    width: 90%;
    max-width: 170px;
    padding: 2px 0;
    font-size: 12px;
}

.amount_holder {
    position: absolute;
    width: 100%;
    bottom: 7px;
    left: 0;
    text-align: center;
}

.player .chosen {
    position: absolute;
    width: 30px;
    height: 30px;
    left: -15px;
    top: -5px;
    background-size: 30px auto !important;
}

.player .chosen.head,
.side-a,
.outcome.sshow.head{
    background: url(img2/head.png) 50% 0 no-repeat;
}

.player .chosen.tail,
.side-b,
.outcome.sshow.tail{
    background: url(img2/tail.png) 50% 0 no-repeat;
}

.outcome, .side-a, .side-b{
    background-size: 100px auto !important;
    border: none !important;
}
.nav.metismenu ion-icon.md.hydrated {
  font-size: 26px;
  font-weight: 800;
}
/***** /home page **********/
/***** image hexagon **********/
@property --radius {
    syntax: '<length>';
    inherits: true;
    initial-value: 0;
}

.profile-holder {
    /*
    filter: drop-shadow(0 0 2px #FA6900) drop-shadow(0 0 1px #FA6900) drop-shadow(0 0 1px #FA6900) drop-shadow(0 0 1px #FA6900) !important;
filter: drop-shadow(0 0 2px #8974cb) drop-shadow(0 0 1px #8974cb) drop-shadow(0 0 1px #8974cb) drop-shadow(0 0 1px #8974cb) !important;
*/
}

img.profile {
    /*    filter: drop-shadow(0 0 2px #FA6900) drop-shadow(0 0 1px #FA6900) drop-shadow(0 0 1px #FA6900) drop-shadow(0 0 1px #FA6900) !important;*/
    --size: 80px;
    --f: 5;
    --radius: calc(var(--size)/var(--f));
    width: var(--size);
    height: auto;
    aspect-ratio: 1.155;
    object-fit: cover;
    --cg: #0000, #000 1deg 119deg, #0000 120deg;
    --rad: radial-gradient(farthest-side, #000 99%, #0000 101%);
    --s: calc(2*var(--radius)) calc(2*var(--radius));
    -webkit-mask:
            var(--rad) left calc(0.25*var(--size) - 0.4*var(--radius)) top 0 / var(--s),
            var(--rad) right calc(0.25*var(--size) - 0.4*var(--radius)) top 0 / var(--s),
            var(--rad) left calc(0.25*var(--size) - 0.4*var(--radius)) bottom 0 / var(--s),
            var(--rad) right calc(0.25*var(--size) - 0.4*var(--radius)) bottom 0 / var(--s),
            var(--rad) left calc(0.15*var(--radius)) top 50% / var(--s),
            var(--rad) right calc(0.15*var(--radius)) top 50% / var(--s),

            conic-gradient(from 30deg at left calc(-0.3*var(--radius)) top 50%, var(--cg)) left calc(0.3*var(--radius)) top 50% /50% calc(100% - 0.8*var(--radius)),
            conic-gradient(from -150deg at right calc(-0.3*var(--radius)) top 50%, var(--cg)) right calc(0.3*var(--radius)) top 50% /50% calc(100% - 0.8*var(--radius)),

            linear-gradient(#000 0 0) center/calc(45% - 1.1*var(--radius));
    -webkit-mask-repeat: no-repeat;
    cursor: pointer;
    transition: --radius 0.3s linear;
}

img.profile:hover {
    --radius: calc(var(--size)/2.5);
}

img.profile.alt:hover {
    --radius: 0px;
}


img.profile {
    background: #ccc;
    grid-auto-flow: column;
    place-content: center;
    gap: 15px;
    /*        filter: drop-shadow(0 0 2px #FA6900) drop-shadow(0 0 1px #FA6900) drop-shadow(0 0 1px #FA6900) drop-shadow(0 0 1px #FA6900)*/
}

h1.bal{
    font-weight: 400; /* border: 1px solid #ff8e15; */ width: fit-content; text-align: right; float: right; padding: 0 7px; border-radius: 4px;
}



.zoom-in-out-box {
    animation: zoom-in-zoom-out 3s ease;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.7, 1.7);
    }
    100% {
        transform: scale(1, 1);
    }
}


.blurr{
    animation: aniblurr 3s ease;
}
@keyframes aniblurr {
    0% {
        filter: blur(0px);
    }
    50% {
        filter: blur(4px);
    }
    100% {
        filter: blur(0px);
    }
}




ion-modal .wrapper{
    padding-top: 35px;
}

.img.icon{
    width: 15px;
    margin: 0 4px 0 0;
}