div.heading {

    background-color: darkgray;

}

.paddingLftrem{

    padding-left: 0 !important;

}

.new_login{
  border: 1px solid #eee;
  padding: 40px 20px 0px 20px
}

.filterdata{

    display: flex;

}

.filterdata input{

    margin-right: 10px;

}

.cke_notifications_area{
    display: none !important;
}

img.navbar-brand-img.set-image {

    height: 100px;
    margin-left: 470px;

}



img.navbar-brand-img.logo-set {

    max-height: 100px !important;

}



.myselectpick button {

    background-color: #e5e5e5;

    color: #000 !important;

}



.card-footer .pagination{

    justify-content: flex-end !important;

}


.test li {
    border-bottom: 1px solid #e1d4d6;
    padding: 0 0 7px 0;
}

.loading {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
    transform: translateY(-50%);
}

.loading img {
    width: 100px;
}

@media screen and (max-width: 820px) {
    ul.pagination {
        flex-wrap: wrap;
    }
    li.page-item {
        margin-bottom: 10px;
    }
    .card-footer.reset-footer .pagination {
        justify-content: unsset !important;
    }
}

.thank-you-pop{
	width:100%;
 	padding:20px;
	text-align:center;
}
.thank-you-pop img{
	width:76px;
	height:auto;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}

.thank-you-pop h1{
	font-size: 42px;
    margin-bottom: 25px;
	color:#5C5C5C;
}
.thank-you-pop p{
	font-size: 20px;
    margin-bottom: 27px;
 	color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
	font-size: 25px;
    margin-bottom: 40px;
	color:#222;
	display:inline-block;
	text-align:center;
	padding:10px 20px;
	border:2px dashed #222;
	clear:both;
	font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
	color:#03A9F4;
}
.thank-you-pop a{
	display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
	margin-right:5px;
	color:#fff;
}

.sticky-w {
    width: 150px;
    z-index: inherit !important;
}
.sticky {
    position: absolute;
    background: white;
    z-index: 1;
    right: 0;
 
}

.stickyz {

    z-index: inherit !important;

 
}
.sticky1 {
    position: sticky;
    background: white;
    z-index: 1;
    right: 147px;
}
/* radio button */
.custom_radio{
    height:35px; 
    width:35px; 
    vertical-align: middle;
}

/* answer sheet */
.question-heading {
    width: 75%;

}
.question-inncorrect {
    width: 25%;
    justify-content: center;

}

.marks_box {
    background-color: lightgrey;

    color: black;

    font-size: .875rem;
  
    border-radius: 50px;
}

.question-box {
    
    background-color: #e3e3ed;
}

.row.bg-grey {
    background-color: lightgrey;
}

.question-heading-title{
    
    background-color: #e3e3ed;
}

.border-heading{
    background-color: #e3e3ed;
}
/* input.radio_size {
    width: 1.3em;
    height: 1.5em;
   
} */



/* @media screen and (max-width: 420px) {
    ul.pagination {
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    .card-footer.reset-footer .pagination {
        justify-content: unset !important;
    }
} */
