.navbar-brand img.logo_light,
.navbar-brand img.logo_dark {
    max-height : 50px;
}
img.payment_method {
    max-height : 80px;
    margin     : 0 10px;
}
footer {
    padding-bottom : 80px;
}
.footer_logo img {
    max-height : 50px;
}
#tradingview-widget-1 {
    position : fixed;
    bottom   : 46px;
    z-index  : 1031;
}
#tradingview-widget-2 {
    position : fixed;
    bottom   : 0;
    z-index  : 1032;
}
#header-fixed-top {
    /*top : 92px;*/
}
.text-sm {
    font-size : 12px;
}
.text-color-white {
    color : #FFF;
}
.risk_warning {
    color : #adadad;
}
.risk_warning b, .risk_warning a {
    color : #cecece;
}
.app_list li {
    margin-bottom : 60px;
}
.navbar-expand-lg .navbar-nav.nav_btn a.btn:hover {
    color : #f46b45;
}
.mobileapp_icon {
    margin-top : -20px;
}
.section_sponsor {
    position : relative;
}
.dropdown-menu.two-col{
    min-width : 28em;
}

.section_sponsor .bg-video {
    width      : 100%;
    height     : 82vh;
    position   : absolute;
    top        : 0;
    left       : 0;
    object-fit : cover;
}
.section_sponsor .container {
    position        : relative;
    height          : 82vh;
    text-align      : center;
    display         : flex;
    align-items     : center;
    justify-content : center;
    color           : #FFF;
}

.section_sponsor .container h1, .section_sponsor .container h2{
    color: #FFF;
}

.faq_content .card-body p{
    color: #FFF;
}
