.ega-modal {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99999;
}

.ega-modal .message {
    width: 50%;
    min-height: 350px;
    display: flex;
    justify-content: center;
    background: white;
    position: relative;
    border-radius: .2rem;
}
.priceHead {
    position: relative;
    float:left;
    width: 100%;
}
.ega-modal h2 .bookie-logo {
    width: 130px;
    height: 70px;
    display: inline-block;
    background-position: left center;
    background-size: auto 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.spinningWheel .ega-home-banner h2.priceHead {
    font-size: 30px;
    margin: 0px auto 20px auto;
    color: #fff !important;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
}
.spinningWheel .bbutton {
    background: var(--base-color);
    color: #000 !important;
    box-shadow: -1px 2px 7px rgba(253,120,28,.34);
}
.bonus-rules {
    position: relative;
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: 22px;
    color: #FFF;
    max-height: 140px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
    text-align: left;
    background: rgb(19,34,65,0.6);
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
}
.bonus-rules * {
    color:#FFF;
    font-size: 12px;
}
.bonus-rules p {
    margin-left: 0px !important;
    font-size: 13px !important;
}
.bonus-rules h2 {
    font-size: 18px;
}
.bonus-rules h3 {
    font-size: 16px;
}
@media (max-width: 768px) {
    .ega-modal .message {
        width: 90%;
    }
}
.ega-modal .bonus_code_button {
    background: none !important;
}
.WheelCopycode {
    background: #FFF;
    padding: 20px;
    border: 2px dashed #000;
    min-width: 260px;
    display: inline-block;
    font-size: 30px;
    padding: 10px 0px;
    color: #ea1b1b;
    line-height: 40px;
}
.WheelCopycode span {
    display: block;
    display: inline-block;
    color: #000;
    background: #e4e4e4;
    padding: 0px 5px;
    font-size: 17px;
    vertical-align: middle;
    margin-left: 10px;
    float: right;
    margin-right: 10px;
    border-radius: 5px;
    min-width: 60px;
    text-transform: uppercase;
}
.ega-modal .message .product-img {
    width: 50%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ega-modal .message .text {
    width: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    height: 100%;
    background: #404040 url(https://silentbet.com/wp-content/themes/theeye/customs/wheels/site_wheel/images/bg.jpg);
}
.ega-modal .message .text .bookie_tnc {
    float:left;
    text-align: center;
    width: 100%;
}

.ega-modal .message .text .h1-container {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    padding: 10px;
}

.ega-modal .message .text .h1-container h3 {
    color: #fff;
}
.ega-modal .message .text .h1-container .bonus-code {
    background: #FFF;
    border-color: #000;
    color:#000;
}
.ega-modal .message .text hr {
    width: 50%;
    margin: 0 auto;
}

.ega-modal .message .text .price-container {
  display: block;
    color: #fff;
}

.ega-modal .message .text .price-container p {
    font-size: 1.5em;
    float: left;
    width: 100%;
    display: block;
    margin: 0px 0px 5px 10px;
}

.ega-modal .message button {
    height: 4.5rem;
    min-width: 10rem;
    border: none;
    background: black;
    color: white;
    margin: 0 auto;
    padding: 0 2rem;
    border-radius: 3px;
    position: absolute;
    bottom: -2.25rem;
    font-size: 2em;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out, color 0.5s ease-in-out;
}

.ega-modal .message button:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    background: white;
    color: black;
}

.ega-modal .message button:focus {
    outline: none;
}

.ega-modal .message .ion-close-circled {
    font-size: 3em;
    color: white;
    position: absolute;
    right: -1rem;
    top: -20px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: #FFF;
    line-height: 40px;
    text-align: center;
    color: #000;
    width: 50px;
    border-radius: 50px;
    height: 50px;
}

.display {
    height: 100vh;
    display: flex;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes picMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 100px) scale(1.1, 1.1);
    }
}
