.input-in-row 
{
    float: right;
    margin-right: 15px;
    padding-left: 30px;
    height: 110px;
}

.red 
{
    color: red;
}

.card
{
    height:500px;
    margin-top: 5px;
}
.btn-buy 
{
    float: right;
    width: 100%;
    padding: 10px;
}

.green {
    color: #007b5e !important;
}


.countdown {
    display: table-cell;
    font-weight: normal;
    text-align: center;
    float: left;
}
.countdown .item {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    color: #B7B7B7;
    border-radius: 10px;
    margin: 5px;
    padding: 10px;
    background: #2A2A2A;
    background: -webkit-linear-gradient(#2A2A2A, #000);
    background: linear-gradient(#2A2A2A, #000);
    overflow: hidden;
}
.countdown .item-ss {
    font-size: 50px;
    line-height: 70px;
}
.countdown .item:after {
    content: '';
    display: block;
    height: 1px;
    border-top: 3px solid #111;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}
.countdown .label {
    text-transform: uppercase;
    display: block;
    position: absolute;
    font-family: 'Open Sans', cursive;
    font-weight: 700;
    line-height: normal;
    right: 6px;
    bottom: 4px;
    font-size: 14px;
    color: #B9B9B9;
}
.countdown .item-hh .label,
.countdown .item-mm .label,
.countdown .item-ss .label {
    display: none;
}


.azmoon_qustions_start
{
    text-align: right;
}
p.question
{
    float: right;
    background: #ebe1e1;
    width: 100%;
    padding: 5px;
    margin: 5px;
    direction: rtl;
	margin-bottom: 20px;
}
.qurow 
{
    margin-bottom: 50px;
}
p.choices 
{
    float: right;
    width: 100%;
    padding: 5px;
    direction: ltr;
    margin: 0px;
	display:block;
}

.question_pages , .btnpriv
{
    display: none;
}
.page1 
{
    display: block;
} 

.btnnp 
{
    width: 100%;
}
.card {
    width:30%;
    height: 300px;   
   float:right;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	margin-left:10px;
	padding:5px;
}
.card img
{
    width:100%;
}

	
.btmg , .digits-login-modal {
    background: #fff !important;
    color: #3F3F3F !important;
}
.btn , .digits-login-modal
{
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    text-align: center;
}
a.btn 
{
    text-decoration: none;
}
.part-head
{
    background: #b1b4d3;
}

 

}