/*CSS HANDLER */
/*virtual class start*/
.eventview .toggleLiveQuote {
    display: block !important;
    height: 50px !important;
    position: relative;
    margin-top: 9.5%;
    left: 0.2%;
}

#container-btns {
    display: flex;
    margin-left: 10px;
    margin-top: 150px !important;
}

.btnLiveQuote {
    display: block;
    width: 60px;
    height: 30px;
    background: silver;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
    margin: 3px;
    line-height: 30px;
    cursor: pointer;
}

.virtualClassesChild {
    display: flex;
}

.vclassItem {
    display: block;
    width: max-content !important;
    width: 85px;
    height: 30px;
    background: #4d4d4d;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
    margin: 3px;
}


.btnLiveQuote:hover {
    cursor: pointer;
    color: white;
}

.activeLiveQuote {
    background-color: var(--colore_principale);
}

.activeQuote {
    color: yellow;
}

#liveevent #br_cont {
    min-width: 34% !important;
}


.favoriteQuote {
    color: red;
    font-size: 20px;
    position: absolute;
    top: 10px;
    float: right;
    right: 0vw;
    cursor: pointer;
}

.eventview #live_events_odds {
    margin-top: 0;
}

/*virtual class end*/


.up_down i {
  margin-top: 6px;
  margin-left: 10px;
}

/* 3009 lollo 
.live_title button {
  margin-right: 4px;
  float: right;
  background-color: red;
  font-weight: bold;
  font-size: 10px;
  margin-top: 4px;
}
*/
.live_title button {
  margin-left: 14px;
  /* float: right; */
  background-color: red;
  font-weight: bold;
  font-size: 10px;
  margin-top: 4px;
}