@font-face {
    font-family: 'Super Kinds';
    src: url('./Super\ Kinds.ttf') format('truetype');
    /* For .woff and .woff2 formats, specify the correct format in quotes */
}

* {
    font-weight: 100 !important;
    letter-spacing: 2px !important;
}

body,
html {
    height: 100%;
    margin: 0;
    font-family: 'Super Kinds', sans-serif !important;

}
body{
    overflow-y: hidden;
    background-color: rgb(0, 0, 0) !important;
      width: 100%;
      height: 100%;
}
 #particles-js {
      z-index: -1;
      height: 99%;
      left: 0;
      opacity: .4;
      position: fixed;
      top: 0;
      width: 100%;
  }

.title-span {
    /* font-family: "Comic Sans MS", "Comic Sans", cursive !important; */
    font-family: 'Super Kinds', sans-serif !important;
}

h1, #list-of-words li, #timer-span, .title-span, #title-container span, #start-div span{
    color: white !important;
}
#staticBackdropLabel{
    color: black !important;
}
.button-container {
    position: absolute;
    bottom: 20px;
    /* Adjust as necessary for spacing */
    left: 50%;
    transform: translateX(-50%);
    /* Centers the button horizontally */
}

.char-btn {
    background: linear-gradient(315deg, #ff922c, #ffb84f) !important;
    width: 50px;
    height: 50px;
    color: black;
    font-variant-caps: all-petite-caps;
    /* font-weight: 600 !important; */
    font-size: x-large !important;
    margin: 2.5px;
    /* font-family: 'Bangers', cursive; */
    /* font-family: 'Super Kinds', sans-serif !important; */
    font-family: sans-serif !important;
    font-weight: 900 !important;
    box-shadow: none !important;
    border-radius: 0.375rem !important;
}

.char-btn-selected {
    background: linear-gradient(315deg, #51c9dd, #a9ebde) !important;
    color: white !important;
}

#start-menu {
    flex-direction: column;
    flex: 1;
    max-width: 576px;
    margin: auto;
}

/* Media query for horizontal space */
@media (max-height: 500px) {

    /* Adjust max-height as needed */
    #start-menu {
        flex-direction: row;
        /* Side by side layout */
        max-width: 100%;
    }

    .form-container {
        padding: 0 10px !important;
    }
}

#alertPlaceholder {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 300px;  Adjust width as needed */
    z-index: 11;
    /* Ensure it appears above other content */
    min-width: 80%;
}

.time-selected {
    animation: pulsing 2s ease-in-out infinite;
}

@keyframes pulsing {
    0% {
        /* box-shadow: 0px 0px 0px 10px #00c4ff */
        box-shadow: 0px 7px 0px 0px #491779;
    }

    50% {
        box-shadow: 0px 0px 0px 2px #491779;
    }

    100% {
        /* box-shadow: 0px 0px 0px 10px #00c4ff */
        box-shadow: 0px 7px 0px 0px #491779;
    }
}

#loading-spinner-container {
    font-size: 100px;
    position: absolute;
    /* left: calc(50% - 50px);
    top: 30%;
    transform: translate(-50%, -30%); */
    z-index: 10;
    background: #000000b0;
    /* border-radius: 50%; */
    padding: 10px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

button {
    /* font-family: 'Bangers', cursive !important; */
    font-family: 'Super Kinds', sans-serif !important;
    box-shadow: 0px 7px 0px 0px #491779 !important;
    border: none !important;
}

#title-container {
    /* font-size: xxx-large; */
}

#list-of-words {
    /* font-family: 'Bangers', cursive; */
    /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
    font-family: 'Super Kinds', sans-serif !important;
}

#main-frame {
    background: linear-gradient(#71c1ff, #0065b5);
}

.gameTimeRadioInputs {
    /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
    font-family: 'Super Kinds', sans-serif !important;
    /* background: #8A2BE2 !important; */
    background: linear-gradient(#8A2BE2, #6e22b4);
    border-radius: 64px !important;
    box-shadow: 0px 7px 0px 0px #491779;
    border: none !important;
}

#user-input {
    /* font-family: 'Bangers', cursive; */
    /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
    font-family: 'Super Kinds', sans-serif !important;
}

#reset-btn {
    box-shadow: 0px 7px 0px 0px #81630a !important;
    border-radius: 64px !important;
}

#submit-btn {
    box-shadow: 0px 7px 0px 0px #079150 !important;
    border-radius: 64px !important;
}

#end-and-check-btn {
    box-shadow: 0px 7px 0px 0px #910707 !important;
    border-radius: 64px !important;
}



.modal-footer button {
    box-shadow: none !important;
}

#menu-btn {
    z-index: 9;
}

input[type='text'] {
    font-family: sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
}

.alert * {
    font-family: sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
    box-shadow: none !important;
}

.menu-btns {
    font-family: 'Super Kinds', sans-serif !important;
}

.active {
    background: linear-gradient(#0d6efd, #00409f) !important;
}

.aside-btns {
    border-radius: 46px !important;
}

/* Style for the dialog */
dialog {
    border: none;
    padding: 20px;
    max-width: 400px;
    text-align: center;
    border-radius: 12px;
}

dialog button {
    /* margin: 10px;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer; */
    font-family: 'Super Kinds', sans-serif !important;
    box-shadow: 0px 7px 0px 0px #491779 !important;
    border: none !important;
    background: linear-gradient(#8A2BE2, #6e22b4);
    border-radius: 64px !important;
    color: white !important;
}

#privacy-policy-dialog, #terms-of-service-dialog {
    border: none;
    padding: 20px;
    max-width: 90%;
    text-align: center;
    border-radius: 12px;
    text-align: left;

}

#privacy-policy-dialog p,
#privacy-policy-dialog li,
#privacy-policy-dialog h3,
#terms-of-service-dialog p,
#terms-of-service-dialog li,
#terms-of-service-dialog h3 {
    font-family: sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

#privacy-policy-dialog strong,
#terms-of-service-dialog strong {
    font-weight: 900 !important;
}
#home p{
    font-family: sans-serif !important;
    font-weight: 600 !important;
}
ul div button{
    box-shadow:  none !important;
}

input {
    border-radius: 8px;
    padding: 5px;
    font-family: sans-serif !important;
    min-width: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;

}

button {
    color: white;
    padding: 5px 10px;
    border-radius: 65px !important;
    font-family: 'Super Kinds', sans-serif !important;
    box-shadow: 0px 7px 0px 0px #491779 !important;
    border: none !important;
    background: linear-gradient(#8A2BE2, #6e22b4);
}

#all-forms-auth {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

form {
    justify-items: center;
    width: 90%;
}

#signin-form-container, #signup-form-container {
    justify-items: center;
}


#fullscreen-btn,
#fullscreen-off-btn {
    position: relative;
    top: 0;
    right: 0;
    box-shadow: none !important;
    z-index: 9;
    background: transparent;

}

#close-btn {
    box-shadow: none !important;
    /* background: transparent; */
}

#loading-spinner-container {
    font-size: 100px;
    position: absolute;
    /* left: calc(50% - 50px);
top: 30%;
transform: translate(-50%, -30%); */
    z-index: 10;
    background: #000000b0;
    /* border-radius: 50%; */
    padding: 10px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

#title {
    font-size: calc(3.1rem + 1.5vw);
}

/* #signup-form-container {
    display: none;
} */

#signup-form p {
    font-family: sans-serif !important;
    font-size: 0.97rem;
    text-align: center;
    font-weight: 600;
}

#signup-form p a {
    font-weight: 600;
    cursor: pointer;
}

/* Media query for horizontal space */
@media (max-height: 500px) {

    /* Adjust max-height as needed */
    #all-forms-auth {
        flex-direction: row;
        /* Side by side layout */
        max-width: 100%;
        /* margin-top: 24px; */
        align-items: end;
    }

    #signin-form-container, #signup-form-container  {
        padding: 0 10px !important;
        width: 100%;
        align-items: center;
    }

    form {
        width: 100%;
    }

    #signup-form p {

        text-align: left;
        font-size: 1rem;
    }
}

#toastMessage {
    font-family: sans-serif !important;
    font-weight: 600 !important;
}
#help-list{
    list-style: decimal; 
    text-align: left;
}
#help-list li{
    font-family: sans-serif !important;
    font-weight: 600 !important;
}

@media (orientation: landscape) {
  #main-container {
    width: 50%;
    justify-self: center;
  }
}