.bb-event-body {
    height: 500px;
    overflow: auto;
    background: #d1d6db;
}
.event-title-bar {
    background: #003c79;
    color: #EEE;
    box-shadow: 0px 2px 2px #383838;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
}
#bb-popup-back { visibility: hidden; }
#bb-popup-back:hover { background: #003c79; }
.event-title-bar > div:not(:last-child) {
    border-right: 1px solid #525252; 
    font-size: 15px;
}
.event-title-bar > div:nth-child(2) {
    padding: 10px;
}
.event-title-bar > div:nth-child(1), .event-title-bar > div:nth-child(3) {
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    background: #d05f5f;
}
.event-title-bar > div:nth-child(1) {
    background: #003c79;
}
.event-title-bar > div:nth-child(1):hover, .event-title-bar > div:nth-child(3):hover {
    background: #ab4e4e;
    transition: .2s;
}
.event-title-bar > div:nth-child(1):hover {
    background: #113f31;
    cursor: pointer;
}
.bb-event-selection {
    background: #fff;
    color: #333;
    padding: 12px;
    cursor: pointer;
    grid-template-columns: 1fr auto;
    font-size: 14px;
    align-items: center;
}
.bb-event-body > .bb-event-selection:last-child {
    box-shadow: 0px 3px 6px #acacac;
}
.bb-event-market {
    background: #ffffff;
    color: #333;
    padding: 10px;
    cursor: pointer;
    display: grid;
    grid-template-columns: calc(100% - 30px) 30px;
    font-size: 14px;
    align-items: center;
}
.bb-event-body > .bb-event-market:last-child {
    box-shadow: 0px 3px 7px #2a2a2a;
}
.bb-event-market > div:nth-child(2), .bb-event-selection > div:nth-child(2) {
    font-size: 20px;
    text-align: center;
}
.bb-event-market:not(:last-child), .bb-event-selection:not(:last-child) {
    border-bottom: 1px solid #ececec;
}
.bb-event-selection.active {
    background: #00458c !important;
    color: white;
}
.bb-selections-binder { 
    display: none; 
    width: 40%;
    margin: 0 auto;
}
.bb-selection-row {
    display: grid;
    grid-template-columns: 1fr auto;
    font-size: 14px;
    color: #333;
    align-items: center;
    background: #ececec;
}
.bb-selection-separator {
    font-size: 13px;
    color: #d1d6db;
    text-align: center;
    padding: 10px 0px;
}
#bb-bet-btn {
    padding: 10px 20px;
    background: #ffdf1b;
    cursor: pointer;
    text-align: center;
    color: #363636;
    font-size: 15px;
}
#bb-bet-btn:hover {
    background: #dab400;
    transition: .4s;
    color: #272727;
}
#bb-bet-btn > div:nth-child(1) {
    font-size: 17px;
    font-weight: bold;
}
.bb-selection-row > div:nth-child(2) {
    font-size: 20px;
    border-left: 1px solid #303030;
    cursor: pointer;
    padding: 7px 20px;
    color: white;
    background: #d05f5f;
}
.bb-selection-row > div:nth-child(2):hover {
    background: #ab4e4e;
}
.bb-selection-row > div {
    padding: 7px;
}
.remove-bb-selection:hover {
    background: #aeb2b6;
    transition: .2s;
    cursor: pointer;
}
.bb-event-market:hover, .bb-event-selection:hover {
    background: #dadada;
    transition: .3s;
}
.bb-selections-list-binder { 
    display:none; 
}

.bb-event-market[is_locked='0'], .bb-selections-list-binder[is_locked='0'], .bb-event-selection[is_locked='0'] {
    pointer-events: none;
}
#bb-event-popup { display:none; }

.event-utilities-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #d1d6db;
    padding: 0px 5px;
    background: white;
}
.event-utility-btn {
    background: #003c79;
    border: 0px;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    display: none;
    margin: 5px 0px;
}
.single-btn:hover {
    background: #002a54;
    transition: .2s;
}			

.double-btn > div:hover {
    background: #002a54;
    transition: .2s;
}
.event-utilities-bar > .double-btn {
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr auto;
    justify-items: center;
}
.event-utilities-bar > div:not(:last-child) {
    margin-right: 5px;
}
#bb-event-popup-btn {
    padding: 10px;
}
.event-utilities-bar > .double-btn > div:not(:last-child) {
    border-right: 1px solid #0a2f55;
}
#builder-content {
    background: #ffffff;
    padding: 10px;
    border-top: 1px solid #ececec;
    color: #333;
}
#builder-content > div:nth-child(1) {
    font-size: 18px;
    padding: 10px 0px;
    border-bottom: 1px solid #ececec;
}
.builder-noselections-binder {
    padding: 10px 0px;
    font-size: 14px;
}
.builder-noselections-binder > div:nth-child(1) {
    text-align: center;
    padding: 10px;
}
.add-bb-market-btn {
    display: flex;
    justify-content: center;
    padding: 15px 5px;
    align-items: center;
    cursor:pointer;
    font-size: 14px;
}
.add-bb-market-btn > div:nth-child(1) {
    font-size: 20px;
}
.add-bb-market-btn > div:nth-child(2) {
    padding: 0px 0px 0px 5px;
}
#builder-addselection-binder {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: white;
    font-size: 15px;
}
#builder-addselection-binder > div:nth-child(1) {
    background: #003c79;
    padding: 10px;
    border-right: 1px solid #002041;
    color: white;
    text-align: center;
}
#builder-addselection-value {
    font-size: 20px;
    font-weight: bold;
}
#builder-addselection-binder > div:nth-child(2) {
    background: #ffd200;
    font-size: 17px;
    text-align: center;
    line-height: 55px;
    color: #272727;
    cursor: pointer;
}
#builder-addselection-binder > div:nth-child(2):hover {
    background: #dab400;
    transition: .2s;
}
.builder-selections-binder {
    margin: 20px 0px 0px;
}
.builder-selections-betslip > div:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 15px;
}
.bb-elipsis-loader {
    height: 20px;
}
.bb-elipsis-loader div {
    top: 2px;
}








