body{
    color: #383e41;
    background-color: #eaeaea;
    font-size: 12px;
    font-family: tahoma;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.15;
}

.footer, .toplegal, .hook-topLeft, .hook-topCenter, .hook-topRight, .hook-bottomLeft, .hook-bottomCenter, .hook-bottomRight, .hook-beforeSubmit, .hook-afterSubmit, .hook-beforeInput, .hook-afterInput, .component-msg {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.top-txt {
    font-size: 15px;
    max-width: 320px;
    margin: 10px auto;
    text-align: center;
    color: #383e41;
    font-weight: 600;
}

.creative {
    height: 128px;
    width: 128px;
    background-image: url('../img/downloadarrow/downloadarrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
}

.creative_button{
    height: 128px;
    width: 128px;
    background-image: url('../img/downloadarrow/downloadarrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: auto;
    background-position: center;
    border: none;
}
.creative_button:focus{
    outline: none;
}

.njc_creative_button{
    height: 200px;
    width: 200px;
    background-image: url('../img/downloadarrow/downloadarrow.gif');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: auto;
    background-position: center;
    border: none;
}

.main-title-box {
    margin-top: 20px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 350px){
    #mainTitle, .mainTitle {
        font-size: 24px;
    }

}
#mainTitle, .mainTitle {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5em;
}

.wrapper{
    margin: 0 auto;
    position: relative;
    max-width: 500px;
}

.wrap{
    max-width: 400px;
    margin: auto;
    padding: 0 10px;
    clear: both;
    margin-top: 20px;
}
.box {
    background: white;
    border: 1px solid #e0dfdf;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
    padding-bottom: 20px;
    box-sizing: border-box;
    max-width: 350px;
    margin: auto;
    padding: 30px 20px;
    display: block;
    margin-bottom: 2em;
}
.nobgbox {
    position: relative;
    padding-bottom: 20px;
    box-sizing: border-box;
    max-width: 350px;
    margin: auto;
    padding: 30px 20px;
    display: block;
    margin-bottom: 2em;
}
.label3 {
    font-size: 17px;
    line-height: 20px;
}

.message12px{
    font-size: 11px;
    padding: 10px;
    color: darkgray;
}


/*mstate buttons*/

.input-wrapper{
    width: 100%;
    margin: 10px 0 auto;
}


@media screen and (min-width: 992px) {
    .input-wrapper{
        width: 300px;
    }
}


.input-group {
    display: table;
    border-collapse: separate;
}

.input-prefix {
    display: table-cell;
    padding: 0 0 0 5px;
    font-size: 15px;
    color: #555;
    border: 1px solid #0277BD;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -html-border-radius: 7px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
}

.input-tel {
    border: 1px solid #0277BD;
    border-left: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 100%;
    height: 40px;
    font-size: 15px;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}

.input-format{
    font-size: 12px;
    color: red;
    margin: 3px 0;
}
.button {
    background-image: linear-gradient(#43b8ff, #008ce1);
    color: #fff;
    font-size: 1.8em;
    border: none;
    border-radius: 8px;
    width: 100%;
    max-width: 300px;
    height: 60px;
    text-decoration: none;
    text-align: center;
    margin: auto;
    position: relative;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 4px;
}

/*Mbox with arrow submit beside*/
.input-tel2 {
    border: 1px solid #0277BD;
    border-left: 0;
    border-right:0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    height: 72px;
    font-size: 30px;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}
.input-submit2{

    display: table-cell;
    padding: 0 0 0 0;
    font-size: 15px;
    color: #555;
    border-left: none;
    background: #0277BD;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.input-arrow-button{
    background: #0277BD;
    color: white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 63px;
    border: none;

}
.input-arrow-button:focus{
    outline: none;
}

/* END Mbox with arrow submit beside*/


/*Whatsapp style with editable prefix*/
.input-prefix3 {
    display: table-cell;
    font-size: 15px;
    color: #555;
    border: 2px solid #398ef7;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -html-border-radius: 50px;
    width: 30px;
    padding-left: 10px;
    font-weight: bold;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
}

.input-tel3 {
    border: 2px solid #398ef7;
    border-left: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    /*border-radius: 50px;*/
    font-weight: bold;
    width: 100%;
    height: 44px;
    font-size: 16px;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}
.input-pin3 {
    border: 2px solid #398ef7;
    /*-moz-border-radius: 0px;*/
    /*-webkit-border-radius: 0px;*/
    /*border-top-left-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
    /*border-top-right-radius: 50px;*/
    /*border-bottom-right-radius: 50px;*/
    border-radius: 50px;
    font-weight: bold;
    width: 100%;
    height: 42px;
    font-size: 16px;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
    padding-left: 10px;
}
.input-submit3{
    display: table-cell;
    vertical-align: middle;
}

.input-arrow-button3{
    background: #398ef7;
    color: white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border: none;

}
.input-arrow-button3:focus{
    outline: none;
}

/* END Mbox with arrow submit beside*/

/*end*/
/*c2c goaoc btn*/
.whole-button-hyperlink{
    background-image: linear-gradient(#43b8ff, #008ce1);
    border: none;
    border-radius: 8px;
    width: 100%;
    max-width: 300px;
    /*height: 60px; */
    padding: 20px;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    margin-bottom:4px;
    font-size: 18px;
    color: white;
}

.whole-button-hyperlink:hover{
    text-decoration: none;
    color: white;
}

.hyperlink-btn {
    background-image: linear-gradient(#43b8ff, #008ce1);
    border: none;
    border-radius: 8px;
    width: 100%;
    max-width: 300px;
    height: 60px;
    text-decoration: none;

    margin: auto;

    margin-top: 30px;
    margin-bottom:4px;
    padding-top: 18px;
    font-family: Arial;
    color: #fff;
    font-size: 1.8em;
    font-weight: 400;


}

.exit-btn{
    background: black;
    width: 150px;
    border-radius: 4px;
    padding:10px;
    margin: 10px 0;
    margin: 20px auto 0 auto;

}
.exit-btn a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.footer {
    text-align: justify;
    display: table;
    width: 100%;
}
 .hook-bottomCenter{
    display: table-cell;
    padding: 5px;
     text-align: justify;
    vertical-align: top;
}
#component-msg-DISCLAIMER {
    padding: 20px;
}
/*End of CSS*/
/*Start of another CSS*/
.checkbox-consent-wrapper{
    margin: 0 auto;
}

.checkbox-consent{
    font-size: 10px;
    text-align:justify;
}

.errText{
    color:red;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    margin: auto;
    padding: 20px;
    width: 320px;
    color:white;
    background-color: black;
    text-align: justify;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}



/* START GREEK FOOTER */
#footer-container{
    color: #fff;
    background: #621749;
    text-align: left;
    position: relative;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 10px auto;
    max-width: 925px;
    padding-bottom: 5px;
}
#footer-container p{
    display: inline-block;
    width: 100%;
    padding: 2px;
    line-height: 100%;
    margin-bottom: 0;
}
#footer-container p b{
    display: inline-block;
    width: 30%;
    text-indent: 3px;
}
#footer-container span{
    color: #333;
    background: #eee;

    position: relative;
    z-index: 1;
    display: inline-block;
    width: 65%;
    font-weight: normal;
    padding: 2px 4px;
}

.footer-header {
    color: #fff;
    background: #1a1a1a;
    display: inline-block;
    width: 100%;
    line-height: 150%;
    padding: 10px 0px 10px;
    border-radius: 10px 10px 0px 0px;
}

.footerbtn {
    color: #666;
    font-size: 12px;
    cursor: pointer;
    margin: 50px auto;
    text-align: center;
    padding-top: 30px;
    display: none;
}

#footer-container .footer-header span{
    color: #1a1a1a;
    background: #fff;
    border-radius: 331px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 4px;
}
.footer-logo{
    display: block;
    background: url(../img/premiummovies/mesa.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 28px;
    position: absolute;
    z-index: 0;
    top: 5px;
    right: 3px;
    float: right;
}
@media screen and (min-width: 640px) {
    #footer-container p{white-space: nowrap;}
    #footer-container p, #footer-container p b,	#footer-container span,	.footer-header{display: inline-block;width: auto;}
    .footer-header{padding: 4px 14px 4px 4px;}
    #footer-container .footer-header span{width: 15px;height: 15px;}
    .footer-logo{width: 51px;height: 47px;}
}

.dark #footer-container {
    color: #666;
    background: #111;
}
.dark .footer-header {
    color: #666;
    background: #222;
}
.dark #footer-container .footer-header span {
    color: #fff;
    background: #999;
}
.dark #footer-container span {
    color: #999;
    background: #333;
}
.paydash-footer-copyright{
    position:absolute;color:#000;width:100%;padding:2px 0;border-radius:5px;text-align:center;margin-top:5px;font-size: 10px;font-weight: 400;
}

/* Egypt Arabic CSS*/
#lng_select {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

#lng_select {
    color: #ffffff;
    line-height: 20px;
    text-decoration: none;
    position: absolute;
    display: block;
    right: 10px;
    z-index: 9;
    font-size: 8px;
    padding: 3px 0px 3px 23px;
    font-weight: normal;
    background-image: url(../img/powergames/img01.png);
    background-size: auto 34px;
    -webkit-background-size: auto 27px;
    background-position: 4px center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0;
}
#lng_select:hover {
    cursor:pointer;
    background-color: rgba(0,0,0,0.3);
}
#lng_select span {
    padding: 0 10px 0 0;
    font-family: sans-serif;
}
.rtl{
    direction: rtl;
}
/* END OF Egypt Arabic CSS*/

.opepicwrap {
    margin: 0 auto;
    max-width: 235px;
}
.btntelco, .btntelcohide {
    cursor: pointer;
    max-width: 75px;
}

.retryBtn{
    color: gray;
}

#watermark {
    color:black;
}

/*button based on https://www.pinterest.com/pin/123849058483909629/*/
.njc_button{
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    width: 100%;
    max-width: 200px;
    padding: 15px;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    font-weight: 400;
    background-color: #008BF2;
    box-shadow: 0px 3px 2px rgb(0 0 0 / 30%);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.njc_button:active{
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    background-color: #176CD8;
    box-shadow: none;
}

.njc_button:hover{
    background-color: #176CD8;
}
