.w-10 {
    width: 10% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-50 {
    width: 50% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 55% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 80% !important;
}
.w-100 {
    width: 100% !important;
}
.ml-46 {
    margin-left: 46%;
}
.mt-5 {
    margin-top: 5%;
}
.mt-10 {
    margin-top: 10%;
}

.accordion-content {
    overflow: hidden; /* Ensure content doesn't overflow when collapsed */
    transition: max-height 0.3s ease-out; /* Smooth transition for height changes */
    max-height: 0; /* Start with collapsed height */
}
.accordion-content.open {
    max-height: 1000px; /* Expand to maximum height when open */
    transition: max-height 0.3s ease-in; /* Smooth transition for height changes */
}

.logo {
    width: 500px;
    position: absolute;
    transform: translateX(-50%);
    transition: transform 0.3s ease-out;
    cursor: move;
}
.deash img.logo {
    width: 700px;
}
form.custom .input-field {
    width: 49.5%;
    padding: 10px;
    display: inline-block;
    position: relative;
}
ul.error {
    color: #e8f0fe;
    position: absolute;
    bottom: 0;
    left: 40px;
}
.cart-box {
    margin-top: 7rem !important;
    background: #00b0ff;
    background-image: repeating-linear-gradient(36deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 0px, transparent 2px);
    background-size: 12px;
    border: 15px solid #fff;
    border-radius: 35px;
    box-shadow: 4px 6px 0 0 #999999;
    padding: 25px 70px 45px !important;
    z-index: 10;
}
.cart-box h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 1px 1px 1px #005881 !important;
}
.cart-box input,
.cart-box select,
.cart-box option,
.waiting.choose a {
    border-radius: 30px;
    background: #a1ddf9;
    background-image: linear-gradient(#e6f7ff, #29c4ff);
    font-size: 18px;
    padding: 15px 30px;
    margin: 15px 0 60px;
    font-weight: 800;
    color: #1f5083;
    box-shadow: 2px 2px 1px #005881 !important;
}
form.guest input,
form.guest select {
    margin-bottom: 0;
}
.waiting.choose input,
.waiting.choose a {
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 20px 0;
}
.cart-box {
    margin-top: 7rem !important;
    background: #00acee;
    background-image: repeating-linear-gradient(36deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 0px, transparent 2px);
    background-size: 12px;
    border: 15px solid #fff;
    border-radius: 35px;
    box-shadow: 4px 6px 0 0 #999999;
    padding: 25px 70px 45px !important;
    z-index: 10;
}
.cart-box h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 1px 1px 1px #005881 !important;
}
.cart-box input,
.cart-box select,
.cart-box option,
.waiting.choose a {
    border-radius: 30px;
    background: #a1ddf9;
    background-image: linear-gradient(#e6f7ff, #29c4ff);
    font-size: 18px;
    padding: 15px 30px;
    margin: 15px 0 60px;
    font-weight: 800;
    color: #1f5083;
    box-shadow: 2px 2px 1px #005881 !important;
}
.cart-box input,
.waiting.choose a {
    width: 100%;
    display: block;
}.cart-box input#privacy_policy {
    width: auto;
    display: inline-block;
}
.cart-box input:focus,
.cart-box select:focus {
    border: 0;
    --tw-ring-opacity: 0;
    background: #f1f1f1;
}
.cart-box input:focus,
.cart-box select:focus,
.cart-box option:focus {
    box-shadow: none !important;
}
form.custom label,
form.login label {
    text-transform: uppercase;
    background: #1f5083;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    left: 38px;
    top: 5px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.cart-box button,
.cart-box a.exit {
    padding: 15px 100px;
    margin: 0;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 2px 2px 1px #000000 !important;
}
.cart-box button:hover,
.cart-box a:hover,
.waiting.choose input:hover {
    transform: scale(0.95);
}
.text-button {
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #005881 !important;
    padding: 0 15px;
}
.text-button:hover {
    text-shadow: none !important;
    color: #ffffff !important;
}
body.dashboard img#logo {
    width: 700px;
    z-index: 0;
    cursor: move;
}
body.dashboard a.home {
    display: none;
}
nav {
    min-height: 120px;
    z-index: 10;
    position: relative;
}
nav h4 {
    font-size: 24px;
    text-align: left;
    margin: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000000 !important;
}
nav img.avatar {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    box-shadow: 2px 3px 1px #1f5083 !important;
}
nav img.avatar:hover {
    transform: scale(0.95);
}
nav img.avatar:active {
    box-shadow: none !important;
}
nav .shrink-0 {
    min-height: 120px;
}
nav h3 img {
    margin-top: -3px;
    width: 22px;
    display: inline-block;
    margin-right: 15px;
}
nav .rounded-md.ring-1.ring-black.ring-opacity-5 {
    background: #fff;
    width: 350px;
    position: relative;
    right: 170px;
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 0 15px 0 #eb0089 !important;
}
nav h3 {
    -webkit-text-stroke: 1px #eb0089;
    padding: 13px 35px 15px;
    box-shadow: 0 2px 3px 0 #eb0089;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 24px;
    margin: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 3px 1px 0px #eb0089 !important;
}
nav h3 span {
    padding-right: 10px;
}
.drop-nav {
    padding: 12px 34px;
    border-bottom: 1px solid #eb0089;
}
.drop-nav:last-child {
    border-bottom: 0;
}
.drop-nav h5 {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    color: #eb0089;
    text-shadow: 1px 1px 0px #7d014d !important;
    letter-spacing: 0.5px;
}
.drop-nav a {
    background-color: #00acee;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    color: #fff;
    float: right;
    text-transform: uppercase;
    box-shadow: 2px 3px 1px #1f5083 !important;
}
.drop-nav a:hover {
    transform: scale(0.95);
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: 2px 3px 1px #77004a !important;
}

.drop-nav a:active {
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: none !important;
    --tw-ring-offset-width: 0 !important;
}
.drop-nav h5 span {
    display: block;
    -webkit-text-stroke: 0px;
    font-size: 12px;
    margin: 0 !important;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    text-shadow: none;
}
img.options.off:hover {
    filter: grayscale(1);
}
img.options {
    border-radius: 50px;
    box-shadow: 10px 10px 1px #937002;
}
img.options.off {
    box-shadow: 10px 10px 1px #8e3a2d;
}
img.options:hover {
    transform: scale(0.95);
}
img.options:active {
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: none !important;
    --tw-ring-offset-width: 0 !important;
}
body.games img.nev-icon {
    margin-left: 0;
}
img.nev-icon {
    cursor: pointer;
    --tw-bg-opacity: 1;
    background-color: #00acee;
    padding: 12px 12px;
    width: 60px;
    margin: 0 10px 0 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 2px 3px 1px #1f5083 !important;
}
img.nev-icon:hover {
    transform: scale(0.95);
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: 2px 3px 1px #77004a !important;
}
img.nev-icon:active {
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: none !important;
    --tw-ring-offset-width: 0 !important;
}
footer {
    position: fixed;
    width: 100%;
    bottom: 30px;
}
footer .shrink-0 button {
    background: none !important;
}
footer .shrink-0 button:focus,
footer .shrink-0 button:active {
    --tw-text-opacity: 0 !important;
    --tw-ring-opacity: 0 !important;
    border: 0 !important;
    outline: none !important;
    transform: scale(0.95);
}
footer .shrink-0 button img.avatar-hover,
footer .shrink-0 button:hover img.avatar,
body.profile footer {
    display: none;
}
footer .shrink-0 button:hover img.avatar-hover {
    display: block;
}
.custom-model .fixed.inset-0 .absolute {
    opacity: 1 !important;
    background: #00acee;
    background-image: repeating-linear-gradient(36deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 0px, transparent 2px);
    background-size: 12px;
}
.leaderboard-model .fixed.inset-0 .absolute {
    background-image: url(../images/leaderboard/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 1 !important;
}
.play-game button {
    margin-top: 15rem;
    --tw-bg-opacity: 1;
    background-color: #00acee;
    padding: 30px;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 2px 3px 1px #1f5083 !important;
}
.play-game button:hover {
    transform: scale(0.95);
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: 2px 3px 1px #77004a !important;
}

.play-game button:active {
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: none !important;
    --tw-ring-offset-width: 0 !important;
}

.select-options {
    margin-top: 8rem;
}
.select-options.players {
    background: #fecb01;
    background-image: repeating-linear-gradient(36deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 0px, transparent 2px);
    background-size: 12px;
    border: 15px solid #fff;
    border-radius: 35px;
    padding: 20px 40px 30px !important;
    text-align: center;
}
.select-options.players.invite {
    height: 620px;
}
.select-options.players img:hover {
    filter: grayscale(60%);
}

.select-options.players img:active,
.select-options.players img:focus {
    transform: scale(0.95);
}
.select-options h2 {
    font-size: 28px;
    text-align: left;
    margin: 0 0 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000000 !important;
    text-align: center;
}
.leaderboard-model .select-options.players h2 {
    font-size: 34px;
    margin-top: 30px;
}
.select-options h2.heading {
    position: relative;
    top: -50px;
    background: #000;
    display: inline;
    background: #fecb01;
    background-image: repeating-linear-gradient(36deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 0px, transparent 2px);
    background-size: 12px;
    border: 15px solid #fff;
    border-radius: 35px;
    padding: 10px 30px !important;
    margin: 0;
}
.select-options h2.heading span {
    font-size: 18px;
}
.leaderboard-model .select-options.players img.stars {
    margin: 0 auto;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
}
body.games {
    background-image: url(../images/game/game_bg.png) !important;
    background-size: cover !important;
    background-attachment: fixed;
    overflow-x: hidden;
}
body.games::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/game/pattern.png);
    background-size: cover;
    background-repeat: repeat-y; /* Ensure it repeats vertically */
    animation: bubbleAnimation 20s linear infinite;
    z-index: -1; /* Ensure it is behind the content */
}
@keyframes bubbleAnimation {
    0% {
             background-position: 0 100%;
    }
    50% {
             background-position: 0 0;
    }
    100% {
             background-position: 0 100%;
    }
}
body.games .logo {
    top: 35px;
    width: 280px;
    left: 525px;
}
.character-area {
    width: 100%;
    display: none !important;
}

.character {
    width: 80%;
    position: relative; /* Ensure positioning context */
    animation: moveUpDown 2s infinite ease-in-out; /* Continuous animation */
}
@keyframes moveUpDown {
    0%,
    100% {
             transform: translateY(0);
    }
    50% {
             transform: translateY(-10px); /* Move up by 10 pixels */
    }
}

.character:hover {
    animation-play-state: paused; /* Pause the animation on hover */
}

.character-area.start {
    display: flex !important;
}

.games .character-area h3 {
    font-size: 90px;
    text-align: left;
    margin: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000000 !important;
}

.character-area h4 {
    font-size: 62px;
    text-align: left;
    margin: -30px 0 50px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000000 !important;
}

.box-multi h4 {
    font-size: 17px;
    text-transform: capitalize;
}
.character-area h5 {
    background-image: linear-gradient(#4dc5f3, #20b6f0);
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding: 12px 25px;
    border-radius: 30px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 3px #686868 !important;
}
.character-area h5:hover {
    background-image: linear-gradient(#20b6f0, #4dc5f3);
}
.character-area h5 i.dot {
    position: relative;
    top: 3px;
    display: inline-block;
    height: 22px;
    width: 22px;
    border: 3px solid #fff;
    border-radius: 15px;
}
.character-area h5 span {
    float: right;
}
.character-area input.btn {
    margin-top: 40px;
    text-align: center;
    display: block;
    background-color: #1f5083;
    padding: 12px 90px;
    color: #fff;
    border-radius: 30px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 2px 2px 3px #000000 !important;
}
.character-area input.btn:hover {
    transform: scale(0.95);
    background-color: #eb0089;
    box-shadow: 2px 2px 1px #77004a !important;
}

.character-area input.btn:active {
    background-color: #eb0089;
    box-shadow: none !important;
    --tw-ring-offset-width: 0 !important;
}
.layout-start .main,
.layout-start a#fullscreen-btn,
.layout-start footer,
.layout-bmi .main,
.layout-bmi a#fullscreen-btn,
.layout-bmi footer {
    display: none !important;
}
body.profile .cart-box {
    margin: 0 0 30px !important;
    border-radius: 70px !important;
    padding: 20px 50px !important;
}
body.profile .cart-box h2 {
    font-size: 24px;
}
body.profile .cart-box form div {
    width: 48%;
    margin-right: 18px;
    display: inline-block;
}
body.profile .cart-box form {
    margin-top: 0;
}form.p-6.cart-box.delete-account {
    margin-top: 10em !important;
}
.cart-box form div {
    position: relative;
}
body.profile .cart-box button {
    margin: 0 0 30px !important;
}
body.profile form.custom label {
    top: -5px;
    text-transform: capitalize;
}
body.games .box {
    position: relative;
}
body.games .box.w-70 {
    left: -50px;
}
.flex.space-x-4.player-list .box.w-70 {
    left: 45px;
}
body.games .player-list .box .flex.profile {
    overflow-y: auto;
}
body.games .box .flex.profile {
    margin-left: 30px;
    overflow-y: scroll;
    margin-top: 0;
}
body.games .box.shodow {
    position: relative;
    top: 30px;
    left: 155px;
    height: 145px;
    padding: 30px 0;
    background-image: linear-gradient(to right, #03a5e7, #00aceea3, #ffffff00);
    border-bottom-left-radius: 0px;
}
.cart-box.delete-account div,
.cart-box.delete-account div input#password {
    width: 100% !important;
    margin-bottom: 0;
}.cart-box.delete-account .mt-6.flex.justify-end {
    display: flex;
}
.games .card-group::-webkit-scrollbar,  .jolly-card::-webkit-scrollbar {
    width: 0px;
}
.cart-box.delete-account div button.play-sound-button,
.cart-box.delete-account div a.play-sound-button {
    padding: 20px 110px;
}
.games .slide-acco {
    background-image: linear-gradient(#ffffffc4, transparent);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    box-shadow: none;
}
.games .slide-acco ul.heading {
    display: flex;
    margin-left: 25px;
}

.games .slide-acco ul.heading li {
    width: 14%;
    text-align: center;
}
.games .slide-acco ul.heading li img {
    width: 80px;
    margin: 0 auto;
}
img.games-logo {
    height: max-content;
    width: 270px;
    margin-top: 36px;
}
.games h3 {
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    bottom: 18px;
    left: 80px;
    font-weight: 600;
    line-height: 18px;
}
.games h3 span {
    display: block;
    font-weight: 400;
    font-size: 14;
}
.games h3:before {
    content: "";
    background: url(../images/icon/start_flag.png);
    background-size: cover;
    position: absolute;
    top: -8px;
    left: -45px;
    width: 43px;
    height: 43px;
}
body.games footer {
    width: 10%;
}
.games img.profile {
    width: 175px;
    position: absolute;
    left: -95px;
    top: -30px;
}
body.games .box .flex.profile img {
    background-image: linear-gradient(to right, #0b8cc9, #18afeb);
    border-radius: 500px;
    padding: 10px 10px;
}
.games .slide-acco h4 {
    color: #01abee;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 30px;
}
.games .spinner-container {
    position: relative;
    width: 180px;
    /* height: 180px; */
    float: right;
}
.games .spinner {
    width: 100%;
    /* height: 100%; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 4s ease-out;
    background-size: cover;
    cursor: pointer;
}
.games .spinner div {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
}
.games .pointer {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 45px;
    height: 55px;
    background-size: cover;
    z-index: 1;
    cursor: not-allowed;
}
body.games .box .player-list .flex.profile {
    margin-left: 30px !important;
}
body.games .box .player-list .flex.profile h3 {
    top: 35px;
    left: 150px;
    color: #1f5083;
    line-height: 22px;
}
body.games .box .player-list .flex.profile h3::before {
    left: -55px;
    top: -3px;
}
body.games .box .player-list .kcal {
    top: 20px;
    left: -55px;
}
body.games .box .player-list .kcal img.goal {
    width: 70px;
}
body.games .box .player-list span.currentKcal {
    top: 26px;
    left: -20px;
    padding: 2px 20px;
    font-size: 14px;
}
body.games .box .player-list .goal_flag {
    left: 54%;
    top: 20px;
    color: #1f5083;
    font-weight: 600;
}
.player-list .profile img {
    padding: 5px !important;
    border-radius: 25px;
    width: 85px;
}
.player-list .profile img:hover {
    cursor: pointer;
    transform: scale(0.95);
}

.player-list .profile img:active {
    box-shadow: none !important;
}
.player-list .profile h3 {
    font-size: 18px;
    font-weight: 600;
    margin-left: 40px;
}

.player-list .progress {
    margin-right: 10%;
    margin-top: 50px;
    height: 28px;
    overflow: hidden;
    border: 2px solid #ffcb00;
}
.player-list h4.goal {
    right: 70px;
    bottom: 0px;
    color: #1f5083;
    font-size: 18px;
    font-weight: 600;
}
.player-list .progress .progress-bar {
    height: 100%;
    line-height: 27px;
    font-weight: 400;
    font-size: 14px;
}
section.player-list-scroll {
    height: 500px;
    overflow-y: scroll;
}

#result {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    z-index: 2;
    opacity: 0;
    transform: translateY(100%);
    background: #3ac8ff;
    backdrop-filter: blur(5px);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.slide-from-bottom {
    opacity: 1 !important;
    transform: translateY(0%) !important;
}

/**/

.card-box {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    border-radius: 20px;
}
.card-box .card-button button {
    background: #00acee;
    font-weight: 600;
    width: 100%;
    padding: 10px 10px;
    margin: 0 0 20px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 2px 3px 1px #77004a !important;
}.card-button.skip input[type="submit"], .card-button.ai-doctor input[type="submit"] {
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    background: #b53547;
    box-shadow: 2px 3px 1px #77004a !important;
}
.card-box .card-image {
    padding-bottom: 8px;
    margin-right: 60px;
}
.card-box .card-button {
    width: 35%;
}
.card-box .card-button button:hover {
    transform: scale(0.95);
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: 2px 3px 1px #77004a !important;
}
.card-box .card-image img {
    box-shadow: 2px 3px 1px #1f5083 !important;
    border-radius: 15px;
}

.games .card-group,
.jolly-card {
    width: 12.5%;
    height: 418px;
    margin: 0 20px 0 0;
    cursor: pointer;
}
.games .card-group img,
.jolly-card img {
    padding: 0 !important;
    border-radius: 0 !important;
}
.games .card {
    transition: 0.1s;
    margin-top: 10px;
}
.games .jolly-card .card {
    padding: 0 14px;
}
.games .jolly-card .card h6 {
    background-image: linear-gradient(#4dc5f3, #20b6f0);
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 2px 15px;
    margin-top: 12px;
    border-radius: 30px;
    box-shadow: 1px 1px 3px #686868 !important;
}
.games img.game-logo {
    margin-top: 25px;
}
.games .scoreboard,
.games .waiting {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    color: #fff;
    background: #000000c2;
    backdrop-filter: blur(5px);
    z-index: 12;
}
.games .scoreboard {
    background-image: url(../images/leaderboard/scoreboard_lights.png);
    background-size: cover;
}
.games .scoreboard .cart-box {
    margin: 100px;
    position: relative;
    padding-bottom: 60px !important;
}
div.scoreboard table td.highlight ul li.total {
    background: #fcc733;
    color: #000;
    margin-bottom: 10px;
}
.games .scoreboard .cart-box h2 {
    color: #fff;
    text-shadow: 1px 1px 1px #005881 !important;
    margin-top: 20px;
    margin-bottom: 30px;
}
.games .scoreboard .cart-box img.cup {
    width: 160px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -105px;
}
div.scoreboard table {
    width: 100%;
}
div.scoreboard table td {
    width: 150px;
    vertical-align: top;
    position: relative;
    font-size: 20px;
    padding: 0 25px;
}
div.scoreboard table td ul.heading li {
    font-weight: 600;
}
div.scoreboard table td ul li {
    padding: 0 20px;
    line-height: 48px;
    border-top: 1px solid #d1d1d1;
}
div.scoreboard table td ul li.first {
    /* position: absolute; */
    top: -190px;
}
div.scoreboard table td ul li.first img {
    width: 200px;
    position: relative;
    z-index: 1;
}div.scoreboard table td ul li.first h3::before {
    display: none;
}img.ranking-badge {
    position: absolute;
    top: -38px;
    margin-bottom: -30px;
}
div.scoreboard table td ul li.first h3 {
    position: initial;
    font-size: 16px;
    color: #3aa6f5;
    text-transform: capitalize;
}
div.scoreboard table td ul li:first-child {
    border: 0;
    padding: 0;
}
div.scoreboard table td ul li.total {
    background: #eb0089;
    color: #fff;
    font-weight: 600;
}
.games .scoreboard .cart-box a.close {
    position: absolute;
    right: -40px;
    top: -30px;
}
.games .waiting .cart-box {
    background: #fecb01;
    margin: 0 auto;
}
.games .waiting .cart-box h2 {
    margin-top: 20px;
    text-shadow: 2px 2px 3px #005881 !important;
    color: #fff;
}
img.otherPlayer {
    filter: grayscale(1);
}
.disable-spin {
    filter: grayscale(1);
    background-size: cover;
    width: 180px;
    height: 180px;
}
.disable-spin img.currentcharacter {
    padding: 64px;
}
.games .counter div {
    position: absolute;
    top: 28px;
    left: 1540px;
    color: #ffffff;
    background-color: #00acee;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 2px 3px 1px #1f5083 !important;
}
body.dashboard a.dashboard {
    display: none;
}
@keyframes slide-fade-in {
    0% {
             transform: translateY(100%); /* Start from bottom */
             opacity: 0;
    }
    100% {
             transform: translateY(0);
             opacity: 1;
    }
}
@keyframes slide-fade-out {
    0% {
             transform: translateY(0);
             opacity: 1;
    }
    100% {
             transform: translateY(-100%); /* End at top */
             opacity: 0;
    }
}
.goal_flag {
    text-align: center;
    position: absolute;
    top: -18px;
    transform: translateX(-50%);
}

.goal_flag img.goal {
    margin: 0 auto;
    width: 60px;
}
.goal_flag ul li {
    -webkit-text-stroke: 1px #1f5083;
    padding: 0 5px;
    font-size: 26px;
    font-weight: 700;
    color: #00acee;
}
.goal_flag ul li img {
    display: inline-block;
}
.goal_flag ul {
    background: #ffcb00;
    margin-top: 10px;
    padding: 3px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.progress {
    margin-top: 80px;
    position: relative;
    height: 43px;
    background-color: #ffffff;
    border-radius: 35px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
    border: 4px solid #ffcb00;
    z-index: 1;
}
.progress:active {
    box-shadow: none !important;
}
.progress-bar {
    height: 100%;
    color: #fff;
    text-align: left;
    line-height: 50px; /* Should match the height of .progress */
    font-weight: 800;
    font-size: 16px;
    text-shadow: 1px 1px 1px #1f5083;
}
.progress-bar span {
    position: relative;
    left: 30px;
}
.select-options.players .box.profile {
    height: fit-content;
    text-align: left;
    width: 40%;
    background: #fee582;
    padding: 20px 30px;
    margin-right: 40px;
    border-radius: 30px;
    box-shadow: 5px 5px 1px #ffc200;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000000 !important;
}
.select-options.players .box.profile img {
    width: 100px;
    margin-bottom: 10px;
}
.select-options.players .box.profile img:hover {
    filter: grayscale(0%);
}
.select-options.players .box.list {
    width: 55%;
    text-align: left;
}
.select-options.players .box.list ul li label input {
    padding: 12px;
    border-radius: 6px;
    border: 0;
}
.select-options.players .box.list ul li label {
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    background: #fee582;
    padding: 10px 20px;
    margin: 0 0 15px;
    border-radius: 15px;
    box-shadow: 3px 3px 1px #ffc200;
}
.select-options.players .box.list ul li label:focus,
.select-options.players .box.list ul li label:active {
    box-shadow: none;
}
.select-options.players .box.list ul li img {
    width: 60px;
    padding: 0 5px;
    margin: 0 12px;
    border-radius: 50px;
}
.select-options.players .box.list ul li h4 span {
    display: block;
    font-size: 14px;
}
.select-options.players .box.list ul li h4 {
    margin-top: 1px;
}
.select-options.players .box.list ul li h4 {
    text-transform: uppercase;
    margin-top: 1px;
}
.select-options.players .box.list ul#user-list {
    height: 370px;
    overflow-y: scroll;
    padding-right: 20px;
}
.select-options.players input#selected-players,
.select-options.players .box.list input.extra {
    border: 0;
    width: 3%;
    color: #fff !important;
    background: #0000;
    font-size: 28px;
    box-shadow: none;
    text-align: left;
    padding: 0;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000000 !important;
}
.select-options.players .box.list input.extra {
    width: 100%;
}
.select-options.players .box.list input[type="submit"] {
    cursor: pointer;
    background-color: #00acee;
    padding: 12px 70px;
    margin: 0 0 0 10px;
    font-size: 20px;
    color: #fff;
    height: 55px;
    margin-top: 15px;
    float: right;
    font-weight: 800;
    border-radius: 50px;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 2px 3px 1px #1f5083 !important;
}
.select-options.players .box.list input[type="submit"]:hover {
    transform: scale(0.95);
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: 2px 2px 1px #77004a !important;
}

.select-options.players .box.list input[type="submit"]:active {
    box-shadow: none;
}
.leaderboard-model .sm \:mx-auto {
    max-width: 85rem;
}
.leaderboard-model .select-options.players {
    background: #a2ddf9;
    position: relative;
    margin-top: 7rem;
    min-height: 80vh;
}
.games .leaderboard-model .select-options.players {
    margin-top: 0;
}
.leaderboard-model .select-options.players table {
    width: 100%;
    text-align: left;
}
.leaderboard-model .select-options.players table thead tr:first-child {
    background-image: linear-gradient(#72cff5, #abe7ff);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.leaderboard-model .select-options.players table thead tr:first-child th:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.leaderboard-model .select-options.players table thead tr:first-child th:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    text-align: center;
}

.leaderboard-model .select-options.players table thead tr th {
    padding: 20px 0; /* Adjust padding as needed */
    font-weight: 400;
    border-bottom: 15px solid #a2ddf9;
}
.leaderboard-model .select-options.players table tbody tr td {
    background: #d6f0fb;
    padding: 5px 0;
    font-size: 20px;
    border-bottom: 15px solid #a2ddf9;
    position: relative;
    text-transform: uppercase;
    color: #2f5fc4;
}
.leaderboard-model .select-options.players table tbody tr td span.score {
    background: #eb0089;
    padding: 10px 40px;
    color: #fff;
    border-radius: 30px;
    min-width: 180px;
    max-width: 180px;
    display: inline-block;
}
.leaderboard-model .select-options.players table tbody td:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.leaderboard-model .select-options.players table tbody td:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    text-align: center;
}
.leaderboard-model .select-options.players table tbody tr th {
    padding: 10px 0; /* Adjust padding as needed */
    font-weight: 400;
}
.leaderboard-model .select-options.players table tbody tr td img.profile {
    width: 60px;
    border-radius: 50px;
}
.leaderboard-model .select-options.players table tbody tr td img.level {
    width: 85px;
    margin-left: 10px;
    position: absolute;
    top: -10px;
}
.leaderboard-model .select-options.players table tbody tr td .level {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000000 !important;
    text-align: center;
}
div#hintModal .details {
    background: #b1b1b1;
    padding: 50px 60px;
    background: #fecb01;
    background-image: repeating-linear-gradient(36deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25) 1px, transparent 0px, transparent 2px);
    background-size: 12px;
    border: 5px solid #fff;
    border-radius: 35px;
    padding: 30px 0 0px 30px !important;
    position: relative;
    box-shadow: 5px 5px 1px #937002;
}
div#hintModal .details h2 {
    font-size: 20px;
    padding-left: 18px;
    margin: 0;
    padding-bottom: 30px;
}
div#hintModal .details button {
    font-size: 30px;
    font-weight: 800;
    background: #01abee;
    padding: 0 12px;
    position: absolute;
    top: -20px;
    right: -20px;
    box-shadow: 2px 3px 1px #1f5083 !important;
}
div#hintModal .details button:hover {
    transform: scale(0.95);
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: 2px 3px 1px #77004a !important;
}
div#hintModal .details button:active {
    --tw-bg-opacity: 1;
    background-color: #eb0089;
    box-shadow: none !important;
    --tw-ring-offset-width: 0 !important;
}
div#hintModal .details table td {
    width: 200px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding: 0 20px 12px;
    color: #eb0089;
    text-shadow: 1px 1px 1px #ffffff !important;
}
div#hintModal .details table td span {
    display: block;
    font-weight: 400;
    font-size: 18;
}
.progress-bar-striped {
    background-color: #00acee;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    animation: progress-bar-stripes 1s linear infinite;
}
.manual-model button {
    padding: 0 !important;
    background: #00000000 !important;
}
.manual-model button:focus {
    --tw-ring-opacity: 0;
}
.games .scoreboard .cart-box.gameover {
    text-align: center;
    padding: 100px 0 !important;
}

.games .scoreboard .cart-box.gameover img {
    width: 800px;
    margin: 60px auto;
}
.games .scoreboard .cart-box.gameover button {
    background: #30378e;
}
.gamescore .bg-white {
    max-width: 100%;
}
.gamescore .cart-box {
    margin-top: 5.5rem !important;
    padding-bottom: 90px !important;
}

/* ////// */
@keyframes progress-bar-stripes {
    0% {
             background-position: 40px 0;
    }
    100% {
             background-position: 0 0;
    }
}
@keyframes grow-shrink {
    0%,
    100% {
             transform: scale(1);
    }
    50% {
             transform: scale(1.5);
    }
}
@keyframes grow-shrink-rotate {
    0%,
    100% {
             transform: scale(1) rotate(0deg);
    }
    50% {
             transform: scale(1.5) rotate(180deg);
    }
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 1px 0 5px #77004a;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1f5083;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #eb0089;
}

.progress-bar .goal {
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
}
.progress-bar .goal span {
    display: inline-block;
    height: 40px;
    background: url(../images/icon/squares.jpg);
    background-size: contain;
    left: 0;
}
body.games .box .kcal {
    position: absolute;
    z-index: 2;
    top: 40px;
    left: -30px;
}

span.currentKcal {
    position: absolute;
    top: 45px;
    left: 5px;
    background-image: linear-gradient(to right, #7bc153, #5dbd7a, #1fb2c8);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 250px;
    border-top-right-radius: 10px;
    text-align: right;
    padding: 3px 20px;
}
.skipbtn {
    position: absolute;
    left: 60px;
    padding: 5px 20px;
    background: #ffcb00;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: auto;
    vertical-align: middle;
}
.skipbtn h4 {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b53547;
    text-shadow: 1px 1px #000;
}
.skipbtn ul li {
    display: inline-block;
    /* border: 1px solid #b53547; */
    position: relative;
    /* top: 3px; */
    /* width: 20px; */
    /* height: 20px; */
    border-radius: 2px;
    font-size: 20px;
    padding: 0 10px 0 20px;
    color: #fff;
    font-weight: 600;
}.skipbtn ul li.skip::before {
    content: '';
    background-image:url(../images/icon/skip_icon.png);
    background-size: cover;
    position: absolute;
    top: -3px;
    left: -18px;
    width: 32px;
    height: 34px;
}
.skipbtn ul {
    margin-left: 5px;
    border: 1px solid #c78720;
    padding: 0px 5px 0px 10px;
    display: inline-block;
    border-radius: 4px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #fcab28;
    margin-left: 10px;
}.skipbtn ul.penalty {padding: 0px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}

.skipbtn ul.penalty li {
    padding: 0 8px;
}
.skipbtn ul li span.dot {
    background: #b53547;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}
.skipbtn img.goal {
    display: inline-block;
    position: relative;
    top: -3px;
}
.slide-from-bottom .card-button.skip, .slide-from-bottom .card-button.ai-doctor {
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.slide-from-bottom .card-button.skip:before {
    content: "";
    background: url(../images/icon/skip_icon.png);
    background-size: cover;
    position: absolute;
    top: 3px;
    left: 30px;
    width: 35px;
    height: 35px;
}.slide-from-bottom .card-button.ai-doctor:before {
    content: "";
    background: url(../images/icon/ai-doctor.png);
    background-size: cover;
    position: absolute;
    top: 7px;
    left: 25px;
    width: 49px;
    height: 32px;
}
.select-options.players .box.list input#filter-input {
    border-radius: 15px;
    background: #ffffff00;
    border: 3px solid #fff;
    padding: 8px 15px 8px 50px !important;
    font-size: 14px;
}
.filterInput {
    position: relative;
}

.filterInput img {
    position: absolute;
    top: 14px;
    width: 20px;
    left: 20px;
}
.character-area.start h3::before {
    display: none;
}
.privacy-box {
    width: 40% !important;
    height: 60vh;
    overflow-y: scroll;
    color: #fff;
}
.privacy-box button {
    background: #1f5083;
    float: right;
    display: block;
    margin-top: 20px !important;
}
.waiting.choose {
    background-image: url(/images/bg.png);
    margin-top: 30px;
    margin: 0;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: calc(-5.6rem * calc(1 - var(--tw-space-y-reverse))) !important;
}

body.dashboard iframe {
    height: 60vh !important;
}
ul.avatars li {
    display: inline-block;
    width: 32%;
}
.flex.space-x-4.row2 {
    padding: 0 120px;
}
#rotate-warning {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 0 30px;
    height: 100vh;
    background: #00acee;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 40vh;
}
.clase-modal {
    z-index: 5;
    position: absolute;
    right: 20px;
}
.mobile-view {
    display: none;
}
div.scoreboard .scoreboard-single {
    width: 92%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
}

div.scoreboard .scoreboard-single tr:first-child {
    background: #bfe8fa;
    color: #44acf5;
}
div.scoreboard .scoreboard-single tr {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px !important;
}

div.scoreboard .scoreboard-single tr td {
    padding: 42px 0;
    font-size: 32px !important;
    color: #fff;
    border: 1px solid #fff;
}
div.scoreboard .scoreboard-single tr th {
    border: 1px solid #fff;
}
div.scoreboard .scoreboard-single tr th:last-child,
div.scoreboard .scoreboard-single tr td:last-child {
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
div.scoreboard .scoreboard-single tr th:first-child,
div.scoreboard .scoreboard-single tr td:first-child {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
}
.total_points {
    text-align: center;
    margin-bottom: 52px;
}
.total_points span {
    background: #a1ddf9;
    font-weight: 900;
    padding: 6px 80px;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 32px;
    border-radius: 30px;
    box-shadow: 0 0 3px 0 #8f8f8f;
}
div#penalty-emoji {
    text-align: center;
    height: 100vh;
    width: 100%;
    background: #00aceec4;
    backdrop-filter: blur(5px);
    transition: transform 0.5s ease, opacity 0.5s ease;
}
div#penalty-emoji img {
    margin: 30px auto;
}
div#penalty-emoji .select-options.players {
    background: #a6dff8;
    width: 50%;
    margin: 10em auto 0;
}
.doc-suggestion {
    position: absolute;
    left: -3px;
    top: -10px;
    width: 100%;
    height: 105%;
    background: #3ac8ff;
    display: flex;
    backdrop-filter: blur(5px);
    padding: 20px 20px;
}.doc-suggestion span.close {
    cursor: pointer;
    color: #000000;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    text-align: center;
    width: 30px;
    border-radius: 20px;
}.doc-suggestion p.think-box {
    background: #ffffff;
    min-height: 150px;
    position: relative;
    color: #000;
    padding: 16px 20px;
    border-radius: 18px;
    width: fit-content;
    max-width: 300px;
    min-width: 300px;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}.doc-suggestion p.think-box::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 30px; /* adjust to align with the center */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid white;
}.tooltip-container {
    position: absolute;
    bottom: 15px;
    right: -30px;
}
    .question-icon {
      width: 20px;
      height: 20px;
      font-size: 12px;
      background-color: #ffcb00;
      color: #00acee;
      border-radius: 50%;
      text-align: center;
      line-height: 20px;
      font-weight: 900;
      border: 1px solid #00acee;
    }
    .tooltip-box {
      display: none;
      position: absolute;
      top: -10px;
      left: 30px;
      transform: translateX(0%);
      background-color: #fcb040;
      color: #000000;
      padding: 8px 10px;
      border-radius: 4px;
      white-space: nowrap;
      font-size: 12px;
      z-index: 10;
    }
    .tooltip-container:hover .tooltip-box {
      display: block;
    }div.scoreboard table td:first-child {
    width: 300px;
    }div.scoreboard table td ul.heading li b {
        font-size: 28px;
        font-weight: 600;
    }div.scoreboard table td.highlight ul {
        background: #d8f0fb;
        text-align: center;
        overflow: hidden;
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
    }.games img.spinner:hover {
        filter: grayscale(1);
    }table.mobile-only {
    display: none;
}