.stat-box {
    background: #fff;
    border: 1px #e7e7e7 solid;
    border-radius: 5px;
    position: relative;
    margin: 1rem auto;
    padding: 15px 15px;
    text-align: center;
}

.stat-box h3 {
    color: #13b89d;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: 'Conv_FoundersGrotesk-Semibold';
}

.stat-box h4 {
    color: #424242;
    font-size: 1rem;
    margin: auto;
}

.pointshistory-section {
    position: relative;
    margin: 1rem auto;
}

.pointshistory-section .accordion>.card {
    margin: 10px auto;
    border: 1px #028fb0 solid;
    border-radius: 5px;
}

.pointshistory-section .accordion>.card>.card-header {
    border-radius: 5px !important;
    background: #ffffff;
    padding: 10px 10px 5px;
    cursor: pointer;
    border: 0;
}

.pointshistory-section .accordion>.card>.card-header h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #333333;
    width: 95%;
    margin: 0;
    text-align: left;
    line-height: 1.5rem;
    font-family: 'Conv_FoundersGrotesk-Semibold';
    text-transform:uppercase;
    text-align:  center;
    margin-left: 30px !important;
}


.pointshistory-section .accordion>.card>.card-header h4:before, 
.pointshistory-section .accordion>.card>.card-header h4.collapsed:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 13px;
    color: #028fb0;
    text-align: center;
    line-height: 19px;
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:900;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px #028fb0 solid;
    border-radius: 100%;
}
.pointshistory-section .accordion>.card>.card-header h4:before{
    content: "\f078";
}
.pointshistory-section .accordion>.card>.card-header h4.collapsed:before{
    content:'\f054';
}
.pointshistory-section .card-body {
    border: 0px;
    /*text-align: center;*/
    border-top: 1px #028fb0 solid;
} 

.pts-value {
    position: relative;
    display: flex;
    align-items: center;
    margin: 1.5rem auto;
    justify-content: center;
}

.pts-value h3 {
    color: #333333;
    font-size: 1.1rem;
    padding: 0px 1rem;
    border-right: 1px #d4d4d4 solid;
    margin: 0;
}

.pts-value h3:last-child {
    border: 0;
}

.pts-value h3 span {
    font-family: 'Conv_FoundersGrotesk-Semibold';
}


.points-table table {
    border: 0px;
    background: #ffffff;
    position: relative;
    z-index: 99;
    width: 100%;
    border-radius: 10px;
}

.table thead tr th:first-child  {
    border-top-left-radius: 8px;
}
.table thead tr th:last-child  {
    border-top-right-radius: 8px;
}

.points-table .table thead th {
    background: #028fb0;
    color: #fff;
    font-weight:500;
    font-size:16px;
    padding: .85rem .75rem;
    border: 0;
    vertical-align: middle;
    width:  38% !important;
}

.points-table .table td {
    font-weight: 400;
    color: #4d4e4e;
    font-size: 13px;
    vertical-align: middle;
}

.points-table {
    border-radius: 10px 10px 0px 0px;
    border: 1px #cccaca solid;
    margin: 1rem 0;
    position: relative;
}
.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.0rem;
    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;
    width: 80px;
}


.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;
}

.owl-carousel {
    display:  block !important;
}

.tableFixHead {
    overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
    height: 400px; /* gives an initial height of 200px to the table */
}
.tableFixHead thead th {
    position: sticky; /* make the table heads sticky */
    top: 0px; /* table head will be placed from the top of the table and sticks to it */
}
table {
    border-collapse: collapse; /* make the table borders collapse to each other */
    width: 100%;
}
th, td {
    padding: 8px 16px;
    /*border: 1px solid #ccc;*/
}
th {
    background: #eee;
}

.fa-info-circle {
    color: #13b89d !important;
    font-size: 1rem !important;
    margin: auto !important;
}

.btn-adjust {
    width: 100px;
}

.points_reason_text {
    padding-left:100px;
}