body {
    text-align: center;
}

.rewardsOption {
    text-align: center;
    background-color: #c94646;
    border-radius: 5px;
    margin: 5px 10px 0px 10px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    align-content: center;
    cursor: pointer;
}

.rewardsItem {
    font-size: 15px;
    text-align: center;
    color: #fff;
    border: 2px solid #333333;
    background-color: #404040;
    font-weight: bold;
    width: 90px;
    border-radius: 6px;
    display: inline-block;
    margin: 2px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.rewardsItemAmount {
    left: 0px;
    top: 0px;
    position: absolute;
}

.rewardsItem img {
    height: 85px;
    width: 85px;
}

.rewardsItem.small {
    width: 65px;
}

.rewardsItem.small img {
    height: 60px;
    width: 60px;
}

#rewardsItems, #rewardsSelected {
    overflow: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    overflow: auto;
}


.rewardsHeightSync {
    height: calc(100vh - 150px);
    overflow: auto;
}

#rewardsItems {
    overflow: auto;
    max-height: calc(100% - 55px);
}

#rewardsSelected {
    overflow: auto;
    height: 100%;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

#rewards_nav {
    list-style: none;
    padding: 10px;
    margin: auto;
    text-align: left;
    font-size: 18px;
}
#rewards_nav li {
    padding-left: 20px;
    border: 2px solid grey;
    cursor: pointer;
}

#rewards_shop_search {
    display: inline-block;
    vertical-align: middle;
    background-color: #272a2e;
    color: #fff;
    border: 0;
    padding: 10px;
}

#rewards_shop_tools {
    margin-bottom: 20px;
}

.rewards_shop_tool {
    display: inline-block;
    cursor: pointer;
}

#rewards_verify button {
    font-size: 20px;
    padding: 10px;
    margin: 5px;
}

#rewards_verify_cancel {
    background-color: #707070;
}

#rewards_verify_confirm {
    background-color: #c94646;
}

#rewards_sort_by_affordable.greenTag {
    color: #00b300;
}

#rewards_accept_trade button {
    margin-top: 20px;
    background-color: #c94646;
    border-bottom: 1px solid #a43636;
    text-decoration: none;
    color: #fff;
    outline: none;
}

#rewards_accept_trade_link, #rewards_accept_trade_link:hover, #rewards_accept_trade_link:active {
    text-decoration: none;
    border: none;
    box-shadow: none;
}



/* PROGRESS BAR */
#withdraw-progress-bar {
    height: 400px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    margin-left: 40%;
}

#withdraw-progress-bar::after {
    content: "";
    position: absolute;
    top:0px;
    left:13px;
    background: grey;
    width: 5px;
    height: 100%;
}

#withdraw-progress-bar li {
    background: #999;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: relative;
}


#withdraw-progress-bar li .circle {
    background: grey;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

#withdraw-progress-bar li.step-current .circle {
    background: #00b300;;
    z-index: 10;
}

#withdraw-progress-bar li .fa-check {
    display: none;
}

#withdraw-progress-bar li.step-complete .circle .fa-check {
    padding: 5px;
    font-size: 20px;
    color: #fff;
    display: block;
}

#withdraw-progress-bar li .step-text {
    position: absolute;
    top: 0;
    left: 30px;
    font-size: 20px;
    font-weight: bold;
}

#withdraw-progress-bar li.step-current {
    background: #000;
}

#withdraw-progress-bar li.step-current::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 13px;
    background: #00b300;
    width: 5px;
    height: 100vh;
    z-index: 1;
    transition: all 5s ease-out;
}



/* Rewards Withdraw History */
.rewards_history_withdraw {
    background-color: #2f2f2f;
    margin: 20px 15px 15px 0px;
    border-radius: 5px;
}



.rewards_history_withdraw_status {
    background: green;
    padding: 5px;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    align-content: center;
    cursor: pointer;
    margin-top: 20px;
}

.rewards_history_withdraw_status.green {
    background: rgb(0, 88, 0);
    color: #fff;
}

.rewards_history_withdraw_status.grey {
    background: grey;
}

.rewards_history_withdraw_status.red {
    background-color: #c94646;
}

.rewards_history_withdraw_items {
    text-align: left;
}


#rewards_withdraw_history {
    display: inline-block;
    cursor: pointer;
}

#rewards_balance_transactions {
    display: inline-block;
    cursor: pointer;
}



/* GO back button on page */
.rewards_go_back {
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #2f2f2f;
    border-radius: 5px;
    padding: 2px;
    display: inline;
}


#rewards_transactions_table {
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}

#rewards_transactions_table tr th{
    background-color: #3b3b3b;
    text-align: center;
}

#rewards_transactions_table  tr td {
    background-color: #636363;
}

#rewards_transactions_table .boldGreen {
    color: #090;
    font-weight: bold;
}

#rewards_transactions_table .boldRed {
    color: #ea9999;
    font-weight: bold;
}


.rewardsResetButton {
    text-align: center;
    background-color: #c94646;
    border-radius: 5px;
    margin: 5px 10px 0px 10px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    align-content: center;
    cursor: pointer;
    border: none;
}

.customAnnounceLeft {
	float: left;
	display: inline;
	border-radius: 2px;
    cursor: pointer;
}
.customAnnounceRight {
	float: right;
	display: inline;
	border-radius: 2px;
    cursor: pointer;
}

.customAnnounceLeft img,  .customAnnounceRight img {
	height: 34px;
}

.signInButton {
    font-size: 20px;
    background-color: #c94646;
    margin: auto;
    border-radius: 5px;
    width: 30%;
    padding: 10px;
    cursor: pointer;
}

#signInCenter {
    position: relative;
    top: 35%;
    transform: translateY(-50%);
}