<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --desktop-container-width: 750px;
    --desktop-container-padding: 25px;
    --desktop-container-margin-top: 50px;
    --desktop-container-margin-bottom: 50px;
    --desktop-box-page-content-max-width: 450px;
    --desktop-game-page-max-width: 450px;
    --fixed-bg-color: 'inherit';
}

.hide {
     display: none !important;
}

.btn-go-to-signin {
    color: white;
    cursor: pointer;
}

.btn-go-to-logout {
    cursor: pointer;
}

.header-avatar,
.account-avatar {
    max-height: 52px;
}

img.none-fav {
    display: block;
}

img.fav {
    display: none;
}

.favorites .none-fav {
    display: none;
}

.favorites .fav {
    display: block;
}

.error-message,
.update-account-message {
    color: red;
}

.success-message {
    color: #4CAF50;
}

.error {
    color: red;
}

.select-state option:not(:checked),
.select-country option:not(:checked) {
    background-color: #393939;
}

.update-credit-card-message {
    color: red;
    margin-top: 20px;
}

#gift-toibucks-modal .send-gift h4 {
    margin-top: 20px;
    text-align:left;
}

#gift-toibucks-modal .email-error-message {
    text-align: left;
    color: red;
}

#message-modal .message-content {
    text-align: left;
    word-wrap: break-word;
}

.purchase-history-table th,
.purchase-history-table td {
    padding: 5px;
}

.poll-card.poll--promo {
    aspect-ratio: auto;
}

.poll-card.poll--promo .poll-question {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tripoll.tripoll--promo .tripoll-question {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.poll-card.poll--middle {
    aspect-ratio: auto;
}

.poll-card.poll--middle .poll-question {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tripoll.tripoll--middle .tripoll-question {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.poll-card.poll--small {
    aspect-ratio: auto;
}

.poll-card.poll--small .poll-question {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tripoll.tripoll--small .tripoll-question {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.payment-method-alert-saved {
    border-color: #badbcc;
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.top-10 {
    top: 10px;
}

.input-about-me {
    width: 100%;
    overflow: hidden;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.text-nowrap {
    white-space: nowrap;
}

.custom-radio input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.custom-radio input[type="checkbox"]:checked:before {
    background: #FEB710 url(/imgs/icon-check.svg) no-repeat center center / cover;
}

.custom-radio input[type="checkbox"]:before {
    content: "";
    display: block;
    height: 25px;
    width: 25px;
    border: 1px dashed #ABABAB;
    background: #393939;
    border-radius: 50%;
    margin-right: 24px;
    position: absolute;
    top: -4px;
    left: 0;
}

.notification-item a {
    text-decoration: underline;
}

.custom-creation-author {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
}

.go-to-profile,
.share-my-profile {
    cursor: pointer;
}

.modal-challenges {
    background: rgba(118, 118, 118, 0.25);
    backdrop-filter: blur(15px);
}

.modal-challenges .modal {
    border:  1px solid #9B6D00;
    background:  #212121;
    padding: 24px 16px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.55);
}

.modal-challenges .modal-header {
    margin-bottom: 8px;
}

.modal-challenges .modal-header button {
    border: none;
    width: 24px;
    height:  24px;
    padding: 0;
}

.modal-challenges .modal-body {
    font-size: 14px;
}

.mt-\[10px\] {
    margin-top: 10px;
}

.creation-delete-action {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    display: flex;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 32px;
}

.btn-lightgray {
    background-color: lightgray;
}

.btn-width-100 {
    width: 100px;
    padding-left: 0px;
    padding-right: 0px;
}

.btn-width-125 {
    width: 125px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.game-details .title-section {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(1, 0, 0, 1) 64%, rgba(209, 206, 201, 0) 100%);
}

.game-details .game-type {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.game-details .game-type-name {
    color: var(--primary-solar-flare, #FEB710);
    text-align: center;
    font-family: "Paytone One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.333px;
}

.game-details .game-type .line{
    margin-top: 9px;
}

.game-details .title-section .title {
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: "Paytone One";
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    width: 100%;
    -webkit-text-stroke: 1px rgb(254, 183, 16);
    padding: 24px;
}

.game-details .title-section .subtitle {
    color: var(--Neutral-White---polar-ice, #FFF);
    text-align: center;
    height: 30px;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    margin-top: 10px
}

.game-details .title-section .subtitle .by {
    color: var(--Neutral-White---polar-ice, #FFF);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
}

.game-details .title-section .subtitle .author {
    color: var(--Neutral-White---polar-ice, #FFF);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url('/imgs/icon-close-black.svg') center / 1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.last-bid-status {
    display: flex;
}

.bid-details {
    margin-bottom: 20px;
}

.bid-details .bid-now-value {
    color: black;
    background: lightgray;
    font-size: 18px;
    font-weight: bold;
    width: 122px;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
}

.loading-container {
    position: relative;
}
.loading-container:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    border: 3px solid #111;
    border-left-color: #FDB710;
    border-radius: 100%;
    z-index: 1;
    animation: spin .6s infinite linear;
    inset: calc(50% - 20px);
    opacity: 0;
    transition: .2s;
}
.loading-container.loading:before {
    opacity: 1;
}
.btn.loading:after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: inherit;
}

.splide__slide &gt; img,
.splide__list .poll-options {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.splide .splide__pagination {
    display: flex;
    margin: 3px 0 0;
    gap: 6px;
}

.splide .splide__pagination li {
    display: flex;
    line-height: initial;
}

.splide .splide__pagination__page,
.splide .splide__pagination__page.is-active {
    margin: 0;
    transform: none;
}
/*
.splide__content .splide__slide {
    padding-left: 8px;
}

.splide__content {
    padding: 16px 0;
}
*/

.dynamic-page .page-content &gt; section:first-of-type {
    margin-top: 0px;
}

.page-content &gt; section.splide:first-of-type {
    margin-bottom: 4px;
}

.take-new-tour-image {
    height: 160px;
}

.avatar {
    width: 100%;
    aspect-ratio: 1;
}

.avatar mtb-avatar {
    display: block;
    width: 100%;
    height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input.place-bid-value::-webkit-outer-spin-button,
input.place-bid-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.place-bid-value[type=number] {
    -moz-appearance: textfield;
}

/*COMMUNITY CARD OF HIERARCHY*/
.community-card {
    border-radius: 24px;
    background: linear-gradient(182deg, #844124 0.83%, #C18A38 98.57%);
    padding: 2px;
    max-width: 233px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-out;
    filter: opacity(0.5);
}
.community-card__inner {
    border-radius: 22px;
    height: 100%;
    width: 100%;
    background: radial-gradient(148.97% 105.75% at 92.36% 57.23%, #3A2505 0%, #533D1D 20.31%, #553F1F 78.46%, #7F6030 100%);
    padding: 14px 6px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.community-card__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
    max-width: 175px;
    margin-inline: auto;
}
.community-card__body {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #E8EDEE;
    max-width: 189px;
    width: 100%;
}
.community-card__footer {
    width: 100%;
}
.community-card__footer button {
    width: 100%;
    height: 40px;
}
.community-card__avatar {
    display: flex;
    align-items: center;
    gap: 5px;
}
.community-card__avatar__frame {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid white;
    aspect-ratio: 1;
    overflow: hidden;
}
.community-card__avatar__frame img {
    -o-object-fit: cover;
    object-fit: cover;
}
.community-card__avatar__name {
    line-height: 1;
    color: white;
}
.community-card__rating {
    padding-inline: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    height: 10px;
}
.community-card__rating div:first-child,
.community-card__rating div:last-child {
    height: 1px;
    width: 100%;
    background: #797979;
}
.community-splide .splide__slide.is-active .community-card {
    transform: scale(1.07);
    filter: opacity(1);
}


/*HIERARCHY TAB*/
.hierarchy-tabs__wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 0 8px 8px;
}
.hierarchy-tabs {
    background: transparent;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #FEB710;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 4.5px 12px;
    border-bottom: solid 1px #797979;
}
.hierarchy-tabs span {
    line-height: 1;
    text-shadow: 0.5px 1px 0px #00172D;
}
.hierarchy-tabs.hierarchy-tabs--active {
    box-shadow: 1px 1px 2px 0px #C78D04;
    border-top: solid 2px;
    border-color: #FEB710;
    background: linear-gradient(199.44deg, #FF9F0E 16.41%, #FEB711 60.52%);
    color: #212121;
}
.hierarchy-tabs.hierarchy-tabs--active span {
    text-shadow: none;
}
.hierarchy-tabs.hierarchy-tabs--active::after {
    content: '';
    inset: auto auto 0 0;
    background: url("../imgs/Mini Tab Set_L1/Vector.png") no-repeat center center / cover;
    width: 100%;
    height: 8px;
    position: absolute;
    transform: translateY(100%);
    z-index: 9999;
}
/*END HIERARCHY TAB*/

/*HIERARCHY CARD*/
.hierarchy-card.hierarchy-card--bookmark {
    border-radius: 8px;
    border: 2px solid #9F7000;
    padding: 10px 8px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.hierarchy-card.hierarchy-card--bookmark.done {
    filter: grayscale(1);
}
.hierarchy-card.hierarchy-card--bookmark.success {
    border: 2px solid #0B8A3A;
}
.hierarchy-card.hierarchy-card--bookmark.success button  {
    box-shadow: 0px 0px 3px 0px #97E3B3;
    background-color: #97E3B3;
    font-weight: 700;
    line-height: 1;
    border-radius: 100px;
    padding: 8px 16px;
    color: #212121;
    text-transform: uppercase;
}
.hierarchy-card.hierarchy-card--bookmark.hierarchy-card--bookmark--engage {
    background: linear-gradient(82deg, #010101 41.41%, #2E2E2E 72.1%);
}
/*END HIERARCHY CARD*/

/*HIERARCHY PRICE SOLUTION CARD*/
.hierarchy-price-solution-card {
    border-radius: 24px;
    padding: 4px;
    background: linear-gradient(160deg, #5B411A 0.83%, #C18A38 98.57%);
    min-height: 295px;
    max-width: 199px;
    height: 100%;
    width: 100%;
    transition: .3s ease;
    opacity: .5;
}
.hierarchy-price-solution-card__price.btn-yellow {
    padding-inline: 0;
    width: 100%;
}
.splide__slide.is-active .hierarchy-price-solution-card {
    transform: scale(1.112);
    opacity: 1;
}
.hierarchy-price-solution-card__inner {
    border-radius: 20px;
    padding: 16px 8px 8px;
    background: #2C2C2C;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    height: 100%;
}
.hierarchy-price-solution-card__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.hierarchy-price-solution-card__type {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FEB710;
    line-height: 1;
}
.hierarchy-price-solution-card__expire-date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ABABAB;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1;
    padding-inline: 8px;
    font-size: 12px;
    width: 100%;
}
.hierarchy-price-solution-card__expire-date div:first-child,
.hierarchy-price-solution-card__expire-date div:last-child{
    width: 100%;
    height: 1px;
    background: #797979;
}
.hierarchy-price-solution-card__price {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 40px;
    padding-block: 0;
    padding-inline: 12px;
}
.hierarchy-price-solution-card__features {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    padding-inline-start: 1ch;
    font-size: 12px;
    font-weight: 300;
    color: #E8EDEE;
}
.hierarchy-price-solution-card__features li {
    list-style-type: 'âœ“';
    padding-inline-start: 1ch;
    line-height: 16px;
}
/*END HIERARCHY PRICE SOLUTION CARD*/

/*CREATE PAGE*/
.create-game-header {
    margin-block-start: 32px;
    text-align: center;
    line-height: 1.3;
}
.create-page__figure {
    aspect-ratio: 103/249;
    max-width: 103px;
    width: 100%;
    object-fit: cover;
    margin-inline: auto;
    margin-block-start: 28px;
}
.create-game-header h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ABABAB;
}
.create-game-header .mt-toibox-text {
    color: #E8EDEE;
}
.hierarchy-chat-bubble {
    position: relative;
    max-width: 265px;
    width: 100%;
    margin-inline: auto;
}
.hierarchy-chat-bubble__wrapper {
    border-radius: 8px;
    border: 1px solid #797979;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.hierarchy-chat-bubble__content {
    background: #212121;
    position: relative;
    z-index: 1;
    padding-inline: 16px;
    padding-block: 14px;
    color: #E8EDEE;
}
.hierarchy-chat-bubble__triangle {
    width: 32px;
    aspect-ratio: 1;
    transform: rotate(45deg);
    background: #212121;
    position: absolute;
    bottom: -8px;
    left: 40px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid #797979;
}
.create-page-tag__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 359px;
    padding: 8px;
    margin-inline: auto;
    margin-block-start: 21px;
}
.create-page-tag {
    padding-inline: 16px;
    border: 2px solid #393939;
    padding-block: 2px;
    border-radius: 24px;
}
.create-page-tag span {
    font-weight: 700;
    color: #ababab;
    text-transform: uppercase;
}
.create-page-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding-inline: 16px;
    margin-block: 25px;
    width: 100%;
    margin-inline: auto;
}
.create-page-section-title div:first-child,
.create-page-section-title div:last-child {
    width: 100%;
    height: 2px;
}
.create-page-section-title div:first-child {
    background: linear-gradient(90deg, #393939 0%, rgba(57, 57, 57, 0.00) 100%);
}
.create-page-section-title div:last-child {
    background: linear-gradient(90deg, rgba(57, 57, 57, 0.00) 0%, #393939 100%);
}
.create-page-section-title div:nth-child(2) {
    line-height: 1;
    font-weight: 700;
    color: #FCD888;
}
.game-card-collapse {
    padding-inline: 8px;
    gap: 10px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 3px;
    background: #393939;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.splide-create-game img {
    border-radius: unset;
}
.splide-create-game .splide__pagination {
    position: absolute;
}
.hierarchy-chat-bubble-orange {
    max-width: 95%;
}
.hierarchy-chat-bubble-orange .hierarchy-chat-bubble__wrapper {
    border: transparent;
    border-radius: 24px;
}
.hierarchy-chat-bubble-orange .hierarchy-chat-bubble__content {
    background: url('../imgs/chat-bubble-orange-img.png') no-repeat center center / cover;
}
.hierarchy-chat-bubble-orange .hierarchy-chat-bubble__triangle {
    background: rgb(230 155 1);
    border: transparent;
}
.step-create-game .splide__pagination {
    display: none !important;
}
/*END CREATE PAGE*/

/* FIX POLL*/
.poll--images.poll--small .poll-option {
    height: auto !important;
}
/*END FIX POLL*/

.footer-resources li {
    margin-top: 5px;
}

.dynamic-page .timer {
    border-radius: 0px;
    background: none;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mtb-logo {
    width: 55px;
}

#cookie-policy-container {
    z-index: 99999999;
    max-width: 400px;
    right: 20px;
    transition: all 1s ease;
    transform: translateY(100%);
}

#account-created-message,
#error-login-form,
#error-signup-form,
#error-signup-verification-form,
#signup-resend-code-form {
    width: 100%;
    z-index: 99999999;
}

#signup-resend-code-form .message,
#account-created-message .message {
    background-color: #cbf1d9 !important;
}

.notification-buttons {
    float: right;
}

.notification-buttons .btn-mark-as-read-notification img {
    width: 20px;
    margin-left: 25px;
}

.mt-0 {
    margin-top: 0px !important;
}

.z-index-max {
    z-index: 9999999;
}

.z-index-max-2 {
    z-index: 99999990;
}

.challenge--item-bg {
    background: url(/imgs/user-tour/bg.png) no-repeat center center / cover;
}

.challenge--item-bg-disabled {
    background: url(/imgs/user-tour/bg-disabled.png) no-repeat center center / cover;
}

.top-\[19px\] {
    top: 19px;
}

.challenge--item.disable {
    filter: grayscale(133%);
}

.challenge-content {
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.challenge-content .challenge--item.show {
    display: block;
}

.challenge-collapsible {
    float: right;
    right: 15px;
}

.challenge-collapsible.active .arrow {
    transform: rotate(180deg);
}

.right-\[-20px\] {
    right: -20px;
}

.text-warning {
    color: #FFB1B1;
}

.collection-challenge-content {
    padding: 8px;
    margin-top: -25px;
}

.competitions-bg-opacity {
    position: relative;
}

.competitions-bg-opacity::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #002244;
    opacity: 0.15;
    content: '';
}

.competitions-btn {
    position: absolute;
    width: 80px;
    bottom: 8px;
    z-index: 1;
}

.enable-gold {
    box-shadow: inset 0px 0px 10px 0px #FFDD66;
    border-radius: 50%;
}

.enable-silver {
    box-shadow: inset 0px 0px 10px 0px #CFF6FF;
    border-radius: 50%;
}

.enable-bronze {
    box-shadow: inset 0px 0px 10px 0px #ED863C;
    border-radius: 50%;
}

#info-badges .modal {
    min-width: 270px;
}

.how-to-work-hierachy-collapse.space-bottom {
    margin-bottom: 20px !important;
}

.how-to-work-section {
    margin-top: -20px !important;
}

.timer .timer-value span {
    display: inline-block !important;
}

.timer.has-days .hours + .separator,
.timer.has-days .minutes {
    display: inline-block !important;
}

.collection-currency-section {
    margin-left: 8px;
    margin-right: 8px;
}

.collection-currency-section .list-bucket {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.challenge-timer {
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}

.submit-game-modal .message-content-1 {
    color: rgb(252 216 136 / var(--tw-text-opacity));
    font-weight: bold;
}

.submit-game-modal .comment.invalid {
    border-color: red;
}

.submit-game-modal .game-title {
    font-weight:bold;
}

.creation-game-action-popup {
    position: absolute;
    z-index: 100;
    background-color: rgb(33 33 33 / var(--tw-bg-opacity));
    padding: 15px;
    border-radius: 10px;
    top: -999px;
}

.creation-game-action-gift,
.creation-game-action-submit,
.creation-game-action-delete {
    display: flex;
}

/* COMPETITION PAGE /Competitions */
.competition-header-divider {
    box-shadow: 0px 3px 0px 0px rgba(254, 183, 16, 0.50) inset;
    padding-top: 2px;
}

.challenges {
    position: relative;
    display: flex;
    height: 50px;
    gap: 2.5rem;
    padding-left: 1.5rem;
    font-family: 'Fugaz One', sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    margin-right: -5px;
    z-index: 100;
    background: linear-gradient(91deg, #303030 12.35%, #606060 88.99%);
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
}

.challenges--dark {
    color: #797979;
    text-shadow: 0.5px 1px 0px #00172D;
    font-weight: 700;
}

.competition {
    position: relative;
    display: flex;
    height: 50px;
    gap: 2.5rem;
    padding-left: 1.5rem;
    font-family: 'Fugaz One', sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    z-index: 50;
    margin-left: -19px;
}

    .competition::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(91deg, #B88100 12.35%, #FEB710 88.99%);
        clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 10px 100%);
        z-index: -1;
    }

.competition--dark {
    background-color: #212121;
    color: #FFF;
    text-shadow: 0.5px 1px 0px #00172D;
    font-weight: 700;
}

.white-text {
    color: #FFFFFF !important
}

.background-grey {
    background-color: #212121;
}

.active-button {
    border: 2px solid #FEB710;
    background: linear-gradient(91deg, #303030 12.35%, #606060 88.99%);
    color: #FFFFFF;
    border-radius: 50px;
}

.inactive-button {
    border: 2px solid #797979;
    background: transparent;
    color: #797979;
    border-radius: 50px;
}

.drag-container-enter {
    overflow-x: auto;
    overflow-y: hidden;
}

    .drag-container-enter::-webkit-scrollbar {
        display: none;
    }

.drag-container-enter {
    scrollbar-width: none;
}

.drag-container-upcoming {
    overflow-x: auto;
    overflow-y: hidden;
}

    .drag-container-upcoming::-webkit-scrollbar {
        display: none;
    }

.drag-container-upcoming {
    scrollbar-width: none;
}

.drag-container-available {
    overflow-x: auto;
    overflow-y: hidden;
}

    .drag-container-available::-webkit-scrollbar {
        display: none;
    }

.drag-container-available {
    scrollbar-width: none;
}

.drag-container-past {
    overflow-x: auto;
    overflow-y: hidden;
}

    .drag-container-past::-webkit-scrollbar {
        display: none;
    }

.drag-container-past {
    scrollbar-width: none;
}

.competition-image {
    aspect-ratio: 100 / 100;
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.competition-player {
    aspect-ratio: 91/120;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 91px;
    min-width: 91px;
    height: 120px;
}

.game-container {
    padding: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 102px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 4px rgba(254, 183, 16, 0.40);
    margin-top: 28px;
    margin-left: 8px;
    margin-right: 8px;
}


.background-container {
    max-height: 100px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-section {
    margin: 8px;
    margin-left: 28px;
}

.competition-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    max-height: 20px;
    border: none;
}

.competition-content {
    display: grid;
    grid-template-columns: 1fr 80px;
    height: 64px;
}

.play-button {
    color: #000;
    background-color: #FEB710;
    border-radius: 50px;
}

.result-button {
    color: #FFF;
    background-color: #2c2c2c;
    border-radius: 50px;
    border: 2px solid #797979
}

.text-mini {
    color: #ABABAB;
    font-size: 10px;
}

.user-image {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: -6px;
}

.avatar-container {
    margin-right: 12px;
}

.reward-competition-button {
    width: 55px;
    margin-bottom: 6px;
    height: 20px;
    border-radius: 8px;
    border: 1px solid #FCD888;
    background: linear-gradient(180deg, #EAA400 0%, #9A4F0A 100%);
}

.reward-competition-img {
    aspect-ratio: 24/21;
    width: 24px;
    height: 21px;
    right: -14px;
    bottom: 0px;
}
/* End COMPETITION PAGE /Competitions */

.btn-game-favorites,
.btn-item-favorites {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 28px;
    bottom: -6px;
    left: -6px;
    background: radial-gradient(circle, #000000 30%, transparent 35%);
}

.btn-game-favorites img,
.btn-item-favorites img{
    width: 17px;
    min-width: 17px;
    margin-left: -1px;
}

.share-game-link,
.share-item-link {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 28px;
    bottom: -6px;
    right: -6px;
    background: radial-gradient(circle, #000000 30%, transparent 35%);
}

.share-game-link img,
.share-item-link img {
    width: 16px;
    min-width: 16px;
    margin-top: -1px;
}

.update-username-modal .modal {
    width: 90%;
    max-width: 90%;
}

.update-username-modal .message-content-1 {
    color: rgb(252 216 136 / var(--tw-text-opacity));
    font-weight: bold;
}

.update-username-modal .update-user-name.invalid {
    border-color: red;
}

.update-username-modal .game-title {
    font-weight: bold;
}

.poll-link-button {
    display: inline-block;
    width: 30px;
    padding: 8px;
    border-radius: 50%;
    background: red;
    margin-bottom: -3px;
}

.poll-link-button img,
.image-poll-link-button img{
    width: 30px;
}

.tripoll-question,
.poll-question {
    display: inline-block !important;
}

.poll--images .poll-question {
    text-align:center;
}

.image-poll-link-button {
    position: absolute;
    top: 60px;
    z-index: 999;
    width: 30px;
    padding: 8px;
    border-radius: 50%;
    background: #FEB710;
}

.tripoll--small .tripoll-question,
.tripoll--small .poll-question {
    font-size: 20px;
}

.btn-page-close {
    right: 10px;
    top: 40px;
    z-index: 9999;
    background-color: #393939;
    border-radius: 50%;
}

.btn-page-close img{
    margin: 7px;
    width: 10px;
}

.btn-page-back {
    left: 10px;
    top: 106px;
    z-index: 9999;
    background-color: #393939;
    border-radius: 50%;
    width: 30px;
}

.btn-page-back img {
   margin: 8px;
   height: 14px;
}

.top-\[95px\] {
    top: 95px;
}

.top-\[80px\] {
    top: 80px;
}

.top-\[85px\] {
    top: 85px;
}

.top-\[90px\] {
    top: 90px;
}

.poll--images .poll-question {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 0px 0px 4px #000;
}

.section .timer {
    border-radius: 0px;
}

.timer .timer-caption {
    display: block !important;
}

.hierarchy-menu {
    border-radius: 8px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.55);
    max-width: 216px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: .3s ease-out;
    z-index: 99999999;
    overflow: hidden;
}

.hierarchy-menu {
    display: none;
}

.hierarchy-menu.opened {
    display: block !important;
    transform: translateX(0);
}

.hierarchy-menu__header {
    background: #2c2c2c;
    border-radius: 8px 8px 0 0;
    display: flex;
    gap: 8px;
    align-items: center;
    padding-inline: 24px 8px;
    position: relative;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
}

.hierarchy-figure {
    position: absolute;
    right: 19px;
    top: 4px;
    aspect-ratio: 35/80;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    object-fit: contain;
}

.hierarchy-menu__divider {
    background: linear-gradient(90deg, rgba(121, 121, 121, 0.00) 0%, #797979 25.52%, #797979 71.87%, rgba(121, 121, 121, 0.00) 100%);
    width: 100%;
    height: 1px;
}

.hierarchy-menu__content {
    background: #393939;
    padding-block: 8px;
    border-radius: 0 0 8px 8px;
    height: 100%;
}

.hierarchy-nav .hierarchy-nav-item:first-child {
    padding-top: 10px;
}

.hierarchy-nav-item.hasSubNav .chevron {
    transform: rotate(0deg);
    transition: .3s ease-out;
}

.hierarchy-nav-item.active.hasSubNav .chevron {
    transform: rotate(180deg);
}

.hierarchy-subnav {
    gap: 4px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-block-start: 4px;
    transition: opacity .3s ease-in-out;
    display: grid;
}

.hierarchy-subnav.opened {
    visibility: visible;
    opacity: 1;
    position: static;
}

.hierarchy-subnav .hierarchy-subnav-item a {
    padding: 8px;
    border-radius: 8px;
    line-height: 1;
    font-size: 12px;
    display: inline-block;
    color: #ABABAB;
    position: relative;
    margin-inline-start: 24px;
}

.hierarchy-subnav .hierarchy-subnav-item.active a {
    background: #212121;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.hierarchy-subnav .hierarchy-subnav-item:first-child a::after {
    height: 14px;
}

.hierarchy-subnav .hierarchy-subnav-item a::after {
    content: '';
    width: 8px;
    height: 37px;
    border-radius: 0 0 0 8px;
    border-left: solid 1px;
    border-bottom: solid 1px;
    border-color: #797979;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-100%, -14px);
}

.hierarchy-nav:last-child .hierarchy-nav-item:first-child {
    font-size: unset;
    color: unset;
    text-transform: unset;
    padding: 0 16px 8px 16px;
}

.hierarchy-nav .hierarchy-nav-item {
    padding-inline: 16px;
}

.hierarchy-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
}

    .hierarchy-nav-link span {
        flex-grow: 1;
        line-height: 18px;
    }

.hierarchy-nav-item.active .hierarchy-nav-link {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    background: #212121;
}

.hierarchy-menu__content__divider {
    margin-block: 16px;
    max-width: 170px;
    margin-inline: auto;
    width: 100%;
    height: 1px;
    background: #2c2c2c;
}

.hierarchy-menu__open-btn {
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
    transform: translateX(-50%);
    z-index: 1;
}

.hierarchy-menu.opened .hierarchy-menu__open-btn {
    display: block;
}

.hierarchy-menu .accounts {
    background: var(--neutral-grey-1-charcoal, #2c2c2c);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-top-width: 5px;
    border-top-color: #393939;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 25px;
    gap:8px;
}

.hierarchy-menu .account-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    position: relative;
}

.hierarchy-menu .account-item .col-1 {
    width: 123px;
}

.hierarchy-menu .account-item .col-1 .user-name,
.hierarchy-menu .account-item .col-1 .display-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hierarchy-menu .account-item .col-2 img {
    max-width: 50px;
    max-height: 50px;
}

.hierarchy-menu .add-account {
    background: var(--neutral-grey-1-charcoal, #2c2c2c);
    padding: 12px 24px 12px 24px;
    position: relative;
    border-top-width: 5px;
    border-top-color: #393939;
}

.hierarchy-menu .add-account-btn {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}

.hierarchy-menu .add-account-icon {
    background: var(--primary-solar-flare, #feb710);
    border-radius: 25px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
    overflow: hidden;
}

.hierarchy-menu .add-account-text {
}

.hierarchy-menu .add-account-line {
    flex-shrink: 0;
    width: 216px;
    height: 5px;
    position: relative;
    background: #393939;
}

.hierarchy-menu .add-account-line .line {
    margin-top: -1px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-image: linear-gradient( 90deg, rgba(121, 121, 121, 0) 0%, rgba(121, 121, 121, 1) 25.52083432674408%, rgba(121, 121, 121, 1) 71.875%, rgba(121, 121, 121, 0) 100% );
    border-image-slice: 1;
    width: 216px;
    height: 0px;
    position: absolute;
    left: 0px;
    top: 10px;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(1, 1);
}

.hierarchy-menu .add-account-line .updown {
    border-radius: 16.67px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 98px;
    top: 0px;
    overflow: visible;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hierarchy-menu .hierarchy-menu__header .col-1 {
    width: 123px;
}

.hierarchy-menu .hierarchy-menu__header .col-1 .header-user-name,
.hierarchy-menu .hierarchy-menu__header .col-1 .header-display-name {
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hierarchy-menu .hierarchy-menu__header .col-2 img {
    max-width: 50px;
    max-height: 50px;
}

.btn-mytoibox-action {
    position: absolute;
    top: 20px;
    right: 16px;
}

.mytoibox-action-popup {
    position: absolute;
    z-index: 100;
    background-color: #393939;
    padding: 15px;
    border-radius: 10px;
}

.creation-point-2 {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    line-height: 15px;
}

.creation-point-2 span {
    display: flex;
    align-items: center;
    gap:3px;
}

.creation-point-2 .currency-img {
    height: 15px;
    width: 15px;
}

#game-gift-sent-message {
    position: absolute;
    width: 100%;
    top: 90px;
}

#game-gift-sent-message .message {
    background-color: #cbf1d9 !important;
}

#game-saved-message {
    position: fixed;
    width: 100%;
    top: 10px;
    z-index: 99999;
}

#game-saved-message .message {
    background-color: #cbf1d9 !important;
}

.form-submitted-message {
    position: absolute;
    width: 100%;
    top: 8px;
    z-index: 99999;
}

.form-submitted-message .message {
    background-color: #cbf1d9 !important;
}

.min-h-\[300px\] {
    min-height: 300px;
}

.creation-bids__price span {
    display: flex;
    align-items: center;
    gap: 3px;
}

.creation-bids__price .currency-img {
    height: 15px;
    width: 15px;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.submit-game-gift-modal .message-content-1 {
    color: #FCD888;
    font-weight: bold;
    font-size: 22px;
}

.submit-game-gift-modal .message-content-2 {
    color: #FFF;
    font-size: 16px;
}

.submit-game-gift-modal .btn-black {
    box-shadow: none;
    color: #FFF;
}

.notify-cover-football {
    display: flex;
    justify-content: start;
    padding: 15px;
    margin-bottom: 10px !important;
    height: 124px;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.notify-cover-football::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    background: #000000;
    border-radius: 10px;
}

.notify-cover-football-inactive {
    display: none;
}

.wc-icon-toggle-inactive {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#upload-profile-hero-image-popup .modal {
    width: 90%;
}

.mytoibox-action-avatar-check,
.mytoibox-action-profile-hero-image-check {
    display: none;
}

.checked .mytoibox-action-avatar-check,
.checked .mytoibox-action-profile-hero-image-check {
    display: block;
}

.checked .mytoibox-action-avatar-uncheck,
.checked .mytoibox-action-profile-hero-image-uncheck {
    display: none;
}

.pt-\[50px\] {
    padding-top: 50px;
}

.pt-\[40px\] {
    padding-top: 40px;
}

.pt-\[30px\] {
    padding-top: 30px;
}

.pt-\[20px\] {
    padding-top: 20px;
}

.top-\[60px\] {
    top: 60px;
}

.top-\[55px\] {
    top: 55px;
}

.top-\[50px\] {
    top: 50px;
}

.top-\[20px\] {
    top: 20px;
}

.top-\[10px\] {
    top: 10px;
}

.hierarchy-menu .hierarchy-nav-line {
    flex-shrink: 0;
    width: 216px;
    height: 5px;
    position: relative;
    background: #393939;
}

.hierarchy-menu .hierarchy-nav-line .line {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #2C2C2C;
    height: 0px;
    position: absolute;
    left: 20px;
    top: 10px;
    bottom: 10px;
    right: 20px;
}

#add-to-home-screen-modal .modal {
    max-width: 100%;
    width: 100%;
}

#add-to-home-screen-modal.modal-overlay {
    z-index: 999999;
}

.btn-add-to-home-screen-close {
    position: fixed;
    right: 10px;
    top: 10px;
    border-radius: 50%;
}

.submit-form-custom {
    border-radius: 8px;
    border: 1px solid #393939;
    margin: 10px;
    position: relative;
}

.submit-form-custom .form-label {
    color: #FCD888;
    font-weight: 500;
}

.submit-form-custom .btn-submit {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.submit-form-custom .is-invalid {
    border-color: #dc3545 !important;
}

.page-footer {
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    background: #212121;
}

.creation-game-action-popup.opacity-0,
.section-action-popup.opacity-0 {
    top: -1000px;
}

.add-to-home-screen2-modal {
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid var(--Neutral-Grey-4---fading-fog, #ABABAB);
    background: linear-gradient(180deg, #797979 -4.53%, #323232 11.15%, #323232 100%);
    box-shadow: 0px -3px 10px 2px #000;
}

.add-to-home-screen2-modal .popup-header {
    padding: 10px;
   
}

.add-to-home-screen2-modal .add-to-home-screen2{
    background: #212121;
    padding-top: 35px;
}

.\!ml-0 {
    margin-left: 0px !important;
}

.modal-overlay.closing {
    display: none !important;
}

.wcexp-section-container.wcexp-container {
    position: relative;
    overflow: clip;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
}

.wcexp-section-container .wcexp_carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    perspective: 1000px; /* 3D effect */
    position: relative;
    overflow: clip;
}

.wcexp-section-container .wc-item {
    position: absolute;
    aspect-ratio: 5/7;
    height: 90%;
    background-color: transparent;
    border: 0px solid #ccc;
    border-radius: 8px;
    object-fit: cover;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    transition: transform 1s, opacity 1s;
}

.wcexp-section-container .btncont {
    display: flex;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 8px;
    justify-content: space-between;
    z-index: 10;
}

.wcexp-section-container .buttonwc {
    pointer-events: auto;
    position: relative;
    background: var(--wb_color2);
    color: #fff;
    border: none;
    padding: 4px 4px;
    cursor: pointer;
    border-radius: 100px;
    font-size: 12px;
    filter: drop-shadow(1px 1px 2px #212121);
}

.dynamic-page .section {
    margin-top: 20px;
    margin-bottom: 45px;
}

.dynamic-page .section-title {
    margin-bottom: 20px;
}

.dynamic-page .section-content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    gap: 10px;
}

.dynamic-page .sub-section {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dynamic-page .sub-section-title {
    margin-left: 8px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.dynamic-page .section .sub-section:first-of-type .sub-section-title {
    margin-top: 0px;
}

.dynamic-page .section.splide-promo {
    margin-top: 7px;
}

.dynamic-page .section.splide-promo .section-content {
    gap: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.creation-game-action-gift,
.creation-game-action-submit{
    display: none;
}

/* Card Flip*/
.flip-card-section-container .tap {
    display: grid;
    text-align: center;
    position: relative;
    color: #ffffff;
}

.flip-card-section-container .flip-card-container {
    width: 270px;
    height: 480px;
    margin: 10px auto 50px auto;
    perspective: 1000px; /* Required for 3D transforms */
}

.flip-card-section-container .flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 1.2s cubic-bezier(.46,.18,.33,.98);
    transform: rotateY(-10deg) rotateX(5deg);
}

.flip-card-section-container .flip-card.is-flipped {
    transform: rotateY(180deg) rotateX(5deg);
}

.flip-card-section-container .wobble-wrapper {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: flip_card_wobble 3s infinite ease-in-out, flip_card_up_and_down 4s infinite ease-in-out -4s;
}

.flip-card-section-container .flip-card-side {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

@keyframes flip_card_wobble {
    0%, 100% {
        transform: rotateZ(1deg);
    }

    25% {
        transform: rotateZ(-1deg);
    }

    50% {
        transform: rotateZ(2deg);
    }

    75% {
        transform: rotateZ(-2deg);
    }
}

@media (max-width: 600px) {
    .flip-card-section-container .flip-card-container {
        width: 270px;
        height: 480px;
    }
}

@keyframes flip_card_up_and_down {
    0%, 100% {
        translate: 5px 0px;
    }

    50% {
        translate: -5px 10px;
    }
}

@media (max-width: 600px) {
    .flip-card-section-container .flip-card-container {
        width: 270px;
        height: 480px;
    }
}

/* Modal styles */
.flip-card-section-container .card-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 99999;
    backdrop-filter: blur(10px); /* Blur effect */
}

.flip-card-section-container .card-modal-content {
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 30px;
    max-width: 400px;
    text-align: left;
    position: relative;
}

.flip-card-section-container .card-modal-close {
    position: absolute;
    top: -10px;
    right: 10px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    width:40px;
}

.flip-card-section-container .learn-more {
    text-align: center;
    margin: 20px;
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
    padding: 15px;
    border-radius: 100px;
    font-weight: bold;
}

body.card-modal-open {
    overflow: hidden;
}
/* End Card Flip*/

.grey-out {
    color: gray;
}

.create-guest-section {
    min-height: 50dvh;
    position: relative;
}

.create-guest-section.is-loading:before,
.create-guest-section.is-loading:after {
    content: '';
    position: absolute;
}

.create-guest-section.is-loading:before {
    background: #212121;
    inset: 0 0 0 0;
    z-index: 10;
}

.create-guest-section.is-loading:after {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-left-color: #FFB710;
    border-radius: 100%;
    z-index: 20;
    animation: 0.5s spin linear infinite;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}

.section-content .grid {
    gap: 8px;
}

#link-copied-clipboard-message {
    position: fixed;
    width: 100%;
    top: 10px;
    z-index: 99999;
}

#link-copied-clipboard-message .message {
    background-color: #cbf1d9 !important;
}

/*Polling*/
.poll-v2 .option-container {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background: white;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.poll-v2 .percentage-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: rgba(245, 166, 35, 0.3);
    transition: width 0.5s ease-in-out;
}

.poll-v2 .result {
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.90);
}

.poll-v2 .selected {
    border: 2px solid #EE9848;
    background: white;
    opacity: 1;
}

.poll-v2 .selected .percentage-bar {
    background: #F5A623;
}

.poll-link-btn {
    height: 32px;
}

.poll-v2.poll-image.poll-container {
    width: 100%;
    height: 312px;
    position: relative;
    overflow: hidden;
}

.poll-v2.poll-image .split-background {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    gap: 4px;
}

.poll-v2.poll-image .option-image-bg {
    width: 50%;
}

.poll-v2.poll-image .option-image-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(33, 33, 33, 0.50);
    width: 50%;
    height: 100%;
}

.poll-v2.poll-image .option-image-container {
    width: 50%;
    height: 32px;
    position: absolute;
    bottom: 24px;
    display: flex;
}
    
.poll-v2.poll-image .percentage-image-bar {
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(245, 166, 35, 0.3);
    transition: width 0.5s ease-in-out;
}

.poll-v2.poll-image .image-selected .percentage-image-bar {
    background-color: #FEB710;
}

.poll-v2.poll-image .option-content {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.poll-v2.poll-image .answer-title {
    position: absolute;
    z-index: 2;
    text-align: center;
    font-weight: bold;
    color: #212121;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.poll-v2.poll-image .percentage-image {
    font-weight: bold;
    color: #212121;
}

.poll-v2.poll-image .question-box {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
    color: #212121;
    padding: 12px 16px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.poll-v2.timer.timer--promo .timer-caption {
    font-size: 24px;
}

.poll-v2 .share-poll-link {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 28px;
    right: -20px;
    background: radial-gradient(circle, #000000 30%, transparent 35%);
}

.poll-v2 .share-poll-link img {
    width: 16px;
    min-width: 16px;
    margin-top: -1px;
}

.poll-v2.poll-image .share-poll-link {
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 28px;
    top: 22px;
    right: -15px;
    background: radial-gradient(circle, #000000 30%, transparent 35%);
}
/*End Polling*/</pre></body></html>