div.content-wrap{
	margin-top:5%; 
	margin-bottom:5%
}
div.qr-container{
    width: 20%;  margin:auto
}
.qr-image{
    height:auto; 
    width:100%;
}
div.imageContainer{
	width: 20%;  
	margin:auto
}
div.textContainer{
	font-size: 14px;
    	font-weight: bold;
	color: black;
}
input.check-status {
    width: 100%;
}
.order-summary-wrap {
    display: inline;
    width: 30%;
    float: left;
}
.scan-wrap {
    width: 70%;
    display: inline;
	float: left;
	text-align: center;
}
.message-wrap .error{
    color: #ff0000;
    text-align: center;
}
.message-wrap .success{
    color: green;
    text-align: center;
}
#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }
    /* input#check-status {
        display: none;
    } */
.session-time {
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
span#timer {
    margin-left: 10px;
    color: #60bf17;
}


.qr-payment-wrapper {
    justify-content: center;
    align-items: center;
}

.qr-code-img-wrapper {
    background: url(http://wakandishop.akeodev.com/wp-content/uploads/2019/12/Untitled-1.png) no-repeat;
    background-size: 200px;
    padding: 30px 0 30px 0;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-code-img-wrapper img {
    width: 130px;
}

.wakandi-pay-logo {
    width: 270px;
    margin-bottom: 20px;
}


.custom-text + .error a {
    color: #0095ff;
    font-weight: 400;
}

.custom-text + .error p {
    font-weight: 400;
}

.custom-text + .error a + span {
    font-weight: 400;
    color: #000;
}
/*
li .payment_method_custom
{
    margin-bottom:10px;
}
*/
div .payment_box.payment_method_custom
{
    /*border: 1px solid;
    border-radius: 11px;
     padding: 10px; 
    box-shadow: 100px;
    box-shadow: 0px 0px 4px 0px #003;
   background-color:white!important;*/
    /* padding-bottom: 10px; */
    /* box-shadow: 0px -15px 64px -32px; */
}

#custom_inpu input
{
    background-color: #fff!important;
    border:1px solid grey;
	border-radius: 4px;
	box-shadow: none !important;
	outline: none !important;
}
#custom_inpu p{
	color: #000;
}
.spenn-pay-logo
{
    height: 70px!important;
    width: 174px;
    background-color: #11654d;
    padding: 11px;margin: 0px auto;
}

.btn-cancel
{
    background-color: transparent;
    border: 1px solid;
    padding: 0px 31px;
    font-size: 19px;
    border-radius: 20px;margin-left: 23em;
}

.tbl-custom-css th.val
{
        font-size: 18px!important;
}

.tbl-custom-css th
{
    padding: 0.3em 0.4em!important;
}

.tbl-custom-css th.key
{
    line-height: 1.8;
}

#custom_input_step_2
{
    padding: 15px;
    width:100%;
    text-align:center;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 2px solid rgba(2,35,30,.9) !important;
    display: none;
}

#custom_input_step_3
{
    padding: 15px;
    width:100%;
    text-align:center;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 2px solid rgba(2,35,30,.9) !important;
    display: none;
}

#custom_input
{
    display: none;
}

.third-box-heading
{
    font-size: 18px;
    font-weight: 600;
    margin-top: 23px;
    line-height: 1.1;
    color: black;
}

.tbl-confirm th
{
        padding: 10px 22px!important;
}

.tbl-confirm
{
       width:52%;margin:0px auto;
}

.tbl-confirm button
{
    background-color: rgb(29,132,109)!important;
    border: 1px solid black;
    border-radius: 39px;
    padding: 10px 53px;
    margin-top: 15px;
    color: white;
}

.tbl-confirm button:focus
{
        outline: none;
}

.imag-class
{
    background-color: white;
    height: 80px; 
    margin: 0px auto;
    width: 80px!important;
}

.msg-with-color
{
    font-size:22px;line-height: 1.2;color: orange;
}

.verify-msg
{
    font-weight: 600;margin-top: 15px;
}

#pending_payment
{
    padding: 15px;
    width:100%;
    text-align:center;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 2px solid rgba(2,35,30,.9) !important;
    display: none;
}
label[for="payment_method_custom"]{
/*	background: rgba(2,35,30,.9) !important;
    color: white !important;
    margin-left: 0 !important;
	border-radius: 5px 5px 0 0; */
}
label[for="payment_method_custom"] img{
	    max-height: 40px !important;
    	margin-top: -7px !important;
}
.payment_method_custom.payment_box{
	 /*   border-radius: 0 0 5px 5px !important;
		box-shadow: none !important;
		border: 2px solid rgba(2,35,30,.9) !important;*/
}
/*label[for="payment_method_custom"]:before{
	color: #F7EF93!important;
} */
.spenn_pay_input{
	display: flex;
}
.spenn_pay_input .country_select{
	max-width: 60px;
    margin-right: 15px;
}
.spenn_pay_timer_screen{
	
}

.spenn_pay_timer_screen .spenn_pay_p_logo img{
	display: block !important;
	margin: 0 auto !important;
}
.spenn_pay_p_details{
}
.spenn_pay_p_details h2{
	font-weight: 600;
}



.spenn_pay_p_btn {
    background: rgb(29,132,109)!important;
    color: white!important;
    text-transform: uppercase;
    border-radius: 30px!important;
    padding: 0 25px!important;
    text-decoration: none!important;
    font-weight: 600!important;
    outline: none!important;
    height: 51px;
    max-height: 51px;
    font-size: 18px!important;
    line-height: 51px!important;
	    margin-left: auto;
}

.spenn_pay_p_btn:hover {
    transition: all linear .5s;
    text-decoration: none!important;
    border-color: #89FFC5!important;
    background-color: #89FFC5!important;
    color: #2B2B2B!important
}

.inital-screen-info, .spenn_pay_timer_screen{
    padding: 20px;
    border-radius: 10px;
	box-shadow: 0px 10px 20px #00000029;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}
.inital-screen-info h4{
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	margin-top: 15px;
}
.inital-screen-info .botton-section{
	text-align: right;
}
.inital-screen-info p{
	color: rgba(0,0,0,0.6) !important;
}
.spenn-logo{
	max-width: 160px;
}
.spenn_pay_p_details{
	margin-top: 20px;
}
.spenn_pay_p_details table{
	background: #F5F6FA;
    border-radius: 4px;
    padding: 15px;
}
.spenn_pay_p_details table th{
	background: none;
}
.spenn_pay_p_details table th{
	font-weight; 400;
}
.spenn_pay_p_details table th.val{
	font-weight: 600;
	color: #000 !important;
}
.btn-section-bottom{
	text-align: right;
}
.loader-img{
	height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

