
::-webkit-validation-bubble-message { display: none; }
.full-viewport-height {
    height: 100vh;
}

@supports (height: 100dvh) {
    .full-viewport-height {
        height: 100dvh;
    }
}
.modal-bottom.modal-dialog {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
}
.bg-game-bottom-bar {
    background-color: #92CAFF !important;
}
.modal-bottom .modal-content {
    border-radius: 0;
}
.modal.fade .modal-bottom.modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, 25px);
}
.modal-75w {
    width: 75%;
    margin: auto;
}
.modal-85w {
    width: 85%;
    margin: auto;
}
.spin-animation {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}
.outline-0, .outline-0:focus, .outline-0:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.bg-telegram {
    background-color: #0288cc;
}
.icon-xxs {
    height: 1rem;
    line-height: 1rem;
    width: 1rem
}

.icon-xs {
    height: 1.5rem;
    line-height: 1.5rem;
    width: 1.5rem
}

.icon-sm {
    height: 2rem;
    line-height: 2rem;
    width: 2rem
}

.icon-md {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem
}

.icon-lg {
    height: 3rem;
    line-height: 3rem;
    width: 3rem
}

.icon-xl {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem
}

.icon-xxl {
    height: 4rem;
    line-height: 4rem;
    width: 4rem
}

.icon-xxxl {
    height: 7rem;
    line-height: 7rem;
    width: 7rem
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle
}
.flex-even {
    flex: 1;
}
.text-bg-stroke {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    z-index: -1;
    -webkit-text-stroke: 4px;
    -webkit-text-stroke-color: #272424;
}
.text-bg-stroke-sm {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    z-index: -1;
    -webkit-text-stroke: 3px;
    -webkit-text-stroke-color: #272424;
}
.text-spacing-2 {
    letter-spacing: 2px;
}
.scrollview {
    flex: 1;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 160px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
}
.store-scrollview {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
}
.line-height-1 {
    line-height: 1;
}
.line-height-1-8 {
    line-height: 1.08;
}
.text-stroke-2 {
    text-shadow: 1px 1px 0 #272424,
    -1px 1px 0 #272424,
    1px -1px 0 #272424,
    -1px -1px 0 #272424,
    0px 1px 0 #272424,
    0px -1px 0 #272424,
    -1px 0px 0 #272424,
    1px 0px 0 #272424,
    2px 2px 0 #272424,
    -2px 2px 0 #272424,
    2px -2px 0 #272424,
    -2px -2px 0 #272424,
    0px 2px 0 #272424,
    0px -2px 0 #272424,
    -2px 0px 0 #272424,
    2px 0px 0 #272424,
    1px 2px 0 #272424,
    -1px 2px 0 #272424,
    1px -2px 0 #272424,
    -1px -2px 0 #272424,
    2px 1px 0 #272424,
    -2px 1px 0 #272424,
    2px -1px 0 #272424,
    -2px -1px 0 #272424;
    letter-spacing: 2px;
    line-height: 1.06;
}

.text-stroke-1 {
    letter-spacing: 2px;
    text-shadow: 1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    0px 1px 0 #000,
    0px -1px 0 #000,
    -1px 0px 0 #000,
    1px 0px 0 #000,
    1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000,
    1px 1px 0 #000,
    -1px 1px 0 #000,
    1px -1px 0 #000,
    -1px -1px 0 #000;
}

.pin {
    z-index: 1 !important;
}
.dog-render.dog-head {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.dog-render.dog-pant {
    z-index: 8;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: bottom center;
}
.pin:after {

}

.bounce {
    animation-name: bounce;
    animation-fill-mode: both;
    animation-duration: 0.9s;
}

.pulse {
    background: #d6d4d4;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    z-index: -2;
}
.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 1px 2px #00cae9;
    animation-delay: 0.1s;
}

@keyframes pulsate {
    0%, 100% {
        transform: scale(0.1, 0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        transform: translateY(-1000px);
    }

    60% {
        opacity: 1;
        transform: translateY(5px);
    }

    80% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
.myBounceDiv {
    -moz-animation:bounce .40s linear;
    -webkit-animation:bounce .40s linear;
}

@-moz-keyframes bounce {
    0%{ -moz-transform:scale(0); opacity:0;}
    50%{ -moz-transform:scale(1.3); opacity:0.4; }
    75%{ -moz-transform:scale(0.9); opacity:0.7;}
    100%{ -moz-transform:scale(1); opacity:1;}
}

@-webkit-keyframes bounce {
    0%{ -webkit-transform:scale(0); opacity:0;}
    50%{ -webkit-transform:scale(1.3); opacity:0.4;}
    75%{ -webkit-transform:scale(0.9); opacity:0.7;}
    100%{ -webkit-transform:scale(1); opacity:1;}
}



@keyframes drop {
    0% {
        transform: translateY(-80px);
    }

    80% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0);
    }
}

.drop {
    animation-name: drop;
    animation-fill-mode: both;
    animation-duration: 0.5s;
}

.hamster__playground-click {
    position: absolute;
    font-size: 40px;
}

.logo-animation path {
    stroke-dasharray: 100;
    animation: dash 5s linear;
}

@keyframes dash {
    to {
        stroke-dashoffset: 1000;
    }
}







.center {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.menu {
    width: 40px;
    height: 40px;
}

.title {
    width: 300px;
    height: 10px;
    top: 60px;
}

.item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    background-color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
}

i {
    font-size: 24px;
    color: #222222;
    width: 24px;
    height: 24px;
    background: red;
}

.game-avatar {
    border: 4px solid white;
    background-color: #B5DBFF;
    border-radius: 50%;
    padding: 3px;
}
.game-avatar .game-avatar-circle {
    border: 3px solid #B5DBFF;
    background-color: #96BFE4;
    border-radius: 50%;
    padding: 8px;
}
.game-avatar.selected {
    border: 3px solid black;
    background-color: #FF6B30;
    border-radius: 50%;
    padding: 4px;
}
.game-avatar.selected .game-avatar-circle {
    border: 3px solid white;
    background-color: #FF6B30;
    border-radius: 50%;
    padding: 8px;
}
.game-avatar.active {
    border: 6px solid black;
    background-color: white;
    border-radius: 50%;
    padding: 6px;
}
.game-avatar.active .game-avatar-circle {
    border: 8px solid #B5DBFF;
    background-color: #7CADDA;
    border-radius: 50%;
    padding: 8px;
}


/** Ton Connect **/
tc-root * {
    font-family: 'Jua Regular' !important;
}
tc-root > div > div {
    background-color: #b5dbff !important;

}
tc-root > div > div > div:first-child {
    border: 3px solid black;
}
tc-root > div > div > div:last-child {
    background-color: #b5dbff;
    border-radius: 0;
}
tc-root > div > div > div:last-child button {
    background-color: #d9d9d9;
    border: 2px solid black;
}

tc-root [data-tc-icon-button="true"] {
    background-color: #d9d9d9;
    border: 2px solid black;
}
#ton-connect-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: black;
    border: 2px solid white;
    padding: 24px 0;
    border-radius: 8px;
}
#ton-connect-button button, #ton-connect-button button:focus, #ton-connect-button button:active {
    outline: none !important;
    box-shadow: none !important;
}
#ton-connect-button button div {
    font-family: 'Jua Regular';
    font-size: 18px;
}

/* DIG */

.layered-animations {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1100px;
    height: 550px;
    margin: -275px 0 0 -550px;
}

.layered-animations .shape {
    position: absolute;
    top: 50%;
    overflow: visible;
    width: 280px;
    height: 280px;
    margin-top: -140px;
    stroke: transparent;
    stroke-width: 1px;
    fill: url(#shapesGradient);
}

@media (min-width: 740px) {
    .layered-animations .shape {
        stroke-width: .5px;
    }
}

.layered-animations .small.shape {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    stroke: #89A955;
    fill: #89A955;
}

.layered-animations .small.shape.other {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    stroke: #C0E585;
    fill: #C0E585;
}

@keyframes slide {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px); /* Adjust this value to control how far it slides up */
    }
    100% {
        transform: translateY(0);
    }
}

.digging .animate {
    animation: slide 1s ease-in-out infinite; /* Animation duration and easing */
    transform-origin: center; /* Pivot for rotation */
}
.digging.boost .animate {
    animation: slide 0.25s ease-in-out infinite;
    transform-origin: center;
}
