 .badge-box {
    background: #fff;
    border-radius: 5px;
    border: 1px #e7e7e7 solid;
    text-align: center;
    position: relative;
    margin: 10px auto;
    cursor:pointer;
    -webkit-transition: box-shadow,transform .25s ease-in-out;
    -moz-transition: box-shadow,transform .25s ease-in-out;
    -ms-transition: box-shadow,transform .25s ease-in-out;
    -o-transition: box-shadow,transform .25s ease-in-out;
    transition: box-shadow,transform .25s ease-in-out;
    padding: 1rem 1rem;
}

.badge-box img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.badge-box h3 {
    color: #333333;
    font-size: 1.1rem;
    font-family: 'Conv_FoundersGrotesk-Medium';
    margin: 0.5rem auto;
}

.rewards-sec {
    position: relative;
    margin: 1rem auto;
}

.reward-title {
    background: #333333;
    color: #fff;
    position: relative;
    padding: 10px 10px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Conv_FoundersGrotesk-Medium';
    font-weight: 400;
    font-size: 16px;
    margin: 10px auto;
    border-radius: 5px;
}

.reward-title h4 {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

.reward-points {
    font-size: 16px;
    text-align: right;
}

.reward-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0px 5px 0px rgb(0 0 0 / 13%);
    text-align: center;
    position: relative;
    margin: 10px auto;
    cursor:pointer;
    -webkit-transition: box-shadow,transform .25s ease-in-out;
    -moz-transition: box-shadow,transform .25s ease-in-out;
    -ms-transition: box-shadow,transform .25s ease-in-out;
    -o-transition: box-shadow,transform .25s ease-in-out;
    transition: box-shadow,transform .25s ease-in-out;
    padding: 1rem 1rem;
}
.reward-card.locked:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 34%);
	position: absolute;
	left: 0;top: 0;
	border-radius: 5px;
}

.reward-icon img {
    height: 100px;
    width: auto;
    object-fit: contain;
}

.reward-desc h3 {
    color: #333333;
    font-size: 1.1rem;
    font-family: 'Conv_FoundersGrotesk-Medium';
    margin: 0.5rem auto;
}
 

.reward-desc h5 {
    color: #5d5d5d;
    font-size: 1rem;
}

.rewards-list {
    margin: 1rem auto;
    position: relative;
}

.rewards-list .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    background: #fff;
    padding: 0;
    margin: 0;
    width: 26px;
    height: 26px;
    font-size: 16px;
    color: #333333;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    border: 1px #cccaca solid;
    border-radius: 100%;
}

.rewards-list .owl-prev {
    left: -10px;
}

.rewards-list .owl-next {
    right: -10px;
}

span.track-num {
    display: block;
    font-size: 12px;
    color: #55901c;
}

.green-color{
    color: #55901c !important;	
}
.red-color{
    color: #db0909 !important;	
}


.dropdown.table-filter {
    display: inline-block;
}
.table-filter button.dropdown-toggle {
    border: 0;
    background: transparent;
    color: #fff;
    vertical-align: middle;
    height: auto;
    font-weight: 500;
    font-size:16px;
    padding: 0;
}

.table-filter .dropdown-menu {
    width: auto; 
}

.table-filter a.dropdown-item {
    font-size: 14px;
    text-align: left !important;
    padding: 0.35rem 1rem;
}

.modal-body.redeem-body {
    text-align: center;
}
.top-steps {
    position: relative;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
.redeem-sec{
	padding:1rem 0;
	position:relative;
}
.stepbox{
	color: #000; 
	display: none; 
}
#redeemModal .modal-content {
    background: #fff;
}

.top-steps label.form-check-label {
    display: block;
    text-align: left;
    color: #333333;
    font-family: 'Conv_FoundersGrotesk-Medium';
    font-size: 1rem;
    margin: 5px auto;
}

.top-steps .form-check {
    text-align: left;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    z-index: 9;
}

.top-steps input[type=checkbox], .top-steps input[type=radio] {
    margin: auto !important;
    border: 2px #4d4e4e solid !important;
    width: 30px !important;
    height: 30px !important;
    z-index: 9;
}

.top-steps input[type=radio]:checked::after {
    font-size: 17px;
    line-height: 27px;
    color: #4d4e4e;
}
 
.top-steps .form-check:nth-child(1):after,
.top-steps .form-check:nth-child(2):after{
    content: '';
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: 1;
}

.redeem-sec h3 {
    font-size: 1.3rem;
    color: #333333;
    font-family: 'Conv_FoundersGrotesk-Medium';
}

.redeem-content img {
    height: 150px;
    width: auto;
    object-fit: contain;
}

.redeem-content h2 {
    font-size: 1.4rem;
    color: #333333;
    font-family: 'Conv_FoundersGrotesk-Medium';
    font-weight: 500;
    margin: 1rem auto;
}

h2.green {
    color: #13b89d;
}


.btn-primary {
    color: #ffffff !important;
    border: 1px #028fb0 solid !important;
    padding: 9px 15px 5px !important;
    line-height: 17px;
    border-radius: 50px !important;
    background: #028fb0;
}


.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background:#4d4e4e !important;
    border: 1px #4d4e4e solid !important;
}


.modal-footer {
    background: #f7f7f7;
}

.shippingaddress{
	text-align:left;
}

.shippingaddress h5 {
    font-size: 16px;
    margin-bottom: 1rem;
}

.shippingaddress .form-group {
    margin-bottom: 1rem !important;
}

.shippingaddress label {
    font-size: 13px;
}

.shippingaddress small {
    font-size: 11px;
    line-height: 10px;
    color: #7f7f7f;
}

span.check-icon {
    display: block;
    font-size: 45px;
    margin: auto;
    line-height: normal;
    color: #13b89d;
}

.completed{
     position:relative;
}

 .completed:after{
    content: '\f058';
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 25px;
    color: #4ab99c;
 }