.promoSection {
    width: 1000px;
    max-width: 1000px;
    margin: auto;
    font-family: HelveticaNeue;
}

.promo-header {
    background: url('../images/promo-header-bg-v2.png') center/contain no-repeat;
    height: 58px;
    margin: 20px 0 30px;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    font-family: dinprobold;
    font-weight: bold;
}

.promo-header-title {
    width: 22%;
    font-size: 24px;
}

.promo-header-tab {
    display: flex;
    justify-content: space-evenly;
    width: 75%;
    margin-top: 5px;
    font-size: 16px;
    color: #8D8D8D;
}

.promo-header-tab>div {
    cursor: pointer;
}

.promo-header-tab .active {
    color: #399ED5;
    border-bottom: 2px solid;
}

.promo-item {
    position: relative;
    width: 80%;
    margin: auto;
    padding-top: 20px;
    margin-bottom: 40px;
}

.promo-item-banner {
    width: 100%;
}

.promo-more-info-btn {
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    background-image: url('../images/more-info-btn-empty.png');
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 16px;
    font-family: dinprobold;
    font-weight: bold;
}

.promo-modal-popup {
    display: none;
    position: fixed;
    z-index: 17;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6);
}

.promo-modal-border {
    position: relative;
    width: 90%;
    margin: 30px auto;
    max-width: 600px;
    padding: 15px;
    padding-bottom: 0px;
}

.promo-modal-title {
    width: 57%;
    height: 49px;
    margin-top: -20px;
    margin-left: 114px;
    background-image: url('../images/wallet/modal-header.png');
}

.promo-modal-box {
    width: 100%;
    background-image: url('../images/b9-promo-popup.png');
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 65px;
}

.promo-modal-close {
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: absolute;
    background-repeat: round;
    top: -10px;
    right: -5px;
    background-image: url('../images/close.png');
}

.promo-modal-content {
    color: #bb8c1b;
}

.promo-modal-rules {
    font-size: 12px;
}

.promo-footer-tnc {
    position: absolute;
    right: 20px;
    bottom: 5px;
    text-decoration: underline;
}

.promo-footer-tnc a:hover {
    color: #FFD100;
}

.promo-modal-popup .promo-modal-border {
    padding: 0;
    background-image: url('../images/b9-promo-popup.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    background-position: center center;
}

.promo-modal-popup .promo-modal-box {
    padding: 0 25px 20px;
    background: none;
    color: #696969;
}

.promo-modal-popup .promo-modal-close {
    padding: 0;
}

.promo-modal-popup .promo-modal-content {
    color: #696969;
}

.promo-modal-popup .promo-modal-title {
    background-image: url('../images/wallet/modal-header.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 10px 20px;
    width: 80%;
    margin: 0 auto 15px;
    color: #FFFFFF;
    text-align: center;
}

.promo-modal-border .promo-modal-content{
	color:black
}
.promo-modal-popup .promo-modal-content >span,
.promo-modal-popup .promo-modal-rules >span{
    color: inherit!important;
}