.logo {
    width: 220px;
}
.counts h2 {
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 1px;
}
#countdown {
    font-size: 46px;
    font-weight: 900;
    color: #ffd46b;
    letter-spacing: 3px;
}
.team-details .brook {
    filter: grayscale(1);
}
.team-details:hover .brook {
    filter: grayscale(0);
}
.bgVideo {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
}
.videobglayer {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}
.trading-table {
    background: linear-gradient(180deg, #05072e 0%, rgba(50, 53, 70, .9) 100%);
    border-radius: 15px;
    padding: 40px;
}
.trading-table table {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    border-spacing: 0px;
    color: #fff;
}
.trading-table table th {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-weight: 300;
    opacity: .6;
    border-bottom: 2px solid rgba(255, 255, 255, .24);
    padding-bottom: 32px;
}
.trading-table table td {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
    text-align: center;
}
.livechat{
    position:fixed;
    bottom:75px;
    right:140px;
    z-index:9
}
.livechat img {
    width: 60px;
}
.page-link {
    position: relative;
    display: block;
    color: #5f5d5d;
    text-decoration: none;
    background-color: #ffffff00;
    border: 1px solid #dee2e600;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #e9ecef00;
    border-color: #dee2e600;
}
.page-item.active .page-link {
    z-index: 3;
    color: #5f5d5d;
    background-color: #0d6efd00;
    border-color: #0d6efd00;
}
.page-item.active .page-link {
    z-index: 3;
    color: #5f5d5d;
    background-color: #0d6efd00;
    border-color: #0d6efd00;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff00;
    border-color: #dee2e600;
}
.g-recaptcha>div {
    margin: 0 auto;
}

/*Google Translator*/
#google_translate_element span {
    display: none !important;
}
.goog-te-gadget {
    font-size: 0 !important;
    color: transparent !important;
    height: 35px !important;
    overflow: hidden !important;
    margin-top: -4px !important;
    margin-bottom: -5px !important;
}
.goog-te-gadget .goog-te-combo {
    width: 140px !important;
    height: 35px !important;
    padding: 0px 5px !important;
    margin: 0 !important;
    background: #ffffff !important;
    color: #2a2a2a !important;
    font-size: 14px !important;
    border-radius: 30px !important;
}
/*Google Translator*/