#block-liveracetooltip {
    position: fixed;
    left: 20px;
    bottom: 15px;
    background-color: #FFF;
    cursor: pointer;
    width: 140px;
    height: 60px;
    border-radius: 999rem;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out, border-radius 0.2s ease-in-out;
    z-index: 999999;
    overflow: hidden;
}
#block-liveracetooltip.exapand-block-live{
    cursor: auto;
    width: 350px;
    height: 150px;
    border-radius: 0.571429rem;
    box-shadow: rgb(0 0 0 / 20%) 0 0 0.428571rem 0;
}

#live-modal {
    position: relative;
    height: 100%;
}

#live-modal .close-button {
    display: none;
    position: absolute;
    top: 9px;
    right: 11px;
    border-radius: 5px;
    width: 27px;
    height: 27px;
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    cursor: pointer;
    color: #333;
    transition: background-color 0.3s ease-in-out;
}
#live-modal .close-button:hover {
    background-color: #cc0202;
}

#block-liveracetooltip .live-title {
    line-height: 3.6;
}
#block-liveracetooltip.exapand-block-live .live-title{
    line-height: 2.5;
}
.live-title {
    color: #333;
    font-size: 1.07143rem;
    font-weight: 700;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;
    background-color: #f72905;
}

.modal-body {
    font-size: 21px;
    display: none;
}
#modal-id a {
    color: #333!important;
    text-decoration: none!important;
}

#block-liveracetooltip .fa-flag {
    font-size: 18px;
}
#block-liveracetooltip.exapand-block-live .fa-flag {
    display: none;
}
