@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    font-family: "Prompt", sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    background-color: #1D242B!important;
}
.bg_body {
    background: #3296d3;
    background: linear-gradient(1deg, #3296d3 0%, #154e72 100%);
}
.top_left_btn {
    position: absolute;
    top: 2px !important;
    left: 3px !important;
    opacity: 0.8;
    z-index: 999;
    color: white;
    cursor: pointer;
}
.top_right_btn {
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    opacity: 0.8;
    z-index: 999;
    color: white;
    cursor: pointer;
    text-align: right;
}

.el_item_boolbank {
    cursor: pointer;
}
.el_item_boolbank.active {
    border: 2px solid #22c55e;
}
@keyframes blinkHot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.animate-blink-hot {
    animation: blinkHot 1s infinite;
}