* {
    padding: 0;
    margin: 0;
}

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

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
body, canvas, div {
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
}


canvas {
    width: 0%;
    height: 0%;
    background-color: rgba(0,0,0,0)
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#safariMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}


.stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);

    animation: animate-stripes 1s linear infinite;
}

@keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 0;
    }
}

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

@media screen and (orientation: portrait) {
    html {
        width: 100%;
        height: 100%;
        background-color: #000;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    body {
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-color: #000;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        font-family: Helvetica, Verdana, Arial, sans-serif;
    }

    #preloading {
        position: absolute;
        background-color: #000;
    }
}

@media screen and (orientation: landscape) {
    html {
        width: 100%;
        height: 100%;
        background-color: #000;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    body {
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-color: #000;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: hidden;
        font-family: Helvetica, Verdana, Arial, sans-serif;
    }

    #preloading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
    }
}


#preloading {
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: 40px, 100% 100%;
    background-color: #171717;
    background-repeat: repeat, no-repeat;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

a:link,
a:visited {
    color: #10ee43;
}

a:active,
a:hover {
    color: #10ee43;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        bottom: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
        bottom: 0;
    }
    100% {
        opacity: 1;
    }
}


.logo {
    width: 200px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 30%;
    /*animation: fadeInOut 2.5s;
    -webkit-animation: fadeInOut 2.5s;
    -moz-animation: fadeInOut 2.5s;
    -o-animation: fadeInOut 2.5s;
    -ms-animation: fadeInOut 2.5s;*/
}




.qp1 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 10%;
}

.qp2 {
    position: absolute;
    right: 3%;
    top: 65%;
}

.loadtxt {
    margin: auto;
    font-size: .9rem;
    left: 0;
    right: 0;
    color: #ffffff;
}

.loadtxt1 {
    margin: auto;
    font-size: .9rem;
    left: 0;
    right: 0;
    color: #ffffff;
}

.loadingProgress {
    width: 80%;
    text-align: center;
    bottom: 8%;
    position: absolute;
    font-size: 1rem;
    left: 10%;
    text-align: center;
    color: #ffffff;
    background-size: 100% 100%;
}

#p1 {
    position: relative;
}

#mySpan {
    position: absolute;
    top: 0;
    display: block;
    font-size: .7rem;
    font-weight: bold;
    width: 100%;
    -webkit-text-stroke: 0.5px #000000;
    text-align: center;
}

/*modal start */

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    /*z-index: 1050;*/
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    border-radius: 15px;
    overflow: hidden;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}
.hidden {display: none !important;}

.closeIframe {
    top:0;
    display:inline-block;
    padding:2px 10px;
    right: 1%;
    position: absolute;
}

#close-btn{
    position: absolute;
    background: #fff;
    border: 2px solid #999;
    color: #555;
    border-radius: 12px;
    height:25px;
    width:25px;
    padding: 1px;
    top: -10px;
    right: -10px;
    box-shadow: 2px 2px 10px #555;
    font-weight: bold;
    cursor: pointer;
}
.btn-container{
    width: 300px;
    margin: 10px auto;
    text-align: center;
    clear: both;
}
.btn-container button{
    height: 35px;
}