.elementor-1695 .elementor-element.elementor-element-a2ecee0:not(.elementor-motion-effects-element-type-background), .elementor-1695 .elementor-element.elementor-element-a2ecee0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1695 .elementor-element.elementor-element-a2ecee0 > .elementor-container{min-height:90vh;}.elementor-1695 .elementor-element.elementor-element-a2ecee0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-1695 .elementor-element.elementor-element-a2ecee0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1695 .elementor-element.elementor-element-a2ecee0 > .elementor-shape-bottom .elementor-shape-fill{fill:#000000;}.elementor-1695 .elementor-element.elementor-element-a2ecee0 > .elementor-shape-bottom svg{width:calc(100% + 1.3px);height:89px;}.elementor-1695 .elementor-element.elementor-element-e454d69{padding:0px 60px 0px 60px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1695 .elementor-element.elementor-element-c5efb09 > .elementor-widget-container{margin:0px 0px 100px 0px;}.elementor-1695 .elementor-element.elementor-element-c5efb09{text-align:center;}.elementor-1695 .elementor-element.elementor-element-c5efb09 .elementor-heading-title{font-family:"font", Sans-serif;font-size:130px;font-weight:600;color:#000000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1695 .elementor-element.elementor-element-ce2382c .elementor-button{background-color:#000000;font-family:"Roboto", Sans-serif;font-size:21px;font-weight:500;border-radius:50% 50% 50% 50%;padding:20px 19px 18px 22px;}.elementor-1695 .elementor-element.elementor-element-73d84e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-1695 .elementor-element.elementor-element-73d84e2:not(.elementor-motion-effects-element-type-background), .elementor-1695 .elementor-element.elementor-element-73d84e2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-1695 .elementor-element.elementor-element-a2ecee0 > .elementor-container{min-height:70vh;}.elementor-1695 .elementor-element.elementor-element-a2ecee0{margin-top:0px;margin-bottom:0px;}.elementor-1695 .elementor-element.elementor-element-e454d69{padding:0px 0px 0px 0px;}.elementor-1695 .elementor-element.elementor-element-6b29090.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-1695 .elementor-element.elementor-element-c5efb09{text-align:center;}.elementor-1695 .elementor-element.elementor-element-c5efb09 .elementor-heading-title{font-size:30px;}}/* Start custom CSS for button, class: .elementor-element-ce2382c */.btn .elementor-button-wrapper .elementor-button {
    height: 60px;
     animation-name: infiniteUpDown;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}




@keyframes infiniteUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14cb3d3 */main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

#ad-unit {
    width: 65%;
    margin: auto;
}

#buttons button {
    width: 100%;
    border-radius: 0;
    border: thin solid #353535;
    background-color: black;
    transition: all 300ms;
}

#buttons button:hover {
    transition: all 300ms;
    background-color: white;
    color: black;
}


#spin-wheel {
    background-color: #000000;
    font-size: 1.45em;
    height: 3em;
    width: 100%;
    font-style: italic;
}

#buttons {
    display: flex;
    padding: 0;
    margin: 0;
}

#wedge-list {
    flex-grow: 0;
    overflow-y: scroll;
    height: 350px;
    border-radius: 4px 4px 0 0;
    border: thin solid #eaeaea;
    box-shadow: inset 0 0 2px 1px rgba(151, 151, 151, 0.09);
}


.name-entry button {
    border-radius: 0;
}

.remove-wedge {
    background-color: #8e8e8e;
}

.right-pane {
    border: 4px solid black;
    border-radius: 8px 8px 0 0;
    padding: 8px;
    margin: 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50vh;
}


#canvas {
    padding-left: 0;
    padding-right: 0;
    display: block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: 3px solid black;
    border-radius: 300px;
    width: 512px;
    height: 512px;
}


/*Label With Action*/
.labeled-action {
    margin: 8px;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12);
    text-overflow: ellipsis;
}

.labeled-action div {
    padding: 8px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.labeled-action input {
    padding-left: 4px;
    font-size: 14px;
    border-style: none;
    flex-grow: .7;
}

input:focus {
    outline: none;
}

.labeled-action button {
    color: black;
    background-color: #000000;
    color: white;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-style: none;
    flex-shrink: 0;
}

.labeled-action button:active {
    outline: none;
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.12);
}

.labeled-action button:focus {
    outline: none;
}

.labeled-action button:hover {
    transition: all 300ms;
    background-color: white;
    color: black;
    border: thin solid black;
}


@media (max-width: 425px) {
    main {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
        width: 100VW !important;
        max-width: initial !important;
    }

    #canvas {
        width: 90vw;
        height: 90vw;
    }

    .right-pane {
        width: 85%;
    }

    #wedge-list {
        height: 256px;
    }
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    max-width: 400px;
    width: 90%;
    text-align: center;
    animation: popupAppear 0.3s ease-out;
}

@keyframes popupAppear {
    from {
        transform: scale(0.7);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s;
}

.close-button:hover {
    color: #333;
}

.winner-announcement {
    margin-bottom: 30px;
}

.trophy-icon {
    font-size: 60px;
    color: #FFD700;
    margin-bottom: 20px;
    animation: trophyBounce 1s ease infinite;
}

@keyframes trophyBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.celebration-icons {
    margin: 15px 0;
}

.celebration-icons i {
    font-size: 24px;
    margin: 0 10px;
    color: #FFD700;
}

.fa-star {
    animation: twinkle 1.5s ease infinite;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

.winner-text {
    font-size: 24px;
    color: #333;
    margin: 20px 0;
}

.winner-name {
    font-size: 32px;
    font-weight: bold;
    color: #00B8FF;
    margin: 10px 0;
}

.spin-again-button {
    background: #00B8FF;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s, background 0.3s;
    box-shadow: 0 3px 10px rgba(0, 184, 255, 0.2);
}

.spin-again-button:hover {
    background: #0095cc;
    transform: translateY(-2px);
}

.spin-again-button i {
    margin-right: 8px;
}


.prize-section {
    margin-top: 20px;
    border-top: 2px solid #eaeaea;
    padding-top: 20px;
}

#prize-list {
    flex-grow: 0;
    overflow-y: scroll;
    max-height: 150px;
    border-radius: 4px;
    border: thin solid #eaeaea;
    box-shadow: inset 0 0 2px 1px rgba(151, 151, 151, 0.09);
    margin-top: 10px;
}

.prize-text {
    font-size: 28px;
    font-weight: bold;
    color: #FFD700;
    margin: 15px 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.prize-item {
    color:black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #eaeaea;
}


.form-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-section {
    flex: 1;
}


.prize-item button {

    background-color: #000000;
    color: white;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-style: none;
    flex-shrink: 0;
}

.prize-item button:hover {
    background-color: white;
    color: black;

}


/* Button Look And Feels */
.stock {
    border-style: none;
    color: white;
    width: 128px;
    height: 32px;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    font-weight: bold;
    outline: none;
    text-transform: uppercase;
    border-radius: 3px;
    transition: box-shadow .025s;
}

.stock:active {
    box-shadow: 0 0 0;
    transition: box-shadow .025s;
}

.stock.login {
    background-color: #00cc66;
}

.stock.logout {
    background-color: #cc3d00;
}


.labeled-action div{color:black;}



/* Winners Modal Container */
#winners-modal {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0,0,0,0.8) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 1100 !important;
}

/* Modal Content Container */
#winners-modal-content {
  background: #f9f9f9 !important;
  padding: 20px !important;
  border-radius: 10px !important;
  max-width: 600px !important;
  width: 90% !important;
  color: #333 !important;
  font-family: 'Josefin Sans', sans-serif !important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
  position: relative !important;
}

/* Close Button */
#winners-modal-close {
  position: absolute !important;
  top: 10px !important;
  right: 20px !important;
  cursor: pointer !important;
  font-size: 24px !important;
  color: #333 !important;
}

/* Modal Title */
#winners-modal-title {
  text-align: center !important;
  margin-bottom: 20px !important;
}

/* Winners Table */
#winners-modal-table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 20px !important;
}

#winners-modal-table th,
#winners-modal-table td {
  border: 1px solid #ccc !important;
  padding: 8px !important;
  text-align: left !important;
}

#winners-modal-table th {
  background-color: #eaeaea !important;
}

#winners-modal-table tr:nth-child(even) {
  background-color: #f1f1f1 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'font';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://bluurock.com/wp-content/uploads/2023/02/PantonNarrow-Bold.woff2') format('woff2'),
		url('https://bluurock.com/wp-content/uploads/2023/02/PantonNarrow-Bold.woff') format('woff');
}
@font-face {
	font-family: 'font';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://bluurock.com/wp-content/uploads/2023/02/PantonNarrow-Heavy.woff2') format('woff2'),
		url('https://bluurock.com/wp-content/uploads/2023/02/PantonNarrow-Heavy.woff') format('woff');
}
/* End Custom Fonts CSS */