/*div.site-content {
    background-image: url('https://www.angelofthewinds.com/wp-content/uploads/2020/01/AOTW-webBG-K.png');
    background-size: contain;
    background-repeat: repeat;
}*/

.aotw-player-portal-login {
    color: #000;
    padding: 35px;
    font-family: futura-pt, sans-serif;
    max-width: 1000px;
    margin: auto;
}

.bally_widget_login {
    padding: 10px;
    list-style: none;
}

.bally_widget_login .button {
    background-color: #63C7CC;
    border: 2px solid #F6F2B6;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #F5F5F5;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
}

.bally_widget_textbox {
    width: 100%;
}

.bally_widget_button {
    margin: auto;
    display: block;
    background-color: #63C7CC;
    border: 2px solid #F6F2B6;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #F5F5F5;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    transition: 0.2s;
}

.bally_widget_button:hover {
    background-color: #000;
    color: #fff;
}

#Bally_Widget_App {
    padding: 18px;
    color: #000;
    font-family: futura-pt, sans-serif;
    max-width: 850px;
    margin: auto;
}

#Bally_Widget_App header {
    text-transform: uppercase;
    text-align: center;
    font-size: 48px;
}

#Bally_Widget_App ul#navigationMenu {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
}

#Bally_Widget_App ul#navigationMenu li a {
    display: block;
    /* color: white; */
    /* text-align: center; */
    text-decoration: none;
    letter-spacing: 1px;
}

ul#navigationMenu li a.button:hover {
    background: #000;
    color: #fff;
    /* background-image: linear-gradient(225deg, rgba(218, 206, 149, 0.64) 0%, rgba(218, 206, 149, 0.19) 53%, rgba(218, 206, 149, 0.00) 100%); */
    /* color: #000000; */
    transition: 0.2s;
}

ul#navigationMenu li a.button {
    background-color: #63C7CC;
    border: 2px solid #F6F2B6;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: #000;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px;
}

#Bally_Widget_Content {
    color: #000;
    padding: 10px;
}

#Bally_Widget_Content .bally-widget-box-container {
    border: 2px solid #a28465;
    padding: 20px;
}


#Bally_Widget_Content #player-info-table,
#Bally_Widget_Content #player-account-offers {
    margin: 0 auto;
    min-width: 80%;
    border-collapse: collapse;
    border-width: 0 !important;
}

#player-info-table label {
    color: #000 !important;
}

#Bally_Widget_Content #player-info-table tr td,
#Bally_Widget_Content #player-account-offers tr td {
    padding: 10px;

    border-width: 0;
    border-bottom: 1px solid #808080;
}

#Bally_Widget_Content #player-info-table tr:last-child td,
#Bally_Widget_Content #player-account-offers tr:last-child td {
    border-bottom: none;
}

#Bally_Widget_Content #player-info-table tr:last-child,
#Bally_Widget_Content #player-account-offers tr:last-child {
    border-bottom: none;
}

.Bally_Widget_container_fineprint {
    font-size: small;
    text-align: center;
    padding: 5px 10px;

}

#cAcct label {
    font-family: Arial;
    display: inline-block;
    width: 300px !important;
}

/*..*/
.tierprogress {
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: space-between;
    margin: 30px 0 60px;
}

.progressbar {
    width: 100%;
    height: 40px;
    background-color: #1fc0da1f;
    flex-grow: 1;
    align-self: center;
    border-top: 1px solid #696969;
    border-bottom: 1px solid #696969;
    box-sizing: content-box;
}

.progess_level_bar {
    height: inherit;
    align-self: center;
    background: #63C7CC;
    /* background: linear-gradient(90deg, #866f4e 0%, #866f4e 1%, #b5a378 51%, #b5a378 100%); */
    /* background: #1fc0da; OLD*/
    /* background-color: #b30000; OLD */
}

.tierprogress img.progressbarbarcard {
    height: 80px;
    max-width: 100%;
    width: auto;
    min-width: 127px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #63C7CC;
    margin-left: 100%;
    /* border-left: 20px solid #b5a378; */
    /* border-left: 20px solid #1fc0da; OLD */
    /* border-left: 20px solid #b30000; OLD */
}

.progress_caption {
    font-family: Arial;
    font-size: 18px;
    color: #000;
    padding: 0;
    margin: 3px;
    text-align: center;
}

/** Tier Offers */
.bally-widget-offers-txt {
    font-size: 16pt;
    line-height: 25pt;
}

div.freeplay-amount {
    font-size: 4rem !important;
    font-weight: 500;
    font-style: normal;
    color: #1fc0da;
    letter-spacing: 0;
    line-height: 90%;
}

.pre-dollar {
    font-size: 44px !important;
    vertical-align: 20%;
}

.freeplay-label {
    font-size: 2rem;
    font-variant: small-caps;
}

/** Hotel Stay Offers */
.bally-widget-pagewide-offer-container hr {
    width: 100%;
}
.bally-widget-pagewide-offer-container {
    border-top: 1px solid grey;
    padding: 30px 0;
    /* width: fit-content; */
    margin: auto;

}

.bally-widget-pagewide-offer-container div.free-hotel-stay-label {
    font-size: 5rem;
    text-align: center;
    text-transform: capitalize !important;
    font-style: normal;
    font-weight: 700;
    color: #000;
    line-height: 80%;
    background-color: #F6F6F6;
    padding: 20px;
}

.bally-widget-pagewide-offer-container .free-hotel-stay-details {
    text-align: center;
    background-color: #F6F6F6;
}

.bally-widget-point-balance-section {
    text-align: center;
    padding: 15px;
    color: #000;
}

.bally-widget-point-balance-section div span {
    line-height: 30px;
}

.bally-widget-point-balance-section .bally-widget-point-balance-large {
    text-transform: uppercase;
}

.color-gold {
    color: #a28465;
}

.color-white {
    color: #fff;
}

.color-black {
    color: #000;
}

#bally-widget-tier-table {
    border-collapse: collapse !important;
    table-layout: fixed;
    width: 70%;
    margin: 0 auto;
    border-width: 0 !important;
}

#bally-widget-tier-table th {
    /* color: #a28465; */
    text-align: center;
    text-transform: uppercase;
    border-width: 0 !important;
}

#bally-widget-tier-table td {
    text-align: center;
    padding: 5px;
    border-width: 0 !important;
}

#winloss-select-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#winloss-select-container label {
    display: inline-block;
}
#winloss-select-container select {
    height: 2em;
    padding: 0 15px;
    outline: none;
    margin-bottom: 20px;
}

#winloss_feedback {
    margin-top: 15px;
    text-align: center;
}

#win-loss-footer {
    font-size: 0.75em;
    text-align: center;
    margin: 10px auto;
    max-width: 700px;
    padding: 15px;
}

#Widget1_statementRequest {
    text-align: center;
    padding-top: 20px;
    font-size: 26px;
    color: #000;
}

/* #Widget1_statementRequest .email-gold {
    color: #a28465;
    font-size: 26px;
} */

.text-futura {
    font-family: futura-pt, sans-serif;
}

.text-rift {
    font-family: 'rift', sans-serif;
}


.text-18pt {
    font-size: 18pt;
}

.text-20pt {
    font-size: 20pt;
}

.text-24pt {
    font-size: 24pt;
}


div.container-widget-offers {
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    grid-gap: 10px;
    justify-content: center;
    padding-bottom: 20px;
}

div.container-widget-offers .offer-item {
    background-color: #F6F6F6;
    padding: 10px;
    text-align: center;
}

@media screen and(max-width: 800px) {

    .bally-widget-pagewide-offer-container div.free-hotel-stay-label {
        font-size: 4rem;
    }

    ul.tiled-offers {
        flex-direction: column;
    }

}

@media screen and(max-width: 600px) {
    .bally-widget-pagewide-offer-container div.free-hotel-stay-label {
        font-size: 3rem;
    }
}
