/* Start custom CSS for html, class: .elementor-element-ced784f */body {
     background: rgb(49,0,144);
     background: radial-gradient(circle, rgba(49,0,144,1) 0%,rgba(15,0,48,1) 80%);
     min-height: 100vh;
}
 .loader-container {
     max-width: 210px;
     margin: 0 auto;
}
 .slot-machine {
     max-width: 400px;
     width: fit-content;
     margin: 0 auto;
     position: relative;
}
 .slot-machine > img {
     display: block;
     position: relative;
     right: -20px;
}

.slotwrapper {
    position: absolute;
    overflow: hidden;
    display: flex;
    height: 200px;
    width: 93%;
    bottom: 20px;
    padding: 0 25px;
    margin-left: 22px;
      background: #fff;
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    font-size: 150px;
    line-height: 200px;
    text-align: center;
}
.slotwrapper ul li img {
    vertical-align: top;
}
.slotwrapper > ul > li {
    background: #fff;
    font-size: 0.5em;
/*   box-shadow: 0px 0px 49px 15px rgba(0,0,0,0.37) inset;
-webkit-box-shadow: 0px 0px 49px 15px rgba(0,0,0,0.37) inset;
-moz-box-shadow: 0px 0px 49px 15px rgba(0,0,0,0.37) inset; */
  
}
.slot-machine-btn {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translate(0, -50%);
    background: transparent;
    border: none;
    width: 80px;
    margin-top: 70px;
    transition: 0.4s all ease-in-out;
}
.slot-machine-btn.clicked {
    transform: translate(0, -50%) rotateX(190deg);
}
button#btn-example1:hover > img {
    filter: drop-shadow(2px 4px 6px yellow);
}
button#btn-example1 > img {
    transition: 0.4s all ease-in-out;
   user-select: none;
}
:not(button) img {
  pointer-events: none;
}/* End custom CSS */




