.centered {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.bg-black {
    background: linear-gradient(135deg, #1c1005 0%, #2a1800 20%, #1a0e04 40%, #0f0c08 60%, #1e1208 80%, #2c1a06 100%);
    min-height: 100vh;
}

.border-black {
    border-color: black;
}

.btn_dashboard {
    color: white;
    border-color: white;
    background-color: black;
    margin-top: 20%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 10px;
    width: 40%;
}

.btn_myaccount {
    color: white;
    border-color: white;
    background-color: black;
    margin-top: 10%;
    margin-bottom: 12%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 10px;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#dashboard_bottom_text1 {
    color: white;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    text-align: center;
}

#dashboard_bottom_text2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
    color: #f1eaea;
    font-weight: 600;
}

.warzoom {
    font-size: 100px;
    color: red;
    font-family: "Times New Roman", Times, serif;
}

.stripe_background {
    background-image: url("/imgs/cc_background.jpg");
    background-size: 100% 100%;
}

@font-face {
    font-family: "minisystem";
    src: url("/fonts/trade-winds/TradeWinds-Regular.ttf");
}

@font-face {
    font-family: "helmet";
    src: url("/fonts/helmet-1.0/Helmet-Regular.ttf");
}

#dashboard_para {
    /* word-break: break-all;  */
    text-align: justify;
    font-size: 160%;
    font-family: "minisystem";
    color: rgb(233, 233, 233);
}

.justify {
    text-align: justify;
}

.text-red {
    color: red;
}

.text-white {
    color: white;
}

.btn-skin-purchase {
    border-radius: 20px;
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.btn-skin-purchase:before {
    content: "";
    background: linear-gradient(
        45deg,
        #ff0000,
        #ff7300,
        #fffb00,
        #48ff00,
        #00ffd5,
        #002bff,
        #7a00ff,
        #ff00c8,
        #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

@keyframes glowing-button-85 {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.btn-skin-purchase:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 10px;
}

tr {
    border: rgb(242, 188, 188) 3px;
    border-radius: 30px;
}

td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#purchased_skins {
    height: auto;
    max-height: calc(100vh - 260px);
    overflow: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#purchased_options {
    height: auto;
    max-height: calc(100vh - 260px);
    overflow: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.con {
    position: relative;
    float: left;
    margin-bottom: 4px;
}

.checkbox {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 18px;
    height: 18px;
    opacity: 0.6;
}

.option_checkbox {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 18px;
    height: 18px;
    opacity: 0.6;
}

.option_image {
    width: 80px;
    height: 80px;
    border-radius: 6%;
    border: 2px solid white;
}

.img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.footer {
    position: fixed;
    bottom: 2%;
    width: 100%;
}

.helmet {
    font-family: "helmet";
}

.minisystem {
    font-family: "minisystem";
}

.blinkBtn {
    animation: blink 1s infinite;

    width: 10vw !important;
    height: 3vw;
    font-size: 1.5vw;
    margin-top: 3vh;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.toast-top-custom {
    right: 13vw;
    top: 2vh;
}

.mynavlink {
    color: white !important;
}

.mynavlink:hover {
    color: red;
}

.mygameoptions {
    color: white;
}

.mygameoptions:hover {
    color: red;
}

.skinimgs {
    border-radius: 10%;
    width: 386px;
}

.center-block {
    border-radius: 10px;
}

/* .btn_myaccount {
  border: 0px !important;
}

.btn_myaccount:hover {
  border: 0px !important;
  color: red;
}

.btn_myaccount:focus {
  border: 0px !important;
  color: red;
} */

.link-white{
    color: white;
}

.link-black{
    color: black;
}

#login_btn,
#signup_btn {
    width: 8vw;
    font-size: 100%;
}

.logo {
    border-radius: 0% !important;
}

.centering {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ── Unified Back Button ── */
.btn-back {
    position: absolute;
    font-family: 'minisystem';
    top: 10px;
    left: 20px;
    font-size: 28px;
    text-decoration: none !important;
    background: linear-gradient(to bottom, #FFDB85FF, #AA742FFF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(2px 3px 2px rgba(0,0,0,0.8));
    letter-spacing: 1.5px;
    z-index: 100;
}

.btn-back span {
    font-size: 20px;
}

.btn-back:hover {
    background: linear-gradient(to bottom, #FFDB85FF, #CC9040FF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-decoration: none !important;
}

.mynavlink:hover {
    color: red !important;
}