.bb-event-body {
    height: 500px;
    overflow: auto;
    background: #686868;
}
.event-title-bar {
    background: #263238;
    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;
    cursor: pointer;
}
#bb-popup-title {
    cursor: pointer;
}
.event-title-bar > div:not(:last-child) {
    border-right: 1px solid #525252;
}
.event-title-bar > div:nth-child(2) {
    font-size: 12px;
    padding: 0px 10px;
}
.event-title-bar > div:nth-child(1) {
    font-size: 15px;
    padding: 15px 20px;
    cursor: pointer;
}
.event-title-bar > div:nth-child(3) {
    font-size: 15px;
    padding: 15px 20px;
    cursor: pointer;
    background: #da3333;
}
.bb-event-selection {
    background: #434343;
    color: #ececec;
    cursor: pointer;
}
.bb-event-body > .bb-event-selection:last-child {
    box-shadow: 0px 3px 2px #434343;
}
.bb-event-market {
    background: #434343;
    color: #e4e4e4;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
.bb-event-body > .bb-event-market:last-child {
    box-shadow: 0px 3px 2px #434343;
}
.bb-event-market > div:nth-child(1), .bb-event-selection > div:nth-child(1) {
    padding: 17px 10px;
}
.bb-event-market > div:nth-child(2), .bb-event-selection > div:nth-child(2) {
    font-size: 20px;
    text-align: center;
    padding: 15px 25px;
}
.bb-event-market:not(:last-child), .bb-event-selection:not(:last-child) {
    border-bottom: 1px solid #565656;
}
.bb-event-selection.active {
    background: #313131 !important;
    color: #eaeaea;
}
.bb-selections-binder {
    display: none;
    width: 40%;
    margin: 0 auto;
}
.bb-selection-row {
    display: grid;
    grid-template-columns: 1fr auto;
    font-size: 14px;
    color: #e2e2e2;
    align-items: center;
    background: #585858;
}
.bb-selection-separator {
    font-size: 13px;
    color: #d1d6db;
    text-align: center;
    padding: 10px 0px;
}
#bb-bet-btn {
    padding: 10px 20px;
    background: #fc0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    color: #343434;
}
#bb-bet-btn:hover {
    background: #dada08;
    transition: .2s;
}
#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 #585858;
    cursor: pointer;
    padding: 7px 20px;
    background: #ec1c1c;
    color: #d0d5db;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bb-selection-row > div {
    padding: 0px 5px;
}
.remove-bb-selection:hover {
    background: #aeb2b6;
    transition: .2s;
    cursor: pointer;
}
.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: #333333;
    padding: 10px;
    color: #f1f1f1;
}
#builder-content > div:nth-child(1) {
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 2px solid #464646;
}
.builder-noselections-binder {
    padding: 10px 0px;
}
.builder-noselections-binder > div:nth-child(1) {
    text-align: center;
    padding: 10px;
    font-size: 15px;
}
.add-bb-market-btn {
    display: flex;
    justify-content: center;
    padding: 15px 5px;
    align-items: center;
    cursor: pointer;
    color: #000;
    background: #f1f1f1;
    border-radius: 3px;
    font-size: 15px;
}
.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: #263238;
    padding: 10px;
    border-right: 1px solid #116e50;
    color: white;
    text-align: center;
}
#builder-addselection-value {
    font-size: 20px;
    font-weight: bold;
}
#builder-addselection-binder > div:nth-child(2) {
    background: #fc0;
    font-size: 14px;
    text-align: center;
    line-height: 55px;
    color: #3c3c3c;
    cursor:pointer;
}
#builder-addselection-binder > div:nth-child(2):hover {
    background: #dcdc06;
    transition: .2s;
}
.builder-selections-binder {
    margin: 20px 0px 0px;
}
.builder-selections-betslip > div:nth-child(2) {
    display: grid;
    grid-template-rows: 1fr 1fr;
    margin-top: 15px;
    grid-gap: 15px;
}
.bb-elipsis-loader {
    height: 20px;
}
.bb-elipsis-loader div {
    top: 2px;
}