.pageMessage {
    position: relative;
}

.pageMessage__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

#so_wheelOfFortune {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 2rem auto;
    width: 300px;
    height: 300px;
}

#wheel {
    display: block;
}

#spin {
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    margin: -15%;
    background: linear-gradient(180deg, #e87ba3 0%, #d81b60 100%);
    box-shadow: 0 0 0 8px currentColor, 0 0px 15px 5px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transition: 0.8s;
}

#spin::after {
    content: "";
    position: absolute;
    top: -17px;
    border: 10px solid transparent;
    border-bottom-color: currentColor;
    border-top: none;
}

.so_wheelOfFortune {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2rem 0;
}

.so_spin-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    padding: 15px;
    margin: 0.5rem 0;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    border-radius: 10px;
    background: #21b4b7;
    box-shadow: 1px 1px 10px 0px rgba(87, 87, 87, 0.15);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.spin-result {
    font-family: "Raleway", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    color: #212121;
    margin: 2rem 0;
    padding: 1rem;
}

.wheel-success-icon {
    display: flex;
    width: 135px;
    height: 77px;
    background: url("../images/images_new/wheel_success.svg") no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.pageMessage__contentMessage__bold {
    font-weight: 600;
}

.pageMessage__contentSuccessIcon {
    display: flex;
    width: 189px;
    height: 75px;
    background: url("../images/images_new/success_order_icon.svg") no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.button--primary {
    display: flex;
    width: 213px;
    height: 55px;
    border-radius: 10px;
    background: #21b4b7;
    box-shadow: 1px 1px 10px 0px rgba(87, 87, 87, 0.15);
    color: #fff;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
}

.button--primary span {
    margin: auto;
}

.button--secondary {
    display: flex;
    width: 213px;
    height: 55px;
    border-radius: 10px;
    color: #212121;
    background: #fff;
    box-shadow: 1px 1px 10px 0px rgba(87, 87, 87, 0.15);
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    border: 1px solid #21b4b7;
    text-decoration: none;
}

.button--secondary span {
    margin: auto;
}

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

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

/* Limit confetti canvas to content area only (exclude header and footer) */
.pageMessage > canvas {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
    z-index: 1;
}
