@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes uil-default-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.uil-default-css > div:nth-of-type(1) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(2) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.4166666666666667s;
    animation-delay: -0.4166666666666667s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(3) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.33333333333333337s;
    animation-delay: -0.33333333333333337s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(4) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(5) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.16666666666666669s;
    animation-delay: -0.16666666666666669s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(6) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.08333333333333331s;
    animation-delay: -0.08333333333333331s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(7) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(8) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.08333333333333337s;
    animation-delay: 0.08333333333333337s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(9) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.16666666666666663s;
    animation-delay: 0.16666666666666663s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(10) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(11) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.33333333333333337s;
    animation-delay: 0.33333333333333337s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

.uil-default-css > div:nth-of-type(12) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.41666666666666663s;
    animation-delay: 0.41666666666666663s;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 200px;
    height: 200px;
}

html {
    -ms-touch-action: none;
}

body, canvas, div {
    margin: 0;
    padding: 0;
    outline: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;

    cursor: default;
    color: #888;
    background-color: #000000;

    text-align: center;
    font-family: Helvetica, Verdana, Arial, sans-serif;

    display: flex;
    flex-direction: column;
    padding-right: 0 !important;
}

#Cocos2dGameContainer {
    position: absolute;
    margin: 0;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding-top: 0px !important;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

#SpinGame {
    width: 100%;
    height: 66%;
    position: absolute;
    top: 67px;
    left: 0;
    overflow: hidden;
    border: 1px solid black;
}

#version-number {
    padding-top: 90%;
}

#genericPopupDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid black;
}

#lifeStreet {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

canvas {
    background-color: rgba(0, 0, 0, 0);
}

.footer {
    /*height: 140px;*/
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    /*background-color: #000000;*/
}

.footer a, #footer a:visited, #footer a:hover {
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
}

#loader {
    text-align: center;

}

.fb-like {
    float: left;
    width: 10px;
    text-align: left;
}

.loaderSpin {
    background: url('/res/LoadingScreen/LoadingAnimation.png') no-repeat;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.loaderWithoutSpin {
    background: url('/res/LoadingScreen/LoadingAnimation.png') no-repeat;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

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

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

.crosslink-blocker-absolute {
    position: absolute;
    top: 1%;
    width: 100%;
    height: 100%;
    display: none;
    background-size: cover;
}

.crosslink-blocker-text {
    top: 2%;
    width: 100%;
    height: 3%;
    z-index: 9999;
    position: absolute;
    border-color: green;
    color: wheat;
    background: blueviolet;
    text-align: center;
    font-size: 123%;
    padding: 2% 2% 2% 2%;
}

.crosslink-blocker-button {
    padding: 1px 9px 1px 9px;
    border: 2px solid white;
    background-color: #CDDC39;
    border-radius: 6px;
    color: blue;
}

#ProgressBG {
    width: 40vw;
    height: 1.5vh;
    background-color: black;
    border: 1px solid white;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
}

#ProgressBar {
    width: 1%;
    height: 100%;
    background-color: white;
}

.styled-select {
    background: url('/res/WebAssets/tinyarrow.png') no-repeat 96% 0;
    height: 26px;
    overflow: hidden;
    width: 20%;
    margin-left: 22px;
    float: left;
    margin-bottom: 2px;
}

.styled-select select::-ms-expand {
    display: none;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    /*padding: 5px; !* If you add too much padding here, the options won't show in IE *!*/
    width: 100%;
    padding-left: 2px;
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

.blue select {
    color: #fff;
}

.blue {
    color: #fff;
    background-color: #a300a1;
}

.semi-square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.twilio-content {
    margin-left: 5%;
    width: 100%;
    padding-top: 2px;
}

.twilio-text {
    width: 34%;
    color: #f6ffff;
    float: left;
    font-size: 15px;
    text-align: center;
}


.twilio-subtext {
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    color: white; /*#a99890*/
    display: none;
}

.twilio-gamename {
    color: #00babf;
}

.mobile-sms {
    width: 100%;
    position: absolute;
    background-color: #5500a0;
}

.phone-text {
    float: left;
    width: 20%;
    color: #1d1d1d;
    margin-left: 0px;
    height: 20px;
    /*position: absolute;*/
}

.twilio-submit {
    width: 11%;
    float: left;

}

.twilio-alert {
    color: red;
    display: none;
    float: left;
    margin-top: 14px;
    font-size: 12px;
}

.phone-text1 {
    /*  margin: 6px;*/

    float: left;
    width: 5%;
    color: #1d1d1d;
    height: 20px;
    margin-left: 10px;
    pointer-events: none;
    /*position: fixed;*/
}

.phone-options {
    background-color: #a300a1;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#gameOverLay
{
    z-index: 998;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.9;
    background-color: black;
    display: none;
}