#ofBar {
    background: #fff;
    z-index: 999999999;
    font-size: 16px;
    color: #333;
    padding: 16px 40px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 40px;
    width: 70%;
    border-radius: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 13px 27px -5px rgb(36 39 58 / 71%), 0 8px 16px -8px rgb(38 41 60 / 82%), 0 -6px 16px -6px rgb(45 50 77 / 65%);
}
#ofBar-logo img {
    height: 50px;
}
img {
    vertical-align: middle;
}
#ofBar-content {
    display: inline;
    padding: 0 15px;
    width:75%;
}
#ofBar b {
    font-size: 15px !important;
}

#ofBar-right {
    display: flex;
    align-items: center;
}

#btn-bar {
    background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%);
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    opacity: .95;
    margin-right: 20px;
    box-shadow: 0 5px 10px -3px rgb(0 0 0 / 23%), 0 6px 10px -5px rgb(0 0 0 / 25%);
}
#close-bar {
    font-size: 22px;
    opacity: 0.6;
    cursor: pointer;
}
#close-bar:hover {
    opacity: 1;
}
a {
    color: #2CA8FF;
}

@media (max-width: 768px) {
    #ofBar {
    flex-direction: column;
    align-items: normal;
    width: 80%;
    }
}
@media (max-width: 768px) {
    #ofBar-content {
        margin: 15px 0;
        text-align: center;
        font-size: 18px;
    }
    
}
#ofBar-right {
    justify-content: flex-end;
}
